html {
  background-color: #fafafa;
  max-width: 100vw;
  overflow-x: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
}

a, button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}
img .content-img {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
}

a.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 102;
  opacity: 0.5;
}
a.back-to-top:focus, a.back-to-top:hover {
  opacity: 1;
}
a.back-to-top img {
  aspect-ratio: 1/1;
  width: 45px;
  object-fit: contain;
  display: block;
  pointer-events: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table caption {
  text-align: left;
  font-size: 130%;
}
table thead,
table tbody {
  max-width: 74rem;
}
table thead tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
table thead th {
  font-size: 130%;
}
@media screen and (max-width: 450px) {
  table thead th {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  table tbody tr:not([class]) + tr:not([class]) {
    border-top: 1px dotted #ccc;
  }
}
table .heading {
  font-size: 140%;
  font-weight: 600;
}
table .heading td {
  padding: 0.5em 0;
}
@media screen and (max-width: 450px) {
  table .heading td {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 350px) {
  table .heading td {
    font-size: 1rem;
  }
}
table .total {
  border-top: 1px solid;
  position: relative;
}
table .total::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom: 0.25em solid;
}
@media screen and (max-width: 600px) {
  table .total::after {
    border-bottom: 0.2em solid;
  }
}
table .total.topper::after {
  display: none;
}
table .total td {
  font-weight: 600;
  padding: 0.5em 0;
}
table .spacer td {
  padding: 1em 0;
}
table .stats {
  border: none;
}
table th, table td {
  text-align: right;
  padding: 0.4em 0;
  line-height: 1.3;
}
table th:first-child, table td:first-child {
  text-align: left;
}
@media screen and (max-width: 600px) {
  table th:first-child:not([class]), table td:first-child:not([class]) {
    max-width: 10ch;
  }
}
@media screen and (max-width: 450px) {
  table th, table td {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 350px) {
  table th, table td {
    font-size: 0.7rem;
  }
}

html {
  font-family: "Roboto";
}

h2, .h2 {
  font-size: clamp(2rem, 5.5vw, 110px);
  line-height: 1;
  font-weight: 800;
  margin: 0 0;
}
h2 b, .h2 b {
  font-weight: inherit;
}

p, ul, table, .body-text {
  line-height: 1.65;
  font-size: 1.25rem;
}
p.accent-text, ul.accent-text, table.accent-text, .body-text.accent-text {
  font-size: 190%;
  font-weight: 300;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  p.accent-text, ul.accent-text, table.accent-text, .body-text.accent-text {
    font-size: 160%;
  }
}
p.accent-text.has-border, ul.accent-text.has-border, table.accent-text.has-border, .body-text.accent-text.has-border {
  margin: 5% 0;
  padding: 2% 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
p.accent-text b, ul.accent-text b, table.accent-text b, .body-text.accent-text b {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  p, ul, table, .body-text {
    font-size: 1rem;
  }
}

.accent-blue {
  color: #0696a9;
}

.accent-purple {
  color: #5a2d81;
}

.accent-purple-bg {
  background-color: #5a2d81;
  color: white;
}

.accent-magenta {
  color: #AB3963;
}

.ib {
  display: inline-block;
}

.content-width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 112.5rem;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}
.content-width.med {
  max-width: 75rem;
}
@media screen and (max-width: 1024px) {
  .content-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

section {
  padding: 5% 0;
  width: 100vw;
  left: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: grab;
}

.fade-into-view,
[data-inview] {
  opacity: 0;
  transform: translateZ(0) translate3d(0, 20px, 0);
  transition: opacity 0.75s, transform 1.25s;
}
@media (min-width: 768px) {
  .fade-into-view,
  [data-inview] {
    transform: translateZ(0) translate3d(0, 50px, 0);
  }
}

.slide-into-view-ltr {
  opacity: 0;
  transform: translateZ(0) translate3d(-20px, 0, 0);
  transition: opacity 0.75s, transform 1.25s;
}
@media (min-width: 768px) {
  .slide-into-view-ltr {
    transform: translateZ(0) translate3d(-50px, 0, 0);
  }
}

.slide-into-view-rtl {
  opacity: 0;
  transform: translateZ(0) translate3d(20px, 0, 0);
  transition: opacity 0.75s, transform 1.25s;
}
@media (min-width: 768px) {
  .slide-into-view-rtl {
    transform: translateZ(0) translate3d(50px, 0, 0);
  }
}

.wp-block.fade-into-view,
.wp-block [data-inview],
[data-inview].static-inview,
.cascade-inview [data-inview=true] + [data-inview],
[data-inview=true] {
  opacity: 1;
  transition-delay: 0.25s;
  transform: translateZ(0) translate3d(0, 0, 0) !important;
}

.drop-fade-into-view {
  opacity: 0;
  transform: translateZ(0) scale(1.2) !important;
  transition: transform 1s, opacity 1s !important;
}
@media (max-width: 768px) {
  .drop-fade-into-view {
    transform: translateZ(0) scale(1.1) !important;
  }
}

.grow-fade-into-view {
  opacity: 0;
  transform: translateZ(0) scale(0.8) !important;
  transform-origin: bottom;
  transition: transform 1s, opacity 1s !important;
}
@media (max-width: 768px) {
  .grow-fade-into-view {
    transform: translateZ(0) scale(0.9) !important;
  }
}

.ease-fade-into-view {
  transition: opacity 1s ease 0s;
  opacity: 0;
}
.ease-fade-into-view[data-inview=true] {
  opacity: 1;
}

.grow-fade-into-view[data-inview=true],
.wp-block.drop-fade-into-view,
.drop-fade-into-view[data-inview=true] {
  opacity: 1;
  transform: translateZ(0) scale(1) !important;
}

@media (max-width: 1096px) {
  .into-view-desktop-only {
    opacity: 1;
    transform: translateZ(0) scale(1) !important;
  }
}
@media (min-width: 1097px) {
  .into-view-desktop-off,
  .into-view-mobile-only {
    opacity: 1;
    transform: translateZ(0) scale(1) !important;
  }
}
@media (min-width: 768px) and (max-width: 1096px) {
  .into-view-tablet-off,
  .into-view-mobile-only {
    opacity: 1;
    transform: translateZ(0) scale(1) !important;
  }
}
.fade-in {
  animation: fade-in 1s ease-in;
  opacity: 1;
  transition: opacity 1s !important;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in-on-load {
  opacity: 0;
}

.delay-500 {
  transition-delay: 500ms !important;
}

.delay-1000 {
  transition-delay: 1000ms !important;
}

.delay-1500 {
  transition-delay: 1500ms !important;
}

.delay-2000 {
  transition-delay: 2000ms !important;
}

.delay-2500 {
  transition-delay: 2500ms !important;
}

.delay-3000 {
  transition-delay: 3000ms !important;
}

body {
  padding-top: var(--offset-height, 105px);
}
@media screen and (max-width: 1024px) {
  body {
    padding-top: var(--offset-height, 77px);
  }
}

.header-nav {
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: all 300ms ease-in-out 300ms;
  box-shadow: 3px 10px 15px rgba(10, 10, 10, 0.05);
}
body[data-nav=hide] .header-nav {
  top: calc(-1 * var(--offset-height, 105px));
}
.header-nav > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header-nav .logo-link {
  display: flex;
  width: 170px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.header-nav .logo-link img {
  display: inline-block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .header-nav .logo-link {
    width: 105px;
  }
}
.header-nav button {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0);
  width: var(--w);
  height: var(--w);
  position: relative;
  transition: all 0.3s ease;
  --w: 36px;
  --stroke-w: 4px;
}
@media screen and (max-width: 1024px) {
  .header-nav button {
    --w: 30px;
    --stroke-w: 3px;
  }
}
.header-nav button::before {
  content: "";
  width: 70%;
  height: 70%;
  border-top: var(--stroke-w) solid #00729b;
  border-bottom: var(--stroke-w) solid #00729b;
  position: absolute;
  top: 15%;
  left: 15%;
  transition: width 0.3s ease 0.3s, border-top 0.2s ease 0s, border-bottom 0.2s ease 0s, left 0.2s ease 0.3s;
}
.header-nav button::after {
  content: "";
  width: 100%;
  height: var(--stroke-w);
  border-top: var(--stroke-w) solid #00729b;
  position: absolute;
  top: calc(50% - var(--stroke-w) / 2);
  left: 0;
}
.header-nav button.open {
  transform: rotate(45deg);
}
.header-nav button.open::before {
  width: var(--stroke-w);
  border-top: calc(var(--w) / 2) solid #00729b;
  border-bottom: calc(var(--w) / 2) solid #00729b;
  height: 100%;
  top: 0;
  left: calc(50% - var(--stroke-w) / 2);
  transition: width 0.3s ease 0s, border-top 0.2s ease 0.3s, border-bottom 0.2s ease 0.3s;
}
.header-nav ol {
  position: absolute;
  top: 100%;
  right: 0;
  background: hsla(0, 0%, 100%, 0.96);
  box-shadow: 3px 10px 15px rgba(10, 10, 10, 0.1);
  padding: 2rem;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.5rem;
  opacity: 0;
  scale: 0;
  transform-origin: right top;
  transition: all 0.3s ease;
  max-width: 80vw;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header-nav ol {
    font-size: 1.25rem;
    max-width: 90vw;
  }
}
.header-nav ol a {
  color: #00729b;
  font-weight: 500;
  text-decoration: none;
}
.header-nav ol a:visited {
  color: #00729b;
}
.header-nav ol a:hover, .header-nav ol a.active {
  color: #AB3963;
}
.header-nav ol.open {
  opacity: 1;
  scale: 1;
}

.section-1 {
  padding: 0 0;
}
.section-1 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 2/1;
}
.section-1 .swiper-slide h2 {
  font-size: 5.5vw;
  color: white;
  width: 12ch;
  position: absolute;
  right: 6%;
  top: 6%;
  margin: 0 0;
}

.section-2 {
  background-color: #c2e8f0;
  color: #202020;
}
.section-2 .cols {
  display: flex;
  gap: 140px;
  margin: 4% 0 0;
  padding: 4% 0 0;
  border-top: 1px solid #0696a9;
}
.section-2 .cols .col-1 {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.section-2 .cols .col-2 {
  flex: 1 1 100%;
}
@media screen and (max-width: 1024px) {
  .section-2 .cols {
    gap: 80px;
  }
  .section-2 .cols .col-1 {
    gap: 40px;
    flex-basis: 185px;
  }
}
@media screen and (max-width: 768px) {
  .section-2 .cols {
    flex-direction: column;
    gap: 8px;
  }
  .section-2 .cols .col-1 {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
@media screen and (max-width: 500px) {
  .section-2 .cols .col-1 {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
.section-2 .profile {
  text-align: center;
  max-width: 220px;
}
.section-2 .profile p {
  font-size: 1rem;
  line-height: 1.35;
}
.section-2 .profile img {
  aspect-ratio: 1;
  object-position: top;
  object-fit: cover;
  width: 100%;
  border-radius: 100%;
}
@media screen and (max-width: 1024px) {
  .section-2 .profile {
    max-width: 185px;
  }
}
.section-2 .signs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin: 8% 0 2%;
}
.section-2 .signs .sign img {
  height: 70px;
}
.section-2 .signs .sign p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
}
@media screen and (max-width: 1024px) {
  .section-2 .signs {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .section-2 .signs {
    justify-content: center;
  }
}

.section-3 {
  position: relative;
  aspect-ratio: 100/55;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .section-3 {
    aspect-ratio: unset;
  }
}
.section-3 > img {
  width: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 108%;
  top: -8%;
}
@media screen and (max-width: 1024px) {
  .section-3 > img {
    height: 112%;
    top: -12%;
  }
}
.section-3 header {
  display: flex;
  padding-bottom: 4vw;
}
.section-3 header h2 {
  color: white;
  line-height: 1.2;
  margin-inline-start: 0.5em;
  font-size: clamp(2rem, 5.5vw, 80px);
}
.section-3 header img.h2 {
  height: 1.25em;
}
@media screen and (max-width: 1024px) {
  .section-3 header {
    padding-bottom: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .section-3 header h2, .section-3 header .h2 {
    font-size: 6vw;
  }
}
.section-3 .swiper {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #D7F268;
  --swiper-theme-color: #a7353a;
  --swiper-pagination-bullet-size: clamp(12px, 1.25vw, 1rem);
  --swiper-pagination-bullet-horizontal-gap: clamp(8px, 2.5vw, 1rem);
  --swiper-navigation-color: #D7F268;
  --swiper-navigation-size: 2rem;
  --swiper-navigation-top-offset: calc((100% - 4rem) /2);
  --swiper-navigation-sides-offset: 0;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1024px) {
  .section-3 .swiper {
    --swiper-navigation-top-offset: calc((100% - 3rem) /2);
  }
}
@media screen and (max-width: 768px) {
  .section-3 .swiper {
    --swiper-navigation-size: 4vw;
    --swiper-navigation-top-offset: calc((100% - 2rem) /2);
  }
}
@media screen and (max-width: 480px) {
  .section-3 .swiper {
    --swiper-navigation-top-offset: calc(100% - 10px);
  }
}
.section-3 .swiper .swiper-pagination {
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-3 .swiper-wrapper {
    aspect-ratio: 100/30;
  }
}
@media screen and (max-width: 500px) {
  .section-3 .swiper-wrapper {
    aspect-ratio: 100/25;
  }
}
.section-3 .swiper-button-disabled {
  display: none;
}
.section-3 .swiper-slide {
  gap: 3%;
  min-height: 30.5vw;
  color: #D7F268;
  --font-size: clamp(1rem, 5.5vw, 110px);
}
.section-3 .swiper-slide h3 {
  font-size: calc(var(--font-size) * 2);
  margin: 0 0;
  flex: 0 0 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 900;
}
.section-3 .swiper-slide p {
  flex: 0 0 40%;
  margin: 0 0;
  transition-delay: 300ms;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.15;
  font-weight: 700;
  font-size: calc(var(--font-size) * 0.5);
}
@media screen and (max-width: 500px) {
  .section-3 .swiper-slide p {
    font-size: calc(var(--font-size) * 0.65);
  }
}
@media screen and (max-width: 480px) {
  .section-3 .swiper-slide h3, .section-3 .swiper-slide p {
    flex: 0 0 48%;
  }
}
.section-3 .swiper-slide img {
  max-width: 90%;
  max-height: 10em;
}

.section-4 {
  padding: 0 0;
}
.section-4 header {
  background: linear-gradient(90deg, #FFCE07, #a0c278, #42B6E9);
  position: relative;
  padding: 10% 0;
  overflow: hidden;
  isolation: isolate;
  font-size: clamp(1.25rem, 5.5vw, 80px);
}
.section-4 header h2 {
  font-size: inherit;
  width: 15ch;
  color: white;
}
.section-4 header h2 sup {
  font-size: clamp(0.75rem, 25%, 25%);
  font-weight: 400;
}
.section-4 header h2 sup.uppercase {
  transform: translateY(-1em);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section-4 header h2 sup.uppercase {
    transform: translateY(-0.5em);
  }
}
@media screen and (max-width: 550px) {
  .section-4 header h2 sup.uppercase {
    transform: translateY(-0.25em);
  }
}
.section-4 header img {
  position: absolute;
  right: -4%;
  bottom: -23%;
  width: 55%;
  height: auto;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 1460px) {
  .section-4 header img {
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .section-4 header img {
    right: -6%;
  }
}
@media screen and (max-width: 500px) {
  .section-4 header img {
    right: -7%;
  }
}
@media screen and (max-width: 400px) {
  .section-4 header img {
    right: unset;
    left: 18ch;
    width: calc(100% - 16ch);
    bottom: 33%;
    transform: translateY(50%);
  }
}
.section-4 .main {
  padding-top: 2%;
  padding-bottom: 2%;
}
.section-4 .content-width > .content-width.med {
  margin-left: 0;
  padding: 0 0;
}
.section-4 .content-width > .content-width.med .content-img {
  margin: 2% 0 0;
  width: clamp(300px, 100%, 60rem);
}
.section-4 .cols {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-gap: 2em;
}
@media screen and (max-width: 768px) {
  .section-4 .cols {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.section-4 .cols p {
  margin: 1em 0;
}
.section-4 .cols img {
  margin: 1.75em 0;
}
@media screen and (min-width: 1400px) {
  .section-4 .cols img {
    max-height: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .section-4 .cols img {
    max-height: 350px;
  }
}
.section-4 .cols ul {
  padding-left: 0;
  padding-right: 1em;
}
.section-4 .cols ul li {
  margin-left: 1em;
  padding-left: 1em;
}

.section-5 {
  padding: 0 0 5%;
}
.section-5 header {
  position: relative;
  isolation: isolate;
  font-size: clamp(1.25rem, 5.5vw, 60px);
  padding: 6% 0 10%;
  overflow: hidden;
}
.section-5 header h2 {
  font-size: inherit;
  color: white;
  width: 16ch;
  position: relative;
}
.section-5 header h2::after {
  content: "";
  background: #71a74f;
  position: absolute;
  width: 100vw;
  height: calc(100% + 24vw);
  top: -10vw;
  right: -1em;
  z-index: -1;
  opacity: 80%;
}
.section-5 header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right 50%;
  z-index: -1;
}
.section-5 .main {
  padding-top: 2%;
  padding-bottom: 2%;
}
.section-5 .main .cols {
  display: flex;
  gap: 0 1em;
}
.section-5 .main .cols.cols-2 .col-2 {
  position: relative;
}
.section-5 .main .cols .col-1 {
  flex: 1 1 100%;
}
.section-5 .main .cols .col-2 {
  flex: 0 0 365px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .section-5 .main .cols {
    flex-direction: column;
  }
  .section-5 .main .cols.cols-2 {
    margin-top: 22%;
    position: relative;
  }
  .section-5 .main .cols.cols-2 .col-2 {
    position: unset;
  }
  .section-5 .main .cols .col-1,
  .section-5 .main .cols .col-2 {
    flex: 1 1 100%;
  }
}
.section-5 .main .accent-purple-bg {
  font-size: 170%;
  font-weight: 500;
  padding: 1em 1.25em;
  border-radius: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .section-5 .main .accent-purple-bg {
    font-size: 150%;
  }
}
.section-5 .accent-quote {
  display: flex;
  gap: 4%;
  margin: 6% 0;
}
.section-5 .accent-quote .accent-text {
  margin: 0 0;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .section-5 .accent-quote .accent-text {
    font-size: 150%;
  }
}
@media screen and (max-width: 500px) {
  .section-5 .accent-quote .accent-text {
    font-size: 140%;
  }
}
.section-5 .accent-quote blockquote {
  margin: 0;
  padding: 0;
}
.section-5 .accent-quote .left-quote {
  width: 20%;
  min-width: 20%;
  object-fit: contain;
  object-position: top;
}
@media screen and (max-width: 1024px) {
  .section-5 .accent-quote .left-quote {
    width: 15%;
    min-width: 15%;
  }
}
@media screen and (max-width: 500px) {
  .section-5 .accent-quote .left-quote {
    width: 12%;
    min-width: 12%;
  }
}
.section-5 .accent-quote div {
  display: flex;
  flex-direction: column;
}
.section-5 .accent-quote div cite {
  margin-left: auto;
  margin-top: 1em;
  text-align: right;
}
.section-5 .accent-quote div cite .accent-text {
  font-weight: 400;
}
.section-5 .purple-box {
  border-top: 1.5em solid #5a2d81;
  border-bottom: 1.5em solid #5a2d81;
  background-color: #ddd4e3;
  min-height: 400px;
  padding: 2em 2.5em;
}
.section-5 .purple-box p {
  margin: 0 0;
}
.section-5 .purple-box .imgs {
  margin: 2em 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2em 1em;
}
@media screen and (max-width: 500px) {
  .section-5 .purple-box .imgs {
    grid-template-columns: 100%;
  }
}
.section-5 .purple-box .imgs img {
  width: 400px;
}
.section-5 .arrow-img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-25%) translateY(15%);
  width: 400px;
  max-width: unset;
  max-height: unset;
  object-fit: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-5 .arrow-img {
    opacity: 20%;
    max-width: 70vw;
    top: 0;
    left: 75%;
    transform: translateX(-25%) translateY(-10%);
  }
}

.section-6 {
  padding: 0 0 7%;
}
.section-6 header {
  position: relative;
  isolation: isolate;
  padding: 15% 0 15%;
}
@media screen and (max-width: 768px) {
  .section-6 header {
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 450px) {
  .section-6 header {
    padding-bottom: 32%;
  }
}
.section-6 header h2 {
  color: white;
  width: 16ch;
}
.section-6 header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  z-index: -1;
}
.section-6 h3 {
  text-align: left;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
.section-6 .charts {
  width: 100%;
  max-width: calc(100vw - 2rem);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
}
.section-6 .charts:not(.loaded) h4 {
  opacity: 0;
}
.section-6 .charts.loaded {
  margin: auto;
  opacity: 1;
}
.section-6 .charts.loaded canvas {
  margin: auto;
}
.section-6 .charts .chart {
  width: calc((100% - 20px) / 2);
  position: relative;
  isolation: isolate;
}
.section-6 .charts .chart h4 {
  position: absolute;
  font-size: clamp(12px, 1.65vw, 24px);
  line-height: 1.1;
  font-weight: 400;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
  width: calc(100% - 240px);
  text-align: center;
  margin: 0;
  z-index: -1;
}
.section-6 .charts .chart h4.mobile {
  display: none;
}
.section-6 .charts .chart.chart-4 h4 {
  top: calc(50% + 0.35em);
}
@media screen and (max-width: 1024px) {
  .section-6 .charts .chart {
    width: 100%;
    max-width: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-6 .charts .chart h4 {
    font-size: clamp(12px, 3vw, 1.75rem);
  }
}
@media screen and (max-width: 500px) {
  .section-6 .charts .chart h4 {
    z-index: 1;
    top: 0 !important;
    left: unset;
    right: 0;
    transform: none;
    font-size: 1.5rem;
    font-weight: 500;
    width: 100%;
    height: 3.5em;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .section-6 .charts .chart h4.mobile {
    display: flex;
  }
  .section-6 .charts .chart h4.mobile + h4 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .section-6 .charts .chart h4 {
    font-size: 1.25rem;
  }
}
.section-6 .tabs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-6 .tabs .tabs-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  grid-gap: 2em 1em;
}
.section-6 .tabs .tabs-container button {
  font-weight: 600;
  font-size: clamp(0.9rem, 2vw, 1.5rem);
  padding: 1em;
  border: none;
  color: rgba(255, 255, 255, 0.65);
  scale: 0.95;
}
.section-6 .tabs .tabs-container button:hover, .section-6 .tabs .tabs-container button:focus {
  color: white;
}
.section-6 .tabs .tabs-container button[aria-selected=true] {
  color: #F9FF00;
  cursor: default;
  pointer-events: none;
  scale: 1;
}
.section-6 .tabs .tabs-container button.green {
  background-color: #70A94F;
}
.section-6 .tabs .tabs-container button.pink {
  background-color: #ED1162;
}
.section-6 .tabs .tab {
  width: 100%;
}

.tabpanel {
  opacity: 1;
  transition-delay: 0.25s;
  transform: translateZ(0) translate3d(0, 0, 0);
  transition: opacity 0.75s, transform 1.25s;
}
.tabpanel.is-hidden {
  position: absolute;
  right: -100vw;
  opacity: 0;
  transform: translateZ(0) translate3d(20px, 0, 0);
  transition: opacity 0.75s, transform 1.25s;
}
@media (min-width: 768px) {
  .tabpanel.is-hidden {
    transform: translateZ(0) translate3d(50px, 0, 0);
  }
}

.section-7 {
  color: white;
  text-align: center;
  background-color: #00ddff;
  padding: 7% 0 15%;
}
.section-7 .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 80%;
}
.section-7 .arrow-wrapper {
  position: relative;
}
.section-7 .arrow-img {
  position: absolute;
  bottom: 10%;
  left: 0%;
  transform: translateX(-25%) translateY(15%);
  width: 400px;
  max-width: unset;
  max-height: 100%;
  object-fit: contain;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section-7 .arrow-img {
    opacity: 20%;
    transform: translateX(-40%) translateY(15%);
  }
}
.section-7 h2 {
  font-weight: 600;
}
.section-7 h3 {
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .section-7 h3 {
    font-size: 1.15rem;
    margin-bottom: 0.15em;
  }
}
.section-7 p {
  margin: 0 auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .section-7 p {
    font-size: 1.25rem;
  }
}
.section-7 p i {
  font-size: 90%;
}
.section-7 .accent-text {
  line-height: 1.3;
  font-weight: 400;
  max-width: 46ch;
  font-size: 190%;
}
.section-7 header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.section-7 .content-width.med {
  margin-top: 4rem;
}
.section-7 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 55ch;
  margin: 0.5rem auto 2rem;
  padding: 0;
}
.section-7 ul li {
  width: 50%;
  padding: 0 1em;
  margin: 0.5em 0;
  line-height: 1.1;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .section-7 ul li {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 500px) {
  .section-7 ul li {
    width: 100%;
    max-width: 25ch;
  }
}
@media screen and (max-width: 500px) {
  .section-7 ul {
    flex-direction: column;
    margin-top: 0;
  }
}

.section-8 {
  background-color: #EA7924;
  color: white;
  padding: 7% 0 7%;
}
.section-8 h2 {
  color: #D2E38F;
  max-width: 12ch;
  text-align: right;
}
@media screen and (max-width: 550px) {
  .section-8 h2 {
    text-align: left;
  }
}
.section-8 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 6rem;
  padding: 0 2rem;
  gap: 2rem;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .section-8 ul {
    margin: 0 auto 0 2rem;
  }
}
@media screen and (max-width: 768px) {
  .section-8 ul {
    margin: 0 auto;
  }
}
@media screen and (max-width: 550px) {
  .section-8 ul {
    margin: 0;
    padding: 2rem 0 0;
  }
}
.section-8 ul li {
  color: #D2E38F;
  line-height: 1.3;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .section-8 ul li {
    font-size: 1.25rem;
  }
}
.section-8 ul li i {
  font-weight: 400;
  color: white;
}
.section-8 .cols {
  display: flex;
}
.section-8 .cols .col-1 {
  text-align: right;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 50%;
}
.section-8 .cols .col-1 .arrow-img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-15%) translateY(0%);
  width: 117.5%;
  max-width: unset;
  max-height: 100%;
  object-fit: contain;
  z-index: -1;
}
@media screen and (max-width: 550px) {
  .section-8 .cols .col-1 .arrow-img {
    display: none;
  }
}
.section-8 .cols .col-2 {
  min-width: max-content;
  width: 50%;
}
.section-8 .cols .arrow-img.mobile {
  display: none;
}
@media screen and (max-width: 550px) {
  .section-8 .cols {
    flex-direction: column;
  }
  .section-8 .cols .col-1,
  .section-8 .cols .col-2 {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .section-8 .cols .arrow-img.mobile {
    display: block;
    position: absolute;
    opacity: 20%;
    bottom: 5%;
    right: 1rem;
    width: 110%;
    max-width: unset;
  }
}

.section-9 {
  background-color: #70A94F;
  color: #D7F268;
  padding: 7% 0 7%;
}
.section-9 h2 {
  max-width: 10ch;
}
.section-9 p.accent-text {
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 1200px) {
  .section-9 p.accent-text {
    font-size: 1.25rem;
  }
}
.section-9 .year {
  margin-top: 7%;
}
.section-9 .year.mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-9 .year {
    display: none;
  }
  .section-9 .year.mobile {
    display: block;
    max-width: 550px;
    width: 100%;
  }
}
.section-9 ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0 0;
  padding: 0;
  gap: 2rem;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .section-9 ul {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .section-9 ul {
    margin: 0;
    padding: 2rem 0 0;
  }
}
.section-9 ul li {
  color: #004C46;
  line-height: 1.3;
  font-weight: 600;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .section-9 ul li {
    font-size: 1.25rem;
  }
}
.section-9 ul li ul {
  margin: 0;
  padding: 0;
  list-style: disc;
  display: block;
  padding-left: 1em;
}
.section-9 ul li ul li {
  margin: 0;
  padding: 0;
  font-weight: 300;
  color: white;
}
.section-9 .cols {
  display: flex;
}
.section-9 .cols .col-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-right: 8rem;
}
@media screen and (max-width: 1024px) {
  .section-9 .cols .col-1 {
    padding-right: 4rem;
  }
}
.section-9 .cols .col-2 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-9 .cols {
    flex-direction: column;
  }
  .section-9 .cols .col-1,
  .section-9 .cols .col-2 {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.section-10 {
  background-color: #d7f0f5;
  color: #592D82;
}
.section-10 header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8%;
}
.section-10 header h2 {
  flex: 0 0 60%;
}
.section-10 header h2 b {
  color: #EA7924;
}
@media screen and (max-width: 500px) {
  .section-10 header h2 {
    max-width: 10ch;
  }
}
.section-10 header .arrow-img-container {
  position: relative;
  flex: 0 0 40%;
}
.section-10 header .arrow-img-container .arrow-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  object-fit: cover;
  object-position: bottom right;
  transform: translateX(4%) translateY(15%);
}
@media screen and (max-width: 500px) {
  .section-10 header .arrow-img-container .arrow-img {
    bottom: unset;
    top: -12vw;
  }
}
.section-10 .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-10 .grid > div {
  width: calc((100% - 2rem) / 3);
}
@media screen and (max-width: 768px) {
  .section-10 .grid > div {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 500px) {
  .section-10 .grid > div {
    width: 100%;
  }
}
.section-10 .grid h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
  max-width: 23ch;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .section-10 .grid h3 {
    font-size: 1.25rem;
  }
}
.section-10 .grid p {
  margin: 0.5em 0;
}
.section-10 .grid .arrow-img-container {
  position: relative;
  z-index: -1;
}
.section-10 .grid .arrow-img-container .arrow-img {
  position: absolute;
  top: 0;
  right: 0;
  object-fit: cover;
  transform: translateX(46%) translateY(-3%) scaleX(-1);
  width: 37vw;
  max-width: unset;
}
@media screen and (max-width: 500px) {
  .section-10 .grid .arrow-img-container .arrow-img {
    top: -40vw;
    opacity: 20%;
  }
}

.section-11 {
  background-color: #F7DE8D;
  color: #592D82;
}
.section-11 .content-width {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section-11 h2 b {
  color: #EA7924;
}
.section-11 .row {
  padding: 4% 0%;
  width: 100%;
}
.section-11 .row p.accent-text {
  margin: 0 auto;
  line-height: 1.1;
  font-size: clamp(1.5rem, 3.5vw, 60px);
  font-weight: 400;
}
.section-11 .cols {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.section-11 .cols .col {
  padding: 1.5rem 1.5rem;
  width: calc((100% - 3rem) / 4);
}
@media screen and (max-width: 1500px) {
  .section-11 .cols .col {
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section-11 .cols .col {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 500px) {
  .section-11 .cols .col {
    width: 100%;
  }
}
.section-11 .cols .col .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: clamp(2.75rem, 5.5vw, 110px);
}
.section-11 .cols .col .header h3 {
  font-size: 80%;
  color: #EA7924;
  line-height: 1;
  margin: 0;
  font-weight: 500;
}
.section-11 .cols .col .header img {
  height: 1em;
  width: auto;
  object-fit: contain;
  object-position: left;
}
.section-11 .cols .col p.accent-text {
  font-weight: 400;
  line-height: 1.2;
  font-size: clamp(1.25rem, 2.25vw, 30px);
  margin: 1rem 0 0;
}
.section-11 .cols .col-1 {
  background-color: #70C497;
}
.section-11 .cols .col-2 {
  background-color: #B5B3DA;
}
.section-11 .cols .col-3 {
  background-color: #55C0E9;
}
.section-11 .cols .col-4 {
  background-color: #D2E38F;
}

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