/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/sass/app.scss ***!
  \**************************************************************************************************************************************************************************************************************/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
.heading-01 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.heading-02 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.heading-03 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.heading-04 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.semi-01 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-02 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-03 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-04 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-05 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.body-100 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.body-200 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.card-caption-bold {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.button-default {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.text-gradient-brand {
  background: linear-gradient(96.23deg, #0f214b 1.68%, #007aa9 97.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #007AA9;
  margin: 0;
  text-rendering: optimizeLegibility;
  line-height: 1;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

html,
body {
  scroll-behavior: smooth;
  height: 100%;
}

.underline {
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.underline:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -15px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
}

.v-align-bottom {
  vertical-align: bottom;
}

.relative {
  position: relative !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: left !important;
}

.grid-container {
  display: grid !important;
}

.clearfix {
  float: none;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.shadow {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}

a {
  text-decoration: none;
  color: black;
}
a :hover, a :active, a :focus {
  color: black;
}

strong {
  font-weight: bold !important;
}

.fancybox-content {
  border-radius: 24px;
}

.fancybox-container {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.fancybox-button--close,
.fancybox-slide--html .fancybox-close-small,
.fancybox-close-small {
  background: transparent url("../img/icons/icon-close-white.svg") center/contain no-repeat;
  height: 24px;
  opacity: 1 !important;
  padding: 0;
  position: fixed;
  right: 90px;
  top: 60px;
  width: 24px;
}

.fancybox-button--close svg,
.fancybox-close-small svg {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.3;
}

.kvkk-fancybox .fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
}
.kvkk-fancybox .fancybox-slide--iframe {
  padding: 72px 96px;
}
.kvkk-fancybox .fancybox-slide--iframe .fancybox-content {
  width: min(1040px, 100vw - 192px) !important;
  height: min(900px, 100vh - 144px) !important;
  border-radius: 24px;
  overflow: hidden;
}
.kvkk-fancybox .fancybox-button--close,
.kvkk-fancybox .fancybox-close-small {
  right: 40px;
  top: 40px;
}

@media (max-width: 768px) {
  .fancybox-button--close,
  .fancybox-slide--html .fancybox-close-small,
  .fancybox-close-small {
    height: 14px;
    position: absolute;
    right: 25px;
    top: 30px;
    width: 14px;
  }
  .kvkk-fancybox .fancybox-slide--iframe {
    padding: 56px 16px 24px;
  }
  .kvkk-fancybox .fancybox-slide--iframe .fancybox-content {
    width: calc(100vw - 32px) !important;
    height: calc(100vh - 96px) !important;
    border-radius: 24px;
  }
  .kvkk-fancybox .fancybox-button--close,
  .kvkk-fancybox .fancybox-close-small {
    right: 16px;
    top: 24px;
  }
}
.text-white {
  color: #fff !important;
}

.text-black {
  color: #fff !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.d-flex {
  display: flex !important;
  flex-direction: row;
}

.d-flex-row {
  flex-direction: row !important;
}

.d-flex-column {
  flex-direction: column !important;
}

.d-flex-justified-start {
  justify-content: flex-start !important;
}

.d-flex-justified-end {
  justify-content: flex-end !important;
}

.d-flex-justified-center {
  justify-content: center !important;
}

.d-flex-justified-space-between {
  justify-content: space-between !important;
}

.d-flex-align-items-start {
  align-items: flex-start !important;
}

.d-flex-align-items-end {
  align-items: flex-end !important;
}

.d-flex-align-items-center {
  align-items: center !important;
}

.d-none {
  display: none !important;
}

.img-responsive {
  width: 100%;
}

.container-fluid {
  position: relative;
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
}

.container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 45px;
  box-sizing: border-box;
}

.no-border {
  border: none;
}

.hidden {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
  .smartphone--hidden {
    display: none !important;
  }
  .smartphone--block {
    display: block !important;
  }
  .smartphone--w-50 {
    max-width: 50% !important;
    width: 50% !important;
  }
  .smartphone--w-100 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .smartphone--relative {
    position: relative !important;
  }
  .smartphone--flex-column {
    flex-direction: column !important;
  }
  .smartphone--flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .smartphone--d-flex-justified-center {
    justify-content: center;
  }
}
@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
.heading-01 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.heading-02 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.heading-03 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.heading-04 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.semi-01 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-02 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-03 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-04 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-05 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.body-100 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.body-200 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.card-caption-bold {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.button-default {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.text-gradient-brand {
  background: linear-gradient(96.23deg, #0f214b 1.68%, #007aa9 97.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
.heading-01 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.heading-02 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.heading-03 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.heading-04 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.semi-01 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-02 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-03 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-04 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.semi-05 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.body-100 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.body-200 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.card-caption-bold {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.button-default {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.text-gradient-brand {
  background: linear-gradient(96.23deg, #0f214b 1.68%, #007aa9 97.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

header .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: solid 1px rgba(127, 196, 247, 0.2);
}
header .header-top-wrapper .language-switcher {
  display: flex;
}
header .header-top-wrapper .language-switcher a {
  display: block;
  margin-right: 5px;
  padding-right: 5px;
  border-right: solid 1px #007AA9;
  line-height: 1;
  color: #007AA9;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
header .header-top-wrapper .language-switcher a.current {
  font-weight: 600;
}
header .header-top-wrapper .language-switcher a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
header .header-top-wrapper .stock-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 5px;
}
header .header-top-wrapper .stock-info-wrapper .stock-info-date {
  font-size: 12px;
  line-height: normal;
}
header .header-top-wrapper .stock-info-wrapper .stock-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .header-top-wrapper .stock-info-wrapper .stock-info .stock-code {
  font-weight: 600;
}
header .header-top-wrapper .stock-info-wrapper .stock-info .stock-price {
  font-weight: 500;
  color: #000;
  margin-right: 3px;
}
header .header-top-wrapper .stock-info-wrapper .stock-info .stock-price-change {
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 4px;
}
header .header-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 23px 0 30px;
}
header .header-main-wrapper .branding img {
  width: 100%;
  max-width: 250px;
}
header .header-main-wrapper nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
header .header-main-wrapper nav ul li {
  position: relative;
}
header .header-main-wrapper nav ul li a {
  color: #007AA9;
  display: flex;
  align-items: center;
  gap: 5px;
}
header .header-main-wrapper nav ul li.has-dropdown > a.nav__trigger .nav__arrow {
  transition: transform 0.2s ease;
}
header .header-main-wrapper nav ul li.has-dropdown:hover > a.nav__trigger .nav__arrow {
  transform: rotate(180deg);
}
header .header-main-wrapper nav ul li.has-dropdown:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .header-main-wrapper nav ul li.has-dropdown .nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 2px 32px 0px rgba(99, 99, 99, 0.1);
  display: flex;
  flex-direction: column;
  gap: 7px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
}
header .header-main-wrapper nav ul li.has-dropdown .nav-dropdown.nav-dropdown-right-aligned {
  right: 0;
  left: auto;
}
header .header-main-wrapper nav ul li.has-dropdown .nav-dropdown__link {
  color: #454E58;
  white-space: nowrap;
  line-height: 1.5;
  letter-spacing: -0.01em;
  transition: color 0.15s ease;
}
header .header-main-wrapper nav ul li.has-dropdown .nav-dropdown__link:hover {
  color: #007AA9;
}
header .header-main-wrapper nav ul li.has-dropdown .nav-dropdown__link--header {
  font-weight: 600;
  background: linear-gradient(80.96deg, #1a446d 44.15%, #007aa9 65.33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.header__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-shrink: 0;
}
.header__hamburger span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #007AA9;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.header__hamburger.is-open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg);
}
.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.header__hamburger.is-open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  pointer-events: none;
  visibility: hidden;
}
.mobile-nav.is-open {
  pointer-events: auto;
  visibility: visible;
}
.mobile-nav.is-open .mobile-nav__panel {
  transform: translateX(0);
  border-radius: 0 24px 24px 0;
}
.mobile-nav.is-open .mobile-nav__backdrop {
  opacity: 1;
}
.mobile-nav__panel {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  width: min(340px, 88vw);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 24px 20px 40px;
  box-sizing: border-box;
}
.mobile-nav__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-shrink: 0;
}
.mobile-nav__logo {
  display: inline-flex;
}
.mobile-nav__logo img {
  height: 26px;
  width: auto;
}
.mobile-nav__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F3053;
}
.mobile-nav__links {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mobile-nav__item {
  border-bottom: 1px solid #DFDFDF;
}
.mobile-nav__trigger {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F3053;
  letter-spacing: -0.01em;
  text-align: left;
  gap: 12px;
}
.mobile-nav__trigger .mobile-nav__arrow {
  transition: transform 0.25s ease;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mobile-nav__item.is-open .mobile-nav__arrow {
  transform: rotate(180deg);
}
.mobile-nav__item.is-open .mobile-nav__submenu {
  display: flex;
}
.mobile-nav__submenu {
  display: none;
  flex-direction: column;
  padding: 0 0 16px 12px;
}
.mobile-nav__submenu a {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #454E58;
  text-decoration: none;
  padding: 9px 0;
  line-height: 1.4;
  letter-spacing: -0.01em;
  border-bottom: 1px solid rgba(223, 223, 223, 0.5);
  transition: color 0.15s ease;
}
.mobile-nav__submenu a:last-child {
  border-bottom: none;
}
.mobile-nav__submenu a:hover {
  color: #007AA9;
}
.mobile-nav__link {
  display: block;
  padding: 16px 0;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #0F3053;
  text-decoration: none;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #DFDFDF;
}
.mobile-nav__link:hover {
  color: #007AA9;
}

@media (max-width: 768px) {
  header .header-top-wrapper {
    padding: 8px 0;
  }
  header .header-top-wrapper .stock-info-wrapper .stock-info-date {
    font-size: 11px;
  }
  header .header-main-wrapper {
    padding: 12px 0 20px;
  }
  header .header-main-wrapper .branding img {
    max-width: 154px;
  }
  header .header-main-wrapper nav {
    display: none;
  }
  .header__hamburger {
    display: flex;
  }
}
.btn {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 0 48px;
  border-radius: 32px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  min-width: 160px;
  box-sizing: border-box;
}
.btn:hover {
  opacity: 0.88;
  text-decoration: none;
}

.btn-primary {
  background: linear-gradient(87.35deg, #1a446d 44.15%, #007aa9 65.33%);
  color: #FFFFFF;
  border-color: transparent;
}

.btn-white {
  background: #FFFFFF;
  color: #0F3053;
  border-color: transparent;
}

.btn-white-outlined {
  background: #FFFFFF;
  color: #0F3053;
  border-color: #FFFFFF;
}

.btn-outlined {
  background: transparent;
  color: #0F3053;
  border-color: #0F3053;
}
.btn-outlined:hover {
  background-color: #007AA9;
  border-color: #007AA9;
  color: #FFFFFF;
}

.btn--sm {
  height: 50px;
  padding: 0 36px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.footer {
  background: #FFFFFF;
  border-radius: 30px 30px 0 0;
}
.footer__top {
  padding: 56px 0 40px;
}
.footer__logo {
  display: inline-block;
}
.footer__logo img {
  height: 48px;
  width: auto;
  display: block;
}
.footer__divider {
  border: none;
  border-top: 1px solid #D9E7FA;
  margin: 0;
}
.footer__body {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 60px;
}
.footer__contact {
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__contact-info {
  display: flex;
  flex-direction: column;
}
.footer__section-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0F3053;
  margin-bottom: 16px;
}
.footer__contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.footer__contact-list li img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}
.footer__contact-list li a,
.footer__contact-list li span,
.footer__contact-list li address {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0F3053;
  text-decoration: none;
  font-style: normal;
  line-height: 1.4;
}
.footer__contact-list li a:hover {
  color: #007AA9;
}
.footer__social {
  display: flex;
  flex-direction: column;
}
.footer__social-list {
  list-style: none;
  display: flex;
  gap: 12px;
}
.footer__social-list li a {
  display: flex;
  transition: opacity 0.2s ease;
}
.footer__social-list li a:hover {
  opacity: 0.6;
}
.footer__social-list li a img {
  width: 27px;
  height: 27px;
}
.footer__nav {
  flex: 1;
  display: flex;
  gap: 60px;
  align-items: flex-start;
  max-width: 60%;
}
.footer__nav-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__nav-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav-group ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.footer__nav-group ul a {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #454E58;
  text-decoration: none;
  line-height: normal;
  transition: color 0.2s ease;
}
.footer__nav-group ul a:hover {
  color: #007AA9;
}
.footer__nav-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0F3053;
  text-decoration: none;
  line-height: normal;
  transition: color 0.2s ease;
}
.footer__nav-title:hover {
  color: #007AA9;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.footer__copyright {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #818a95;
  line-height: 24px;
}
.footer__legal {
  list-style: none;
  display: flex;
  gap: 12px;
}
.footer__legal a {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #818a95;
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__legal a:hover {
  color: #0F3053;
}

@media (max-width: 768px) {
  .footer {
    border-radius: 0;
  }
  .footer__top {
    padding: 28px 0 20px;
  }
  .footer__logo img {
    height: 28px;
  }
  .footer__body {
    flex-direction: column;
    gap: 0;
    padding: 24px 0 0;
  }
  .footer__contact {
    flex: none;
    width: 100%;
    gap: 28px;
    padding-bottom: 32px;
  }
  .footer__contact-info {
    order: 2;
  }
  .footer__social {
    order: 1;
  }
  .footer__section-title {
    font-size: 14px;
  }
  .footer__contact-list li a, .footer__contact-list li span, .footer__contact-list li address {
    font-size: 13px;
  }
  .footer__social-list li a img {
    width: 22px;
    height: 22px;
  }
  .footer__nav {
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    padding-bottom: 32px;
  }
  .footer__nav-col {
    display: contents;
  }
  .footer__nav-group {
    border-bottom: 0;
    gap: 0;
    padding: 0;
  }
  .footer__nav-group ul {
    display: none;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
  }
  .footer__nav-group.is-open ul {
    display: flex;
  }
  .footer__nav-col:nth-child(3) .footer__nav-group:nth-child(3) {
    order: 10;
  }
  .footer__nav-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
  }
  .footer__nav-title::after {
    content: "";
    width: 8px;
    height: 8px;
    background: none;
    border-right: 1.5px solid #0F3053;
    border-bottom: 1.5px solid #0F3053;
    transform: rotate(45deg) translateY(-3px);
    transform-origin: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
  }
  .footer__nav-group.is-open .footer__nav-title::after {
    transform: rotate(225deg) translateY(-3px);
  }
  .footer__nav-group:not(:has(ul li)) .footer__nav-title::after {
    display: none;
  }
  .footer__nav-group ul a {
    font-size: 13px;
    padding: 4px 0;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 32px 0 16px;
  }
  .footer__copyright {
    font-size: 12px;
  }
  .footer__legal {
    flex-wrap: wrap;
    gap: 12px 12px;
    justify-content: center;
  }
  .footer__legal a {
    font-size: 12px;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 30px;
}
.breadcrumb .breadcrumb__link,
.breadcrumb .breadcrumb__current {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: -0.01em;
  color: #007AA9;
  text-decoration: none;
}
.breadcrumb .breadcrumb__current {
  font-weight: 600;
}
.breadcrumb .breadcrumb__chevron {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .breadcrumb {
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 47.2px;
    overflow: hidden;
    align-items: center;
    padding-bottom: 16px;
  }
  .breadcrumb .breadcrumb__link,
  .breadcrumb .breadcrumb__current {
    min-width: 0;
    text-overflow: ellipsis;
  }
  .breadcrumb .breadcrumb__link--home {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    background: url("../img/icons/icon-home.svg") center/16px 16px no-repeat;
  }
  .breadcrumb .breadcrumb__current {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.bento__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bento__row {
  display: flex;
  gap: 12px;
}
.bento__card {
  height: 471px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background-color: #E5F2F7;
  transition: background 0.35s ease;
}
.bento__card--narrow {
  flex: 1;
}
.bento__card--wide {
  flex: 2;
}
.bento__card--half-sm {
  flex: 618;
}
.bento__card--half-lg {
  flex: 650;
}
.bento__card--dark {
  background: linear-gradient(180deg, #1a446d 0%, #007aa9 100%);
}
.bento__card--dark .bento__card-title,
.bento__card--dark .bento__card-desc {
  color: #FFFFFF;
}
.bento__card--dark .bento__btn {
  visibility: visible;
  background-color: #FFFFFF;
  border-color: #007AA9;
  color: #007AA9;
}
.bento__card:not(.bento__card--dark):hover {
  background: linear-gradient(180deg, #1a446d 0%, #007aa9 100%);
}
.bento__card:not(.bento__card--dark):hover .bento__card-title,
.bento__card:not(.bento__card--dark):hover .bento__card-desc {
  color: #FFFFFF;
}
.bento__card:not(.bento__card--dark):hover .bento__btn {
  visibility: visible;
  background-color: #FFFFFF;
  border-color: #007AA9;
  color: #007AA9;
}
.bento__card-icon {
  position: absolute;
  top: 0;
  right: 0;
}
.bento__card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px 36px;
  box-sizing: border-box;
}
.bento__card-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
  transition: color 0.35s ease;
  width: 65%;
}
.bento__card-footer {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.bento__card-desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  max-width: 340px;
  transition: color 0.35s ease;
}
.bento__btn {
  align-self: flex-start;
  background: transparent;
  border-color: #0F3053;
  color: #0F3053;
  visibility: hidden;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.bento__btn--always-visible {
  visibility: visible;
}

@media (max-width: 768px) {
  .bento__grid {
    gap: 24px;
  }
  .bento__row {
    flex-direction: column;
    gap: 16px;
  }
  .bento__card {
    height: 310px;
    border-radius: 16px;
  }
  .bento__card--narrow, .bento__card--wide, .bento__card--half-sm, .bento__card--half-lg {
    flex: none;
    width: 100%;
  }
  .bento__card--half-sm .bento__card-icon {
    top: 0px;
    right: -40px;
  }
  .bento__card--narrow .bento__card-icon {
    top: -60px;
    right: -10px;
    transform: scale(0.8);
  }
  .bento__card-icon {
    top: -25px;
    right: -25px;
    transform: scale(0.5);
    transform-origin: right top;
  }
  .bento__card-body {
    padding: 20px 20px 30px;
  }
  .bento__card-title {
    font-size: 20px;
    width: 100%;
  }
  .bento__card-desc {
    font-size: 14px;
    max-width: 100%;
  }
  .bento__btn {
    height: 48px;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 60px;
    min-width: 0;
  }
}
.page-bg {
  background: #F8F8F8 url(../img/page-bg.png) top center no-repeat;
  background-size: cover;
}

section.page-title-container {
  padding: 52px 0 32px;
  min-height: 188px;
  box-sizing: border-box;
}
section.page-title-container .page-title-container__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  background: linear-gradient(96.23deg, #0f214b 1.68%, #007aa9 97.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  width: 65%;
}
section.page-title-container .page-title-bg {
  position: absolute;
  top: 27px;
  right: 45px;
  z-index: 1;
}
section.page-body {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 30px 30px 0 0;
  padding-top: 60px;
  padding-bottom: 0;
}
section.page-body .page-layout {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
section.page-body .page-layout .page-sidebar {
  flex: 0 0 215px;
  position: sticky;
  top: 40px;
}
section.page-body .page-layout .page-content {
  flex: 1;
  min-width: 0;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }
  section.page-body {
    border-radius: 0;
    padding-top: 0px;
  }
  section.page-body .page-layout {
    display: block;
  }
  section.page-body .page-sidebar {
    display: none;
  }
  section.page-title-container {
    padding: 32px 0 24px;
    min-height: 85px;
  }
  section.page-title-container .page-title-container__title {
    font-size: 32px;
    width: 100%;
  }
  section.page-title-container .page-title-bg {
    display: none;
  }
}
.page-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-left: 2px solid rgba(127, 196, 247, 0.2);
  padding-left: 20px;
  margin-bottom: 40px;
}

.page-sidebar__link {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  text-decoration: none;
  line-height: 1.275;
  letter-spacing: -0.02em;
  position: relative;
  transition: color 0.2s ease;
}
.page-sidebar__link--active {
  font-weight: 600;
}
.page-sidebar__link--active::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #007AA9;
  border-radius: 1px;
}
.page-sidebar__link:hover:not(.page-sidebar__link--active) {
  color: #007AA9;
}

.page-sidebar__expandable {
  display: flex;
  flex-direction: column;
}

.page-sidebar__expand-btn {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0F3053;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 1.275;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  position: relative;
  text-align: left;
  transition: color 0.2s ease;
}
.page-sidebar__expand-btn span {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.275;
  font-weight: 400;
  min-width: 0;
  transition: font-weight 0.1s;
}
.page-sidebar__expand-btn svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}
.page-sidebar__expand-btn:hover {
  color: #007AA9;
}

.page-sidebar__chevron {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  transition: transform 0.25s ease;
}

.page-sidebar__expand-btn.is-open,
.page-sidebar__expandable.is-open > .page-sidebar__expand-btn {
  font-weight: 600;
}
.page-sidebar__expand-btn.is-open span,
.page-sidebar__expandable.is-open > .page-sidebar__expand-btn span {
  font-weight: 600;
}
.page-sidebar__expand-btn.is-open::before,
.page-sidebar__expandable.is-open > .page-sidebar__expand-btn::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  height: 100%;
  width: 3px;
  background: #007AA9;
  border-radius: 2px;
}
.page-sidebar__expand-btn.is-open svg,
.page-sidebar__expand-btn.is-open .page-sidebar__chevron,
.page-sidebar__expandable.is-open > .page-sidebar__expand-btn svg,
.page-sidebar__expandable.is-open > .page-sidebar__expand-btn .page-sidebar__chevron {
  transform: rotate(90deg);
}

.page-sidebar__sub {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 16px;
}
.page-sidebar__sub.is-open, .page-sidebar__expandable.is-open > .page-sidebar__sub {
  max-height: 600px;
  padding-top: 16px;
}
.page-sidebar__sub a {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  text-decoration: none;
  line-height: 1.275;
  display: block;
  transition: color 0.2s ease;
}
.page-sidebar__sub a:hover {
  color: #007AA9;
}
.page-sidebar__sub a.active {
  color: #0F3053;
  font-weight: 600;
  margin-left: -36px;
  padding-left: 33px;
  border-left: 3px solid #007AA9;
}

.page-sidebar__sub .page-sidebar__sub-link--active {
  font-weight: 600;
  color: #0F3053;
}

.wrapper:has(section.page-body) .footer {
  border-radius: 0;
}

section.hero .section-wrapper {
  background-image: linear-gradient(180deg, #1a446d 0%, #007aa9 100%);
  border-radius: 32px;
  max-width: 1600px;
  margin: 0 auto;
}
section.hero .section-wrapper .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 640px;
  padding: 0;
}
section.hero .section-wrapper .content-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-grow: 1;
  flex-shrink: 0;
  width: 50%;
  box-sizing: border-box;
}
section.hero .section-wrapper .content-wrapper .content h1 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #fff;
}
section.hero .section-wrapper .content-wrapper .content p {
  color: #fff;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
section.hero .section-wrapper .content-wrapper .image {
  flex-grow: 1;
  flex-shrink: 0;
  height: 100%;
  width: 50%;
  box-sizing: border-box;
}
section.hero .section-wrapper .content-wrapper .image img {
  width: 100%;
}
section.hero .section-wrapper .content-wrapper .image canvas {
  width: 100% !important;
  height: 100% !important;
}
section.companies {
  padding: 80px 0;
  overflow: hidden;
}
section.companies .companies__track {
  position: relative;
}
section.companies .companies__track::before, section.companies .companies__track::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
section.companies .companies__track::before {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}
section.companies .companies__track::after {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}
section.companies .companies__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: companies-scroll 24s linear infinite;
}
section.companies .companies__inner:hover {
  animation-play-state: paused;
}
section.companies .companies__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
  flex-shrink: 0;
}
section.companies .companies__item img {
  max-height: 80px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  transition: filter 0.2s ease, opacity 0.2s ease;
}
section.companies .companies__item img:hover {
  opacity: 0.7;
}
@keyframes companies-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
section.activity-areas {
  padding: 80px 0;
  padding-top: 0px;
}
section.activity-areas .activity-areas__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
section.activity-areas .activity-areas__grid > * {
  flex: 0 0 calc(33.333% - 14px);
  box-sizing: border-box;
}
section.activity-areas .activity-areas__title-cell {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  justify-content: flex-start;
  padding-bottom: 40px;
}
section.activity-areas .activity-areas__title-cell h2 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 16px;
  width: 30%;
}
section.activity-areas .activity-areas__title-cell p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  padding-right: 30px;
  width: 30%;
}
section.activity-areas .activity-areas__card {
  background-color: #E5F2F7;
  border-radius: 16px;
  padding: 30px;
  min-height: 392px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: background 0.35s ease;
}
section.activity-areas .activity-areas__card-icon {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  margin-bottom: 48px;
  align-self: flex-end;
  transition: filter 0.35s ease;
}
section.activity-areas .activity-areas__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
section.activity-areas .activity-areas__card h3 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 24px;
  color: #007AA9;
  transition: color 0.35s ease;
  line-height: 1.4;
}
section.activity-areas .activity-areas__card p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  transition: color 0.35s ease;
  margin-bottom: 30px;
  flex: 1;
  min-height: 5.6em;
}
section.activity-areas .activity-areas__card .activity-areas__btn {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 48px;
  border-radius: 32px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s ease;
  background: transparent;
  color: #0F3053;
  border-color: #0F3053;
}
section.activity-areas .activity-areas__card:hover {
  background: linear-gradient(180deg, #1a446d 0%, #007aa9 100%);
}
section.activity-areas .activity-areas__card:hover h3,
section.activity-areas .activity-areas__card:hover p {
  color: #FFFFFF;
}
section.activity-areas .activity-areas__card:hover .activity-areas__card-icon {
  filter: brightness(0) invert(1);
}
section.activity-areas .activity-areas__card:hover .activity-areas__btn {
  background-color: #FFFFFF;
  border-color: #007AA9;
  color: #007AA9;
  visibility: visible;
}
section.activity-areas .activity-areas__card--empty {
  cursor: default;
  pointer-events: none;
  opacity: 0;
}
section.impact {
  padding: 20px 0;
}
section.impact .impact__inner {
  background-image: url("../img/content/impact-bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  padding: 80px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  color: #FFFFFF;
  min-height: 462px;
  box-sizing: border-box;
}
section.impact .impact__text {
  flex: 0 0 50%;
}
section.impact .impact__text h2 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  line-height: 1.25;
  margin-bottom: 24px;
}
section.impact .impact__text p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  line-height: 1.4;
  max-width: 70%;
}
section.impact .impact__stats {
  flex: 0 0 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 80px;
}
section.impact .impact__stat {
  flex: 0 0 calc(50% - 40px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.impact .impact__stat-number {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.275;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
section.impact .impact__stat-label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  line-height: 1.4;
}
section.media {
  padding: 80px 0;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
  background: #F8F8F8 url(../img/media-bg.jpg) top center no-repeat;
  background-size: cover;
}
section.media::after {
  content: "";
  position: absolute;
  right: -300px;
  bottom: -200px;
  width: 1200px;
  height: 1200px;
  background-image: url("../img/content/media-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
section.media .container {
  position: relative;
  z-index: 1;
}
section.media .media__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin-bottom: 80px;
}
section.media .media__block:last-child {
  margin-bottom: 0;
}
section.media .media__block > h2 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  align-self: flex-start;
  width: 100%;
}
section.media .media__cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
section.media .news-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 14px 14px 36px;
  display: flex;
  flex-direction: column;
  min-height: 539px;
}
section.media .news-card-header {
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
section.media .news-card-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.media .news-card-body {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
section.media .news-card-footer {
  padding: 0 8px;
  margin-top: 24px;
}
section.media .news-card__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0F3053;
  letter-spacing: -0.01em;
}
section.media .news-card__divider {
  border: none;
  border-top: 1px solid #7FC4F7;
  margin: 0;
}
section.media .news-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
section.media .news-card__excerpt {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
section.media .announcement-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
}
section.media .announcement-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 44px 0 24px;
}
section.media .announcement-card__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0F3053;
  letter-spacing: -0.01em;
}
section.media .announcement-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
section.media .announcement-card__excerpt {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
section.media .announcement-card__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
section.media .announcement-card__download img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  section.hero .section-wrapper {
    border-radius: 24px;
    margin: 0 20px;
    max-width: none;
  }
  section.hero .section-wrapper .container {
    padding: 0;
  }
  section.hero .section-wrapper .content-wrapper {
    flex-direction: column;
    height: auto;
    padding: 32px 24px 48px;
    gap: 24px;
  }
  section.hero .section-wrapper .content-wrapper .content {
    width: 100%;
    gap: 16px;
  }
  section.hero .section-wrapper .content-wrapper .content h1 {
    font-size: 36px;
    line-height: 1.25;
  }
  section.hero .section-wrapper .content-wrapper .content p {
    font-size: 14px;
    line-height: 1.4;
  }
  section.hero .section-wrapper .content-wrapper .content .btn-group {
    margin-top: 6px;
  }
  section.hero .section-wrapper .content-wrapper .content .btn {
    height: 48px;
    padding: 0 48px;
    font-size: 14px;
  }
  section.hero .section-wrapper .content-wrapper .image {
    display: none;
  }
  section.companies {
    padding: 0;
  }
  section.companies .companies__track::before, section.companies .companies__track::after {
    width: 60px;
  }
  section.companies .companies__item {
    padding: 48px 20px;
  }
  section.companies .companies__item img {
    max-height: 33px;
    height: 33px;
  }
  section.activity-areas {
    padding: 32px 0 24px;
  }
  section.activity-areas .activity-areas__grid {
    flex-direction: column;
    gap: 16px;
  }
  section.activity-areas .activity-areas__grid > * {
    flex: 0 0 auto;
    width: 100%;
  }
  section.activity-areas .activity-areas__title-cell {
    padding-bottom: 8px;
  }
  section.activity-areas .activity-areas__title-cell h2 {
    font-size: 24px;
    letter-spacing: -0.01em;
    width: 100%;
  }
  section.activity-areas .activity-areas__title-cell h2 br {
    display: none;
  }
  section.activity-areas .activity-areas__title-cell p {
    font-size: 14px;
    padding-right: 0;
    width: 100%;
  }
  section.activity-areas .activity-areas__card {
    min-height: 0px;
    padding: 30px 20px;
    gap: 10px;
  }
  section.activity-areas .activity-areas__card-icon {
    width: 52px;
    height: 52px;
    margin-bottom: -15px;
  }
  section.activity-areas .activity-areas__card h3 {
    font-size: 20px;
  }
  section.activity-areas .activity-areas__card p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section.activity-areas .activity-areas__card--empty {
    display: none;
  }
  section.impact {
    padding: 24px 0;
  }
  section.impact .impact__inner {
    flex-direction: column;
    padding: 40px 24px;
    border-radius: 24px;
    min-height: 0;
    gap: 36px;
  }
  section.impact .impact__text {
    flex: none;
    width: 100%;
  }
  section.impact .impact__text h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  section.impact .impact__text p {
    font-size: 16px;
    max-width: 100%;
  }
  section.impact .impact__stats {
    flex: none;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 78px;
    grid-gap: 32px 0;
    gap: 32px 0;
    width: min(288px, 100%);
    align-self: center;
  }
  section.impact .impact__stat {
    flex: none;
    min-width: 0;
  }
  section.impact .impact__stat-number {
    font-size: 36px;
  }
  section.impact .impact__stat-label {
    font-size: 14px;
  }
  section.impact .impact__stat:first-child .impact__stat-label {
    max-width: 65%;
  }
  section.media {
    padding: 48px 0 80px;
    margin-top: 0;
  }
  section.media::after {
    display: none;
  }
  section.media .media__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 12px;
    margin-bottom: 48px;
    padding: 0;
  }
  section.media .media__block > h2 {
    flex: 1 1 0;
    font-size: 20px;
    width: auto;
    min-width: 0;
    max-width: 50%;
  }
  section.media .media__block > .media__cards {
    flex: 0 0 100%;
    order: 3;
    margin: 0;
    padding: 0 20px 16px;
  }
  section.media .media__block > .btn {
    gap: 4px;
    height: auto;
    padding: 0;
    border: none;
    font-size: 14px;
    font-weight: 600;
    margin-left: auto;
  }
  section.media .media__block > .btn::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  section.media .media__cards {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  section.media .media__cards::-webkit-scrollbar {
    display: none;
  }
  section.media .news-card {
    flex: 0 0 260px;
    min-height: auto;
    scroll-snap-align: start;
  }
  section.media .news-card-header {
    flex: none;
    height: 180px;
    margin-bottom: 10px;
  }
  section.media .news-card__date {
    font-size: 12px;
  }
  section.media .news-card__title {
    font-size: 16px;
    min-height: 0;
  }
  section.media .news-card__excerpt {
    font-size: 14px;
    margin-top: -5px;
  }
  section.media .announcement-card {
    flex: 0 0 260px;
    min-height: auto;
    scroll-snap-align: start;
    border-radius: 20px;
    padding: 38px 20px;
  }
  section.media .announcement-card__title {
    font-size: 16px;
    min-height: 0;
  }
  section.media .announcement-card-body {
    padding: 16px 0 24px;
  }
  section.media .announcement-card__excerpt {
    font-size: 14px;
  }
  section.media .announcement-card__download {
    min-width: 138px;
  }
}
section.bento-cards {
  padding-bottom: 150px;
}

@media (max-width: 768px) {
  .about-page .page-title-container {
    padding: 20px 0 28px;
  }
  .about-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
  .about-page .page-title-container .page-title-bg {
    display: none;
  }
  .about-page .breadcrumb {
    margin-bottom: 8px;
  }
  .about-page .breadcrumb__current {
    font-size: 12px;
    font-weight: 600;
    color: #007AA9;
  }
  section.bento-cards {
    padding-bottom: 80px;
  }
}
.about-intro {
  padding-bottom: 80px;
}
.about-intro__quote-icon {
  display: block;
  height: 51px;
  width: auto;
  margin-bottom: 16px;
}
.about-intro__lead {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.5;
  margin-bottom: 28px;
}
.about-intro__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-intro__body p + p {
  margin-top: 16px;
}
.about-intro__body:last-child {
  margin-bottom: 0;
}

.timeline {
  padding-bottom: 80px;
}
.timeline__layout {
  display: flex;
  align-items: stretch;
}
.timeline__label-col {
  flex: 0 0 185px;
  margin-right: 155px;
}
.timeline__label-sticky {
  position: sticky;
  top: 40px;
}
.timeline__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.timeline__track-col {
  flex: 0 0 7px;
  margin-right: 60px;
  position: relative;
}
.timeline__track-col::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 7px;
  height: calc(100% - 32px);
  background: #E5F2F7;
  border-radius: 30px;
}
.timeline__track-fill {
  position: absolute;
  top: 17px;
  left: 2px;
  width: 3px;
  height: 0;
  max-height: calc(100% - 34px);
  background: #007AA9;
  border-radius: 20px;
  pointer-events: none;
}
.timeline__dot {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 3px solid #E5F2F7;
  border-radius: 50%;
  z-index: 2;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.timeline__dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  background: rgba(0, 122, 169, 0.14);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: opacity 0.3s ease;
}
.timeline__dot.is-active {
  border-color: #007AA9;
  background: #007AA9;
}
.timeline__dot.is-active::before {
  opacity: 1;
}
.timeline__items {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.timeline__item {
  padding-bottom: 72px;
}
.timeline__item:last-child {
  padding-bottom: 0;
}
.timeline__year {
  display: block;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 66px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #007AA9;
  margin-bottom: 46px;
}
.timeline__entry-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
  margin-bottom: 16px;
}
.timeline__entry-desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  max-width: 464px;
}

.why-tehol {
  padding-bottom: 80px;
}
.why-tehol__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 36px;
}
.why-tehol__cards {
  display: flex;
  gap: 12px;
}
.why-tehol__card {
  flex: 1;
  background: #E5F2F7;
  border-radius: 24px;
  padding: 30px;
  min-height: 416px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.why-tehol__card-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 85px;
  height: 85px;
}
.why-tehol__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-tehol__card-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.why-tehol__card-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
}
.why-tehol__card-desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  min-height: 7em;
}

.about-section-selector {
  display: none;
}
.about-section-selector__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 40px;
  padding: 0 20px;
  background: #F8F8F8;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0F3053;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  text-align: left;
}
.about-section-selector__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.about-section-selector__btn.is-open .about-section-selector__arrow {
  transform: rotate(180deg);
}
.about-section-selector__menu {
  display: none;
  flex-direction: column;
  background: #F8F8F8;
  border-radius: 12px;
  box-shadow: none;
  gap: 16px;
  padding: 16px 0;
  position: static;
  margin-top: 2px;
  left: 0;
  right: 0;
  z-index: 200;
}
.about-section-selector__menu.is-open {
  display: flex;
}
.about-section-selector__group {
  display: flex;
  flex-direction: column;
}
.about-section-selector__group-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.275;
  color: #0F3053;
  letter-spacing: -0.02em;
  text-align: left;
  text-transform: capitalize;
}
.about-section-selector__group-arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.about-section-selector__group.is-open .about-section-selector__group-arrow {
  transform: rotate(180deg);
}
.about-section-selector__sub {
  display: none;
  flex-direction: column;
  gap: 16px;
  padding: 16px 20px 0 32px;
}
.about-section-selector__group.is-open .about-section-selector__sub {
  display: flex;
}
.about-section-selector__sub-item {
  display: block;
  padding: 0;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0F3053;
  line-height: 1.275;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: capitalize;
}
.about-section-selector__sub-item--active {
  font-weight: 600;
}
.about-section-selector__item {
  display: block;
  padding: 0 20px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #454E58;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: color 0.15s ease;
}
.about-section-selector__item:hover {
  color: #007AA9;
}
.about-section-selector__item--active {
  font-weight: 600;
  color: #0F3053;
}

.about-cta-group {
  display: flex;
  gap: 12px;
}
.about-cta-group .about-cta {
  flex: 1;
  min-width: 0;
}
.about-cta-group .about-cta__text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.about-cta {
  display: block;
  border-radius: 24px;
  padding: 51px 83px;
  background: linear-gradient(202.96deg, #1a446d 34.34%, #007aa9 60.94%);
  position: relative;
  overflow: hidden;
}
.about-cta::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 395px;
  height: 333px;
  background: url("../img/icons/icon-card-circle-lines.svg") center/contain no-repeat;
  pointer-events: none;
}
.about-cta__text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.275;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 640px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.about-cta__btn {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .about-us-page .page-title-container {
    padding: 20px 0 20px;
  }
  .about-us-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
  .about-us-page .page-title-container .page-title-bg {
    display: none;
  }
  .about-us-page .page-layout {
    flex-direction: column;
    gap: 0;
  }
  .about-us-page .page-sidebar {
    display: none;
  }
  .about-us-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .about-us-page .page-content {
    padding-bottom: 0;
  }
  .about-section-selector {
    display: block;
    position: relative;
    padding: 20px 0 36px;
  }
  .about-cta {
    display: block;
    border-radius: 16px;
    padding: 30px 20px;
  }
  .about-cta::after {
    top: 0;
    right: 0;
    width: 350px;
    height: 164px;
    background-image: url("../img/icons/icon-card-circle-lines-mobile.svg");
  }
  .about-cta__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 16px;
  }
  .about-cta__btn {
    height: 48px;
    padding: 0 32px;
    font-size: 14px;
    min-width: 136px;
  }
  .about-cta-group {
    flex-direction: column;
    gap: 24px;
  }
  .about-cta-group .about-cta__text {
    font-size: 16px;
  }
  .about-intro {
    padding-bottom: 48px;
  }
  .about-intro__quote-icon {
    height: 32px;
    margin-bottom: 10px;
  }
  .about-intro__lead {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .about-intro__body {
    font-size: 14px;
    line-height: 1.4;
  }
  .about-intro__body p + p {
    margin-top: 10px;
  }
  .timeline {
    padding-bottom: 48px;
  }
  .timeline__layout {
    display: grid;
    grid-template-areas: "label label" "track items";
    grid-template-columns: 37px 1fr;
    grid-column-gap: 85px;
    -moz-column-gap: 85px;
         column-gap: 85px;
    align-items: stretch;
  }
  .timeline__label-col {
    grid-area: label;
    flex: none;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .timeline__label-sticky {
    position: static;
  }
  .timeline__label {
    font-size: 24px;
  }
  .timeline__track-fill {
    left: 17px;
  }
  .timeline__track-col {
    grid-area: track;
    flex: none;
    width: 37px;
    margin-right: 0;
  }
  .timeline__track-col::before {
    left: 15px;
  }
  .timeline__items {
    grid-area: items;
  }
  .timeline__item {
    padding-bottom: 48px;
  }
  .timeline__year {
    font-size: 48px;
    margin-bottom: 6px;
  }
  .timeline__entry-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .timeline__entry-desc {
    font-size: 14px;
    max-width: 100%;
  }
  .why-tehol {
    padding-bottom: 64px;
  }
  .why-tehol__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .why-tehol__cards {
    flex-direction: column;
    gap: 24px;
  }
  .why-tehol__card {
    min-height: 260px;
    border-radius: 16px;
    padding: 20px 16px 30px;
  }
  .why-tehol__card-icon {
    top: 24px;
    right: 16px;
    width: 73px;
    height: 73px;
  }
  .why-tehol__card-title {
    font-size: 20px;
  }
  .why-tehol__card-desc {
    font-size: 14px;
  }
}
.vm-intro {
  display: flex;
  gap: 90px;
  padding-bottom: 80px;
}
.vm-intro__col {
  flex: 1;
  min-width: 0;
}
.vm-intro__quote-icon {
  display: block;
  height: 51px;
  width: auto;
  margin-bottom: 12px;
}
.vm-intro__heading {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 20px;
}
.vm-intro__lead {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  margin-bottom: 16px;
}
.vm-intro__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.values {
  padding-bottom: 80px;
}
.values__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 36px;
}
.values__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.values__row {
  display: flex;
  gap: 12px;
}
.values__card {
  flex: 1;
  background: #E5F2F7;
  border-radius: 24px;
  padding: 30px;
  min-height: 392px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  box-sizing: border-box;
}
.values__card--fixed {
  flex: 0 0 500px;
}
.values__card--wide {
  min-height: 332px;
}
.values__card--wide .values__card-desc {
  min-height: 4.2em;
}
.values__card-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 85px;
  height: 85px;
}
.values__card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.values__card-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}
.values__card-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
}
.values__card-title h3 {
  font: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
}
.values__card-desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  min-height: 5.6em;
}

@media (max-width: 768px) {
  .vision-mission-page section.page-title-container {
    padding: 20px 0 20px;
  }
  .vision-mission-page section.page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
  .vision-mission-page section.page-title-container .page-title-bg {
    display: none;
  }
  .vision-mission-page .page-layout {
    flex-direction: column;
    gap: 0;
  }
  .vision-mission-page .page-sidebar {
    display: none;
  }
  .vision-mission-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .vision-mission-page .page-content {
    padding-bottom: 0;
  }
  .vm-intro {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 0;
  }
  .vm-intro__quote-icon {
    height: 30px;
    margin-bottom: 16px;
  }
  .vm-intro__heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .vm-intro__lead {
    font-size: 16px;
  }
  .vm-intro__body {
    font-size: 14px;
  }
  .values {
    padding-bottom: 0;
  }
  .values__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .values__cards {
    gap: 24px;
  }
  .values__row {
    flex-direction: column;
    gap: 24px;
  }
  .values__card {
    flex: none;
    width: 100%;
    min-height: 260px;
    border-radius: 16px;
    padding: 20px 16px 30px;
  }
  .values__card--fixed {
    flex: none;
    width: 100%;
  }
  .values__card--wide {
    min-height: 260px;
  }
  .values__card-icon {
    top: 24px;
    right: 16px;
    width: 73px;
    height: 73px;
  }
  .values__card-title {
    font-size: 18px;
    width: 60%;
  }
  .values__card-desc {
    font-size: 14px;
  }
}
.strategy-section {
  padding-bottom: 50px;
}
.strategy-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 36px;
}

.strategy-intro {
  padding-bottom: 50px;
}
.strategy-intro__quote-icon {
  display: block;
  height: 51px;
  width: auto;
  margin-bottom: 16px;
}
.strategy-intro__lead {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.5;
  margin-bottom: 16px;
}
.strategy-intro__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.strategy-diagram {
  min-height: 720px;
  display: flex;
  overflow: hidden;
}
.strategy-diagram__visual {
  flex: 0 0 295px;
}
.strategy-diagram__items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 64px 24px 55px 0;
}
.strategy-diagram__item--indent {
  padding-left: 52px;
}
.strategy-diagram__item-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.5;
  margin-bottom: 16px;
}
.strategy-diagram__item-desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.priority-list {
  display: flex;
  flex-direction: column;
}
.priority-list__item {
  display: flex;
  flex-direction: column;
}
.priority-list__item + .priority-list__item {
  margin-top: 36px;
}
.priority-list__category {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
  padding: 24px 32px 24px 0;
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.priority-list__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  display: block;
  padding: 24px 32px 16px 0;
}
.priority-list__goal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 16px 32px 0 0;
}
.priority-list__keyword {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
}
.priority-list__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  font-weight: 500;
  flex: 1;
  max-width: 75%;
}

.competencies {
  display: flex;
  gap: 60px;
}
.competencies__header {
  flex: 0 0 45%;
}
.competencies__header .strategy-section__title {
  margin-bottom: 0;
  width: 280px;
}
.competencies__list {
  flex: 1;
  border-left: 1px solid #7FC4F7;
  display: flex;
  flex-direction: column;
  gap: 56px;
  padding-left: 44px;
}
.competencies__item {
  position: relative;
}
.competencies__item::before {
  content: "";
  position: absolute;
  left: -53px;
  top: 7px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #007AA9;
}
.competencies__item-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.5;
  margin-bottom: 24px;
}
.competencies__item-desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.advantage-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.advantage-list__item {
  padding-bottom: 24px;
}
.advantage-list__category {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
  padding: 24px 0;
  border-bottom: 1px solid rgba(127, 196, 247, 0.2);
  margin-bottom: 16px;
}
.advantage-list__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  margin-bottom: 24px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.tag {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  background: #f8f8f8;
  border-radius: 100px;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
}
.tag::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E5F2F7;
  flex-shrink: 0;
}
.tag--primary::before {
  background: #007AA9;
}

@media (max-width: 768px) {
  .strategy-and-bussines-model-page .page-title-container {
    padding: 20px 0 20px;
  }
  .strategy-and-bussines-model-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
  .strategy-and-bussines-model-page .page-title-container .page-title-bg {
    display: none;
  }
  .strategy-and-bussines-model-page .page-layout {
    flex-direction: column;
    gap: 0;
  }
  .strategy-and-bussines-model-page .page-sidebar {
    display: none;
  }
  .strategy-and-bussines-model-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .strategy-and-bussines-model-page .page-content {
    padding-bottom: 0;
  }
  .strategy-intro {
    padding-bottom: 0;
  }
  .strategy-intro__quote-icon {
    height: 30px;
    margin-bottom: 16px;
  }
  .strategy-intro__lead {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  .strategy-intro__body {
    font-size: 14px;
  }
  .strategy-section {
    padding-bottom: 0px;
  }
  .strategy-section__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .strategy-section__title br {
    display: none;
  }
  .strategy-diagram {
    flex-direction: column;
    min-height: 0;
  }
  .strategy-diagram__visual {
    flex: none;
    display: none;
  }
  .strategy-diagram__items {
    padding: 0;
    gap: 20px;
  }
  .strategy-diagram__item--indent {
    padding-left: 0;
  }
  .strategy-diagram__item-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .strategy-diagram__item-title br {
    display: none;
  }
  .strategy-diagram__item-desc {
    font-size: 14px;
  }
  .priority-list__item + .priority-list__item {
    margin-top: 36px;
  }
  .priority-list__category {
    font-size: 18px;
    padding: 0 0 16px 0;
  }
  .priority-list__category br {
    display: none;
  }
  .priority-list__label {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 0 10px 0;
  }
  .priority-list__goal {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-right: 0;
    padding-top: 2px;
  }
  .priority-list__keyword {
    font-size: 16px;
    font-weight: 600;
    white-space: normal;
  }
  .priority-list__desc {
    font-size: 16px;
    max-width: 100%;
  }
  .competencies {
    flex-direction: column;
    gap: 24px;
  }
  .competencies__header {
    flex: none;
    width: 100%;
  }
  .competencies__list {
    padding-left: 110px;
    gap: 64px;
  }
  .competencies__item::before {
    left: -117px;
    top: 5px;
    width: 13px;
    height: 13px;
  }
  .competencies__item-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .competencies__item-desc {
    font-size: 16px;
  }
  .advantage-list {
    gap: 36px;
  }
  .advantage-list__item {
    padding-bottom: 0;
  }
  .advantage-list__category {
    font-size: 16px;
    padding: 0 0 14px;
  }
  .advantage-list__desc {
    font-size: 14px;
  }
  .tag-list {
    gap: 10px;
  }
  .tag {
    font-size: 12px;
    padding: 6px 12px;
    gap: 8px;
  }
  .tag::before {
    width: 7px;
    height: 7px;
  }
}
.gps-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 36px;
}

.gps-stats {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.gps-stats__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-left: 1px solid #7FC4F7;
  padding-left: 16px;
  padding-right: 24px;
}
.gps-stats__value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #007AA9;
  line-height: 1.25;
}
.gps-stats__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gps-stats__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.gps-stats__sub {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.group-and-partnership-structure-page .cal-section__title {
  font-size: 36px;
}
.group-and-partnership-structure-page .page-layout .page-content {
  gap: 100px;
}
.group-and-partnership-structure-page .cal-section + .gps-section,
.group-and-partnership-structure-page .cal-section + .cal-section {
  margin-top: 0;
}
.group-and-partnership-structure-page .table-wrapper {
  border-radius: 24px;
  overflow: hidden;
}
.group-and-partnership-structure-page .data-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #FFFFFF;
}
.group-and-partnership-structure-page .data-table thead tr {
  background: #f5f9fc;
}
.group-and-partnership-structure-page .data-table th {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-weight: 700;
  color: #454E58;
  line-height: 1.4;
  padding: 24px;
  text-align: left;
  white-space: nowrap;
}
.group-and-partnership-structure-page .data-table td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  padding: 24px;
  border-top: 1px solid rgba(69, 78, 88, 0.15);
  vertical-align: middle;
}
.group-and-partnership-structure-page .data-table__row--total td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
}
.group-and-partnership-structure-page .data-table .cell--name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
}
.group-and-partnership-structure-page .data-table .cell--sub {
  display: block;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  margin-top: 4px;
}
.group-and-partnership-structure-page .data-table .cell--right {
  text-align: right;
  white-space: nowrap;
}
.group-and-partnership-structure-page .data-table .cal-table-note td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  text-align: right;
  padding-right: 0;
}
.group-and-partnership-structure-page .data-table--accordion th {
  padding: 20px 24px;
}
.group-and-partnership-structure-page .data-table--accordion td {
  padding: 20px 24px;
}

.gps-accordion {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.gps-accordion__item + .gps-accordion__item {
  border-top: 1px solid rgba(69, 78, 88, 0.2);
}
.gps-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.gps-accordion__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.5;
}
.gps-accordion__icon {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  transition: transform 0.25s ease;
}
.gps-accordion__body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.gps-accordion__body .table-wrapper {
  border-radius: 12px;
}
.gps-accordion__item.is-open .gps-accordion__title {
  font-weight: 700;
}
.gps-accordion__item.is-open .gps-accordion__icon {
  transform: rotate(180deg);
}
.gps-accordion__item.is-open .gps-accordion__body {
  max-height: 3000px;
  padding-bottom: 24px;
}

.gps-investments {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.gps-investment-card {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  background: #F5F9FC;
  border-radius: 24px;
  padding: 32px;
  box-sizing: border-box;
}
.gps-investment-card__intro, .gps-investment-card__details {
  flex: 1;
  min-width: 0;
}
.gps-investment-card__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.gps-investment-card__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
}
.gps-investment-card__sector {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.gps-investment-card__details {
  display: flex;
  flex-direction: column;
}
.gps-investment-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 0;
}
.gps-investment-card__row:first-child {
  padding-top: 0;
}
.gps-investment-card__row:last-child {
  padding-bottom: 0;
}
.gps-investment-card__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.gps-investment-card__value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

.gps-footnotes {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 20px;
  background: #f8f8f8;
  border-radius: 16px;
  padding: 24px;
}
.gps-footnotes__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.gps-footnotes__text {
  flex: 1;
  min-width: 0;
}
.gps-footnotes__text p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .group-and-partnership-structure-page .page-title-container {
    padding: 20px 0 20px;
  }
  .group-and-partnership-structure-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .group-and-partnership-structure-page .page-title-container .page-title-bg {
    display: none;
  }
  .group-and-partnership-structure-page .page-layout {
    flex-direction: column;
    gap: 0;
  }
  .group-and-partnership-structure-page .page-sidebar {
    display: none;
  }
  .group-and-partnership-structure-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .group-and-partnership-structure-page .page-content {
    padding-bottom: 0;
  }
  .group-and-partnership-structure-page .page-layout .page-content {
    gap: 64px;
  }
  .group-and-partnership-structure-page .cal-section + .gps-section,
  .group-and-partnership-structure-page .cal-section + .cal-section {
    margin-top: 0;
  }
  .group-and-partnership-structure-page .cal-section__title {
    font-size: 20px;
  }
  .group-and-partnership-structure-page .table-wrapper {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .group-and-partnership-structure-page .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .group-and-partnership-structure-page .data-table {
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    table-layout: auto;
  }
  .group-and-partnership-structure-page .data-table th,
  .group-and-partnership-structure-page .data-table td {
    padding: 18px 16px;
    white-space: nowrap;
  }
  .gps-section {
    padding-bottom: 0;
  }
  .gps-section__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .gps-section__title br {
    display: none;
  }
  .gps-stats {
    flex-direction: column;
    gap: 24px;
  }
  .gps-stats__item {
    gap: 12px;
    padding-right: 0;
  }
  .gps-stats__value {
    font-size: 20px;
  }
  .gps-stats__label {
    font-size: 14px;
  }
  .gps-stats__sub {
    font-size: 13px;
  }
  .gps-accordion__header {
    padding: 16px 0;
  }
  .gps-accordion__title {
    font-size: 18px;
  }
  .gps-accordion__icon {
    width: 24px;
    height: 24px;
  }
  .gps-investments {
    gap: 24px;
  }
  .gps-investment-card {
    flex-direction: column;
    gap: 24px;
    border-radius: 16px;
    padding: 24px 16px;
  }
  .gps-investment-card__intro {
    gap: 8px;
  }
  .gps-investment-card__name {
    font-size: 18px;
    line-height: 1.4;
  }
  .gps-investment-card__sector {
    font-size: 16px;
    line-height: 1.25;
  }
  .gps-investment-card__details {
    gap: 16px;
    width: 100%;
  }
  .gps-investment-card__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 0;
  }
  .gps-investment-card__label {
    font-size: 16px;
  }
  .gps-investment-card__value {
    font-size: 16px;
    text-align: left;
    white-space: normal;
  }
  .gps-footnotes {
    padding: 16px;
    gap: 12px;
    border-radius: 12px;
  }
  .gps-footnotes__icon {
    width: 18px;
    height: 18px;
  }
  .gps-footnotes__text p {
    font-size: 12px;
  }
}
.bod-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.bod-card {
  flex: 0 0 320px;
  min-width: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #7FC4F7;
  border-radius: 24px;
  padding: 16px 16px 20px;
}
.bod-card__photo {
  border-radius: 20px;
  overflow: hidden;
  height: 266px;
}
.bod-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.bod-card__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  gap: 24px;
}
.bod-card__info {
  display: flex;
  flex-direction: column;
}
.bod-card__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.bod-card__role {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  min-height: 4.2em;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .board-of-directors-page .page-title-container {
    padding: 20px 0 20px;
  }
  .board-of-directors-page .page-title-container__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
  .board-of-directors-page .page-title-container .page-title-bg {
    display: none;
  }
  .board-of-directors-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .board-of-directors-page .page-content {
    padding-bottom: 0;
  }
  .bod-grid {
    flex-direction: column;
    gap: 24px;
  }
  .bod-card {
    flex: none;
    width: 100%;
    border-radius: 16px;
    gap: 20px;
  }
  .bod-card__photo {
    height: 181px;
    border-radius: 12px;
  }
  .bod-card__body {
    flex-direction: row;
    padding: 0;
    gap: 16px;
  }
  .bod-card__info {
    flex: 1;
    min-width: 0;
  }
  .bod-card__name {
    font-size: 16px;
  }
  .bod-card__role {
    font-size: 14px;
    margin-top: 4px;
    min-height: 0;
  }
  .bod-card .btn {
    padding: 0px 48px;
  }
}
.fields-of-activity-page section.activity-areas .activity-areas__grid > .activity-areas__title-cell {
  gap: 24px;
  flex: 0 0 100%;
}
.fields-of-activity-page section.activity-areas .activity-areas__grid > .activity-areas__title-cell h2 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.5;
  margin-bottom: 0;
  padding-right: 0;
  width: 100%;
}
.fields-of-activity-page section.activity-areas .activity-areas__grid > .activity-areas__title-cell p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  padding-right: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .fields-of-activity-page .page-title-container {
    padding: 20px 0 20px;
  }
  .fields-of-activity-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .fields-of-activity-page .page-title-container .page-title-bg {
    display: none;
  }
  .fields-of-activity-page section.activity-areas .activity-areas__grid > .activity-areas__title-cell {
    gap: 16px;
  }
  .fields-of-activity-page section.activity-areas .activity-areas__grid > .activity-areas__title-cell h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  .fields-of-activity-page section.activity-areas .activity-areas__grid > .activity-areas__title-cell p {
    font-size: 16px;
  }
}
.activity-field-page .breadcrumb {
  padding-bottom: 0;
}
.activity-field-page .page-title-container__subtitle {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  margin-top: 8px;
  max-width: 640px;
}

@media (max-width: 768px) {
  .activity-field-page .page-title-container {
    padding: 20px 0 16px;
  }
  .activity-field-page .page-title-container__title {
    font-size: 24px;
    line-height: 1.25;
    letter-spacing: -0.01em;
  }
  .activity-field-page .page-title-container__subtitle {
    font-size: 16px;
    max-width: 100%;
  }
  .activity-field-page .page-title-container .page-title-bg {
    display: none;
  }
  .activity-field-page .af-area-selector {
    display: block;
    padding: 0 0 24px;
  }
  .activity-field-page .af-area-selector .about-section-selector__btn,
  .activity-field-page .af-area-selector .about-section-selector__menu {
    background: #FFFFFF;
  }
  .activity-field-page section.page-body {
    padding-top: 24px;
  }
  .activity-field-page .page-layout {
    display: block;
  }
  .activity-field-page .page-sidebar {
    display: none;
  }
  .activity-field-page .page-content {
    padding-bottom: 48px;
  }
  .activity-field-page .af-grid {
    flex-direction: column;
    gap: 16px;
  }
  .activity-field-page .company-card {
    flex: none;
    width: 100%;
    border-radius: 16px;
    padding: 20px;
    gap: 16px;
  }
  .activity-field-page .company-card__logo {
    height: 40px;
  }
  .activity-field-page .company-card__desc {
    font-size: 14px;
  }
}
.activity-field-page section.page-body {
  background: transparent;
  border-radius: 0;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.activity-field-page .page-layout {
  display: flex;
  align-items: flex-start;
  gap: 54px;
}

.activity-field-page .page-sidebar {
  flex: 0 0 240px;
  position: sticky;
  top: 40px;
}

.af-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.company-card {
  flex: 0 0 calc(50% - 10px);
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.company-card__logo {
  height: 62px;
  display: flex;
  align-items: center;
}
.company-card__logo img {
  max-height: 100%;
  max-width: 220px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}
.company-card__divider {
  border: none;
  border-top: 1px solid #7FC4F7;
  margin: 0;
}
.company-card__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  flex: 1;
}

.company-page .page-title-container__logo {
  height: 72px;
}
.company-page .page-title-container__logo img {
  height: 100%;
  width: auto;
  max-width: 320px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}

.company-hero {
  margin-bottom: 40px;
}
.company-hero__header {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.company-hero__info {
  flex: 1;
  box-sizing: border-box;
  border: 1px solid #E5F2F7;
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 12px;
  min-height: 233px;
}
.company-hero__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.3;
}
.company-hero__category {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  padding-bottom: 15px;
}
.company-hero__website {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: none;
}
.company-hero__website img {
  width: 14px;
  height: 14px;
  display: block;
}
.company-hero__ownership {
  flex: 1;
  box-sizing: border-box;
  background: #E5F2F7;
  border-radius: 24px;
  padding: 30px;
  min-height: 233px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.company-hero__ownership-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 62px;
  height: 62px;
}
.company-hero__ownership-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-hero__ownership-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.company-hero__pct {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.company-hero__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  display: block;
}
.company-hero__stats {
  display: flex;
  gap: 12px;
}
.company-hero__stat {
  flex: 1;
  box-sizing: border-box;
  background: #E5F2F7;
  border-radius: 24px;
  padding: 20px;
  min-height: 244px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
.company-hero__stat-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 56px;
}
.company-hero__stat-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-hero__stat-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
}
.company-hero__stat-value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
  display: block;
  margin-bottom: 12px;
}
.company-hero__stat-label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  min-height: 60px;
  display: block;
}

.co-section {
  padding-top: 60px;
}
.co-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  margin-bottom: 24px;
}
.co-section__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.6;
}
.co-section__body p + p {
  margin-top: 16px;
}

.company-page .cal-section {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.company-page .cal-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
}
.company-page .cal-section__text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.6;
}
.company-page .cal-section__text p + p {
  margin-top: 16px;
}
.company-page .values__card-icon {
  width: 118px;
  height: 118px;
}
.company-page .values__card-desc {
  min-height: 0;
}

.co-portfolio {
  border-radius: 24px;
  overflow: hidden;
}
.co-portfolio__header {
  background: #F5F9FC;
  padding: 24px;
  border-bottom: 1px solid #E5F2F7;
}
.co-portfolio__header span {
  color: #454E58;
}
.co-portfolio__row {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(69, 78, 88, 0.12);
}
.co-portfolio__row:last-child {
  border-bottom: none;
}
.co-portfolio__icon {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.co-portfolio__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  flex: 0 0 200px;
  line-height: 1.4;
}
.co-portfolio__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  flex: 1;
}

.company-page .table-wrapper {
  border-radius: 24px;
  overflow: hidden;
}
.company-page .data-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  background: #FFFFFF;
}
.company-page .data-table col:first-child {
  width: 40%;
}
.company-page .data-table col:last-child {
  width: 60%;
}
.company-page .data-table thead tr {
  background: #F5F9FC;
}
.company-page .data-table th {
  font: inherit;
  letter-spacing: inherit;
  color: #454E58;
  line-height: 1.4;
  padding: 20px 24px;
  text-align: left;
  background-color: #F5F9FC;
}
.company-page .data-table td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  padding: 20px 24px;
  border-top: 1px solid rgba(69, 78, 88, 0.12);
  vertical-align: middle;
}
.company-page .data-table .cell--name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
}

@media (max-width: 768px) {
  .company-page .page-title-container {
    padding: 20px 0 16px;
  }
  .company-page .page-title-container__logo {
    height: 44px;
  }
  .company-page .page-title-container .page-title-bg {
    display: none;
  }
  .company-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .company-page .page-content {
    padding-bottom: 48px;
  }
  .company-hero {
    margin-bottom: 32px;
  }
  .company-hero__header {
    flex-direction: column;
  }
  .company-hero__info {
    min-height: auto;
    border-radius: 16px;
    padding: 20px;
  }
  .company-hero__name {
    font-size: 20px;
  }
  .company-hero__category {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .company-hero__ownership {
    min-height: 134px;
    border-radius: 12px;
    padding: 12px 16px;
  }
  .company-hero__ownership-icon {
    width: 50px;
    height: 50px;
    top: 12px;
    right: 16px;
  }
  .company-hero__ownership-body {
    gap: 2px;
    max-width: calc(100% - 66px);
  }
  .company-hero__pct {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 0;
  }
  .company-hero__label {
    font-size: 14px;
    line-height: 1.4;
  }
  .company-hero__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    gap: 12px;
  }
  .company-hero__stat {
    min-height: 160px;
    border-radius: 16px;
    padding: 16px;
  }
  .company-hero__stat-body {
    gap: 2px;
  }
  .company-hero__stat-icon {
    width: 40px;
    height: 40px;
    top: 14px;
    right: 14px;
  }
  .company-hero__stat-value {
    font-size: 16px;
    margin-bottom: 0;
  }
  .company-hero__stat-label {
    font-size: 14px;
    min-height: auto;
    line-height: 1.3;
  }
  .co-section {
    padding-top: 36px;
  }
  .co-section__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .co-section__body {
    font-size: 14px;
  }
  .co-section__body p + p {
    margin-top: 12px;
  }
  .company-page .cal-section {
    padding-top: 36px;
  }
  .company-page .cal-section__title {
    font-size: 20px;
  }
  .company-page .cal-section__text {
    font-size: 14px;
  }
  .company-page .cal-section__text p + p {
    margin-top: 12px;
  }
  .co-portfolio {
    border-radius: 16px;
  }
  .co-portfolio__header {
    padding: 16px;
  }
  .co-portfolio__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px;
  }
  .co-portfolio__name {
    flex: none;
    font-size: 14px;
  }
  .co-portfolio__desc {
    font-size: 14px;
  }
  .company-page .table-wrapper {
    border-radius: 16px;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .company-page .table-wrapper::-webkit-scrollbar {
    display: none;
  }
  .company-page .data-table {
    width: 640px;
    min-width: 100%;
    table-layout: fixed;
  }
  .company-page .data-table col:first-child {
    width: 35%;
  }
  .company-page .data-table col:last-child {
    width: 65%;
  }
  .company-page .data-table th,
  .company-page .data-table td {
    padding: 18px 16px;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
  }
  .company-page .data-table .cell--name {
    font-size: 14px;
    line-height: 1.4;
  }
  .company-page .data-table td {
    font-size: 14px;
    line-height: 1.4;
  }
  .co-goals {
    flex-direction: column-reverse;
    padding: 24px 20px;
    border-radius: 16px;
    gap: 16px;
  }
  .co-goals .values__card-icon {
    width: 72px;
    height: 72px;
  }
  .co-goals .values__card-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .co-goals .values__card-desc {
    font-size: 14px;
  }
}
.co-goals {
  background: #E5F2F7;
  border-radius: 24px;
  padding: 155px 30px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  min-height: auto;
}
.co-goals__body {
  flex: 1;
}
.co-goals__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  margin-bottom: 16px;
}
.co-goals__text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.6;
}
.co-goals__icon {
  flex-shrink: 0;
  width: 118px;
  height: 118px;
}
.co-goals__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.media-page .media-page__content {
  padding: 40px 0 120px;
  position: relative;
  z-index: 1;
}
.media-page .media__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  margin-bottom: 80px;
}
.media-page .media__block:last-of-type {
  margin-bottom: 0;
}
.media-page .media__block > h2 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  align-self: flex-start;
  width: 100%;
}
.media-page .media__cards {
  display: flex;
  gap: 20px;
  width: 100%;
}
.media-page .news-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  min-height: 539px;
}
.media-page .news-card-header {
  flex: 1;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 20px;
}
.media-page .news-card-header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.media-page .news-card-body {
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.media-page .news-card-footer {
  padding: 0 8px;
  margin-top: 24px;
}
.media-page .news-card__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #0F3053;
  letter-spacing: -0.01em;
}
.media-page .news-card__divider {
  border: none;
  border-top: 1px solid #7FC4F7;
  margin: 0;
}
.media-page .news-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  min-height: 75.6px;
}
.media-page .news-card__excerpt {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.media-page .media__info-row {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}
.media-page .media__info-card {
  flex: 1;
  background: #FFFFFF;
  border-radius: 16px;
  min-height: 363px;
  overflow: hidden;
  position: relative;
}
.media-page .media__info-card-bg {
  position: absolute;
  pointer-events: none;
}
.media-page .media__info-card-body {
  position: relative;
  z-index: 1;
  padding: 80px 36px 60px;
  height: 100%;
  min-height: 363px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.media-page .media__info-card-body h2 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.media-page .media__info-card-body > p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  flex: 1;
}
.media-page .media__info-card-body__subtitle {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  flex: 0 0 auto;
  max-width: 505px;
}
.media-page .media__info-card-body__email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.media-page .media__info-card-body__email img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.media-page .media__info-card-body__email:hover {
  color: #007AA9;
}
.media-page .media__info-card--media-center .media__info-card-bg {
  right: 0;
  top: 0;
  height: auto;
}
.media-page .media__info-card--press .media__info-card-bg {
  right: 0;
  top: 0;
  height: auto;
}
.media-page .media__info-card--press .media__info-card-body > p {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .media-page .media-page__content {
    padding: 0 0 48px;
  }
  .media-page .page-title-container {
    padding: 20px 0 20px;
  }
  .media-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .media-page .page-title-container .page-title-bg {
    display: none;
  }
  .media-page .media__block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px 12px;
    margin-bottom: 48px;
  }
  .media-page .media__block > h2 {
    flex: 1 1 0;
    font-size: 24px;
    width: auto;
    min-width: 0;
  }
  .media-page .media__block > .media__cards {
    flex: 0 0 100%;
    order: 3;
  }
  .media-page .media__block > .btn {
    flex: 0;
    height: 44px;
    padding: 0 20px;
    font-size: 11px;
    border-radius: 32px;
    white-space: nowrap;
    order: 2;
  }
  .media-page .media__cards {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .media-page .media__cards::-webkit-scrollbar {
    display: none;
  }
  .media-page .news-card {
    flex: 0 0 260px;
    min-height: auto;
    scroll-snap-align: start;
  }
  .media-page .news-card-header {
    flex: none;
    height: 180px;
    margin-bottom: 14px;
  }
  .media-page .news-card__title {
    font-size: 15px;
    min-height: 0;
  }
  .media-page .news-card__excerpt {
    font-size: 13px;
  }
  .media-page .media__info-row {
    flex-direction: column;
    margin-top: 0;
    gap: 16px;
  }
  .media-page .media__info-card {
    min-height: auto;
  }
  .media-page .media__info-card-body {
    padding: 36px 24px 32px;
    min-height: auto;
    gap: 12px;
  }
  .media-page .media__info-card-body h2 {
    font-size: 22px;
  }
  .media-page .media__info-card-body > p {
    font-size: 14px;
    flex: 0 0 auto;
  }
  .media-page .media__info-card-body__subtitle {
    font-size: 14px;
  }
  .media-page .media__info-card-body__email {
    font-size: 13px;
    word-break: break-all;
  }
}

.news-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-left: 2px solid rgba(127, 196, 247, 0.2);
  padding-left: 20px;
}
.news-nav__link {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  text-decoration: none;
  line-height: 1.275;
  position: relative;
  transition: color 0.2s ease;
}
.news-nav__link--active {
  font-weight: 600;
  color: #0F3053;
}
.news-nav__link--active::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #007AA9;
  border-radius: 1px;
}
.news-nav__link:hover:not(.news-nav__link--active) {
  color: #007AA9;
}

.news-page .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 36px 24px;
  gap: 36px 24px;
}
.news-page .news-more {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.news-page .news-card {
  background: #F5F9FC;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.news-page .news-card__image {
  height: 252px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.news-page .news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news-page .news-card__body {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-page .news-card__footer {
  padding: 0 12px;
  margin-top: 24px;
}
.news-page .news-card__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.news-page .news-card__divider {
  border: none;
  border-top: 1px solid #7FC4F7;
  margin: 0;
}
.news-page .news-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.news-page .news-card__excerpt {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.news-page .btn-outlined {
  border-color: #007AA9;
  color: #007AA9;
}
.news-page .btn-outlined:hover {
  background-color: #007AA9;
  border-color: #007AA9;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .news-page .news-grid {
    grid-template-columns: 1fr;
  }
}
.press-release-page .news-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 36px 24px;
  gap: 36px 24px;
}
.press-release-page .news-card {
  background: #F5F9FC;
  border-radius: 24px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.press-release-page .news-card__image {
  height: 252px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.press-release-page .news-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.press-release-page .news-card__body {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.press-release-page .news-card__footer {
  padding: 0 12px;
  margin-top: 24px;
}
.press-release-page .news-card__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.press-release-page .news-card__divider {
  border: none;
  border-top: 1px solid #7FC4F7;
  margin: 0;
}
.press-release-page .news-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.press-release-page .news-card__excerpt {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.press-release-page .btn-outlined {
  border-color: #007AA9;
  color: #007AA9;
}
.press-release-page .btn-outlined:hover {
  background-color: #007AA9;
  border-color: #007AA9;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .press-release-page .press-release-page .page-title-container {
    padding: 20px 0 20px;
  }
  .press-release-page .press-release-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .press-release-page .press-release-page .page-title-container .page-title-bg {
    display: none;
  }
  .press-release-page .press-release-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .press-release-page .press-release-page .page-content {
    padding-bottom: 48px;
  }
  .press-release-page .news-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .press-release-page .news-card {
    border-radius: 16px;
  }
  .press-release-page .news-card__image {
    height: 200px;
    border-radius: 12px;
    margin-bottom: 16px;
  }
  .press-release-page .news-card__body {
    gap: 12px;
  }
  .press-release-page .news-card__title {
    font-size: 16px;
  }
  .press-release-page .news-card__excerpt {
    font-size: 13px;
  }
}

.article-page .page-title-container__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.article-page .article {
  display: flex;
  flex-direction: column;
}
.article-page .article__image {
  height: 345px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 24px;
}
.article-page .article__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.article-page .article__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.article-page .article__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.article-page .article__share {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article-page .article__share-label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  letter-spacing: 0.02em;
  line-height: 2;
}
.article-page .article__share-icons {
  display: flex;
  align-items: center;
  gap: 13px;
}
.article-page .article__share-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}
.article-page .article__share-icons a:hover {
  opacity: 1;
}
.article-page .article__share-icons a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-page .article__divider {
  border: none;
  border-top: 1px solid rgba(69, 78, 88, 0.15);
  margin: 0 0 28px;
}
.article-page .article__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 28px;
}
.article-page .article__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.article-page .article__body p {
  margin-bottom: 0;
}
.article-page .article__body p + p {
  margin-top: 24px;
}
.article-page .article__body p strong {
  font-weight: 600;
  color: #0F3053;
}
.article-page .article__quote {
  background: #F5F9FC;
  border-radius: 16px;
  padding: 36px 24px 24px 36px;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.article-page .article__quote-icon {
  width: 74px;
  height: 51px;
  display: block;
  flex-shrink: 0;
}
.article-page .article__quote-text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 768px) {
  .article-page .article-page .page-title-container {
    padding: 20px 0 20px;
  }
  .article-page .article-page .page-title-container__title {
    font-size: 22px;
    line-height: 1.3;
  }
  .article-page .article-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .article-page .article-page .page-content {
    padding-bottom: 48px;
  }
  .article-page .article__image {
    height: 210px;
    border-radius: 14px;
    margin-bottom: 16px;
  }
  .article-page .article__meta {
    margin-bottom: 16px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .article-page .article__share-label {
    display: none;
  }
  .article-page .article__share-icons {
    gap: 10px;
  }
  .article-page .article__share-icons a {
    width: 24px;
    height: 24px;
  }
  .article-page .article__divider {
    margin-bottom: 20px;
  }
  .article-page .article__title {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 20px;
  }
  .article-page .article__body {
    font-size: 14px;
    line-height: 1.6;
  }
  .article-page .article__body p + p {
    margin-top: 16px;
  }
  .article-page .article__quote {
    padding: 24px 20px 20px;
    margin-top: 32px;
    gap: 20px;
  }
  .article-page .article__quote-icon {
    width: 48px;
    height: 33px;
  }
  .article-page .article__quote-text {
    font-size: 14px;
  }
}

.investor-relations-page section.page-body {
  background: transparent;
}
.investor-relations-page .ir-metrics {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.investor-relations-page .ir-metric {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 25px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.investor-relations-page .ir-metric__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0F3053;
  letter-spacing: -0.01em;
  line-height: 1;
}
.investor-relations-page .ir-metric__value-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.investor-relations-page .ir-metric__value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.investor-relations-page .ir-metric__badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 9999px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.investor-relations-page .ir-metric__badge--up {
  background: #dcfce7;
  color: #15803d;
}
.investor-relations-page .ir-metric__badge--down {
  background: #fee2e2;
  color: #b91c1c;
}
.investor-relations-page .ir-metric__sub {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  letter-spacing: -0.01em;
  line-height: 1;
}
.investor-relations-page .ir-info-cards {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}
.investor-relations-page .ir-info-card {
  flex: 1;
  background: #E5F2F7;
  border-radius: 24px;
  padding: 30px 24px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.investor-relations-page .ir-info-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.investor-relations-page .ir-info-card__bottom {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.investor-relations-page .ir-info-card__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  min-height: 4.2em;
}
.investor-relations-page .ir-two-col {
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin-bottom: 80px;
}
.investor-relations-page .ir-announcements {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.investor-relations-page .ir-tab-toggle {
  background: #E5F2F7;
  border-radius: 32px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
}
.investor-relations-page .ir-tab-toggle__btn {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  flex: 1;
  height: 60px;
  border-radius: 32px;
  border: none;
  background: transparent;
  color: #0F3053;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.investor-relations-page .ir-tab-toggle__btn--active {
  background: #FFFFFF;
}
.investor-relations-page .ir-tab-toggle__btn:hover:not(.ir-tab-toggle__btn--active) {
  opacity: 0.75;
}
.investor-relations-page .ir-list {
  display: flex;
  flex-direction: column;
}
.investor-relations-page .ir-list--hidden {
  display: none;
}
.investor-relations-page .ir-list__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0;
}
.investor-relations-page .ir-list__divider {
  height: 1px;
  background: #d9e7fa;
}
.investor-relations-page .ir-list > .btn-group {
  margin-top: 24px;
}
.investor-relations-page .ir-list__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #007AA9;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.investor-relations-page .ir-list__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #0F3053;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-transform: capitalize;
}
.investor-relations-page .ir-calendar {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  flex: 1;
}
.investor-relations-page .ir-calendar__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.investor-relations-page .ir-calendar__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}
.investor-relations-page .ir-calendar__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.investor-relations-page .ir-calendar__date-tile {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  background: #E5F2F7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 14px 4px;
  box-sizing: border-box;
}
.investor-relations-page .ir-calendar__month {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #007AA9;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: capitalize;
}
.investor-relations-page .ir-calendar__day {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #007AA9;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.investor-relations-page .ir-calendar__event {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.investor-relations-page .ir-portfolio {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 60px;
}
.investor-relations-page .ir-portfolio__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.investor-relations-page .ir-portfolio__tabs {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.investor-relations-page .ir-portfolio__tab {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  height: 60px;
  padding: 0 48px;
  border-radius: 32px;
  border: none;
  background: #E5F2F7;
  color: #0F3053;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.investor-relations-page .ir-portfolio__tab--active {
  background: linear-gradient(87.35deg, #1a446d 44.15%, #007aa9 65.33%);
  color: #FFFFFF;
}
.investor-relations-page .ir-portfolio__tab:hover:not(.ir-portfolio__tab--active) {
  background: rgb(209.5, 232.25, 241);
}
.investor-relations-page .ir-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}
.investor-relations-page .ir-portfolio__grid--hidden {
  display: none;
}
.investor-relations-page .ir-company-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.investor-relations-page .ir-company-card__logo {
  height: 36px;
  margin-bottom: 20px;
}
.investor-relations-page .ir-company-card__logo img {
  height: 100%;
  width: auto;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
  display: block;
}
.investor-relations-page .ir-company-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
}
.investor-relations-page .ir-company-card__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #0F3053;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.investor-relations-page .ir-company-card__sector {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  letter-spacing: -0.01em;
  line-height: 1.15;
}
.investor-relations-page .ir-company-card__footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #d9e7fa;
  margin-top: 16px;
}
.investor-relations-page .ir-company-card__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.investor-relations-page .ir-company-card__stat--right {
  align-items: flex-end;
}
.investor-relations-page .ir-company-card__stat-label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #636363;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.investor-relations-page .ir-company-card__stat-value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #0F3053;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.investor-relations-page .ir-company-card__stat-value--sm {
  font-size: 14px;
  text-transform: uppercase;
  text-align: end;
}

@media (max-width: 768px) {
  .investor-relations-page section.page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 24px;
  }
  .investor-relations-page .ir-tab-toggle {
    height: 48px;
    padding: 5px;
    box-sizing: border-box;
  }
  .investor-relations-page .ir-tab-toggle__btn {
    height: 39px;
    font-size: 14px;
  }
  .investor-relations-page .ir-announcements {
    border-radius: 16px;
    padding: 20px;
    gap: 16px;
  }
  .investor-relations-page .ir-list__date {
    font-size: 14px;
  }
  .page-title-container {
    padding: 20px 0 20px;
  }
  .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .page-title-container .page-title-bg {
    display: none;
  }
  .investor-relations-page .ir-metrics {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
  }
  .ir-metric {
    padding: 16px;
    border-radius: 12px;
  }
  .ir-metric__label {
    font-size: 11px;
  }
  .ir-metric__value {
    font-size: 20px;
  }
  .ir-metric__badge {
    font-size: 12px;
  }
  .ir-metric__sub {
    font-size: 12px;
  }
  .ir-info-cards {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
  }
  .ir-info-card {
    min-height: auto;
    border-radius: 16px;
    padding: 20px;
  }
  .ir-info-card__title {
    font-size: 16px;
  }
  .ir-info-card__bottom {
    gap: 16px;
  }
  .ir-info-card__desc {
    font-size: 13px;
  }
  .ir-two-col {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 40px;
  }
  .ir-calendar {
    border-radius: 16px;
    padding: 20px;
    gap: 16px;
  }
  .ir-calendar__title {
    font-size: 16px;
  }
  .ir-calendar__date-tile {
    width: 56px;
    height: 56px;
  }
  .ir-calendar__date-tile-day {
    display: none;
  }
  .ir-calendar__day {
    font-size: 20px;
  }
  .ir-calendar__month {
    font-size: 13px;
  }
  .ir-calendar__event {
    font-size: 13px;
  }
  .investor-relations-page .ir-portfolio {
    gap: 20px;
    padding-bottom: 40px;
  }
  .investor-relations-page .ir-portfolio__title {
    font-size: 24px;
  }
  .investor-relations-page .ir-portfolio__tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }
  .investor-relations-page .ir-portfolio__tabs::-webkit-scrollbar {
    display: none;
  }
  .investor-relations-page .ir-portfolio__tabs {
    -webkit-overflow-scrolling: touch;
    gap: 8px;
  }
  .investor-relations-page .ir-portfolio__tab {
    flex-shrink: 0;
    height: 44px;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 22px;
  }
  .investor-relations-page .ir-portfolio__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .investor-relations-page .ir-portfolio__grid--hidden {
    display: none;
  }
  .ir-company-card {
    border-radius: 16px;
    padding: 16px;
    min-height: auto;
  }
  .ir-company-card__logo {
    height: 29px;
  }
  .ir-company-card__name {
    font-size: 16px;
  }
  .ir-company-card__sector {
    font-size: 14px;
  }
  .ir-company-card__footer {
    padding-top: 12px;
    margin-top: 12px;
  }
  .ir-company-card__stat-value {
    font-size: 16px;
  }
  .ir-company-card__stat-value--sm {
    font-size: 11px;
  }
  .ir-company-card__stat-label {
    font-size: 14px;
  }
}
.page-layout {
  display: flex;
  gap: 54px;
  align-items: flex-start;
}

.page-layout .page-sidebar {
  flex: 0 0 240px;
  position: sticky;
  top: 40px;
}

.page-layout .page-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media (max-width: 768px) {
  .page-layout {
    display: block;
  }
  .page-sidebar {
    display: none;
  }
  .page-content {
    gap: 40px;
    padding-bottom: 48px;
  }
}
.doc-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.doc-section__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 16px;
}
.doc-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
}

.doc-table {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.doc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.doc-row:last-child {
  border: none;
}
.doc-row__info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
  min-width: 0;
}
.doc-row__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: block;
}
.doc-row__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.doc-row__download {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 50px;
  padding: 0 32px;
  border: 1px solid #007AA9;
  border-radius: 27px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #007AA9;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.doc-row__download img {
  width: 20px;
  height: 20px;
  display: block;
  flex-shrink: 0;
}
.doc-row__download:hover {
  background: #007AA9;
  color: #FFFFFF;
}
.doc-row__download:hover img {
  filter: brightness(0) invert(1);
}

@media (max-width: 768px) {
  .quarterly-results-page .page-title-container {
    padding: 20px 0 20px;
  }
  .quarterly-results-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .quarterly-results-page .page-title-container .page-title-bg {
    display: none;
  }
  .quarterly-results-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector {
    margin-bottom: 8px;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .doc-section {
    gap: 16px;
  }
  .doc-section__title {
    font-size: 20px;
  }
  .doc-row {
    padding: 16px;
    gap: 12px;
  }
  .doc-row__info {
    gap: 12px;
  }
  .doc-row__icon {
    width: 24px;
    height: 24px;
  }
  .doc-row__name {
    font-size: 14px;
  }
  .doc-row__download {
    height: 40px;
    padding: 0 14px;
    font-size: 0;
    gap: 0;
  }
  .doc-row__download img {
    width: 18px;
    height: 18px;
  }
}
.page-content__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}

.info-table {
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
}
.info-table__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.info-table__row:last-child {
  border-bottom: none;
}
.info-table__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  flex: 0 0 280px;
  line-height: 1.4;
}
.info-table__value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  flex: 1;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .company-info-page .page-title-container {
    padding: 20px 0 20px;
  }
  .company-info-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .company-info-page .page-title-container .page-title-bg {
    display: none;
  }
  .company-info-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .info-table {
    border-radius: 12px;
  }
  .info-table__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 16px;
  }
  .info-table__label {
    flex: none;
    font-size: 12px;
    color: #818a95;
    font-weight: 400;
  }
  .info-table__value {
    font-size: 15px;
    font-weight: 600;
    color: #0F3053;
  }
}
.ownership-table {
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  overflow: hidden;
  border-collapse: collapse;
}
.ownership-table__header {
  background: #F5F9FC;
  border-bottom: 1px solid #E5F2F7;
}
.ownership-table__th {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #454E58;
  padding: 24px;
  text-align: left;
  font-weight: 700;
}
.ownership-table__th--right {
  text-align: right;
  white-space: nowrap;
}
.ownership-table__row {
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.ownership-table__row:last-child {
  border-bottom: none;
}
.ownership-table__row--total .ownership-table__td {
  font-weight: 700;
}
.ownership-table__row--note .ownership-table__td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: right;
  padding-right: 0;
}
.ownership-table__td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  padding: 24px;
  text-align: left;
  line-height: 1.4;
  text-wrap: nowrap;
}
.ownership-table__td--right {
  text-align: right;
  white-space: nowrap;
}

.ir-note {
  background: #F8F8F8;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.ir-note__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 1px;
}
.ir-note__text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .ownership-structure-page .page-title-container {
    padding: 20px 0 20px;
  }
  .ownership-structure-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .ownership-structure-page .page-title-container .page-title-bg {
    display: none;
  }
  .ownership-structure-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .ownership-table__th, .ownership-table__td {
    padding: 14px 16px;
    font-size: 14px;
  }
  .ir-note {
    padding: 16px;
    gap: 12px;
    border-radius: 12px;
  }
  .ir-note__icon {
    width: 18px;
    height: 18px;
  }
  .ir-note__text {
    font-size: 13px;
  }
}
.member-accordion__item {
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.member-accordion__trigger {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.member-accordion__trigger:focus-visible {
  outline: 2px solid #007AA9;
  outline-offset: 2px;
  border-radius: 4px;
}
.member-accordion__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  flex: 0 0 280px;
  line-height: 1.4;
}
.member-accordion__role {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  flex: 1;
  line-height: 1.4;
}
.member-accordion__chevron {
  flex-shrink: 0;
  width: 14px;
  height: 26px;
  transform: rotate(-90deg);
  transition: transform 0.25s ease;
}
.member-accordion__item.is-open .member-accordion__chevron {
  transform: rotate(90deg);
}
.member-accordion__panel {
  display: none;
  padding: 0 0 28px;
}
.member-accordion__panel p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.member-accordion__item.is-open .member-accordion__panel {
  display: block;
}

@media (max-width: 768px) {
  .ir-board-page .page-title-container {
    padding: 20px 0 20px;
  }
  .ir-board-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .ir-board-page .page-title-container .page-title-bg {
    display: none;
  }
  .ir-board-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .member-accordion__trigger {
    flex-wrap: wrap;
    padding: 18px 0;
    gap: 2px 12px;
  }
  .member-accordion__name {
    flex: 1 1 100%;
    font-size: 16px;
  }
  .member-accordion__role {
    flex: 1 1 100%;
    font-size: 13px;
    order: 2;
  }
  .member-accordion__chevron {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }
  .member-accordion__trigger {
    position: relative;
    padding-right: 24px;
  }
  .member-accordion__item.is-open .member-accordion__chevron {
    transform: translateY(-50%) rotate(90deg);
  }
  .member-accordion__panel {
    padding-bottom: 20px;
  }
  .member-accordion__panel p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.committee-working-principles-page .data-table th {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.committee-working-principles-page .data-table td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.committee-working-principles-page .data-table .cell--name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .committee-working-principles-page .page-title-container {
    padding: 20px 0 20px;
  }
  .committee-working-principles-page .page-title-container__title {
    font-size: 32px;
    line-height: 1.25;
  }
  .committee-working-principles-page .page-title-container .page-title-bg {
    display: none;
  }
  .committee-working-principles-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
}
.year-accordion {
  display: flex;
  flex-direction: column;
}
.year-accordion__item {
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.year-accordion__item:last-child {
  border: none;
}
.year-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.year-accordion__trigger:focus-visible {
  outline: 2px solid #007AA9;
  outline-offset: 2px;
  border-radius: 4px;
}
.year-accordion__year {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
}
.year-accordion__chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.25s ease;
}
.year-accordion__item.is-open .year-accordion__chevron {
  transform: rotate(180deg);
}
.year-accordion__panel {
  display: none;
  padding-bottom: 24px;
}
.year-accordion__item.is-open .year-accordion__panel {
  display: block;
}

@media (max-width: 768px) {
  .general-assemblies-page .page-title-container {
    padding: 20px 0 20px;
  }
  .general-assemblies-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .general-assemblies-page .page-title-container .page-title-bg {
    display: none;
  }
  .general-assemblies-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .year-accordion__trigger {
    padding: 16px 0;
  }
  .year-accordion__year {
    font-size: 20px;
  }
  .year-accordion__panel {
    padding-bottom: 16px;
  }
}
.financial-intro {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}

.financial-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.financial-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.financial-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
}

.year-filter {
  position: relative;
  flex-shrink: 0;
}
.year-filter__trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #F5F9FC;
  border-radius: 92px;
  height: 60px;
  padding: 8px;
  cursor: pointer;
  box-sizing: border-box;
}
.year-filter__trigger:focus-visible {
  outline: 2px solid #007AA9;
  outline-offset: 2px;
}
.year-filter__label {
  padding: 0 16px 0 18px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0F3053;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.year-filter__pill {
  background: #FFFFFF;
  border-radius: 100px;
  height: 44px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 167px;
}
.year-filter__year-text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  font-weight: 600;
}
.year-filter__chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.year-filter.is-open .year-filter__chevron {
  transform: rotate(180deg);
}
.year-filter__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  min-width: 167px;
  overflow: hidden;
  z-index: 20;
}
.year-filter__dropdown.is-open {
  display: block;
}
.year-filter__option {
  padding: 12px 24px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  cursor: pointer;
  transition: background 0.15s ease;
}
.year-filter__option:hover {
  background: #F5F9FC;
}
.year-filter__option.is-active {
  font-weight: 600;
  color: #007AA9;
  background: #F5F9FC;
}

.year-panel {
  display: none;
}
.year-panel.is-active {
  display: block;
}

@media (max-width: 768px) {
  .financial-intro {
    font-size: 14px;
    line-height: 1.6;
  }
  .financial-section {
    gap: 16px;
  }
  .financial-section__header {
    flex-direction: row;
    align-items: center;
  }
  .financial-section__title {
    font-size: 18px;
  }
  .year-filter__trigger {
    height: 44px;
    padding: 4px;
    gap: 6px;
  }
  .year-filter__label {
    font-size: 14px;
    padding: 0 10px 0 12px;
  }
  .year-filter__pill {
    height: 36px;
    padding: 0 16px;
    min-width: 100px;
    gap: 8px;
  }
  .year-filter__year-text {
    font-size: 14px;
  }
}
.disclosures-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.disclosures-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.disclosures-more {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.disclosure-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 63px;
  background: #F5F9FC;
  border-radius: 24px;
  padding: 32px;
}
.disclosure-card--hidden {
  display: none;
}
.disclosure-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
  min-width: 0;
}
.disclosure-card__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.disclosure-card__divider {
  border: none;
  border-top: 1px solid rgba(0, 122, 169, 0.3);
  margin: 0;
  width: 100%;
}
.disclosure-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.disclosure-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0 48px;
  border: 1px solid #007AA9;
  border-radius: 32px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #007AA9;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.disclosure-card__action:hover {
  background: #007AA9;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .material-disclosures-page .page-title-container {
    padding: 20px 0 20px;
  }
  .material-disclosures-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .material-disclosures-page .page-title-container .page-title-bg {
    display: none;
  }
  .material-disclosures-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .disclosures-section {
    align-items: flex-end;
    gap: 16px;
  }
  .disclosure-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 16px;
    padding: 20px;
  }
  .disclosure-card__title {
    font-size: 16px;
  }
  .disclosure-card__date {
    font-size: 13px;
  }
  .disclosure-card__action {
    height: 44px;
    padding: 0 32px;
    font-size: 14px;
  }
}
.announcements-header {
  display: flex;
  justify-content: flex-end;
}

.announcements-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}

.announcements-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.ir-announcement-card {
  background: #F5F9FC;
  border-radius: 24px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ir-announcement-card--hidden {
  display: none;
}
.ir-announcement-card__meta {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ir-announcement-card__date {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.ir-announcement-card__divider {
  border: none;
  border-top: 1px solid rgba(0, 122, 169, 0.25);
  margin: 0;
  width: 100%;
}
.ir-announcement-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ir-announcement-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.ir-announcement-card__excerpt {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.ir-announcement-card__footer .btn-outlined {
  border-color: #007AA9;
  color: #007AA9;
}
.ir-announcement-card__footer .btn-outlined:hover {
  background: #007AA9;
  border-color: #007AA9;
  color: #FFFFFF;
}

.announcements-more {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .announcements-page .page-title-container {
    padding: 20px 0 20px;
  }
  .announcements-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .announcements-page .page-title-container .page-title-bg {
    display: none;
  }
  .announcements-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .ir-announcement-card {
    border-radius: 16px;
    padding: 20px;
    gap: 16px;
  }
  .ir-announcement-card__title {
    font-size: 16px;
  }
  .ir-announcement-card__excerpt {
    font-size: 14px;
  }
  .ir-announcement-card__date {
    font-size: 13px;
  }
  .announcements-section {
    gap: 16px;
  }
  .announcements-list {
    gap: 16px;
  }
}
.cal-section {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cal-section + .cal-section {
  margin-top: 64px;
}
.cal-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
}
.cal-section__text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.6;
}
.cal-section__text p + p {
  margin-top: 16px;
}

.cal-event-table {
  background: #FFFFFF;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.cal-event-row {
  display: flex;
  align-items: center;
  gap: 120px;
  padding: 24px;
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.cal-event-row:last-child {
  border-bottom: none;
}

.cal-date-tile {
  flex-shrink: 0;
  width: 130px;
  height: 72px;
  background: #E5F2F7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px 14px 4px;
  box-sizing: border-box;
  text-align: center;
}
.cal-date-tile__month {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #007AA9;
  letter-spacing: -0.01em;
  line-height: 1.25;
  text-transform: capitalize;
}
.cal-date-tile__year {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #007AA9;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.cal-event-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cal-event-info__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.cal-event-info__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.table-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  background: #FFFFFF;
}
.data-table thead tr {
  background: #F5F9FC;
}
.data-table th {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  padding: 20px 24px;
  text-align: left;
  white-space: nowrap;
  background-color: #F5F9FC;
}
.data-table td {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  padding: 20px 24px;
  border-top: 1px solid rgba(69, 78, 88, 0.15);
  vertical-align: top;
}
.data-table .cell--name {
  font-weight: 600;
  color: #0F3053;
}

@media (max-width: 768px) {
  .investor-calendar-page .page-title-container {
    padding: 20px 0 20px;
  }
  .investor-calendar-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .investor-calendar-page .page-title-container .page-title-bg {
    display: none;
  }
  .investor-calendar-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .financial-intro {
    font-size: 14px;
    line-height: 1.6;
  }
  .cal-event-row {
    gap: 16px;
    padding: 16px;
  }
  .cal-date-tile {
    width: 90px;
    height: 60px;
  }
  .cal-date-tile__month {
    font-size: 12px;
  }
  .cal-date-tile__year {
    font-size: 18px;
  }
  .cal-event-info__title {
    font-size: 15px;
  }
  .cal-event-info__desc {
    font-size: 14px;
  }
  .cal-section {
    gap: 20px;
  }
  .cal-section + .cal-section {
    margin-top: 40px;
  }
  .cal-section__title {
    font-size: 20px;
  }
  .cal-section__text {
    font-size: 14px;
  }
  .cal-section__text p + p {
    margin-top: 12px;
  }
}
.faq-accordion__item {
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
}
.faq-accordion__item:first-child {
  border-top: 1px solid rgba(69, 78, 88, 0.2);
}
.faq-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-accordion__trigger:focus-visible {
  outline: 2px solid #007AA9;
  outline-offset: 2px;
  border-radius: 4px;
}
.faq-accordion__question {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  flex: 1;
}
.faq-accordion__chevron {
  flex-shrink: 0;
  width: 14px;
  height: 26px;
  transform: rotate(-90deg);
  transition: transform 0.25s ease;
}
.faq-accordion__item.is-open .faq-accordion__chevron {
  transform: rotate(90deg);
}
.faq-accordion__panel {
  display: none;
  padding: 0 0 28px;
}
.faq-accordion__panel p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.faq-accordion__item.is-open .faq-accordion__panel {
  display: block;
}
.faq-accordion__link {
  color: #007AA9;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}
.faq-accordion__link:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  .faq-page .page-title-container {
    padding: 20px 0 20px;
  }
  .faq-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .faq-page .page-title-container .page-title-bg {
    display: none;
  }
  .faq-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .faq-accordion__trigger {
    padding: 16px 0;
    gap: 16px;
  }
  .faq-accordion__question {
    font-size: 16px;
  }
  .faq-accordion__panel {
    padding-bottom: 16px;
  }
  .faq-accordion__panel p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.ir-contact-top {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.ir-contact-separator {
  flex-shrink: 0;
  width: 1px;
  height: 232px;
  background: rgba(69, 78, 88, 0.2);
  margin: 0 40px;
  align-self: center;
}

.ir-contact-person {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ir-contact-person__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ir-contact-person__name {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.ir-contact-person__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.ir-contact-person__details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ir-contact-hq {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ir-contact-hq__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.ir-contact-hq__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ir-contact-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ir-contact-row__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.ir-contact-row__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-size: 16px;
  color: #007AA9;
  white-space: nowrap;
}
.ir-contact-row__value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #454E58;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.ir-contact-row--info {
  gap: 12px;
}
.ir-contact-row--info .ir-contact-row__label {
  flex-shrink: 0;
  min-width: 60px;
}

.ir-contact-form-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ir-contact-form-card {
  background: #E5F2F7;
  border-radius: 24px;
  padding: 36px;
}

.ir-contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ir-contact-form__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.ir-contact-form__row {
  display: flex;
  gap: 24px;
}
.ir-contact-form__row--full .form-input-wrapper {
  flex: 1;
}
.ir-contact-form__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.ir-contact-form__footer .btn {
  align-self: flex-start;
}
.ir-contact-form .form-input-wrapper.is-error .form-input {
  box-shadow: 0 0 0 1px #da2020;
}
.ir-contact-form .form-checkbox.is-error .form-checkbox__box {
  border-color: #da2020;
}

.form-input-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.form-input-wrapper__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0a3a6d;
  letter-spacing: -0.01em;
  line-height: 1.4;
}
.form-input-wrapper__required {
  color: #da2020;
  margin-left: 1px;
}
.form-input-wrapper__field {
  display: flex;
  flex-direction: column;
}

.form-input {
  background: #FFFFFF;
  border: none;
  border-radius: 12px;
  height: 45px;
  padding: 10px 15px;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #0F3053;
  letter-spacing: -0.01em;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.15s ease;
}
.form-input::-moz-placeholder {
  color: #b8bfc2;
}
.form-input::placeholder {
  color: #b8bfc2;
}
.form-input:focus {
  outline: none;
  box-shadow: 0 0 0 2px #007AA9;
}
.form-input--textarea {
  height: 86px;
  resize: vertical;
  padding-top: 10px;
  line-height: 1.4;
}

.form-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-checkbox__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-checkbox__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: #FFFFFF;
  border: 2px solid rgba(69, 78, 88, 0.4);
  border-radius: 4px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.form-checkbox__box::after {
  content: "";
  display: none;
  width: 10px;
  height: 7px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(-45deg) translate(1px, -1px);
}
.form-checkbox__input:checked + .form-checkbox__box {
  background: #007AA9;
  border-color: #007AA9;
}
.form-checkbox__input:checked + .form-checkbox__box::after {
  display: block;
}
.form-checkbox__input:focus-visible + .form-checkbox__box {
  outline: 2px solid #007AA9;
  outline-offset: 2px;
}
.form-checkbox__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.form-checkbox__link {
  color: #007AA9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 768px) {
  .ir-contact-page .page-title-container {
    padding: 20px 0 20px;
  }
  .ir-contact-page .page-title-container__title {
    font-size: 28px;
    line-height: 1.25;
  }
  .ir-contact-page .page-title-container .page-title-bg {
    display: none;
  }
  .ir-contact-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .ir-contact-top {
    flex-direction: column;
    gap: 24px;
  }
  .ir-contact-separator {
    width: 100%;
    height: 1px;
    margin: 0;
  }
  .ir-contact-person {
    gap: 24px;
  }
  .ir-contact-person__name {
    font-size: 22px;
  }
  .ir-contact-person__title {
    font-size: 14px;
  }
  .ir-contact-hq__title {
    font-size: 20px;
  }
  .ir-contact-row__label {
    font-size: 13px;
  }
  .ir-contact-row__value {
    font-size: 13px;
  }
  .ir-contact-form-card {
    border-radius: 16px;
    padding: 20px;
  }
  .ir-contact-form {
    gap: 16px;
  }
  .ir-contact-form__title {
    font-size: 20px;
  }
  .ir-contact-form__row {
    flex-direction: column;
    gap: 16px;
  }
  .form-input-wrapper__label {
    font-size: 14px;
  }
  .form-checkbox__label {
    font-size: 13px;
  }
}
.sustainability-page .page-layout .page-content {
  gap: 100px;
}

.sust-text-section {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.sust-text-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
}
.sust-text-section__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.sust-text-section__body p + p {
  margin-top: 24px;
}

.sust-highlight-card {
  background: #F5F9FC;
  border-radius: 24px;
  overflow: hidden;
  padding: 64px 24px 64px 64px;
  position: relative;
  min-height: 334px;
  display: flex;
  align-items: center;
}
.sust-highlight-card__text {
  flex: 0 0 70%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sust-highlight-card__heading {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
}
.sust-highlight-card__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.sust-highlight-card__icon {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 360px;
  height: 360px;
  opacity: 0.25;
  pointer-events: none;
}
.sust-highlight-card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.sust-projects {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.sust-projects__intro {
  flex: 0 0 366px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sust-projects__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
}
.sust-projects__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.sust-timeline {
  flex: 1;
  margin-left: 73px;
  border-left: 1px solid rgba(69, 78, 88, 0.2);
  padding-left: 54px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.sust-timeline__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sust-timeline__item::before {
  content: "";
  position: absolute;
  left: -62.5px;
  top: 8px;
  width: 17px;
  height: 17px;
  background: #007AA9;
  border-radius: 50%;
}
.sust-timeline__heading {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.5;
}
.sust-timeline__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.sust-cert-cards {
  display: flex;
  gap: 36px;
}

.sust-cert-card {
  flex: 1;
  background: #E5F2F7;
  border-radius: 24px;
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 42px;
  min-height: 305px;
}
.sust-cert-card__icon {
  width: 85px;
  height: 85px;
  flex-shrink: 0;
}
.sust-cert-card__icon img, .sust-cert-card__icon svg {
  width: 100%;
  height: 100%;
}
.sust-cert-card__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sust-cert-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.sust-cert-card__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  min-height: 4.2em;
}

.sust-sdg-card {
  background: #E5F2F7;
  border-radius: 24px;
  padding: 40px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sust-sdg-card__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.4;
}
.sust-sdg-card__grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  grid-gap: 6px;
  gap: 6px;
}
.sust-sdg-card__icon {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sust-sdg-card__note {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.sust-awareness {
  display: flex;
  flex-direction: column;
}
.sust-awareness__header {
  border-bottom: 1px solid rgba(69, 78, 88, 0.2);
  padding: 24px 0;
}
.sust-awareness__subheading {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  line-height: 1.25;
}
.sust-awareness__body {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .sustainability-page .page-title-container {
    padding: 20px 0 20px;
  }
  .sustainability-page .page-title-container__title {
    font-size: 28px;
    line-height: 1.25;
  }
  .sustainability-page .page-title-container .page-title-bg {
    display: none;
  }
  .sustainability-page .page-body {
    border-radius: 16px 16px 0 0;
    padding-top: 0;
  }
  .sustainability-page .page-layout .page-content {
    gap: 48px;
  }
  .ir-section-selector .about-section-selector__btn {
    background: #F8F8F8;
  }
  .sust-text-section {
    gap: 24px;
  }
  .sust-text-section__title {
    font-size: 20px;
    line-height: 1.4;
  }
  .sust-text-section__body {
    font-size: 16px;
  }
  .sust-highlight-card {
    padding: 30px 20px;
    min-height: auto;
  }
  .sust-highlight-card__text {
    flex: none;
    max-width: 100%;
  }
  .sust-highlight-card__heading {
    font-size: 18px;
  }
  .sust-highlight-card__desc {
    font-size: 14px;
  }
  .sust-highlight-card__icon {
    display: none;
  }
  .sust-projects {
    flex-direction: column;
    gap: 24px;
  }
  .sust-projects__intro {
    flex: none;
    width: 100%;
  }
  .sust-projects__title {
    font-size: 20px;
  }
  .sust-projects__desc {
    font-size: 16px;
  }
  .sust-timeline {
    margin-left: 0;
    padding-left: 110px;
    gap: 40px;
  }
  .sust-timeline__item::before {
    left: -119px;
  }
  .sust-timeline__heading {
    font-size: 18px;
  }
  .sust-timeline__body {
    font-size: 16px;
  }
  .sust-cert-cards {
    flex-direction: column;
    gap: 16px;
  }
  .sust-cert-card {
    min-height: auto;
    gap: 24px;
    padding: 20px 16px;
    border-radius: 16px;
  }
  .sust-cert-card__icon {
    width: 64px;
    height: 64px;
  }
  .sust-cert-card__title {
    font-size: 18px;
  }
  .sust-cert-card__desc {
    font-size: 14px;
  }
  .sust-sdg-card {
    padding: 24px 16px;
    border-radius: 16px;
    gap: 20px;
  }
  .sust-sdg-card__title {
    font-size: 18px;
  }
  .sust-sdg-card__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sust-sdg-card__note {
    font-size: 14px;
  }
  .sust-awareness__subheading {
    font-size: 18px;
  }
  .sust-awareness__body {
    font-size: 16px;
  }
}
.contact-sections {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-bottom: 80px;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 64px;
}
.contact-row > * {
  flex: 1;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contact-info__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.contact-info__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
}
.contact-info__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-detail-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact-detail-row--top {
  align-items: flex-start;
}
.contact-detail-row__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.contact-detail-row__label {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #007AA9;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.4;
}
.contact-detail-row__value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}

.contact-form-card {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 36px;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.form-input--bordered {
  border: 1px solid #d9e7fa;
}
.form-input--bordered:focus {
  border-color: #007AA9;
  box-shadow: none;
  outline: none;
}

.contact-form .form-input-wrapper.is-error .form-input--bordered {
  border-color: #da2020;
}
.contact-form .form-checkbox.is-error .form-checkbox__box {
  border-color: #da2020;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
.contact-form__row {
  display: flex;
  gap: 24px;
}
.contact-form__row--full .form-input-wrapper {
  flex: 1;
}
.contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.contact-form__footer .form-checkbox {
  flex: 1 1 auto;
  min-width: 0;
}
.contact-form__footer .btn {
  flex-shrink: 0;
}

.contact-hq {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.contact-hq__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.contact-hq__rows {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-hq .contact-detail-row__value {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.contact-map {
  border-radius: 24px;
  overflow: hidden;
  background: #E5F2F7;
}
.contact-map__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.contact-cta-banner {
  background: linear-gradient(87.35deg, #1a446d 44.15%, #007aa9 65.33%);
  border-radius: 24px;
  padding: 51px 83px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}
.contact-cta-banner__text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  line-height: 1.25;
}
.contact-cta-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 60px;
  padding: 0 28px;
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  background: #FFFFFF;
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #007AA9;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}
.contact-cta-banner__btn:hover {
  opacity: 0.9;
}
.contact-cta-banner__btn svg {
  flex-shrink: 0;
}

.contact-press {
  display: flex;
  flex-direction: column;
  gap: 36px;
  max-width: 50%;
}
.contact-press__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}
.contact-press__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #464646;
  line-height: 1.4;
}
.contact-press__dept {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .contact-page .page-title-container {
    padding: 20px 0 20px;
  }
  .contact-page .page-title-container__title {
    font-size: 36px;
    line-height: 1.25;
  }
  .contact-sections {
    gap: 48px;
    padding-bottom: 48px;
  }
  .contact-row {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }
  .contact-press {
    max-width: none;
  }
  .contact-info__title,
  .contact-hq__title,
  .contact-press__title {
    font-size: 22px;
  }
  .contact-info__desc,
  .contact-press__desc {
    font-size: 14px;
  }
  .contact-press__dept {
    font-size: 18px;
  }
  .contact-detail-row {
    flex-wrap: wrap;
  }
  .contact-detail-row__label, .contact-detail-row__value {
    font-size: 13px;
  }
  .contact-detail-row__value {
    flex: 0 0 100%;
  }
  .contact-hq .contact-detail-row__value {
    font-size: 13px;
  }
  .contact-form-card {
    border-radius: 16px;
    padding: 20px;
  }
  .contact-form {
    gap: 16px;
  }
  .contact-form__row {
    flex-direction: column;
    gap: 16px;
  }
  .contact-form__footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .contact-map {
    width: 100%;
    height: 220px;
    border-radius: 16px;
  }
  .contact-cta-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 28px 24px;
    border-radius: 16px;
    gap: 20px;
  }
  .contact-cta-banner__text {
    font-size: 18px;
  }
  .contact-cta-banner__btn {
    height: 48px;
    padding: 0 24px;
    font-size: 13px;
    gap: 10px;
    white-space: normal;
    text-align: left;
  }
  .contact-media-center {
    border-radius: 16px;
    padding: 24px;
  }
  .contact-media-center__body {
    min-height: 200px;
  }
  .contact-media-center__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .contact-media-center__desc {
    font-size: 14px;
  }
}
.contact-media-center {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.contact-media-center__bg {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  pointer-events: none;
}
.contact-media-center__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 324px;
  gap: 16px;
}
.contact-media-center__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.25;
  margin-bottom: 16px;
}
.contact-media-center__desc {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #0F3053;
  line-height: 1.4;
  max-width: 405px;
}

.basic-page__hero {
  padding: 40px 0 60px;
}

.basic-page__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
  background: linear-gradient(96.23deg, #0f214b 1.68%, #007aa9 97.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.25;
  max-width: 800px;
}

.basic-page__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 100px;
}

.basic-page__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.basic-page__section-title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
}

.basic-page__body h2 {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #454E58;
}

.basic-page__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.basic-page__body p {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #454E58;
  line-height: 1.4;
}
.basic-page__body p a {
  color: #007AA9;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 768px) {
  .basic-page__hero {
    padding: 24px 0 32px;
  }
  .basic-page__title {
    font-size: 26px;
    line-height: 1.3;
    max-width: 100%;
  }
  .basic-page__content {
    gap: 20px;
    padding-bottom: 48px;
  }
  .basic-page__section {
    gap: 16px;
  }
  .basic-page__section-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .basic-page__body {
    gap: 12px;
  }
  .basic-page__body p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.fancybox-slide--ajax .fancybox-content {
  background: transparent;
  padding: 0;
  overflow: visible;
  box-shadow: none;
}

.fancybox-slide:before {
  display: none;
}

.person-panel {
  background: linear-gradient(264.24deg, #1a446d 32.4%, #007aa9 79.6%);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.person-panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/icons/icon-person-panel-line-bg.svg") top right/auto 100% no-repeat;
  pointer-events: none;
  z-index: 0;
}
.person-panel > * {
  position: relative;
  z-index: 1;
}
.person-panel__social {
  display: flex;
  align-items: center;
}
.person-panel__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  transition: opacity 0.2s ease;
  flex-shrink: 0;
}
.person-panel__social a:hover {
  opacity: 1;
}
.person-panel__social a:focus, .person-panel__social a:focus-visible {
  outline: none;
}
.person-panel__social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

@media (min-width: 769px) {
  .person-panel {
    width: 76%;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 24px;
    padding: 120px 90px 50px;
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    scrollbar-width: none;
  }
  .person-panel::-webkit-scrollbar {
    display: none;
  }
  .person-panel {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    min-height: 98vh;
  }
  .person-panel__main {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
  .person-panel__photo {
    flex: 0 0 445px;
    height: 403px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
  }
  .person-panel__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    display: block;
  }
  .person-panel__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 4px;
  }
  .person-panel__name {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__role {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__bios {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .person-panel__bios p {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__bio {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 0;
  }
  .person-panel__social {
    gap: 12px;
  }
  .person-panel__social a {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .person-panel {
    max-width: 92vw;
    max-height: 90vh;
    border-radius: 16px;
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
    scrollbar-width: none;
    margin: 40px auto 0;
    padding: 70px 16px 30px;
  }
  .person-panel::-webkit-scrollbar {
    display: none;
  }
  .person-panel::after {
    background-image: url("../img/icons/icon-person-panel-line-bg-mobile.svg");
  }
  .person-panel__main {
    display: flex;
    flex-direction: column;
  }
  .person-panel__photo {
    width: 100%;
    height: 205px;
    overflow: hidden;
  }
  .person-panel__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    display: block;
    border-radius: 12px;
  }
  .person-panel__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 20px 0 0;
  }
  .person-panel__name {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__role {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.4;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__bios {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 20px 0 0;
  }
  .person-panel__bios p {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__bio {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin: 0;
  }
  .person-panel__divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin: 20px 0 0;
  }
  .person-panel__social {
    gap: 10px;
    padding: 16px 0 24px;
  }
  .person-panel__social a {
    width: 28px;
    height: 28px;
  }
}
.error-page {
  min-height: 100vh;
  background: linear-gradient(180deg, #1a446d 0%, #007aa9 100%);
  color: #FFFFFF;
}

.error-section {
  max-width: 720px;
  margin: 0 auto;
  padding: 120px 20px;
  text-align: center;
  box-sizing: border-box;
}
.error-section__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  max-width: 80vw;
  margin-bottom: 48px;
}
.error-section__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.error-section__title {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 20px;
  color: #FFFFFF;
  line-height: 1.18;
}
.error-section__text {
  font-family: "Mona Sans", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.01em;
  max-width: 520px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .error-section__logo {
    margin-bottom: 36px;
  }
  .error-section__title {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.01em;
  }
  .error-section__text {
    font-family: "Mona Sans", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 768px) {
  .table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .table-wrapper::-webkit-scrollbar {
    display: none;
  }
}
