: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;
  }
}

.ck-expand {
  height: 40px;
  height: 2.5rem;
  width: 40px;
  width: 2.5rem;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 5px;
  padding: 10px;
  background-clip: content-box;
}
@media (max-width: 767.98px) {
  .ck-expand {
    display: none;
  }
}
.ck-expand svg {
  max-width: 100%;
  fill: #E25303;
}
.ck-expand-controllers {
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  padding: 0.625rem;
  background-color: #333333;
}
.ck-expand-controllers .trigger-zoom-in,
.ck-expand-controllers .trigger-zoom-out,
.ck-expand-controllers .trigger-close {
  position: relative;
  height: 25px;
  height: 1.5625rem;
  width: 25px;
  width: 1.5625rem;
  cursor: pointer;
}
.ck-expand-controllers .trigger-close {
  padding-left: 8px;
  padding-left: 0.5rem;
  border-left: 2px solid #E25303;
  text-align: center;
}
.ck-expand-controllers .trigger-close svg {
  width: 13px;
  width: 0.8125rem;
  height: 13px;
  height: 0.8125rem;
}
.ck-expand-controllers .trigger-close:hover svg path {
  fill: #E25303;
}
.ck-expand-controllers .ck-zoom-triggers {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ck-expand-controllers .ck-zoom-triggers > div:first-child {
  padding-left: 0;
  padding-right: 8px;
  padding-right: 0.5rem;
}
.ck-expand-controllers .ck-zoom-triggers > div:first-child::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3px;
  right: -0.1875rem;
  width: 2px;
  width: 0.125rem;
  background-color: #fff;
  opacity: 0.5;
}
.ck-expand-controllers .ck-zoom-triggers .trigger-zoom-in,
.ck-expand-controllers .ck-zoom-triggers .trigger-zoom-out {
  display: inline-block;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.ck-expand-controllers .ck-zoom-triggers .trigger-zoom-in svg,
.ck-expand-controllers .ck-zoom-triggers .trigger-zoom-out svg {
  margin-top: -1px;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  fill: #E25303;
}
.ck-expand-controllers .ck-zoom-triggers .trigger-zoom-in.trigger-inactive svg,
.ck-expand-controllers .ck-zoom-triggers .trigger-zoom-out.trigger-inactive svg {
  fill: #fff;
  opacity: 0.5;
}
.ck-plus-sign {
  height: 22px;
  height: 1.375rem;
  margin-left: -11px;
  margin-left: -0.6875rem;
  margin-top: -11px;
  margin-top: -0.6875rem;
  width: 22px;
  width: 1.375rem;
  background: #E25303;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 1;
  padding: 10px;
  background-clip: content-box;
  width: 40px;
  height: 40px;
}
@media (max-width: 767.98px) {
  .ck-plus-sign {
    display: none;
  }
}
.ck-plus-sign svg {
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.ck-pop-up-wrapper {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out 0.3s;
  width: 100%;
  z-index: -1;
}
.ck-pop-up-wrapper.active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 601;
}
.ck-pop-up {
  height: 100%;
  z-index: 2;
}
.ck-pop-up .swiper-button-prev {
  left: 20px;
  left: 1.25rem;
  margin-top: -20px;
}
.ck-pop-up .swiper-button-next {
  right: 20px;
  right: 1.25rem;
  margin-top: -20px;
}
.ck-pop-up .swiper-pagination {
  bottom: 30px;
  bottom: 1.875rem;
  line-height: 1;
}
.ck-pop-up .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  height: 0.625rem;
  width: 10px;
  width: 0.625rem;
  background: none;
  border: 1px solid #E25303;
  margin-left: 2.5px;
  margin-right: 2.5px;
  opacity: 1;
}
.ck-pop-up .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 10px;
  border-radius: 0.625rem;
  width: 25px;
  width: 1.5625rem;
  background: #E25303;
}
.ck-pop-up .paragraph--type--image-mapping-point {
  padding: 60px 155px 60px;
  padding: 3.75rem 9.6875rem 3.75rem;
  background: #fff;
  height: 100%;
}
.ck-pop-up .paragraph--type--image-mapping-point .field--name-field-media {
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
.ck-pop-up .paragraph--type--image-mapping-point .field--name-field-title {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #333333;
  font-weight: 500;
  text-transform: uppercase;
}
.ck-pop-up .paragraph--type--image-mapping-point .field--name-field-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6428671429;
}
.ck-close {
  height: 25px;
  height: 1.5625rem;
  right: 28px;
  right: 1.75rem;
  top: 23px;
  top: 1.4375rem;
  width: 25px;
  width: 1.5625rem;
  cursor: pointer;
  position: absolute;
  text-align: right;
  z-index: 3;
}
.ck-overlay, .ck-overlay-expand {
  background: rgba(51, 51, 51, 0.9);
  cursor: pointer;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.ck-overlay-expand {
  transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out 0.3s;
  opacity: 0;
  z-index: -1;
}

/*# sourceMappingURL=field--name-color-kit.css.map */
