/* Scss Document */
/*MOUSE STYLES*/
body {
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 0; }

.section {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 10;
  background: #fdfaf2;
  max-width: 100%;
  overflow: hidden;
  flex-direction: column; }

.container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .container {
      width: 700px; } }
  @media screen and (min-width: 1025px) {
    .container {
      width: 900px; } }
  @media screen and (min-width: 1216px) {
    .container {
      width: 1300px; } }

.content h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0; }

.section-leadoff {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 5;
  justify-content: center;
  align-items: center; }

@keyframes hero-bg-fadein {
  from {
    opacity: 1;
    transform: scale(1); }
  to {
    opacity: .6;
    transform: scale(1.2); } }
.section-leadoff::before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: url("/Content/annual-report-2025/images/textures/hero-background.svg") no-repeat center center;
  background-size: cover;
  content: "";
  animation: hero-bg-fadein 2s forwards;
  animation-delay: 1.6s; }

.section-leadoff .logo {
  top: 50px;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 100%;
  text-align: center;
  animation: logo-fadein 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  display: none;
  justify-content: center; }
  @media screen and (min-width: 1025px) {
    .section-leadoff .logo {
      display: flex;
      left: 50px;
      width: 250px; } }

.section-leadoff .mobile-logo {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 60px; }
  @media screen and (min-width: 1025px) {
    .section-leadoff .mobile-logo {
      display: none; } }

.section-leadoff .mobile-logo img {
  width: 80%; }

.section-leadoff .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: calc(100% - 150px);
  max-width: 275px; }
  @media screen and (min-width: 1025px) {
    .section-leadoff .container {
      width: 1000px;
      max-width: inherit;
      grid-template-columns: 1fr 1fr;
      width: 900px;
      margin: 0 auto; } }

.section-leadoff .badge {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 80px;
  font-weight: 900;
  opacity: 0;
  animation: BadgeSlideIn 2s forwards;
  animation-delay: 1.6s; }

.section-leadoff .badge img,
.section-leadoff .title img {
  width: 100%;
  max-width: 100%; }

@keyframes BadgeSlideIn {
  from {
    opacity: 0;
    right: 50px;
    left: -50px; }
  to {
    opacity: 1;
    right: 0;
    left: 0; } }
.section-leadoff .title {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 80px;
  font-weight: 900;
  opacity: 0;
  animation: HeroTitleSlideIn 2s forwards;
  animation-delay: 2.5s; }

@keyframes HeroTitleSlideIn {
  from {
    opacity: 0;
    right: -50px;
    left: 50px; }
  to {
    opacity: 1;
    right: 0;
    left: 0; } }
.section-leadoff .title img {
  aspect-ratio: 97 / 50; }

@keyframes logo-fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*CEO MESSAGE SECTION*/
.section-ceo {
  display: flex;
  flex-direction: row;
  background: #fff !important;
  align-items: stretch; }

.section-ceo .container-left {
  background: rgba(255, 0, 4, 0.1);
  background: none;
  flex: 1 1 100%;
  justify-content: center;
  display: flex; }
  @media screen and (min-width: 1025px) {
    .section-ceo .container-left {
      justify-content: flex-end; } }

.section-ceo .container-left .content {
  justify-content: flex-end;
  flex-basis: 260px;
  background: rgba(255, 0, 4, 0.1);
  background: none; }
  @media screen and (min-width: 360px) {
    .section-ceo .container-left .content {
      flex-basis: 300px; } }
  @media screen and (min-width: 410px) {
    .section-ceo .container-left .content {
      flex-basis: 370px; } }
  @media screen and (min-width: 768px) {
    .section-ceo .container-left .content {
      flex-basis: 572px; } }
  @media screen and (min-width: 1025px) {
    .section-ceo .container-left .content {
      flex-basis: 480px; } }
  @media screen and (min-width: 1216px) {
    .section-ceo .container-left .content {
      flex-basis: 550px; } }
  @media screen and (min-width: 1408px) {
    .section-ceo .container-left .content {
      flex-basis: 672px; } }

.section-ceo .container-left .content .video-media {
  padding: 0 0 75px 0; }
  @media screen and (min-width: 768px) {
    .section-ceo .container-left .content .video-media {
      padding: 0 0 100px 0; } }
  @media screen and (min-width: 1408px) {
    .section-ceo .container-left .content .video-media {
      flex-basis: 672px; } }

.section-ceo .container-right {
  background: rgba(0, 209, 160, 0.1);
  background: none;
  display: none;
  align-items: stretch;
  flex: 1 1 100%; }
  @media screen and (min-width: 1025px) {
    .section-ceo .container-right {
      display: flex; } }

.section-ceo .container-right .content {
  display: flex;
  flex-basis: 100%;
  position: relative; }

.section-ceo .container-right .figure {
  background: url("/Content/annual-report-2025/images/speaker-bust.webp") no-repeat center top;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }

.active.section-ceo .container-right .figure {
  animation: ceoSlideIn 2s forwards;
  animation-delay: 0s; }

@keyframes ceoSlideIn {
  from {
    opacity: 0;
    right: -50px;
    left: 50px; }
  to {
    opacity: 1;
    right: 0;
    left: 0; } }
.pattern {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 10% 100%);
  opacity: .2; }
  @media screen and (min-width: 1025px) {
    .pattern {
      clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 30% 100%);
      opacity: 1; } }

.pattern::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 160px);
  top: 0;
  left: 0;
  background: url("/Content/annual-report-2025/images/textures/poly-texture-light-blue.webp");
  animation: patternMove linear 6s infinite; }

@keyframes patternMove {
  0% {
    top: 0px; }
  100% {
    top: -119px; } }
.ceo-text-animation {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 75px 0 30px 0; }
  @media screen and (min-width: 768px) {
    .ceo-text-animation {
      padding: 100px 0 50px 0; } }

.ceo-text-animation .title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center; }

.ceo-text-animation .title .block {
  width: 0%;
  background: #3088ce;
  position: absolute;
  display: flex;
  height: 100%; }

.active .ceo-text-animation .title .block {
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards; }

.ceo-text-animation .title span {
  color: #236281;
  font-size: 40px;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
  letter-spacing: -3px;
  font-weight: 900; }
  @media screen and (min-width: 768px) {
    .ceo-text-animation .title span {
      font-size: 85px; } }
  @media screen and (min-width: 1025px) {
    .ceo-text-animation .title span {
      font-size: 70px; } }
  @media screen and (min-width: 1216px) {
    .ceo-text-animation .title span {
      font-size: 80px; } }

.active .ceo-text-animation .title span {
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s; }

.ceo-text-animation .title span .dot {
  width: 0px;
  height: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c1cd32;
  animation-delay: 2s;
  margin-left: 5px;
  position: absolute;
  bottom: 13px;
  left: 100%; }

.activated .ceo-text-animation .title span .dot {
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s; }

.ceo-text-animation .subtitle {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.6em;
  z-index: 5; }
  @media screen and (min-width: 768px) {
    .ceo-text-animation .subtitle {
      font-size: 44px;
      margin-bottom: 0.3em; } }
  @media screen and (min-width: 1025px) {
    .ceo-text-animation .subtitle {
      font-size: 30px;
      margin-bottom: 0.3em; } }

.ceo-text-animation .subtitle .block {
  width: 0%;
  height: inherit;
  background: #c1cd32;
  position: absolute;
  display: flex;
  height: 100%;
  z-index: 10; }

.active .ceo-text-animation .subtitle .block {
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s; }

.ceo-text-animation .subtitle span {
  opacity: 0;
  color: #474747; }

.active .ceo-text-animation .subtitle span {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s; }

@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0;
    left: 100%; } }
@keyframes mainFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #c1cd32;
    opacity: 0; }
  50% {
    width: 27px;
    height: 24px;
    opacity: 1;
    bottom: 45px; }
  65% {
    width: 20px;
    height: 20px;
    width: 15px;
    bottom: 0px; }
  80% {
    width: 27px;
    height: 27px;
    bottom: 25px; }
  100% {
    bottom: 20px;
    width: 20px;
    height: 20px; } }
@media screen and (max-width: 1025px) {
  @keyframes popIn {
    0% {
      width: 0px;
      height: 0px;
      background: #c1cd32;
      opacity: 0; }
    50% {
      width: 27px;
      height: 24px;
      opacity: 1;
      bottom: 45px; }
    65% {
      width: 20px;
      height: 20px;
      width: 15px;
      bottom: 0px; }
    80% {
      width: 27px;
      height: 27px;
      bottom: 25px; }
    100% {
      width: 10px;
      height: 10px;
      bottom: 10px; } } }
@keyframes secFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*STATE STATS SECTION*/
.section-client-stats {
  padding: 80px 0;
  background: #f5f1e6; }

.section-client-stats .container {
  flex-basis: 80%;
  flex-grow: 0; }
  @media screen and (min-width: 1025px) {
    .section-client-stats .container {
      flex-basis: 100%; } }

.section-client-stats .title.target {
  color: #314e52;
  margin: 0; }

.section-client-stats .title.target strong {
  color: #314e52; }

.section-client-stats .subtitle {
  margin: 0 0 60px;
  color: #3e5e63; }

.stats-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .stats-container {
      grid-template-columns: 1fr 1fr 1fr; } }

.stats-container .stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 50px; }

.stats-container .stats-item-3 {
  padding-bottom: 0; }

.stats-container .stats-item-3 .states {
  max-width: 750px;
  opacity: 0;
  width: 100%; }

.stats-container .stats-item-3 .states.activated {
  animation: h1-fade-in 2s forwards;
  animation-delay: .6s; }

.stats-container .stats-item-3 .states-image {
  height: 0;
  padding-bottom: 22.5%;
  background: url("/Content/annual-report-2024/images/icons/states-shape.svg") no-repeat center center;
  background-size: contain;
  width: 100%; }

.stats-container .stats-item h2 {
  color: #314e52; }

.value {
  font-size: 110px;
  letter-spacing: -10px;
  font-weight: 700;
  line-height: .8em;
  color: #5A9086; }
  @media screen and (min-width: 768px) {
    .value {
      font-size: 160px;
      letter-spacing: -15px; } }

/*WHAT WE STAND FOR SECTION*/
.section-mission {
  position: relative;
  padding: 20px 0; }
  @media screen and (min-width: 1025px) {
    .section-mission {
      min-height: 93vh; } }

.section-mission .box-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  position: relative; }
  @media screen and (min-width: 1025px) {
    .section-mission .box-container {
      width: 100%;
      height: 100%;
      position: absolute;
      grid-template-columns: 1fr 1fr 1fr; } }

.section-mission .box-content {
  display: flex;
  padding: 40px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  justify-content: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background: black; }
  @media screen and (min-width: 1025px) {
    .section-mission .box-content {
      font-size: 20px;
      flex-basis: 33.33333333%;
      height: 100%; } }
  @media screen and (min-width: 1408px) {
    .section-mission .box-content {
      font-size: 20px; } }

.section-mission .box-content:hover {
  background-size: 110%; }

@media screen and (min-width: 1025px) {
  .section-mission .box-content::after {
    background: #f4d7ac;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 900ms;
    transition-duration: cubic-bezier(0.03, 0.79, 0.49, 1.01);
    z-index: 1; } }

.section-mission .box-content:hover::after {
  height: 0; }

.section-mission .box-content .image {
  background: url("/Content/annual-report-2024/images/textures/mockup1.jpg") center center no-repeat;
  background-size: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  @media screen and (min-width: 1025px) {
    .section-mission .box-content .image {
      transition: all 2s;
      transition-duration: cubic-bezier(0.03, 0.79, 0.49, 1.01);
      width: 130%;
      height: 130%;
      top: -15%;
      left: -15%; } }

.section-mission .box-content-1 .image {
  background-image: url("/Content/annual-report-2024/images/textures/mission-mobile-1.jpg"); }
  @media screen and (min-width: 1025px) {
    .section-mission .box-content-1 .image {
      background-image: url("/Content/annual-report-2024/images/textures/mission-desktop-1.jpg"); } }

.section-mission .box-content-2 .image {
  background-image: url("/Content/annual-report-2024/images/textures/mission-mobile-2.jpg");
  background-position: left center; }
  @media screen and (min-width: 1025px) {
    .section-mission .box-content-2 .image {
      background-image: url("/Content/annual-report-2024/images/textures/mission-desktop-2.jpg"); } }

.section-mission .box-content-3 .image {
  background-image: url("/Content/annual-report-2024/images/textures/mission-mobile-3.jpg");
  background-position: left center; }
  @media screen and (min-width: 1025px) {
    .section-mission .box-content-3 .image {
      background-image: url("/Content/annual-report-2024/images/textures/mission-desktop-3.jpg"); } }

@media screen and (min-width: 1025px) {
  .section-mission .box-content:hover .image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%; } }

.section-mission .title {
  font-size: 50px;
  color: #faf2df;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  opacity: 0;
  left: 50px; }
  @media screen and (min-width: 1025px) {
    .section-mission .title {
      transition: all 500ms ease-in;
      transition-delay: 250ms;
      opacity: 1;
      left: 0;
      color: #314e52; } }
  @media screen and (min-width: 1408px) {
    .section-mission .title {
      font-size: 60px; } }

.section-mission .title.activated {
  animation: slideInLeft 1s forwards; }
  @media screen and (min-width: 1025px) {
    .section-mission .title.activated {
      animation: none; } }

@media screen and (min-width: 1025px) {
  .section-mission .box-content:hover .title {
    color: #faf2df; } }

.section-mission .title span {
  font-size: .8em;
  font-weight: 500;
  color: #f4d7ac; }
  @media screen and (min-width: 1025px) {
    .section-mission .title span {
      font-weight: 300;
      color: #5c4624; } }

@media screen and (min-width: 1025px) {
  .section-mission .box-content:hover .title span {
    color: #fff; } }

.section-mission .text {
  position: relative;
  z-index: 5;
  display: block;
  float: left;
  opacity: 0;
  left: 50px;
  font-size: 15px; }
  @media screen and (min-width: 768px) {
    .section-mission .text {
      font-size: 18px; } }
  @media screen and (min-width: 1025px) {
    .section-mission .text {
      opacity: 1;
      left: 0;
      transition: all 900ms ease-in-out;
      max-height: 0;
      overflow: hidden; } }

.section-mission .text.active,
.section-mission .text.activated {
  animation: slideInLeft 1s forwards; }
  @media screen and (min-width: 1025px) {
    .section-mission .text.active,
    .section-mission .text.activated {
      animation: none; } }

@media screen and (min-width: 1025px) {
  .section-mission .box-content:hover .text {
    max-height: 2000px; } }

.section-mission .text ul {
  padding-left: 18px;
  margin-top: 0; }

.section-mission .text ul li {
  padding-bottom: 15px; }

.section-history {
  display: grid;
  grid-template-columns: 1fr;
  padding: 20px 0; }
  @media screen and (min-width: 1216px) {
    .section-history {
      grid-template-columns: 1fr 1fr; } }

.section-history .image {
  background: url("/Content/annual-report-2025/images/textures/history-bg.webp") no-repeat top right #314e52;
  background-size: cover;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  min-height: 300px; }
  @media screen and (min-width: 1025px) {
    .section-history .image {
      padding: 100px;
      font-size: 52px; } }
  @media screen and (min-width: 1216px) {
    .section-history .image {
      padding: 50px;
      font-size: 32px; } }

.section-history .content {
  line-height: 1.8em;
  color: #555;
  font-size: 14px;
  padding: 30px; }
  @media screen and (min-width: 1025px) {
    .section-history .content {
      padding: 100px;
      font-size: 16px; } }
  @media screen and (min-width: 1216px) {
    .section-history .content {
      padding: 50px;
      font-size: 18px; } }

.section-history h2 {
  color: #fff;
  font-weight: 400;
  display: flex;
  flex-direction: column; }

.section-history h2 strong {
  color: #314e52;
  font-weight: 900; }

.section-history h2,
.section-history .content p {
  opacity: 0;
  left: 50px;
  position: relative; }

.section-history h2.active,
.section-history .content p.active {
  animation: slideInLeft 2s forwards;
  animation-delay: 1s; }

@keyframes slideInLeft {
  100% {
    opacity: 1;
    left: 0; } }
/*CATEGORY SECTIONS*/
@keyframes background-color-1 {
  to {
    background-color: var(--bg); } }
@keyframes background-color-2 {
  to {
    background-color: var(--bg); } }
@keyframes background-color-3 {
  to {
    background-color: var(--bg); } }
@keyframes background-color-4 {
  to {
    background-color: var(--bg); } }
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translate(0, 0); } }
.section-category-1 .category-hero h2 {
  color: #faf2df; }

.section-category-2 .category-hero h2 {
  color: #314e52; }

.section-category-3 .category-hero h2 {
  color: #314E52; }

.section-category-4 .category-hero h2 {
  color: #314E52; }

.section-category-1 .category-hero {
  --bg: #314e52; }
  .section-category-1 .category-hero.active, .section-category-1 .category-hero.activated {
    animation: background-color-1 .4s ease forwards; }

.section-category-2 .category-hero {
  --bg: #f4d7ac; }
  .section-category-2 .category-hero.active, .section-category-2 .category-hero.activated {
    animation: background-color-2 .4s ease forwards; }

.section-category-3 .category-hero {
  --bg: #f39b85; }
  .section-category-3 .category-hero.active, .section-category-3 .category-hero.activated {
    animation: background-color-3 .4s ease forwards; }

.section-category-4 .category-hero {
  --bg: #89b5b0; }
  .section-category-4 .category-hero.active, .section-category-4 .category-hero.activated {
    animation: background-color-4 .4s ease forwards; }

.category-hero {
  width: 100vw;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .category-hero {
      height: 80vh;
      padding-bottom: 90px; } }
  .category-hero h2 {
    font-size: 20px;
    font-weight: 800;
    opacity: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
    line-height: 1.8em;
    transform: translateX(-200%);
    color: #fff; }
    @media screen and (min-width: 400px) {
      .category-hero h2 {
        font-size: 26px; } }
    @media screen and (min-width: 768px) {
      .category-hero h2 {
        font-size: 30px; } }
    @media screen and (min-width: 1025px) {
      .category-hero h2 {
        font-size: 60px; } }
    .category-hero h2 strong {
      font-size: 10vw; }
  .category-hero.active h2, .category-hero.activated h2 {
    animation: slideIn .6s ease forwards; }

.category-hero-image {
  position: relative;
  margin-top: -120px; }
  @media screen and (min-width: 768px) {
    .category-hero-image {
      margin-top: -180px; } }
  .category-hero-image .image-container {
    width: 100%;
    aspect-ratio: 13/8;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .category-hero-image .image-container {
        aspect-ratio: 13/8; } }
  .category-hero-image img {
    width: 100%;
    filter: blur(0);
    transition: width .8s ease, filter .8s ease;
    transition-delay: 0.5s;
    will-change: width, filter; }
    @media screen and (min-width: 768px) {
      .category-hero-image img {
        transition-delay: 0.5s; } }
  .category-hero-image.activated img {
    width: 120%;
    filter: blur(5px); }

.category-hero-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(1, 39, 58, 0.7);
  color: #fff;
  opacity: 0;
  z-index: 9;
  font-size: 16px;
  transition: all 1s ease-in-out;
  transition-delay: 0.5s;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .category-hero-text {
      font-size: 28px; } }
  @media screen and (min-width: 1025px) {
    .category-hero-text {
      font-size: 34px; } }
  .category-hero-text.activated {
    opacity: 1; }

.section-category .text {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  color: #555;
  font-size: 18px;
  padding-bottom: 20px; }
  @media screen and (min-width: 1025px) {
    .section-category .text {
      grid-template-columns: 1fr 1fr; } }

.section-category .content h2 {
  color: #314e52;
  margin: 30px 0 10px; }
.section-category .content h3 {
  margin: 18px 0 0;
  font-size: 18px; }
.section-category .content h4 {
  margin: 0;
  font-style: italic;
  font-weight: 400; }
.section-category .content h5 {
  margin: 25px 0 0;
  font-size: 18px;
  font-weight: 400; }
.section-category .content h6 a {
  color: #314e52; }
.section-category .content .main-stat-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px; }
.section-category .content .main-stat {
  display: flex;
  flex-direction: column;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #777;
  line-height: 1.3; }
  @media screen and (min-width: 768px) {
    .section-category .content .main-stat {
      font-size: 30px; } }
  @media screen and (min-width: 1025px) {
    .section-category .content .main-stat {
      font-size: 24px;
      margin-bottom: 20px; } }
  .section-category .content .main-stat span {
    color: #205676;
    font-size: 2em;
    padding: 0 10px;
    font-weight: 900;
    line-height: .9em;
    letter-spacing: -4px; }
    @media screen and (min-width: 768px) {
      .section-category .content .main-stat span {
        font-size: 3em; } }
.section-category .content p {
  line-height: 1.8em; }

.section-category .column {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media screen and (min-width: 1025px) {
    .section-category .column {
      padding: 60px 0; } }

.section-category .video-media {
  width: 100%;
  padding-bottom: 80px; }
  @media screen and (min-width: 1025px) {
    .section-category .video-media {
      max-width: 800px; } }

.section-category .title,
.section-client-stats .title,
.section-financials .title {
  font-size: 40px;
  text-transform: uppercase;
  color: #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .section-category .title,
    .section-client-stats .title,
    .section-financials .title {
      font-size: 50px;
      margin-bottom: 40px;
      padding: 0; } }
  @media screen and (min-width: 1025px) {
    .section-category .title,
    .section-client-stats .title,
    .section-financials .title {
      margin-bottom: 90px;
      margin-bottom: 90px; } }
  @media screen and (min-width: 1408px) {
    .section-category .title,
    .section-client-stats .title,
    .section-financials .title {
      font-size: 60px; } }

.section-financials .title {
  margin-bottom: 30px; }

.section-category .title span,
.section-client-stats .title span,
.section-financials .title span {
  white-space: nowrap; }

.section-client-stats h2.subtitle {
  color: #777;
  margin: 0 0 50px; }

.section-category .title strong,
.section-client-stats .title strong,
.section-financials .title strong {
  font-size: 1em;
  font-weight: 900;
  color: #3088ce; }
  @media screen and (min-width: 768px) {
    .section-category .title strong,
    .section-client-stats .title strong,
    .section-financials .title strong {
      font-size: 1.5em; } }

.section-financials .title strong {
  color: #314e52; }

.section-philanthropy {
  background: url("/Content/annual-report-2025/images/textures/poly-texture-light-blue.webp") repeat;
  padding: 75px 0; }
  @media screen and (min-width: 768px) {
    .section-philanthropy {
      padding: 100px 0; } }

.section-philanthropy::before {
  position: absolute;
  content: "";
  top: 0;
  right: -50%;
  height: 100%;
  width: 50%;
  background: url("/Content/annual-report-2025/images/textures/phil-left.webp") center center no-repeat;
  background-size: cover;
  z-index: 1; }

.section-philanthropy.active::before,
.section-philanthropy.activated::before {
  animation: PhilBGLeft .5s forwards;
  animation-delay: 2.5s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

@keyframes PhilBGLeft {
  0% {
    right: -50%; }
  100% {
    right: 0%; } }
.section-philanthropy::after {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  height: 100%;
  width: 50%;
  background: url("/Content/annual-report-2025/images/textures/phil-right.webp") center center no-repeat;
  background-size: cover;
  z-index: 1; }

.section-philanthropy.active::after,
.section-philanthropy.activated::after {
  animation: PhilBGRight .5s forwards;
  animation-delay: 2.5s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

@keyframes PhilBGRight {
  0% {
    left: -50%; }
  100% {
    left: 0%; } }
.section-philanthropy .container {
  position: relative;
  z-index: 3; }

.section-philanthropy .title {
  text-transform: uppercase;
  color: #faf2df;
  position: relative;
  width: 90%;
  text-align: center;
  font-size: 2em; }
  @media screen and (min-width: 500px) {
    .section-philanthropy .title {
      font-size: 3em; } }
  @media screen and (min-width: 768px) {
    .section-philanthropy .title {
      font-size: 5em; } }
  @media screen and (min-width: 1025px) {
    .section-philanthropy .title {
      font-size: 8em;
      width: 100%; } }

.section-philanthropy .title span {
  opacity: 0; }

.section-philanthropy .title.active span,
.section-philanthropy .title.activated span {
  animation: TitleCoverPhilText 1.5s forwards;
  animation-delay: 2s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

@keyframes TitleCoverPhilText {
  0% {
    opacity: 0; }
  45% {
    opacity: 0; }
  55% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.section-philanthropy .title::after {
  content: '';
  height: 100%;
  width: 0;
  background: #f39b85;
  position: absolute;
  left: 0;
  top: 0; }

.section-philanthropy .title.active::after,
.section-philanthropy .title.activated::after {
  animation: TitleCoverPhil 1.5s forwards;
  animation-delay: 2s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }

@keyframes TitleCoverPhil {
  0% {
    width: 0; }
  40% {
    width: 100%;
    left: 0; }
  60% {
    width: 100%;
    left: auto;
    right: 0; }
  100% {
    width: 0;
    left: auto;
    right: 0; } }
.section-philanthropy .video-media {
  width: 100%;
  max-width: 90%;
  padding-bottom: 50px; }
  @media screen and (min-width: 1025px) {
    .section-philanthropy .video-media {
      max-width: 800px;
      padding-bottom: 60px; } }

.section-philanthropy .cto a.button {
  background: #f39b85;
  color: #3088ce;
  border: 2px solid #f39b85;
  margin-top: 15px;
  padding: 20px 30px;
  -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #00202d; }

.section-philanthropy .cto a.button:hover {
  animation: ButtonThrob 2s infinite;
  animation-timing-function: ease-in-out; }

@keyframes ButtonThrob {
  0% {
    -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
    border: 2px solid #f39b85; }
  50% {
    -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.4);
    border: 2px solid #fff; }
  100% {
    -webkit-box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
    box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0);
    border: 2px solid #f39b85 #f39b85; } }
.section-financials {
  padding: 30px 0;
  background: url("/Content/annual-report-2025/images/textures/paper-1.webp") repeat;
  display: block;
  position: relative;
  z-index: 25; }
  @media screen and (min-width: 1025px) {
    .section-financials {
      padding: 100px 0; } }

@media screen and (min-width: 1025px) {
  .section-financials::after {
    position: absolute;
    content: "";
    right: 2%;
    top: 0px;
    width: 430px;
    z-index: 0;
    height: 450px;
    background: url(/Content/annual-report-2025/images/textures/paper-shadow.png) no-repeat center center;
    background-size: contain;
    opacity: .8; } }

.section-financials .container {
  position: relative;
  z-index: 4; }

.section-financials .title {
  font-size: 44px;
  text-transform: uppercase;
  color: #3e5e63;
  position: relative; }
  @media screen and (min-width: 768px) {
    .section-financials .title {
      font-size: 50px; } }
  @media screen and (min-width: 1408px) {
    .section-financials .title {
      font-size: 60px; } }

.section-financials .title span {
  color: #fff;
  background: #c1cd32;
  white-space: nowrap;
  padding: 0 10px;
  display: inline-block; }

.section-financials .tables-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }

.section-financials .tables-container .item {
  flex-basis: 100%;
  position: relative;
  opacity: 0;
  left: 50px;
  font-size: 14px;
  padding: 15px 0; }
  @media screen and (min-width: 768px) {
    .section-financials .tables-container .item {
      flex-basis: 30%;
      padding: 20px 10px; } }
  @media screen and (min-width: 1025px) {
    .section-financials .tables-container .item {
      font-size: 16px; } }
  @media screen and (min-width: 1216px) {
    .section-financials .tables-container .item {
      padding: 30px 25px; } }

.section-financials .tables-container .item.active,
.section-financials .tables-container .item.activated {
  animation: slideInLeft 1s forwards;
  animation-delay: .5s; }

.ending {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 12.11%;
  position: relative;
  margin: 75px 0; }

.heart-drawing-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.heart-drawing-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.heart-drawing-container .ending-trace {
  fill: none;
  stroke: #fff;
  stroke-width: 3px;
  stroke-dasharray: 5353px;
  stroke-dashoffset: 5353px;
  position: relative;
  z-index: 5; }

.heart-drawing-container.active .ending-trace {
  animation: endingTrace 10s cubic-bezier(0.76, 0, 0.24, 1);
  animation-fill-mode: forwards; }

@keyframes endingTrace {
  100% {
    stroke-dashoffset: 0; } }
.heart-drawing-container .ending-fill {
  fill: #E0053A;
  stroke: none;
  position: relative;
  z-index: 1;
  opacity: 0; }

.heart-drawing-container.active .ending-fill {
  animation: treeFill 1s cubic-bezier(0.76, 0, 0.24, 1);
  animation-delay: 5s;
  animation-fill-mode: forwards; }

@keyframes endingFill {
  100% {
    opacity: 1;
    left: 100px; } }
.table-financials {
  width: 100%;
  text-align: center;
  border: none;
  font-weight: 500;
  color: #444; }

.table {
  background: #fff;
  border-spacing: 0; }

.table td, .table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top; }

.table.is-bordered td, .table.is-bordered th {
  border-width: 1px; }

.table-financials.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: rgba(1, 70, 94, 0.05); }

.table-financials tbody tr td {
  padding: 0.5em; }

.table-financials tr td:first-of-type {
  border-left: none; }

.table-financials tr td:last-of-type {
  border-right: none; }

.table-financials .table-location td {
  font-size: 22px;
  border: none;
  background: #314e52;
  color: #fff; }

.table-financials.table-year-total .table-location td {
  background: #c1cd32;
  color: #00202d; }

.table-financials .table-period td {
  padding: 0.25em 0.5em;
  font-weight: 600;
  color: #00202d;
  border: none;
  background: #bfe3e5; }

.table-financials.table-year-total .table-period td {
  background: #e3ea91;
  color: #444; }

.table-financials .body-heading td {
  background: rgba(0, 32, 45, 0.45);
  color: #fff;
  border: none; }

.table-financials tr.body-total td {
  font-weight: 800;
  color: #222; }

.table-financials.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: rgba(1, 70, 94, 0.05); }

.table-financials tfoot {
  font-weight: 400;
  font-size: 14px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mouse-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20; }

.mouse-container span {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #79b3b7;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite; }

.mouse {
  background: #005d7e linear-gradient(transparent 0%, transparent 50%, #79b3b7 50%, #79b3b7 100%);
  position: relative;
  width: 52px;
  height: 88px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite; }
  .mouse:before, .mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .mouse:before {
    width: 46px;
    height: 82px;
    background-color: #fff;
    border-radius: 100px; }
  .mouse:after {
    background-color: #005d7e;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    animation: trackBallSlide 5s linear infinite; }

@keyframes colorSlide {
  0% {
    background-position: 0% 100%; }
  20% {
    background-position: 0% 0%; }
  21% {
    background-color: #005d7e; }
  29.99% {
    background-color: #79b3b7;
    background-position: 0% 0%; }
  30% {
    background-color: #005d7e;
    background-position: 0% 100%; }
  50% {
    background-position: 0% 0%; }
  51% {
    background-color: #005d7e; }
  59% {
    background-color: #79b3b7;
    background-position: 0% 0%; }
  60% {
    background-color: #005d7e;
    background-position: 0% 100%; }
  80% {
    background-position: 0% 0%; }
  81% {
    background-color: #005d7e; }
  90%, 100% {
    background-color: #79b3b7; } }
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-20px); }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px); }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(40px); }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-20px); }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-20px); } }
@keyframes nudgeMouse {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(8px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(8px); }
  60% {
    transform: translateY(0); }
  80% {
    transform: translateY(8px); }
  90% {
    transform: translateY(0); } }
@keyframes nudgeText {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(2px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(2px); }
  60% {
    transform: translateY(0); }
  80% {
    transform: translateY(2px); }
  90% {
    transform: translateY(0); } }
@keyframes colorText {
  21% {
    color: #79b3b7; }
  30% {
    color: #fff; }
  51% {
    color: #79b3b7; }
  60% {
    color: #fff; }
  81% {
    color: #79b3b7; }
  90% {
    color: #fff; } }
