/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/overlayscrollbars/styles/overlayscrollbars.css ***!
  \***************************************************************************************************************/
/*! 
 * OverlayScrollbars
 * Version: 2.3.0
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  direction: inherit;
  pointer-events: none;
  overflow: hidden;
  visibility: hidden;
  box-sizing: border-box;
}

.os-size-observer,
.os-size-observer-listener,
.os-size-observer-listener-item,
.os-size-observer-listener-item-final {
  writing-mode: horizontal-tb;
  position: absolute;
  left: 0;
  top: 0;
}

.os-size-observer {
  z-index: -1;
  contain: strict;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: inherit;
  border: inherit;
  box-sizing: inherit;
  margin: -133px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0.1);
}
.os-size-observer::before {
  content: "";
  flex: none;
  box-sizing: inherit;
  padding: 10px;
  width: 10px;
  height: 10px;
}

.os-size-observer-appear {
  animation: os-size-observer-appear-animation 1ms forwards;
}

.os-size-observer-listener {
  box-sizing: border-box;
  position: relative;
  flex: auto;
  padding: inherit;
  border: inherit;
  margin: -133px;
  transform: scale(10);
}
.os-size-observer-listener.ltr {
  margin-right: -266px;
  margin-left: 0;
}
.os-size-observer-listener.rtl {
  margin-left: -266px;
  margin-right: 0;
}
.os-size-observer-listener:empty::before {
  content: "";
  width: 100%;
  height: 100%;
}
.os-size-observer-listener:empty::before, .os-size-observer-listener > .os-size-observer-listener-item {
  display: block;
  position: relative;
  padding: inherit;
  border: inherit;
  box-sizing: content-box;
  flex: auto;
}

.os-size-observer-listener-scroll {
  box-sizing: border-box;
  display: flex;
}

.os-size-observer-listener-item {
  right: 0;
  bottom: 0;
  overflow: hidden;
  direction: ltr;
  flex: none;
}

.os-size-observer-listener-item-final {
  transition: none;
}

@keyframes os-size-observer-appear-animation {
  from {
    cursor: auto;
  }
  to {
    cursor: none;
  }
}
.os-trinsic-observer {
  flex: none;
  box-sizing: border-box;
  position: relative;
  max-width: 0px;
  max-height: 1px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  z-index: -1;
  height: 0;
  top: calc(100% + 1px);
  contain: strict;
}
.os-trinsic-observer:not(:empty) {
  height: calc(100% + 1px);
  top: -1px;
}
.os-trinsic-observer:not(:empty) > .os-size-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

/**
 * environment setup 
 */
.os-environment {
  --os-custom-prop: -1;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  height: 200px;
  width: 200px;
  z-index: var(--os-custom-prop);
}
.os-environment div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}
.os-environment.os-environment-flexbox-glue {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: auto;
  width: auto;
  min-height: 200px;
  min-width: 200px;
}
.os-environment.os-environment-flexbox-glue div {
  flex: auto;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}
.os-environment.os-environment-flexbox-glue-max {
  max-height: 200px;
}
.os-environment.os-environment-flexbox-glue-max div {
  overflow: visible;
}
.os-environment.os-environment-flexbox-glue-max div::before {
  content: "";
  display: block;
  height: 999px;
  width: 999px;
}

/**
 * hide native scrollbars
 */
.os-environment,
[data-overlayscrollbars-viewport] {
  -ms-overflow-style: scrollbar !important;
}

[data-overlayscrollbars-initialize],
[data-overlayscrollbars~=scrollbarHidden],
[data-overlayscrollbars-viewport~=scrollbarHidden],
.os-scrollbar-hidden.os-environment {
  scrollbar-width: none !important;
}

[data-overlayscrollbars-initialize]::-webkit-scrollbar,
[data-overlayscrollbars-initialize]::-webkit-scrollbar-corner,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars~=scrollbarHidden]::-webkit-scrollbar-corner,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar,
[data-overlayscrollbars-viewport~=scrollbarHidden]::-webkit-scrollbar-corner,
.os-scrollbar-hidden.os-environment::-webkit-scrollbar,
.os-scrollbar-hidden.os-environment::-webkit-scrollbar-corner {
  -webkit-appearance: none !important;
          appearance: none !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/**
 * elements wont suddenly crop after initialization is done
 */
[data-overlayscrollbars-initialize]:not(html):not(body) {
  overflow: auto;
}

/**
 * applied to body 
 */
html[data-overlayscrollbars],
html.os-scrollbar-hidden,
html.os-scrollbar-hidden > body {
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  height: 100%;
}

html[data-overlayscrollbars] > body {
  overflow: visible;
}

/**
 * structure setup 
 */
[data-overlayscrollbars~=host] {
  position: relative;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars-padding] {
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  box-sizing: inherit;
  position: relative;
  flex: auto !important;
  height: auto;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 0;
}

[data-overlayscrollbars-viewport] {
  --os-vaw: 0;
  --os-vah: 0;
}
[data-overlayscrollbars-viewport][data-overlayscrollbars-viewport~=arrange]::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  min-width: 1px;
  min-height: 1px;
  width: var(--os-vaw);
  height: var(--os-vah);
}

[data-overlayscrollbars-padding],
[data-overlayscrollbars-viewport] {
  overflow: hidden;
}

[data-overlayscrollbars~=host],
[data-overlayscrollbars~=viewport] {
  overflow: hidden;
}

[data-overlayscrollbars~=overflowVisible],
[data-overlayscrollbars-padding~=overflowVisible],
[data-overlayscrollbars-viewport~=overflowVisible] {
  overflow: visible;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-x: hidden;
}

[data-overlayscrollbars-overflow-x=scroll] {
  overflow-x: scroll;
}

[data-overlayscrollbars-overflow-x=hidden] {
  overflow-y: hidden;
}

[data-overlayscrollbars-overflow-y=scroll] {
  overflow-y: scroll;
}

[data-overlayscrollbars~=scrollbarPressed],
[data-overlayscrollbars~=scrollbarPressed] [data-overlayscrollbars-viewport] {
  scroll-behavior: auto !important;
}

[data-overlayscrollbars-content] {
  box-sizing: inherit;
}

/**
 * Display contents to bridge any flickering dring deferred initialization.
 */
[data-overlayscrollbars-contents]:not([data-overlayscrollbars-padding]):not([data-overlayscrollbars-viewport]):not([data-overlayscrollbars-content]) {
  display: contents;
}

/**
 * optional & experimental grid mode
 */
[data-overlayscrollbars-grid],
[data-overlayscrollbars-grid] [data-overlayscrollbars-padding] {
  display: grid;
  grid-template: 1fr/1fr;
}

[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-viewport],
[data-overlayscrollbars-grid] > [data-overlayscrollbars-padding] > [data-overlayscrollbars-viewport] {
  height: auto !important;
  width: auto !important;
}

.os-scrollbar {
  contain: size layout;
  contain: size layout style;
  transition: opacity 0.15s, visibility 0.15s, top 0.15s, right 0.15s, bottom 0.15s, left 0.15s;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

body > .os-scrollbar {
  position: fixed;
  z-index: 99999;
}

.os-scrollbar-transitionless {
  transition: none;
}

.os-scrollbar-track {
  position: relative;
  direction: ltr !important;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  position: absolute;
}

.os-scrollbar-track,
.os-scrollbar-handle {
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.os-scrollbar.os-scrollbar-track-interactive .os-scrollbar-track,
.os-scrollbar.os-scrollbar-handle-interactive .os-scrollbar-handle {
  pointer-events: auto;
  touch-action: none;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-horizontal {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-scrollbar-visible,
.os-scrollbar-interaction.os-scrollbar-visible {
  opacity: 1;
  visibility: visible;
}

.os-scrollbar-auto-hide.os-scrollbar-auto-hide-hidden {
  opacity: 0;
  visibility: hidden;
}

.os-scrollbar-unusable,
.os-scrollbar-unusable *,
.os-scrollbar-wheel,
.os-scrollbar-wheel * {
  pointer-events: none !important;
}

.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal .os-scrollbar-handle {
  bottom: 0;
}

.os-scrollbar-vertical .os-scrollbar-handle {
  right: 0;
}

.os-scrollbar-rtl.os-scrollbar-vertical .os-scrollbar-handle {
  right: auto;
  left: 0;
}

.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-horizontal.os-scrollbar-cornerless.os-scrollbar-rtl {
  left: 0;
  right: 0;
}

.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless,
.os-scrollbar.os-scrollbar-vertical.os-scrollbar-cornerless.os-scrollbar-rtl {
  top: 0;
  bottom: 0;
}

.os-scrollbar {
  --os-size: 0;
  --os-padding-perpendicular: 0;
  --os-padding-axis: 0;
  --os-track-border-radius: 0;
  --os-track-bg: none;
  --os-track-bg-hover: none;
  --os-track-bg-active: none;
  --os-track-border: none;
  --os-track-border-hover: none;
  --os-track-border-active: none;
  --os-handle-border-radius: 0;
  --os-handle-bg: none;
  --os-handle-bg-hover: none;
  --os-handle-bg-active: none;
  --os-handle-border: none;
  --os-handle-border-hover: none;
  --os-handle-border-active: none;
  --os-handle-min-size: 33px;
  --os-handle-max-size: none;
  --os-handle-perpendicular-size: 100%;
  --os-handle-perpendicular-size-hover: 100%;
  --os-handle-perpendicular-size-active: 100%;
  --os-handle-interactive-area-offset: 0;
}

.os-scrollbar .os-scrollbar-track {
  border: var(--os-track-border);
  border-radius: var(--os-track-border-radius);
  background: var(--os-track-bg);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s;
}
.os-scrollbar .os-scrollbar-track:hover {
  border: var(--os-track-border-hover);
  background: var(--os-track-bg-hover);
}
.os-scrollbar .os-scrollbar-track:active {
  border: var(--os-track-border-active);
  background: var(--os-track-bg-active);
}
.os-scrollbar .os-scrollbar-handle {
  border: var(--os-handle-border);
  border-radius: var(--os-handle-border-radius);
  background: var(--os-handle-bg);
}
.os-scrollbar .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-scrollbar .os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: var(--os-handle-bg-hover);
}
.os-scrollbar .os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: var(--os-handle-bg-active);
}

.os-scrollbar-horizontal {
  padding: var(--os-padding-perpendicular) var(--os-padding-axis);
  right: var(--os-size);
  height: var(--os-size);
}
.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: var(--os-size);
  right: 0;
}
.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: var(--os-handle-min-size);
  max-width: var(--os-handle-max-size);
  height: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, height 0.15s;
}
.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  bottom: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-horizontal:hover .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-horizontal:active .os-scrollbar-handle {
  height: var(--os-handle-perpendicular-size-active);
}

.os-scrollbar-vertical {
  padding: var(--os-padding-axis) var(--os-padding-perpendicular);
  bottom: var(--os-size);
  width: var(--os-size);
}
.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: var(--os-handle-min-size);
  max-height: var(--os-handle-max-size);
  width: var(--os-handle-perpendicular-size);
  transition: opacity 0.15s, background-color 0.15s, border-color 0.15s, width 0.15s;
}
.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  right: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((var(--os-padding-perpendicular) + var(--os-handle-interactive-area-offset)) * -1);
  left: calc(var(--os-padding-perpendicular) * -1);
}
.os-scrollbar-vertical:hover .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-hover);
}
.os-scrollbar-vertical:active .os-scrollbar-handle {
  width: var(--os-handle-perpendicular-size-active);
}

/* NONE THEME: */
[data-overlayscrollbars~=updating] > .os-scrollbar,
.os-theme-none.os-scrollbar {
  display: none !important;
}

/* DARK & LIGHT THEME: */
.os-theme-dark,
.os-theme-light {
  box-sizing: border-box;
  --os-size: 10px;
  --os-padding-perpendicular: 2px;
  --os-padding-axis: 2px;
  --os-track-border-radius: 10px;
  --os-handle-interactive-area-offset: 4px;
  --os-handle-border-radius: 10px;
}

.os-theme-dark {
  --os-handle-bg: rgba(0, 0, 0, 0.44);
  --os-handle-bg-hover: rgba(0, 0, 0, 0.55);
  --os-handle-bg-active: rgba(0, 0, 0, 0.66);
}

.os-theme-light {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}

.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle {
  border-radius: 10px;
}
.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-track, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-track {
  border-radius: 10px;
}
.os-no-css-vars.os-theme-dark.os-scrollbar .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar .os-scrollbar-handle {
  border-radius: 10px;
}
.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal {
  padding: 2px 2px;
  right: 10px;
  height: 10px;
}
.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal.os-scrollbar-rtl, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl {
  left: 10px;
  right: 0;
}
.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle {
  min-width: 33px;
  max-width: none;
}
.os-no-css-vars.os-theme-dark.os-scrollbar-horizontal .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: calc((
                2px + 4px
              ) * -1);
  bottom: calc(2px * -1);
}
.os-no-css-vars.os-theme-dark.os-scrollbar-vertical, .os-no-css-vars.os-theme-light.os-scrollbar-vertical {
  padding: 2px 2px;
  bottom: 10px;
  width: 10px;
}
.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle, .os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle {
  min-height: 33px;
  max-height: none;
}
.os-no-css-vars.os-theme-dark.os-scrollbar-vertical .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-vertical .os-scrollbar-handle:before {
  left: calc((
                2px + 4px
              ) * -1);
  right: calc(2px * -1);
}
.os-no-css-vars.os-theme-dark.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before, .os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-rtl .os-scrollbar-handle:before {
  right: calc((
              2px + 4px
            ) * -1);
  left: calc(2px * -1);
}
.os-no-css-vars.os-theme-dark .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.44);
}
.os-no-css-vars.os-theme-dark:hover .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}
.os-no-css-vars.os-theme-dark:active .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.66);
}
.os-no-css-vars.os-theme-light .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.44);
}
.os-no-css-vars.os-theme-light:hover .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}
.os-no-css-vars.os-theme-light:active .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.66);
}
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-bulk-import-loader/index.js!./src/scss/bundle.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
:root {
  --header-height: 120px;
  --footer-height: 980px;
  --content-1790-width: 1790px;
  --content-1790-box-indent: 65px;
  --minus-content-1790-box-indent: -65px;
  --content-1640-width: 1640px;
  --content-1640-box-indent: 140px;
  --minus-content-1640-box-indent: -140px;
  --content-1492-width: 1492px;
  --content-1492-box-indent: 214px;
  --minus-content-1492-box-indent: -214px;
  --content-1200-width: 1200px;
  --content-1200-box-indent: 360px;
  --minus-content-1200-box-indent: -360px;
  --team-member-width-percent: 4.1px;
  --brick-size: 150px;
  --cell-size: calc(var(--brick-size) / 10);
  --logo-container-width: 298px;
  --search-bar-width: 298px;
  --round-button-width: 60px;
}

@media (min-width: 1921px) {
  :root {
    --brick-size: calc(150px + (150 - 190) * (100vw - 1920px) / (1920 - 2560));
    --round-button-width: calc(60px + (60 - 66) * (100vw - 1920px) / (1920 - 2560));
  }
}
@media (min-width: 2560px) {
  :root {
    --brick-size: 190px;
    --round-button-width: 66px;
  }
}
@media (max-width: 1919px) {
  :root {
    --brick-size: calc(150px + (150 - 110) * (100vw - 1920px) / (1920 - 1366));
    --round-button-width: calc(60px + (60 - 56) * (100vw - 1920px) / (1920 - 1366));
  }
}
@media (max-width: 1366px) {
  :root {
    --brick-size: calc(110px + (110 - 80) * (100vw - 1366px) / (1366 - 1024));
    --round-button-width: calc(56px + (56 - 54) * (100vw - 1366px) / (1366 - 1024));
  }
}
@media (max-width: 1024px) {
  :root {
    --brick-size: calc(80px + (80 - 70) * (100vw - 1024px) / (1024 - 320));
    --round-button-width: calc(54px + (54 - 46) * (100vw - 1024px) / (1024 - 320));
  }
}
@media (max-width: 320px) {
  :root {
    --brick-size: 70px;
    --round-button-width: 46px;
  }
}
:root {
  --section-indent-50: 50px;
  --section-indent-55: 55px;
  --section-indent-60: 60px;
  --section-indent-65: 65px;
  --section-indent-70: 70px;
  --section-indent-75: 75px;
  --section-indent-80: 80px;
  --section-indent-85: 85px;
  --section-indent-90: 90px;
  --section-indent-95: 95px;
  --section-indent-100: 100px;
  --section-indent-105: 105px;
  --section-indent-110: 110px;
  --section-indent-115: 115px;
  --section-indent-120: 120px;
  --section-indent-125: 125px;
  --section-indent-130: 130px;
  --section-indent-135: 135px;
  --section-indent-140: 140px;
  --section-indent-145: 145px;
  --section-indent-150: 150px;
  --section-indent-155: 155px;
  --section-indent-160: 160px;
  --section-indent-165: 165px;
  --section-indent-170: 170px;
  --section-indent-175: 175px;
  --section-indent-180: 180px;
  --section-indent-185: 185px;
  --section-indent-190: 190px;
  --section-indent-195: 195px;
  --section-indent-200: 200px;
  --section-indent-205: 205px;
  --section-indent-210: 210px;
  --section-indent-215: 215px;
  --section-indent-220: 220px;
  --section-indent-225: 225px;
  --section-indent-230: 230px;
  --section-indent-235: 235px;
  --section-indent-240: 240px;
  --section-indent-245: 245px;
  --section-indent-250: 250px;
  --section-indent-255: 255px;
  --section-indent-260: 260px;
  --section-indent-265: 265px;
  --section-indent-270: 270px;
  --section-indent-275: 275px;
  --section-indent-280: 280px;
  --section-indent-285: 285px;
  --section-indent-290: 290px;
  --section-indent-295: 295px;
  --section-indent-300: 300px;
  --section-indent-305: 305px;
  --section-indent-310: 310px;
  --section-indent-315: 315px;
  --section-indent-320: 320px;
  --section-indent-325: 325px;
  --section-indent-330: 330px;
  --section-indent-335: 335px;
  --section-indent-340: 340px;
  --section-indent-345: 345px;
  --section-indent-350: 350px;
}

.section-margin-top-50 {
  margin-top: var(--section-indent-50);
}

.section-margin-bottom-50 {
  margin-bottom: var(--section-indent-50);
}

.section-padding-top-50 {
  padding-top: var(--section-indent-50);
}

.section-padding-bottom-50 {
  padding-bottom: var(--section-indent-50);
}

.section-margin-top-55 {
  margin-top: var(--section-indent-55);
}

.section-margin-bottom-55 {
  margin-bottom: var(--section-indent-55);
}

.section-padding-top-55 {
  padding-top: var(--section-indent-55);
}

.section-padding-bottom-55 {
  padding-bottom: var(--section-indent-55);
}

.section-margin-top-60 {
  margin-top: var(--section-indent-60);
}

.section-margin-bottom-60 {
  margin-bottom: var(--section-indent-60);
}

.section-padding-top-60 {
  padding-top: var(--section-indent-60);
}

.section-padding-bottom-60 {
  padding-bottom: var(--section-indent-60);
}

.section-margin-top-65 {
  margin-top: var(--section-indent-65);
}

.section-margin-bottom-65 {
  margin-bottom: var(--section-indent-65);
}

.section-padding-top-65 {
  padding-top: var(--section-indent-65);
}

.section-padding-bottom-65 {
  padding-bottom: var(--section-indent-65);
}

.section-margin-top-70 {
  margin-top: var(--section-indent-70);
}

.section-margin-bottom-70 {
  margin-bottom: var(--section-indent-70);
}

.section-padding-top-70 {
  padding-top: var(--section-indent-70);
}

.section-padding-bottom-70 {
  padding-bottom: var(--section-indent-70);
}

.section-margin-top-75 {
  margin-top: var(--section-indent-75);
}

.section-margin-bottom-75 {
  margin-bottom: var(--section-indent-75);
}

.section-padding-top-75 {
  padding-top: var(--section-indent-75);
}

.section-padding-bottom-75 {
  padding-bottom: var(--section-indent-75);
}

.section-margin-top-80 {
  margin-top: var(--section-indent-80);
}

.section-margin-bottom-80 {
  margin-bottom: var(--section-indent-80);
}

.section-padding-top-80 {
  padding-top: var(--section-indent-80);
}

.section-padding-bottom-80 {
  padding-bottom: var(--section-indent-80);
}

.section-margin-top-85 {
  margin-top: var(--section-indent-85);
}

.section-margin-bottom-85 {
  margin-bottom: var(--section-indent-85);
}

.section-padding-top-85 {
  padding-top: var(--section-indent-85);
}

.section-padding-bottom-85 {
  padding-bottom: var(--section-indent-85);
}

.section-margin-top-90 {
  margin-top: var(--section-indent-90);
}

.section-margin-bottom-90 {
  margin-bottom: var(--section-indent-90);
}

.section-padding-top-90 {
  padding-top: var(--section-indent-90);
}

.section-padding-bottom-90 {
  padding-bottom: var(--section-indent-90);
}

.section-margin-top-95 {
  margin-top: var(--section-indent-95);
}

.section-margin-bottom-95 {
  margin-bottom: var(--section-indent-95);
}

.section-padding-top-95 {
  padding-top: var(--section-indent-95);
}

.section-padding-bottom-95 {
  padding-bottom: var(--section-indent-95);
}

.section-margin-top-100 {
  margin-top: var(--section-indent-100);
}

.section-margin-bottom-100 {
  margin-bottom: var(--section-indent-100);
}

.section-padding-top-100 {
  padding-top: var(--section-indent-100);
}

.section-padding-bottom-100 {
  padding-bottom: var(--section-indent-100);
}

.section-margin-top-105 {
  margin-top: var(--section-indent-105);
}

.section-margin-bottom-105 {
  margin-bottom: var(--section-indent-105);
}

.section-padding-top-105 {
  padding-top: var(--section-indent-105);
}

.section-padding-bottom-105 {
  padding-bottom: var(--section-indent-105);
}

.section-margin-top-110 {
  margin-top: var(--section-indent-110);
}

.section-margin-bottom-110 {
  margin-bottom: var(--section-indent-110);
}

.section-padding-top-110 {
  padding-top: var(--section-indent-110);
}

.section-padding-bottom-110 {
  padding-bottom: var(--section-indent-110);
}

.section-margin-top-115 {
  margin-top: var(--section-indent-115);
}

.section-margin-bottom-115 {
  margin-bottom: var(--section-indent-115);
}

.section-padding-top-115 {
  padding-top: var(--section-indent-115);
}

.section-padding-bottom-115 {
  padding-bottom: var(--section-indent-115);
}

.section-margin-top-120 {
  margin-top: var(--section-indent-120);
}

.section-margin-bottom-120 {
  margin-bottom: var(--section-indent-120);
}

.section-padding-top-120 {
  padding-top: var(--section-indent-120);
}

.section-padding-bottom-120 {
  padding-bottom: var(--section-indent-120);
}

.section-margin-top-125 {
  margin-top: var(--section-indent-125);
}

.section-margin-bottom-125 {
  margin-bottom: var(--section-indent-125);
}

.section-padding-top-125 {
  padding-top: var(--section-indent-125);
}

.section-padding-bottom-125 {
  padding-bottom: var(--section-indent-125);
}

.section-margin-top-130 {
  margin-top: var(--section-indent-130);
}

.section-margin-bottom-130 {
  margin-bottom: var(--section-indent-130);
}

.section-padding-top-130 {
  padding-top: var(--section-indent-130);
}

.section-padding-bottom-130 {
  padding-bottom: var(--section-indent-130);
}

.section-margin-top-135 {
  margin-top: var(--section-indent-135);
}

.section-margin-bottom-135 {
  margin-bottom: var(--section-indent-135);
}

.section-padding-top-135 {
  padding-top: var(--section-indent-135);
}

.section-padding-bottom-135 {
  padding-bottom: var(--section-indent-135);
}

.section-margin-top-140 {
  margin-top: var(--section-indent-140);
}

.section-margin-bottom-140 {
  margin-bottom: var(--section-indent-140);
}

.section-padding-top-140 {
  padding-top: var(--section-indent-140);
}

.section-padding-bottom-140 {
  padding-bottom: var(--section-indent-140);
}

.section-margin-top-145 {
  margin-top: var(--section-indent-145);
}

.section-margin-bottom-145 {
  margin-bottom: var(--section-indent-145);
}

.section-padding-top-145 {
  padding-top: var(--section-indent-145);
}

.section-padding-bottom-145 {
  padding-bottom: var(--section-indent-145);
}

.section-margin-top-150 {
  margin-top: var(--section-indent-150);
}

.section-margin-bottom-150 {
  margin-bottom: var(--section-indent-150);
}

.section-padding-top-150 {
  padding-top: var(--section-indent-150);
}

.section-padding-bottom-150 {
  padding-bottom: var(--section-indent-150);
}

.section-margin-top-155 {
  margin-top: var(--section-indent-155);
}

.section-margin-bottom-155 {
  margin-bottom: var(--section-indent-155);
}

.section-padding-top-155 {
  padding-top: var(--section-indent-155);
}

.section-padding-bottom-155 {
  padding-bottom: var(--section-indent-155);
}

.section-margin-top-160 {
  margin-top: var(--section-indent-160);
}

.section-margin-bottom-160 {
  margin-bottom: var(--section-indent-160);
}

.section-padding-top-160 {
  padding-top: var(--section-indent-160);
}

.section-padding-bottom-160 {
  padding-bottom: var(--section-indent-160);
}

.section-margin-top-165 {
  margin-top: var(--section-indent-165);
}

.section-margin-bottom-165 {
  margin-bottom: var(--section-indent-165);
}

.section-padding-top-165 {
  padding-top: var(--section-indent-165);
}

.section-padding-bottom-165 {
  padding-bottom: var(--section-indent-165);
}

.section-margin-top-170 {
  margin-top: var(--section-indent-170);
}

.section-margin-bottom-170 {
  margin-bottom: var(--section-indent-170);
}

.section-padding-top-170 {
  padding-top: var(--section-indent-170);
}

.section-padding-bottom-170 {
  padding-bottom: var(--section-indent-170);
}

.section-margin-top-175 {
  margin-top: var(--section-indent-175);
}

.section-margin-bottom-175 {
  margin-bottom: var(--section-indent-175);
}

.section-padding-top-175 {
  padding-top: var(--section-indent-175);
}

.section-padding-bottom-175 {
  padding-bottom: var(--section-indent-175);
}

.section-margin-top-180 {
  margin-top: var(--section-indent-180);
}

.section-margin-bottom-180 {
  margin-bottom: var(--section-indent-180);
}

.section-padding-top-180 {
  padding-top: var(--section-indent-180);
}

.section-padding-bottom-180 {
  padding-bottom: var(--section-indent-180);
}

.section-margin-top-185 {
  margin-top: var(--section-indent-185);
}

.section-margin-bottom-185 {
  margin-bottom: var(--section-indent-185);
}

.section-padding-top-185 {
  padding-top: var(--section-indent-185);
}

.section-padding-bottom-185 {
  padding-bottom: var(--section-indent-185);
}

.section-margin-top-190 {
  margin-top: var(--section-indent-190);
}

.section-margin-bottom-190 {
  margin-bottom: var(--section-indent-190);
}

.section-padding-top-190 {
  padding-top: var(--section-indent-190);
}

.section-padding-bottom-190 {
  padding-bottom: var(--section-indent-190);
}

.section-margin-top-195 {
  margin-top: var(--section-indent-195);
}

.section-margin-bottom-195 {
  margin-bottom: var(--section-indent-195);
}

.section-padding-top-195 {
  padding-top: var(--section-indent-195);
}

.section-padding-bottom-195 {
  padding-bottom: var(--section-indent-195);
}

.section-margin-top-200 {
  margin-top: var(--section-indent-200);
}

.section-margin-bottom-200 {
  margin-bottom: var(--section-indent-200);
}

.section-padding-top-200 {
  padding-top: var(--section-indent-200);
}

.section-padding-bottom-200 {
  padding-bottom: var(--section-indent-200);
}

.section-margin-top-205 {
  margin-top: var(--section-indent-205);
}

.section-margin-bottom-205 {
  margin-bottom: var(--section-indent-205);
}

.section-padding-top-205 {
  padding-top: var(--section-indent-205);
}

.section-padding-bottom-205 {
  padding-bottom: var(--section-indent-205);
}

.section-margin-top-210 {
  margin-top: var(--section-indent-210);
}

.section-margin-bottom-210 {
  margin-bottom: var(--section-indent-210);
}

.section-padding-top-210 {
  padding-top: var(--section-indent-210);
}

.section-padding-bottom-210 {
  padding-bottom: var(--section-indent-210);
}

.section-margin-top-215 {
  margin-top: var(--section-indent-215);
}

.section-margin-bottom-215 {
  margin-bottom: var(--section-indent-215);
}

.section-padding-top-215 {
  padding-top: var(--section-indent-215);
}

.section-padding-bottom-215 {
  padding-bottom: var(--section-indent-215);
}

.section-margin-top-220 {
  margin-top: var(--section-indent-220);
}

.section-margin-bottom-220 {
  margin-bottom: var(--section-indent-220);
}

.section-padding-top-220 {
  padding-top: var(--section-indent-220);
}

.section-padding-bottom-220 {
  padding-bottom: var(--section-indent-220);
}

.section-margin-top-225 {
  margin-top: var(--section-indent-225);
}

.section-margin-bottom-225 {
  margin-bottom: var(--section-indent-225);
}

.section-padding-top-225 {
  padding-top: var(--section-indent-225);
}

.section-padding-bottom-225 {
  padding-bottom: var(--section-indent-225);
}

.section-margin-top-230 {
  margin-top: var(--section-indent-230);
}

.section-margin-bottom-230 {
  margin-bottom: var(--section-indent-230);
}

.section-padding-top-230 {
  padding-top: var(--section-indent-230);
}

.section-padding-bottom-230 {
  padding-bottom: var(--section-indent-230);
}

.section-margin-top-235 {
  margin-top: var(--section-indent-235);
}

.section-margin-bottom-235 {
  margin-bottom: var(--section-indent-235);
}

.section-padding-top-235 {
  padding-top: var(--section-indent-235);
}

.section-padding-bottom-235 {
  padding-bottom: var(--section-indent-235);
}

.section-margin-top-240 {
  margin-top: var(--section-indent-240);
}

.section-margin-bottom-240 {
  margin-bottom: var(--section-indent-240);
}

.section-padding-top-240 {
  padding-top: var(--section-indent-240);
}

.section-padding-bottom-240 {
  padding-bottom: var(--section-indent-240);
}

.section-margin-top-245 {
  margin-top: var(--section-indent-245);
}

.section-margin-bottom-245 {
  margin-bottom: var(--section-indent-245);
}

.section-padding-top-245 {
  padding-top: var(--section-indent-245);
}

.section-padding-bottom-245 {
  padding-bottom: var(--section-indent-245);
}

.section-margin-top-250 {
  margin-top: var(--section-indent-250);
}

.section-margin-bottom-250 {
  margin-bottom: var(--section-indent-250);
}

.section-padding-top-250 {
  padding-top: var(--section-indent-250);
}

.section-padding-bottom-250 {
  padding-bottom: var(--section-indent-250);
}

.section-margin-top-255 {
  margin-top: var(--section-indent-255);
}

.section-margin-bottom-255 {
  margin-bottom: var(--section-indent-255);
}

.section-padding-top-255 {
  padding-top: var(--section-indent-255);
}

.section-padding-bottom-255 {
  padding-bottom: var(--section-indent-255);
}

.section-margin-top-260 {
  margin-top: var(--section-indent-260);
}

.section-margin-bottom-260 {
  margin-bottom: var(--section-indent-260);
}

.section-padding-top-260 {
  padding-top: var(--section-indent-260);
}

.section-padding-bottom-260 {
  padding-bottom: var(--section-indent-260);
}

.section-margin-top-265 {
  margin-top: var(--section-indent-265);
}

.section-margin-bottom-265 {
  margin-bottom: var(--section-indent-265);
}

.section-padding-top-265 {
  padding-top: var(--section-indent-265);
}

.section-padding-bottom-265 {
  padding-bottom: var(--section-indent-265);
}

.section-margin-top-270 {
  margin-top: var(--section-indent-270);
}

.section-margin-bottom-270 {
  margin-bottom: var(--section-indent-270);
}

.section-padding-top-270 {
  padding-top: var(--section-indent-270);
}

.section-padding-bottom-270 {
  padding-bottom: var(--section-indent-270);
}

.section-margin-top-275 {
  margin-top: var(--section-indent-275);
}

.section-margin-bottom-275 {
  margin-bottom: var(--section-indent-275);
}

.section-padding-top-275 {
  padding-top: var(--section-indent-275);
}

.section-padding-bottom-275 {
  padding-bottom: var(--section-indent-275);
}

.section-margin-top-280 {
  margin-top: var(--section-indent-280);
}

.section-margin-bottom-280 {
  margin-bottom: var(--section-indent-280);
}

.section-padding-top-280 {
  padding-top: var(--section-indent-280);
}

.section-padding-bottom-280 {
  padding-bottom: var(--section-indent-280);
}

.section-margin-top-285 {
  margin-top: var(--section-indent-285);
}

.section-margin-bottom-285 {
  margin-bottom: var(--section-indent-285);
}

.section-padding-top-285 {
  padding-top: var(--section-indent-285);
}

.section-padding-bottom-285 {
  padding-bottom: var(--section-indent-285);
}

.section-margin-top-290 {
  margin-top: var(--section-indent-290);
}

.section-margin-bottom-290 {
  margin-bottom: var(--section-indent-290);
}

.section-padding-top-290 {
  padding-top: var(--section-indent-290);
}

.section-padding-bottom-290 {
  padding-bottom: var(--section-indent-290);
}

.section-margin-top-295 {
  margin-top: var(--section-indent-295);
}

.section-margin-bottom-295 {
  margin-bottom: var(--section-indent-295);
}

.section-padding-top-295 {
  padding-top: var(--section-indent-295);
}

.section-padding-bottom-295 {
  padding-bottom: var(--section-indent-295);
}

.section-margin-top-300 {
  margin-top: var(--section-indent-300);
}

.section-margin-bottom-300 {
  margin-bottom: var(--section-indent-300);
}

.section-padding-top-300 {
  padding-top: var(--section-indent-300);
}

.section-padding-bottom-300 {
  padding-bottom: var(--section-indent-300);
}

.section-margin-top-305 {
  margin-top: var(--section-indent-305);
}

.section-margin-bottom-305 {
  margin-bottom: var(--section-indent-305);
}

.section-padding-top-305 {
  padding-top: var(--section-indent-305);
}

.section-padding-bottom-305 {
  padding-bottom: var(--section-indent-305);
}

.section-margin-top-310 {
  margin-top: var(--section-indent-310);
}

.section-margin-bottom-310 {
  margin-bottom: var(--section-indent-310);
}

.section-padding-top-310 {
  padding-top: var(--section-indent-310);
}

.section-padding-bottom-310 {
  padding-bottom: var(--section-indent-310);
}

.section-margin-top-315 {
  margin-top: var(--section-indent-315);
}

.section-margin-bottom-315 {
  margin-bottom: var(--section-indent-315);
}

.section-padding-top-315 {
  padding-top: var(--section-indent-315);
}

.section-padding-bottom-315 {
  padding-bottom: var(--section-indent-315);
}

.section-margin-top-320 {
  margin-top: var(--section-indent-320);
}

.section-margin-bottom-320 {
  margin-bottom: var(--section-indent-320);
}

.section-padding-top-320 {
  padding-top: var(--section-indent-320);
}

.section-padding-bottom-320 {
  padding-bottom: var(--section-indent-320);
}

.section-margin-top-325 {
  margin-top: var(--section-indent-325);
}

.section-margin-bottom-325 {
  margin-bottom: var(--section-indent-325);
}

.section-padding-top-325 {
  padding-top: var(--section-indent-325);
}

.section-padding-bottom-325 {
  padding-bottom: var(--section-indent-325);
}

.section-margin-top-330 {
  margin-top: var(--section-indent-330);
}

.section-margin-bottom-330 {
  margin-bottom: var(--section-indent-330);
}

.section-padding-top-330 {
  padding-top: var(--section-indent-330);
}

.section-padding-bottom-330 {
  padding-bottom: var(--section-indent-330);
}

.section-margin-top-335 {
  margin-top: var(--section-indent-335);
}

.section-margin-bottom-335 {
  margin-bottom: var(--section-indent-335);
}

.section-padding-top-335 {
  padding-top: var(--section-indent-335);
}

.section-padding-bottom-335 {
  padding-bottom: var(--section-indent-335);
}

.section-margin-top-340 {
  margin-top: var(--section-indent-340);
}

.section-margin-bottom-340 {
  margin-bottom: var(--section-indent-340);
}

.section-padding-top-340 {
  padding-top: var(--section-indent-340);
}

.section-padding-bottom-340 {
  padding-bottom: var(--section-indent-340);
}

.section-margin-top-345 {
  margin-top: var(--section-indent-345);
}

.section-margin-bottom-345 {
  margin-bottom: var(--section-indent-345);
}

.section-padding-top-345 {
  padding-top: var(--section-indent-345);
}

.section-padding-bottom-345 {
  padding-bottom: var(--section-indent-345);
}

.section-margin-top-350 {
  margin-top: var(--section-indent-350);
}

.section-margin-bottom-350 {
  margin-bottom: var(--section-indent-350);
}

.section-padding-top-350 {
  padding-top: var(--section-indent-350);
}

.section-padding-bottom-350 {
  padding-bottom: var(--section-indent-350);
}

@media (min-width: 1921px) {
  :root {
    --section-indent-50: calc(50px + (50 - 60) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-55: calc(55px + (55 - 66) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-60: calc(60px + (60 - 71) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-65: calc(65px + (65 - 77) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-70: calc(70px + (70 - 83) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-75: calc(75px + (75 - 88) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-80: calc(80px + (80 - 94) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-85: calc(85px + (85 - 100) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-90: calc(90px + (90 - 105) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-95: calc(95px + (95 - 111) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-100: calc(100px + (100 - 117) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-105: calc(105px + (105 - 122) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-110: calc(110px + (110 - 128) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-115: calc(115px + (115 - 134) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-120: calc(120px + (120 - 139) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-125: calc(125px + (125 - 145) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-130: calc(130px + (130 - 151) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-135: calc(135px + (135 - 156) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-140: calc(140px + (140 - 162) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-145: calc(145px + (145 - 168) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-150: calc(150px + (150 - 173) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-155: calc(155px + (155 - 179) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-160: calc(160px + (160 - 185) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-165: calc(165px + (165 - 190) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-170: calc(170px + (170 - 196) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-175: calc(175px + (175 - 202) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-180: calc(180px + (180 - 207) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-185: calc(185px + (185 - 213) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-190: calc(190px + (190 - 219) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-195: calc(195px + (195 - 224) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-200: calc(200px + (200 - 230) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-205: calc(205px + (205 - 236) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-210: calc(210px + (210 - 241) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-215: calc(215px + (215 - 247) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-220: calc(220px + (220 - 253) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-225: calc(225px + (225 - 258) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-230: calc(230px + (230 - 264) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-235: calc(235px + (235 - 270) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-240: calc(240px + (240 - 275) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-245: calc(245px + (245 - 281) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-250: calc(250px + (250 - 287) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-255: calc(255px + (255 - 292) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-260: calc(260px + (260 - 298) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-265: calc(265px + (265 - 304) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-270: calc(270px + (270 - 309) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-275: calc(275px + (275 - 315) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-280: calc(280px + (280 - 321) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-285: calc(285px + (285 - 326) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-290: calc(290px + (290 - 332) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-295: calc(295px + (295 - 338) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-300: calc(300px + (300 - 343) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-305: calc(305px + (305 - 349) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-310: calc(310px + (310 - 355) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-315: calc(315px + (315 - 360) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-320: calc(320px + (320 - 366) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-325: calc(325px + (325 - 372) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-330: calc(330px + (330 - 377) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-335: calc(335px + (335 - 383) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-340: calc(340px + (340 - 389) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-345: calc(345px + (345 - 394) * (100vw - 1920px) / (1920 - 2560));
    --section-indent-350: calc(350px + (350 - 400) * (100vw - 1920px) / (1920 - 2560));
  }
}
@media (min-width: 2560px) {
  :root {
    --section-indent-50: 60px;
    --section-indent-55: 66px;
    --section-indent-60: 71px;
    --section-indent-65: 77px;
    --section-indent-70: 83px;
    --section-indent-75: 88px;
    --section-indent-80: 94px;
    --section-indent-85: 100px;
    --section-indent-90: 105px;
    --section-indent-95: 111px;
    --section-indent-100: 117px;
    --section-indent-105: 122px;
    --section-indent-110: 128px;
    --section-indent-115: 134px;
    --section-indent-120: 139px;
    --section-indent-125: 145px;
    --section-indent-130: 151px;
    --section-indent-135: 156px;
    --section-indent-140: 162px;
    --section-indent-145: 168px;
    --section-indent-150: 173px;
    --section-indent-155: 179px;
    --section-indent-160: 185px;
    --section-indent-165: 190px;
    --section-indent-170: 196px;
    --section-indent-175: 202px;
    --section-indent-180: 207px;
    --section-indent-185: 213px;
    --section-indent-190: 219px;
    --section-indent-195: 224px;
    --section-indent-200: 230px;
    --section-indent-205: 236px;
    --section-indent-210: 241px;
    --section-indent-215: 247px;
    --section-indent-220: 253px;
    --section-indent-225: 258px;
    --section-indent-230: 264px;
    --section-indent-235: 270px;
    --section-indent-240: 275px;
    --section-indent-245: 281px;
    --section-indent-250: 287px;
    --section-indent-255: 292px;
    --section-indent-260: 298px;
    --section-indent-265: 304px;
    --section-indent-270: 309px;
    --section-indent-275: 315px;
    --section-indent-280: 321px;
    --section-indent-285: 326px;
    --section-indent-290: 332px;
    --section-indent-295: 338px;
    --section-indent-300: 343px;
    --section-indent-305: 349px;
    --section-indent-310: 355px;
    --section-indent-315: 360px;
    --section-indent-320: 366px;
    --section-indent-325: 372px;
    --section-indent-330: 377px;
    --section-indent-335: 383px;
    --section-indent-340: 389px;
    --section-indent-345: 394px;
    --section-indent-350: 400px;
  }
}
@media (max-width: 1919px) {
  :root {
    --section-indent-50: calc(50px + (50 - 45) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-55: calc(55px + (55 - 49) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-60: calc(60px + (60 - 54) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-65: calc(65px + (65 - 58) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-70: calc(70px + (70 - 62) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-75: calc(75px + (75 - 66) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-80: calc(80px + (80 - 71) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-85: calc(85px + (85 - 75) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-90: calc(90px + (90 - 79) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-95: calc(95px + (95 - 83) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-100: calc(100px + (100 - 88) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-105: calc(105px + (105 - 92) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-110: calc(110px + (110 - 96) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-115: calc(115px + (115 - 100) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-120: calc(120px + (120 - 105) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-125: calc(125px + (125 - 109) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-130: calc(130px + (130 - 113) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-135: calc(135px + (135 - 117) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-140: calc(140px + (140 - 122) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-145: calc(145px + (145 - 126) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-150: calc(150px + (150 - 130) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-155: calc(155px + (155 - 134) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-160: calc(160px + (160 - 139) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-165: calc(165px + (165 - 143) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-170: calc(170px + (170 - 147) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-175: calc(175px + (175 - 151) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-180: calc(180px + (180 - 156) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-185: calc(185px + (185 - 160) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-190: calc(190px + (190 - 164) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-195: calc(195px + (195 - 168) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-200: calc(200px + (200 - 173) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-205: calc(205px + (205 - 177) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-210: calc(210px + (210 - 181) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-215: calc(215px + (215 - 185) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-220: calc(220px + (220 - 190) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-225: calc(225px + (225 - 194) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-230: calc(230px + (230 - 198) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-235: calc(235px + (235 - 202) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-240: calc(240px + (240 - 207) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-245: calc(245px + (245 - 211) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-250: calc(250px + (250 - 215) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-255: calc(255px + (255 - 219) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-260: calc(260px + (260 - 224) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-265: calc(265px + (265 - 228) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-270: calc(270px + (270 - 232) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-275: calc(275px + (275 - 236) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-280: calc(280px + (280 - 241) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-285: calc(285px + (285 - 245) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-290: calc(290px + (290 - 249) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-295: calc(295px + (295 - 253) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-300: calc(300px + (300 - 258) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-305: calc(305px + (305 - 262) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-310: calc(310px + (310 - 266) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-315: calc(315px + (315 - 270) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-320: calc(320px + (320 - 275) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-325: calc(325px + (325 - 279) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-330: calc(330px + (330 - 283) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-335: calc(335px + (335 - 287) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-340: calc(340px + (340 - 292) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-345: calc(345px + (345 - 296) * (100vw - 1920px) / (1920 - 1366));
    --section-indent-350: calc(350px + (350 - 300) * (100vw - 1920px) / (1920 - 1366));
  }
}
@media (max-width: 1366px) {
  :root {
    --section-indent-50: calc(45px + (45 - 40) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-55: calc(49px + (49 - 42) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-60: calc(54px + (54 - 44) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-65: calc(58px + (58 - 46) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-70: calc(62px + (62 - 47) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-75: calc(66px + (66 - 49) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-80: calc(71px + (71 - 51) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-85: calc(75px + (75 - 53) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-90: calc(79px + (79 - 55) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-95: calc(83px + (83 - 57) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-100: calc(88px + (88 - 58) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-105: calc(92px + (92 - 60) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-110: calc(96px + (96 - 62) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-115: calc(100px + (100 - 64) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-120: calc(105px + (105 - 66) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-125: calc(109px + (109 - 68) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-130: calc(113px + (113 - 69) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-135: calc(117px + (117 - 71) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-140: calc(122px + (122 - 73) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-145: calc(126px + (126 - 75) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-150: calc(130px + (130 - 77) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-155: calc(134px + (134 - 79) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-160: calc(139px + (139 - 80) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-165: calc(143px + (143 - 82) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-170: calc(147px + (147 - 84) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-175: calc(151px + (151 - 86) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-180: calc(156px + (156 - 88) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-185: calc(160px + (160 - 90) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-190: calc(164px + (164 - 91) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-195: calc(168px + (168 - 93) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-200: calc(173px + (173 - 95) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-205: calc(177px + (177 - 97) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-210: calc(181px + (181 - 99) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-215: calc(185px + (185 - 101) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-220: calc(190px + (190 - 102) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-225: calc(194px + (194 - 104) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-230: calc(198px + (198 - 106) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-235: calc(202px + (202 - 108) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-240: calc(207px + (207 - 110) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-245: calc(211px + (211 - 112) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-250: calc(215px + (215 - 113) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-255: calc(219px + (219 - 115) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-260: calc(224px + (224 - 117) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-265: calc(228px + (228 - 119) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-270: calc(232px + (232 - 121) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-275: calc(236px + (236 - 123) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-280: calc(241px + (241 - 124) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-285: calc(245px + (245 - 126) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-290: calc(249px + (249 - 128) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-295: calc(253px + (253 - 130) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-300: calc(258px + (258 - 132) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-305: calc(262px + (262 - 134) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-310: calc(266px + (266 - 135) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-315: calc(270px + (270 - 137) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-320: calc(275px + (275 - 139) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-325: calc(279px + (279 - 141) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-330: calc(283px + (283 - 143) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-335: calc(287px + (287 - 145) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-340: calc(292px + (292 - 146) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-345: calc(296px + (296 - 148) * (100vw - 1366px) / (1366 - 1024));
    --section-indent-350: calc(300px + (300 - 150) * (100vw - 1366px) / (1366 - 1024));
  }
}
@media (max-width: 1024px) {
  :root {
    --section-indent-50: calc(40px + (40 - 35) * (100vw - 1024px) / (1024 - 768));
    --section-indent-55: calc(42px + (42 - 36) * (100vw - 1024px) / (1024 - 768));
    --section-indent-60: calc(44px + (44 - 37) * (100vw - 1024px) / (1024 - 768));
    --section-indent-65: calc(46px + (46 - 38) * (100vw - 1024px) / (1024 - 768));
    --section-indent-70: calc(47px + (47 - 39) * (100vw - 1024px) / (1024 - 768));
    --section-indent-75: calc(49px + (49 - 40) * (100vw - 1024px) / (1024 - 768));
    --section-indent-80: calc(51px + (51 - 42) * (100vw - 1024px) / (1024 - 768));
    --section-indent-85: calc(53px + (53 - 43) * (100vw - 1024px) / (1024 - 768));
    --section-indent-90: calc(55px + (55 - 44) * (100vw - 1024px) / (1024 - 768));
    --section-indent-95: calc(57px + (57 - 45) * (100vw - 1024px) / (1024 - 768));
    --section-indent-100: calc(58px + (58 - 46) * (100vw - 1024px) / (1024 - 768));
    --section-indent-105: calc(60px + (60 - 47) * (100vw - 1024px) / (1024 - 768));
    --section-indent-110: calc(62px + (62 - 48) * (100vw - 1024px) / (1024 - 768));
    --section-indent-115: calc(64px + (64 - 49) * (100vw - 1024px) / (1024 - 768));
    --section-indent-120: calc(66px + (66 - 50) * (100vw - 1024px) / (1024 - 768));
    --section-indent-125: calc(68px + (68 - 51) * (100vw - 1024px) / (1024 - 768));
    --section-indent-130: calc(69px + (69 - 52) * (100vw - 1024px) / (1024 - 768));
    --section-indent-135: calc(71px + (71 - 53) * (100vw - 1024px) / (1024 - 768));
    --section-indent-140: calc(73px + (73 - 55) * (100vw - 1024px) / (1024 - 768));
    --section-indent-145: calc(75px + (75 - 56) * (100vw - 1024px) / (1024 - 768));
    --section-indent-150: calc(77px + (77 - 57) * (100vw - 1024px) / (1024 - 768));
    --section-indent-155: calc(79px + (79 - 58) * (100vw - 1024px) / (1024 - 768));
    --section-indent-160: calc(80px + (80 - 59) * (100vw - 1024px) / (1024 - 768));
    --section-indent-165: calc(82px + (82 - 60) * (100vw - 1024px) / (1024 - 768));
    --section-indent-170: calc(84px + (84 - 61) * (100vw - 1024px) / (1024 - 768));
    --section-indent-175: calc(86px + (86 - 62) * (100vw - 1024px) / (1024 - 768));
    --section-indent-180: calc(88px + (88 - 63) * (100vw - 1024px) / (1024 - 768));
    --section-indent-185: calc(90px + (90 - 64) * (100vw - 1024px) / (1024 - 768));
    --section-indent-190: calc(91px + (91 - 65) * (100vw - 1024px) / (1024 - 768));
    --section-indent-195: calc(93px + (93 - 66) * (100vw - 1024px) / (1024 - 768));
    --section-indent-200: calc(95px + (95 - 68) * (100vw - 1024px) / (1024 - 768));
    --section-indent-205: calc(97px + (97 - 69) * (100vw - 1024px) / (1024 - 768));
    --section-indent-210: calc(99px + (99 - 70) * (100vw - 1024px) / (1024 - 768));
    --section-indent-215: calc(101px + (101 - 71) * (100vw - 1024px) / (1024 - 768));
    --section-indent-220: calc(102px + (102 - 72) * (100vw - 1024px) / (1024 - 768));
    --section-indent-225: calc(104px + (104 - 73) * (100vw - 1024px) / (1024 - 768));
    --section-indent-230: calc(106px + (106 - 74) * (100vw - 1024px) / (1024 - 768));
    --section-indent-235: calc(108px + (108 - 75) * (100vw - 1024px) / (1024 - 768));
    --section-indent-240: calc(110px + (110 - 76) * (100vw - 1024px) / (1024 - 768));
    --section-indent-245: calc(112px + (112 - 77) * (100vw - 1024px) / (1024 - 768));
    --section-indent-250: calc(113px + (113 - 78) * (100vw - 1024px) / (1024 - 768));
    --section-indent-255: calc(115px + (115 - 79) * (100vw - 1024px) / (1024 - 768));
    --section-indent-260: calc(117px + (117 - 81) * (100vw - 1024px) / (1024 - 768));
    --section-indent-265: calc(119px + (119 - 82) * (100vw - 1024px) / (1024 - 768));
    --section-indent-270: calc(121px + (121 - 83) * (100vw - 1024px) / (1024 - 768));
    --section-indent-275: calc(123px + (123 - 84) * (100vw - 1024px) / (1024 - 768));
    --section-indent-280: calc(124px + (124 - 85) * (100vw - 1024px) / (1024 - 768));
    --section-indent-285: calc(126px + (126 - 86) * (100vw - 1024px) / (1024 - 768));
    --section-indent-290: calc(128px + (128 - 87) * (100vw - 1024px) / (1024 - 768));
    --section-indent-295: calc(130px + (130 - 88) * (100vw - 1024px) / (1024 - 768));
    --section-indent-300: calc(132px + (132 - 89) * (100vw - 1024px) / (1024 - 768));
    --section-indent-305: calc(134px + (134 - 90) * (100vw - 1024px) / (1024 - 768));
    --section-indent-310: calc(135px + (135 - 91) * (100vw - 1024px) / (1024 - 768));
    --section-indent-315: calc(137px + (137 - 92) * (100vw - 1024px) / (1024 - 768));
    --section-indent-320: calc(139px + (139 - 94) * (100vw - 1024px) / (1024 - 768));
    --section-indent-325: calc(141px + (141 - 95) * (100vw - 1024px) / (1024 - 768));
    --section-indent-330: calc(143px + (143 - 96) * (100vw - 1024px) / (1024 - 768));
    --section-indent-335: calc(145px + (145 - 97) * (100vw - 1024px) / (1024 - 768));
    --section-indent-340: calc(146px + (146 - 98) * (100vw - 1024px) / (1024 - 768));
    --section-indent-345: calc(148px + (148 - 99) * (100vw - 1024px) / (1024 - 768));
    --section-indent-350: calc(150px + (150 - 100) * (100vw - 1024px) / (1024 - 768));
  }
}
@media (max-width: 768px) {
  :root {
    --section-indent-50: calc(35px + (35 - 30) * (100vw - 768px) / (768 - 320));
    --section-indent-55: calc(36px + (36 - 31) * (100vw - 768px) / (768 - 320));
    --section-indent-60: calc(37px + (37 - 32) * (100vw - 768px) / (768 - 320));
    --section-indent-65: calc(38px + (38 - 33) * (100vw - 768px) / (768 - 320));
    --section-indent-70: calc(39px + (39 - 33) * (100vw - 768px) / (768 - 320));
    --section-indent-75: calc(40px + (40 - 34) * (100vw - 768px) / (768 - 320));
    --section-indent-80: calc(42px + (42 - 35) * (100vw - 768px) / (768 - 320));
    --section-indent-85: calc(43px + (43 - 36) * (100vw - 768px) / (768 - 320));
    --section-indent-90: calc(44px + (44 - 37) * (100vw - 768px) / (768 - 320));
    --section-indent-95: calc(45px + (45 - 38) * (100vw - 768px) / (768 - 320));
    --section-indent-100: calc(46px + (46 - 38) * (100vw - 768px) / (768 - 320));
    --section-indent-105: calc(47px + (47 - 39) * (100vw - 768px) / (768 - 320));
    --section-indent-110: calc(48px + (48 - 40) * (100vw - 768px) / (768 - 320));
    --section-indent-115: calc(49px + (49 - 41) * (100vw - 768px) / (768 - 320));
    --section-indent-120: calc(50px + (50 - 42) * (100vw - 768px) / (768 - 320));
    --section-indent-125: calc(51px + (51 - 43) * (100vw - 768px) / (768 - 320));
    --section-indent-130: calc(52px + (52 - 43) * (100vw - 768px) / (768 - 320));
    --section-indent-135: calc(53px + (53 - 44) * (100vw - 768px) / (768 - 320));
    --section-indent-140: calc(55px + (55 - 45) * (100vw - 768px) / (768 - 320));
    --section-indent-145: calc(56px + (56 - 46) * (100vw - 768px) / (768 - 320));
    --section-indent-150: calc(57px + (57 - 47) * (100vw - 768px) / (768 - 320));
    --section-indent-155: calc(58px + (58 - 48) * (100vw - 768px) / (768 - 320));
    --section-indent-160: calc(59px + (59 - 48) * (100vw - 768px) / (768 - 320));
    --section-indent-165: calc(60px + (60 - 49) * (100vw - 768px) / (768 - 320));
    --section-indent-170: calc(61px + (61 - 50) * (100vw - 768px) / (768 - 320));
    --section-indent-175: calc(62px + (62 - 51) * (100vw - 768px) / (768 - 320));
    --section-indent-180: calc(63px + (63 - 52) * (100vw - 768px) / (768 - 320));
    --section-indent-185: calc(64px + (64 - 53) * (100vw - 768px) / (768 - 320));
    --section-indent-190: calc(65px + (65 - 53) * (100vw - 768px) / (768 - 320));
    --section-indent-195: calc(66px + (66 - 54) * (100vw - 768px) / (768 - 320));
    --section-indent-200: calc(68px + (68 - 55) * (100vw - 768px) / (768 - 320));
    --section-indent-205: calc(69px + (69 - 56) * (100vw - 768px) / (768 - 320));
    --section-indent-210: calc(70px + (70 - 57) * (100vw - 768px) / (768 - 320));
    --section-indent-215: calc(71px + (71 - 58) * (100vw - 768px) / (768 - 320));
    --section-indent-220: calc(72px + (72 - 58) * (100vw - 768px) / (768 - 320));
    --section-indent-225: calc(73px + (73 - 59) * (100vw - 768px) / (768 - 320));
    --section-indent-230: calc(74px + (74 - 60) * (100vw - 768px) / (768 - 320));
    --section-indent-235: calc(75px + (75 - 61) * (100vw - 768px) / (768 - 320));
    --section-indent-240: calc(76px + (76 - 62) * (100vw - 768px) / (768 - 320));
    --section-indent-245: calc(77px + (77 - 63) * (100vw - 768px) / (768 - 320));
    --section-indent-250: calc(78px + (78 - 63) * (100vw - 768px) / (768 - 320));
    --section-indent-255: calc(79px + (79 - 64) * (100vw - 768px) / (768 - 320));
    --section-indent-260: calc(81px + (81 - 65) * (100vw - 768px) / (768 - 320));
    --section-indent-265: calc(82px + (82 - 66) * (100vw - 768px) / (768 - 320));
    --section-indent-270: calc(83px + (83 - 67) * (100vw - 768px) / (768 - 320));
    --section-indent-275: calc(84px + (84 - 68) * (100vw - 768px) / (768 - 320));
    --section-indent-280: calc(85px + (85 - 68) * (100vw - 768px) / (768 - 320));
    --section-indent-285: calc(86px + (86 - 69) * (100vw - 768px) / (768 - 320));
    --section-indent-290: calc(87px + (87 - 70) * (100vw - 768px) / (768 - 320));
    --section-indent-295: calc(88px + (88 - 71) * (100vw - 768px) / (768 - 320));
    --section-indent-300: calc(89px + (89 - 72) * (100vw - 768px) / (768 - 320));
    --section-indent-305: calc(90px + (90 - 73) * (100vw - 768px) / (768 - 320));
    --section-indent-310: calc(91px + (91 - 73) * (100vw - 768px) / (768 - 320));
    --section-indent-315: calc(92px + (92 - 74) * (100vw - 768px) / (768 - 320));
    --section-indent-320: calc(94px + (94 - 75) * (100vw - 768px) / (768 - 320));
    --section-indent-325: calc(95px + (95 - 76) * (100vw - 768px) / (768 - 320));
    --section-indent-330: calc(96px + (96 - 77) * (100vw - 768px) / (768 - 320));
    --section-indent-335: calc(97px + (97 - 78) * (100vw - 768px) / (768 - 320));
    --section-indent-340: calc(98px + (98 - 78) * (100vw - 768px) / (768 - 320));
    --section-indent-345: calc(99px + (99 - 79) * (100vw - 768px) / (768 - 320));
    --section-indent-350: calc(100px + (100 - 80) * (100vw - 768px) / (768 - 320));
  }
}
@media (max-width: 320px) {
  :root {
    --section-indent-50: 30px;
    --section-indent-55: 31px;
    --section-indent-60: 32px;
    --section-indent-65: 33px;
    --section-indent-70: 33px;
    --section-indent-75: 34px;
    --section-indent-80: 35px;
    --section-indent-85: 36px;
    --section-indent-90: 37px;
    --section-indent-95: 38px;
    --section-indent-100: 38px;
    --section-indent-105: 39px;
    --section-indent-110: 40px;
    --section-indent-115: 41px;
    --section-indent-120: 42px;
    --section-indent-125: 43px;
    --section-indent-130: 43px;
    --section-indent-135: 44px;
    --section-indent-140: 45px;
    --section-indent-145: 46px;
    --section-indent-150: 47px;
    --section-indent-155: 48px;
    --section-indent-160: 48px;
    --section-indent-165: 49px;
    --section-indent-170: 50px;
    --section-indent-175: 51px;
    --section-indent-180: 52px;
    --section-indent-185: 53px;
    --section-indent-190: 53px;
    --section-indent-195: 54px;
    --section-indent-200: 55px;
    --section-indent-205: 56px;
    --section-indent-210: 57px;
    --section-indent-215: 58px;
    --section-indent-220: 58px;
    --section-indent-225: 59px;
    --section-indent-230: 60px;
    --section-indent-235: 61px;
    --section-indent-240: 62px;
    --section-indent-245: 63px;
    --section-indent-250: 63px;
    --section-indent-255: 64px;
    --section-indent-260: 65px;
    --section-indent-265: 66px;
    --section-indent-270: 67px;
    --section-indent-275: 68px;
    --section-indent-280: 68px;
    --section-indent-285: 69px;
    --section-indent-290: 70px;
    --section-indent-295: 71px;
    --section-indent-300: 72px;
    --section-indent-305: 73px;
    --section-indent-310: 73px;
    --section-indent-315: 74px;
    --section-indent-320: 75px;
    --section-indent-325: 76px;
    --section-indent-330: 77px;
    --section-indent-335: 78px;
    --section-indent-340: 78px;
    --section-indent-345: 79px;
    --section-indent-350: 80px;
  }
}
/*
@include placeholder{
    color: #000000;
};
*/
@keyframes underline-run-right {
  0% {
    background-size: 100% 100%;
    background-position: right;
  }
  49% {
    background-size: 0 100%;
    background-position: right;
  }
  50% {
    background-position: left;
    background-size: 0 100%;
  }
  100% {
    background-position: left;
    background-size: 100% 100%;
  }
}
@keyframes underline-run-left {
  0% {
    background-size: 100% 100%;
    background-position: left;
  }
  49% {
    background-size: 0 100%;
    background-position: left;
  }
  50% {
    background-position: right;
    background-size: 0 100%;
  }
  100% {
    background-position: right;
    background-size: 100% 100%;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

p {
  margin: 0 0 1.11em;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

input,
textarea,
select {
  font-family: inherit;
  box-shadow: none;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}
input:placeholder,
textarea:placeholder {
  opacity: 1;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  cursor: pointer;
  text-transform: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
button::-moz-focus-inner {
  border: 0;
}

input[type=submit],
button[type=submit] {
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

img,
svg {
  display: block;
  height: auto;
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

/*
::-webkit-contacts-auto-fill-button,
::-webkit-credentials-auto-fill-button,
::-webkit-textfield-decoration-container {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}
*/
.has-text-align-left {
  text-align: left;
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 24px;
}
.wp-block-image .aligncenter img {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image .alignright {
  float: right;
  margin-left: 24px;
}
.wp-block-image figcaption {
  text-align: center;
  opacity: 0.7;
  font-style: italic;
}
.wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  padding: 1em;
  overflow: hidden;
}
.wp-block-cover__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-cover__background.has-background-dim {
  z-index: 1;
}
.wp-block-cover__background.has-background-dim:not([class*=-background-color]) {
  background-color: #000000;
}
.wp-block-cover__background.has-background-dim.has-background-dim-10 {
  opacity: 0;
}
.wp-block-cover__background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover__background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover__background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover__background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover__background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover__background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover__background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover__background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover__background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover__background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
  margin: 1em 0;
  color: #ffffff;
}
.wp-block-cover__image-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000000;
}

.wp-block-table {
  margin: 10px auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table table thead {
  border-bottom: 3px solid;
}
.wp-block-table table tfoot {
  border-top: 3px solid;
}
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table table.has-fixed-layout th,
.wp-block-table table.has-fixed-layout td {
  word-break: break-word;
}
.wp-block-table table tr th,
.wp-block-table table tr td {
  padding: 0.5em;
  border: 1px solid;
  word-break: normal;
}
.wp-block-table figcaption {
  text-align: center;
  opacity: 0.7;
  font-style: italic;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes tbody tr th,
.wp-block-table.is-style-stripes tbody tr td {
  border-color: transparent;
}

.wp-block-quote {
  border-left: 1px solid #000000;
  margin: 0 0 1.75em;
  padding-left: 1em;
}

.wp-block-pullquote {
  border-top: 4px solid;
  border-bottom: 4px solid;
  color: #000000;
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.wp-block-pullquote cite {
  text-transform: uppercase;
  font-size: 0.8125em;
  font-style: normal;
}

.blue-vertical-dashed-line, .partnerships-section .section-content .partners-container .partner:nth-child(n+2)::before {
  width: 1px;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}

.blue-horizontal-dashed-line, .team-member-content-section .section-content .representation .separator, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator, .single-news-about-section .section-content .separator, .advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:nth-child(n+2)::before {
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}

.graph-paper {
  position: relative;
}

.graph-paper-green {
  background-size: calc(var(--brick-size) - 1px) calc(var(--brick-size) - 1px), calc(var(--brick-size) - 1px) calc(var(--brick-size) - 1px), calc((var(--brick-size) - 1px) / 10) calc((var(--brick-size) - 1px) / 10), calc((var(--brick-size) - 1px) / 10) calc((var(--brick-size) - 1px) / 10);
  background-image: linear-gradient(to right, rgba(127, 173, 132, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(127, 173, 132, 0.15) 1px, transparent 1px), linear-gradient(to right, rgba(127, 173, 132, 0.09) 1px, transparent 1px), linear-gradient(to bottom, rgba(127, 173, 132, 0.09) 1px, transparent 1px);
}

.graph-paper-blue {
  background-size: calc(var(--brick-size) - 1px) calc(var(--brick-size) - 1px), calc(var(--brick-size) - 1px) calc(var(--brick-size) - 1px), calc((var(--brick-size) - 1px) / 10) calc((var(--brick-size) - 1px) / 10), calc((var(--brick-size) - 1px) / 10) calc((var(--brick-size) - 1px) / 10);
  background-image: linear-gradient(to right, rgba(91, 131, 162, 0.15) 1px, transparent 1px), linear-gradient(to bottom, rgba(91, 131, 162, 0.15) 1px, transparent 1px), linear-gradient(to right, rgba(91, 131, 162, 0.09) 1px, transparent 1px), linear-gradient(to bottom, rgba(91, 131, 162, 0.09) 1px, transparent 1px);
}

.white-paper {
  position: absolute;
  background-color: #ffffff;
}

.diagonal-line {
  position: absolute;
  width: 1px;
  transform-origin: top;
}
.diagonal-line-blue {
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}
.diagonal-line-green {
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(127, 173, 132, 0.5) 3px, transparent 3px);
}
.diagonal-line-right {
  transform: rotate(-45deg);
}
.diagonal-line-left {
  transform: rotate(45deg);
}

.solid-circle {
  position: absolute;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border: 1px solid;
  border-radius: 50%;
}
.solid-circle-blue-03 {
  border-color: rgba(91, 131, 162, 0.3);
}
.solid-circle-blue-05 {
  border-color: rgba(91, 131, 162, 0.5);
}
.solid-circle-blue {
  border-color: #5B83A2;
}
.solid-circle-green-05 {
  border-color: rgba(127, 173, 132, 0.5);
}
.solid-circle-green-015 {
  border-color: rgba(127, 173, 132, 0.15);
}
.solid-circle-green {
  border-color: #7FAD84;
}
.solid-circle-white {
  border-color: #ffffff;
}

.dashed-circle {
  position: absolute;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}
.dashed-circle circle {
  stroke-dasharray: 3px 3px;
}
.dashed-circle-blue-03 circle {
  stroke: rgba(91, 131, 162, 0.3);
}
.dashed-circle-blue-05 circle {
  stroke: rgba(91, 131, 162, 0.5);
}
.dashed-circle-green-03 circle {
  stroke: rgba(127, 173, 132, 0.3);
}
.dashed-circle-green-05 circle {
  stroke: rgba(127, 173, 132, 0.5);
}
.dashed-circle-green circle {
  stroke: #7FAD84;
}

.filled-circle {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.filled-circle-green-01 {
  background-color: rgba(127, 173, 132, 0.1);
}
.filled-circle-green {
  background-color: #7FAD84;
}
.filled-circle-white {
  background-color: #ffffff;
}
.filled-circle-blue-03 {
  background-color: rgba(91, 131, 162, 0.3);
}

.dot {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.dot-blue {
  background-color: #5B83A2;
}
.dot-green {
  background-color: #7FAD84;
}
.dot-dark-green {
  background-color: #476A50;
}
.dot-white {
  background-color: #ffffff;
}
.dot-extra-small {
  width: 3px;
}
.dot-small {
  width: 5px;
}
.dot-medium {
  width: 7px;
}
.dot-big {
  width: 9px;
}

.content-1790 {
  width: calc((var(--brick-size) - 1px) * 12 + 1px);
  margin: auto;
}

.content-1640 {
  width: calc((var(--brick-size) - 1px) * 11 + 1px);
  margin: auto;
}

.content-1492, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
  width: calc((var(--brick-size) - 1px) * 10 + 1px);
  margin: auto;
}

.content-1200, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item {
  width: calc((var(--brick-size) - 1px) * 8 + 1px);
  margin: auto;
}

@media (max-width: 1024px) {
  .content-1790 {
    width: calc(950px + 230 * (100vw - 1024px) / 256);
  }
  .content-1640 {
    width: calc(870px + 150 * (100vw - 1024px) / 256);
  }
  .content-1492, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    width: calc(790px + 70 * (100vw - 1024px) / 256);
  }
  .content-1200, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item {
    width: calc(630px + 30 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .content-1790,
  .content-1640,
  .content-1492,
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    width: calc(720px + 440 * (100vw - 768px) / 448);
  }
  .content-1200, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item {
    width: calc(600px + 320 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .content-1790,
  .content-1640,
  .content-1492,
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator,
  .content-1200,
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item {
    width: 280px;
  }
}
@font-face {
  font-family: "Stolzl";
  src: url(../fonts/stolzl-medium.woff2) format("woff2"), url(../fonts/stolzl-medium.woff) format("woff"), url(../fonts/stolzl-medium.otf) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url(../fonts/helveticanowdisplay-bold.woff2) format("woff2"), url(../fonts/helveticanowdisplay-bold.woff) format("woff"), url(../fonts/helveticanowdisplay-bold.otf) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url(../fonts/helveticanowdisplay-medium.woff2) format("woff2"), url(../fonts/helveticanowdisplay-medium.woff) format("woff"), url(../fonts/helveticanowdisplay-medium.otf) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url(../fonts/helveticanowdisplay-regular.woff2) format("woff2"), url(../fonts/helveticanowdisplay-regular.woff) format("woff"), url(../fonts/helveticanowdisplay-regular.otf) format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
.font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
  line-height: 0.8142857143;
}

.font-size-120_98, .single-company-main-banner .section-content .page-heading {
  line-height: 0.8166666667;
}

.font-size-46_46, .heading-2, .article h2 {
  line-height: 1;
}

.font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
  line-height: 1.125;
}

.font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
  line-height: 1.3684210526;
}

.font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
  line-height: 1.25;
}

.font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
  line-height: 1.5;
}

.font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
.footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
  line-height: 1.6111111111;
}

.font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
  line-height: 1.875;
}

.font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
  line-height: 1.5;
}

.font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
  font-size: 140px;
}

.font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
  font-size: 120px;
}

.font-size-46, .font-size-46_46, .heading-2, .article h2 {
  font-size: 46px;
}

.font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
  font-size: 40px;
}

.font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
  font-size: 38px;
}

.font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
  font-size: 36px;
}

.font-size-28, .news-section .section-content .timeline-container .timeline .year {
  font-size: 28px;
}

.font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
  font-size: 26px;
}

.font-size-24, .contacts-section .section-content .departments-container .department .name {
  font-size: 24px;
}

.font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
  font-size: 20px;
}

.font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
.footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
  font-size: 18px;
}

.font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
  font-size: 16px;
}

@media (min-width: 1921px) {
  .font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
    font-size: calc(140px + -20 * (100vw - 1920px) / -640);
  }
  .font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
    font-size: calc(120px + -17 * (100vw - 1920px) / -640);
  }
  .font-size-46, .font-size-46_46, .heading-2, .article h2 {
    font-size: calc(46px + -4.5 * (100vw - 1920px) / -640);
  }
  .font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
    font-size: calc(40px + -4 * (100vw - 1920px) / -640);
  }
  .font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
    font-size: calc(38px + -3.5 * (100vw - 1920px) / -640);
  }
  .font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
    font-size: calc(36px + -2.5 * (100vw - 1920px) / -640);
  }
  .font-size-28, .news-section .section-content .timeline-container .timeline .year {
    font-size: calc(28px + -2 * (100vw - 1920px) / -640);
  }
  .font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
    font-size: calc(26px + -2 * (100vw - 1920px) / -640);
  }
  .font-size-24, .contacts-section .section-content .departments-container .department .name {
    font-size: calc(24px + -2 * (100vw - 1920px) / -640);
  }
  .font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
    font-size: calc(20px + -4 * (100vw - 1920px) / -640);
  }
  .font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
  .footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
    font-size: calc(18px + -2 * (100vw - 1920px) / -640);
  }
  .font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
    font-size: calc(16px + -1 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
    font-size: 160px;
  }
  .font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
    font-size: 137px;
  }
  .font-size-46, .font-size-46_46, .heading-2, .article h2 {
    font-size: 50.5px;
  }
  .font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
    font-size: 44px;
  }
  .font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
    font-size: 41.5px;
  }
  .font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
    font-size: 38.5px;
  }
  .font-size-28, .news-section .section-content .timeline-container .timeline .year {
    font-size: 30px;
  }
  .font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
    font-size: 28px;
  }
  .font-size-24, .contacts-section .section-content .departments-container .department .name {
    font-size: 26px;
  }
  .font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
    font-size: 24px;
  }
  .font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
  .footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
    font-size: 20px;
  }
  .font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
    font-size: 17px;
  }
}
@media (max-width: 1919px) {
  .font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
    font-size: calc(140px + 45 * (100vw - 1920px) / 554);
  }
  .font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
    font-size: calc(120px + 32 * (100vw - 1920px) / 554);
  }
  .font-size-46, .font-size-46_46, .heading-2, .article h2 {
    font-size: calc(46px + 6 * (100vw - 1920px) / 554);
  }
  .font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
    font-size: calc(40px + 5 * (100vw - 1920px) / 554);
  }
  .font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
    font-size: calc(38px + 8 * (100vw - 1920px) / 554);
  }
  .font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
    font-size: calc(36px + 6 * (100vw - 1920px) / 554);
  }
  .font-size-28, .news-section .section-content .timeline-container .timeline .year {
    font-size: calc(28px + 4 * (100vw - 1920px) / 554);
  }
  .font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
    font-size: calc(26px + 2 * (100vw - 1920px) / 554);
  }
  .font-size-24, .contacts-section .section-content .departments-container .department .name {
    font-size: calc(24px + 4 * (100vw - 1920px) / 554);
  }
  .font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
    font-size: calc(20px + 2 * (100vw - 1920px) / 554);
  }
  .font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
  .footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
    font-size: calc(18px + 1 * (100vw - 1920px) / 554);
  }
  .font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
    font-size: calc(16px + 1 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
    font-size: calc(95px + 20 * (100vw - 1366px) / 342);
  }
  .font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
    font-size: calc(88px + 23 * (100vw - 1366px) / 342);
  }
  .font-size-46, .font-size-46_46, .heading-2, .article h2 {
    font-size: calc(40px + 5 * (100vw - 1366px) / 342);
  }
  .font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
    font-size: calc(35px + 2.5 * (100vw - 1366px) / 342);
  }
  .font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
    font-size: calc(30px + 6 * (100vw - 1366px) / 342);
  }
  .font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
    font-size: calc(30px + 2 * (100vw - 1366px) / 342);
  }
  .font-size-28, .news-section .section-content .timeline-container .timeline .year {
    font-size: calc(24px + 2 * (100vw - 1366px) / 342);
  }
  .font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
    font-size: calc(24px + 3 * (100vw - 1366px) / 342);
  }
  .font-size-24, .contacts-section .section-content .departments-container .department .name {
    font-size: calc(20px + 1 * (100vw - 1366px) / 342);
  }
  .font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
    font-size: calc(18px + 1 * (100vw - 1366px) / 342);
  }
  .font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
  .footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
    font-size: calc(17px + 1 * (100vw - 1366px) / 342);
  }
  .font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
    font-size: calc(15px + 1 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
    font-size: calc(75px + 15 * (100vw - 1024px) / 256);
  }
  .font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
    font-size: calc(65px + 12 * (100vw - 1024px) / 256);
  }
  .font-size-46, .font-size-46_46, .heading-2, .article h2 {
    font-size: calc(35px + 2 * (100vw - 1024px) / 256);
  }
  .font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
    font-size: calc(32.5px + 3 * (100vw - 1024px) / 256);
  }
  .font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
    font-size: calc(24px + 1 * (100vw - 1024px) / 256);
  }
  .font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
    font-size: calc(28px + 2 * (100vw - 1024px) / 256);
  }
  .font-size-28, .news-section .section-content .timeline-container .timeline .year {
    font-size: calc(22px + 0 * (100vw - 1024px) / 256);
  }
  .font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
    font-size: calc(21px + 2 * (100vw - 1024px) / 256);
  }
  .font-size-24, .contacts-section .section-content .departments-container .department .name {
    font-size: calc(19px + 1 * (100vw - 1024px) / 256);
  }
  .font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
    font-size: calc(17px + 0 * (100vw - 1024px) / 256);
  }
  .font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
  .footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
    font-size: calc(16px + 0 * (100vw - 1024px) / 256);
  }
  .font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
    font-size: calc(14px + 0.5 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
    font-size: calc(60px + 28 * (100vw - 768px) / 448);
  }
  .font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
    font-size: calc(53px + 23 * (100vw - 768px) / 448);
  }
  .font-size-46, .font-size-46_46, .heading-2, .article h2 {
    font-size: calc(33px + 9 * (100vw - 768px) / 448);
  }
  .font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
    font-size: calc(29.5px + 6.5 * (100vw - 768px) / 448);
  }
  .font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
    font-size: calc(23px + 5 * (100vw - 768px) / 448);
  }
  .font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
    font-size: calc(26px + 4 * (100vw - 768px) / 448);
  }
  .font-size-28, .news-section .section-content .timeline-container .timeline .year {
    font-size: calc(22px + 2 * (100vw - 768px) / 448);
  }
  .font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
    font-size: calc(19px + 0 * (100vw - 768px) / 448);
  }
  .font-size-24, .contacts-section .section-content .departments-container .department .name {
    font-size: calc(18px + 2 * (100vw - 768px) / 448);
  }
  .font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
    font-size: calc(17px + 2 * (100vw - 768px) / 448);
  }
  .font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
  .footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
    font-size: calc(16px + 2 * (100vw - 768px) / 448);
  }
  .font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
    font-size: calc(13.5px + 0.5 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .font-size-140, .about-numbers-section .section-content .numbers-container .item .vertical-line, .font-size-140_114, .heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
    font-size: 32px;
  }
  .font-size-120, .font-size-120_98, .single-company-main-banner .section-content .page-heading {
    font-size: 30px;
  }
  .font-size-46, .font-size-46_46, .heading-2, .article h2 {
    font-size: 24px;
  }
  .font-size-40, .font-size-40_45, .heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
    font-size: 23px;
  }
  .font-size-38, .font-size-38_52, .single-news-main-section .section-content .intro-text, .subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
    font-size: 19px;
  }
  .font-size-36, .font-size-36_45, .heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
    font-size: 22px;
  }
  .font-size-28, .news-section .section-content .timeline-container .timeline .year {
    font-size: 20px;
  }
  .font-size-26, .single-company-meta-data-section .section-content .meta-data-table, .single-company-about-section .section-content .data-wrap .item .value {
    font-size: 18px;
  }
  .font-size-24, .contacts-section .section-content .departments-container .department .name {
    font-size: 16px;
  }
  .font-size-20, .font-size-20_30, .archive-controls .filter-block .dropdown-filter .dropdown-options .term, body {
    font-size: 15px;
  }
  .font-size-18, .history-section .section-content .history-slider .timeline, .skip-link, .font-size-18_29, .single-company-meta-data-section .section-content .meta-data-table .row-heading, .advantages-section .section-content .wrap .advantages-container .advantage-full .description, .about-numbers-section .section-content .numbers-container .item .title, .footer-container .footer .bottom, .footer-container .footer .middle .footer-menu .sub-menu, .button, .breadcrumbs .separator, .heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
  .footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
    font-size: 14px;
  }
  .font-size-16, .team-member-content-section .section-content .representation .footnote, .footer-container .footer .middle .to-top .text, .archive-controls .filter-block .dropdown-filter .current-filter, .font-size-16_30, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label, .font-size-16_24, .strategy-numbers-section .date, .single-company-meta-data-section .section-content .footnote, .news-section .section-content .footnote, .investments-section .section-content .footnote, .disclaimer-section .section-content .text {
    font-size: 13px;
  }
}
.heading-1, .about-numbers-section .section-content .numbers-container .item .value, .article h1 {
  font-family: "Stolzl", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #7FAD84;
}
.heading-1:after, .about-numbers-section .section-content .numbers-container .item .value:after, .article h1:after {
  content: ".";
}

.heading-2, .article h2 {
  font-family: "Stolzl", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #223551;
}

.heading-3, .values-section .section-content .values-list .value .title, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title, .single-controls-section .section-content .next-post-link .next-post-title, .memorial-section .biography-popup .text-container .name, .learn-more-section .section-content .links-container .link .title .text, .focus-areas-section .section-content .areas-container .area .title, .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title, .criteria-section .section-content .criteria .criterion .title, .advantages-section .section-content .wrap .advantages-container .advantage-full .name, .advantages-section .section-content .wrap .advantages-container .advantage .name, .team-member .name, .color-cards-container .color-card .title, .article h3 {
  font-family: "Stolzl", sans-serif;
  font-weight: 500;
  color: #223551;
}

.heading-4, .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading, .single-news-about-section .section-content .title, .single-company-meta-data-section .section-content .meta-data-table .strategy-name, .single-company-about-section .section-content .data-wrap .item .title, .directions-section .section-content .directions-container .direction, .article h4 {
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 700;
  color: #223551;
}

.heading-5, .team-member-content-section .section-content .representation .investments-block-title, .single-news-heading-section .section-content .meta, .single-controls-section .section-content .post-link, .memorial-section .biography-popup .text-container .date, .history-section .section-content .history-slider .timeline-item, .team-member .position, .news-card .more, .news-card .date, .header-container .header .additional-menu, .header-container .header .header-menu, .footer-container .footer .middle .footer-menu > .menu-item > a,
.footer-container .footer .middle .footer-menu > .menu-item > .inactive-link, .color-cards-container .color-card .links-container .link, .breadcrumbs .crumb, .article h5, .archive-controls .reset-button, .archive-controls .block-label {
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #476A50;
}

.subheader, .team-member-content-section .section-content .biography :first-child, .history-section .section-content .history-slider .descriptions-container .description {
  font-family: "Helvetica Now Display", sans-serif;
  letter-spacing: -0.01em;
  color: #223551;
}

.color-blue {
  color: #5B83A2;
}

.unordered-list li, .strategies-tabs-section .section-content .tabs-container .tab ul li, .focus-areas-section .section-content .areas-container .area .text ul li, .criteria-section .section-content .criteria .criterion .description ul li, .color-cards-container .color-card .description ul li, .article ul li {
  position: relative;
  padding-left: 1em;
}
.unordered-list li::before, .strategies-tabs-section .section-content .tabs-container .tab ul li::before, .focus-areas-section .section-content .areas-container .area .text ul li::before, .criteria-section .section-content .criteria .criterion .description ul li::before, .color-cards-container .color-card .description ul li::before, .article ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.25em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.5;
}
.unordered-list li:nth-child(n+2), .strategies-tabs-section .section-content .tabs-container .tab ul li:nth-child(n+2), .focus-areas-section .section-content .areas-container .area .text ul li:nth-child(n+2), .criteria-section .section-content .criteria .criterion .description ul li:nth-child(n+2), .color-cards-container .color-card .description ul li:nth-child(n+2), .article ul li:nth-child(n+2) {
  margin-top: 0.5em;
}

.narrow-centered-text {
  width: calc((var(--brick-size) - 1px) * 4.5 + 1px);
  margin: auto;
}

@media (max-width: 1366px) {
  .narrow-centered-text {
    width: calc(490px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .narrow-centered-text {
    width: calc(470px + 30 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .narrow-centered-text {
    width: calc(440px + 200 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .narrow-centered-text {
    width: 240px;
  }
}
html.fixed,
html.fixed body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 400;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

.page {
  position: relative;
  overflow: hidden;
}

.section {
  position: relative;
}

.section-content {
  margin: auto;
}

.stretch, .news-section .section-content .news-list::after, .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration, .history-section .section-content .history-slider .illustrations-container .illustration-wrap, .history-section .section-content .history-slider .descriptions-container .description, .history-section .section-content .history-slider .timeline-item .background, .contacts-section .section-content .departments-container .department .curtain, .advantages-section .section-content .wrap .advantages-container .advantage-full, .round-button .round-button-background, .header-container .header .header-menu > .menu-item > a::before,
.header-container .header .header-menu > .menu-item > button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.stretch, .news-section .section-content img.news-list::after, .history-section .section-content .history-slider .illustrations-container .illustration-wrap img.illustration, .history-section .section-content .history-slider .illustrations-container img.illustration-wrap, .history-section .section-content .history-slider .descriptions-container img.description, .history-section .section-content .history-slider .timeline-item img.background, .contacts-section .section-content .departments-container .department img.curtain, .advantages-section .section-content .wrap .advantages-container img.advantage-full, .round-button img.round-button-background,
video.stretch,
.news-section .section-content video.news-list::after,
.history-section .section-content .history-slider .illustrations-container .illustration-wrap video.illustration,
.history-section .section-content .history-slider .illustrations-container video.illustration-wrap,
.history-section .section-content .history-slider .descriptions-container video.description,
.history-section .section-content .history-slider .timeline-item video.background,
.contacts-section .section-content .departments-container .department video.curtain,
.advantages-section .section-content .wrap .advantages-container video.advantage-full,
.round-button video.round-button-background {
  object-fit: cover;
  object-position: center;
}

.unselectable {
  -webkit-touch-callout: none; /* iOS Safari */ /* Chrome/Safari/Opera */ /* Konqueror */ /* Firefox */ /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                         not supported by any browser */
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.outline-on-focus-green:focus-visible, .team-member-content-section .section-content .representation .investment-link:focus-visible, .investments-section .section-content .footnote a:focus-visible, .history-section .section-content .slider-skip-link:focus-visible, .front-page-news-section .section-content .news-slider-container .slider-arrows-container .slider-arrow:focus-visible, .esg-principles-section .section-content .principles-block .slider .controls .slider-arrow:focus-visible, .news-card:focus-visible {
  outline: 2px dashed #476A50;
  outline-offset: 4px;
  transition-duration: 0s;
  transition-delay: 0s;
}

.outline-on-focus-spring-green:focus-visible {
  outline: 2px dashed #7FAD84;
  outline-offset: 4px;
  transition-duration: 0s;
  transition-delay: 0s;
}

.outline-on-focus-white:focus-visible, .header-container .header .additional-menu .menu-item a:focus-visible, .header-container .header .header-menu .sub-menu .menu-item a:focus-visible, .header-container .header .header-menu > .menu-item > a:focus-visible,
.header-container .header .header-menu > .menu-item > button:focus-visible, .footer-container .footer .bottom .legal-menu .menu-item a:focus-visible, .footer-container .footer .middle .footer-menu a:focus-visible, .breadcrumbs .crumb-link:focus-visible {
  outline: 2px dashed #ffffff;
  outline-offset: 4px;
  transition-duration: 0s;
  transition-delay: 0s;
}

.outline-on-focus-blue:focus-visible, .news-section .section-content .arrows-wrap .slider-arrows-container .slider-arrow:focus-visible, .history-section .section-content .history-slider .slider-arrows-container .slider-arrow:focus-visible {
  outline: 2px dashed #223551;
  outline-offset: 4px;
  transition-duration: 0s;
  transition-delay: 0s;
}

.outline-on-focus-light-blue:focus-visible, .single-news-about-section .section-content .text a:focus-visible, .article a:focus-visible {
  outline: 2px dashed #5B83A2;
  outline-offset: 4px;
  transition-duration: 0s;
  transition-delay: 0s;
}

.light-blue-border, .peca-section .section-content, .learn-more-section .section-content .links-container .link .title, .criteria-section .section-content .criteria .criterion, .contacts-section .section-content .office, .news-card .bottom {
  border: 15px solid #EDF1F5;
}

@media (max-width: 1024px) {
  .light-blue-border, .peca-section .section-content, .learn-more-section .section-content .links-container .link .title, .criteria-section .section-content .criteria .criterion, .contacts-section .section-content .office, .news-card .bottom {
    border-width: calc(15px + 5 * (100vw - 1024px) / 704);
  }
}
@media (max-width: 320px) {
  .light-blue-border, .peca-section .section-content, .learn-more-section .section-content .links-container .link .title, .criteria-section .section-content .criteria .criterion, .contacts-section .section-content .office, .news-card .bottom {
    border-width: 10px;
  }
}
.w745, .wide-image-with-text-section .section-content .content-block, .wide-image-with-text-section .section-content .image, .team-member-content-section .section-content .biography, .single-company-about-section .section-content .bottom .description, .internal-page-main-banner-section .section-content .page-subheading, .image-with-text-section .section-content .content-block, .front-page-strategies-section .section-content .text-container .description, .front-page-intro-section .section-content .content-block, .front-page-intro-section .section-content .image, .front-page-about-section .section-content .right-side, .front-page-about-section .section-content .text-container .description, .esg-portfolio-section .section-content .right, .esg-portfolio-section .section-content .left .content-block {
  width: calc((var(--brick-size) - 1px) * 5 + 1px);
}

.skip-link {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  color: #476A50;
  border: 2px solid #476A50;
  text-transform: uppercase;
  padding: 1em;
  z-index: 1000;
  transform: translateY(-150%);
  transition: transform 0.5s ease;
}
.skip-link:focus-visible {
  transform: translateY(0);
}

.archive-controls {
  position: relative;
  display: flex;
  gap: 48px;
  z-index: 1;
}
.archive-controls .block-label {
  display: block;
  margin-bottom: 1em;
  color: #000000;
  font-weight: 700;
}
.archive-controls .filter-block {
  position: relative;
}
.archive-controls .filter-block .dropdown-filter {
  position: relative;
}
.archive-controls .filter-block .dropdown-filter .current-filter {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  width: 410px;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #EDF1F5;
  color: #7FAD84;
  font-weight: 700;
  z-index: 1;
  transition: border-color 0.5s ease;
}
.archive-controls .filter-block .dropdown-filter .current-filter svg {
  transition: transform 0.5s ease;
}
.archive-controls .filter-block .dropdown-filter .current-filter:hover, .archive-controls .filter-block .dropdown-filter .current-filter:focus-visible {
  border-color: #CDD9E3;
}
.archive-controls .filter-block .dropdown-filter .dropdown-options {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
}
.archive-controls .filter-block .dropdown-filter .dropdown-options .terms-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px 80px;
  background-color: #EDF1F5;
}
.archive-controls .filter-block .dropdown-filter .dropdown-options .term {
  letter-spacing: -0.01em;
  text-align: left;
  transition: color 0.5s ease;
}
.archive-controls .filter-block .dropdown-filter .dropdown-options .term:hover, .archive-controls .filter-block .dropdown-filter .dropdown-options .term.active {
  color: #7FAD84;
}
.archive-controls .filter-block .dropdown-filter.opened .current-filter svg {
  transform: rotate(180deg);
}
.archive-controls .filter-block .dropdown-filter.opened .dropdown-options {
  opacity: 1;
  visibility: visible;
}
.archive-controls .filter-block:nth-child(1) {
  z-index: 3;
}
.archive-controls .filter-block:nth-child(2) {
  z-index: 2;
}
.archive-controls .search-form-container .search-form {
  display: flex;
  width: 410px;
  height: 60px;
  border-radius: 30px;
  padding: 10px 10px 10px 30px;
  background-color: #EDF1F5;
}
.archive-controls .search-form-container .search-form .search-field {
  flex-grow: 1;
  border: none;
  height: 100%;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  color: #223551;
}
.archive-controls .search-form-container .search-form .search-field::-webkit-input-placeholder {
  color: rgba(34, 53, 81, 0.5);
}
.archive-controls .search-form-container .search-form .search-field:-moz-placeholder {
  color: rgba(34, 53, 81, 0.5);
}
.archive-controls .search-form-container .search-form .search-field::-moz-placeholder {
  color: rgba(34, 53, 81, 0.5);
}
.archive-controls .search-form-container .search-form .search-field:-ms-input-placeholder {
  color: rgba(34, 53, 81, 0.5);
}
.archive-controls .search-form-container .search-form .search-field:placeholder {
  color: rgba(34, 53, 81, 0.5);
}
.archive-controls .search-form-container .search-form .submit {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #223551;
  height: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.archive-controls .search-form-container .search-form .submit svg {
  width: 40%;
  transition: transform 0.5s ease;
}
.archive-controls .search-form-container .search-form .submit:hover svg {
  transform: scale(1.25);
}
.archive-controls .reset-button {
  display: flex;
  align-items: center;
  color: #223551;
  height: 60px;
  align-self: flex-end;
  margin-left: auto;
}
.archive-controls .reset-button .cross {
  position: relative;
  width: 0.9em;
  margin-left: 0.6em;
}
.archive-controls .reset-button .cross::before, .archive-controls .reset-button .cross::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0.9em;
  height: 2px;
  background-color: #223551;
  transition: transform 0.5s ease;
}
.archive-controls .reset-button .cross::before {
  transform: rotate(45deg);
}
.archive-controls .reset-button .cross::after {
  transform: rotate(-45deg);
}
.archive-controls .reset-button:hover .cross::before {
  transform: rotate(-45deg);
}
.archive-controls .reset-button:hover .cross::after {
  transform: rotate(45deg);
}

@media (min-width: 1921px) {
  .archive-controls {
    gap: calc(48px + -17 * (100vw - 1920px) / -640);
  }
  .archive-controls .filter-block .dropdown-filter .current-filter {
    padding: 0 calc(32px + -4 * (100vw - 1920px) / -640);
    width: calc(410px + -20 * (100vw - 1920px) / -640);
    height: calc(60px + -4 * (100vw - 1920px) / -640);
    border-radius: calc(30px + -2 * (100vw - 1920px) / -640);
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options {
    padding-top: calc(80px + -4 * (100vw - 1920px) / -640);
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options .terms-wrap {
    gap: calc(15px + -2 * (100vw - 1920px) / -640);
    padding: calc(40px + -4 * (100vw - 1920px) / -640) calc(80px + -4 * (100vw - 1920px) / -640);
  }
  .archive-controls .search-form-container .search-form {
    width: calc(410px + -20 * (100vw - 1920px) / -640);
    height: calc(60px + -4 * (100vw - 1920px) / -640);
    border-radius: calc(30px + -2 * (100vw - 1920px) / -640);
    padding: 10px 10px 10px calc(30px + -6 * (100vw - 1920px) / -640);
  }
  .archive-controls .reset-button {
    height: calc(60px + -4 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .archive-controls {
    gap: 65px;
  }
  .archive-controls .filter-block .dropdown-filter .current-filter {
    padding: 0 36px;
    width: 430px;
    height: 64px;
    border-radius: 32px;
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options {
    padding-top: 84px;
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options .terms-wrap {
    gap: 17px;
    padding: 44px 84px;
  }
  .archive-controls .search-form-container .search-form {
    width: 430px;
    height: 64px;
    border-radius: 32px;
    padding: 10px 10px 10px 36px;
  }
  .archive-controls .reset-button {
    height: 64px;
  }
}
@media (max-width: 1919px) {
  .archive-controls {
    gap: calc(48px + 23 * (100vw - 1920px) / 554);
  }
  .archive-controls .filter-block .dropdown-filter .current-filter {
    padding: 0 calc(32px + 4 * (100vw - 1920px) / 554);
    width: calc(410px + 70 * (100vw - 1920px) / 554);
    height: calc(60px + 4 * (100vw - 1920px) / 554);
    border-radius: calc(30px + 2 * (100vw - 1920px) / 554);
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options {
    padding-top: calc(80px + 5 * (100vw - 1920px) / 554);
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options .terms-wrap {
    gap: calc(15px + 3 * (100vw - 1920px) / 554);
    padding: calc(40px + 15 * (100vw - 1920px) / 554) calc(80px + 30 * (100vw - 1920px) / 554);
  }
  .archive-controls .search-form-container .search-form {
    width: calc(410px + 70 * (100vw - 1920px) / 554);
    height: calc(60px + 4 * (100vw - 1920px) / 554);
    border-radius: calc(30px + 2 * (100vw - 1920px) / 554);
    padding: calc(10px + 2 * (100vw - 1920px) / 554) calc(10px + 2 * (100vw - 1920px) / 554) calc(10px + 2 * (100vw - 1920px) / 554) calc(30px + 4 * (100vw - 1920px) / 554);
  }
  .archive-controls .reset-button {
    height: calc(60px + 4 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .archive-controls {
    gap: calc(25px + 10 * (100vw - 1366px) / 342);
  }
  .archive-controls .filter-block .dropdown-filter .current-filter {
    padding: 0 calc(28px + 4 * (100vw - 1366px) / 342);
    width: calc(340px + 100 * (100vw - 1366px) / 342);
    height: calc(56px + 4 * (100vw - 1366px) / 342);
    border-radius: calc(28px + 2 * (100vw - 1366px) / 342);
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options {
    padding-top: calc(75px + 10 * (100vw - 1366px) / 342);
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options .terms-wrap {
    gap: calc(12px + 2 * (100vw - 1366px) / 342);
    padding: calc(25px + 5 * (100vw - 1366px) / 342) calc(50px + 25 * (100vw - 1366px) / 342);
  }
  .archive-controls .search-form-container .search-form {
    width: calc(340px + 100 * (100vw - 1366px) / 342);
    height: calc(56px + 4 * (100vw - 1366px) / 342);
    border-radius: calc(28px + 2 * (100vw - 1366px) / 342);
    padding: calc(8px + 2 * (100vw - 1366px) / 342) calc(8px + 2 * (100vw - 1366px) / 342) calc(8px + 2 * (100vw - 1366px) / 342) calc(26px + 2 * (100vw - 1366px) / 342);
  }
  .archive-controls .reset-button {
    height: calc(56px + 4 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .archive-controls {
    display: grid;
    grid-template-columns: calc(310px + 70 * (100vw - 1024px) / 256) calc(310px + 70 * (100vw - 1024px) / 256) 1fr;
    gap: calc(50px + 5 * (100vw - 1024px) / 256) calc(30px + 5 * (100vw - 1024px) / 256);
  }
  .archive-controls .filter-block {
    order: 1;
  }
  .archive-controls .filter-block .dropdown-filter .current-filter {
    padding: 0 24px;
    width: 100%;
    height: 52px;
    border-radius: 26px;
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options {
    padding-top: 65px;
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options .terms-wrap {
    gap: 10px;
    padding: calc(20px + 5 * (100vw - 1024px) / 256) calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .archive-controls .search-form-container {
    order: 3;
    grid-column-end: span 2;
  }
  .archive-controls .search-form-container .search-form {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    padding: 6px 6px 6px 24px;
  }
  .archive-controls .sorting-block {
    order: 3;
    grid-column-end: span 2;
  }
  .archive-controls .reset-button {
    order: 2;
    grid-row-end: span 2;
    margin: auto 0 auto auto;
    height: 52px;
  }
  .archive-controls.filters-only .reset-button {
    grid-row-end: auto;
    margin: auto 0 0 auto;
  }
}
@media (max-width: 768px) {
  .archive-controls {
    grid-template-columns: 1fr;
    gap: calc(30px + 7 * (100vw - 768px) / 448);
  }
  .archive-controls .block-label {
    margin-bottom: 0.3em;
  }
  .archive-controls .filter-block .dropdown-filter .dropdown-options .terms-wrap {
    padding: 15px 20px;
  }
  .archive-controls .sorting-block,
  .archive-controls .search-form-container {
    order: 2;
    grid-column-end: auto;
  }
  .archive-controls .reset-button {
    order: 3;
    grid-row-end: auto;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 320px) {
  .archive-controls {
    gap: 23px;
  }
}
.article a {
  color: #476A50;
  background-image: linear-gradient(to top, transparent 4px, #476A50 4px, #476A50 calc(1px + 4px), transparent calc(1px + 4px));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.article a.hover, .article a:hover, .article a:focus {
  background-size: 0 100%;
}
.article ul {
  margin-bottom: 1.11em;
}
.article h1 {
  margin: 1em 0 0.3em;
}
.article h2 {
  margin: 1em 0 0.3em;
}
.article h3 {
  margin: 1em 0 0.3em;
}
.article h4 {
  margin: 1em 0 0.3em;
}
.article h5 {
  margin: 1em 0 0.3em;
}
.article .wp-block-table {
  margin: 1em auto;
}
.article .wp-block-table table tr td {
  border-color: #476A50;
}

.breadcrumbs {
  position: relative;
}
.breadcrumbs .crumb {
  color: #ffffff;
}
.breadcrumbs .crumb-link {
  background-image: linear-gradient(to top, transparent 0.2em, #ffffff 0.2em, #ffffff calc(1px + 0.2em), transparent calc(1px + 0.2em));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.breadcrumbs .crumb-link.hover, .breadcrumbs .crumb-link:hover, .breadcrumbs .crumb-link:focus {
  background-size: 100% 100%;
}
.breadcrumbs .separator {
  color: #ffffff;
  padding: 0 0.6em;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.66em;
  padding: 0 3.85em;
  border-radius: 1.83em;
  font-family: "Helvetica Now Display", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  border: none;
}
.button .button-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1.83em;
  transition: transform 0.5s ease;
}
.button .button-text-container {
  position: relative;
}
.button .button-hover-arrow {
  position: absolute;
  width: 0.41em;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.button.button-green {
  color: #ffffff;
}
.button.button-green .button-background {
  background-color: #476A50;
}
.button.button-spring-green {
  color: #ffffff;
}
.button.button-spring-green .button-background {
  background-color: #7FAD84;
}
.button.button-white {
  color: #223551;
}
.button.button-white .button-background {
  background-color: #ffffff;
}
.button.button-blue {
  color: #ffffff;
}
.button.button-blue .button-background {
  background-color: #223551;
}
.button.button-light-blue {
  color: #ffffff;
}
.button.button-light-blue .button-background {
  background-color: #5B83A2;
}
.button:hover .button-background-2 {
  transform: translateX(1.444em);
}
.button:hover .button-hover-arrow {
  transform: translateX(1.4em);
  opacity: 1;
}

@media (max-width: 768px) {
  .button {
    height: 3.2em;
    padding: 0 2.15em;
    border-radius: 1.6em;
  }
}
.close-button {
  position: absolute;
  width: var(--round-button-width);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #476A50;
  transition: background-color 0.5s ease;
}
.close-button::before, .close-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #ffffff;
}
.close-button::before {
  transform: rotate(45deg);
}
.close-button::after {
  transform: rotate(-45deg);
}
.close-button:hover {
  background-color: #35553D;
}

@media (min-width: 1921px) {
  .close-button::before, .close-button::after {
    width: calc(16px + -4 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .close-button::before, .close-button::after {
    width: 20px;
  }
}
.color-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.color-cards-container .color-card {
  position: relative;
  padding: 30px 30px 30px 40px;
}
.color-cards-container .color-card .title {
  color: #ffffff;
}
.color-cards-container .color-card .description {
  margin-top: 48px;
  color: #ffffff;
}
.color-cards-container .color-card .separator {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
  margin-inline: -40px -30px;
  padding-right: 30px;
  height: var(--round-button-width);
  z-index: 2;
}
.color-cards-container .color-card .separator .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3) 3px, transparent 3px);
}
.color-cards-container .color-card .separator .toggler {
  position: relative;
  transition: transform 0.5s ease;
}
.color-cards-container .color-card .separator .toggler.active {
  transform: rotate(180deg);
}
.color-cards-container .color-card .sliding-container {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  padding: 0 30px 42px 40px;
}
.color-cards-container .color-card .links-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.color-cards-container .color-card .links-container .link {
  position: relative;
  color: #ffffff;
}
.color-cards-container .color-card .links-container .link::before, .color-cards-container .color-card .links-container .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.color-cards-container .color-card .links-container .link::before {
  opacity: 0.3;
}
.color-cards-container .color-card .links-container .link::after {
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.5s ease;
}
.color-cards-container .color-card .links-container .link:hover::after {
  transform: scaleX(1);
}

@media (min-width: 1921px) {
  .color-cards-container {
    gap: calc(40px + -16 * (100vw - 1920px) / -640);
  }
  .color-cards-container .color-card {
    padding: calc(30px + -5 * (100vw - 1920px) / -640) calc(30px + -5 * (100vw - 1920px) / -640) calc(30px + -5 * (100vw - 1920px) / -640) calc(40px + -5 * (100vw - 1920px) / -640);
  }
  .color-cards-container .color-card .description {
    margin-top: calc(48px + -3 * (100vw - 1920px) / -640);
  }
  .color-cards-container .color-card .separator {
    margin-inline: calc(-40px + 5 * (100vw - 1920px) / -640) calc(-30px + 5 * (100vw - 1920px) / -640);
    padding-right: calc(30px + -5 * (100vw - 1920px) / -640);
  }
  .color-cards-container .color-card .sliding-container {
    padding: 0 calc(30px + -5 * (100vw - 1920px) / -640) calc(42px + -3 * (100vw - 1920px) / -640) calc(40px + -5 * (100vw - 1920px) / -640);
  }
  .color-cards-container .color-card .links-container {
    gap: calc(20px + -3 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .color-cards-container {
    gap: 56px;
  }
  .color-cards-container .color-card {
    padding: 35px 35px 35px 45px;
  }
  .color-cards-container .color-card .description {
    margin-top: 51px;
  }
  .color-cards-container .color-card .separator {
    margin-inline: -45px -35px;
    padding-right: 35px;
  }
  .color-cards-container .color-card .sliding-container {
    padding: 0 35px 45px 45px;
  }
  .color-cards-container .color-card .links-container {
    gap: 23px;
  }
}
@media (max-width: 1919px) {
  .color-cards-container {
    gap: calc(40px + 20 * (100vw - 1920px) / 554);
  }
  .color-cards-container .color-card {
    padding: calc(30px + 10 * (100vw - 1920px) / 554) calc(30px + 10 * (100vw - 1920px) / 554) calc(30px + 10 * (100vw - 1920px) / 554) calc(40px + 15 * (100vw - 1920px) / 554);
  }
  .color-cards-container .color-card .description {
    margin-top: calc(48px + 13 * (100vw - 1920px) / 554);
  }
  .color-cards-container .color-card .separator {
    margin-inline: calc(-40px + -15 * (100vw - 1920px) / 554) calc(-30px + -10 * (100vw - 1920px) / 554);
    padding-right: calc(30px + 10 * (100vw - 1920px) / 554);
  }
  .color-cards-container .color-card .sliding-container {
    padding: 0 calc(30px + 10 * (100vw - 1920px) / 554) calc(42px + 12 * (100vw - 1920px) / 554) calc(40px + 15 * (100vw - 1920px) / 554);
  }
  .color-cards-container .color-card .links-container {
    gap: calc(20px + 2 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .color-cards-container {
    gap: calc(20px + 10 * (100vw - 1366px) / 342);
  }
  .color-cards-container .color-card {
    padding: calc(20px + 5 * (100vw - 1366px) / 342) calc(20px + 5 * (100vw - 1366px) / 342) calc(20px + 5 * (100vw - 1366px) / 342) calc(25px + 5 * (100vw - 1366px) / 342);
  }
  .color-cards-container .color-card .title {
    font-size: calc(35px + 7 * (100vw - 1366px) / 342);
  }
  .color-cards-container .color-card .description {
    margin-top: calc(35px + 15 * (100vw - 1366px) / 342);
  }
  .color-cards-container .color-card .separator {
    margin-inline: calc(-25px + -5 * (100vw - 1366px) / 342) calc(-20px + -5 * (100vw - 1366px) / 342);
    padding-right: calc(20px + 5 * (100vw - 1366px) / 342);
  }
  .color-cards-container .color-card .sliding-container {
    padding: 0 calc(20px + 5 * (100vw - 1366px) / 342) calc(30px + 5 * (100vw - 1366px) / 342) calc(25px + 5 * (100vw - 1366px) / 342);
  }
  .color-cards-container .color-card .links-container {
    gap: calc(18px + 2 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .color-cards-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .color-cards-container .color-card {
    padding: 15px 15px 15px 20px;
  }
  .color-cards-container .color-card .title {
    font-size: calc(28px + 3 * (100vw - 1024px) / 256);
  }
  .color-cards-container .color-card .title br {
    display: none;
  }
  .color-cards-container .color-card .description {
    margin-top: 20px;
  }
  .color-cards-container .color-card .separator {
    margin-inline: -20px -15px;
    padding-right: 15px;
  }
  .color-cards-container .color-card .sliding-container {
    padding: 0 15px 25px 20px;
  }
  .color-cards-container .color-card .links-container {
    gap: 16px;
  }
}
@media (max-width: 520px) {
  .color-cards-container {
    margin-inline: var(--minus-content-1790-box-indent);
    grid-template-columns: 1fr;
  }
  .color-cards-container .color-card {
    padding: 25px var(--content-1790-box-indent) 20px var(--content-1790-box-indent);
  }
  .color-cards-container .color-card .title {
    font-size: calc(25px + 2 * (100vw - 520px) / 200);
  }
  .color-cards-container .color-card .separator {
    margin-inline: var(--minus-content-1790-box-indent);
    padding-right: var(--content-1790-box-indent);
  }
  .color-cards-container .color-card .sliding-container {
    position: relative;
    top: 0;
    background-color: transparent;
    margin-inline: var(--minus-content-1790-box-indent);
    padding-inline: var(--content-1790-box-indent);
    padding-bottom: 10px;
  }
}
@media (max-width: 320px) {
  .color-cards-container .color-card .title {
    font-size: 23px;
  }
}
.company-card {
  position: relative;
  aspect-ratio: 1.5;
  transition: background-color 0.7s ease;
}
.company-card .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.7s ease;
}
.company-card .logo-white {
  opacity: 0;
}
.company-card:last-child::after {
  content: "";
  position: absolute;
  top: 1px;
  left: calc(100% + 5px);
  bottom: 0;
  width: 100vw;
  background-color: #ffffff;
  pointer-events: none;
}
.company-card .investment-type-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDF1F5;
  color: #5B83A2;
  text-transform: uppercase;
  font-size: calc(var(--company-card-width-percent) * 3.5794);
  letter-spacing: 0.2em;
  text-align: center;
  height: calc(var(--company-card-width-percent) * 13.4228);
}

a.company-card:hover, a.company-card:focus-visible {
  background-color: #223551;
}
a.company-card:hover .logo-colored, a.company-card:focus-visible .logo-colored {
  opacity: 0;
}
a.company-card:hover .logo-white, a.company-card:focus-visible .logo-white {
  opacity: 1;
}

.content-block {
  display: flex;
  flex-direction: column;
  gap: 3em;
}

@media (max-width: 1366px) {
  .content-block {
    gap: 2em;
  }
}
@media (max-width: 1024px) {
  .content-block {
    gap: 1.5em;
  }
}
@media (max-width: 768px) {
  .content-block {
    gap: 1em;
  }
}
.footer-container {
  background-color: #223551;
  overflow: hidden;
}
.footer-container .footer .top {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: calc((var(--brick-size) - 1px) * 3 + 1px);
  padding-bottom: calc((var(--brick-size) - 1px) * 1);
}
.footer-container .footer .top .background {
  position: absolute;
  top: 0;
  left: var(--minus-content-1492-box-indent);
  height: 100%;
  width: 100vw;
  background-position-x: var(--content-1492-box-indent);
}
.footer-container .footer .top .circle-1,
.footer-container .footer .top .circle-2 {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * 2 + 1px);
  left: 0;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(91, 131, 162, 0.5);
}
.footer-container .footer .top .circle-1 {
  width: calc((var(--brick-size) - 1px) * 4 + 1px);
}
.footer-container .footer .top .circle-2 {
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.footer-container .footer .top .diagonal-line {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: calc((var(--brick-size) - 1px) * 3 * 1.414 + 1px);
}
.footer-container .footer .top .left {
  position: relative;
}
.footer-container .footer .top .heading {
  margin-bottom: 0.7em;
  color: #ffffff;
}
.footer-container .footer .top .title {
  margin: 0 0 -0.12em -0.04em;
  color: #7FAD84;
}
.footer-container .footer .top .title::after {
  color: inherit;
}
.footer-container .footer .top .contact-button {
  position: relative;
}
.footer-container .footer .middle {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 120px 0 105px;
  margin-right: calc(var(--content-1790-box-indent) - var(--content-1492-box-indent));
}
.footer-container .footer .middle .skip-menu-link {
  position: absolute;
  top: 5px;
  left: 0;
  padding: 1em;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #223551;
  opacity: 0;
  pointer-events: none;
}
.footer-container .footer .middle .skip-menu-link:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.footer-container .footer .middle .logo {
  flex-shrink: 0;
  width: 236px;
  margin-top: 10px;
  margin-right: 130px;
}
.footer-container .footer .middle .logo svg {
  width: 100%;
}
.footer-container .footer .middle .footer-menu {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.footer-container .footer .middle .footer-menu > .menu-item > a,
.footer-container .footer .middle .footer-menu > .menu-item > .inactive-link {
  color: #ffffff;
}
.footer-container .footer .middle .footer-menu > .menu-item > a {
  background-image: linear-gradient(to top, transparent 0px, #5B83A2 0px, #5B83A2 calc(1px + 0px), transparent calc(1px + 0px));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.footer-container .footer .middle .footer-menu > .menu-item > a.hover, .footer-container .footer .middle .footer-menu > .menu-item > a:hover, .footer-container .footer .middle .footer-menu > .menu-item > a:focus {
  background-size: 100% 100%;
}
.footer-container .footer .middle .footer-menu > .menu-item.current-menu-ancestor > a, .footer-container .footer .middle .footer-menu > .menu-item.current-menu-item > a, .footer-container .footer .middle .footer-menu > .menu-item.single-post-parent > a {
  background-size: 100% 100%;
}
.footer-container .footer .middle .footer-menu > .menu-item.current-menu-ancestor > .inactive-link {
  background-image: linear-gradient(to top, transparent 0px, #5B83A2 0px, #5B83A2 calc(1px + 0px), transparent calc(1px + 0px));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
  background-size: 100% 100%;
}
.footer-container .footer .middle .footer-menu > .menu-item.current-menu-ancestor > .inactive-link.hover, .footer-container .footer .middle .footer-menu > .menu-item.current-menu-ancestor > .inactive-link:hover, .footer-container .footer .middle .footer-menu > .menu-item.current-menu-ancestor > .inactive-link:focus {
  background-size: 100% 100%;
}
.footer-container .footer .middle .footer-menu .sub-menu {
  margin-top: 1em;
  color: rgba(255, 255, 255, 0.6);
}
.footer-container .footer .middle .footer-menu .sub-menu .menu-item a {
  transition: color 0.5s ease;
}
.footer-container .footer .middle .footer-menu .sub-menu .menu-item a:hover {
  color: #ffffff;
}
.footer-container .footer .middle .footer-menu .sub-menu .menu-item.current-menu-item a, .footer-container .footer .middle .footer-menu .sub-menu .menu-item.single-post-parent a {
  color: #ffffff;
}
.footer-container .footer .middle .footer-menu .sub-menu .menu-item:nth-child(n+2) {
  margin-top: 0.1em;
}
.footer-container .footer .middle .to-top {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  aspect-ratio: 1;
  margin-left: 125px;
}
.footer-container .footer .middle .to-top .text {
  margin-top: 0.625em;
  text-transform: uppercase;
  color: #7FAD84;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(1.1875em);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.footer-container .footer .middle .to-top:hover .round-button-background, .footer-container .footer .middle .to-top:focus .round-button-background {
  transform: scale(1.12);
}
.footer-container .footer .middle .to-top:hover .text, .footer-container .footer .middle .to-top:focus .text {
  opacity: 1;
  transform: translateY(0);
}
.footer-container .footer .bottom-separator {
  margin-left: var(--minus-content-1492-box-indent);
  width: 100vw;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}
.footer-container .footer .bottom {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  letter-spacing: 0.025em;
  padding: 46px 0;
}
.footer-container .footer .bottom .legal-menu {
  display: flex;
}
.footer-container .footer .bottom .legal-menu .menu-item a {
  background-image: linear-gradient(to top, transparent 4px, #ffffff 4px, #ffffff calc(1px + 4px), transparent calc(1px + 4px));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.footer-container .footer .bottom .legal-menu .menu-item a.hover, .footer-container .footer .bottom .legal-menu .menu-item a:hover, .footer-container .footer .bottom .legal-menu .menu-item a:focus {
  background-size: 0 100%;
}
.footer-container .footer .bottom .legal-menu .menu-item:nth-child(n+2) {
  position: relative;
  margin-left: 2.6em;
}
.footer-container .footer .bottom .legal-menu .menu-item:nth-child(n+2)::before {
  content: "/";
  position: absolute;
  top: 0;
  left: -1.5em;
}

@media (min-width: 1921px) {
  .footer-container .footer .middle {
    padding: calc(120px + -10 * (100vw - 1920px) / -640) 0 calc(105px + -10 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .middle .logo {
    width: calc(236px + -29 * (100vw - 1920px) / -640);
    margin-right: calc(130px + -30 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .middle .to-top {
    margin-left: calc(125px + -15 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .bottom {
    padding: calc(46px + -10 * (100vw - 1920px) / -640) 0;
  }
}
@media (min-width: 2560px) {
  .footer-container .footer .middle {
    padding: 130px 0 115px;
  }
  .footer-container .footer .middle .logo {
    width: 265px;
    margin-right: 160px;
  }
  .footer-container .footer .middle .to-top {
    margin-left: 140px;
  }
  .footer-container .footer .bottom {
    padding: 56px 0;
  }
}
@media (max-width: 1919px) {
  .footer-container .footer .middle {
    padding: calc(120px + 40 * (100vw - 1920px) / 554) 0 calc(105px + 40 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .middle .logo {
    width: calc(236px + 61 * (100vw - 1920px) / 554);
    margin-right: calc(130px + 70 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .middle .to-top {
    margin-left: calc(125px + 50 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .bottom {
    padding: calc(46px + 16 * (100vw - 1920px) / 554) 0;
  }
}
@media (max-width: 1366px) {
  .footer-container .footer .middle {
    padding: calc(80px + 30 * (100vw - 1366px) / 342) 0 calc(65px + 30 * (100vw - 1366px) / 342);
    margin-left: calc((var(--brick-size) - 1px) * -1);
  }
  .footer-container .footer .middle .logo {
    width: calc(175px + 30 * (100vw - 1366px) / 342);
    margin-right: calc(60px + 30 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .middle .footer-menu {
    margin-top: calc(19px + 7 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .middle .to-top {
    margin-left: calc(75px + 40 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .bottom {
    padding: calc(30px + 10 * (100vw - 1366px) / 342) 0;
  }
}
@media (max-width: 1024px) {
  .footer-container .footer .middle {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 0 20px;
  }
  .footer-container .footer .middle .logo {
    width: 145px;
    margin-right: 30px;
  }
  .footer-container .footer .middle .footer-menu {
    display: none;
    margin-top: 12px;
  }
  .footer-container .footer .middle .to-top {
    margin-left: auto;
  }
  .footer-container .footer .bottom-separator {
    display: none;
  }
  .footer-container .footer .bottom {
    padding: 20px 0;
    flex-direction: column;
    gap: 20px;
  }
  .footer-container .footer .bottom .legal-menu {
    order: 1;
  }
  .footer-container .footer .bottom .copy {
    order: 2;
  }
}
@media (max-width: 520px) {
  .footer-container .footer .top {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .footer-container .footer .top .circle-1,
  .footer-container .footer .top .circle-2,
  .footer-container .footer .top .diagonal-line {
    display: none;
  }
  .footer-container .footer .top .left {
    align-self: flex-start;
    padding-top: 50px;
    height: calc((var(--brick-size) - 1px) * 2 + 1px);
  }
}
.header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #476A50;
  z-index: 100;
}
.header-container .header {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 120px;
}
.header-container .header .logo-container {
  flex-shrink: 0;
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: 100%;
  display: flex;
  align-items: center;
}
.header-container .header .logo-container .logo {
  width: 233px;
}
.header-container .header .logo-container .logo svg {
  width: 100%;
}
.header-container .header .dashed-separator {
  position: absolute;
  top: 0;
  left: var(--logo-container-width);
  width: 1px;
  height: 100%;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(143, 191, 149, 0.5) 3px, transparent 3px);
}
.header-container .header .search-bar {
  flex-shrink: 0;
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: 100%;
}
.header-container .header .header-menu {
  display: flex;
  text-transform: uppercase;
  height: 100%;
  color: #ffffff;
  white-space: nowrap;
}
.header-container .header .header-menu > .menu-item {
  position: relative;
}
.header-container .header .header-menu > .menu-item > a,
.header-container .header .header-menu > .menu-item > button {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 60px;
}
.header-container .header .header-menu > .menu-item > a::before,
.header-container .header .header-menu > .menu-item > button::before {
  content: "";
  background-color: #406148;
  border-left: 1px solid #7FAD84;
  z-index: -1;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}
.header-container .header .header-menu > .menu-item > a:focus-visible,
.header-container .header .header-menu > .menu-item > button:focus-visible {
  outline-offset: -6px;
}
.header-container .header .header-menu > .menu-item:hover a::before,
.header-container .header .header-menu > .menu-item:hover button::before, .header-container .header .header-menu > .menu-item.opened a::before,
.header-container .header .header-menu > .menu-item.opened button::before, .header-container .header .header-menu > .menu-item.current-menu-ancestor a::before,
.header-container .header .header-menu > .menu-item.current-menu-ancestor button::before, .header-container .header .header-menu > .menu-item.current-menu-item a::before,
.header-container .header .header-menu > .menu-item.current-menu-item button::before, .header-container .header .header-menu > .menu-item.single-post-parent a::before,
.header-container .header .header-menu > .menu-item.single-post-parent button::before {
  transform: translateY(0);
}
.header-container .header .header-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.7em 3.3em 1.5em;
  min-width: 100%;
  background-color: #3A5B42;
  border-left: 1px solid #7FAD84;
  visibility: hidden;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: clip-path 0.5s ease, visibility 0.5s ease;
}
.header-container .header .header-menu .sub-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(127, 173, 132, 0.5) 3px, transparent 3px);
}
.header-container .header .header-menu .sub-menu .menu-item a {
  background-image: linear-gradient(to top, transparent 0px, #7FAD84 0px, #7FAD84 calc(1px + 0px), transparent calc(1px + 0px));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.header-container .header .header-menu .sub-menu .menu-item a.hover, .header-container .header .header-menu .sub-menu .menu-item a:hover, .header-container .header .header-menu .sub-menu .menu-item a:focus {
  background-size: 100% 100%;
}
.header-container .header .header-menu .sub-menu .menu-item.current-menu-item a, .header-container .header .header-menu .sub-menu .menu-item.single-post-parent a {
  background-size: 100% 100%;
}
.header-container .header .header-menu .sub-menu .menu-item:nth-child(n+2) {
  margin-top: 0.5em;
}
.header-container .header .header-menu .menu-item-has-children > a::after,
.header-container .header .header-menu .menu-item-has-children > button::after {
  content: "";
  border-top: 6px solid #7FAD84;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: 15px;
  transition: transform 0.5s ease;
}
.header-container .header .header-menu .menu-item-has-children:hover > a::after,
.header-container .header .header-menu .menu-item-has-children:hover > button::after, .header-container .header .header-menu .menu-item-has-children.opened > a::after,
.header-container .header .header-menu .menu-item-has-children.opened > button::after {
  transform: rotate(180deg);
}
.header-container .header .header-menu .menu-item-has-children:hover .sub-menu, .header-container .header .header-menu .menu-item-has-children.opened .sub-menu {
  transition-delay: 0.3s;
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.header-container .header .menu-button-container {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  height: 100%;
}
.header-container .header .button-background {
  position: absolute;
  top: 0;
  right: var(--minus-content-1790-box-indent);
  width: calc(var(--brick-size) + var(--content-1790-box-indent));
  min-width: 140px;
  height: 100%;
  background-color: #406148;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
.header-container .header .button-background.active {
  transform: translateX(0);
}
.header-container .header .menu-button {
  position: relative;
  width: 48px;
  height: 48px;
  overflow: hidden;
  cursor: pointer;
}
.header-container .header .menu-button .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.header-container .header .menu-button .line:nth-child(1) {
  transform: translate(27%, -11px);
  transition: transform 0.5s ease;
}
.header-container .header .menu-button .line:nth-child(2) {
  transition: opacity 0.5s ease;
}
.header-container .header .menu-button .line:nth-child(3) {
  transform: translate(27%, 11px);
  transition: transform 0.5s ease;
}
.header-container .header .menu-button:hover .line:nth-child(1) {
  transform: translate(0, -11px);
}
.header-container .header .menu-button:hover .line:nth-child(3) {
  transform: translate(0, 11px);
}
.header-container .header .menu-button.active .line:nth-child(1) {
  transform: rotate(45deg);
}
.header-container .header .menu-button.active .line:nth-child(2) {
  opacity: 0;
}
.header-container .header .menu-button.active .line:nth-child(3) {
  transform: rotate(-45deg);
}
.header-container .header .additional-menu {
  position: absolute;
  top: 100%;
  right: var(--minus-content-1790-box-indent);
  width: calc(var(--brick-size) + var(--content-1790-box-indent));
  min-width: 140px;
  background-color: #35553D;
  color: #ffffff;
  text-align: right;
  padding-block: 42px;
  padding-right: var(--content-1790-box-indent);
  visibility: hidden;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  transition: visibility 0.5s ease, clip-path 0.5s ease;
}
.header-container .header .additional-menu .menu-item a {
  background-image: linear-gradient(to top, transparent 0px, #7FAD84 0px, #7FAD84 calc(1px + 0px), transparent calc(1px + 0px));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.header-container .header .additional-menu .menu-item a.hover, .header-container .header .additional-menu .menu-item a:hover, .header-container .header .additional-menu .menu-item a:focus {
  background-size: 100% 100%;
}
.header-container .header .additional-menu .menu-item.current-menu-item a, .header-container .header .additional-menu .menu-item.single-post-parent a {
  background-size: 100% 100%;
}
.header-container .header .additional-menu .menu-item:nth-child(n+2) {
  margin-top: 0.5em;
}
.header-container .header .additional-menu.active {
  visibility: visible;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.front-page .header-container {
  transform: translateY(-100%);
  transition: background-color 0.2s ease, transform 0.5s ease;
}
.front-page .header-container:not(.scrolled):not(.mobile-menu-opened) {
  background-color: transparent;
}
.front-page .header-container.animated {
  transform: translateY(0);
}

@media (min-width: 1921px) {
  .header-container .header {
    height: calc(120px + -10 * (100vw - 1920px) / -640);
  }
  .header-container .header .logo-container .logo {
    width: calc(233px + -47 * (100vw - 1920px) / -640);
  }
  .header-container .header .header-menu > .menu-item > a,
  .header-container .header .header-menu > .menu-item > button {
    padding: 0 calc(60px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .header-container .header {
    height: 130px;
  }
  .header-container .header .logo-container .logo {
    width: 280px;
  }
  .header-container .header .header-menu > .menu-item > a,
  .header-container .header .header-menu > .menu-item > button {
    padding: 0 65px;
  }
}
@media (max-width: 1919px) {
  .header-container .header {
    height: calc(120px + 20 * (100vw - 1920px) / 554);
  }
  .header-container .header .logo-container .logo {
    width: calc(233px + 63 * (100vw - 1920px) / 554);
  }
  .header-container .header .header-menu > .menu-item > a,
  .header-container .header .header-menu > .menu-item > button {
    padding: 0 calc(60px + 25 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .header-container .header {
    height: calc(100px + 10 * (100vw - 1366px) / 342);
  }
  .header-container .header .logo-container .logo {
    width: calc(170px + 40 * (100vw - 1366px) / 342);
  }
  .header-container .header .header-menu > .menu-item > a,
  .header-container .header .header-menu > .menu-item > button {
    padding: 0 calc(35px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .header-container .header {
    height: 90px;
  }
  .header-container .header .logo-container .logo {
    width: 170px;
  }
  .header-container .header .menu-button {
    width: calc(48px + 8 * (100vw - 1024px) / 704);
    height: calc(48px + 8 * (100vw - 1024px) / 704);
  }
  .header-container .header .dashed-separator,
  .header-container .header .search-bar,
  .header-container .header .header-menu,
  .header-container .header .button-background,
  .header-container .header .additional-menu {
    display: none;
  }
}
@media (max-width: 320px) {
  .header-container .header .menu-button {
    width: 40px;
    height: 40px;
  }
}
.mobile-menu-modal {
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #476A50;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
}
.mobile-menu-modal.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-modal .top-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #7FAD84 3px, transparent 3px);
}
.mobile-menu-modal .window-container {
  display: flex;
  flex-direction: column;
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.mobile-menu-modal .window-container .window {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
}
.mobile-menu-modal .window-container .window .mobile-menu {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px 0;
}
.mobile-menu-modal .window-container .window .mobile-menu .menu-item {
  margin: 0;
}
.mobile-menu-modal .window-container .window .mobile-menu .menu-item a {
  display: block;
  padding: 10px 0;
}

@media (min-width: 1025px) {
  .mobile-menu-modal {
    display: none;
  }
}
.news-card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.news-card .date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 95px;
  padding: 0 60px;
  background-color: #7FAD84;
  color: #ffffff;
}
.news-card .bottom {
  flex-grow: 1;
  display: block;
  border-top: none;
  padding: 37px 45px 50px;
}
.news-card .title {
  display: block;
  margin-bottom: 50px;
  letter-spacing: 0.025em;
  line-height: 1.7;
}
.news-card .more {
  color: inherit;
  background-image: linear-gradient(to top, transparent 0px, #7FAD84 0px, #7FAD84 calc(1px + 0px), transparent calc(1px + 0px));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.news-card:hover .more {
  background-size: 0 100%;
}

@media (min-width: 1921px) {
  .news-card .date {
    height: calc(95px + -5 * (100vw - 1920px) / -640);
    padding: 0 calc(60px + -5 * (100vw - 1920px) / -640);
  }
  .news-card .bottom {
    padding: calc(37px + -3 * (100vw - 1920px) / -640) calc(45px + -5 * (100vw - 1920px) / -640) calc(50px + -3 * (100vw - 1920px) / -640);
  }
  .news-card .title {
    margin-bottom: calc(50px + -3 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .news-card .date {
    height: 100px;
    padding: 0 65px;
  }
  .news-card .bottom {
    padding: 40px 50px 53px;
  }
  .news-card .title {
    margin-bottom: 53px;
  }
}
@media (max-width: 1919px) {
  .news-card .date {
    height: calc(95px + 15 * (100vw - 1920px) / 554);
    padding: 0 calc(60px + 10 * (100vw - 1920px) / 554);
  }
  .news-card .bottom {
    padding: calc(37px + 5 * (100vw - 1920px) / 554) calc(45px + 10 * (100vw - 1920px) / 554) calc(50px + 10 * (100vw - 1920px) / 554);
  }
  .news-card .title {
    margin-bottom: calc(50px + 10 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .news-card .date {
    height: calc(80px + 16 * (100vw - 1366px) / 342);
    padding: 0 calc(50px + 15 * (100vw - 1366px) / 342);
  }
  .news-card .bottom {
    padding: calc(32px + 10 * (100vw - 1366px) / 342) calc(35px + 15 * (100vw - 1366px) / 342) calc(40px + 15 * (100vw - 1366px) / 342);
  }
  .news-card .title {
    margin-bottom: calc(40px + 15 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .news-card .date {
    height: calc(64px + 4 * (100vw - 1024px) / 256);
    padding: 0 calc(35px + 3 * (100vw - 1024px) / 256);
  }
  .news-card .bottom {
    padding: calc(22px + 4 * (100vw - 1024px) / 256) calc(20px + 3 * (100vw - 1024px) / 256) calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .news-card .title {
    margin-bottom: calc(25px + 3 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .news-card .date {
    height: calc(60px + 8 * (100vw - 768px) / 448);
    padding: 0 calc(32px + 5 * (100vw - 768px) / 448);
  }
  .news-card .bottom {
    padding: 18px 17px 20px;
  }
  .news-card .title {
    margin-bottom: calc(22px + 3 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .news-card .date {
    height: 52px;
    padding: 0 27px;
  }
  .news-card .title {
    margin-bottom: 19px;
  }
}
.pop-up {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: auto;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
}
.pop-up.active {
  opacity: 1;
  visibility: visible;
}
.pop-up .window-container {
  position: relative;
  margin: auto;
  padding: 50px;
}
.pop-up .window-container .window {
  position: relative;
  background-color: #ffffff;
}
.pop-up .window-container .window .close-btn {
  position: absolute;
  width: 18px;
  height: 18px;
  top: -20px;
  right: -20px;
  cursor: pointer;
  z-index: 1;
}
.pop-up .window-container .window .close-btn::before, .pop-up .window-container .window .close-btn::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -1px;
  width: 21px;
  height: 2px;
  background-color: #7a8190;
}
.pop-up .window-container .window .close-btn::before {
  transform: rotate(45deg);
}
.pop-up .window-container .window .close-btn::after {
  transform: rotate(-45deg);
}
.pop-up .window-container .window .close-btn:hover::before, .pop-up .window-container .window .close-btn:hover::after {
  background-color: #000000;
}

.round-button-container, .strategies-tabs-section .section-content .tabs-main-wrap .tab-title .arrow-down, .color-cards-container .color-card .separator .toggler {
  width: var(--round-button-width);
  aspect-ratio: 1;
  border-radius: 50%;
}

.round-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--round-button-width);
  aspect-ratio: 1;
  border-radius: 50%;
}
.round-button .round-button-background {
  border-radius: 50%;
  transition: transform 0.6s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.round-button svg {
  position: relative;
}
.round-button:hover .round-button-background {
  transform: scale(1.12);
}
.round-button-white .round-button-background {
  border: 1px solid #ffffff;
}
.round-button-light-blue .round-button-background {
  border: 1px solid rgba(91, 131, 162, 0.5);
}
.round-button-light-blue path {
  stroke: #5B83A2;
}
.round-button-filled-light-blue .round-button-background {
  background-color: #5B83A2;
}
.round-button-filled-light-blue path {
  stroke: #ffffff;
}
.round-button-light-green .round-button-background {
  border: 1px solid #7FAD84;
}
.round-button-light-green path {
  stroke: #ffffff;
}
.round-button-filled-light-green .round-button-background {
  background-color: #7FAD84;
}
.round-button-filled-light-green path {
  stroke: #ffffff;
}

.slider-arrows-container {
  display: flex;
  gap: 18px;
}
.slider-arrows-container .slider-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--round-button-width);
  aspect-ratio: 1;
  border-radius: 50%;
}
.slider-arrows-container .slider-arrow .round-button-background {
  border: 1px solid;
}
.slider-arrows-container.blue .slider-arrow .round-button-background {
  background-color: #223551;
  border-color: #223551;
}
.slider-arrows-container.blue .slider-arrow path {
  stroke: #ffffff;
}
.slider-arrows-container.blue .slider-arrow[disabled] .round-button-background {
  background-color: transparent;
}
.slider-arrows-container.blue .slider-arrow[disabled] path {
  stroke: #223551;
}
.slider-arrows-container.green .slider-arrow .round-button-background {
  background-color: #476A50;
  border-color: #476A50;
}
.slider-arrows-container.green .slider-arrow path {
  stroke: #ffffff;
}
.slider-arrows-container.green .slider-arrow[disabled] .round-button-background {
  background-color: transparent;
  border-color: rgba(71, 106, 80, 0.5);
}
.slider-arrows-container.green .slider-arrow[disabled] path {
  stroke: #476A50;
}

.team-member {
  display: block;
  grid-column-end: span 2;
}
.team-member .photo-container {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-member .photo {
  width: 100%;
  filter: grayscale(1);
  transition: filter 0.5s ease, transform 0.5s ease;
}
.team-member .gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 52%;
}
.team-member .gradient-1 {
  background-image: linear-gradient(to right, rgba(71, 106, 80, 0.4), transparent);
}
.team-member .gradient-2 {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), transparent);
}
.team-member .name {
  font-size: calc(var(--team-member-width-percent) * 9.73);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77.85%;
  padding: 7.3% 7.3% 6.1%;
  background-color: #476A50;
  color: #ffffff;
}
.team-member .position {
  display: block;
  padding: 4.37% 0 0 7.3%;
  font-size: calc(var(--team-member-width-percent) * 4.38);
  color: #000000;
  font-weight: 500;
}
.team-member:hover .photo, .team-member:focus-visible .photo {
  filter: grayscale(0);
  transform: scale(1.05);
}

.team-members-list {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 43px;
  row-gap: 52px;
}

@media (min-width: 1921px) {
  .team-members-list {
    column-gap: calc(43px + -5 * (100vw - 1920px) / -640);
    row-gap: calc(52px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .team-members-list {
    column-gap: 48px;
    row-gap: 57px;
  }
}
@media (max-width: 1919px) {
  .team-members-list {
    column-gap: calc(43px + 13 * (100vw - 1920px) / 554);
    row-gap: calc(52px + 9 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .team-members-list {
    grid-template-columns: repeat(8, 1fr);
    column-gap: calc(30px + 10 * (100vw - 1366px) / 342);
    row-gap: calc(43px + 10 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .team-members-list {
    grid-template-columns: repeat(6, 1fr);
    column-gap: calc(20px + 4 * (100vw - 1024px) / 256);
    row-gap: calc(33px + 3 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .team-members-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 16px;
    row-gap: calc(30px + 3 * (100vw - 768px) / 448);
  }
}
@media (max-width: 480px) {
  .team-members-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 320px) {
  .team-members-list {
    row-gap: 27px;
  }
}
.section-404 {
  padding-top: var(--header-height);
}
.section-404 .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12em 0px;
}
.section-404 .section-content .text-404::after {
  display: none;
}
.section-404 .section-content .not-found {
  margin: 1em 0;
}

@media (max-width: 768px) {
  .section-404 .section-content {
    padding: 6em 0;
  }
}
.about-numbers-section {
  --numbers-container-height: 596px;
}
.about-numbers-section .section-content {
  padding-bottom: 144px;
}
.about-numbers-section .section-content .numbers-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: calc(var(--content-1492-box-indent) - var(--content-1640-box-indent));
  row-gap: 50px;
}
.about-numbers-section .section-content .numbers-container .item {
  position: relative;
  padding: 63px 0 33px;
}
.about-numbers-section .section-content .numbers-container .item .vertical-line {
  position: absolute;
  top: 0;
  left: 0;
  height: var(--numbers-container-height);
}
.about-numbers-section .section-content .numbers-container .item .value {
  position: relative;
  margin-left: -0.02em;
}
.about-numbers-section .section-content .numbers-container .item .value .color-blue {
  color: #223551;
}
.about-numbers-section .section-content .numbers-container .item .value .dollar {
  display: inline-block;
  padding-right: 0.3em;
  font-size: 0.75em;
  transform: translateY(-0.13em);
}
.about-numbers-section .section-content .numbers-container .item .value::after {
  display: none;
}
.about-numbers-section .section-content .numbers-container .item .title {
  margin-top: 1.9em;
  padding-right: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-numbers-section .section-content .numbers-container .item:nth-child(n+4) .vertical-line {
  display: none;
}
.about-numbers-section .section-content .numbers-container .illustration-item {
  position: relative;
}
.about-numbers-section .section-content .numbers-container .illustration-item .illustration {
  position: absolute;
  width: calc(100% + var(--content-1640-box-indent));
  top: 58px;
  left: 0;
}

@media (min-width: 1921px) {
  .about-numbers-section .section-content {
    padding-bottom: calc(144px + -83 * (100vw - 1920px) / -640);
  }
  .about-numbers-section .section-content .numbers-container {
    row-gap: calc(50px + -10 * (100vw - 1920px) / -640);
  }
  .about-numbers-section .section-content .numbers-container .item {
    padding: calc(63px + -3 * (100vw - 1920px) / -640) 0 calc(33px + -3 * (100vw - 1920px) / -640);
  }
  .about-numbers-section .section-content .numbers-container .illustration-item .illustration {
    top: calc(58px + 23 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .about-numbers-section .section-content {
    padding-bottom: 227px;
  }
  .about-numbers-section .section-content .numbers-container {
    row-gap: 60px;
  }
  .about-numbers-section .section-content .numbers-container .item {
    padding: 66px 0 36px;
  }
  .about-numbers-section .section-content .numbers-container .illustration-item .illustration {
    top: 35px;
  }
}
@media (max-width: 1919px) {
  .about-numbers-section .section-content {
    padding-bottom: calc(144px + 54 * (100vw - 1920px) / 554);
  }
  .about-numbers-section .section-content .numbers-container {
    row-gap: calc(50px + 10 * (100vw - 1920px) / 554);
  }
  .about-numbers-section .section-content .numbers-container .item {
    padding: calc(63px + 10 * (100vw - 1920px) / 554) 0 calc(33px + 5 * (100vw - 1920px) / 554);
  }
  .about-numbers-section .section-content .numbers-container .illustration-item .illustration {
    top: calc(58px + 5 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .about-numbers-section .section-content {
    padding-bottom: calc(90px + 70 * (100vw - 1366px) / 342);
  }
  .about-numbers-section .section-content .numbers-container {
    row-gap: calc(40px + 10 * (100vw - 1366px) / 342);
  }
  .about-numbers-section .section-content .numbers-container .item {
    padding: calc(53px + 5 * (100vw - 1366px) / 342) 0 calc(28px + 3 * (100vw - 1366px) / 342);
  }
  .about-numbers-section .section-content .numbers-container .illustration-item .illustration {
    top: calc(53px + 13 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .about-numbers-section .section-content {
    padding-bottom: 20px;
  }
  .about-numbers-section .section-content .numbers-container {
    row-gap: calc(30px + 5 * (100vw - 1024px) / 256);
    padding-left: calc(40px + 5 * (100vw - 1024px) / 256);
  }
  .about-numbers-section .section-content .numbers-container .item {
    padding: calc(48px + 10 * (100vw - 1024px) / 256) 0 calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .about-numbers-section .section-content .numbers-container .illustration-item .illustration {
    top: calc(40px + -20 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .about-numbers-section .section-content {
    padding-bottom: 0;
  }
  .about-numbers-section .section-content .numbers-container {
    row-gap: calc(25px + 5 * (100vw - 768px) / 248);
    padding-left: 35px;
  }
  .about-numbers-section .section-content .numbers-container .item {
    padding: calc(38px + 9 * (100vw - 768px) / 248) 0 calc(20px + 5 * (100vw - 768px) / 248);
  }
  .about-numbers-section .section-content .numbers-container .illustration-item {
    display: none;
  }
  .about-numbers-section .section-content .numbers-container .illustration-item .illustration {
    top: 60px;
  }
}
@media (max-width: 520px) {
  .about-numbers-section .section-content .numbers-container {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
  .about-numbers-section .section-content .numbers-container .item {
    padding: 29px 0 15px;
  }
  .about-numbers-section .section-content .numbers-container .item:nth-child(n+3) .vertical-line {
    display: none;
  }
}
@media (max-width: 400px) {
  .about-numbers-section .section-content .numbers-container {
    grid-template-columns: 1fr;
  }
  .about-numbers-section .section-content .numbers-container .item:nth-child(n+2) .vertical-line {
    display: none;
  }
}
.advantages-section .section-content .section-title {
  margin-bottom: 0.62em;
}
.advantages-section .section-content .wrap {
  position: relative;
}
.advantages-section .section-content .wrap .background {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: calc(var(--content-1492-width) / 100 * 6);
}
.advantages-section .section-content .wrap .background .image {
  width: 100%;
  transition: opacity 0.5s ease;
}
.advantages-section .section-content .wrap .background .image.disabled {
  opacity: 0.5;
}
.advantages-section .section-content .wrap .background .curtain {
  position: absolute;
  top: 0;
  left: calc(50% - var(--content-1492-width) / 100 * 2);
  width: calc(var(--content-1492-width) / 100 * 4);
  height: 100%;
  background-color: #ffffff;
}
.advantages-section .section-content .wrap .background .vertical-line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: 1;
}
.advantages-section .section-content .wrap .background .horizontal-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
.advantages-section .section-content .wrap .advantages-wrap {
  pointer-events: none;
  padding: calc(var(--content-1492-width) / 100 * 10) calc(var(--content-1492-width) / 100 * 20);
}
.advantages-section .section-content .wrap .advantages-container {
  pointer-events: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background-color: #ffffff;
  height: 100%;
}
.advantages-section .section-content .wrap .advantages-container .advantage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.advantages-section .section-content .wrap .advantages-container .advantage .plus {
  position: absolute;
  width: 76px;
  height: 76px;
}
.advantages-section .section-content .wrap .advantages-container .advantage .plus::before, .advantages-section .section-content .wrap .advantages-container .advantage .plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #223551;
}
.advantages-section .section-content .wrap .advantages-container .advantage .plus::after {
  transform: rotate(90deg);
}
.advantages-section .section-content .wrap .advantages-container .advantage .name {
  padding: 0 50px;
  text-align: center;
}
.advantages-section .section-content .wrap .advantages-container .advantage:nth-child(1) .plus {
  top: 0;
  left: 0;
}
.advantages-section .section-content .wrap .advantages-container .advantage:nth-child(2) .plus {
  top: 0;
  right: 0;
}
.advantages-section .section-content .wrap .advantages-container .advantage:nth-child(3) .plus {
  left: 0;
  bottom: 0;
}
.advantages-section .section-content .wrap .advantages-container .advantage:nth-child(4) .plus {
  right: 0;
  bottom: 0;
}
.advantages-section .section-content .wrap .advantages-container .image-mobile-container {
  display: none;
}
.advantages-section .section-content .wrap .advantages-container .advantage-full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 140px;
  z-index: 2;
  background-color: #ffffff;
  text-align: center;
  pointer-events: none;
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  transition: clip-path 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.advantages-section .section-content .wrap .advantages-container .advantage-full .name {
  margin-bottom: 0.95em;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.advantages-section .section-content .wrap .advantages-container .advantage-full .description {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.advantages-section .section-content .wrap .advantages-container .advantage-full .description > * {
  position: relative;
  margin-bottom: 1.6em;
}
.advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  width: 540px;
}
.advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:last-child {
  margin-bottom: 0;
}
.advantages-section .section-content .wrap .advantages-container .advantage-full.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.advantages-section .section-content .wrap .advantages-container .advantage-full.active .name,
.advantages-section .section-content .wrap .advantages-container .advantage-full.active .description {
  opacity: 1;
  transition-delay: 0.15s;
}

@media (min-width: 1921px) {
  .advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:nth-child(n+2)::before {
    width: calc(540px + -50 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:nth-child(n+2)::before {
    width: 590px;
  }
}
@media (max-width: 1919px) {
  .advantages-section .section-content .wrap .advantages-container .advantage .plus {
    width: calc(76px + 20 * (100vw - 1920px) / 554);
    height: calc(76px + 20 * (100vw - 1920px) / 554);
  }
  .advantages-section .section-content .wrap .advantages-container .advantage .name {
    padding: 0 calc(50px + 20 * (100vw - 1920px) / 554);
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full {
    padding: calc(50px + 20 * (100vw - 1920px) / 554) calc(140px + 80 * (100vw - 1920px) / 554);
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full .name {
    margin-bottom: calc(38px + 23 * (100vw - 1920px) / 554);
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:nth-child(n+2)::before {
    width: calc(540px + 60 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .advantages-section .section-content .wrap .advantages-wrap {
    padding: calc(var(--content-1492-width) / 100 * 5) calc(var(--content-1492-width) / 100 * 10);
  }
  .advantages-section .section-content .wrap .advantages-container .advantage .plus {
    width: 56px;
    height: 56px;
  }
  .advantages-section .section-content .wrap .advantages-container .advantage .name {
    padding: 0 30px;
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full {
    padding: 30px 60px;
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full .name {
    margin-bottom: 15px;
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:nth-child(n+2)::before {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .advantages-section .section-content .wrap .background {
    display: none;
  }
  .advantages-section .section-content .wrap .advantages-wrap {
    position: static;
    padding: 0;
  }
  .advantages-section .section-content .wrap .advantages-container {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .advantages-section .section-content .wrap .advantages-container .advantage {
    display: none;
  }
  .advantages-section .section-content .wrap .advantages-container .image-mobile-container {
    display: block;
  }
  .advantages-section .section-content .wrap .advantages-container .image-mobile-container .image-mobile {
    width: 100%;
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full {
    position: static;
    display: block;
    clip-path: none;
    text-align: left;
    padding: calc(40px + 5 * (100vw - 1024px) / 256) 0 calc(50px + 3 * (100vw - 1024px) / 256);
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full .name,
  .advantages-section .section-content .wrap .advantages-container .advantage-full .description {
    opacity: 1;
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full .description > *:nth-child(n+2)::before {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .advantages-section .section-content .wrap .advantages-container .image-mobile-container {
    margin-inline: var(--minus-content-1790-box-indent);
  }
  .advantages-section .section-content .wrap .advantages-container .advantage-full {
    padding: calc(35px + 12 * (100vw - 768px) / 448) 0 calc(47px + 12 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .advantages-section .section-content .wrap .advantages-container .advantage-full {
    padding: 23px 0 35px;
  }
}
.buttons-section .section-content {
  display: flex;
  justify-content: center;
  gap: calc(var(--brick-size) * 0.4666);
}

@media (max-width: 1024px) {
  .buttons-section .section-content {
    gap: calc(37px + 7 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .buttons-section .section-content {
    gap: calc(30px + 15 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .buttons-section .section-content {
    gap: 15px;
  }
}
@media (max-width: 768px) {
  #esg-approach-title {
    margin-top: var(--section-indent-150);
  }
}
.contacts-section .section-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: var(--content-1640-box-indent);
}
.contacts-section .section-content .office {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
  width: 670px;
  padding: 86px 80px;
}
.contacts-section .section-content .office .title {
  margin-bottom: 0.5em;
}
.contacts-section .section-content .office .email,
.contacts-section .section-content .office .phone {
  background-image: linear-gradient(to top, transparent 0.2em, #000000 0.2em, #000000 calc(1px + 0.2em), transparent calc(1px + 0.2em));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.contacts-section .section-content .office .email.hover, .contacts-section .section-content .office .email:hover, .contacts-section .section-content .office .email:focus,
.contacts-section .section-content .office .phone.hover,
.contacts-section .section-content .office .phone:hover,
.contacts-section .section-content .office .phone:focus {
  background-size: 100% 100%;
}
.contacts-section .section-content .departments-container .department {
  position: relative;
  display: flex;
  padding: 1.3em 1em 1.2em 2.5em;
  border-top: 1px solid rgba(91, 131, 162, 0.3);
  overflow: hidden;
}
.contacts-section .section-content .departments-container .department .curtain {
  transform: translateY(100%);
  transition: 0.5s ease;
}
.contacts-section .section-content .departments-container .department .name {
  position: relative;
  width: 448px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 0.5s ease;
}
.contacts-section .section-content .departments-container .department .email {
  position: relative;
  transition: color 0.5s ease;
}
.contacts-section .section-content .departments-container .department:last-child {
  border-bottom: 1px solid rgba(91, 131, 162, 0.3);
}
.contacts-section .section-content .departments-container .department:hover .curtain {
  transform: translateY(0);
}
.contacts-section .section-content .departments-container .department:hover .name,
.contacts-section .section-content .departments-container .department:hover .email {
  color: #ffffff !important;
}

@media (min-width: 1921px) {
  .contacts-section .section-content .office {
    width: calc(670px + -60 * (100vw - 1920px) / -640);
    padding: calc(86px + -10 * (100vw - 1920px) / -640) calc(80px + -10 * (100vw - 1920px) / -640);
  }
  .contacts-section .section-content .departments-container .department .name {
    width: calc(448px + -22 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .contacts-section .section-content .office {
    width: 730px;
    padding: 96px 90px;
  }
  .contacts-section .section-content .departments-container .department .name {
    width: 470px;
  }
}
@media (max-width: 1919px) {
  .contacts-section .section-content .office {
    width: calc(670px + 210 * (100vw - 1920px) / 554);
    padding: calc(86px + 26 * (100vw - 1920px) / 554) calc(80px + 35 * (100vw - 1920px) / 554);
  }
  .contacts-section .section-content .departments-container .department .name {
    width: calc(448px + 178 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .contacts-section .section-content {
    margin-inline: var(--content-1790-box-indent);
  }
  .contacts-section .section-content .office {
    width: calc(520px + 160 * (100vw - 1366px) / 342);
    padding: calc(60px + 20 * (100vw - 1366px) / 342) calc(45px + 20 * (100vw - 1366px) / 342);
  }
  .contacts-section .section-content .departments-container .department {
    padding: 1.2em 0.8em 1.1em 1.5em;
  }
  .contacts-section .section-content .departments-container .department .name {
    width: calc(300px + 80 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .contacts-section .section-content {
    flex-direction: column;
    align-items: stretch;
    gap: 60px;
  }
  .contacts-section .section-content .office {
    width: 470px;
    padding: 50px 45px;
  }
  .contacts-section .section-content .departments-container .department .name {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .contacts-section .section-content {
    gap: calc(60px + 15 * (100vw - 768px) / 448);
  }
  .contacts-section .section-content .office {
    width: calc(470px + 200 * (100vw - 768px) / 448);
    padding: calc(50px + 20 * (100vw - 768px) / 448) calc(45px + 25 * (100vw - 768px) / 448);
  }
  .contacts-section .section-content .departments-container .department {
    flex-direction: column;
  }
  .contacts-section .section-content .departments-container .department .name {
    width: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 420px) {
  .contacts-section .section-content .departments-container {
    margin-inline: var(--minus-content-1790-box-indent);
  }
  .contacts-section .section-content .departments-container .department {
    padding: 1.1em var(--content-1790-box-indent);
  }
}
@media (max-width: 320px) {
  .contacts-section .section-content {
    gap: 45px;
  }
  .contacts-section .section-content .office {
    width: 270px;
    padding: 30px 20px;
  }
}
.criteria-section .section-content .section-title {
  margin-bottom: 110px;
}
.criteria-section .section-content .criteria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 72px;
  row-gap: 50px;
}
.criteria-section .section-content .criteria .criterion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 73px 80px;
}
.criteria-section .section-content .criteria .criterion .title {
  display: flex;
  align-items: center;
  margin-bottom: 0.65em;
}
.criteria-section .section-content .criteria.items-count-4 .criterion:last-child {
  grid-column-end: span 3;
}
.criteria-section .section-content .criteria.items-count-5 .criterion:last-child {
  grid-column-end: span 2;
}
.criteria-section .section-content .criteria.items-count-4 .criterion:last-child, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.criteria-section .section-content .criteria.items-count-4 .criterion:last-child .title, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child .title {
  margin: 0;
  width: 440px;
  padding-right: 150px;
}

@media (min-width: 1921px) {
  .criteria-section .section-content .section-title {
    margin-bottom: calc(110px + -15 * (100vw - 1920px) / -640);
  }
  .criteria-section .section-content .criteria {
    column-gap: calc(72px + -8 * (100vw - 1920px) / -640);
    row-gap: calc(50px + -10 * (100vw - 1920px) / -640);
  }
  .criteria-section .section-content .criteria .criterion {
    padding: calc(73px + -3 * (100vw - 1920px) / -640) calc(80px + -5 * (100vw - 1920px) / -640);
  }
  .criteria-section .section-content .criteria.items-count-4 .criterion:last-child .title, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child .title {
    width: calc(440px + -120 * (100vw - 1920px) / -640);
    padding-right: calc(150px + -40 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .criteria-section .section-content .section-title {
    margin-bottom: 125px;
  }
  .criteria-section .section-content .criteria {
    column-gap: 80px;
    row-gap: 60px;
  }
  .criteria-section .section-content .criteria .criterion {
    padding: 76px 85px;
  }
  .criteria-section .section-content .criteria.items-count-4 .criterion:last-child .title, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child .title {
    width: 560px;
    padding-right: 190px;
  }
}
@media (max-width: 1919px) {
  .criteria-section .section-content .section-title {
    margin-bottom: calc(110px + 40 * (100vw - 1920px) / 554);
  }
  .criteria-section .section-content .criteria {
    column-gap: calc(72px + 32 * (100vw - 1920px) / 554);
    row-gap: calc(50px + 15 * (100vw - 1920px) / 554);
  }
  .criteria-section .section-content .criteria .criterion {
    padding: calc(73px + 38 * (100vw - 1920px) / 554) calc(80px + 40 * (100vw - 1920px) / 554);
  }
  .criteria-section .section-content .criteria.items-count-4 .criterion:last-child .title, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child .title {
    width: calc(440px + 110 * (100vw - 1920px) / 554);
    padding-right: calc(150px + 70 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .criteria-section .section-content .section-title {
    margin-bottom: calc(70px + 30 * (100vw - 1366px) / 342);
  }
  .criteria-section .section-content .criteria {
    column-gap: calc(40px + 25 * (100vw - 1366px) / 342);
    row-gap: calc(35px + 20 * (100vw - 1366px) / 342);
  }
  .criteria-section .section-content .criteria .criterion {
    padding: calc(35px + 10 * (100vw - 1366px) / 342) calc(40px + 20 * (100vw - 1366px) / 342);
  }
  .criteria-section .section-content .criteria.items-count-4 .criterion:last-child .title, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child .title {
    width: calc(330px + 90 * (100vw - 1366px) / 342);
    padding-right: calc(80px + 50 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .criteria-section .section-content .section-title {
    margin-bottom: calc(40px + 10 * (100vw - 1024px) / 256);
  }
  .criteria-section .section-content .criteria {
    grid-template-columns: 1fr;
    column-gap: 15px;
    row-gap: calc(30px + 5 * (100vw - 1024px) / 256);
  }
  .criteria-section .section-content .criteria .criterion {
    display: block;
    padding: calc(35px + 5 * (100vw - 1024px) / 256) calc(40px + 5 * (100vw - 1024px) / 256);
  }
  .criteria-section .section-content .criteria.items-count-4 .criterion:last-child, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child {
    grid-column-end: auto;
  }
  .criteria-section .section-content .criteria.items-count-4 .criterion:last-child .title, .criteria-section .section-content .criteria.items-count-5 .criterion:last-child .title {
    width: auto;
    padding-right: 0;
    margin-bottom: 0.65em;
  }
}
@media (max-width: 768px) {
  .criteria-section .section-content .section-title {
    margin-bottom: calc(30px + 10 * (100vw - 768px) / 448);
  }
  .criteria-section .section-content .criteria {
    row-gap: calc(25px + 10 * (100vw - 768px) / 448);
  }
  .criteria-section .section-content .criteria .criterion {
    padding: calc(30px + 12 * (100vw - 768px) / 448) calc(35px + 20 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .criteria-section .section-content .section-title {
    margin-bottom: 20px;
  }
  .criteria-section .section-content .criteria {
    row-gap: 15px;
  }
  .criteria-section .section-content .criteria .criterion {
    padding: 18px 15px;
  }
}
.directions-section .section-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 80px calc(var(--content-1492-box-indent) - var(--content-1790-box-indent)) 80px 0;
}
.directions-section .section-content .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1190px;
  background-color: #EDF1F5;
}
.directions-section .section-content .image-container {
  position: relative;
  width: 810px;
}
.directions-section .section-content .directions-container {
  position: relative;
}
.directions-section .section-content .directions-container .line {
  width: 100%;
  height: 1px;
}
.directions-section .section-content .directions-container .line-solid {
  background-color: #5B83A2;
}
.directions-section .section-content .directions-container .line-dashed {
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}
.directions-section .section-content .directions-container .direction {
  padding: 30px 105px 27px 0;
}

@media (min-width: 1921px) {
  .directions-section .section-content {
    padding: calc(80px + -20 * (100vw - 1920px) / -640) calc(var(--content-1492-box-indent) - var(--content-1790-box-indent)) calc(80px + -20 * (100vw - 1920px) / -640) 0;
  }
  .directions-section .section-content .background {
    width: calc(1190px + -250 * (100vw - 1920px) / -640);
  }
  .directions-section .section-content .image-container {
    width: calc(810px + -230 * (100vw - 1920px) / -640);
  }
  .directions-section .section-content .directions-container .direction {
    padding: calc(30px + -5 * (100vw - 1920px) / -640) calc(105px + -50 * (100vw - 1920px) / -640) calc(27px + -5 * (100vw - 1920px) / -640) 0;
  }
}
@media (min-width: 2560px) {
  .directions-section .section-content {
    padding: 100px calc(var(--content-1492-box-indent) - var(--content-1790-box-indent)) 100px 0;
  }
  .directions-section .section-content .background {
    width: 1440px;
  }
  .directions-section .section-content .image-container {
    width: 1040px;
  }
  .directions-section .section-content .directions-container .direction {
    padding: 35px 155px 32px 0;
  }
}
@media (max-width: 1919px) {
  .directions-section .section-content {
    padding: calc(80px + 10 * (100vw - 1920px) / 554) calc(var(--content-1492-box-indent) - var(--content-1790-box-indent)) calc(80px + 10 * (100vw - 1920px) / 554) 0;
  }
  .directions-section .section-content .background {
    width: calc(1190px + 290 * (100vw - 1920px) / 554);
  }
  .directions-section .section-content .image-container {
    width: calc(810px + 260 * (100vw - 1920px) / 554);
  }
  .directions-section .section-content .directions-container .direction {
    padding: calc(30px + 10 * (100vw - 1920px) / 554) calc(105px + 55 * (100vw - 1920px) / 554) calc(27px + 7 * (100vw - 1920px) / 554) 0;
  }
}
@media (max-width: 1366px) {
  .directions-section .section-content {
    padding: calc(70px + 20 * (100vw - 1366px) / 342) calc(var(--content-1492-box-indent) - var(--content-1790-box-indent)) calc(70px + 20 * (100vw - 1366px) / 342) 0;
  }
  .directions-section .section-content .background {
    width: calc(900px + 230 * (100vw - 1366px) / 342);
  }
  .directions-section .section-content .image-container {
    width: calc(550px + 170 * (100vw - 1366px) / 342);
  }
  .directions-section .section-content .directions-container .direction {
    padding: calc(20px + 5 * (100vw - 1366px) / 342) calc(50px + 20 * (100vw - 1366px) / 342) calc(20px + 5 * (100vw - 1366px) / 342) 0;
  }
}
@media (max-width: 1024px) {
  .directions-section .section-content {
    padding: calc(50px + 10 * (100vw - 1024px) / 256) calc(80px + 50 * (100vw - 1024px) / 256) calc(50px + 10 * (100vw - 1024px) / 256) 0;
  }
  .directions-section .section-content .background {
    width: calc(670px + 180 * (100vw - 1024px) / 256);
  }
  .directions-section .section-content .image-container {
    width: calc(380px + 60 * (100vw - 1024px) / 256);
  }
  .directions-section .section-content .directions-container .direction {
    padding: calc(15px + 5 * (100vw - 1024px) / 256) calc(30px + 4 * (100vw - 1024px) / 256) calc(15px + 5 * (100vw - 1024px) / 256) 0;
    font-size: calc(29px + 8 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .directions-section .section-content {
    padding: calc(40px + 20 * (100vw - 768px) / 448) calc(30px + 15 * (100vw - 768px) / 448) calc(40px + 20 * (100vw - 768px) / 448) calc(40px + 20 * (100vw - 768px) / 448);
  }
  .directions-section .section-content .background {
    width: 100%;
  }
  .directions-section .section-content .image-container {
    display: none;
    width: 320px;
  }
  .directions-section .section-content .directions-container {
    width: 100%;
  }
  .directions-section .section-content .directions-container .direction {
    padding: calc(15px + 1 * (100vw - 768px) / 448) calc(30px + 20 * (100vw - 768px) / 448) calc(15px + 1 * (100vw - 768px) / 448) 0;
    font-size: calc(22px + 5 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .directions-section .section-content {
    padding: 20px 15px 20px 20px;
  }
  .directions-section .section-content .directions-container .direction {
    padding: 14px 10px 14px 0;
    font-size: 17px;
  }
}
.disclaimer-section {
  background-color: #EDF1F5;
}
.disclaimer-section .section-content .text {
  color: rgba(0, 0, 0, 0.8);
}
.disclaimer-section.transparent-background {
  background-color: transparent;
}

.esg-portfolio-section .section-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: var(--content-1492-box-indent);
  margin-right: var(--content-1790-box-indent);
}
.esg-portfolio-section .section-content .left .section-title {
  margin-bottom: 140px;
}
.esg-portfolio-section .section-content .right {
  flex-shrink: 0;
  position: relative;
  display: flex;
  max-width: 100%;
  margin-top: 75px;
}
.esg-portfolio-section .section-content .right .column-1,
.esg-portfolio-section .section-content .right .column-2 {
  width: 50%;
}
.esg-portfolio-section .section-content .right .image-1,
.esg-portfolio-section .section-content .right .image-2 {
  width: 100%;
}
.esg-portfolio-section .section-content .right .column-1 {
  padding-top: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.esg-portfolio-section .section-content .right .figure {
  position: relative;
  width: 0;
  margin-left: auto;
}
.esg-portfolio-section .section-content .right .figure .diagonal-line {
  top: calc((var(--brick-size) - 1px) * -1);
  left: calc((var(--brick-size) - 1px) * -1);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.esg-portfolio-section .section-content .right .figure .solid-circle {
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  clip-path: polygon(0 0, 50% 0, 50% 50%, 0 50%);
}
.esg-portfolio-section .section-content .right .figure .dashed-circle {
  width: calc((var(--brick-size) - 1px) * 2.4 + 1px);
  clip-path: polygon(0 0, 50% 50%, 0 50%);
}
.esg-portfolio-section .section-content .right .graph-paper {
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.esg-portfolio-section .section-content .right .graph-paper .diagonal-line {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.esg-portfolio-section .section-content .right .graph-paper .solid-circle {
  width: calc((var(--brick-size) - 1px) * 1.2 + 1px);
  top: calc((var(--brick-size) - 1px) * 2);
  left: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
}
.esg-portfolio-section .section-content .right .graph-paper .dashed-circle {
  width: calc((var(--brick-size) - 1px) * 1.6 + 1px);
  top: calc((var(--brick-size) - 1px) * 2);
  left: 0;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
}
.esg-portfolio-section .section-content .right .vertical-line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * 0.4 + 1px);
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

@media (min-width: 1921px) {
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: calc(140px + -10 * (100vw - 1920px) / -640);
  }
  .esg-portfolio-section .section-content .right {
    margin-top: calc(75px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: 150px;
  }
  .esg-portfolio-section .section-content .right {
    margin-top: 80px;
  }
}
@media (max-width: 1919px) {
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: calc(140px + 40 * (100vw - 1920px) / 554);
  }
  .esg-portfolio-section .section-content .right {
    margin-top: calc(75px + 30 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: calc(100px + 50 * (100vw - 1366px) / 342);
  }
  .esg-portfolio-section .section-content .right {
    margin-top: calc(45px + 35 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .esg-portfolio-section .section-content {
    display: block;
  }
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: calc(50px + 10 * (100vw - 1024px) / 256);
  }
  .esg-portfolio-section .section-content .left .section-title br {
    display: none;
  }
  .esg-portfolio-section .section-content .left .content-block {
    width: auto;
  }
  .esg-portfolio-section .section-content .right {
    margin: calc(50px + 10 * (100vw - 1024px) / 256) auto 0;
  }
}
@media (max-width: 768px) {
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: calc(40px + 5 * (100vw - 768px) / 248);
  }
  .esg-portfolio-section .section-content .right {
    margin: calc(40px + 5 * (100vw - 768px) / 248) auto 0;
  }
}
@media (max-width: 520px) {
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: calc(35px + 15 * (100vw - 520px) / 200);
  }
  .esg-portfolio-section .section-content .right {
    margin: calc(35px + 5 * (100vw - 520px) / 200) auto 0;
  }
  .esg-portfolio-section .section-content .right .vertical-line {
    display: none;
  }
  .esg-portfolio-section .section-content .right .graph-paper {
    width: calc((var(--brick-size) - 1px) * 1 + 1px);
    height: calc((var(--brick-size) - 1px) * 1 + 1px);
  }
  .esg-portfolio-section .section-content .right .graph-paper .diagonal-line {
    top: 0;
  }
  .esg-portfolio-section .section-content .right .graph-paper .solid-circle,
  .esg-portfolio-section .section-content .right .graph-paper .dashed-circle {
    top: calc((var(--brick-size) - 1px) * 1);
  }
}
@media (max-width: 320px) {
  .esg-portfolio-section .section-content .left .section-title {
    margin-bottom: 20px;
  }
  .esg-portfolio-section .section-content .right {
    margin: 30px auto 0;
  }
}
.esg-principles-section {
  --slide-top-padding: 185px;
}
.esg-principles-section .section-content .text {
  margin-top: 1.3em;
}
.esg-principles-section .section-content .principles-block {
  position: relative;
  margin-top: 82px;
  margin-right: calc(var(--content-1790-box-indent) - var(--content-1492-box-indent));
  padding-bottom: 78px;
}
.esg-principles-section .section-content .principles-block .background {
  position: absolute;
  top: var(--slide-top-padding);
  left: var(--minus-content-1492-box-indent);
  right: var(--minus-content-1492-box-indent);
  bottom: 0;
  background-color: #EDF1F5;
}
.esg-principles-section .section-content .principles-block .background .graph-paper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(var(--content-1492-box-indent) + (var(--brick-size) - 1px) * 5 + 1px);
  background-position: left var(--content-1492-box-indent) bottom 2px, left var(--content-1492-box-indent) bottom 2px;
}
.esg-principles-section .section-content .principles-block .background .figure {
  position: absolute;
  bottom: calc((var(--brick-size) - 1px) * 1);
  left: var(--content-1790-box-indent);
  width: calc((var(--brick-size) - 1px) * 1 + 1px);
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.esg-principles-section .section-content .principles-block .background .figure .diagonal-line-1 {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.esg-principles-section .section-content .principles-block .background .figure .diagonal-line-2 {
  top: calc((var(--brick-size) - 1px) * 1.5 + 1px);
  left: calc((var(--brick-size) - 1px) * 0.5 + 1px);
  height: calc((var(--brick-size) - 1px) * 0.5 * 1.414 + 1px);
}
.esg-principles-section .section-content .principles-block .background .figure .dot-1 {
  top: calc((var(--brick-size) - 1px) * 1);
  left: 0;
}
.esg-principles-section .section-content .principles-block .background .figure .dot-2 {
  top: calc((var(--brick-size) - 1px) * 1.5 + 1px);
  left: calc((var(--brick-size) - 1px) * 0.5 + 1px);
}
.esg-principles-section .section-content .principles-block .background .figure .dashed-circle {
  top: calc((var(--brick-size) - 1px) * 1);
  left: 0;
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.esg-principles-section .section-content .principles-block .background .figure .solid-circle-1 {
  top: calc((var(--brick-size) - 1px) * 1);
  left: 0;
  width: calc((var(--brick-size) - 1px) * 1 + 1px);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.esg-principles-section .section-content .principles-block .background .figure .solid-circle-2 {
  top: calc((var(--brick-size) - 1px) * 1.5 + 1px);
  left: calc((var(--brick-size) - 1px) * 0.5 + 1px);
  width: calc((var(--brick-size) - 1px) * 0.4 + 1px);
}
.esg-principles-section .section-content .principles-block .background .figure .solid-circle-2 {
  top: 100%;
  left: 0;
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.esg-principles-section .section-content .principles-block .background .figure .filled-circle {
  top: 100%;
  left: 0;
  width: calc((var(--brick-size) - 1px) * 0.2 + 1px);
}
.esg-principles-section .section-content .principles-block .slider {
  position: relative;
}
.esg-principles-section .section-content .principles-block .slider .hiding-wrap {
  overflow: hidden;
}
.esg-principles-section .section-content .principles-block .slider .track-container {
  display: flex;
}
.esg-principles-section .section-content .principles-block .slider .track {
  flex-shrink: 0;
  display: flex;
  column-gap: 70px;
}
.esg-principles-section .section-content .principles-block .slider .track .slide {
  flex-shrink: 0;
  position: relative;
  width: 972px;
  height: 550px;
  display: flex;
  align-items: flex-end;
}
.esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
  position: relative;
  width: calc((var(--brick-size) - 1px) * 5 + 1px);
  min-height: 365px;
  padding: 55px 75px 20px 60px;
  background-color: #223551;
  color: #ffffff;
}
.esg-principles-section .section-content .principles-block .slider .track .slide .text-container .title {
  color: inherit;
}
.esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
  margin-top: 58px;
}
.esg-principles-section .section-content .principles-block .slider .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.esg-principles-section .section-content .principles-block .slider .controls .progressbar {
  position: relative;
  width: 1195px;
  height: 3px;
  background-color: rgba(91, 131, 162, 0.3);
  border-radius: 3px;
  overflow: hidden;
}
.esg-principles-section .section-content .principles-block .slider .controls .progressbar .line {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #223551;
  border-radius: 3px;
  transform: translateX(-100%);
}
@media (min-width: 1921px) {
  .esg-principles-section .section-content .principles-block {
    margin-top: calc(82px + -8 * (100vw - 1920px) / -640);
    padding-bottom: calc(78px + -19 * (100vw - 1920px) / -640);
  }
  .esg-principles-section .section-content .principles-block .slider .track {
    column-gap: calc(70px + -10 * (100vw - 1920px) / -640);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide {
    width: calc(972px + -108 * (100vw - 1920px) / -640);
    height: calc(550px + -30 * (100vw - 1920px) / -640);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
    min-height: calc(365px + -10 * (100vw - 1920px) / -640);
    padding: calc(55px + -3 * (100vw - 1920px) / -640) calc(75px + -3 * (100vw - 1920px) / -640) calc(20px + -10 * (100vw - 1920px) / -640) calc(60px + -5 * (100vw - 1920px) / -640);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
    margin-top: calc(58px + -3 * (100vw - 1920px) / -640);
  }
  .esg-principles-section .section-content .principles-block .slider .controls {
    margin-top: calc(60px + -5 * (100vw - 1920px) / -640);
  }
  .esg-principles-section .section-content .principles-block .slider .controls .progressbar {
    width: calc(1195px + -55 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .esg-principles-section .section-content .principles-block {
    margin-top: 90px;
    padding-bottom: 97px;
  }
  .esg-principles-section .section-content .principles-block .slider .track {
    column-gap: 80px;
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide {
    width: 1080px;
    height: 580px;
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
    min-height: 375px;
    padding: 58px 78px 30px 65px;
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
    margin-top: 61px;
  }
  .esg-principles-section .section-content .principles-block .slider .controls {
    margin-top: 65px;
  }
  .esg-principles-section .section-content .principles-block .slider .controls .progressbar {
    width: 1250px;
  }
}
@media (max-width: 1919px) {
  .esg-principles-section .section-content .principles-block {
    margin-top: calc(82px + 12 * (100vw - 1920px) / 554);
    padding-bottom: calc(78px + 12 * (100vw - 1920px) / 554);
  }
  .esg-principles-section .section-content .principles-block .slider .track {
    column-gap: calc(70px + 10 * (100vw - 1920px) / 554);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide {
    width: calc(972px + 272 * (100vw - 1920px) / 554);
    height: calc(550px + 60 * (100vw - 1920px) / 554);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
    min-height: calc(365px + 15 * (100vw - 1920px) / 554);
    padding: calc(55px + 15 * (100vw - 1920px) / 554) calc(75px + 35 * (100vw - 1920px) / 554) 20px calc(60px + 15 * (100vw - 1920px) / 554);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
    margin-top: calc(58px + 18 * (100vw - 1920px) / 554);
  }
  .esg-principles-section .section-content .principles-block .slider .controls {
    margin-top: calc(60px + 15 * (100vw - 1920px) / 554);
  }
  .esg-principles-section .section-content .principles-block .slider .controls .progressbar {
    width: calc(1195px + 295 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .esg-principles-section .section-content .principles-block {
    margin-top: calc(70px + 10 * (100vw - 1366px) / 342);
    padding-bottom: calc(66px + 13 * (100vw - 1366px) / 342);
  }
  .esg-principles-section .section-content .principles-block .background .graph-paper {
    width: calc(var(--content-1492-box-indent) + (var(--brick-size) - 1px) * 6 + 1px);
  }
  .esg-principles-section .section-content .principles-block .slider .track {
    column-gap: calc(60px + 10 * (100vw - 1366px) / 342);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide {
    width: calc(700px + 110 * (100vw - 1366px) / 342);
    height: calc(490px + 30 * (100vw - 1366px) / 342);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
    width: calc((var(--brick-size) - 1px) * 6 + 1px);
    min-height: calc(350px + 5 * (100vw - 1366px) / 342);
    padding: calc(40px + 5 * (100vw - 1366px) / 342) calc(40px + 5 * (100vw - 1366px) / 342) 20px calc(45px + 5 * (100vw - 1366px) / 342);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
    margin-top: calc(40px + 10 * (100vw - 1366px) / 342);
  }
  .esg-principles-section .section-content .principles-block .slider .controls {
    margin-top: calc(45px + 10 * (100vw - 1366px) / 342);
  }
  .esg-principles-section .section-content .principles-block .slider .controls .progressbar {
    width: calc(900px + 230 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .esg-principles-section .section-content .principles-block {
    margin-top: calc(60px + 10 * (100vw - 1024px) / 256);
    padding-bottom: calc(53px + 4 * (100vw - 1024px) / 256);
  }
  .esg-principles-section .section-content .principles-block .slider .track {
    column-gap: calc(50px + 10 * (100vw - 1024px) / 256);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide {
    width: calc(590px + 60 * (100vw - 1024px) / 256);
    height: calc(460px + 30 * (100vw - 1024px) / 256);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
    min-height: calc(345px + 10 * (100vw - 1024px) / 256);
    padding: calc(35px + 5 * (100vw - 1024px) / 256) calc(35px + 10 * (100vw - 1024px) / 256) 20px calc(40px + 10 * (100vw - 1024px) / 256);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
    margin-top: calc(30px + 5 * (100vw - 1024px) / 256);
  }
  .esg-principles-section .section-content .principles-block .slider .controls {
    margin-top: calc(35px + 5 * (100vw - 1024px) / 256);
  }
  .esg-principles-section .section-content .principles-block .slider .controls .progressbar {
    width: calc(670px + 130 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .esg-principles-section .section-content .principles-block {
    margin-top: calc(50px + 10 * (100vw - 768px) / 448);
    padding-bottom: calc(49px + 19 * (100vw - 768px) / 448);
  }
  .esg-principles-section .section-content .principles-block .background .graph-paper,
  .esg-principles-section .section-content .principles-block .background .figure {
    display: none;
  }
  .esg-principles-section .section-content .principles-block .slider .track {
    column-gap: calc(40px + 15 * (100vw - 768px) / 448);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide {
    width: calc(530px + 250 * (100vw - 768px) / 448);
    height: calc(430px + 30 * (100vw - 768px) / 448);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
    width: calc(453px + 193 * (100vw - 768px) / 448);
    min-height: 335px;
    padding: calc(30px + 5 * (100vw - 768px) / 448) calc(25px + 5 * (100vw - 768px) / 448) calc(20px + 5 * (100vw - 768px) / 448) calc(30px + 10 * (100vw - 768px) / 448);
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
    margin-top: calc(25px + 5 * (100vw - 768px) / 448);
  }
  .esg-principles-section .section-content .principles-block .slider .controls {
    margin-top: calc(30px + 5 * (100vw - 768px) / 448);
  }
  .esg-principles-section .section-content .principles-block .slider .controls .progressbar {
    width: calc(540px + 410 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .esg-principles-section .section-content .principles-block {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .esg-principles-section .section-content .principles-block .slider .track {
    column-gap: 25px;
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide {
    width: 280px;
    height: 400px;
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container {
    width: 260px;
    padding: 25px 20px 15px 20px;
  }
  .esg-principles-section .section-content .principles-block .slider .track .slide .text-container .description {
    margin-top: 20px;
  }
  .esg-principles-section .section-content .principles-block .slider .controls {
    margin-top: 25px;
  }
  .esg-principles-section .section-content .principles-block .slider .controls .progressbar {
    width: 130px;
  }
}
.focus-areas-section .section-content .section-title {
  margin-bottom: 100px;
}
.focus-areas-section .section-content .areas-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 75px;
  row-gap: 50px;
}
.focus-areas-section .section-content .areas-container .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1233px;
}
.focus-areas-section .section-content .areas-container .area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 74px 50px;
  aspect-ratio: 1.3234;
  background-color: #476A50;
  color: #ffffff;
}
.focus-areas-section .section-content .areas-container .area .border {
  position: absolute;
  inset: 15px;
  border: 1px solid #7FAD84;
  pointer-events: none;
}
.focus-areas-section .section-content .areas-container .area .title {
  color: #ffffff;
}
.focus-areas-section .section-content .areas-container .area .text {
  display: none;
  margin-top: 1.3em;
}
.focus-areas-section .section-content .areas-container .area .plus {
  position: absolute;
  right: 45px;
  bottom: 45px;
  width: 16px;
  aspect-ratio: 1;
  transition: opacity 0.3s ease;
}
.focus-areas-section .section-content .areas-container .area .plus::before, .focus-areas-section .section-content .areas-container .area .plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.focus-areas-section .section-content .areas-container .area .plus::after {
  transform: rotate(90deg);
}
.focus-areas-section .section-content .areas-container .area:hover .plus, .focus-areas-section .section-content .areas-container .area:focus .plus {
  opacity: 0;
}

@media (min-width: 1921px) {
  .focus-areas-section .section-content .section-title {
    margin-bottom: calc(100px + -10 * (100vw - 1920px) / -640);
  }
  .focus-areas-section .section-content .areas-container {
    column-gap: calc(75px + -10 * (100vw - 1920px) / -640);
    row-gap: calc(50px + -10 * (100vw - 1920px) / -640);
  }
  .focus-areas-section .section-content .areas-container .background-image {
    width: calc(1233px + -327 * (100vw - 1920px) / -640);
  }
  .focus-areas-section .section-content .areas-container .area {
    padding: calc(60px + -10 * (100vw - 1920px) / -640) calc(74px + -10 * (100vw - 1920px) / -640) calc(50px + -10 * (100vw - 1920px) / -640);
  }
  .focus-areas-section .section-content .areas-container .area .border {
    inset: calc(15px + -3 * (100vw - 1920px) / -640);
  }
  .focus-areas-section .section-content .areas-container .area .plus {
    right: calc(45px + -3 * (100vw - 1920px) / -640);
    bottom: calc(45px + -3 * (100vw - 1920px) / -640);
    width: calc(16px + -2 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .focus-areas-section .section-content .section-title {
    margin-bottom: 110px;
  }
  .focus-areas-section .section-content .areas-container {
    column-gap: 85px;
    row-gap: 60px;
  }
  .focus-areas-section .section-content .areas-container .background-image {
    width: 1560px;
  }
  .focus-areas-section .section-content .areas-container .area {
    padding: 70px 84px 60px;
  }
  .focus-areas-section .section-content .areas-container .area .border {
    inset: 18px;
  }
  .focus-areas-section .section-content .areas-container .area .plus {
    right: 48px;
    bottom: 48px;
    width: 18px;
  }
}
@media (max-width: 1919px) {
  .focus-areas-section .section-content .section-title {
    margin-bottom: calc(100px + 20 * (100vw - 1920px) / 554);
  }
  .focus-areas-section .section-content .areas-container {
    column-gap: calc(75px + 45 * (100vw - 1920px) / 554);
    row-gap: calc(50px + 25 * (100vw - 1920px) / 554);
  }
  .focus-areas-section .section-content .areas-container .background-image {
    width: calc(1233px + 333 * (100vw - 1920px) / 554);
  }
  .focus-areas-section .section-content .areas-container .area {
    padding: calc(60px + 32 * (100vw - 1920px) / 554) calc(74px + 46 * (100vw - 1920px) / 554) calc(50px + 26 * (100vw - 1920px) / 554);
  }
  .focus-areas-section .section-content .areas-container .area .border {
    inset: calc(15px + 3 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .focus-areas-section .section-content .section-title {
    margin-bottom: calc(80px + 40 * (100vw - 1366px) / 342);
  }
  .focus-areas-section .section-content .areas-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: calc(30px + 5 * (100vw - 1366px) / 342);
    row-gap: calc(25px + 5 * (100vw - 1366px) / 342);
  }
  .focus-areas-section .section-content .areas-container .background-image {
    display: none;
    width: calc(900px + 80 * (100vw - 1366px) / 342);
  }
  .focus-areas-section .section-content .areas-container .area {
    aspect-ratio: auto;
    height: 280px;
    padding: 28px calc(40px + 10 * (100vw - 1366px) / 342) 24px;
  }
  .focus-areas-section .section-content .areas-container .area .border {
    inset: 12px;
  }
}
@media (max-width: 1024px) {
  .focus-areas-section .section-content .section-title {
    margin-bottom: calc(40px + 15 * (100vw - 1024px) / 256);
  }
  .focus-areas-section .section-content .areas-container {
    column-gap: calc(25px + 5 * (100vw - 1024px) / 256);
    row-gap: calc(20px + 5 * (100vw - 1024px) / 256);
  }
  .focus-areas-section .section-content .areas-container .background-image {
    width: 820px;
  }
  .focus-areas-section .section-content .areas-container .area {
    padding: calc(28px + 3 * (100vw - 1024px) / 256) calc(30px + 3 * (100vw - 1024px) / 256) calc(24px + 2 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .focus-areas-section .section-content .section-title {
    margin-bottom: calc(25px + 5 * (100vw - 768px) / 448);
  }
  .focus-areas-section .section-content .areas-container {
    grid-template-columns: 1fr;
    column-gap: 20px;
    row-gap: calc(20px + 5 * (100vw - 768px) / 448);
  }
  .focus-areas-section .section-content .areas-container .area {
    height: auto;
    padding: calc(40px + 5 * (100vw - 768px) / 448) calc(40px + 10 * (100vw - 768px) / 448) calc(35px + 5 * (100vw - 768px) / 448);
  }
  .focus-areas-section .section-content .areas-container .area .text {
    display: block;
  }
  .focus-areas-section .section-content .areas-container .area .plus {
    display: none;
  }
}
@media (max-width: 320px) {
  .focus-areas-section .section-content .section-title {
    margin-bottom: 20px;
  }
  .focus-areas-section .section-content .areas-container {
    row-gap: 15px;
  }
  .focus-areas-section .section-content .areas-container .area {
    padding: 35px 30px 30px;
  }
}
.front-page-about-section .section-content {
  display: flex;
  justify-content: space-between;
}
.front-page-about-section .section-content .text-container {
  position: relative;
  padding-left: calc((var(--brick-size) - 1px) * 1);
}
.front-page-about-section .section-content .text-container .section-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 120px 0 74px;
}
.front-page-about-section .section-content .text-container .wrap {
  position: relative;
}
.front-page-about-section .section-content .text-container .graph-paper {
  position: absolute;
  top: 0;
  left: calc((var(--brick-size) - 1px) * -1);
  width: calc((var(--brick-size) - 1px) * 4 + 1px);
  height: calc((var(--brick-size) - 1px) * 4 + 1px);
}
.front-page-about-section .section-content .text-container .graph-paper .white-paper-1 {
  right: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 3);
}
.front-page-about-section .section-content .text-container .graph-paper .white-paper-2 {
  right: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 2);
  height: calc((var(--brick-size) - 1px) * 2);
}
.front-page-about-section .section-content .text-container .graph-paper .white-paper-3 {
  right: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 3);
  height: calc((var(--brick-size) - 1px) * 1);
}
.front-page-about-section .section-content .text-container .graph-paper .diagonal-line {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 2);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.front-page-about-section .section-content .text-container .graph-paper .vertical-line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * -0.3 + 1px);
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 5 + 1px);
}
.front-page-about-section .section-content .text-container .graph-paper .horizontal-line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * 1);
  left: 0;
  width: 969px;
}
.front-page-about-section .section-content .text-container .graph-paper .arc {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 1);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.front-page-about-section .section-content .text-container .tagline {
  position: relative;
  padding-top: calc(var(--cell-size) * 1.5);
  height: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.front-page-about-section .section-content .text-container .tagline .small-text {
  margin-bottom: 0.3em;
}
.front-page-about-section .section-content .text-container .tagline .big-text {
  margin-left: -0.06em;
}
.front-page-about-section .section-content .text-container .description {
  position: relative;
}
.front-page-about-section .section-content .right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.front-page-about-section .section-content .right-side .decoration-container {
  position: relative;
  display: flex;
  width: 100%;
}
.front-page-about-section .section-content .right-side .decoration-container .image-1-container {
  width: 50%;
  margin-bottom: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.front-page-about-section .section-content .right-side .decoration-container .image-1-container .image-1 {
  width: 100%;
}
.front-page-about-section .section-content .right-side .decoration-container .image-2-container {
  position: relative;
  align-self: flex-end;
  width: 50%;
}
.front-page-about-section .section-content .right-side .decoration-container .image-2-container .figure {
  position: absolute;
  top: 0;
  left: 0;
}
.front-page-about-section .section-content .right-side .decoration-container .image-2-container .figure .diagonal-line {
  top: calc((var(--brick-size) - 1px) * -1 + 1px);
  left: calc((var(--brick-size) - 1px) * 1 + 1px);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.front-page-about-section .section-content .right-side .decoration-container .image-2-container .figure .solid-circle {
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  clip-path: polygon(50% 0, 50% 50%, 100% 50%, 100% 0);
}
.front-page-about-section .section-content .right-side .decoration-container .image-2-container .figure .dashed-circle {
  width: calc((var(--brick-size) - 1px) * 2.4 + 1px);
  clip-path: polygon(100% 0, 50% 50%, 100% 50%);
}
.front-page-about-section .section-content .right-side .decoration-container .image-2-container .image-2 {
  width: 100%;
}
.front-page-about-section .section-content .right-side .decoration-container .graph-paper {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
  overflow: hidden;
}
.front-page-about-section .section-content .right-side .decoration-container .graph-paper .diagonal-line {
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 1);
}
.front-page-about-section .section-content .right-side .decoration-container .graph-paper .solid-circle {
  top: 100%;
  left: 100%;
  width: calc((var(--brick-size) - 1px) * 1.2 + 1px);
}
.front-page-about-section .section-content .right-side .decoration-container .graph-paper .dashed-circle {
  top: 100%;
  left: 100%;
  width: calc((var(--brick-size) - 1px) * 1.6 + 1px);
}
.front-page-about-section .section-content .right-side .decoration-container .vertical-line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * -0.4 + 1px);
  bottom: calc((var(--brick-size) - 1px) * -0.4 + 1px);
  left: 50%;
}

@media (min-width: 1921px) {
  .front-page-about-section .section-content .text-container .section-title {
    padding: calc(120px + -20 * (100vw - 1920px) / -640) 0 calc(74px + -10 * (100vw - 1920px) / -640);
  }
  .front-page-about-section .section-content .text-container .graph-paper .horizontal-line {
    width: calc(969px + -241 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-about-section .section-content .text-container .section-title {
    padding: 140px 0 84px;
  }
  .front-page-about-section .section-content .text-container .graph-paper .horizontal-line {
    width: 1210px;
  }
}
@media (max-width: 1919px) {
  .front-page-about-section .section-content .text-container .section-title {
    padding: calc(120px + 20 * (100vw - 1920px) / 554) 0 calc(74px + 4 * (100vw - 1920px) / 554);
  }
  .front-page-about-section .section-content .text-container .graph-paper .horizontal-line {
    width: calc(969px + 269 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-about-section .section-content .text-container .section-title {
    padding: calc(100px + 50 * (100vw - 1366px) / 342) 0 calc(70px + 30 * (100vw - 1366px) / 342);
  }
  .front-page-about-section .section-content .text-container .graph-paper .horizontal-line {
    width: calc(700px + 180 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-about-section .section-content {
    flex-direction: column;
  }
  .front-page-about-section .section-content .text-container .section-title {
    padding: 0 0 25px;
  }
  .front-page-about-section .section-content .text-container .wrap {
    min-height: calc((var(--brick-size) - 1px) * 4 + 1px);
  }
  .front-page-about-section .section-content .text-container .tagline {
    height: auto;
  }
  .front-page-about-section .section-content .text-container .tagline .small-text br,
  .front-page-about-section .section-content .text-container .tagline .big-text br {
    display: none;
  }
  .front-page-about-section .section-content .text-container .description {
    width: auto;
    margin-top: 1.3em;
  }
  .front-page-about-section .section-content .text-container .graph-paper .horizontal-line {
    display: none;
    width: 520px;
  }
  .front-page-about-section .section-content .text-container .graph-paper .vertical-line {
    display: none;
  }
  .front-page-about-section .section-content .right-side {
    flex-direction: column-reverse;
    width: auto;
  }
  .front-page-about-section .section-content .right-side .decoration-container {
    width: calc((var(--brick-size) - 1px) * 5 + 1px);
    max-width: 100%;
    margin: 70px auto 0;
  }
  .front-page-about-section .section-content .right-side .button {
    align-self: flex-start;
    margin-left: calc((var(--brick-size) - 1px) * 1);
    margin-top: calc((var(--brick-size) - 1px) * 0.2);
  }
}
@media (max-width: 520px) {
  .front-page-about-section .section-content .text-container {
    padding-left: 0;
  }
  .front-page-about-section .section-content .text-container .section-title {
    padding: 0 0 7px;
  }
  .front-page-about-section .section-content .text-container .wrap {
    min-height: auto;
  }
  .front-page-about-section .section-content .text-container .graph-paper {
    display: none;
  }
  .front-page-about-section .section-content .right-side .decoration-container {
    margin-top: 50px;
  }
  .front-page-about-section .section-content .right-side .decoration-container .image-1-container {
    position: relative;
  }
  .front-page-about-section .section-content .right-side .decoration-container .image-2-container {
    margin-top: calc((var(--brick-size) - 1px) * 1);
  }
  .front-page-about-section .section-content .right-side .decoration-container .image-2-container .figure .solid-circle {
    width: calc((var(--brick-size) - 1px) * 1.6 + 1px);
  }
  .front-page-about-section .section-content .right-side .decoration-container .image-2-container .figure .dashed-circle {
    width: calc((var(--brick-size) - 1px) * 2 + 1px);
  }
  .front-page-about-section .section-content .right-side .decoration-container .graph-paper {
    top: 100%;
    right: 0;
    width: calc((var(--brick-size) - 1px) * 1 + 1px);
    height: calc((var(--brick-size) - 1px) * 1 + 1px);
  }
  .front-page-about-section .section-content .right-side .decoration-container .graph-paper .diagonal-line {
    top: 0;
    left: 0;
  }
  .front-page-about-section .section-content .right-side .decoration-container .vertical-line {
    display: none;
  }
  .front-page-about-section .section-content .right-side .button {
    margin-left: 0;
    margin-top: 30px;
  }
}
.front-page-intro-section .section-content {
  display: flex;
  padding-left: var(--brick-size);
  padding-bottom: var(--brick-size);
}
.front-page-intro-section .section-content .graph-paper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  height: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.front-page-intro-section .section-content .graph-paper .diagonal-line {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.front-page-intro-section .section-content .graph-paper .solid-circle {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 1);
  width: calc((var(--brick-size) - 1px) * 0.8 + 1px);
}
.front-page-intro-section .section-content .graph-paper .dashed-circle {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 1);
  width: calc((var(--brick-size) - 1px) * 1.2 + 1px);
}
.front-page-intro-section .section-content .image {
  position: relative;
  margin-right: 140px;
  object-position: center;
  object-fit: cover;
}
.front-page-intro-section .section-content .content-block {
  align-self: center;
}
.front-page-intro-section .section-content.margin-left {
  margin-left: var(--content-1790-box-indent);
}

@media (min-width: 1921px) {
  .front-page-intro-section .section-content .image {
    margin-right: calc(140px + -40 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-intro-section .section-content .image {
    margin-right: 180px;
  }
}
@media (max-width: 1919px) {
  .front-page-intro-section .section-content .image {
    margin-right: calc(140px + 60 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-intro-section .section-content .image {
    margin-right: calc(80px + 30 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-intro-section .section-content .image {
    margin-right: calc(50px + 25 * (100vw - 1024px) / 256);
    width: calc(396px + 136 * (100vw - 1024px) / 256);
  }
  .front-page-intro-section .section-content .content-block {
    width: calc(396px + 6 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .front-page-intro-section .section-content {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin-inline: var(--content-1790-box-indent);
  }
  .front-page-intro-section .section-content .graph-paper {
    display: none;
  }
  .front-page-intro-section .section-content .image {
    width: calc(360px + 110 * (100vw - 768px) / 448);
    margin: 0 auto calc(20px + 5 * (100vw - 768px) / 448);
  }
  .front-page-intro-section .section-content .content-block {
    width: auto;
  }
}
@media (max-width: 320px) {
  .front-page-intro-section .section-content .image {
    width: 250px;
    margin: 0 auto 15px;
  }
}
.front-page-main-banner-section {
  position: relative;
}
.front-page-main-banner-section .background-paper {
  background-position-x: var(--content-1790-box-indent);
  background-position-y: var(--header-height);
  background-color: #476A50;
}
.front-page-main-banner-section .background-composition {
  opacity: 0;
}
.front-page-main-banner-section .background-composition .green-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform-origin: left;
}
.front-page-main-banner-section .background-composition .green-layer-1 {
  width: 100%;
  background-color: #35553D;
}
.front-page-main-banner-section .background-composition .green-layer-2 {
  width: calc(100% - var(--content-1790-box-indent));
  background-color: #476A50;
}
.front-page-main-banner-section .background-composition .green-layer-3 {
  width: calc(var(--content-1790-box-indent) + var(--logo-container-width) + var(--search-bar-width) - 2px);
  background-color: #406148;
}
.front-page-main-banner-section .background-composition .green-layer-4 {
  width: calc(var(--content-1790-box-indent) + var(--logo-container-width));
  background-color: #3A5B42;
}
.front-page-main-banner-section .background-composition .green-layer-5 {
  width: calc(var(--content-1790-box-indent));
  background-color: #35553D;
}
.front-page-main-banner-section .background-composition .right-vertical-line {
  position: absolute;
  right: var(--content-1790-box-indent);
  bottom: 0;
  width: 1px;
  height: calc(100% - var(--header-height));
  transform-origin: top;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, #7FAD84 3px, transparent 3px);
}
.front-page-main-banner-section .background-composition .graph-paper {
  position: absolute;
  top: var(--header-height);
  right: calc(var(--content-1790-box-indent) + (var(--brick-size) - 1px) * 1);
  width: calc((var(--brick-size) - 1px) * 7 + 1px);
  height: calc((var(--brick-size) - 1px) * 4 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper > * {
  position: absolute;
}
.front-page-main-banner-section .background-composition .graph-paper .image-container {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 4);
  width: calc((var(--brick-size) - 1px) * 4 + 1px + var(--content-1790-box-indent));
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .image-container .image {
  width: calc(100% - var(--content-1790-box-indent));
}
.front-page-main-banner-section .background-composition .graph-paper .image-container .deco {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--content-1790-box-indent);
  height: 100%;
  background-color: #5B83A2;
}
.front-page-main-banner-section .background-composition .graph-paper .figure-1 {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 2);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-1 .filled-circle {
  width: calc((var(--brick-size) - 1px) * 0.4 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-1 .solid-circle {
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 4);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 .arc {
  position: absolute;
  width: calc((var(--brick-size) - 1px) * 2.8 + 1px);
  aspect-ratio: 1;
  border: calc((var(--brick-size) - 1px) * 0.4 + 1px) solid rgba(127, 173, 132, 0.3);
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-radius: 50%;
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 .solid-circle-1 {
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 .solid-circle-2 {
  width: calc((var(--brick-size) - 1px) * 4 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 .filled-circle {
  width: calc((var(--brick-size) - 1px) * 1.6 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 .sector {
  position: absolute;
  border: calc((var(--brick-size) - 1px) * 0.8 + 1px) solid #223551;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 50%;
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 .horizontal-line {
  position: absolute;
  left: calc(((var(--brick-size) - 1px) * 8 + 1px + var(--content-1790-box-indent)) * -1);
  width: 100vw;
  height: 1px;
  transform: translateY(-50%);
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #7FAD84 3px, transparent 3px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-2 .vertical-line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * -2 + 1px);
  width: 1px;
  height: calc((var(--brick-size) - 1px) * 4 + 1px);
  transform: translateX(-50%);
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, #7FAD84 3px, transparent 3px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-3 {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 5.3);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-3 .solid-circle {
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-4 {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 6);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-4 .solid-circle {
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-5 {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 6.7);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-5 .solid-circle {
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-6 {
  top: calc((var(--brick-size) - 1px) * 3.3);
  left: calc((var(--brick-size) - 1px) * 4);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-6 .filled-circle {
  width: calc((var(--brick-size) - 1px) * 0.4 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-6 .solid-circle {
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-7 {
  top: calc((var(--brick-size) - 1px) * 1.3);
  left: calc((var(--brick-size) - 1px) * 4);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-7 .line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * -0.3 + 1px);
  right: 0;
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: 1px;
  margin-bottom: 1px;
  transform-origin: right;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #ffffff 3px, transparent 3px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-7 .solid-circle {
  width: calc((var(--brick-size) - 1px) * 1.4 + 1px);
}
.front-page-main-banner-section .background-composition .graph-paper .figure-7 .dot {
  top: calc((var(--brick-size) - 1px) * -0.3 + 1px);
}
.front-page-main-banner-section .background-composition.animation-ready {
  opacity: 1;
}
.front-page-main-banner-section .section-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: calc(var(--header-height) + (var(--brick-size) - 1px) * 3 + 1px);
  padding-bottom: 150px;
  margin-left: var(--content-1640-box-indent);
  margin-right: var(--content-1492-box-indent);
  opacity: 0;
}
.front-page-main-banner-section .section-content .dashed-separator {
  position: absolute;
  top: var(--header-height);
  left: calc(var(--content-1790-box-indent) + var(--logo-container-width) - var(--content-1640-box-indent));
  width: 1px;
  height: var(--brick-size);
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(143, 191, 149, 0.5) 3px, transparent 3px);
}
.front-page-main-banner-section .section-content .page-title {
  padding-top: 0.2em;
  color: #ffffff;
}
.front-page-main-banner-section .section-content .page-title:after {
  color: #ffffff;
}
.front-page-main-banner-section .section-content.animation-ready {
  opacity: 1;
}

@media (min-width: 1921px) {
  .front-page-main-banner-section .section-content {
    padding-bottom: calc(150px + -40 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-main-banner-section .section-content {
    padding-bottom: 190px;
  }
}
@media (max-width: 1919px) {
  .front-page-main-banner-section .section-content {
    padding-bottom: calc(150px + 50 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-main-banner-section .section-content {
    padding-bottom: calc(100px + 30 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-main-banner-section .background-composition .green-layer-3,
  .front-page-main-banner-section .background-composition .green-layer-4,
  .front-page-main-banner-section .background-composition .green-layer-5,
  .front-page-main-banner-section .background-composition .right-vertical-line {
    display: none;
  }
  .front-page-main-banner-section .section-content {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: calc(70px + 20 * (100vw - 1024px) / 256);
  }
  .front-page-main-banner-section .section-content .dashed-separator {
    display: none;
  }
  .front-page-main-banner-section .section-content .page-title {
    margin-bottom: calc(30px + 10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .front-page-main-banner-section .background-composition .graph-paper {
    right: var(--content-1790-box-indent);
    width: calc((var(--brick-size) - 1px) * 6 + 1px);
  }
  .front-page-main-banner-section .background-composition .graph-paper .image-container {
    left: calc((var(--brick-size) - 1px) * 3);
    width: calc((var(--brick-size) - 1px) * 3 + 1px + var(--content-1790-box-indent));
  }
  .front-page-main-banner-section .background-composition .graph-paper .figure-2 {
    left: calc((var(--brick-size) - 1px) * 3);
  }
  .front-page-main-banner-section .background-composition .graph-paper .figure-3 {
    left: calc((var(--brick-size) - 1px) * 4.3);
  }
  .front-page-main-banner-section .background-composition .graph-paper .figure-7 {
    left: calc((var(--brick-size) - 1px) * 3);
  }
  .front-page-main-banner-section .background-composition .graph-paper .figure-1,
  .front-page-main-banner-section .background-composition .graph-paper .figure-2 .horizontal-line,
  .front-page-main-banner-section .background-composition .graph-paper .figure-2 .vertical-line,
  .front-page-main-banner-section .background-composition .graph-paper .figure-4,
  .front-page-main-banner-section .background-composition .graph-paper .figure-5,
  .front-page-main-banner-section .background-composition .graph-paper .figure-6,
  .front-page-main-banner-section .background-composition .graph-paper .figure-7 .line,
  .front-page-main-banner-section .background-composition .graph-paper .figure-7 .dot {
    display: none;
  }
  .front-page-main-banner-section .section-content {
    padding-bottom: calc(50px + 10 * (100vw - 768px) / 448);
  }
  .front-page-main-banner-section .section-content .page-title {
    padding-top: 0.45em;
    margin-bottom: calc(20px + 5 * (100vw - 768px) / 448);
  }
}
@media (max-width: 520px) {
  .front-page-main-banner-section .background-composition .graph-paper {
    width: calc((var(--brick-size) - 1px) * 4 + 1px);
  }
  .front-page-main-banner-section .background-composition .graph-paper .image-container {
    left: calc((var(--brick-size) - 1px) * 2);
    width: calc((var(--brick-size) - 1px) * 2 + 1px + var(--content-1790-box-indent));
  }
  .front-page-main-banner-section .background-composition .graph-paper .figure-2 {
    left: calc((var(--brick-size) - 1px) * 2);
  }
  .front-page-main-banner-section .background-composition .graph-paper .figure-3 {
    left: calc((var(--brick-size) - 1px) * 3.3);
  }
  .front-page-main-banner-section .background-composition .graph-paper .figure-7 {
    left: calc((var(--brick-size) - 1px) * 2);
  }
}
.front-page-news-section .section-content {
  display: flex;
  justify-content: space-between;
  margin-left: var(--content-1790-box-indent);
}
.front-page-news-section .section-content .text-container {
  position: relative;
  padding-left: calc((var(--brick-size) - 1px) * 1);
}
.front-page-news-section .section-content .text-container .section-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 33px;
}
.front-page-news-section .section-content .text-container .wrap {
  position: relative;
}
.front-page-news-section .section-content .text-container .blue-deco {
  position: absolute;
  top: 0;
  right: calc(100% + (var(--brick-size) - 1px) * 1);
  bottom: 0;
  width: var(--content-1790-box-indent);
  background-color: #5B83A2;
}
.front-page-news-section .section-content .text-container .graph-paper {
  position: absolute;
  top: 0;
  left: calc((var(--brick-size) - 1px) * -1);
  width: calc((var(--brick-size) - 1px) * 4 + 1px);
  height: calc((var(--brick-size) - 1px) * 4 + 1px);
}
.front-page-news-section .section-content .text-container .graph-paper .white-paper-1 {
  right: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 3);
}
.front-page-news-section .section-content .text-container .graph-paper .white-paper-2 {
  right: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 2);
  height: calc((var(--brick-size) - 1px) * 2);
}
.front-page-news-section .section-content .text-container .graph-paper .white-paper-3 {
  right: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 3);
  height: calc((var(--brick-size) - 1px) * 1);
}
.front-page-news-section .section-content .text-container .graph-paper .diagonal-line-1 {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 2);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.front-page-news-section .section-content .text-container .graph-paper .diagonal-line-2 {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 4);
  height: calc((var(--brick-size) - 1px) * 0.7 * 1.414 + 1px);
}
.front-page-news-section .section-content .text-container .graph-paper .dot {
  top: calc((var(--brick-size) - 1px) * 0.7);
  left: calc((var(--brick-size) - 1px) * 4.7);
}
.front-page-news-section .section-content .text-container .graph-paper .solid-circle-1 {
  top: calc((var(--brick-size) - 1px) * 0.7);
  left: calc((var(--brick-size) - 1px) * 4.7);
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.front-page-news-section .section-content .text-container .graph-paper .vertical-line {
  position: absolute;
  top: 0;
  left: calc((var(--brick-size) - 1px) * 1);
  height: 100%;
}
.front-page-news-section .section-content .text-container .graph-paper .horizontal-line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * 1);
  left: 0;
  width: 100vw;
}
.front-page-news-section .section-content .text-container .graph-paper .arc {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 1);
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.front-page-news-section .section-content .text-container .graph-paper .dashed-circle {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 1);
  clip-path: polygon(50% 0, 50% 50%, 100% 50%, 100% 0);
  width: calc((var(--brick-size) - 1px) * 1.2 + 1px);
}
.front-page-news-section .section-content .text-container .tagline {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: calc(var(--cell-size) * 1.2);
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.front-page-news-section .section-content .text-container .tagline .small-text {
  margin-bottom: 0.2em;
}
.front-page-news-section .section-content .text-container .tagline .big-text {
  margin-left: -0.06em;
}
.front-page-news-section .section-content .text-container .description {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: calc(var(--cell-size) * 0.5);
  width: 650px;
  height: var(--brick-size);
}
.front-page-news-section .section-content .text-container .link-container-desktop {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: var(--brick-size);
  padding-bottom: calc(var(--cell-size) * 0.5);
}
.front-page-news-section .section-content .news-slider-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 116px 0 9px;
  width: 812px;
}
.front-page-news-section .section-content .news-slider-container .background-image {
  position: absolute;
  top: 0;
  right: var(--minus-content-1790-box-indent);
  width: 513px;
  height: 100%;
}
.front-page-news-section .section-content .news-slider-container .hiding-wrap {
  overflow: hidden;
}
.front-page-news-section .section-content .news-slider-container .track-container {
  display: flex;
}
.front-page-news-section .section-content .news-slider-container .track {
  flex-shrink: 0;
  position: relative;
  display: flex;
  gap: 80px;
}
.front-page-news-section .section-content .news-slider-container .track .news-card {
  flex-shrink: 0;
  width: 555px;
}
.front-page-news-section .section-content .news-slider-container .slider-arrows-container {
  margin-top: 20px;
}
.front-page-news-section .section-content .link-container-mobile {
  display: none;
}

@media (min-width: 1921px) {
  .front-page-news-section .section-content .text-container .section-title {
    padding-bottom: calc(33px + -12 * (100vw - 1920px) / -640);
  }
  .front-page-news-section .section-content .text-container .description {
    width: calc(650px + -170 * (100vw - 1920px) / -640);
  }
  .front-page-news-section .section-content .news-slider-container {
    padding: calc(116px + -14 * (100vw - 1920px) / -640) 0 calc(9px + -3 * (100vw - 1920px) / -640);
    width: calc(812px + -388 * (100vw - 1920px) / -640);
  }
  .front-page-news-section .section-content .news-slider-container .background-image {
    width: calc(513px + -347 * (100vw - 1920px) / -640);
  }
  .front-page-news-section .section-content .news-slider-container .track {
    gap: calc(80px + -10 * (100vw - 1920px) / -640);
  }
  .front-page-news-section .section-content .news-slider-container .track .news-card {
    width: calc(555px + -145 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-news-section .section-content .text-container .section-title {
    padding-bottom: 45px;
  }
  .front-page-news-section .section-content .text-container .description {
    width: 820px;
  }
  .front-page-news-section .section-content .news-slider-container {
    padding: 130px 0 12px;
    width: 1200px;
  }
  .front-page-news-section .section-content .news-slider-container .background-image {
    width: 860px;
  }
  .front-page-news-section .section-content .news-slider-container .track {
    gap: 90px;
  }
  .front-page-news-section .section-content .news-slider-container .track .news-card {
    width: 700px;
  }
}
@media (max-width: 1919px) {
  .front-page-news-section .section-content .text-container .section-title {
    padding-bottom: calc(33px + 7 * (100vw - 1920px) / 554);
  }
  .front-page-news-section .section-content .text-container .description {
    width: calc(650px + 170 * (100vw - 1920px) / 554);
  }
  .front-page-news-section .section-content .news-slider-container {
    padding: calc(116px + 30 * (100vw - 1920px) / 554) 0 9px;
    width: calc(812px + 112 * (100vw - 1920px) / 554);
  }
  .front-page-news-section .section-content .news-slider-container .background-image {
    width: calc(513px + 63 * (100vw - 1920px) / 554);
  }
  .front-page-news-section .section-content .news-slider-container .track {
    gap: calc(80px + 20 * (100vw - 1920px) / 554);
  }
  .front-page-news-section .section-content .news-slider-container .track .news-card {
    width: calc(555px + 145 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-news-section .section-content .text-container .section-title {
    padding-bottom: calc(26px + 4 * (100vw - 1366px) / 342);
  }
  .front-page-news-section .section-content .text-container .description {
    width: calc(480px + 100 * (100vw - 1366px) / 342);
  }
  .front-page-news-section .section-content .news-slider-container {
    padding: calc(86px + 40 * (100vw - 1366px) / 342) 0 9px;
    width: calc(700px + 200 * (100vw - 1366px) / 342);
  }
  .front-page-news-section .section-content .news-slider-container .background-image {
    width: calc(450px + 80 * (100vw - 1366px) / 342);
  }
  .front-page-news-section .section-content .news-slider-container .track {
    gap: calc(60px + 40 * (100vw - 1366px) / 342);
  }
  .front-page-news-section .section-content .news-slider-container .track .news-card {
    width: calc(410px + 110 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-news-section .section-content {
    display: block;
  }
  .front-page-news-section .section-content .text-container .section-title {
    padding-bottom: calc(22px + 3 * (100vw - 1024px) / 256);
  }
  .front-page-news-section .section-content .text-container .description {
    width: auto;
  }
  .front-page-news-section .section-content .text-container .link-container-desktop .button {
    display: none;
  }
  .front-page-news-section .section-content .news-slider-container {
    margin: calc(40px + 5 * (100vw - 1024px) / 256) 0 50px;
    padding: calc(46px + 3 * (100vw - 1024px) / 256) 0 9px;
    width: auto;
  }
  .front-page-news-section .section-content .news-slider-container .background-image {
    width: calc(430px + 50 * (100vw - 1024px) / 256);
  }
  .front-page-news-section .section-content .news-slider-container .track {
    gap: calc(20px + 4 * (100vw - 1024px) / 256);
  }
  .front-page-news-section .section-content .news-slider-container .track .news-card {
    width: calc(350px + 10 * (100vw - 1024px) / 256);
  }
  .front-page-news-section .section-content .link-container-mobile {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .front-page-news-section .section-content .text-container .section-title {
    padding-bottom: 19px;
  }
  .front-page-news-section .section-content .news-slider-container {
    margin: 35px 0 50px;
    padding: 43px 0 9px;
  }
  .front-page-news-section .section-content .news-slider-container .background-image {
    width: calc(380px + 220 * (100vw - 768px) / 448);
  }
  .front-page-news-section .section-content .news-slider-container .track {
    gap: 16px;
  }
  .front-page-news-section .section-content .news-slider-container .track .news-card {
    width: calc(340px + 60 * (100vw - 768px) / 448);
  }
}
@media (max-width: 520px) {
  .front-page-news-section .section-content .text-container {
    padding-left: 0;
  }
  .front-page-news-section .section-content .text-container .section-title {
    padding-bottom: 7px;
  }
  .front-page-news-section .section-content .text-container .blue-deco,
  .front-page-news-section .section-content .text-container .graph-paper,
  .front-page-news-section .section-content .text-container .link-container-desktop {
    display: none;
  }
  .front-page-news-section .section-content .text-container .tagline {
    padding-top: 0;
    height: auto;
  }
}
.front-page-strategies-section .section-content {
  padding-bottom: 72px;
}
.front-page-strategies-section .section-content .text-container {
  position: relative;
  padding-left: calc((var(--brick-size) - 1px) * 1);
}
.front-page-strategies-section .section-content .text-container .section-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 0 77px;
}
.front-page-strategies-section .section-content .text-container .wrap {
  position: relative;
}
.front-page-strategies-section .section-content .text-container .blue-deco {
  position: absolute;
  top: 0;
  right: calc(100% + (var(--brick-size) - 1px) * 1);
  width: var(--content-1790-box-indent);
  height: calc((var(--brick-size) - 1px) * 4 + 1px);
  background-color: #5B83A2;
}
.front-page-strategies-section .section-content .text-container .graph-paper {
  position: absolute;
  top: 0;
  left: calc((var(--brick-size) - 1px) * -1);
  width: calc((var(--brick-size) - 1px) * 4 + 1px);
  height: calc((var(--brick-size) - 1px) * 6 + 1px);
}
.front-page-strategies-section .section-content .text-container .graph-paper .white-paper-1 {
  top: calc((var(--brick-size) - 1px) * 1 + 1px);
  right: 0;
  bottom: calc((var(--brick-size) - 1px) * 1 + 1px);
  width: calc((var(--brick-size) - 1px) * 1);
}
.front-page-strategies-section .section-content .text-container .graph-paper .white-paper-2 {
  top: calc((var(--brick-size) - 1px) * 2 + 1px);
  bottom: calc((var(--brick-size) - 1px) * 3 + 1px);
  width: calc((var(--brick-size) - 1px) * 2);
  right: 0;
}
.front-page-strategies-section .section-content .text-container .graph-paper .white-paper-3 {
  left: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 2);
}
.front-page-strategies-section .section-content .text-container .graph-paper .white-paper-4 {
  left: 0;
  bottom: 0;
  width: calc((var(--brick-size) - 1px) * 3);
  height: calc((var(--brick-size) - 1px) * 1);
}
.front-page-strategies-section .section-content .text-container .graph-paper .dot-1 {
  top: calc((var(--brick-size) - 1px) * 0.5);
  left: calc((var(--brick-size) - 1px) * 0.5);
}
.front-page-strategies-section .section-content .text-container .graph-paper .solid-circle-1 {
  top: calc((var(--brick-size) - 1px) * 0.5);
  left: calc((var(--brick-size) - 1px) * 0.5);
  width: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.front-page-strategies-section .section-content .text-container .graph-paper .dashed-circle {
  top: calc((var(--brick-size) - 1px) * 0.5);
  left: calc((var(--brick-size) - 1px) * 0.5);
  width: calc((var(--brick-size) - 1px) * 0.4 + 1px);
}
.front-page-strategies-section .section-content .text-container .graph-paper .diagonal-line-1 {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 0.5 * 1.414 + 1px);
}
.front-page-strategies-section .section-content .text-container .graph-paper .horizontal-line {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * 0.5);
  left: calc((var(--brick-size) - 1px) * 0.5);
  width: var(--content-1790-width);
}
.front-page-strategies-section .section-content .text-container .graph-paper .dot-2 {
  top: calc((var(--brick-size) - 1px) * 3.65);
  left: calc((var(--brick-size) - 1px) * 1.35);
}
.front-page-strategies-section .section-content .text-container .graph-paper .solid-circle-2 {
  top: calc((var(--brick-size) - 1px) * 3.65);
  left: calc((var(--brick-size) - 1px) * 1.35);
  width: calc((var(--brick-size) - 1px) * 0.7 + 1px);
}
.front-page-strategies-section .section-content .text-container .graph-paper .diagonal-line-2 {
  top: calc((var(--brick-size) - 1px) * 3);
  left: calc((var(--brick-size) - 1px) * 2);
  height: calc((var(--brick-size) - 1px) * 0.65 * 1.414 + 1px);
}
.front-page-strategies-section .section-content .text-container .graph-paper .dot-3 {
  top: calc((var(--brick-size) - 1px) * 4.3);
  left: calc((var(--brick-size) - 1px) * 2.7);
}
.front-page-strategies-section .section-content .text-container .graph-paper .solid-circle-3 {
  top: calc((var(--brick-size) - 1px) * 4.3);
  left: calc((var(--brick-size) - 1px) * 2.7);
  width: calc((var(--brick-size) - 1px) * 0.6 + 1px);
}
.front-page-strategies-section .section-content .text-container .graph-paper .diagonal-line-3 {
  top: calc((var(--brick-size) - 1px) * 4.3);
  left: calc((var(--brick-size) - 1px) * 2.7);
  height: calc((var(--brick-size) - 1px) * 0.7 * 1.414 + 1px);
}
.front-page-strategies-section .section-content .text-container .tagline {
  position: relative;
  padding-top: calc(var(--cell-size) * 1.5);
  height: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.front-page-strategies-section .section-content .text-container .tagline .small-text {
  margin-bottom: 0.3em;
}
.front-page-strategies-section .section-content .text-container .tagline .big-text {
  margin-left: -0.06em;
}
.front-page-strategies-section .section-content .text-container .description {
  position: relative;
  margin: 115px 0 0 824px;
}
.front-page-strategies-section .section-content .right-side {
  position: absolute;
  top: 0;
  right: var(--minus-content-1790-box-indent);
  display: flex;
  flex-direction: column;
}
.front-page-strategies-section .section-content .right-side .image {
  width: 810px;
}
.front-page-strategies-section .section-content .right-side .button {
  margin-top: 135px;
  margin-right: var(--content-1640-box-indent);
  margin-left: auto;
}

@media (min-width: 1921px) {
  .front-page-strategies-section .section-content {
    padding-bottom: calc(72px + -143 * (100vw - 1920px) / -640);
  }
  .front-page-strategies-section .section-content .text-container .section-title {
    padding: calc(24px + -16 * (100vw - 1920px) / -640) 0 calc(77px + -23 * (100vw - 1920px) / -640);
  }
  .front-page-strategies-section .section-content .text-container .description {
    margin: calc(115px + -10 * (100vw - 1920px) / -640) 0 0 calc(824px + -21 * (100vw - 1920px) / -640);
  }
  .front-page-strategies-section .section-content .right-side .image {
    width: calc(810px + -210 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-strategies-section .section-content {
    padding-bottom: 215px;
  }
  .front-page-strategies-section .section-content .text-container .section-title {
    padding: 40px 0 100px;
  }
  .front-page-strategies-section .section-content .text-container .description {
    margin: 125px 0 0 845px;
  }
  .front-page-strategies-section .section-content .right-side .image {
    width: 1020px;
  }
}
@media (max-width: 1919px) {
  .front-page-strategies-section .section-content {
    padding-bottom: calc(72px + 50 * (100vw - 1920px) / 554);
  }
  .front-page-strategies-section .section-content .text-container .section-title {
    padding: calc(24px + 3 * (100vw - 1920px) / 554) 0 calc(77px + 12 * (100vw - 1920px) / 554);
  }
  .front-page-strategies-section .section-content .text-container .description {
    margin: calc(115px + 15 * (100vw - 1920px) / 554) 0 0 calc(824px + 424 * (100vw - 1920px) / 554);
  }
  .front-page-strategies-section .section-content .right-side .image {
    width: calc(810px + 210 * (100vw - 1920px) / 554);
  }
  .front-page-strategies-section .section-content .right-side .button {
    margin-top: calc(135px + 40 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-strategies-section .section-content {
    padding-bottom: calc(22px + 12 * (100vw - 1366px) / 342);
  }
  .front-page-strategies-section .section-content .text-container .section-title {
    padding: calc(21px + 11 * (100vw - 1366px) / 342) 0 calc(65px + 30 * (100vw - 1366px) / 342);
  }
  .front-page-strategies-section .section-content .text-container .description {
    margin: calc(100px + 20 * (100vw - 1366px) / 342) 0 0 calc(400px + 110 * (100vw - 1366px) / 342);
    min-width: 500px;
  }
  .front-page-strategies-section .section-content .right-side .image {
    width: calc(600px + 160 * (100vw - 1366px) / 342);
  }
  .front-page-strategies-section .section-content .right-side .button {
    margin-top: calc(95px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-strategies-section .section-content {
    padding-bottom: 10px;
  }
  .front-page-strategies-section .section-content .text-container .graph-paper .white-paper-1 {
    bottom: 0;
  }
  .front-page-strategies-section .section-content .text-container .graph-paper .white-paper-4 {
    width: 100%;
  }
  .front-page-strategies-section .section-content .text-container .graph-paper .horizontal-line {
    display: none;
  }
  .front-page-strategies-section .section-content .text-container .section-title {
    padding: 0 0 calc(35px + 10 * (100vw - 1024px) / 256);
  }
  .front-page-strategies-section .section-content .text-container .description {
    margin: calc(80px + 30 * (100vw - 1024px) / 256) 0 0 calc(180px + 20 * (100vw - 1024px) / 256);
    padding-right: 20px;
  }
  .front-page-strategies-section .section-content .right-side {
    position: static;
    flex-direction: column-reverse;
  }
  .front-page-strategies-section .section-content .right-side .image {
    width: 810px;
    max-width: 100%;
    margin: auto;
  }
  .front-page-strategies-section .section-content .right-side .button {
    margin-top: 30px;
    margin-right: auto;
    margin-left: calc((var(--brick-size) - 1px) * 1);
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .front-page-strategies-section .section-content .text-container .section-title {
    padding: 0 0 25px;
  }
  .front-page-strategies-section .section-content .text-container .wrap {
    height: calc((var(--brick-size) - 1px) * 5 + 1px);
  }
  .front-page-strategies-section .section-content .text-container .graph-paper {
    overflow: hidden;
    height: calc((var(--brick-size) - 1px) * 5 + 1px);
  }
  .front-page-strategies-section .section-content .text-container .graph-paper .white-paper-3,
  .front-page-strategies-section .section-content .text-container .graph-paper .white-paper-4,
  .front-page-strategies-section .section-content .text-container .graph-paper .dot-2,
  .front-page-strategies-section .section-content .text-container .graph-paper .solid-circle-2,
  .front-page-strategies-section .section-content .text-container .graph-paper .diagonal-line-2,
  .front-page-strategies-section .section-content .text-container .graph-paper .dot-3,
  .front-page-strategies-section .section-content .text-container .graph-paper .solid-circle-3,
  .front-page-strategies-section .section-content .text-container .graph-paper .diagonal-line-3 {
    display: none;
  }
  .front-page-strategies-section .section-content .text-container .tagline {
    height: auto;
  }
  .front-page-strategies-section .section-content .text-container .tagline .small-text br,
  .front-page-strategies-section .section-content .text-container .tagline .big-text br {
    display: none;
  }
  .front-page-strategies-section .section-content .text-container .description {
    margin: 30px 0 0 0;
    width: auto;
    min-width: auto;
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  .front-page-strategies-section .section-content .text-container {
    padding-left: 0;
  }
  .front-page-strategies-section .section-content .text-container .section-title {
    padding: 0 0 7px;
  }
  .front-page-strategies-section .section-content .text-container .wrap {
    height: auto;
  }
  .front-page-strategies-section .section-content .text-container .graph-paper,
  .front-page-strategies-section .section-content .text-container .blue-deco {
    display: none;
  }
  .front-page-strategies-section .section-content .right-side .button {
    margin-left: 0;
  }
}
.history-section {
  --image-height: 473px;
  --image-top: 197px;
  position: relative;
  background-color: #EDF1F5;
}
.history-section .blue-deco {
  position: absolute;
  left: 0;
  top: var(--image-top);
  width: var(--content-1790-box-indent);
  height: var(--image-height);
  background-color: #5B83A2;
}
.history-section .section-content {
  position: relative;
  margin-left: var(--content-1492-box-indent);
  margin-right: var(--content-1640-box-indent);
  padding-top: 42px;
}
.history-section .section-content .slider-skip-link {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #476A50;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.history-section .section-content .slider-skip-link:focus-visible {
  opacity: 1;
  pointer-events: auto;
}
.history-section .section-content .history-slider .timeline {
  position: relative;
  margin-bottom: -3.61em;
  z-index: 10;
}
.history-section .section-content .history-slider .timeline::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 200vw;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #5B83A2 3px, transparent 3px);
}
.history-section .section-content .history-slider .timeline-track {
  display: flex;
  gap: 12px;
}
.history-section .section-content .history-slider .timeline-item {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  width: 7.22em;
  aspect-ratio: 1;
}
.history-section .section-content .history-slider .timeline-item .background {
  border-radius: 50%;
  background-color: #7FAD84;
  transform: scale(0);
  transition: transform 0.5s ease;
}
.history-section .section-content .history-slider .timeline-item .background .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 3px, transparent 3px);
}
.history-section .section-content .history-slider .timeline-item .year {
  position: relative;
  padding-top: 1em;
  text-align: center;
  color: #223551;
  transition: color 0.5s ease;
}
.history-section .section-content .history-slider .timeline-item .pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4444em;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #223551;
  transition: background-color 0.5s ease;
}
.history-section .section-content .history-slider .timeline-item.active .background, .history-section .section-content .history-slider .timeline-item:hover .background {
  transform: scale(1);
}
.history-section .section-content .history-slider .timeline-item.active .year, .history-section .section-content .history-slider .timeline-item:hover .year {
  color: #ffffff;
}
.history-section .section-content .history-slider .timeline-item.active .pin, .history-section .section-content .history-slider .timeline-item:hover .pin {
  background-color: #ffffff;
}
.history-section .section-content .history-slider .content-wrap {
  display: flex;
  justify-content: space-between;
}
.history-section .section-content .history-slider .descriptions-container {
  position: relative;
  width: 580px;
}
.history-section .section-content .history-slider .descriptions-container .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.history-section .section-content .history-slider .right-side {
  flex-shrink: 0;
  position: relative;
  padding: 90px 0 var(--brick-size);
}
.history-section .section-content .history-slider .images-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--brick-size) * -1);
  right: var(--minus-content-1640-box-indent);
  display: flex;
  align-items: flex-end;
}
.history-section .section-content .history-slider .images-background .graph-paper {
  flex-shrink: 0;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  height: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.history-section .section-content .history-slider .images-background .diagonal-line {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.history-section .section-content .history-slider .images-background .solid-circle {
  width: calc(var(--cell-size) * 8);
  left: calc((var(--brick-size) - 1px) * 1);
  top: calc((var(--brick-size) - 1px) * 2);
}
.history-section .section-content .history-slider .images-background .dashed-circle {
  top: calc((var(--brick-size) - 1px) * 2);
  left: calc((var(--brick-size) - 1px) * 1);
  width: calc(var(--cell-size) * 12);
}
.history-section .section-content .history-slider .images-background .color-1 {
  flex-shrink: 0;
  width: 224px;
  height: 100%;
  background-color: rgba(91, 131, 162, 0.1);
}
.history-section .section-content .history-slider .images-background .color-2 {
  flex-grow: 1;
  height: 100%;
  background-color: rgba(91, 131, 162, 0.2);
}
.history-section .section-content .history-slider .images-background .line-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  right: var(--content-1640-box-indent);
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}
.history-section .section-content .history-slider .images-background .line-2 {
  position: absolute;
  right: 0;
  bottom: var(--brick-size);
  height: 1px;
  width: var(--content-1640-box-indent);
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}
.history-section .section-content .history-slider .slider-arrows-container {
  position: absolute;
  bottom: calc(var(--cell-size) * 13);
  left: calc(var(--brick-size) * -1);
  transform: translateX(-50%);
}
.history-section .section-content .history-slider .slider-arrows-container .slider-arrow[disabled] {
  background-color: #EDF1F5;
}
.history-section .section-content .history-slider .slider-arrows-container .slider-arrow[disabled] path {
  stroke: #223551;
}
.history-section .section-content .history-slider .illustrations-container {
  position: relative;
  width: 675px;
  aspect-ratio: 1.39751;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 37.47%;
  padding: 30px 40px;
  text-align: right;
  color: #ffffff;
  background-image: linear-gradient(to top, #223551, transparent);
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .play {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgba(34, 53, 81, 0.5);
  transition: background-color 0.5s ease;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .play .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--round-button-width) * 1.6);
  aspect-ratio: 1;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: transform 0.5s ease;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .play svg {
  width: 11%;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .play path {
  fill: #ffffff;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .play:hover {
  background-color: rgba(34, 53, 81, 0.7);
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .play:hover .circle {
  transform: scale(1.1);
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #223551;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .video-popup .close-button {
  top: 20px;
  right: 20px;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .video-popup iframe {
  width: 90%;
  height: auto;
  aspect-ratio: 1.77;
  max-height: 90%;
}
.history-section .section-content .history-slider .illustrations-container .illustration-wrap .video-popup[open] {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1921px) {
  .history-section .section-content {
    padding-top: calc(42px + -5 * (100vw - 1920px) / -640);
  }
  .history-section .section-content .history-slider .timeline-track {
    gap: calc(12px + -8 * (100vw - 1920px) / -640);
  }
  .history-section .section-content .history-slider .descriptions-container {
    width: calc(580px + -100 * (100vw - 1920px) / -640);
  }
  .history-section .section-content .history-slider .right-side {
    padding: calc(90px + -15 * (100vw - 1920px) / -640) 0 var(--brick-size);
  }
  .history-section .section-content .history-slider .images-background .color-1 {
    width: calc(224px + -11 * (100vw - 1920px) / -640);
  }
  .history-section .section-content .history-slider .illustrations-container {
    width: calc(675px + -95 * (100vw - 1920px) / -640);
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
    padding: calc(30px + -5 * (100vw - 1920px) / -640) calc(40px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .history-section .section-content {
    padding-top: 47px;
  }
  .history-section .section-content .history-slider .timeline-track {
    gap: 20px;
  }
  .history-section .section-content .history-slider .descriptions-container {
    width: 680px;
  }
  .history-section .section-content .history-slider .right-side {
    padding: 105px 0 var(--brick-size);
  }
  .history-section .section-content .history-slider .images-background .color-1 {
    width: 235px;
  }
  .history-section .section-content .history-slider .illustrations-container {
    width: 770px;
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
    padding: 35px 50px;
  }
}
@media (max-width: 1919px) {
  .history-section .section-content {
    padding-top: calc(42px + 5 * (100vw - 1920px) / 554);
  }
  .history-section .section-content .history-slider .timeline-track {
    gap: calc(12px + 2 * (100vw - 1920px) / 554);
  }
  .history-section .section-content .history-slider .descriptions-container {
    width: calc(580px + 150 * (100vw - 1920px) / 554);
  }
  .history-section .section-content .history-slider .right-side {
    padding: calc(90px + 5 * (100vw - 1920px) / 554) 0 var(--brick-size);
  }
  .history-section .section-content .history-slider .images-background .color-1 {
    width: calc(224px + 14 * (100vw - 1920px) / 554);
  }
  .history-section .section-content .history-slider .illustrations-container {
    width: calc(675px + 175 * (100vw - 1920px) / 554);
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
    padding: calc(30px + 10 * (100vw - 1920px) / 554) calc(40px + 10 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .history-section .section-content {
    padding-top: calc(37px + 4 * (100vw - 1366px) / 342);
  }
  .history-section .section-content .history-slider .timeline {
    margin-bottom: -3em;
  }
  .history-section .section-content .history-slider .timeline-track {
    gap: 10px;
  }
  .history-section .section-content .history-slider .timeline-item {
    width: 6em;
  }
  .history-section .section-content .history-slider .descriptions-container {
    width: calc(430px + 130 * (100vw - 1366px) / 342);
  }
  .history-section .section-content .history-slider .right-side {
    padding: calc(85px + 5 * (100vw - 1366px) / 342) 0 var(--brick-size);
  }
  .history-section .section-content .history-slider .images-background .color-1 {
    width: calc(210px + 80 * (100vw - 1366px) / 342);
  }
  .history-section .section-content .history-slider .illustrations-container {
    width: calc(500px + 130 * (100vw - 1366px) / 342);
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
    padding: calc(20px + 3 * (100vw - 1366px) / 342) calc(30px + 5 * (100vw - 1366px) / 342);
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .video-popup .close-button {
    top: calc(20px + 10 * (100vw - 1366px) / 1046);
    right: calc(20px + 10 * (100vw - 1366px) / 1046);
  }
}
@media (max-width: 1024px) {
  .history-section .section-content {
    padding-top: calc(33px + 3 * (100vw - 1024px) / 256);
  }
  .history-section .section-content .history-slider .timeline {
    margin-bottom: 0;
  }
  .history-section .section-content .history-slider .timeline-item {
    width: 5.5em;
  }
  .history-section .section-content .history-slider .content-wrap {
    flex-direction: column;
  }
  .history-section .section-content .history-slider .descriptions-container {
    width: 100%;
    margin: calc(50px + 5 * (100vw - 1024px) / 256) 0 calc(60px + 5 * (100vw - 1024px) / 256);
  }
  .history-section .section-content .history-slider .descriptions-container .description {
    height: auto;
  }
  .history-section .section-content .history-slider .right-side {
    align-self: flex-end;
    padding: 0 0 var(--brick-size);
  }
  .history-section .section-content .history-slider .images-background .color-1 {
    width: calc(130px + 10 * (100vw - 1024px) / 256);
  }
  .history-section .section-content .history-slider .illustrations-container {
    width: calc(675px + 195 * (100vw - 1024px) / 256);
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
    padding: calc(17px + 2 * (100vw - 1024px) / 256) calc(25px + 3 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .history-section .section-content {
    padding-top: 30px;
  }
  .history-section .section-content .history-slider .timeline-item {
    width: 5em;
  }
  .history-section .section-content .history-slider .descriptions-container {
    margin: calc(45px + 15 * (100vw - 768px) / 448) 0 calc(55px + 35 * (100vw - 768px) / 448) auto;
    width: calc(560px + 314 * (100vw - 768px) / 448);
  }
  .history-section .section-content .history-slider .images-background {
    top: calc(90px + 14 * (100vw - 768px) / 448);
  }
  .history-section .section-content .history-slider .images-background .graph-paper {
    width: calc((var(--brick-size) - 1px) * 2 + 1px);
    height: calc((var(--brick-size) - 1px) * 2 + 1px);
  }
  .history-section .section-content .history-slider .images-background .diagonal-line,
  .history-section .section-content .history-slider .images-background .solid-circle,
  .history-section .section-content .history-slider .images-background .dashed-circle {
    top: calc((var(--brick-size) - 1px) * 1);
  }
  .history-section .section-content .history-slider .images-background .color-1 {
    width: calc(180px + 108 * (100vw - 768px) / 448);
  }
  .history-section .section-content .history-slider .slider-arrows-container {
    position: static;
    transform: none;
    justify-content: flex-end;
    margin-bottom: calc(40px + 10 * (100vw - 768px) / 448);
  }
  .history-section .section-content .history-slider .illustrations-container {
    width: calc(560px + 314 * (100vw - 768px) / 448);
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
    padding: calc(15px + 5 * (100vw - 768px) / 448) calc(22px + 7 * (100vw - 768px) / 448);
  }
}
@media (max-width: 460px) {
  .history-section .section-content .history-slider .images-background {
    left: auto;
    width: calc(100vw - var(--content-1790-box-indent));
  }
}
@media (max-width: 320px) {
  .history-section .section-content .history-slider .descriptions-container {
    margin: 30px 0 20px auto;
    width: 246px;
  }
  .history-section .section-content .history-slider .images-background {
    top: 76px;
  }
  .history-section .section-content .history-slider .images-background .color-1 {
    width: 72px;
  }
  .history-section .section-content .history-slider .slider-arrows-container {
    margin-bottom: 30px;
  }
  .history-section .section-content .history-slider .illustrations-container {
    width: 246px;
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .illustration-label {
    padding: 10px 15px;
  }
  .history-section .section-content .history-slider .illustrations-container .illustration-wrap .video-popup .close-button {
    top: 10px;
    right: 10px;
  }
}
.image-with-text-section {
  --image-top: 0px;
  --image-height: 447px;
  position: relative;
}
.image-with-text-section .deco {
  position: absolute;
  top: var(--image-top);
  width: var(--content-1790-box-indent);
  height: var(--image-height);
  background-color: #5B83A2;
}
.image-with-text-section .deco-left {
  left: 0;
}
.image-with-text-section .deco-right {
  right: 0;
}
.image-with-text-section .section-content {
  display: flex;
  align-items: center;
}
.image-with-text-section .section-content .image {
  flex-shrink: 0;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  margin-right: 215px;
}
.image-with-text-section.reverse-content .section-content {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.image-with-text-section.reverse-content .section-content .image {
  margin-right: 0;
}
.image-with-text-section.vertical-align-top .section-content {
  align-items: flex-start;
}

@media (min-width: 1921px) {
  .image-with-text-section .section-content .image {
    margin-right: calc(215px + -55 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .image-with-text-section .section-content .image {
    margin-right: 270px;
  }
}
@media (max-width: 1919px) {
  .image-with-text-section .section-content .image {
    margin-right: calc(215px + 25 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .image-with-text-section .section-content .image {
    margin-right: calc(190px + 110 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .image-with-text-section .section-content .image {
    width: calc(238px + 28 * (100vw - 1024px) / 256);
    margin-right: calc(80px + 30 * (100vw - 1024px) / 256);
  }
  .image-with-text-section .section-content .content-block {
    width: auto;
    padding-right: calc(40px + 10 * (100vw - 1024px) / 256);
  }
  .image-with-text-section.reverse-content .section-content .image {
    margin-right: calc(0px + -10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .image-with-text-section .section-content {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: calc(50px + 10 * (100vw - 768px) / 448);
  }
  .image-with-text-section .section-content .image {
    width: calc(270px + 70 * (100vw - 768px) / 448);
    margin: 0 auto;
  }
  .image-with-text-section .section-content .content-block {
    padding-right: 0;
  }
  .image-with-text-section.reverse-content .section-content {
    flex-direction: column-reverse;
  }
  .image-with-text-section.reverse-content .section-content .image {
    margin-right: auto;
  }
  #culture-page-intro {
    margin-top: var(--section-indent-100);
  }
  #culture-page-intro .section-content {
    flex-direction: column;
  }
}
@media (max-width: 320px) {
  .image-with-text-section .section-content {
    gap: 40px;
  }
  .image-with-text-section .section-content .image {
    width: 200px;
  }
}
.internal-page-main-banner-section {
  position: relative;
  margin-top: var(--header-height);
}
.internal-page-main-banner-section::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #476A50;
  pointer-events: none;
}
.internal-page-main-banner-section .top-line {
  position: absolute;
  top: 0;
  left: calc(var(--content-1790-box-indent) + var(--logo-container-width));
  width: 100vw;
  height: 1px;
  background-color: #7FAD84;
  z-index: 1;
}
.internal-page-main-banner-section .section-content {
  position: relative;
  margin-left: var(--content-1640-box-indent);
  margin-right: var(--content-1790-box-indent);
}
.internal-page-main-banner-section .section-content .green-background {
  position: absolute;
  top: 0;
  left: 50%;
  height: calc((var(--brick-size) - 1px) * 1 + 1px);
  width: 200vw;
  transform: translateX(-50%);
  background-color: #476A50;
}
.internal-page-main-banner-section .section-content .top {
  position: relative;
  display: flex;
  height: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.internal-page-main-banner-section .section-content .graph-paper-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: calc((var(--brick-size) - 1px) * 8 + 1px);
  height: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.internal-page-main-banner-section .section-content .graph-paper-1 .diagonal-line {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 3);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.internal-page-main-banner-section .section-content .graph-paper-1 .solid-circle {
  top: 100%;
  left: calc((var(--brick-size) - 1px) * 4);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.internal-page-main-banner-section .section-content .graph-paper-1 .dashed-circle {
  top: 100%;
  left: calc((var(--brick-size) - 1px) * 4);
  width: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.internal-page-main-banner-section .section-content .graph-paper-1 .dot {
  top: calc(var(--cell-size) * 3);
  left: calc((var(--brick-size) - 1px) * 3.3);
}
.internal-page-main-banner-section .section-content .dashed-separator {
  position: absolute;
  top: 0;
  left: calc(var(--content-1790-box-indent) + var(--logo-container-width) - var(--content-1640-box-indent));
  width: 1px;
  height: 100%;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(143, 191, 149, 0.5) 3px, transparent 3px);
}
.internal-page-main-banner-section .section-content .breadcrumbs {
  align-self: flex-end;
  margin-bottom: calc(var(--brick-size) * 0.28);
}
.internal-page-main-banner-section .section-content .illustration-mobile-container {
  display: none;
}
.internal-page-main-banner-section .section-content .bottom {
  display: flex;
  justify-content: space-between;
}
.internal-page-main-banner-section .section-content .text {
  position: relative;
  width: 0;
  margin-top: calc(var(--brick-size) * 0.43);
  z-index: 1;
}
.internal-page-main-banner-section .section-content .page-heading {
  width: calc(var(--content-1790-width) - ((var(--brick-size) - 1px) * 4 + 1px) - (var(--content-1640-box-indent) - var(--content-1790-box-indent)));
}
.internal-page-main-banner-section .section-content .page-subheading {
  margin: 190px 0 0 75px;
}
.internal-page-main-banner-section .section-content .schema {
  flex-shrink: 0;
}
.internal-page-main-banner-section .section-content .graph-paper-2 {
  margin-left: auto;
  margin-right: calc((var(--brick-size) - 1px) * 4);
  width: calc((var(--brick-size) - 1px) * 5 + 1px);
  height: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.internal-page-main-banner-section .section-content .illustration-container {
  position: relative;
  margin-top: calc(var(--brick-size) * -1.5);
  margin-right: calc((var(--brick-size) - 1px) * 1);
  margin-left: auto;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  aspect-ratio: 0.81272727;
  z-index: 1;
}
.internal-page-main-banner-section .section-content .illustration-container .line {
  position: absolute;
  top: 0;
  width: 1px;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}
.internal-page-main-banner-section .section-content .illustration-container .line-1 {
  right: 100%;
  height: calc(100% + var(--brick-size) * 0.3);
}
.internal-page-main-banner-section .section-content .illustration-container .line-2 {
  left: 100%;
  height: calc(100% + var(--brick-size));
  transform: translateX(-50%);
}
.internal-page-main-banner-section .section-content .graph-paper-3 {
  margin-top: calc((var(--brick-size) - 1px) * -1);
  margin-left: auto;
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.internal-page-main-banner-section .section-content .graph-paper-3 .diagonal-line {
  top: 0;
  right: 0;
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.internal-page-main-banner-section .section-content .graph-paper-3 .solid-circle {
  top: 50%;
  left: 50%;
  width: calc(var(--cell-size) * 6);
}
.internal-page-main-banner-section .section-content .graph-paper-3 .dashed-circle {
  top: 50%;
  left: 50%;
  width: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.internal-page-main-banner-section .section-content .graph-paper-3 .horizontal-line {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc((var(--brick-size) - 1px) * 4.3 + 1px);
  height: 1px;
  transform: translateY(-50%);
  background-size: 6px 1px;
  background-image: linear-gradient(to right, rgba(91, 131, 162, 0.5) 3px, transparent 3px);
}
.internal-page-main-banner-section .section-content .graph-paper-3 .dot-1 {
  top: 50%;
  left: calc(50% + var(--cell-size) * 5);
}
.internal-page-main-banner-section .section-content .graph-paper-3 .dot-2 {
  top: 50%;
  left: 50%;
}

@media (min-width: 1921px) {
  .internal-page-main-banner-section .section-content .page-subheading {
    margin: calc(190px + -10 * (100vw - 1920px) / -640) 0 0 calc(75px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .internal-page-main-banner-section .section-content .page-subheading {
    margin: 200px 0 0 80px;
  }
}
@media (max-width: 1919px) {
  .internal-page-main-banner-section .section-content .page-subheading {
    margin: calc(190px + 70 * (100vw - 1920px) / 554) 0 0 calc(75px + 10 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .internal-page-main-banner-section .section-content .page-subheading {
    margin: calc(120px + 80 * (100vw - 1366px) / 342) 0 0 calc(65px + 40 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .internal-page-main-banner-section .top-line {
    display: none;
  }
  .internal-page-main-banner-section .section-content .dashed-separator {
    display: none;
  }
  .internal-page-main-banner-section .section-content .page-subheading {
    margin: calc(40px + 10 * (100vw - 1024px) / 256) 0 0 calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .internal-page-main-banner-section .section-content .illustration-container {
    margin-right: 0;
  }
  .internal-page-main-banner-section .section-content .graph-paper-3 .horizontal-line {
    width: calc((var(--brick-size) - 1px) * 3.3 + 1px);
  }
}
@media (max-width: 768px) {
  .internal-page-main-banner-section .section-content .green-background,
  .internal-page-main-banner-section .section-content .graph-paper-1,
  .internal-page-main-banner-section .section-content .schema {
    display: none;
  }
  .internal-page-main-banner-section .section-content .top {
    height: auto;
  }
  .internal-page-main-banner-section .section-content .top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100vw;
    background-color: #476A50;
  }
  .internal-page-main-banner-section .section-content .illustration-mobile-container {
    position: relative;
    display: block;
  }
  .internal-page-main-banner-section .section-content .illustration-mobile-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 44%;
    background-color: #476A50;
  }
  .internal-page-main-banner-section .section-content .illustration-mobile-container .illustration-mobile {
    position: relative;
    width: 100%;
  }
  .internal-page-main-banner-section .section-content .text {
    margin-top: calc(70px + 40 * (100vw - 768px) / 448);
    width: auto;
  }
  .internal-page-main-banner-section .section-content .page-heading {
    width: auto;
  }
  .internal-page-main-banner-section .section-content .page-heading br {
    display: none;
  }
  .internal-page-main-banner-section .section-content .page-subheading {
    width: auto;
    margin: calc(30px + 15 * (100vw - 768px) / 448) 0 0;
  }
}
@media (max-width: 320px) {
  .internal-page-main-banner-section .section-content .text {
    margin-top: 30px;
  }
  .internal-page-main-banner-section .section-content .page-subheading {
    margin: 15px 0 0;
  }
}
.investments-section {
  --company-card-width-percent: 4.47px;
}
.investments-section .section-content .section-title {
  margin-bottom: 70px;
}
.investments-section .section-content .companies-list-container {
  position: relative;
  margin-top: 60px;
}
.investments-section .section-content .background {
  display: flex;
  justify-content: space-evenly;
  background-size: 100% 100%, 6px 100%, 100% calc(var(--content-1790-width) / 4 / 1.5);
  background-image: linear-gradient(to bottom, #ffffff 2px, transparent 2px, transparent calc(100% - 2px), #ffffff calc(100% - 2px)), linear-gradient(to right, transparent 3px, #ffffff 3px), linear-gradient(to bottom, rgba(91, 131, 162, 0.3) 1px, transparent 1px);
}
.investments-section .section-content .background .vertical-line {
  height: 100%;
  width: 1px;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(91, 131, 162, 0.3) 3px, transparent 3px);
}
.investments-section .section-content .companies-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.investments-section .section-content .footnote {
  margin-top: 80px;
}
.investments-section .section-content .footnote a {
  background-image: linear-gradient(to top, transparent 0px, #000000 0px, #000000 calc(1px + 0px), transparent calc(1px + 0px));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.investments-section .section-content .footnote a.hover, .investments-section .section-content .footnote a:hover, .investments-section .section-content .footnote a:focus {
  background-size: 0 100%;
}

@media (min-width: 1921px) {
  .investments-section .section-content .section-title {
    margin-bottom: calc(70px + -10 * (100vw - 1920px) / -640);
  }
  .investments-section .section-content .companies-list-container {
    margin-top: calc(60px + -10 * (100vw - 1920px) / -640);
  }
  .investments-section .section-content .footnote {
    margin-top: calc(80px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .investments-section .section-content .section-title {
    margin-bottom: 80px;
  }
  .investments-section .section-content .companies-list-container {
    margin-top: 70px;
  }
  .investments-section .section-content .footnote {
    margin-top: 85px;
  }
}
@media (max-width: 1919px) {
  .investments-section .section-content .section-title {
    margin-bottom: calc(70px + 10 * (100vw - 1920px) / 554);
  }
  .investments-section .section-content .companies-list-container {
    margin-top: calc(60px + 5 * (100vw - 1920px) / 554);
  }
  .investments-section .section-content .footnote {
    margin-top: calc(80px + 10 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .investments-section .section-content .section-title {
    margin-bottom: calc(60px + 5 * (100vw - 1366px) / 342);
  }
  .investments-section .section-content .companies-list-container {
    margin-top: calc(55px + 5 * (100vw - 1366px) / 342);
  }
  .investments-section .section-content .footnote {
    margin-top: calc(70px + 15 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .investments-section .section-content .section-title {
    margin-bottom: calc(55px + 5 * (100vw - 1024px) / 256);
  }
  .investments-section .section-content .companies-list-container {
    margin-top: calc(50px + 5 * (100vw - 1024px) / 256);
  }
  .investments-section .section-content .background {
    background-size: 100% 100%, 6px 100%, 100% calc(var(--content-1790-width) / 3 / 1.5);
  }
  .investments-section .section-content .background .vertical-line:nth-child(3) {
    display: none;
  }
  .investments-section .section-content .companies-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .investments-section .section-content .footnote {
    margin-top: calc(55px + 5 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .investments-section .section-content .section-title {
    margin-bottom: calc(50px + 20 * (100vw - 768px) / 448);
  }
  .investments-section .section-content .companies-list-container {
    margin-top: calc(45px + 20 * (100vw - 768px) / 448);
  }
  .investments-section .section-content .footnote {
    margin-top: calc(50px + 20 * (100vw - 768px) / 448);
  }
}
@media (max-width: 600px) {
  .investments-section .section-content .background {
    background-size: 100% 100%, 6px 100%, 100% calc(var(--content-1790-width) / 2 / 1.5);
  }
  .investments-section .section-content .background .vertical-line:nth-child(2) {
    display: none;
  }
  .investments-section .section-content .companies-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 320px) {
  .investments-section .section-content .section-title {
    margin-bottom: 30px;
  }
  .investments-section .section-content .companies-list-container {
    margin-top: 25px;
  }
  .investments-section .section-content .footnote {
    margin-top: 30px;
  }
}
.learn-more-section .section-content .section-title {
  margin-bottom: 60px;
}
.learn-more-section .section-content .links-container {
  display: flex;
  justify-content: center;
  gap: 75px;
}
.learn-more-section .section-content .links-container .link {
  width: calc(33.33% - 50px);
}
.learn-more-section .section-content .links-container .link .image-container {
  display: block;
  overflow: hidden;
}
.learn-more-section .section-content .links-container .link .image-container .image {
  width: 100%;
  filter: grayscale(1);
  transition: transform 0.5s ease, filter 0.5s ease;
}
.learn-more-section .section-content .links-container .link .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  border-top: none;
}
.learn-more-section .section-content .links-container .link:hover .image, .learn-more-section .section-content .links-container .link:focus .image {
  transform: scale(1.1);
  filter: grayscale(0);
}
.learn-more-section .section-content .links-container .link:hover .round-button-background, .learn-more-section .section-content .links-container .link:focus .round-button-background {
  transform: scale(1.12);
}

@media (min-width: 1921px) {
  .learn-more-section .section-content .section-title {
    margin-bottom: calc(60px + -5 * (100vw - 1920px) / -640);
  }
  .learn-more-section .section-content .links-container {
    gap: calc(75px + -12 * (100vw - 1920px) / -640);
  }
  .learn-more-section .section-content .links-container .link {
    width: calc(33.33% - (50px + -8 * (100vw - 1920px) / -640));
  }
  .learn-more-section .section-content .links-container .link .title {
    padding: calc(50px + -3 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .learn-more-section .section-content .section-title {
    margin-bottom: 65px;
  }
  .learn-more-section .section-content .links-container {
    gap: 87px;
  }
  .learn-more-section .section-content .links-container .link {
    width: calc(33.33% - 58px);
  }
  .learn-more-section .section-content .links-container .link .title {
    padding: 53px;
  }
}
@media (max-width: 1919px) {
  .learn-more-section .section-content .section-title {
    margin-bottom: calc(60px + 20 * (100vw - 1920px) / 554);
  }
  .learn-more-section .section-content .links-container {
    gap: calc(75px + 30 * (100vw - 1920px) / 554);
  }
  .learn-more-section .section-content .links-container .link {
    width: calc(33.33% - (50px + 20 * (100vw - 1920px) / 554));
  }
  .learn-more-section .section-content .links-container .link .title {
    padding: calc(50px + 20 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .learn-more-section .section-content .section-title {
    margin-bottom: calc(40px + 10 * (100vw - 1366px) / 342);
  }
  .learn-more-section .section-content .links-container {
    gap: calc(45px + 24 * (100vw - 1366px) / 342);
  }
  .learn-more-section .section-content .links-container .link {
    width: calc(33.33% - (30px + 16 * (100vw - 1366px) / 342));
  }
  .learn-more-section .section-content .links-container .link .title {
    padding: 30px calc(30px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .learn-more-section .section-content .section-title {
    margin-bottom: 30px;
  }
  .learn-more-section .section-content .links-container {
    flex-direction: column;
    gap: 30px;
  }
  .learn-more-section .section-content .links-container .link {
    width: 100%;
  }
  .learn-more-section .section-content .links-container .link .image-container .image {
    max-height: 200px;
    object-position: center;
    object-fit: cover;
  }
  .learn-more-section .section-content .links-container .link .title {
    padding: 30px;
  }
}
@media (max-width: 520px) {
  .learn-more-section .section-content .links-container .link .title {
    padding: calc(30px + 10 * (100vw - 520px) / 200);
  }
}
@media (max-width: 320px) {
  .learn-more-section .section-content .links-container .link .title {
    padding: 20px;
  }
}
.memorial-section .section-content .team-members-list :first-child {
  grid-column-start: 4;
}
.memorial-section .biography-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  border: none;
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(34, 53, 81, 0.7) 50%, #ffffff 50%);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 10000;
}
.memorial-section .biography-popup .close-button {
  top: 67px;
  right: 67px;
}
.memorial-section .biography-popup .window-container {
  margin: 0 0 auto;
}
.memorial-section .biography-popup .text-container {
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding: 145px 140px 100px 150px;
  background-color: #ffffff;
}
.memorial-section .biography-popup .text-container .date {
  margin-top: 14px;
  color: #000000;
}
.memorial-section .biography-popup .text-container .separator {
  margin: 37px 0 61px;
  height: 1px;
  width: 100%;
  background-color: #5B83A2;
  border: none;
}
.memorial-section .biography-popup .text-container .biography {
  padding-right: 77px;
}
.memorial-section .biography-popup[open] {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1921px) {
  .memorial-section .biography-popup .close-button {
    top: calc(67px + -5 * (100vw - 1920px) / -640);
    right: calc(67px + -5 * (100vw - 1920px) / -640);
  }
  .memorial-section .biography-popup .text-container {
    padding: calc(145px + -10 * (100vw - 1920px) / -640) calc(140px + -10 * (100vw - 1920px) / -640) calc(100px + -10 * (100vw - 1920px) / -640) calc(150px + -10 * (100vw - 1920px) / -640);
  }
  .memorial-section .biography-popup .text-container .date {
    margin-top: calc(14px + -2 * (100vw - 1920px) / -640);
  }
  .memorial-section .biography-popup .text-container .separator {
    margin: calc(37px + -5 * (100vw - 1920px) / -640) 0 calc(61px + -5 * (100vw - 1920px) / -640);
  }
  .memorial-section .biography-popup .text-container .biography {
    padding-right: calc(77px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .memorial-section .biography-popup .close-button {
    top: 72px;
    right: 72px;
  }
  .memorial-section .biography-popup .text-container {
    padding: 155px 150px 110px 160px;
  }
  .memorial-section .biography-popup .text-container .date {
    margin-top: 16px;
  }
  .memorial-section .biography-popup .text-container .separator {
    margin: 42px 0 66px;
  }
  .memorial-section .biography-popup .text-container .biography {
    padding-right: 87px;
  }
}
@media (max-width: 1919px) {
  .memorial-section .biography-popup .close-button {
    top: calc(67px + 12 * (100vw - 1920px) / 554);
    right: calc(67px + 12 * (100vw - 1920px) / 554);
  }
  .memorial-section .biography-popup .text-container {
    padding: calc(145px + 20 * (100vw - 1920px) / 554) calc(140px + 90 * (100vw - 1920px) / 554) calc(100px + 50 * (100vw - 1920px) / 554) calc(150px + 80 * (100vw - 1920px) / 554);
  }
  .memorial-section .biography-popup .text-container .date {
    margin-top: calc(14px + 2 * (100vw - 1920px) / 554);
  }
  .memorial-section .biography-popup .text-container .separator {
    margin: calc(37px + 5 * (100vw - 1920px) / 554) 0 calc(61px + 11 * (100vw - 1920px) / 554);
  }
  .memorial-section .biography-popup .text-container .biography {
    padding-right: calc(77px + 17 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .memorial-section .section-content .team-members-list :first-child {
    grid-column-start: 3;
  }
  .memorial-section .biography-popup .close-button {
    top: calc(55px + 35 * (100vw - 1366px) / 342);
    right: calc(55px + 35 * (100vw - 1366px) / 342);
  }
  .memorial-section .biography-popup .text-container {
    padding: calc(125px + 20 * (100vw - 1366px) / 342) calc(50px + 20 * (100vw - 1366px) / 342) calc(50px + 10 * (100vw - 1366px) / 342) calc(70px + 30 * (100vw - 1366px) / 342);
  }
  .memorial-section .biography-popup .text-container .date {
    margin-top: calc(12px + 2 * (100vw - 1366px) / 342);
  }
  .memorial-section .biography-popup .text-container .separator {
    margin: calc(32px + 10 * (100vw - 1366px) / 342) 0 calc(50px + 10 * (100vw - 1366px) / 342);
  }
  .memorial-section .biography-popup .text-container .biography {
    padding-right: calc(60px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .memorial-section .section-content .team-members-list :first-child {
    grid-column-start: 2;
  }
  .memorial-section .biography-popup {
    background-color: #ffffff;
    background-image: none;
  }
  .memorial-section .biography-popup .close-button {
    top: calc(20px + 10 * (100vw - 1024px) / 704);
    right: calc(20px + 10 * (100vw - 1024px) / 704);
  }
  .memorial-section .biography-popup .text-container {
    width: 100%;
    padding: calc(105px + 35 * (100vw - 1024px) / 704) calc(30px + 15 * (100vw - 1024px) / 704) calc(40px + 15 * (100vw - 1024px) / 704) calc(40px + 25 * (100vw - 1024px) / 704);
  }
  .memorial-section .biography-popup .text-container .date {
    margin-top: 10px;
  }
  .memorial-section .biography-popup .text-container .separator {
    margin: calc(22px + 2 * (100vw - 1024px) / 704) 0 calc(40px + 10 * (100vw - 1024px) / 704);
  }
  .memorial-section .biography-popup .text-container .biography {
    padding-right: calc(40px + 40 * (100vw - 1024px) / 704);
  }
}
@media (max-width: 768px) {
  .memorial-section .section-content .team-members-list :first-child {
    grid-column-start: auto;
  }
}
@media (max-width: 320px) {
  .memorial-section .biography-popup .close-button {
    top: 10px;
    right: 10px;
  }
  .memorial-section .biography-popup .text-container {
    padding: 70px 15px 25px 15px;
  }
  .memorial-section .biography-popup .text-container .separator {
    margin: 20px 0 30px;
  }
  .memorial-section .biography-popup .text-container .biography {
    padding-right: 0;
  }
}
.news-section .section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.news-section .section-content .timeline-container {
  max-width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 18px;
}
.news-section .section-content .timeline-container .timeline {
  display: flex;
  gap: 85px;
}
.news-section .section-content .timeline-container .timeline .year {
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #223551;
  transition: color 0.5s ease;
}
.news-section .section-content .timeline-container .timeline .year:hover, .news-section .section-content .timeline-container .timeline .year.active {
  color: #5B83A2;
}
.news-section .section-content .arrows-wrap {
  position: relative;
  align-self: flex-end;
}
.news-section .section-content .arrows-wrap .slider-arrows-container {
  position: absolute;
  top: 30px;
  right: 0;
}
.news-section .section-content .arrows-wrap.hidden {
  display: none;
}
.news-section .section-content .section-title {
  margin: 100px 0 70px;
}
.news-section .section-content .news-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.news-section .section-content .news-list::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.news-section .section-content .news-list.loading::after {
  opacity: 1;
  visibility: visible;
}
.news-section .section-content .footnote {
  margin-top: 80px;
}

@media (min-width: 1921px) {
  .news-section .section-content .timeline-container {
    padding-top: calc(18px + -4 * (100vw - 1920px) / -640);
  }
  .news-section .section-content .timeline-container .timeline {
    gap: calc(85px + -5 * (100vw - 1920px) / -640);
  }
  .news-section .section-content .arrows-wrap .slider-arrows-container {
    top: calc(30px + -5 * (100vw - 1920px) / -640);
  }
  .news-section .section-content .section-title {
    margin: calc(100px + -5 * (100vw - 1920px) / -640) 0 calc(70px + -3 * (100vw - 1920px) / -640);
  }
  .news-section .section-content .news-list {
    gap: calc(60px + -20 * (100vw - 1920px) / -640);
  }
  .news-section .section-content .footnote {
    margin-top: calc(80px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .news-section .section-content .timeline-container {
    padding-top: 22px;
  }
  .news-section .section-content .timeline-container .timeline {
    gap: 90px;
  }
  .news-section .section-content .arrows-wrap .slider-arrows-container {
    top: 35px;
  }
  .news-section .section-content .section-title {
    margin: 105px 0 73px;
  }
  .news-section .section-content .news-list {
    gap: 80px;
  }
  .news-section .section-content .footnote {
    margin-top: 85px;
  }
}
@media (max-width: 1919px) {
  .news-section .section-content .timeline-container {
    padding-top: calc(18px + 3 * (100vw - 1920px) / 554);
  }
  .news-section .section-content .timeline-container .timeline {
    gap: calc(85px + 10 * (100vw - 1920px) / 554);
  }
  .news-section .section-content .arrows-wrap .slider-arrows-container {
    top: calc(30px + 5 * (100vw - 1920px) / 554);
  }
  .news-section .section-content .section-title {
    margin: calc(100px + 10 * (100vw - 1920px) / 554) 0 calc(70px + 10 * (100vw - 1920px) / 554);
  }
  .news-section .section-content .news-list {
    gap: calc(60px + 20 * (100vw - 1920px) / 554);
  }
  .news-section .section-content .footnote {
    margin-top: calc(80px + 20 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .news-section .section-content .timeline-container {
    padding-top: 15px;
  }
  .news-section .section-content .timeline-container .timeline {
    gap: calc(75px + 30 * (100vw - 1366px) / 342);
  }
  .news-section .section-content .arrows-wrap .slider-arrows-container {
    top: 25px;
  }
  .news-section .section-content .section-title {
    margin: calc(90px + 20 * (100vw - 1366px) / 342) 0 calc(60px + 20 * (100vw - 1366px) / 342);
  }
  .news-section .section-content .news-list {
    gap: calc(40px + 20 * (100vw - 1366px) / 342);
  }
  .news-section .section-content .footnote {
    margin-top: calc(60px + 15 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .news-section .section-content .timeline-container .timeline {
    gap: calc(45px + 10 * (100vw - 1024px) / 256);
  }
  .news-section .section-content .section-title {
    margin: calc(70px + 5 * (100vw - 1024px) / 256) 0 calc(40px + 3 * (100vw - 1024px) / 256);
  }
  .news-section .section-content .news-list {
    gap: calc(20px + 4 * (100vw - 1024px) / 256);
    grid-template-columns: repeat(2, 1fr);
  }
  .news-section .section-content .footnote {
    margin-top: calc(45px + 5 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .news-section .section-content .timeline-container .timeline {
    gap: calc(35px + 5 * (100vw - 768px) / 448);
  }
  .news-section .section-content .arrows-wrap .slider-arrows-container {
    top: calc(25px + 10 * (100vw - 768px) / 448);
  }
  .news-section .section-content .section-title {
    margin: calc(65px + -15 * (100vw - 768px) / 448) 0 calc(37px + 7 * (100vw - 768px) / 448);
  }
  .news-section .section-content .news-list {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .news-section .section-content .footnote {
    margin-top: calc(40px + 10 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .news-section .section-content .timeline-container .timeline {
    gap: 30px;
  }
  .news-section .section-content .arrows-wrap .slider-arrows-container {
    top: 15px;
  }
  .news-section .section-content .section-title {
    margin: 80px 0 30px;
  }
  .news-section .section-content .footnote {
    margin-top: 30px;
  }
}
.partnerships-section .section-content .partners-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 100px;
}
.partnerships-section .section-content .partners-container .partner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1.5;
}
.partnerships-section .section-content .partners-container .partner:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.partnerships-section .section-content .partners-container .partner-link {
  transition: background-color 0.7s ease;
}
.partnerships-section .section-content .partners-container .partner-link .logo {
  transition: filter 0.7s ease;
}
.partnerships-section .section-content .partners-container .partner-link:hover {
  background-color: #223551;
}
.partnerships-section .section-content .partners-container .partner-link:hover .logo {
  filter: brightness(0) invert(1);
}

@media (min-width: 1921px) {
  .partnerships-section .section-content .partners-container {
    margin-top: calc(100px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .partnerships-section .section-content .partners-container {
    margin-top: 110px;
  }
}
@media (max-width: 1919px) {
  .partnerships-section .section-content .partners-container {
    margin-top: calc(100px + 20 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .partnerships-section .section-content .partners-container {
    margin-top: calc(80px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .partnerships-section .section-content .partners-container {
    margin-top: calc(60px + 10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .partnerships-section .section-content .partners-container {
    grid-template-columns: repeat(6, 1fr);
    margin-top: calc(50px + 20 * (100vw - 768px) / 448);
    row-gap: calc(40px + 20 * (100vw - 768px) / 448);
  }
  .partnerships-section .section-content .partners-container .partner {
    grid-column-end: span 2;
  }
  .partnerships-section .section-content .partners-container .partner:nth-child(4)::before {
    display: none;
  }
}
@media (max-width: 320px) {
  .partnerships-section .section-content .partners-container {
    margin-top: 30px;
    row-gap: 20px;
  }
}
.peca-section .section-content {
  display: flex;
  padding: 72px 60px 70px 135px;
}
.peca-section .section-content .text-container .description {
  margin-top: 60px;
}
.peca-section .section-content .image-container {
  flex-shrink: 0;
  position: relative;
  width: 371px;
  margin-left: 145px;
}
.peca-section .section-content .image-container .image {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (min-width: 1921px) {
  .peca-section .section-content {
    padding: calc(72px + -5 * (100vw - 1920px) / -640) calc(60px + -5 * (100vw - 1920px) / -640) calc(70px + -5 * (100vw - 1920px) / -640) calc(135px + -5 * (100vw - 1920px) / -640);
  }
  .peca-section .section-content .text-container .description {
    margin-top: calc(60px + -5 * (100vw - 1920px) / -640);
  }
  .peca-section .section-content .image-container {
    width: calc(371px + -19 * (100vw - 1920px) / -640);
    margin-left: calc(145px + -30 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .peca-section .section-content {
    padding: 77px 65px 75px 140px;
  }
  .peca-section .section-content .text-container .description {
    margin-top: 65px;
  }
  .peca-section .section-content .image-container {
    width: 390px;
    margin-left: 175px;
  }
}
@media (max-width: 1919px) {
  .peca-section .section-content {
    padding: calc(72px + 20 * (100vw - 1920px) / 554) calc(60px + 20 * (100vw - 1920px) / 554) calc(70px + 20 * (100vw - 1920px) / 554) calc(135px + 60 * (100vw - 1920px) / 554);
  }
  .peca-section .section-content .text-container .description {
    margin-top: calc(60px + 20 * (100vw - 1920px) / 554);
  }
  .peca-section .section-content .image-container {
    width: calc(371px + 31 * (100vw - 1920px) / 554);
    margin-left: calc(145px + 55 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .peca-section .section-content {
    padding: calc(52px + 12 * (100vw - 1366px) / 342) calc(40px + 10 * (100vw - 1366px) / 342) calc(50px + 10 * (100vw - 1366px) / 342) calc(75px + 30 * (100vw - 1366px) / 342);
  }
  .peca-section .section-content .text-container .description {
    margin-top: calc(40px + 20 * (100vw - 1366px) / 342);
  }
  .peca-section .section-content .image-container {
    width: calc(340px + 60 * (100vw - 1366px) / 342);
    margin-left: calc(90px + 50 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .peca-section .section-content {
    padding: calc(40px + 15 * (100vw - 1024px) / 256) calc(30px + 10 * (100vw - 1024px) / 256) calc(40px + 10 * (100vw - 1024px) / 256) calc(45px + 25 * (100vw - 1024px) / 256);
  }
  .peca-section .section-content .text-container .description {
    margin-top: calc(20px + 3 * (100vw - 1024px) / 256);
  }
  .peca-section .section-content .image-container {
    width: calc(280px + 30 * (100vw - 1024px) / 256);
    margin-left: calc(40px + 10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .peca-section .section-content {
    flex-direction: column-reverse;
    padding: calc(25px + 5 * (100vw - 768px) / 448) calc(20px + 5 * (100vw - 768px) / 448) calc(30px + 10 * (100vw - 768px) / 448) calc(20px + 5 * (100vw - 768px) / 448);
  }
  .peca-section .section-content .text-container .description {
    margin-top: calc(17px + 3 * (100vw - 768px) / 448);
  }
  .peca-section .section-content .image-container {
    width: calc(250px + 50 * (100vw - 768px) / 448);
    height: calc(180px + 40 * (100vw - 768px) / 448);
    margin: 0 0 calc(40px + 10 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .peca-section .section-content {
    padding: 20px 15px 20px 15px;
  }
  .peca-section .section-content .text-container .description {
    margin-top: 14px;
  }
  .peca-section .section-content .image-container {
    width: 200px;
    height: 140px;
    margin: 0 0 30px;
  }
}
.responsibility-section .section-content {
  position: relative;
  display: flex;
  align-items: center;
}
.responsibility-section .section-content .border {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 45px;
}
.responsibility-section .section-content .image {
  flex-shrink: 0;
  position: relative;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  margin-left: calc(var(--content-1492-box-indent) - var(--content-1790-box-indent));
}
.responsibility-section .section-content .text-container {
  position: relative;
  width: 900px;
  margin-left: 150px;
  padding: 90px 0;
}
.responsibility-section .section-content .text-container .section-title {
  margin-bottom: 0.85em;
}

@media (min-width: 1921px) {
  .responsibility-section .section-content .border {
    top: calc(45px + -20 * (100vw - 1920px) / -640);
    bottom: calc(45px + -20 * (100vw - 1920px) / -640);
  }
  .responsibility-section .section-content .text-container {
    width: calc(900px + -180 * (100vw - 1920px) / -640);
    margin-left: calc(150px + -20 * (100vw - 1920px) / -640);
    padding: calc(90px + -10 * (100vw - 1920px) / -640) 0;
  }
}
@media (min-width: 2560px) {
  .responsibility-section .section-content .border {
    top: 65px;
    bottom: 65px;
  }
  .responsibility-section .section-content .text-container {
    width: 1080px;
    margin-left: 170px;
    padding: 100px 0;
  }
}
@media (max-width: 1919px) {
  .responsibility-section .section-content .border {
    top: calc(45px + 15 * (100vw - 1920px) / 554);
    bottom: calc(45px + 15 * (100vw - 1920px) / 554);
  }
  .responsibility-section .section-content .text-container {
    width: calc(900px + 150 * (100vw - 1920px) / 554);
    margin-left: calc(150px + 90 * (100vw - 1920px) / 554);
    padding: calc(90px + 5 * (100vw - 1920px) / 554) 0;
  }
}
@media (max-width: 1366px) {
  .responsibility-section .section-content .border {
    top: calc(30px + 5 * (100vw - 1366px) / 342);
    bottom: calc(30px + 5 * (100vw - 1366px) / 342);
  }
  .responsibility-section .section-content .image {
    width: calc(328px + 38 * (100vw - 1366px) / 342);
  }
  .responsibility-section .section-content .text-container {
    width: calc(750px + 270 * (100vw - 1366px) / 342);
    margin-left: calc(60px + 20 * (100vw - 1366px) / 342);
    padding: calc(85px + 15 * (100vw - 1366px) / 342) 0;
  }
}
@media (max-width: 1024px) {
  .responsibility-section .section-content {
    padding: calc(40px + 5 * (100vw - 1024px) / 256);
  }
  .responsibility-section .section-content .border {
    top: 0;
    bottom: 0;
  }
  .responsibility-section .section-content .image {
    width: calc(230px + 10 * (100vw - 1024px) / 256);
    margin-left: 0;
  }
  .responsibility-section .section-content .text-container {
    width: auto;
    margin-left: calc(40px + 10 * (100vw - 1024px) / 256);
    padding: 0;
  }
}
@media (max-width: 768px) {
  .responsibility-section .section-content {
    flex-direction: column;
    padding: calc(40px + 10 * (100vw - 768px) / 448);
  }
  .responsibility-section .section-content .image {
    width: calc(270px + 70 * (100vw - 768px) / 448);
  }
  .responsibility-section .section-content .text-container {
    margin: calc(30px + 5 * (100vw - 768px) / 448) 0 0;
  }
}
@media (max-width: 320px) {
  .responsibility-section .section-content {
    padding: 30px;
  }
  .responsibility-section .section-content .image {
    width: 200px;
  }
  .responsibility-section .section-content .text-container {
    margin: 25px 0 0;
  }
}
.services-section .section-content .section-title {
  margin-bottom: 70px;
}
.services-section .section-content .services-container {
  position: relative;
  padding: 103px 0;
}
.services-section .section-content .services-container .background-image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: var(--content-1492-width);
}
.services-section .section-content .services-container .service .description {
  margin-top: 0;
}

@media (min-width: 1921px) {
  .services-section .section-content .section-title {
    margin-bottom: calc(70px + -5 * (100vw - 1920px) / -640);
  }
  .services-section .section-content .services-container {
    padding: calc(103px + -12 * (100vw - 1920px) / -640) 0;
  }
}
@media (min-width: 2560px) {
  .services-section .section-content .section-title {
    margin-bottom: 75px;
  }
  .services-section .section-content .services-container {
    padding: 115px 0;
  }
}
@media (max-width: 1919px) {
  .services-section .section-content .section-title {
    margin-bottom: calc(70px + 10 * (100vw - 1920px) / 554);
  }
  .services-section .section-content .services-container {
    padding: calc(103px + 18 * (100vw - 1920px) / 554) 0;
  }
}
@media (max-width: 1366px) {
  .services-section .section-content .section-title {
    margin-bottom: calc(60px + 10 * (100vw - 1366px) / 342);
  }
  .services-section .section-content .services-container {
    padding: calc(85px + 15 * (100vw - 1366px) / 342) 0;
  }
}
@media (max-width: 1024px) {
  .services-section .section-content .section-title {
    margin-bottom: calc(50px + 10 * (100vw - 1024px) / 256);
  }
  .services-section .section-content .services-container {
    padding: calc(70px + 20 * (100vw - 1024px) / 256) 0;
  }
  .services-section .section-content .services-container .background-image-container {
    width: calc(790px + 190 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .services-section .section-content .section-title {
    margin-bottom: calc(40px + 10 * (100vw - 768px) / 248);
  }
  .services-section .section-content .services-container {
    padding: calc(50px + 20 * (100vw - 768px) / 248) 0;
  }
  .services-section .section-content .services-container .background-image-container {
    width: calc(600px + 200 * (100vw - 768px) / 248);
  }
}
@media (max-width: 520px) {
  .services-section .section-content .section-title {
    margin-bottom: calc(30px + 10 * (100vw - 520px) / 200);
  }
  .services-section .section-content .services-container {
    padding: 0 0 20px;
  }
  .services-section .section-content .services-container .background-image-container {
    display: none;
    width: 400px;
  }
}
@media (max-width: 320px) {
  .services-section .section-content .section-title {
    margin-bottom: 20px;
  }
}
.single-company-about-section {
  --image-offset: -164px;
  margin-top: 45px;
}
.single-company-about-section .section-content {
  margin-left: var(--content-1640-box-indent);
  margin-right: var(--content-1492-box-indent);
}
.single-company-about-section .section-content .data-wrap {
  display: flex;
  padding: 80px 0;
  background-color: #223551;
  color: #ffffff;
}
.single-company-about-section .section-content .data-wrap .image-spacer {
  flex-shrink: 0;
  margin-inline: 75px 150px;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.single-company-about-section .section-content .data-wrap .no-image-spacer {
  flex-shrink: 0;
  width: calc(var(--brick-size) * 0.5);
}
.single-company-about-section .section-content .data-wrap .item {
  flex-basis: 50%;
  flex-grow: 1;
  padding-left: 75px;
  padding-right: 20px;
  border-left: 1px solid #5B83A2;
}
.single-company-about-section .section-content .data-wrap .item .title {
  color: #ffffff;
}
.single-company-about-section .section-content .bottom {
  display: flex;
  align-items: flex-start;
}
.single-company-about-section .section-content .bottom .image {
  margin-top: var(--image-offset);
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  margin-inline: 75px 150px;
}
.single-company-about-section .section-content .bottom .description {
  margin-top: 80px;
}

@media (min-width: 1921px) {
  .single-company-about-section {
    margin-top: calc(45px + -15 * (100vw - 1920px) / -640);
  }
  .single-company-about-section .section-content .data-wrap {
    padding: calc(80px + -5 * (100vw - 1920px) / -640) 0;
  }
  .single-company-about-section .section-content .data-wrap .image-spacer {
    margin-inline: calc(75px + -15 * (100vw - 1920px) / -640) calc(150px + -20 * (100vw - 1920px) / -640);
  }
  .single-company-about-section .section-content .data-wrap .item {
    padding-left: calc(75px + -5 * (100vw - 1920px) / -640);
  }
  .single-company-about-section .section-content .bottom .image {
    margin-inline: calc(75px + -15 * (100vw - 1920px) / -640) calc(150px + -20 * (100vw - 1920px) / -640);
  }
  .single-company-about-section .section-content .bottom .description {
    margin-top: calc(80px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .single-company-about-section {
    margin-top: 60px;
  }
  .single-company-about-section .section-content .data-wrap {
    padding: 85px 0;
  }
  .single-company-about-section .section-content .data-wrap .image-spacer {
    margin-inline: 90px 170px;
  }
  .single-company-about-section .section-content .data-wrap .item {
    padding-left: 80px;
  }
  .single-company-about-section .section-content .bottom .image {
    margin-inline: 90px 170px;
  }
  .single-company-about-section .section-content .bottom .description {
    margin-top: 90px;
  }
}
@media (max-width: 1919px) {
  .single-company-about-section {
    margin-top: calc(45px + 5 * (100vw - 1920px) / 554);
  }
  .single-company-about-section .section-content .data-wrap {
    padding: calc(80px + 20 * (100vw - 1920px) / 554) 0;
  }
  .single-company-about-section .section-content .data-wrap .image-spacer {
    margin-inline: calc(75px + 20 * (100vw - 1920px) / 554) calc(150px + 80 * (100vw - 1920px) / 554);
  }
  .single-company-about-section .section-content .data-wrap .item {
    padding-left: calc(75px + 35 * (100vw - 1920px) / 554);
  }
  .single-company-about-section .section-content .bottom .image {
    margin-inline: calc(75px + 20 * (100vw - 1920px) / 554) calc(150px + 80 * (100vw - 1920px) / 554);
  }
  .single-company-about-section .section-content .bottom .description {
    margin-top: calc(80px + 40 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .single-company-about-section {
    margin-top: calc(40px + 5 * (100vw - 1366px) / 342);
  }
  .single-company-about-section .section-content {
    margin-right: var(--content-1790-box-indent);
  }
  .single-company-about-section .section-content .data-wrap {
    padding: calc(60px + 15 * (100vw - 1366px) / 342) 0;
  }
  .single-company-about-section .section-content .data-wrap .image-spacer {
    margin-inline: calc(55px + 25 * (100vw - 1366px) / 342) calc(70px + 20 * (100vw - 1366px) / 342);
  }
  .single-company-about-section .section-content .data-wrap .item {
    padding-left: calc(40px + 15 * (100vw - 1366px) / 342);
  }
  .single-company-about-section .section-content .bottom .image {
    margin-inline: calc(55px + 25 * (100vw - 1366px) / 342) calc(70px + 20 * (100vw - 1366px) / 342);
  }
  .single-company-about-section .section-content .bottom .description {
    margin-top: calc(40px + 10 * (100vw - 1366px) / 342);
    width: calc(546px + 26 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .single-company-about-section {
    margin-top: calc(35px + 5 * (100vw - 1024px) / 256);
  }
  .single-company-about-section .section-content .data-wrap {
    padding: calc(45px + 15 * (100vw - 1024px) / 256) 0;
  }
  .single-company-about-section .section-content .data-wrap .image-spacer {
    margin-inline: calc(30px + 10 * (100vw - 1024px) / 256) calc(50px + 15 * (100vw - 1024px) / 256);
  }
  .single-company-about-section .section-content .data-wrap .item {
    padding-left: calc(25px + 9 * (100vw - 1024px) / 256);
  }
  .single-company-about-section .section-content .bottom .image {
    margin-inline: calc(30px + 10 * (100vw - 1024px) / 256) calc(50px + 15 * (100vw - 1024px) / 256);
  }
  .single-company-about-section .section-content .bottom .description {
    margin-top: calc(30px + 10 * (100vw - 1024px) / 256);
    width: calc(520px + 100 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .single-company-about-section {
    margin-top: 30px;
  }
  .single-company-about-section .section-content .data-wrap {
    padding: calc(30px + 5 * (100vw - 768px) / 148) 0 calc(30px + 5 * (100vw - 768px) / 148) calc(20px + 5 * (100vw - 768px) / 148);
  }
  .single-company-about-section .section-content .data-wrap .image-spacer {
    display: none;
    margin-inline: 20px 35px;
  }
  .single-company-about-section .section-content .data-wrap .no-image-spacer {
    display: none;
  }
  .single-company-about-section .section-content .data-wrap .item {
    padding-left: 16px;
  }
  .single-company-about-section .section-content .bottom .image {
    margin: 20px calc(35px + 10 * (100vw - 768px) / 148) 0 calc(20px + 5 * (100vw - 768px) / 148);
  }
  .single-company-about-section .section-content .bottom .description {
    margin-top: 20px;
    width: calc(420px + 130 * (100vw - 768px) / 148);
  }
}
@media (max-width: 620px) {
  .single-company-about-section .section-content .data-wrap {
    flex-direction: column;
    gap: 30px;
    padding: 25px 0 25px var(--content-1640-box-indent);
    margin: 0 var(--minus-content-1640-box-indent);
  }
  .single-company-about-section .section-content .bottom {
    flex-direction: column;
  }
  .single-company-about-section .section-content .bottom .image-container {
    margin: auto;
  }
  .single-company-about-section .section-content .bottom .image {
    margin: 20px 0 0;
  }
  .single-company-about-section .section-content .bottom .description {
    width: auto;
  }
}
.single-company-back-section {
  margin: var(--section-indent-80) 0;
}
.single-company-back-section .section-content {
  display: flex;
  justify-content: center;
}

.single-company-main-banner .section-content .website-link {
  margin-top: 100px;
  white-space: nowrap;
}
.single-company-main-banner .section-content .logotype-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(34, 53, 81, 0.8);
}
.single-company-main-banner .section-content .logotype-container .logotype {
  max-height: 80%;
}

@media (min-width: 1921px) {
  .single-company-main-banner .section-content .website-link {
    margin-top: calc(100px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .single-company-main-banner .section-content .website-link {
    margin-top: 110px;
  }
}
@media (max-width: 1919px) {
  .single-company-main-banner .section-content .website-link {
    margin-top: calc(100px + 40 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .single-company-main-banner .section-content .website-link {
    margin-top: calc(60px + 30 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .single-company-main-banner .section-content .website-link {
    margin-top: calc(30px + 15 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .single-company-main-banner .section-content .website-link {
    margin-top: calc(25px + 7 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .single-company-main-banner .section-content .website-link {
    margin-top: 18px;
  }
}
.single-company-meta-data-section {
  --table-width-percent: 10px;
  margin-top: var(--section-indent-150);
}
.single-company-meta-data-section .section-content {
  position: relative;
  padding: 0 calc((var(--brick-size) - 1px) * 0.5);
}
.single-company-meta-data-section .section-content .deco {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: var(--content-1790-box-indent);
  background-color: #5B83A2;
}
.single-company-meta-data-section .section-content .meta-data-table-container .os-scrollbar .os-scrollbar-handle {
  background: #5B83A2;
  height: 3px;
  border-radius: 3px;
}
.single-company-meta-data-section .section-content .meta-data-table {
  border-spacing: 0;
  margin: auto;
  white-space: nowrap;
}
.single-company-meta-data-section .section-content .meta-data-table .row .cell {
  padding: 30px 20px 30px 0;
}
.single-company-meta-data-section .section-content .meta-data-table .row:nth-child(n+2) .cell {
  border-top: 1px solid rgba(91, 131, 162, 0.5);
}
.single-company-meta-data-section .section-content .meta-data-table .row-heading {
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}
.single-company-meta-data-section .section-content .meta-data-table.single-strategy .strategy-name {
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.single-company-meta-data-section .section-content .meta-data-table.multi-strategy .strategy-name {
  width: calc((var(--brick-size) - 1px) * 2.5 + 1px);
}
.single-company-meta-data-section .section-content .footnote {
  margin: 2em auto 0;
  max-width: calc(var(--table-width-percent) * 100);
}

@media (min-width: 1921px) {
  .single-company-meta-data-section .section-content .meta-data-table .row .cell {
    padding: calc(30px + -3 * (100vw - 1920px) / -640) 20px calc(30px + -3 * (100vw - 1920px) / -640) 0;
  }
}
@media (min-width: 2560px) {
  .single-company-meta-data-section .section-content .meta-data-table .row .cell {
    padding: 33px 20px 33px 0;
  }
}
@media (max-width: 1919px) {
  .single-company-meta-data-section .section-content .meta-data-table .row .cell {
    padding: calc(30px + 5 * (100vw - 1920px) / 554) 20px calc(30px + 5 * (100vw - 1920px) / 554) 0;
  }
}
@media (max-width: 1366px) {
  .single-company-meta-data-section .section-content .meta-data-table .row .cell {
    padding: calc(25px + 5 * (100vw - 1366px) / 342) 20px calc(25px + 5 * (100vw - 1366px) / 342) 0;
  }
  .single-company-meta-data-section .section-content .meta-data-table .row-heading {
    width: calc((var(--brick-size) - 1px) * 4 + 1px);
  }
  .single-company-meta-data-section .section-content .meta-data-table.single-strategy .strategy-name {
    width: calc((var(--brick-size) - 1px) * 4 + 1px);
  }
  .single-company-meta-data-section .section-content .meta-data-table.multi-strategy .strategy-name {
    width: calc((var(--brick-size) - 1px) * 3.5 + 1px);
  }
}
@media (max-width: 1024px) {
  .single-company-meta-data-section .section-content .meta-data-table .row .cell {
    padding: calc(20px + 3 * (100vw - 1024px) / 256) calc(35px + 5 * (100vw - 1024px) / 256) calc(20px + 3 * (100vw - 1024px) / 256) 0;
  }
  .single-company-meta-data-section .section-content .meta-data-table .row-heading {
    width: auto;
  }
  .single-company-meta-data-section .section-content .meta-data-table.single-strategy .strategy-name {
    width: auto;
  }
  .single-company-meta-data-section .section-content .meta-data-table.multi-strategy .strategy-name {
    width: auto;
  }
}
@media (max-width: 768px) {
  .single-company-meta-data-section .section-content {
    padding: 0;
  }
  .single-company-meta-data-section .section-content .deco {
    display: none;
  }
  .single-company-meta-data-section .section-content .meta-data-table .row .cell {
    padding: calc(17px + 5 * (100vw - 768px) / 448) calc(30px + 5 * (100vw - 768px) / 448) calc(17px + 5 * (100vw - 768px) / 448) 0;
  }
}
@media (max-width: 320px) {
  .single-company-meta-data-section .section-content .meta-data-table .row .cell {
    padding: 12px 25px 12px 0;
  }
}
.single-controls-section {
  margin-top: var(--section-indent-80);
}
.single-controls-section .section-content {
  display: flex;
  width: var(--content-1492-width);
  height: 253px;
}
.single-controls-section .section-content .common-page-link {
  align-self: center;
  margin-right: auto;
}
.single-controls-section .section-content .adjacent-links-container {
  display: flex;
}
.single-controls-section .section-content .post-link {
  display: flex;
  align-items: center;
}
.single-controls-section .section-content .post-link .link-text {
  color: #000000;
}
.single-controls-section .section-content .post-link:hover .round-button-background {
  transform: scale(1.12);
}
.single-controls-section .section-content .prev-post-link {
  padding-left: 10px;
  padding-right: 62px;
}
.single-controls-section .section-content .prev-post-link .round-button {
  margin-right: 1.11em;
}
.single-controls-section .section-content .next-post-link {
  position: relative;
  padding-left: 62px;
}
.single-controls-section .section-content .next-post-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100vw;
  background-color: #EDF1F5;
  z-index: -1;
}
.single-controls-section .section-content .next-post-link .round-button {
  margin-left: 1.11em;
}
.single-controls-section .section-content .next-post-link .next-post-title {
  flex-shrink: 0;
  text-transform: none;
  margin-left: 100px;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
}

@media (min-width: 1921px) {
  .single-controls-section .section-content {
    height: calc(253px + -12 * (100vw - 1920px) / -640);
  }
  .single-controls-section .section-content .prev-post-link {
    padding-right: calc(62px + -8 * (100vw - 1920px) / -640);
  }
  .single-controls-section .section-content .next-post-link {
    padding-left: calc(62px + -8 * (100vw - 1920px) / -640);
  }
  .single-controls-section .section-content .next-post-link .next-post-title {
    margin-left: calc(100px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .single-controls-section .section-content {
    height: 265px;
  }
  .single-controls-section .section-content .prev-post-link {
    padding-right: 70px;
  }
  .single-controls-section .section-content .next-post-link {
    padding-left: 70px;
  }
  .single-controls-section .section-content .next-post-link .next-post-title {
    margin-left: 110px;
  }
}
@media (max-width: 1919px) {
  .single-controls-section .section-content {
    height: calc(253px + 43 * (100vw - 1920px) / 554);
  }
  .single-controls-section .section-content .prev-post-link {
    padding-right: calc(62px + 32 * (100vw - 1920px) / 554);
  }
  .single-controls-section .section-content .next-post-link {
    padding-left: calc(62px + 32 * (100vw - 1920px) / 554);
  }
  .single-controls-section .section-content .next-post-link .next-post-title {
    margin-left: calc(100px + 50 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .single-controls-section .section-content {
    width: var(--content-1790-width);
    height: calc(210px + 40 * (100vw - 1366px) / 342);
  }
  .single-controls-section .section-content .prev-post-link {
    padding-right: calc(30px + 10 * (100vw - 1366px) / 342);
  }
  .single-controls-section .section-content .next-post-link {
    padding-left: calc(30px + 10 * (100vw - 1366px) / 342);
  }
  .single-controls-section .section-content .next-post-link .next-post-title {
    margin-left: calc(50px + 15 * (100vw - 1366px) / 342);
    width: calc((var(--brick-size) - 1px) * 4 + 1px);
  }
}
@media (max-width: 1024px) {
  .single-controls-section .section-content {
    height: calc(170px + 50 * (100vw - 1024px) / 256);
  }
  .single-controls-section .section-content .prev-post-link {
    padding-right: 20px;
  }
  .single-controls-section .section-content .next-post-link {
    width: calc((var(--brick-size) - 1px) * 3 + 1px);
    padding-left: 20px;
  }
  .single-controls-section .section-content .next-post-link .next-post-title {
    display: none;
    margin-left: 35px;
  }
}
@media (max-width: 768px) {
  .single-controls-section .section-content {
    flex-direction: column;
    height: auto;
  }
  .single-controls-section .section-content .common-page-link {
    grid-column-end: span 2;
    margin: 0 auto calc(35px + 5 * (100vw - 768px) / 448);
  }
  .single-controls-section .section-content .adjacent-links-container {
    justify-content: center;
  }
  .single-controls-section .section-content .prev-post-link {
    justify-content: flex-end;
    padding: calc(20px + 10 * (100vw - 768px) / 448) calc(20px + 10 * (100vw - 768px) / 448) calc(20px + 10 * (100vw - 768px) / 448) 0;
  }
  .single-controls-section .section-content .next-post-link {
    width: auto;
    padding: calc(20px + 10 * (100vw - 768px) / 448) 0 calc(20px + 10 * (100vw - 768px) / 448) calc(20px + 10 * (100vw - 768px) / 448);
  }
  .single-controls-section .section-content .next-post-link::before {
    left: -60vw;
    width: 120vw;
  }
}
@media (max-width: 320px) {
  .single-controls-section .section-content .common-page-link {
    margin: 0 auto 30px;
  }
  .single-controls-section .section-content .prev-post-link {
    padding: 10px 10px 10px 0;
  }
  .single-controls-section .section-content .next-post-link {
    padding: 10px 0 10px 10px;
  }
  .single-controls-section .section-content .next-post-link::before {
    width: 388px;
  }
}
.single-news-about-section {
  background-color: #EDF1F5;
}
.single-news-about-section .section-content {
  padding: var(--section-indent-95) 0 var(--section-indent-150);
}
.single-news-about-section .section-content .title {
  margin-bottom: 0.55em;
}
.single-news-about-section .section-content .text a {
  color: #476A50;
  background-image: linear-gradient(to top, transparent 4px, #476A50 4px, #476A50 calc(1px + 4px), transparent calc(1px + 4px));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.single-news-about-section .section-content .text a.hover, .single-news-about-section .section-content .text a:hover, .single-news-about-section .section-content .text a:focus {
  background-size: 0 100%;
}
.single-news-about-section .section-content .separator {
  margin: 1.9em 0 2.5em;
  border: none;
  width: 100%;
}

@media (max-width: 768px) {
  .single-news-about-section .section-content .separator {
    margin: 1.6em 0 2em;
  }
}
.single-news-heading-section {
  position: relative;
  padding-top: var(--header-height);
  background-color: #476A50;
}
.single-news-heading-section .top-line {
  position: absolute;
  top: var(--header-height);
  left: calc(var(--content-1790-box-indent) + var(--logo-container-width));
  width: 100vw;
  height: 1px;
  background-color: #7FAD84;
  z-index: 1;
}
.single-news-heading-section .section-content {
  position: relative;
  display: flex;
  height: var(--brick-size);
}
.single-news-heading-section .section-content .graph-paper {
  position: absolute;
  top: 0;
  right: calc(var(--content-1790-box-indent) - var(--content-1492-box-indent));
  width: calc((var(--brick-size) - 1px) * 8 + 1px);
  height: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.single-news-heading-section .section-content .graph-paper .solid-circle {
  top: 100%;
  left: calc((var(--brick-size) - 1px) * 4);
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
.single-news-heading-section .section-content .dashed-separator {
  position: absolute;
  top: 0;
  left: calc(var(--content-1790-box-indent) + var(--logo-container-width) - var(--content-1492-box-indent));
  width: 1px;
  height: 100%;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(143, 191, 149, 0.5) 3px, transparent 3px);
}
.single-news-heading-section .section-content .meta {
  align-self: flex-end;
  margin-bottom: calc(var(--brick-size) * 0.28);
  color: #ffffff;
}

@media (max-width: 1024px) {
  .single-news-heading-section .top-line {
    display: none;
  }
  .single-news-heading-section .section-content .dashed-separator {
    display: none;
  }
}
@media (max-width: 768px) {
  .single-news-heading-section .section-content .graph-paper {
    display: none;
  }
}
.single-news-main-section {
  padding-bottom: var(--section-indent-130);
}
.single-news-main-section .section-content {
  position: relative;
}
.single-news-main-section .section-content .graph-paper {
  position: absolute;
  top: 0;
  right: calc((var(--brick-size) - 1px) * 4 - (var(--content-1492-box-indent) - var(--content-1790-box-indent)));
  width: calc((var(--brick-size) - 1px) * 5 + 1px);
  height: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.single-news-main-section .section-content .news-title {
  padding-top: calc((var(--brick-size) - 1px) * 0.55 + 1px);
  margin-bottom: 1.1em;
}
.single-news-main-section .section-content .intro-text {
  margin-bottom: 1.65em;
  letter-spacing: -0.01em;
}
.single-news-main-section .section-content .controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.single-news-main-section .section-content .controls .slider-arrow-left {
  border-color: rgba(91, 131, 162, 0.5);
}
.single-news-main-section .section-content .controls .slider-arrow-left path {
  stroke: #5B83A2;
}
.single-news-main-section .section-content .controls .slider-arrow-right {
  border-color: #5B83A2;
  background-color: #5B83A2;
}
.single-news-main-section .section-content .controls .slider-arrow-right path {
  stroke: #ffffff;
}

@media (min-width: 1921px) {
  .single-news-main-section .section-content .controls {
    margin-top: calc(100px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .single-news-main-section .section-content .controls {
    margin-top: 110px;
  }
}
@media (max-width: 1919px) {
  .single-news-main-section .section-content .controls {
    margin-top: calc(100px + 20 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .single-news-main-section .section-content .controls {
    margin-top: calc(80px + 30 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .single-news-main-section .section-content .controls {
    margin-top: calc(50px + 10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .single-news-main-section .section-content .graph-paper {
    display: none;
  }
  .single-news-main-section .section-content .controls {
    margin-top: 40px;
  }
}
.strategies-list-section {
  position: relative;
}
.strategies-list-section .background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF1F5;
}
.strategies-list-section .section-content {
  position: relative;
}

.strategies-tabs-section .background {
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #EDF1F5;
}
.strategies-tabs-section .section-content {
  position: relative;
  padding-bottom: 100px;
}
.strategies-tabs-section .section-content .tabs-main-wrap {
  display: grid;
  column-gap: 50px;
}
.strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 40px 45px 50px;
  flex-basis: 35%;
  background-color: #223551;
  color: #ffffff;
  text-align: left;
  transition: background-color 0.5s ease;
}
.strategies-tabs-section .section-content .tabs-main-wrap .tab-title .text-wrap {
  padding-right: 0.4em;
}
.strategies-tabs-section .section-content .tabs-main-wrap .tab-title .arrow-down {
  transition: transform 0.5s ease;
}
.strategies-tabs-section .section-content .tabs-main-wrap .tab-title.active {
  background-color: #5B83A2;
}
.strategies-tabs-section .section-content .tabs-main-wrap .tab-title.active .arrow-down {
  transform: rotate(180deg);
}
.strategies-tabs-section .section-content .tabs-main-wrap .tab-title:hover .round-button-background {
  transform: scale(1.12);
}
.strategies-tabs-section .section-content .tabs-main-wrap.columns-count-3 {
  grid-template-columns: repeat(3, 1fr);
}
.strategies-tabs-section .section-content .tabs-main-wrap.columns-count-3 .tabs-container {
  grid-column-end: span 3;
}
.strategies-tabs-section .section-content .tabs-main-wrap.columns-count-4 {
  grid-template-columns: repeat(4, 1fr);
}
.strategies-tabs-section .section-content .tabs-main-wrap.columns-count-4 .tabs-container {
  grid-column-end: span 4;
}
.strategies-tabs-section .section-content .tabs-container.with-headings .tab {
  display: none;
  padding-top: 85px;
}
.strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item {
  display: flex;
}
.strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading {
  flex-shrink: 0;
  width: 445px;
  padding-right: 1em;
}
.strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .text {
  margin-top: 0.5em;
}
.strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
  margin-block: 60px 63px;
}
.strategies-tabs-section .section-content .tabs-container.no-headings {
  display: flex;
  gap: 50px;
}
.strategies-tabs-section .section-content .tabs-container.no-headings .tab {
  flex-basis: 35%;
}
.strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
  display: none;
  padding: 100px 75px 0 50px;
}

@media (min-width: 1921px) {
  .strategies-tabs-section .background {
    top: calc(75px + -6 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content {
    padding-bottom: calc(100px + -10 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap {
    column-gap: calc(50px + -16 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
    padding: calc(45px + -3 * (100vw - 1920px) / -640) calc(40px + -3 * (100vw - 1920px) / -640) calc(45px + -3 * (100vw - 1920px) / -640) calc(50px + -3 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab {
    padding-top: calc(85px + -5 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading {
    width: calc(445px + -30 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    margin-block: calc(60px + -3 * (100vw - 1920px) / -640) calc(63px + -3 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings {
    gap: calc(50px + -10 * (100vw - 1920px) / -640);
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
    padding: calc(100px + -5 * (100vw - 1920px) / -640) calc(75px + -5 * (100vw - 1920px) / -640) 0 calc(50px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .strategies-tabs-section .background {
    top: 81px;
  }
  .strategies-tabs-section .section-content {
    padding-bottom: 110px;
  }
  .strategies-tabs-section .section-content .tabs-main-wrap {
    column-gap: 66px;
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
    padding: 48px 43px 48px 53px;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab {
    padding-top: 90px;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading {
    width: 475px;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    margin-block: 63px 66px;
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings {
    gap: 60px;
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
    padding: 105px 80px 0 55px;
  }
}
@media (max-width: 1919px) {
  .strategies-tabs-section .background {
    top: calc(75px + 12 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content {
    padding-bottom: calc(100px + 20 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap {
    column-gap: calc(50px + 20 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
    padding: calc(45px + 10 * (100vw - 1920px) / 554) calc(40px + 15 * (100vw - 1920px) / 554) calc(45px + 10 * (100vw - 1920px) / 554) calc(50px + 20 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab {
    padding-top: calc(85px + 15 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading {
    width: calc(445px + 115 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    margin-block: calc(60px + 10 * (100vw - 1920px) / 554) calc(63px + 10 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings {
    gap: calc(50px + 20 * (100vw - 1920px) / 554);
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
    padding: calc(100px + 35 * (100vw - 1920px) / 554) calc(75px + 30 * (100vw - 1920px) / 554) 0 calc(50px + 15 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .strategies-tabs-section .background {
    top: calc(63px + 11 * (100vw - 1366px) / 342);
  }
  .strategies-tabs-section .section-content {
    padding-bottom: calc(80px + 10 * (100vw - 1366px) / 342);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap {
    display: flex;
    flex-direction: column;
    column-gap: 0;
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
    width: 100%;
    padding: calc(35px + 10 * (100vw - 1366px) / 342) calc(25px + 2 * (100vw - 1366px) / 342) calc(35px + 10 * (100vw - 1366px) / 342) calc(30px + 3 * (100vw - 1366px) / 342);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title:nth-child(n+2) {
    margin-top: calc(30px + 3 * (100vw - 1366px) / 342);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab {
    padding: calc(40px + 5 * (100vw - 1366px) / 342) 0 calc(30px + 5 * (100vw - 1366px) / 342);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading {
    width: calc(330px + 80 * (100vw - 1366px) / 342);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    margin-block: calc(50px + 10 * (100vw - 1366px) / 342) calc(53px + 13 * (100vw - 1366px) / 342);
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings {
    display: block;
    gap: 30px;
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
    padding: calc(30px + 5 * (100vw - 1366px) / 342) calc(45px + 5 * (100vw - 1366px) / 342) calc(20px + 5 * (100vw - 1366px) / 342) calc(35px + 5 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .strategies-tabs-section .background {
    top: calc(52px + 8 * (100vw - 1024px) / 256);
  }
  .strategies-tabs-section .section-content {
    padding-bottom: calc(70px + 20 * (100vw - 1024px) / 256);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
    padding: calc(25px + 5 * (100vw - 1024px) / 256) calc(23px + 3 * (100vw - 1024px) / 256) calc(25px + 5 * (100vw - 1024px) / 256) calc(27px + 3 * (100vw - 1024px) / 256);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title:nth-child(n+2) {
    margin-top: calc(27px + 2 * (100vw - 1024px) / 256);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab {
    padding: calc(35px + 5 * (100vw - 1024px) / 256) 0 calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading {
    width: calc(250px + 20 * (100vw - 1024px) / 256);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    margin-block: calc(40px + 10 * (100vw - 1024px) / 256);
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
    padding: calc(25px + 3 * (100vw - 1024px) / 256) calc(40px + 10 * (100vw - 1024px) / 256) calc(15px + 3 * (100vw - 1024px) / 256) calc(30px + 10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .strategies-tabs-section .background {
    top: calc(44px + 6 * (100vw - 768px) / 448);
  }
  .strategies-tabs-section .section-content {
    padding-bottom: calc(50px + 10 * (100vw - 768px) / 448);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
    padding: calc(20px + 5 * (100vw - 768px) / 448) calc(20px + 5 * (100vw - 768px) / 448) calc(20px + 5 * (100vw - 768px) / 448) calc(24px + 5 * (100vw - 768px) / 448);
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title:nth-child(n+2) {
    margin-top: calc(25px + 5 * (100vw - 768px) / 448);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab {
    padding: calc(30px + 10 * (100vw - 768px) / 448) 0 calc(20px + 5 * (100vw - 768px) / 448);
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item {
    display: block;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading {
    width: auto;
    margin-bottom: 0.6em;
    padding-right: 0;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .tab-content-item .heading br {
    display: none;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    margin-block: calc(30px + 5 * (100vw - 768px) / 448);
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
    padding: calc(22px + 2 * (100vw - 768px) / 448) calc(30px + 30 * (100vw - 768px) / 448) calc(12px + 2 * (100vw - 768px) / 448) calc(20px + 20 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .strategies-tabs-section .background {
    top: 38px;
  }
  .strategies-tabs-section .section-content {
    padding-bottom: 40px;
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title {
    padding: 15px 15px 15px 19px;
  }
  .strategies-tabs-section .section-content .tabs-main-wrap .tab-title:nth-child(n+2) {
    margin-top: 20px;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab {
    padding: 20px 0 15px;
  }
  .strategies-tabs-section .section-content .tabs-container.with-headings .tab .tab-content .separator {
    margin-block: 25px;
  }
  .strategies-tabs-section .section-content .tabs-container.no-headings .tab .tab-content {
    padding: 20px 0 10px 0;
  }
}
.strategy-numbers-section {
  position: relative;
  background-color: #223551;
}
.strategy-numbers-section .date {
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  top: 60px;
  right: 67px;
}
.strategy-numbers-section .section-content .numbers-container {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}
.strategy-numbers-section .section-content .numbers-container .item {
  padding: 50px 0 10px;
}
.strategy-numbers-section .section-content .numbers-container .item .value {
  position: relative;
  margin-bottom: 0.25em;
}
.strategy-numbers-section .section-content .numbers-container .item .value::after {
  display: none;
}
.strategy-numbers-section .section-content .numbers-container .item .value .spacer {
  opacity: 0;
  pointer-events: none;
}
.strategy-numbers-section .section-content .numbers-container .item .title {
  color: #ffffff;
}
.strategy-numbers-section .section-content .numbers-container .separator {
  width: 1px;
  background-size: 1px 6px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 3px, transparent 3px);
}

@media (min-width: 1921px) {
  .strategy-numbers-section .date {
    top: calc(60px + -2 * (100vw - 1920px) / -640);
    right: calc(67px + -3 * (100vw - 1920px) / -640);
  }
  .strategy-numbers-section .section-content .numbers-container {
    padding: calc(100px + -10 * (100vw - 1920px) / -640) 0;
  }
  .strategy-numbers-section .section-content .numbers-container .item {
    padding: calc(50px + -5 * (100vw - 1920px) / -640) 0 calc(10px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .strategy-numbers-section .date {
    top: 62px;
    right: 70px;
  }
  .strategy-numbers-section .section-content .numbers-container {
    padding: 110px 0;
  }
  .strategy-numbers-section .section-content .numbers-container .item {
    padding: 55px 0 15px;
  }
}
@media (max-width: 1919px) {
  .strategy-numbers-section .date {
    top: calc(60px + 30 * (100vw - 1920px) / 554);
    right: calc(67px + 17 * (100vw - 1920px) / 554);
  }
  .strategy-numbers-section .section-content .numbers-container {
    padding: calc(100px + 20 * (100vw - 1920px) / 554) 0;
  }
  .strategy-numbers-section .section-content .numbers-container .item {
    padding: calc(50px + 5 * (100vw - 1920px) / 554) 0 calc(10px + 5 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .strategy-numbers-section .date {
    top: calc(30px + 10 * (100vw - 1366px) / 342);
    right: calc(50px + 15 * (100vw - 1366px) / 342);
  }
  .strategy-numbers-section .section-content .numbers-container {
    padding: calc(80px + 20 * (100vw - 1366px) / 342) 0;
  }
  .strategy-numbers-section .section-content .numbers-container .item {
    padding: calc(45px + 20 * (100vw - 1366px) / 342) 0 calc(5px + 2 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .strategy-numbers-section .date {
    top: calc(20px + 10 * (100vw - 1024px) / 256);
    right: calc(35px + 15 * (100vw - 1024px) / 256);
  }
  .strategy-numbers-section .section-content .numbers-container {
    padding: calc(60px + 20 * (100vw - 1024px) / 256) calc(0px + -20 * (100vw - 1024px) / 256);
  }
  .strategy-numbers-section .section-content .numbers-container .item {
    padding: calc(25px + 10 * (100vw - 1024px) / 256) 0 3px;
  }
}
@media (max-width: 768px) {
  .strategy-numbers-section .date {
    top: 10px;
    right: 20px;
  }
  .strategy-numbers-section .section-content .numbers-container {
    display: grid;
    grid-template-columns: 1fr calc(160px + 110 * (100vw - 768px) / 448) 1fr;
    padding: 40px calc(20px + 20 * (100vw - 768px) / 448) calc(40px + 15 * (100vw - 768px) / 448);
  }
  .strategy-numbers-section .section-content .numbers-container .item {
    padding: 18px 0 6px;
  }
  .strategy-numbers-section .section-content .numbers-container .item .title {
    font-size: calc(16px + 4 * (100vw - 768px) / 448);
  }
  .strategy-numbers-section .section-content .numbers-container .item .title br {
    display: none;
  }
  .strategy-numbers-section .section-content .numbers-container .separator {
    margin: 0 auto;
  }
  .strategy-numbers-section .section-content .numbers-container .separator:nth-child(4) {
    display: none;
  }
}
@media (max-width: 320px) {
  .strategy-numbers-section .section-content .numbers-container {
    grid-template-columns: 1fr 50px 1fr;
    padding: 40px 0 25px;
  }
  .strategy-numbers-section .section-content .numbers-container .item .title {
    font-size: 12px;
  }
}
#team-heading.complex-section {
  margin-top: -1.4em;
}
#team-heading.complex-section .content-block {
  gap: 0.6em;
}

@media (max-width: 768px) {
  #team-heading.complex-section {
    margin-top: 3em;
  }
}
.team-member-content-section {
  margin-top: -66px;
}
.team-member-content-section .section-content {
  display: flex;
  justify-content: space-between;
}
.team-member-content-section .section-content .biography :first-child:not(:last-child) {
  margin-bottom: 1.6em;
}
.team-member-content-section .section-content .representation {
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.team-member-content-section .section-content .representation .representation-title {
  margin-bottom: 43px;
}
.team-member-content-section .section-content .representation .investments-block {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: flex-start;
}
.team-member-content-section .section-content .representation .investments-block-title {
  margin-bottom: 8px;
}
.team-member-content-section .section-content .representation .investments-block-title .mark {
  color: #000000;
}
.team-member-content-section .section-content .representation .investment-link {
  background-image: linear-gradient(to top, transparent 0px, #000000 0px, #000000 calc(1px + 0px), transparent calc(1px + 0px));
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.team-member-content-section .section-content .representation .investment-link.hover, .team-member-content-section .section-content .representation .investment-link:hover, .team-member-content-section .section-content .representation .investment-link:focus {
  background-size: 100% 100%;
}
.team-member-content-section .section-content .representation .separator {
  margin: 38px 0;
}
.team-member-content-section .section-content .representation .footnote {
  margin-top: 3em;
}

@media (min-width: 1921px) {
  .team-member-content-section {
    margin-top: calc(-66px + 11 * (100vw - 1920px) / -640);
  }
  .team-member-content-section .section-content .representation .representation-title {
    margin-bottom: calc(43px + -3 * (100vw - 1920px) / -640);
  }
  .team-member-content-section .section-content .representation .investments-block {
    gap: calc(11px + -3 * (100vw - 1920px) / -640);
  }
  .team-member-content-section .section-content .representation .investments-block-title {
    margin-bottom: calc(8px + -2 * (100vw - 1920px) / -640);
  }
  .team-member-content-section .section-content .representation .separator {
    margin: calc(38px + -5 * (100vw - 1920px) / -640) 0;
  }
}
@media (min-width: 2560px) {
  .team-member-content-section {
    margin-top: -77px;
  }
  .team-member-content-section .section-content .representation .representation-title {
    margin-bottom: 46px;
  }
  .team-member-content-section .section-content .representation .investments-block {
    gap: 14px;
  }
  .team-member-content-section .section-content .representation .investments-block-title {
    margin-bottom: 10px;
  }
  .team-member-content-section .section-content .representation .separator {
    margin: 43px 0;
  }
}
@media (max-width: 1919px) {
  .team-member-content-section {
    margin-top: calc(-66px + -18 * (100vw - 1920px) / 554);
  }
  .team-member-content-section .section-content .representation .representation-title {
    margin-bottom: calc(43px + 10 * (100vw - 1920px) / 554);
  }
  .team-member-content-section .section-content .representation .investments-block-title {
    margin-bottom: calc(8px + 2 * (100vw - 1920px) / 554);
  }
  .team-member-content-section .section-content .representation .separator {
    margin: calc(38px + 8 * (100vw - 1920px) / 554) 0;
  }
}
@media (max-width: 1366px) {
  .team-member-content-section {
    margin-top: calc(-48px + -15 * (100vw - 1366px) / 342);
  }
  .team-member-content-section .section-content .representation .representation-title {
    margin-bottom: calc(33px + 6 * (100vw - 1366px) / 342);
  }
  .team-member-content-section .section-content .representation .investments-block-title {
    margin-bottom: 6px;
  }
  .team-member-content-section .section-content .representation .separator {
    margin: calc(30px + 5 * (100vw - 1366px) / 342) 0;
  }
}
@media (max-width: 1024px) {
  .team-member-content-section {
    margin-top: calc(-33px + -6 * (100vw - 1024px) / 256);
  }
  .team-member-content-section .section-content .biography {
    width: calc((var(--brick-size) - 1px) * 6 + 1px);
  }
  .team-member-content-section .section-content .representation {
    margin-right: calc(var(--content-1790-box-indent) - var(--content-1492-box-indent));
  }
  .team-member-content-section .section-content .representation .representation-title {
    margin-bottom: calc(27px + 5 * (100vw - 1024px) / 256);
  }
  .team-member-content-section .section-content .representation .separator {
    margin: calc(25px + 5 * (100vw - 1024px) / 256) 0;
  }
}
@media (max-width: 768px) {
  .team-member-content-section {
    margin-top: 40px;
  }
  .team-member-content-section .section-content {
    display: block;
  }
  .team-member-content-section .section-content .biography {
    width: auto;
  }
  .team-member-content-section .section-content .representation {
    width: auto;
    margin-top: 40px;
  }
  .team-member-content-section .section-content .representation .representation-title {
    margin-bottom: 22px;
  }
  .team-member-content-section .section-content .representation .separator {
    margin: 20px 0;
  }
}
.team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
  margin-top: 70px;
}

@media (min-width: 1921px) {
  .team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
    margin-top: calc(70px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
    margin-top: 80px;
  }
}
@media (max-width: 1919px) {
  .team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
    margin-top: calc(70px + 10 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
    margin-top: calc(60px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
    margin-top: calc(40px + 15 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .team-member-main-banner.internal-page-main-banner-section .section-content .bottom {
    flex-direction: column-reverse;
  }
  .team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
    margin-top: calc(25px + 5 * (100vw - 768px) / 448);
  }
  .team-member-main-banner.internal-page-main-banner-section .section-content .schema {
    display: block;
  }
  .team-member-main-banner.internal-page-main-banner-section .section-content .graph-paper-2,
  .team-member-main-banner.internal-page-main-banner-section .section-content .graph-paper-3 {
    display: none;
  }
  .team-member-main-banner.internal-page-main-banner-section .section-content .illustration-container {
    aspect-ratio: auto;
    margin-top: calc(40px + 10 * (100vw - 768px) / 448);
    margin-right: auto;
    width: calc(330px + 100 * (100vw - 768px) / 448);
  }
  .team-member-main-banner.internal-page-main-banner-section .section-content .illustration-container .line {
    display: none;
  }
  .team-member-main-banner.internal-page-main-banner-section .section-content .illustration-container .illustration {
    position: static;
    height: auto;
  }
}
@media (max-width: 320px) {
  .team-member-main-banner.internal-page-main-banner-section .section-content .page-subheading {
    margin-top: 20px;
  }
  .team-member-main-banner.internal-page-main-banner-section .section-content .illustration-container {
    margin-top: 30px;
    width: 230px;
  }
}
.team-section .section-content .team-members-list {
  margin-top: 100px;
}

@media (min-width: 1921px) {
  .team-section .section-content .team-members-list {
    margin-top: calc(100px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .team-section .section-content .team-members-list {
    margin-top: 110px;
  }
}
@media (max-width: 1919px) {
  .team-section .section-content .team-members-list {
    margin-top: calc(100px + 30 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .team-section .section-content .team-members-list {
    margin-top: calc(70px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .team-section .section-content .team-members-list {
    margin-top: calc(50px + 10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .team-section .section-content .team-members-list {
    margin-top: calc(40px + 10 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .team-section .section-content .team-members-list {
    margin-top: 30px;
  }
}
.text-with-graph-paper-section .section-content {
  display: flex;
  align-items: center;
  background-color: #EDF1F5;
}
.text-with-graph-paper-section .section-content .graph-paper {
  flex-shrink: 0;
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
  overflow: hidden;
}
.text-with-graph-paper-section .section-content .graph-paper .dot-1,
.text-with-graph-paper-section .section-content .graph-paper .solid-circle-1,
.text-with-graph-paper-section .section-content .graph-paper .diagonal-line-1 {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc(var(--cell-size) * 4);
}
.text-with-graph-paper-section .section-content .graph-paper .dot-2,
.text-with-graph-paper-section .section-content .graph-paper .solid-circle-2,
.text-with-graph-paper-section .section-content .graph-paper .diagonal-line-2 {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc(var(--cell-size) * 11);
}
.text-with-graph-paper-section .section-content .graph-paper .dot-3,
.text-with-graph-paper-section .section-content .graph-paper .solid-circle-3,
.text-with-graph-paper-section .section-content .graph-paper .diagonal-line-3,
.text-with-graph-paper-section .section-content .graph-paper .dashed-circle {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 2);
}
.text-with-graph-paper-section .section-content .graph-paper .diagonal-line {
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.text-with-graph-paper-section .section-content .graph-paper .solid-circle-1 {
  width: calc(var(--cell-size) * 4);
}
.text-with-graph-paper-section .section-content .graph-paper .solid-circle-2 {
  width: calc(var(--cell-size) * 6);
}
.text-with-graph-paper-section .section-content .graph-paper .solid-circle-3 {
  width: calc(var(--cell-size) * 8);
}
.text-with-graph-paper-section .section-content .graph-paper .dashed-circle {
  width: calc(var(--cell-size) * 6);
}
.text-with-graph-paper-section .section-content .text-container {
  display: flex;
  align-items: center;
  padding: 30px 220px 30px 75px;
}

@media (min-width: 1921px) {
  .text-with-graph-paper-section .section-content .text-container {
    padding: calc(30px + -10 * (100vw - 1920px) / -640) calc(220px + -20 * (100vw - 1920px) / -640) calc(30px + -10 * (100vw - 1920px) / -640) calc(75px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .text-with-graph-paper-section .section-content .text-container {
    padding: 40px 240px 40px 85px;
  }
}
@media (max-width: 1919px) {
  .text-with-graph-paper-section .section-content .text-container {
    padding: calc(30px + 10 * (100vw - 1920px) / 554) calc(220px + 160 * (100vw - 1920px) / 554) calc(30px + 10 * (100vw - 1920px) / 554) calc(75px + 30 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .text-with-graph-paper-section .section-content .text-container {
    padding: calc(20px + 10 * (100vw - 1366px) / 342) calc(60px + 30 * (100vw - 1366px) / 342) calc(20px + 10 * (100vw - 1366px) / 342) calc(45px + 20 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .text-with-graph-paper-section .section-content .text-container {
    padding: calc(10px + 5 * (100vw - 1024px) / 256) calc(30px + 5 * (100vw - 1024px) / 256) calc(10px + 5 * (100vw - 1024px) / 256) calc(25px + 5 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .text-with-graph-paper-section .section-content {
    display: block;
    width: auto;
    padding-inline: var(--content-1492-box-indent);
  }
  .text-with-graph-paper-section .section-content .graph-paper {
    width: 100%;
  }
  .text-with-graph-paper-section .section-content .text-container {
    padding: calc(30px + 10 * (100vw - 768px) / 448) 0 calc(35px + 10 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .text-with-graph-paper-section .section-content .text-container {
    padding: 20px 0 25px;
  }
}
.values-section {
  --value-item-height: 300px;
}
.values-section .section-content .section-title {
  margin-bottom: 0.71em;
}
.values-section .section-content .values-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 75px;
  row-gap: 70px;
}
.values-section .section-content .values-list .value {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column-end: span 2;
  background-color: #476A50;
  height: 300px;
  padding: 0 55px;
  z-index: 1;
}
.values-section .section-content .values-list .value .border {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.values-section .section-content .values-list .value .title {
  padding: 53px 0 10px;
  flex-basis: 50%;
  color: #ffffff;
}
.values-section .section-content .values-list .value .separator {
  height: 1px;
  background-size: 6px 1px;
  background-image: linear-gradient(to right, #7FAD84 3px, transparent 3px);
}
.values-section .section-content .values-list .value .description {
  flex-basis: 50%;
  padding: 45px 0 30px;
  color: #ffffff;
}
.values-section .section-content .values-list .value:nth-child(4) {
  grid-column-start: 2;
}
.values-section .section-content .values-list .graph-paper-1 {
  position: absolute;
  top: calc((var(--brick-size) - 1px) * -1);
  right: calc((var(--brick-size) - 1px) * -1);
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  height: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.values-section .section-content .values-list .graph-paper-1 .diagonal-line-1 {
  top: 0;
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.values-section .section-content .values-list .graph-paper-1 .diagonal-line-2 {
  top: 0;
  left: 100%;
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.values-section .section-content .values-list .graph-paper-1 .dot-1,
.values-section .section-content .values-list .graph-paper-1 .solid-circle-1 {
  top: calc((var(--brick-size) - 1px) * 0.5);
  left: calc((var(--brick-size) - 1px) * 0.5);
}
.values-section .section-content .values-list .graph-paper-1 .dot-2 {
  top: calc((var(--brick-size) - 1px) * 0.5);
  left: calc((var(--brick-size) - 1px) * 2.5);
}
.values-section .section-content .values-list .graph-paper-1 .solid-circle-1 {
  width: calc(var(--cell-size) * 7);
}
.values-section .section-content .values-list .graph-paper-1 .dashed-circle-1 {
  top: calc((var(--brick-size) - 1px) * 0.5);
  left: calc((var(--brick-size) - 1px) * 2.5);
  width: calc(var(--cell-size) * 5.3);
}
.values-section .section-content .values-list .graph-paper-1 .dashed-circle-2 {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 2);
  width: calc(var(--cell-size) * 14);
}
.values-section .section-content .values-list .graph-paper-1 .filled-circle-1 {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 2);
  width: calc(var(--cell-size) * 8.8);
}
.values-section .section-content .values-list .graph-container {
  position: absolute;
  top: var(--value-item-height);
  left: calc((var(--brick-size) - 1px) * -1);
  width: calc((var(--brick-size) - 1px) * 3 + 1px);
  height: calc((var(--brick-size) - 1px) * 3 + 1px);
}
.values-section .section-content .values-list .graph-container .graph-paper-2 {
  position: absolute;
  top: 0;
  left: calc((var(--brick-size) - 1px) * 1);
  width: calc((var(--brick-size) - 1px) * 2 + 1px);
  height: calc((var(--brick-size) - 1px) * 2 + 1px);
}
.values-section .section-content .values-list .graph-container .graph-paper-2 .diagonal-line {
  top: calc((var(--brick-size) - 1px) * 1);
  left: calc((var(--brick-size) - 1px) * 1);
  height: calc((var(--brick-size) - 1px) * 1 * 1.414 + 1px);
}
.values-section .section-content .values-list .graph-container .graph-paper-2 .dot {
  left: 0;
  top: 100%;
}
.values-section .section-content .values-list .graph-container .graph-paper-2 .solid-circle {
  top: 100%;
  left: 0;
  width: calc(var(--cell-size) * 7);
}
.values-section .section-content .values-list .graph-container .graph-paper-2 .dashed-circle {
  top: 100%;
  left: 0;
  width: calc(var(--cell-size) * 12);
}
.values-section .section-content .values-list .graph-container .graph-paper-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc((var(--brick-size) - 1px) * 1 + 1px);
  height: calc((var(--brick-size) - 1px) * 1 + 1px);
}
.values-section .section-content .values-list .background-image-container {
  position: absolute;
  width: 100%;
  top: 150px;
}
.values-section .section-content .values-list .background-image-container .background-image {
  margin: auto;
  width: calc((var(--brick-size) - 1px) * 8 + 1px);
  object-position: center;
  object-fit: cover;
}

@media (min-width: 1921px) {
  .values-section .section-content .values-list {
    column-gap: calc(75px + -20 * (100vw - 1920px) / -640);
    row-gap: calc(70px + -20 * (100vw - 1920px) / -640);
  }
  .values-section .section-content .values-list .value {
    height: calc(300px + -20 * (100vw - 1920px) / -640);
    padding: 0 calc(55px + -5 * (100vw - 1920px) / -640);
  }
  .values-section .section-content .values-list .value .title {
    padding: calc(53px + -5 * (100vw - 1920px) / -640) 0 10px;
  }
  .values-section .section-content .values-list .value .description {
    padding: calc(45px + -5 * (100vw - 1920px) / -640) 0 calc(30px + -5 * (100vw - 1920px) / -640);
  }
  .values-section .section-content .values-list .background-image-container {
    top: calc(150px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .values-section .section-content .values-list {
    column-gap: 95px;
    row-gap: 90px;
  }
  .values-section .section-content .values-list .value {
    height: 320px;
    padding: 0 60px;
  }
  .values-section .section-content .values-list .value .title {
    padding: 58px 0 10px;
  }
  .values-section .section-content .values-list .value .description {
    padding: 50px 0 35px;
  }
  .values-section .section-content .values-list .background-image-container {
    top: 160px;
  }
}
@media (max-width: 1919px) {
  .values-section .section-content .values-list {
    column-gap: calc(75px + 45 * (100vw - 1920px) / 554);
    row-gap: calc(70px + 30 * (100vw - 1920px) / 554);
  }
  .values-section .section-content .values-list .value {
    height: calc(300px + 30 * (100vw - 1920px) / 554);
    padding: 0 calc(55px + 15 * (100vw - 1920px) / 554);
  }
  .values-section .section-content .values-list .value .title {
    padding: calc(53px + 10 * (100vw - 1920px) / 554) 0 10px;
  }
  .values-section .section-content .values-list .value .description {
    padding: calc(45px + 25 * (100vw - 1920px) / 554) 0 30px;
  }
  .values-section .section-content .values-list .background-image-container {
    top: calc(150px + 16 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .values-section .section-content .values-list {
    column-gap: calc(30px + 10 * (100vw - 1366px) / 342);
    row-gap: calc(40px + 10 * (100vw - 1366px) / 342);
    margin-inline: calc(var(--content-1790-box-indent) - var(--content-1492-box-indent));
  }
  .values-section .section-content .values-list .value {
    height: calc(270px + 20 * (100vw - 1366px) / 342);
    padding: 0 calc(40px + 10 * (100vw - 1366px) / 342);
  }
  .values-section .section-content .values-list .value .title {
    padding: calc(43px + 6 * (100vw - 1366px) / 342) 0 10px;
  }
  .values-section .section-content .values-list .value .description {
    padding: calc(20px + 5 * (100vw - 1366px) / 342) 0 30px;
  }
  .values-section .section-content .values-list .graph-paper-1 {
    right: 0;
  }
  .values-section .section-content .values-list .graph-container {
    left: 0;
  }
  .values-section .section-content .values-list .background-image-container {
    top: calc(134px + 7 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .values-section {
    --first-value-title-height: 174px;
    --last-value-description-height: 174px;
  }
  .values-section .section-content .values-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: calc(30px + 5 * (100vw - 1024px) / 256);
    row-gap: calc(30px + 5 * (100vw - 1024px) / 256);
  }
  .values-section .section-content .values-list .value {
    height: calc(210px + 10 * (100vw - 1024px) / 256);
    padding: 0 calc(45px + 10 * (100vw - 1024px) / 256);
  }
  .values-section .section-content .values-list .value .title {
    padding: calc(42px + 5 * (100vw - 1024px) / 256) 0 10px;
  }
  .values-section .section-content .values-list .value .description {
    padding: calc(20px + 5 * (100vw - 1024px) / 256) 0 30px;
  }
  .values-section .section-content .values-list .value:nth-child(4) {
    grid-column-start: auto;
  }
  .values-section .section-content .values-list .value:nth-child(5) {
    grid-column-start: 2;
  }
  .values-section .section-content .values-list .graph-paper-1, .values-section .section-content .values-list .graph-container {
    display: none;
  }
  .values-section .section-content .values-list .background-image-container {
    top: var(--first-value-title-height);
    left: var(--minus-content-1492-box-indent);
    right: var(--minus-content-1492-box-indent);
    bottom: var(--last-value-description-height);
    width: auto;
  }
  .values-section .section-content .values-list .background-image-container .background-image {
    margin: 0 0 0 auto;
    width: 72%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .values-section .section-content .values-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
  .values-section .section-content .values-list .value {
    grid-column-end: auto;
    height: auto;
    padding: 0 45px;
  }
  .values-section .section-content .values-list .value .title {
    flex-basis: auto;
    padding: 47px 0 15px;
  }
  .values-section .section-content .values-list .value .description {
    flex-basis: auto;
    padding: 20px 0 35px;
  }
  .values-section .section-content .values-list .value:nth-child(5) {
    grid-column-start: auto;
  }
}
@media (max-width: 520px) {
  .values-section .section-content .values-list {
    gap: calc(25px + 5 * (100vw - 520px) / 200);
  }
  .values-section .section-content .values-list .value {
    padding: 0 calc(30px + 10 * (100vw - 520px) / 200);
  }
  .values-section .section-content .values-list .value .border {
    display: none;
  }
  .values-section .section-content .values-list .value .title {
    padding: calc(33px + 5 * (100vw - 520px) / 200) 0 calc(15px + 3 * (100vw - 520px) / 200);
  }
  .values-section .section-content .values-list .value .description {
    padding: calc(20px + 5 * (100vw - 520px) / 200) 0 calc(25px + 5 * (100vw - 520px) / 200);
  }
}
@media (max-width: 320px) {
  .values-section .section-content .values-list {
    gap: 20px;
  }
  .values-section .section-content .values-list .value {
    padding: 0 20px;
  }
  .values-section .section-content .values-list .value .title {
    padding: 28px 0 12px;
  }
  .values-section .section-content .values-list .value .description {
    padding: 15px 0 20px;
  }
}
.wide-image-with-text-section .section-content {
  display: flex;
  align-items: center;
}
.wide-image-with-text-section .section-content .image {
  margin-right: 220px;
}
.wide-image-with-text-section .section-content.margin-left {
  margin-left: var(--content-1790-box-indent);
}

@media (min-width: 1921px) {
  .wide-image-with-text-section .section-content .image {
    margin-right: calc(220px + -30 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .wide-image-with-text-section .section-content .image {
    margin-right: 250px;
  }
}
@media (max-width: 1919px) {
  .wide-image-with-text-section .section-content .image {
    margin-right: calc(220px + 110 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .wide-image-with-text-section .section-content .image {
    margin-right: calc(110px + 30 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .wide-image-with-text-section .section-content .image {
    width: calc(396px + 136 * (100vw - 1024px) / 256);
    margin-right: calc(80px + 30 * (100vw - 1024px) / 256);
  }
  .wide-image-with-text-section .section-content .content-block {
    width: calc(396px + 6 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .wide-image-with-text-section .section-content {
    flex-direction: column;
    align-items: flex-start;
    margin-inline: var(--content-1790-box-indent);
  }
  .wide-image-with-text-section .section-content .image {
    width: calc(360px + 110 * (100vw - 768px) / 448);
    margin: 0 auto calc(20px + 5 * (100vw - 768px) / 448);
  }
  .wide-image-with-text-section .section-content .content-block {
    width: auto;
  }
}
@media (max-width: 320px) {
  .wide-image-with-text-section .section-content .image {
    width: 250px;
    margin: 0 auto 15px;
  }
}
