:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.paragraph--slide-default {
  position: relative;
  background: #fff;
}
.paragraph--slide-default .col-media {
  position: relative;
  overflow: hidden;
}
.paragraph--slide-default .col-media:has(.video-wrapper)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  z-index: 1;
}
.paragraph--slide-default .col-media .media {
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.paragraph--slide-default .col-media .media img,
.paragraph--slide-default .col-media .media video {
  display: block;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.paragraph--slide-default .col-media .play {
  position: absolute;
  bottom: 16px;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: var(--typography-button-font-size);
  font-weight: var(--typography-button-font-weight, normal);
  line-height: var(--typography-button-line-height);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}
.paragraph--slide-default .col-media .play:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 9px;
  width: 0.5625rem;
  height: 15px;
  height: 0.9375rem;
  background-image: var(--icon--arrow-right-o);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (max-width: 991.98px) {
  .paragraph--slide-default .col-media {
    aspect-ratio: 1/1;
  }
}
.paragraph--slide-default .col-content {
  display: flex;
  flex-direction: column;
  padding: 20px 30px 60px 30px;
  padding: 1.25rem 1.875rem 3.75rem 1.875rem;
}
.paragraph--slide-default .col-content .field--name-field-above-title {
  font-size: var(--typography-label-300-font-size);
  font-weight: var(--typography-label-300-font-weight, normal);
  line-height: var(--typography-label-300-line-height);
  text-transform: uppercase;
  letter-spacing: 2.38px;
}
.paragraph--slide-default .col-content .field--name-field-title {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: var(--typography-title-500-font-size);
  font-weight: var(--typography-title-500-font-weight, normal);
  line-height: var(--typography-title-500-line-height);
  color: #E25303;
  text-transform: uppercase;
}
.paragraph--slide-default .col-content .field--name-field-text {
  display: none;
  margin-top: 48px;
  margin-top: 3rem;
  font-size: var(--typography-paragraph-300-font-size);
  font-weight: var(--typography-paragraph-300-font-weight, normal);
  line-height: var(--typography-paragraph-300-line-height);
}
.paragraph--slide-default .col-content .play {
  display: flex;
  align-items: center;
  margin-top: 12px;
  margin-top: 0.75rem;
  color: #333333;
  font-size: var(--typography-button-font-size);
  font-weight: var(--typography-button-font-weight, normal);
  line-height: var(--typography-button-line-height);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 2;
}
.paragraph--slide-default .col-content .play:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 9px;
  width: 0.5625rem;
  height: 15px;
  height: 0.9375rem;
  background-image: var(--icon--arrow-right-o);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (min-width: 992px) {
  .paragraph--slide-default:not(.theme--center) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 160px;
    gap: 10rem;
  }
  .paragraph--slide-default.theme--left .col-content {
    padding-right: 140px;
    padding-right: 8.75rem;
  }
  .paragraph--slide-default.theme--right .col-media {
    order: 1;
  }
  .paragraph--slide-default.theme--right .col-content {
    padding-left: 140px;
    padding-left: 8.75rem;
  }
  .paragraph--slide-default.theme--center .col-media {
    height: 100%;
  }
  .paragraph--slide-default.theme--center .col-content {
    position: absolute;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
  }
  .paragraph--slide-default .col-content {
    justify-content: center;
    padding: 20px 0px;
    padding: 1.25rem 0rem;
  }
  .paragraph--slide-default .col-content .field--name-field-title {
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .paragraph--slide-default .col-content .field--name-field-text {
    display: block;
  }
  .paragraph--slide-default .col-content .play {
    margin-top: 40px;
    margin-top: 2.5rem;
    color: #fff;
  }
}

.paragraph--slide-default-wrapper {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background: #fff;
}
.paragraph--slide-default-wrapper .swiper-button {
  position: absolute;
  top: auto;
  bottom: 20px;
  bottom: 1.25rem;
  left: 30px;
  left: 1.875rem;
}
.paragraph--slide-default-wrapper .swiper-button-next {
  left: 80px;
  left: 5rem;
}
.paragraph--slide-default-wrapper .swiper-pagination {
  display: none;
}
@media (min-width: 992px) {
  .paragraph--slide-default-wrapper {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
  .paragraph--slide-default-wrapper > .swiper-container {
    height: 600px;
    height: 37.5rem;
  }
  .paragraph--slide-default-wrapper .swiper-button {
    bottom: auto;
    left: auto;
    right: 30px;
  }
  .paragraph--slide-default-wrapper .swiper-button-prev {
    top: 90px;
    top: 5.625rem;
  }
  .paragraph--slide-default-wrapper .swiper-button-next {
    top: 60px;
    top: 3.75rem;
  }
  .paragraph--slide-default-wrapper .swiper-pagination {
    bottom: auto;
    display: flex;
    flex-direction: column;
    left: auto;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
  .paragraph--slide-default-wrapper .swiper-pagination-bullet {
    color: #999999;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
  }
  .paragraph--slide-default-wrapper:has(.theme--right) .swiper-button,
  .paragraph--slide-default-wrapper:has(.theme--right) .swiper-pagination {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .paragraph--slide-default-wrapper > .swiper-container {
    height: 500px;
    height: 31.25rem;
  }
  .paragraph--slide-default-wrapper .swiper-pagination {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .paragraph--slide-default-wrapper {
    margin-left: calc((100vw - 1440px) / 2 * -1);
    margin-right: calc((100vw - 1440px) / 2 * -1);
  }
}

@-moz-document url-prefix() {
  @media (min-width: 1440px) {
    .paragraph--slide-default-wrapper {
      margin-right: calc((100vw - 1440px) / 2 * -1 + 10px);
    }
  }
}

/*# sourceMappingURL=paragraph--slide-default.css.map */
