/** Shopify CDN: Minification failed

Line 198:21 Unexpected "{"
Line 237:33 Unexpected "{"

**/
.rich-text {
  z-index: 1;
}

.rich-text__wrapper {
  display: flex;
  justify-content: center;
  width: calc(100% - 4rem / var(--font-body-scale));
}

.rich-text:not(.rich-text--full-width) .rich-text__wrapper {
  margin: auto;
  width: calc(100% - 8rem / var(--font-body-scale));
}

.rich-text__blocks {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .rich-text__wrapper {
    width: 100%;
  }

  .rich-text__wrapper--left {
    justify-content: flex-start;
  }

  .rich-text__wrapper--right {
    justify-content: flex-end;
  }

  .rich-text__blocks {
    max-width: 50rem;
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 78rem;
  }
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}

.rich-text__buttons {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  max-width: 45rem;
  word-break: break-word;
}

.rich-text__buttons--multiple > * {
  flex-grow: 1;
  min-width: 22rem;
}

.rich-text__buttons + .rich-text__buttons {
  margin-top: 1rem;
}

.rich-text__blocks.left .rich-text__buttons {
  justify-content: flex-start;
}

.rich-text__blocks.right .rich-text__buttons {
  justify-content: flex-end;
}

/* two col richtext */

.TwoCol_Richtext_Wrapper {
  position: relative
}

.TwoCol_Richtext_Wrapper.show-border-bottom--true:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  width: 0;
  background: #EA4624;
  height: .5px;
  transform: translate(-50%);
  transition: all 2s ease-in-out;
}

.TwoCol_Richtext_Wrapper.show-border-bottom--true.active:after {
  width: 98.2%;
  left: 50%;
}

/* .TwoCol_Richtext_Wrapper {
  border-bottom: 1px solid #EA4624;
} */

.TwoCol_Richtext_Wrapper .left-content h2 p {
  margin: 0 !important;
}

.TwoCol_Richtext_Wrapper .left-content h2 {
  color: #000002;
  font-size: 15px;
  letter-spacing: 0.9px;
  line-height: 22px;
  font-family: 'Euclid Flex Medium';
  margin-top: 0!important;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.TwoCol_Richtext_Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.TwoCol_Richtext_Wrapper .right-content h2 {
  max-width: 554px;
  margin-bottom: 38px;
  text-transform: uppercase;
  font-family: 'Du Nord DBd';
  text-transform: uppercase;
  line-height: 27px;
  font-size: 23px;
  letter-spacing: 0;
}

.TwoCol_Richtext_Wrapper .right-content p,
.section_body_left p {
  color: #000002;
  font-size: 16px;
  letter-spacing: -0.14px;
  line-height: 24px;
  font-family: 'Euclid Flex Medium';
}

.section_body_left p {
  color : #000002
}

.section_body_left p {
  letter-spacing: 0.18px;
}

.TwoCol_Richtext_Wrapper .right-content p:first-child {
  margin-top: 0;
}

.TwoCol_Richtext_Wrapper .right-content p:last-child {
  margin-bottom: 0;
}

.featured-image--container img {
  width: 100%;
  object-fit: cover;
}

.featured-image--container {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.right-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.right-content ul li,{
  font-family: 'Euclid Flex Medium';
  font-size: 16px;
  letter-spacing: -0.18px;
  line-height: 22px;
  border-bottom: 1px solid #D0CECD;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: black;
  text-decoration: none;
}

.right-content ul li a {
  font-family: 'Euclid Flex Medium';
  font-size: 16px;
  letter-spacing: -0.18px;
  line-height: 22px;
  padding-bottom: 5px;
  color: black;
  text-decoration: none;
  position: relative;
}


.right-content ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background: #EA4624;
  transition: .7s all;
}

.right-content ul li a:hover:after {
  width: 100%;
}

.right-content ul li:last-child, {
  border-bottom: none;
  margin-bottom: 0;
}

.right-content h2 {
  margin-top: 30px;
}

.right-content h2:first-child {
  margin-top: 0;
}

@media (width >= 990px) {
  .right-content h2 {
    margin-top: 69px;
  }

  .TwoCol_Richtext_Wrapper {
    display: flex;
    flex-direction: row;
  }

  .TwoCol_Richtext_Wrapper .left-content h2 {
    font-size: 18px;
    max-width: 300px;
  }

  .TwoCol_Richtext_Wrapper .left-content,
  .TwoCol_Richtext_Wrapper .right-content {
    width: 50%;
  }

  .TwoCol_Richtext_Wrapper .right-content h2 {
    max-width: 554px;
    margin-bottom: 38px;
    text-transform: uppercase;
    font-family: 'Du Nord DBd';
    text-transform: uppercase;
    line-height: 33px;
    font-size: 33px;
  }

  .TwoCol_Richtext_Wrapper .right-content p,
  .section_body_left p,
  .right-content ul li {
    font-size: 18px;
  }

  .section_body_left {
    max-width: 330px;
  }

  .featured-image--container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    margin-bottom: 69px;
  }
}