section.mission-callout-section {
  z-index: 2;
}

section.futures-section {
  padding-block: 150px;
  z-index: 1;
  background-color: #030303;
  position: relative;
}
section.futures-section .futures-accent {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section.futures-section .futures-header,
section.futures-section .futures-slider {
  position: relative;
  z-index: 2;
}
section.futures-section .futures-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-block-end: 45px;
}
section.futures-section .futures-header h2.futures-header {
  color: var(--Soft-White, #fbf9f6);
  font-family: "Noe Display" !important;
  font-size: 45px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 111% !important; /* 49.95px */
}
section.futures-section .futures-header #futures-arrows {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
section.futures-section .futures-header #futures-arrows .slick-arrow {
  border: 1px solid var(--Gold, #ba883e);
  border-radius: 5px;
  height: 60px;
  width: 81px;
  padding: 0 18px;
  display: flex;
  justify-content: center;
}
section.futures-section .futures-header #futures-arrows .slick-arrow svg {
  position: relative;
}
@media (max-width: 768px) {
  section.futures-section .futures-header {
    flex-direction: column;
  }
}
section.futures-section .futures-slider .slick-list {
  overflow: visible;
}
section.futures-section .futures-slider .slide-slide {
  padding-inline-end: 45px;
}
section.futures-section .futures-slider .slide-slide .slide-content {
  padding: 10px;
  aspect-ratio: 952/602;
  background-color: var(--slide-bg-color);
}
section.futures-section .futures-slider .slide-slide .slide-content .image-wrapper {
  position: relative;
  aspect-ratio: 932/510;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.futures-section .futures-slider .slide-slide .slide-content .image-wrapper a.futures-slide-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.futures-section .futures-slider .slide-slide .slide-content .image-wrapper a.futures-slide-video svg {
  width: 12%;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
section.futures-section .futures-slider .slide-slide .slide-content .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section.futures-section .futures-slider .slide-slide .slide-content .image-wrapper .badge {
  top: 20px;
  left: 20px;
  height: 60px;
  width: 60px;
  aspect-ratio: 1/1;
  position: absolute;
}
section.futures-section .futures-slider .slide-slide .slide-content .image-wrapper .badge img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
section.futures-section .futures-slider .slide-slide .slide-title {
  margin: 11px 15px 20px 15px;
}
section.futures-section .futures-slider .slide-slide .slide-title h3 {
  margin: 0 !important;
  color: var(--Soft-White, #fbf9f6) !important;
  /* H5 - Desktop */
  font-family: "Noe Display" !important;
  font-size: 27px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 126% !important; /* 34.02px */
}
section.futures-section .futures-slider .slide-excerpt {
  display: flex;
  justify-content: space-between;
  margin-block-start: 30px;
}
section.futures-section .futures-slider .slide-excerpt p {
  color: var(--Soft-White, #fbf9f6);
  /* P2 - Desktop */
  font-family: "Baskerville URW";
  font-size: 21px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 138%; /* 28.98px */
  letter-spacing: -0.5px;
  margin-bottom: 0 !important;
  max-width: 82%;
}
section.futures-section .futures-slider .slide-excerpt a {
  overflow: visible;
  line-height: 1;
  height: fit-content;
}
section.futures-section .futures-slider .slide-excerpt a:after {
  background-color: #fff !important;
}
section.futures-section .futures-slider .slide-excerpt a:hover, section.futures-section .futures-slider .slide-excerpt a:focus {
  color: #fff !important;
}
@media (max-width: 768px) {
  section.futures-section .futures-slider .slide-excerpt {
    flex-direction: column;
    gap: 20px;
  }
  section.futures-section .futures-slider .slide-excerpt p {
    max-width: unset;
  }
  section.futures-section .futures-slider .slide-excerpt a {
    width: fit-content;
  }
}
@media (max-width: 650px) {
  section.futures-section .futures-slider .slick-list {
    overflow: hidden;
  }
  section.futures-section .futures-slider .slide-slide {
    padding-inline-end: 0;
  }
}

.futures-tabs {
  background: #030303;
  padding-block: 150px !important;
  overflow: hidden;
}
.futures-tabs .frame {
  z-index: 2;
}
.futures-tabs .header,
.futures-tabs .futures-tabs-control,
.futures-tabs .tabs-content {
  position: relative;
}
.futures-tabs .header h2 {
  color: var(--Soft-White, #fbf9f6);
  font-family: "Noe Display" !important;
  font-size: 45px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 111% !important; /* 49.95px */
}
.futures-tabs .futures-tabs-controls {
  display: flex;
  justify-content: space-between;
}
.futures-tabs .futures-tabs-controls .tab-control-wrap {
  display: flex;
  gap: 45px;
  margin-block-end: 30px;
}
.futures-tabs .futures-tabs-controls .tab-control-wrap a.tab-control {
  color: var(--Soft-White, #fbf9f6) !important;
  font-family: "ProximaNova-Regular" !important;
  font-size: 21px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 138% !important; /* 28.98px */
  overflow: visible;
}
.futures-tabs .futures-tabs-controls .tab-control-wrap a.tab-control.active:after {
  content: " ";
  height: 1.5px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fbf9f6;
  transition: 0.3s all;
}
.futures-tabs .futures-tabs-controls a.cta-white {
  overflow: visible;
  width: fit-content;
}
.futures-tabs .futures-tabs-controls a.cta-white:after {
  bottom: -3px;
}
.futures-tabs .futures-tabs-controls a.cta-white:hover, .futures-tabs .futures-tabs-controls a.cta-white:focus {
  color: #fff !important;
}
@media (max-width: 768px) {
  .futures-tabs .futures-tabs-controls {
    display: flex;
    flex-direction: column;
  }
  .futures-tabs .futures-tabs-controls .cta-white {
    order: 1;
  }
  .futures-tabs .futures-tabs-controls .tab-control-wrap {
    display: none;
  }
}
.futures-tabs .tabs-content .futures-tab {
  flex-wrap: nowrap;
  display: none;
  gap: 20px;
}
.futures-tabs .tabs-content .futures-tab.active {
  display: flex;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 5px;
  background-color: var(--card-background-color);
  width: 15%;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  position: relative;
  height: 610px;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card .details {
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: var(--card-background-color);
  width: 100%;
  height: auto;
  padding: 30px 20px;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card .details .left span {
  color: var(--Soft-White, #fbf9f6);
  /* Small.Tag - Desktop */
  font-family: "ProximaNova-Regular" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important; /* 18px */
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card .details .left h3 {
  color: var(--Soft-White, #fbf9f6) !important;
  font-family: "Noe Display" !important;
  font-size: 27px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 126% !important; /* 34.02px */
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card .details .right a:after {
  background-color: #fff;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card .image-wrapper {
  position: relative;
  width: 100%;
  flex: 1 0 auto;
  min-height: 0;
  transition: 0.3s all;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card .image-wrapper .badge {
  position: absolute;
  top: 15px;
  left: 15px;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card.active {
  width: 65%;
  aspect-ratio: 932/610;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card.active .image-wrapper {
  flex: 1 1 auto;
}
.futures-tabs .tabs-content .futures-tab .futures-tab-card.active .details {
  display: flex;
  bottom: 0;
  max-height: 500px;
  opacity: 1;
}
.futures-tabs svg.futures-accent {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mob-accordion-drawer {
  display: none;
}

@media (max-width: 768px) {
  .futures-tabs-controls {
    margin-block-end: 55px;
  }
  .tabs-content .futures-tab {
    display: flex;
    flex-direction: column;
  }
  .tabs-content .futures-tab .futures-tab-card,
  .tabs-content .futures-tab .futures-tab-card.active {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1/1 !important;
  }
  .tabs-content .futures-tab .futures-tab-card .details,
  .tabs-content .futures-tab .futures-tab-card.active .details {
    display: flex !important;
    flex-direction: column;
    bottom: 0 !important;
    max-height: 500px !important;
    opacity: 1 !important;
  }
  .mob-accordion-drawer {
    width: 100%;
    display: flex;
    border-top: 1px solid #fff;
    padding-block: 25px;
    margin-block: 5px;
  }
  .mob-accordion-drawer a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
  }
  .mob-accordion-drawer a p {
    color: var(--Soft-White, #fbf9f6);
    font-family: "ProximaNova-Bold" !important;
    font-size: 1.3125rem !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 138% !important; /* 1.81125rem */
    margin: 0;
  }
  .mob-accordion-drawer a span.accordion-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 9999px;
    padding: 10px;
    aspect-ratio: 1/1;
  }
  .mob-accordion-drawer a span.accordion-icon svg {
    fill: #fff;
  }
  .mob-accordion-drawer.active a span.accordion-icon svg {
    transform: rotate(-45deg);
  }
}

/*# sourceMappingURL=futures.css.map */
