/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/overlayscrollbars/styles/overlayscrollbars.css ***!
  \***************************************************************************************************************/
/*! 
 * OverlayScrollbars
 * Version: 2.4.4
 * 
 * Copyright (c) Rene Haas | KingSora.
 * https://github.com/KingSora
 * 
 * Released under the MIT license.
 */
.os-size-observer,
.os-size-observer-listener {
  scroll-behavior: auto !important;
  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 {
  scroll-behavior: auto !important;
  --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([data-overlayscrollbars]):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],
[data-overlayscrollbars-padding] {
  display: flex;
  align-items: stretch !important;
  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] {
  position: relative;
  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 during 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-cornerless, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-cornerless {
  right: 0;
}
.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-rtl.os-scrollbar-cornerless, .os-no-css-vars.os-theme-light.os-scrollbar-horizontal.os-scrollbar-rtl.os-scrollbar-cornerless {
  left: 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-cornerless, .os-no-css-vars.os-theme-light.os-scrollbar-vertical.os-scrollbar-cornerless {
  bottom: 0;
}
.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: 82px;
  --footer-height: 200px;
  --content-1830-box-indent: 45px;
  --minus-content-1830-box-indent: -45px;
  --content-1650-box-indent: 135px;
  --minus-content-1650-box-indent: -135px;
  --scrollbar-width: 0px;
  --radius-28: 28px;
  --radius-14: 14px;
}

@media (max-width: 1919px) {
  :root {
    --radius-28: calc(28px + (28 - 18) * (100vw - 1920px) / (1920 - 320));
    --radius-14: calc(14px + (14 - 10) * (100vw - 1920px) / (1920 - 320));
  }
}
@media (max-width: 320px) {
  :root {
    --radius-28: 18px;
    --radius-14: 10px;
  }
}
: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;
}

@font-face {
  font-family: "Aeonik";
  src: url(../fonts/aeonik-bold.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Aeonik";
  src: url(../fonts/aeonik-medium.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Aeonik";
  src: url(../fonts/aeonik-regular.ttf) format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
.font-size-60_60 {
  line-height: 1;
}

.font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
  line-height: 1.2083333333;
}

.font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
  line-height: 1;
}

.font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3 {
  line-height: 1;
}

.font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
  line-height: 1.3571428571;
}

.font-size-20_24, .footer-container .footer .information-title, .section-title {
  line-height: 1.2;
}

.font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
  line-height: 1.5;
}

.font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
.article ul, .article p, body {
  line-height: 1.3333333333;
}

.font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
  line-height: 1.25;
}

.font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
  font-size: 60px;
}

.font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
  font-size: 48px;
}

.font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
  font-size: 32px;
}

.font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
  font-size: 28px;
}

.font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
  font-size: 20px;
}

.font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
.article ul, .article p, body {
  font-size: 18px;
}

.font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
  font-size: 16px;
}

@media (min-width: 1921px) {
  .font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
    font-size: calc(60px + -5.5 * (100vw - 1920px) / -640);
  }
  .font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
    font-size: calc(48px + -3 * (100vw - 1920px) / -640);
  }
  .font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
    font-size: calc(32px + -1 * (100vw - 1920px) / -640);
  }
  .font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
    font-size: calc(28px + -2 * (100vw - 1920px) / -640);
  }
  .font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
    font-size: calc(20px + -1 * (100vw - 1920px) / -640);
  }
  .font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
  .article ul, .article p, body {
    font-size: calc(18px + -2 * (100vw - 1920px) / -640);
  }
  .font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
    font-size: calc(16px + -1 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
    font-size: 65.5px;
  }
  .font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
    font-size: 51px;
  }
  .font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
    font-size: 33px;
  }
  .font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
    font-size: 30px;
  }
  .font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
    font-size: 21px;
  }
  .font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
  .article ul, .article p, body {
    font-size: 20px;
  }
  .font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
    font-size: 17px;
  }
}
@media (max-width: 1919px) {
  .font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
    font-size: calc(60px + 3 * (100vw - 1920px) / 554);
  }
  .font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
    font-size: calc(48px + 3 * (100vw - 1920px) / 554);
  }
  .font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
    font-size: calc(32px + 2 * (100vw - 1920px) / 554);
  }
  .font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
    font-size: calc(28px + 4 * (100vw - 1920px) / 554);
  }
  .font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
    font-size: calc(20px + 2 * (100vw - 1920px) / 554);
  }
  .font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
  .article ul, .article p, body {
    font-size: calc(18px + 1 * (100vw - 1920px) / 554);
  }
  .font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
    font-size: calc(16px + 1 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
    font-size: calc(57px + 8 * (100vw - 1366px) / 342);
  }
  .font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
    font-size: calc(45px + 6 * (100vw - 1366px) / 342);
  }
  .font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
    font-size: calc(30px + 3 * (100vw - 1366px) / 342);
  }
  .font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
    font-size: calc(24px + 2 * (100vw - 1366px) / 342);
  }
  .font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
    font-size: calc(18px + 1 * (100vw - 1366px) / 342);
  }
  .font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
  .article ul, .article p, body {
    font-size: calc(17px + 1 * (100vw - 1366px) / 342);
  }
  .font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
    font-size: calc(15px + 1 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
    font-size: calc(49px + 8 * (100vw - 1024px) / 256);
  }
  .font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
    font-size: calc(39px + 3 * (100vw - 1024px) / 256);
  }
  .font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
    font-size: calc(27px + 4 * (100vw - 1024px) / 256);
  }
  .font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
    font-size: calc(22px + 0 * (100vw - 1024px) / 256);
  }
  .font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
    font-size: calc(17px + 0 * (100vw - 1024px) / 256);
  }
  .font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
  .article ul, .article p, body {
    font-size: calc(16px + 0 * (100vw - 1024px) / 256);
  }
  .font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
    font-size: calc(14px + 0.5 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
    font-size: calc(41px + 10 * (100vw - 768px) / 448);
  }
  .font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
    font-size: calc(36px + 10 * (100vw - 768px) / 448);
  }
  .font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
    font-size: calc(23px + 2 * (100vw - 768px) / 448);
  }
  .font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
    font-size: calc(22px + 2 * (100vw - 768px) / 448);
  }
  .font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
    font-size: calc(17px + 1 * (100vw - 768px) / 448);
  }
  .font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
  .article ul, .article p, body {
    font-size: calc(16px + 1 * (100vw - 768px) / 448);
  }
  .font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
    font-size: calc(13.5px + 1 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .font-size-60, .front-page-objectives-section .section-content .objectives-container .objective .index, .font-size-60_60 {
    font-size: 31px;
  }
  .font-size-48, .font-size-48_58, .internal-page-main-banner-section .section-content .text-container .page-title, .front-page-main-banner-section .section-content .text-container .tagline, .heading-2, .article h2 {
    font-size: 26px;
  }
  .font-size-32, .font-size-32_32, .front-page-main-banner-section .section-content .text-container .title {
    font-size: 21px;
  }
  .font-size-28, .font-size-28_28, .front-page-objectives-section .section-content .objectives-container .objective .title, .front-page-objectives-section .section-content .objectives-title, .front-page-documents-section .section-content .documents-container .document .document-name, .footer-container .footer .contacts-title, .article h3, .font-size-28_38, .team-member-popup .window-container .window .text-container .name, .team-member-card .name {
    font-size: 20px;
  }
  .font-size-20, .font-size-20_24, .footer-container .footer .information-title, .section-title, .font-size-20_30, .front-page-sec-filings-section .section-content .link, .front-page-documents-section .section-content .documents-container .document .download, .team-member-popup .window-container .window .text-container .position, .team-member-card .position, .data-table .data-cell {
    font-size: 16px;
  }
  .font-size-18, .font-size-18_24, .front-page-objectives-section .section-content .objectives-container .objective .description, .header-container .header .header-menu .menu-item a, .footer-container .footer .bottom .legal-menu, .footer-container .footer .contacts .contact, .button, .article ol,
  .article ul, .article p, body {
    font-size: 15px;
  }
  .font-size-16, .font-size-16_20, .front-page-information-section .section-content .date, .footer-container .footer .bottom .copy, .footer-container .footer .information, .data-table .row-name, .data-table .column-name {
    font-size: 12.5px;
  }
}
.content-1830 {
  width: 1830px;
  margin: auto;
}

.content-1650 {
  width: 1650px;
  margin: auto;
}

@media (min-width: 1920px) {
  .content-1830 {
    width: calc(1830px + -170 * (100vw - 1920px) / -640);
  }
  .content-1650 {
    width: calc(1650px + -150 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .content-1830 {
    width: 2000px;
  }
  .content-1650 {
    width: 1800px;
  }
}
@media (max-width: 1919px) {
  .content-1830 {
    width: calc(1830px + 530 * (100vw - 1920px) / 554);
  }
  .content-1650 {
    width: calc(1650px + 450 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .content-1830 {
    width: calc(1300px + 320 * (100vw - 1366px) / 342);
  }
  .content-1650 {
    width: calc(1200px + 320 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .content-1830 {
    width: calc(980px + 250 * (100vw - 1024px) / 256);
  }
  .content-1650 {
    width: calc(880px + 190 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .content-1830 {
    width: calc(730px + 430 * (100vw - 768px) / 448);
  }
  .content-1650 {
    width: calc(690px + 400 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .content-1830 {
    width: 300px;
  }
  .content-1650 {
    width: 290px;
  }
}
.section-title {
  color: #317F91;
  font-weight: 400;
}

.heading-2, .article h2 {
  color: #1A3F52;
  font-weight: 700;
}

html.fixed,
html.fixed body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

body {
  font-family: "Aeonik", sans-serif;
  font-weight: 400;
  color: #000000;
}

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

.section {
  position: relative;
}

.section-content {
  margin: auto;
}

.stretch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.stretch,
video.stretch {
  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-style, .header-container .header .logo:focus-visible svg, .outline-on-focus:focus-visible {
  outline: 2px dashed #1A3F52;
  outline-offset: 4px;
}

.outline-on-focus-white-style, .outline-on-focus-white:focus-visible, .footer-container .footer .bottom .legal-menu a:focus-visible, .footer-container .footer .footer-menu a:focus-visible {
  outline: 2px dashed #ffffff;
  outline-offset: 4px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 38px;
  line-height: 36px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .nice-select-dropdown {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .nice-select-dropdown {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .nice-select-dropdown {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(19px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  opacity: 0;
}

.nice-select .list {
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 210px;
  overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: rgba(0, 0, 0, 0) !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: rgba(0, 0, 0, 0);
  color: #999;
  cursor: default;
}

.nice-select .optgroup {
  font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
  display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
  display: block;
}

.nice-select .list::-webkit-scrollbar {
  width: 0;
}

.nice-select .has-multiple {
  white-space: inherit;
  height: auto;
  padding: 7px 12px;
  min-height: 36px;
  line-height: 22px;
}

.nice-select .has-multiple span.current {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
  display: block;
  line-height: 24px;
  padding: 0;
}

.nice-select .nice-select-search-box {
  box-sizing: border-box;
  width: 100%;
  padding: 5px;
  pointer-events: none;
  border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 12px;
  margin: 0 10px 0 0;
  width: 100%;
  min-height: 36px;
  line-height: 22px;
  height: auto;
  outline: 0 !important;
  font-size: 14px;
}

.article h2 {
  margin: 1.97em 0 0.9em;
}
.article h3 {
  margin: 1.6em 0 1.05em;
  font-weight: 500;
  color: #317F91;
}
.article ol,
.article ul {
  margin-bottom: 1.11em;
  padding-left: 1em;
}
.article ol li,
.article ul li {
  padding-left: 0.4em;
}
.article ol li:nth-child(n+2),
.article ul li:nth-child(n+2) {
  margin-top: 1em;
}
.article ol {
  list-style: decimal;
}
.article ul {
  list-style: disc;
}
.article > :first-child {
  margin-top: 0;
}
.article > :last-child {
  margin-bottom: 0;
}
.article hr {
  margin: 3em 0;
  border: none;
  height: 1px;
  background-color: #1A3F52;
}

.button {
  position: relative;
  display: inline-block;
  border: none;
  padding: 0.95em 2.2em;
  border-radius: 1.62em;
  background-color: #ffffff;
  color: #ffffff;
  font-weight: 700;
  transition: color 0.5s, opacity 0.5s ease;
}
.button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #0079C2;
  border-radius: 1.62em;
}
.button .circle-wrap {
  border-radius: 1.62em;
  overflow: hidden;
}
.button .circle-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #0079C2;
  width: 100%;
  padding-top: 100%;
  transition: transform 0.5s ease-in-out;
  transform-origin: 50% 50%;
  border-radius: 50%;
}
.button .circle-anim::after {
  content: "";
  width: 100%;
  height: 100%;
}
.button .button-text {
  position: relative;
  z-index: 1;
}
.button:hover, .button:focus {
  color: #0079C2;
}
.button:hover .circle-anim, .button:focus .circle-anim {
  transform: translate(-50%, -50%) scale(0);
}
.button.button-outline {
  color: #1A3F52;
}
.button.button-outline .circle-anim {
  transform: translate(-50%, -50%) scale(0);
}
.button.button-outline:hover {
  color: #ffffff;
}
.button.button-outline:hover .circle-anim {
  transform: translate(-50%, -50%) scale(1.1);
}

.data-table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
}
.data-table td {
  padding-inline: 0.5em;
}
.data-table .column-name {
  padding-bottom: 1.7em;
  font-weight: 700;
  color: #1A3F52;
}
.data-table .row-name {
  font-weight: 700;
  color: #317F91;
  transition: color 0.7s ease;
}
.data-table .data-cell {
  padding-block: 1.24em;
  border-left: 1px solid #F0F7FC;
  transition: color 0.7s ease, border-color 0.7s ease;
}
.data-table .data-row {
  background-color: #ffffff;
  transition: background-color 0.7s ease;
}
.data-table .data-row > :first-child {
  border-left: 1px solid #317F91;
}
.data-table .data-row > :last-child {
  border-right: 1px solid #317F91;
}
.data-table .data-row.first > :first-child {
  border-top-left-radius: var(--radius-14);
}
.data-table .data-row.first > :last-child {
  border-top-right-radius: var(--radius-14);
}
.data-table .data-row.first .cell {
  border-top: 1px solid #317F91;
}
.data-table .data-row.last > :first-child {
  border-bottom-left-radius: var(--radius-14);
}
.data-table .data-row.last > :last-child {
  border-bottom-right-radius: var(--radius-14);
}
.data-table .data-row.last .cell {
  border-bottom: 1px solid #317F91;
}
.data-table .data-row:hover {
  background-color: #1A3F52;
}
.data-table .data-row:hover .row-name {
  color: #9BD0DD;
}
.data-table .data-row:hover .data-cell {
  color: #ffffff;
  border-color: #1A3F52;
}

.footer-container {
  background-color: #1A3F52;
}
.footer-container .footer {
  padding: 107px 0 75px;
  color: #ffffff;
}
.footer-container .footer .heading {
  color: #ffffff;
}
.footer-container .footer .wrap {
  display: flex;
  align-items: center;
  padding: 47px 42px 47px 44px;
  margin: 80px 0 115px;
  border: 1px solid rgba(49, 127, 145, 0.5);
  border-radius: var(--radius-14);
}
.footer-container .footer .contacts-title {
  margin-right: 94px;
  font-weight: 500;
  color: #9BD0DD;
}
.footer-container .footer .contacts .contact .name {
  font-weight: 700;
}
.footer-container .footer .contacts .contact .phone {
  transition: color 0.5s ease;
}
.footer-container .footer .contacts .contact .phone:hover {
  color: #9BD0DD;
}
.footer-container .footer .contacts .contact .email {
  color: #9BD0DD;
  background-image: linear-gradient(to top, transparent 0.1em, currentColor 0.1em, currentColor calc(1px + 0.1em), transparent calc(1px + 0.1em));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.footer-container .footer .contacts .contact .email.hover, .footer-container .footer .contacts .contact .email:hover, .footer-container .footer .contacts .contact .email:focus {
  background-size: 0 100%;
}
.footer-container .footer .footer-menu {
  display: flex;
  gap: 120px;
  margin-left: auto;
}
.footer-container .footer .footer-menu a {
  transition: color 0.5s ease;
}
.footer-container .footer .footer-menu a:hover {
  color: #9BD0DD;
}
.footer-container .footer .information-title {
  margin-bottom: 2em;
}
.footer-container .footer .information strong {
  font-weight: 700;
}
.footer-container .footer .information ol {
  list-style: decimal;
  padding-left: 1em;
}
.footer-container .footer .information ol li {
  padding-left: 0.6em;
}
.footer-container .footer .information ol li ::marker {
  font-variant-numeric: normal;
}
.footer-container .footer .separator {
  border: none;
  height: 1px;
  margin: 33px 0 83px;
  background-color: rgba(49, 127, 145, 0.5);
}
.footer-container .footer .bottom {
  display: grid;
  grid-template-columns: 20% 80%;
}
.footer-container .footer .bottom .logo {
  grid-row-end: span 2;
}
.footer-container .footer .bottom .legal-menu {
  display: flex;
  margin-left: auto;
  gap: 20px;
  color: #9BD0DD;
}
.footer-container .footer .bottom .legal-menu a {
  background-image: linear-gradient(to top, transparent 0.1em, currentColor 0.1em, currentColor calc(1px + 0.1em), transparent calc(1px + 0.1em));
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 0.3s;
  background-position: left;
}
.footer-container .footer .bottom .legal-menu a.hover, .footer-container .footer .bottom .legal-menu a:hover, .footer-container .footer .bottom .legal-menu a:focus {
  background-size: 0 100%;
}
.footer-container .footer .bottom .copy {
  margin: auto 0 0 auto;
  padding-left: 20px;
}

.footer-top-container {
  display: flex;
  justify-content: space-between;
}
.footer-top-container .footer-login-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 620px;
}
.footer-top-container .heading {
  max-width: calc(100% - 200px);
  line-height: 1;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 1023px) {
  .footer-top-container {
    display: block;
  }
  .footer-top-container .footer-login-wrap {
    padding-top: 10px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 474px) {
  .footer-top-container .footer-login-wrap {
    display: block;
  }
  .footer-top-container .heading {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 1921px) {
  .footer-container .footer {
    padding: calc(107px + -8 * (100vw - 1920px) / -640) 0 calc(75px + -10 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .wrap {
    padding: calc(47px + -5 * (100vw - 1920px) / -640) calc(42px + -5 * (100vw - 1920px) / -640) calc(47px + -5 * (100vw - 1920px) / -640) calc(44px + -5 * (100vw - 1920px) / -640);
    margin: calc(80px + -5 * (100vw - 1920px) / -640) 0 calc(115px + -5 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .footer-menu {
    gap: calc(120px + -10 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .information-title {
    margin-bottom: calc(2px + -40 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .separator {
    margin: calc(33px + -10 * (100vw - 1920px) / -640) 0 calc(83px + -7 * (100vw - 1920px) / -640);
  }
  .footer-container .footer .bottom .legal-menu {
    gap: calc(20px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .footer-container .footer {
    padding: 115px 0 85px;
  }
  .footer-container .footer .wrap {
    padding: 52px 47px 52px 49px;
    margin: 85px 0 120px;
  }
  .footer-container .footer .footer-menu {
    gap: 130px;
  }
  .footer-container .footer .information-title {
    margin-bottom: 42px;
  }
  .footer-container .footer .separator {
    margin: 43px 0 90px;
  }
  .footer-container .footer .bottom .legal-menu {
    gap: 25px;
  }
}
@media (max-width: 1919px) {
  .footer-container .footer {
    padding: calc(107px + 37 * (100vw - 1920px) / 554) 0 calc(75px + 25 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .wrap {
    padding: calc(47px + 10 * (100vw - 1920px) / 554) calc(42px + 10 * (100vw - 1920px) / 554) calc(47px + 10 * (100vw - 1920px) / 554) calc(44px + 10 * (100vw - 1920px) / 554);
    margin: calc(80px + 25 * (100vw - 1920px) / 554) 0 calc(115px + 35 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .contacts-title {
    margin-right: calc(94px + 24 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .footer-menu {
    gap: calc(120px + 40 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .separator {
    margin: calc(33px + 3 * (100vw - 1920px) / 554) 0 calc(83px + 23 * (100vw - 1920px) / 554);
  }
  .footer-container .footer .bottom .legal-menu {
    gap: calc(20px + 5 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .footer-container .footer {
    padding: calc(70px + 20 * (100vw - 1366px) / 342) 0 calc(50px + 15 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .wrap {
    padding: calc(37px + 5 * (100vw - 1366px) / 342) calc(32px + 5 * (100vw - 1366px) / 342) calc(37px + 5 * (100vw - 1366px) / 342) calc(34px + 6 * (100vw - 1366px) / 342);
    margin: calc(55px + 15 * (100vw - 1366px) / 342) 0 calc(80px + 20 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .contacts-title {
    margin-right: calc(70px + 35 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .footer-menu {
    gap: calc(80px + 40 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .separator {
    margin: calc(30px + 5 * (100vw - 1366px) / 342) 0 calc(60px + 15 * (100vw - 1366px) / 342);
  }
  .footer-container .footer .bottom .legal-menu {
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .footer-container .footer {
    padding: calc(50px + 10 * (100vw - 1024px) / 256) 0 calc(35px + 5 * (100vw - 1024px) / 256);
  }
  .footer-container .footer .wrap {
    padding: calc(32px + 5 * (100vw - 1024px) / 256) calc(27px + 5 * (100vw - 1024px) / 256) calc(32px + 5 * (100vw - 1024px) / 256) calc(28px + 5 * (100vw - 1024px) / 256);
    margin: calc(40px + 10 * (100vw - 1024px) / 256) 0 calc(60px + 15 * (100vw - 1024px) / 256);
  }
  .footer-container .footer .contacts-title {
    margin-right: calc(35px + 3 * (100vw - 1024px) / 256);
  }
  .footer-container .footer .footer-menu {
    display: none;
    gap: 40px;
  }
  .footer-container .footer .separator {
    margin: calc(25px + 5 * (100vw - 1024px) / 256) 0 calc(45px + 10 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .footer-container .footer {
    padding: 40px 0 30px;
  }
  .footer-container .footer .wrap {
    padding: 27px 22px 27px 23px;
    margin: 30px 0 45px;
  }
  .footer-container .footer .contacts-title {
    margin-right: 32px;
  }
  .footer-container .footer .separator {
    margin: 20px 0 35px;
  }
  .footer-container .footer .bottom .logo {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer-container .footer .wrap {
    display: block;
  }
  .footer-container .footer .contacts-title {
    margin: 0 0 20px;
  }
  .footer-container .footer .bottom {
    display: block;
  }
  .footer-container .footer .bottom .logo {
    width: 140px;
    margin: 0 auto 30px;
  }
  .footer-container .footer .bottom .legal-menu {
    justify-content: center;
    margin-bottom: 30px;
  }
  .footer-container .footer .bottom .copy {
    padding-left: 0;
  }
}
form textarea {
  resize: none;
}

.header-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 1001;
}
.header-container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
}
.header-container .header .logo {
  width: auto;
  height: 100%;
}
.header-container .header .logo svg {
  width: auto;
  height: 129.6719%;
}
.header-container .header .header-menu {
  display: flex;
  height: 100%;
}
.header-container .header .header-menu .menu-item {
  height: 100%;
  border-left: 1px solid rgba(26, 63, 82, 0.1);
}
.header-container .header .header-menu .menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px;
  height: 100%;
  font-weight: 700;
  color: #1A3F52;
}
.header-container .header .header-menu .menu-item a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background-color: #9BD0DD;
  scale: 0 1;
  transition: scale 0.5s ease;
  transform-origin: left;
}
.header-container .header .header-menu .menu-item a:hover::before, .header-container .header .header-menu .menu-item a:focus-visible::before, .header-container .header .header-menu .menu-item a.active::before {
  scale: 1 1;
}
.header-container .header .header-menu .menu-item:last-child {
  border-right: 1px solid rgba(26, 63, 82, 0.1);
}
.header-container .header .mobile-menu-trigger {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .header-container .header {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
  .header-container .header .header__btns {
    display: flex;
    gap: 0.9rem;
    justify-content: flex-end;
  }
  .header-container .header .logo {
    max-width: 153px;
  }
  .header-container .header .logo svg {
    width: 100%;
    height: auto;
    margin-bottom: -40px;
  }
}
@media (min-width: 1921px) {
  .header-container .header {
    height: calc(82px + -18 * (100vw - 1920px) / -640);
  }
  .header-container .header .header-menu .menu-item a {
    padding: 0 calc(60px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .header-container .header {
    height: 100px;
  }
  .header-container .header .header-menu .menu-item a {
    padding: 0 65px;
  }
}
@media (max-width: 1919px) {
  .header-container .header {
    height: calc(82px + 6 * (100vw - 1920px) / 554);
  }
  .header-container .header .header-menu .menu-item a {
    padding: 0 calc(60px + 10 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .header-container .header {
    height: 76px;
  }
  .header-container .header .header-menu .menu-item a {
    padding: 0 50px;
  }
}
@media (max-width: 1366px) {
  .header-container .header {
    height: calc(76px + 6 * (100vw - 1366px) / 342);
  }
  .header-container .header .header-menu .menu-item a {
    padding: 0 calc(50px + 10 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .header-container .header {
    height: calc(70px + 10 * (100vw - 1024px) / 256);
  }
  .header-container .header .header-menu {
    display: none;
  }
  .header-container .header .header-menu .menu-item a {
    padding: 0 40px;
  }
  .header-container .header .button-outline,
  .header-container .header .contact-button {
    display: none;
  }
  .header-container .header .mobile-menu-trigger {
    position: relative;
    display: block;
    width: 50px;
    aspect-ratio: 1;
  }
  .header-container .header .mobile-menu-trigger .line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background-color: #0079C2;
  }
  .header-container .header .mobile-menu-trigger .line:nth-child(1) {
    transform: translateY(-10px);
    transition: transform 0.5s ease;
  }
  .header-container .header .mobile-menu-trigger .line:nth-child(2) {
    transition: opacity 0.5s ease;
  }
  .header-container .header .mobile-menu-trigger .line:nth-child(3) {
    transform: translateY(10px);
    transition: transform 0.5s ease;
  }
  .header-container .header .mobile-menu-trigger.active .line:nth-child(1) {
    transform: rotate(45deg);
  }
  .header-container .header .mobile-menu-trigger.active .line:nth-child(2) {
    opacity: 0;
  }
  .header-container .header .mobile-menu-trigger.active .line:nth-child(3) {
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  .header-container .header {
    height: calc(60px + 4 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .header-container .header {
    height: 56px;
  }
}
#mobile-menu-modal {
  top: var(--header-height);
  height: calc(100% - var(--header-height));
  background-color: #ffffff;
}
#mobile-menu-modal .window-container .window .mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1A3F52;
}
#mobile-menu-modal .window-container .window .mobile-menu .menu-item a {
  display: block;
  padding: 5px;
}

.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;
}

.side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  transition: transform 0.3s;
  z-index: 1001;
}
.side-panel.side-panel-left {
  left: 0;
  transform: translate(-100%, 0);
}
.side-panel.side-panel-right {
  right: 0;
  transform: translate(100%, 0);
}
.side-panel.active {
  transform: translate(0, 0);
}

.side-panel-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition-property: opacity, visibility;
  transition-duration: 0.3s;
  z-index: 1000;
}
.side-panel-bg.active {
  visibility: visible;
  opacity: 1;
}

.team-member-card {
  width: 390px;
  flex-shrink: 0;
  cursor: pointer;
}
.team-member-card .photo {
  width: 100%;
  border-radius: var(--radius-14);
  transition: scale 0.5s ease;
}
.team-member-card .name {
  margin-top: 1.28em;
  font-weight: 700;
  color: #1A3F52;
}
.team-member-card .position {
  margin-top: 0.75em;
}
.team-member-card:hover .photo {
  scale: 1.02;
}

@media (min-width: 1921px) {
  .team-member-card {
    width: calc(390px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .team-member-card {
    width: 400px;
  }
}
@media (max-width: 1919px) {
  .team-member-card {
    width: calc(390px + 110 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .team-member-card {
    width: calc(280px + 40 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .team-member-card {
    width: calc(240px + 40 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .team-member-card {
    width: calc(200px + 30 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .team-member-card {
    width: 170px;
  }
}
.team-member-popup {
  display: flex;
  width: 100vw;
  height: 100vh;
  border: none;
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
  background-color: rgba(26, 63, 82, 0.82);
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.4s;
}
.team-member-popup[open] {
  opacity: 1;
  visibility: visible;
}
.team-member-popup .window-container {
  position: relative;
  margin: auto;
  padding: 50px;
}
.team-member-popup .window-container .window {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 90px;
  background-color: #ffffff;
  border-radius: var(--radius-14);
  max-width: 90%;
  margin: auto;
  padding: 42px 40px 85px 42px;
}
.team-member-popup .window-container .window .close-button {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 40px;
  aspect-ratio: 1;
}
.team-member-popup .window-container .window .close-button::before, .team-member-popup .window-container .window .close-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: #1A3F52;
  transition: scale 0.5s ease;
}
.team-member-popup .window-container .window .close-button::before {
  transform: rotate(45deg);
}
.team-member-popup .window-container .window .close-button::after {
  transform: rotate(-45deg);
}
.team-member-popup .window-container .window .close-button:hover::before, .team-member-popup .window-container .window .close-button:hover::after {
  scale: 1.2;
}
.team-member-popup .window-container .window .photo {
  flex-shrink: 0;
  width: 390px;
  border-radius: var(--radius-14);
}
.team-member-popup .window-container .window .text-container .name {
  font-weight: 700;
  color: #1A3F52;
}
.team-member-popup .window-container .window .text-container .position {
  margin-top: 0.75em;
}
.team-member-popup .window-container .window .text-container .bio {
  margin-top: 2.88em;
  max-height: 513px;
  padding-right: 60px;
}
.team-member-popup .window-container .window .text-container .bio .os-theme-dark {
  --os-handle-bg: rgba(0, 121, 194, 0.5);
  --os-handle-bg-hover: #0079C2;
  --os-handle-bg-active: #0079C2;
}

@media (min-width: 1921px) {
  .team-member-popup .window-container .window {
    gap: calc(90px + -20 * (100vw - 1920px) / -640);
    padding: calc(42px + -10 * (100vw - 1920px) / -640) calc(40px + -10 * (100vw - 1920px) / -640) calc(85px + -10 * (100vw - 1920px) / -640) calc(42px + -10 * (100vw - 1920px) / -640);
  }
  .team-member-popup .window-container .window .close-button {
    width: calc(40px + -6 * (100vw - 1920px) / -640);
  }
  .team-member-popup .window-container .window .close-button::before, .team-member-popup .window-container .window .close-button::after {
    width: calc(18px + -2 * (100vw - 1920px) / -640);
  }
  .team-member-popup .window-container .window .photo {
    width: calc(390px + -10 * (100vw - 1920px) / -640);
  }
  .team-member-popup .window-container .window .text-container .bio {
    max-height: calc(513px + -17 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .team-member-popup .window-container .window {
    gap: 110px;
    padding: 52px 50px 95px 52px;
  }
  .team-member-popup .window-container .window .close-button {
    width: 46px;
  }
  .team-member-popup .window-container .window .close-button::before, .team-member-popup .window-container .window .close-button::after {
    width: 20px;
  }
  .team-member-popup .window-container .window .photo {
    width: 400px;
  }
  .team-member-popup .window-container .window .text-container .bio {
    max-height: 530px;
  }
}
@media (max-width: 1919px) {
  .team-member-popup .window-container {
    padding: calc(50px + 20 * (100vw - 1920px) / 554);
  }
  .team-member-popup .window-container .window {
    gap: calc(90px + 30 * (100vw - 1920px) / 554);
    padding: calc(42px + 5 * (100vw - 1920px) / 554) calc(40px + 5 * (100vw - 1920px) / 554) calc(85px + 15 * (100vw - 1920px) / 554) calc(42px + 5 * (100vw - 1920px) / 554);
  }
  .team-member-popup .window-container .window .close-button {
    top: calc(17px + 2 * (100vw - 1920px) / 554);
    right: calc(17px + 2 * (100vw - 1920px) / 554);
  }
  .team-member-popup .window-container .window .photo {
    width: calc(390px + 110 * (100vw - 1920px) / 554);
  }
  .team-member-popup .window-container .window .text-container .bio {
    max-height: calc(513px + 133 * (100vw - 1920px) / 554);
    padding-right: calc(60px + 20 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .team-member-popup .window-container {
    padding: 30px;
  }
  .team-member-popup .window-container .window {
    gap: 60px;
    padding: 37px 35px 70px 37px;
  }
  .team-member-popup .window-container .window .close-button {
    top: 15px;
    right: 15px;
  }
  .team-member-popup .window-container .window .photo {
    width: 280px;
  }
  .team-member-popup .window-container .window .text-container .bio {
    max-height: 380px;
    padding-right: 40px;
  }
}
@media (max-width: 1366px) {
  .team-member-popup .window-container {
    padding: calc(30px + 5 * (100vw - 1366px) / 342);
  }
  .team-member-popup .window-container .window {
    gap: calc(60px + 20 * (100vw - 1366px) / 342);
    padding: calc(37px + 5 * (100vw - 1366px) / 342) calc(35px + 5 * (100vw - 1366px) / 342) calc(70px + 10 * (100vw - 1366px) / 342) calc(37px + 5 * (100vw - 1366px) / 342);
  }
  .team-member-popup .window-container .window .close-button {
    top: calc(15px + 5 * (100vw - 1366px) / 342);
    right: calc(15px + 5 * (100vw - 1366px) / 342);
  }
  .team-member-popup .window-container .window .photo {
    width: calc(280px + 40 * (100vw - 1366px) / 342);
  }
  .team-member-popup .window-container .window .text-container .bio {
    max-height: calc(380px + 100 * (100vw - 1366px) / 342);
    padding-right: calc(40px + 10 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .team-member-popup .window-container {
    padding: calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .team-member-popup .window-container .window {
    gap: calc(40px + 15 * (100vw - 1024px) / 256);
    padding: calc(32px + 12 * (100vw - 1024px) / 256) calc(30px + 10 * (100vw - 1024px) / 256) calc(60px + 20 * (100vw - 1024px) / 256) calc(32px + 12 * (100vw - 1024px) / 256);
  }
  .team-member-popup .window-container .window .close-button {
    top: calc(10px + 5 * (100vw - 1024px) / 256);
    right: calc(10px + 5 * (100vw - 1024px) / 256);
  }
  .team-member-popup .window-container .window .photo {
    width: calc(240px + 40 * (100vw - 1024px) / 256);
  }
  .team-member-popup .window-container .window .text-container .bio {
    max-height: calc(280px + 40 * (100vw - 1024px) / 256);
    margin-top: 2em;
    padding-right: calc(30px + 5 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .team-member-popup .window-container {
    padding: calc(20px + 10 * (100vw - 768px) / 448);
  }
  .team-member-popup .window-container .window {
    flex-direction: column;
    gap: 20px;
    padding: calc(20px + 5 * (100vw - 768px) / 448) calc(20px + 5 * (100vw - 768px) / 448) calc(40px + 15 * (100vw - 768px) / 448) calc(20px + 5 * (100vw - 768px) / 448);
  }
  .team-member-popup .window-container .window .close-button {
    top: 5px;
    right: 5px;
  }
  .team-member-popup .window-container .window .photo {
    width: calc(200px + 30 * (100vw - 768px) / 448);
  }
  .team-member-popup .window-container .window .text-container .position {
    margin-top: 0.3em;
  }
  .team-member-popup .window-container .window .text-container .bio {
    max-height: 200px;
    padding-right: 20px;
  }
}
@media (max-width: 320px) {
  .team-member-popup .window-container {
    padding: 10px;
  }
  .team-member-popup .window-container .window {
    padding: 15px 15px 25px 15px;
  }
  .team-member-popup .window-container .window .photo {
    width: 170px;
  }
}
.color-wrapper {
  display: flex;
  flex-direction: column;
}

.filings-section {
  padding-top: 200px;
  padding-bottom: 100px;
}
.filings-section .heading {
  margin-bottom: 30px;
}
.filings-section .pagination {
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.filings-section .pagination .page-link {
  margin: 0 10px;
  transition: 0.3s;
}
.filings-section .pagination .page-link:hover {
  color: #0079c2;
}
.filings-section .pagination .page-link.current {
  font-weight: 700;
  color: #0079c2;
}

.filings-list-wrapper {
  text-align: center;
  max-width: 1230px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .filings-list-wrapper {
    width: calc(840px + 20 * (100vw - 1024px) / 256);
  }
}
@media (min-width: 1200px) {
  .filings-list-wrapper {
    width: calc(1000px + 160 * (100vw - 1366px) / 342);
  }
}
@media (min-width: 1440px) {
  .filings-list-wrapper {
    max-width: 1440px;
    width: calc(1230px + 230 * (100vw - 1920px) / 554);
  }
}

.filter-form {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .filter-form {
    display: flex;
    margin: 0 -10px;
  }
}
@media (min-width: 1200px) {
  .filter-form {
    margin: 0 -25px;
  }
}
.filter-form .col {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .filter-form .col {
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    flex: 1 1 33.33%;
  }
}
@media (min-width: 1200px) {
  .filter-form .col {
    padding: 0 25px;
  }
}
.filter-form .filter-title {
  text-align: left;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .filter-form .filter-title {
    flex-shrink: 0;
    margin-right: 20px;
  }
}
.filter-form select {
  font-size: inherit;
  width: 100%;
}
.filter-form .nice-select {
  position: relative;
  width: 100%;
  font-size: inherit;
  border: none;
  border-bottom: 1px solid #0079c2;
  border-radius: 0;
  padding-left: 0;
}
.filter-form .nice-select:after {
  display: block;
  position: absolute;
  right: 0;
  top: 40%;
  border-top: 6px solid #0079c2;
  border-bottom: 6px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  height: unset;
  margin: unset;
  transform: unset;
  width: unset;
}
.filter-form .nice-select .current {
  text-transform: uppercase;
}
.filter-form .nice-select-dropdown {
  width: 100%;
  border: 1px solid #a5d0ff;
  background: #fff;
  border-radius: 0;
}

.filings-header {
  display: flex;
  text-align: center;
  margin-top: 40px;
}
.filings-header .item {
  color: #1a3f52;
  font-size: 12.5px;
  font-weight: 700;
  padding: 0 10px 20px;
  flex: 1 1 100%;
}
@media (min-width: 768px) {
  .filings-header .item {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .filings-header .item {
    font-size: 18px;
  }
}

.filings-list {
  text-align: center;
  font-size: 12.5px;
  border: 1px solid #317f91;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .filings-list {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .filings-list {
    font-size: 18px;
  }
}
.filings-list .filing-item {
  display: flex;
  transition: 0.3s;
}
.filings-list .filing-item:hover {
  background: #1a3f52;
}
.filings-list .filing-item:hover .filing-type {
  color: #9bd0dd;
}
.filings-list .filing-item:hover .filing-date, .filings-list .filing-item:hover .filing-pdf a {
  color: #fff;
  border-left: 1px solid #1a3f52;
}
.filings-list .filing-type, .filings-list .filing-date, .filings-list .filing-pdf, .filings-list .filing-description {
  padding: 20px 8px;
  flex: 1 1 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.filings-list .filing-type, .filings-list .filing-date, .filings-list .filing-pdf a {
  transition: 0.3s;
}
.filings-list .filing-date, .filings-list .filing-description, .filings-list .filing-pdf a {
  border-left: 1px solid #f0f7fc;
}
.filings-list .filing-pdf {
  padding: 0;
}
.filings-list .filing-pdf a {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 8px;
}
.filings-list .filing-pdf a:hover {
  color: #9bd0dd;
}
.filings-list .filing-pdf a:before {
  content: "";
  width: 13px;
  height: 18px;
  display: inline-block;
  background-image: url(../images/icon-file.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 13px;
}
.filings-list .filing-type {
  color: #317f91;
  font-weight: 700;
}

.front-page-documents-section .section-content .documents-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 46px;
}
.front-page-documents-section .section-content .documents-container .document {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1;
  padding: 38px 0 0 42px;
}
.front-page-documents-section .section-content .documents-container .document .border {
  border: 1px solid #317F91;
  border-radius: var(--radius-14);
  transition: scale 0.5s ease;
  pointer-events: none;
}
.front-page-documents-section .section-content .documents-container .document .border .arrow-background {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 87px;
  aspect-ratio: 1;
  background-color: #1A3F52;
  border-radius: var(--radius-14) 0 var(--radius-14) 0;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.front-page-documents-section .section-content .documents-container .document .document-name {
  padding-right: 47px;
  font-weight: 500;
  color: #317F91;
}
.front-page-documents-section .section-content .documents-container .document .download {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  margin-right: 25px;
  z-index: 1;
}
.front-page-documents-section .section-content .documents-container .document .download .text {
  margin-left: 0.7em;
  margin-right: auto;
}
.front-page-documents-section .section-content .documents-container .document .download .arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1A3F52;
  transition: color 0.5s ease;
}
.front-page-documents-section .section-content .documents-container .document .download .arrow-container .arrow {
  overflow: hidden;
  translate: 35% 0;
  transition: translate 0.5s ease;
}
.front-page-documents-section .section-content .documents-container .document .download .arrow-container .arrow svg {
  translate: -35% 0;
  transition: translate 0.5s ease;
}
.front-page-documents-section .section-content .documents-container .document:hover .border {
  scale: 1.0257;
}
.front-page-documents-section .section-content .documents-container .document:hover .border .arrow-background {
  opacity: 1;
}
.front-page-documents-section .section-content .documents-container .document:hover .download .arrow-container {
  color: #ffffff;
}
.front-page-documents-section .section-content .documents-container .document:hover .download .arrow-container .arrow {
  translate: 17.5% 0;
}
.front-page-documents-section .section-content .documents-container .document:hover .download .arrow-container .arrow svg {
  translate: 0 0;
}

@media (min-width: 1921px) {
  .front-page-documents-section .section-content .documents-container {
    gap: calc(30px + -10 * (100vw - 1920px) / -640);
    margin-top: calc(46px + -5 * (100vw - 1920px) / -640);
  }
  .front-page-documents-section .section-content .documents-container .document {
    padding: calc(38px + -3 * (100vw - 1920px) / -640) 0 0 calc(42px + -3 * (100vw - 1920px) / -640);
  }
  .front-page-documents-section .section-content .documents-container .document .document-name {
    padding-right: calc(47px + -3 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-documents-section .section-content .documents-container {
    gap: 40px;
    margin-top: 51px;
  }
  .front-page-documents-section .section-content .documents-container .document {
    padding: 41px 0 0 45px;
  }
  .front-page-documents-section .section-content .documents-container .document .document-name {
    padding-right: 50px;
  }
}
@media (max-width: 1919px) {
  .front-page-documents-section .section-content .documents-container {
    gap: calc(30px + 10 * (100vw - 1920px) / 554);
    margin-top: calc(46px + 6 * (100vw - 1920px) / 554);
  }
  .front-page-documents-section .section-content .documents-container .document {
    padding: calc(38px + 15 * (100vw - 1920px) / 554) 0 0 calc(42px + 17 * (100vw - 1920px) / 554);
  }
  .front-page-documents-section .section-content .documents-container .document .border .arrow-background {
    width: calc(87px + 11 * (100vw - 1920px) / 554);
  }
  .front-page-documents-section .section-content .documents-container .document .document-name {
    padding-right: calc(47px + 22 * (100vw - 1920px) / 554);
  }
  .front-page-documents-section .section-content .documents-container .document .download {
    margin-bottom: calc(26px + 5 * (100vw - 1920px) / 554);
    margin-right: calc(25px + 5 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-documents-section .section-content .documents-container {
    gap: calc(20px + 4 * (100vw - 1366px) / 342);
    margin-top: calc(40px + 10 * (100vw - 1366px) / 342);
  }
  .front-page-documents-section .section-content .documents-container .document {
    padding: calc(23px + 5 * (100vw - 1366px) / 342) 0 0 calc(25px + 10 * (100vw - 1366px) / 342);
  }
  .front-page-documents-section .section-content .documents-container .document .border .arrow-background {
    width: calc(76px + 16 * (100vw - 1366px) / 342);
  }
  .front-page-documents-section .section-content .documents-container .document .document-name {
    padding-right: calc(25px + 5 * (100vw - 1366px) / 342);
  }
  .front-page-documents-section .section-content .documents-container .document .download {
    margin-bottom: calc(21px + 5 * (100vw - 1366px) / 342);
    margin-right: calc(20px + 5 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1366px) and (min-width: 1025px) {
  .front-page-documents-section .section-content .documents-container .document .download {
    font-size: calc(17px + 4 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-documents-section .section-content .documents-container {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(16px + 2 * (100vw - 1024px) / 256);
    margin-top: calc(30px + 4 * (100vw - 1024px) / 256);
  }
  .front-page-documents-section .section-content .documents-container .document {
    padding: calc(28px + 5 * (100vw - 1024px) / 256) 0 0 calc(25px + 5 * (100vw - 1024px) / 256);
    aspect-ratio: auto;
    height: calc(220px + 20 * (100vw - 1024px) / 256);
  }
  .front-page-documents-section .section-content .documents-container .document .border .arrow-background {
    width: calc(85px + 14 * (100vw - 1024px) / 256);
  }
  .front-page-documents-section .section-content .documents-container .document .document-name {
    padding-right: calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .front-page-documents-section .section-content .documents-container .document .download {
    margin-bottom: calc(29px + 10 * (100vw - 1024px) / 256);
    margin-right: calc(25px + 8 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .front-page-documents-section .section-content .documents-container {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }
  .front-page-documents-section .section-content .documents-container .document {
    padding: 23px 0 0 20px;
    height: 160px;
  }
  .front-page-documents-section .section-content .documents-container .document .border .arrow-background {
    width: 71px;
  }
  .front-page-documents-section .section-content .documents-container .document .document-name {
    padding-right: 20px;
  }
  .front-page-documents-section .section-content .documents-container .document .download {
    margin-bottom: 19px;
    margin-right: 17px;
  }
}
.front-page-information-section {
  position: relative;
}
.front-page-information-section .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 94px;
  background-color: #F0F7FC;
}
.front-page-information-section .section-content {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.front-page-information-section .section-content .text-container {
  padding-right: 30px;
}
.front-page-information-section .section-content .data-table {
  margin-top: -10px;
}
.front-page-information-section .section-content .data-table .data-cell {
  padding: 0.81em 0;
}

@media (min-width: 1921px) {
  .front-page-information-section .section-content {
    gap: calc(30px + -10 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-information-section .section-content {
    gap: 40px;
  }
}
@media (max-width: 1919px) {
  .front-page-information-section .background {
    bottom: calc(94px + 11 * (100vw - 1920px) / 554);
  }
  .front-page-information-section .section-content {
    gap: calc(30px + 10 * (100vw - 1920px) / 554);
  }
  .front-page-information-section .section-content .text-container {
    padding-right: calc(30px + 5 * (100vw - 1920px) / 554);
  }
  .front-page-information-section .section-content .data-table {
    margin-top: calc(-10px + -5 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-information-section .background {
    bottom: calc(83px + 13 * (100vw - 1366px) / 342);
  }
  .front-page-information-section .section-content {
    gap: calc(20px + 4 * (100vw - 1366px) / 342);
  }
  .front-page-information-section .section-content .text-container {
    padding-right: calc(25px + 5 * (100vw - 1366px) / 342);
  }
  .front-page-information-section .section-content .data-table {
    margin-top: calc(-5px + -5 * (100vw - 1366px) / 342);
  }
  .front-page-information-section .section-content .data-table .data-cell {
    padding: 0.7em 0;
  }
}
@media (max-width: 1024px) {
  .front-page-information-section .background {
    bottom: calc(70px + -3 * (100vw - 1024px) / 256);
  }
  .front-page-information-section .section-content {
    gap: calc(16px + 2 * (100vw - 1024px) / 256);
  }
  .front-page-information-section .section-content .text-container {
    padding-right: calc(20px + 5 * (100vw - 1024px) / 256);
  }
  .front-page-information-section .section-content .data-table {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .front-page-information-section .background {
    bottom: 73px;
  }
  .front-page-information-section .section-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .front-page-information-section .section-content .text-container {
    padding-right: 0;
  }
}
.front-page-main-banner-section {
  position: relative;
  background-color: #F0F7FC;
}
.front-page-main-banner-section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 105px);
  object-position: center;
  object-fit: cover;
  border-radius: 0 0 var(--radius-28) var(--radius-28);
}
.front-page-main-banner-section .section-content {
  display: flex;
  padding-top: 347px;
}
.front-page-main-banner-section .section-content .text-container {
  position: relative;
  padding: 110px 160px 105px 130px;
  background-color: #1A3F52;
  border-radius: var(--radius-28);
}
.front-page-main-banner-section .section-content .text-container .deco-line {
  position: absolute;
  top: 106px;
  left: 92px;
  bottom: -47px;
  width: 6px;
  background-color: #0079C2;
  z-index: 1;
}
.front-page-main-banner-section .section-content .text-container .title {
  color: #9BD0DD;
  font-weight: 500;
}
.front-page-main-banner-section .section-content .text-container .tagline {
  margin-top: 0.6em;
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 1921px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - (105px + -5 * (100vw - 1920px) / -640));
  }
  .front-page-main-banner-section .section-content {
    padding-top: calc(347px + -103 * (100vw - 1920px) / -640);
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: calc(110px + -10 * (100vw - 1920px) / -640) calc(160px + -10 * (100vw - 1920px) / -640) calc(105px + -10 * (100vw - 1920px) / -640) calc(130px + -10 * (100vw - 1920px) / -640);
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: calc(106px + -10 * (100vw - 1920px) / -640);
    left: calc(92px + -2 * (100vw - 1920px) / -640);
    bottom: calc(-47px + 3 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - 110px);
  }
  .front-page-main-banner-section .section-content {
    padding-top: 450px;
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: 120px 170px 115px 140px;
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: 116px;
    left: 94px;
    bottom: -50px;
  }
}
@media (max-width: 1919px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - (105px + 38 * (100vw - 1920px) / 554));
  }
  .front-page-main-banner-section .section-content {
    padding-top: calc(347px + 77 * (100vw - 1920px) / 554);
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: calc(110px + 30 * (100vw - 1920px) / 554) calc(160px + 50 * (100vw - 1920px) / 554) calc(105px + 40 * (100vw - 1920px) / 554) calc(130px + 50 * (100vw - 1920px) / 554);
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: calc(106px + 27 * (100vw - 1920px) / 554);
    left: calc(92px + 51 * (100vw - 1920px) / 554);
    bottom: calc(-47px + -12 * (100vw - 1920px) / 554);
    width: calc(6px + 1 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - 67px);
  }
  .front-page-main-banner-section .section-content {
    padding-top: 270px;
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: 80px 110px 65px 80px;
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: 79px;
    left: 41px;
    bottom: -35px;
    width: 5px;
  }
}
@media (max-width: 1366px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - (67px + 12 * (100vw - 1366px) / 342));
  }
  .front-page-main-banner-section .section-content {
    padding-top: calc(270px + 60 * (100vw - 1366px) / 342);
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: calc(80px + 15 * (100vw - 1366px) / 342) calc(110px + 50 * (100vw - 1366px) / 342) calc(65px + 10 * (100vw - 1366px) / 342) calc(80px + 20 * (100vw - 1366px) / 342);
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: calc(79px + 12 * (100vw - 1366px) / 342);
    left: calc(41px + 11 * (100vw - 1366px) / 342);
    bottom: calc(-35px + -10 * (100vw - 1366px) / 342);
    width: calc(5px + 1 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - 55px);
  }
  .front-page-main-banner-section .section-content {
    padding-top: 210px;
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: 65px 60px 55px 60px;
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: 67px;
    left: 30px;
    bottom: -25px;
    width: 4px;
  }
  .front-page-main-banner-section .section-content .text-container .tagline br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - (55px + 15 * (100vw - 1024px) / 256));
  }
  .front-page-main-banner-section .section-content {
    padding-top: calc(210px + 40 * (100vw - 1024px) / 256);
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: calc(65px + 20 * (100vw - 1024px) / 256) calc(60px + 20 * (100vw - 1024px) / 256) calc(55px + 20 * (100vw - 1024px) / 256) calc(60px + 10 * (100vw - 1024px) / 256);
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: calc(67px + 20 * (100vw - 1024px) / 256);
    left: calc(30px + 6 * (100vw - 1024px) / 256);
    bottom: calc(-25px + -5 * (100vw - 1024px) / 256);
    width: calc(4px + 1 * (100vw - 1024px) / 256);
  }
  .front-page-main-banner-section .section-content .text-container .tagline br {
    display: none;
  }
}
@media (max-width: 768px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - 40px);
  }
  .front-page-main-banner-section .section-content {
    padding-top: 170px;
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: 45px 40px 35px 50px;
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: 47px;
    left: 24px;
    bottom: -20px;
    width: 3px;
  }
}
@media (max-width: 768px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - (40px + 10 * (100vw - 768px) / 448));
  }
  .front-page-main-banner-section .section-content {
    padding-top: 170px;
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: calc(45px + 20 * (100vw - 768px) / 448) calc(40px + 20 * (100vw - 768px) / 448) calc(35px + 15 * (100vw - 768px) / 448) calc(50px + 16 * (100vw - 768px) / 448);
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: calc(47px + 20 * (100vw - 768px) / 448);
    left: calc(24px + 8 * (100vw - 768px) / 448);
    bottom: calc(-20px + -4 * (100vw - 768px) / 448);
    width: 3px;
  }
}
@media (max-width: 320px) {
  .front-page-main-banner-section .background-image {
    height: calc(100% - 30px);
  }
  .front-page-main-banner-section .section-content .text-container {
    padding: 25px 20px 20px 34px;
  }
  .front-page-main-banner-section .section-content .text-container .deco-line {
    top: 27px;
    left: 16px;
    bottom: -16px;
  }
}
.front-page-objectives-section .section-content .top-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.front-page-objectives-section .section-content .section-heading {
  padding-right: 50px;
}
.front-page-objectives-section .section-content .objectives-title {
  margin-top: 1.25em;
  padding-left: 1.54em;
  font-weight: 500;
  color: #317F91;
}
.front-page-objectives-section .section-content .objectives-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 38px;
}
.front-page-objectives-section .section-content .objectives-container .objective {
  position: relative;
  padding: 35px 38px 40px 47px;
}
.front-page-objectives-section .section-content .objectives-container .objective .border {
  border: 1px solid #317F91;
  border-radius: var(--radius-14);
  transition: scale 0.5s ease;
  pointer-events: none;
}
.front-page-objectives-section .section-content .objectives-container .objective .index {
  line-height: 1;
  font-weight: 500;
  color: #9BD0DD;
}
.front-page-objectives-section .section-content .objectives-container .objective .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 26px 0 40px;
}
.front-page-objectives-section .section-content .objectives-container .objective .title {
  margin-bottom: 1em;
  font-weight: 500;
  color: #317F91;
}
.front-page-objectives-section .section-content .objectives-container .objective:hover .border {
  scale: 1.0257;
}

@media (min-width: 1921px) {
  .front-page-objectives-section .section-content .top-row {
    gap: calc(30px + -10 * (100vw - 1920px) / -640);
  }
  .front-page-objectives-section .section-content .objectives-container {
    gap: calc(30px + -10 * (100vw - 1920px) / -640);
    margin-top: calc(38px + -5 * (100vw - 1920px) / -640);
  }
  .front-page-objectives-section .section-content .objectives-container .objective {
    padding: calc(35px + -3 * (100vw - 1920px) / -640) calc(38px + -3 * (100vw - 1920px) / -640) calc(40px + -3 * (100vw - 1920px) / -640) calc(47px + -3 * (100vw - 1920px) / -640);
  }
  .front-page-objectives-section .section-content .objectives-container .objective .icon-container {
    height: calc(100px + -6 * (100vw - 1920px) / -640);
    margin: calc(26px + -2 * (100vw - 1920px) / -640) 0 calc(40px + -2 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-objectives-section .section-content .top-row {
    gap: 40px;
  }
  .front-page-objectives-section .section-content .objectives-container {
    gap: 40px;
    margin-top: 43px;
  }
  .front-page-objectives-section .section-content .objectives-container .objective {
    padding: 38px 41px 43px 50px;
  }
  .front-page-objectives-section .section-content .objectives-container .objective .icon-container {
    height: 106px;
    margin: 28px 0 42px;
  }
}
@media (max-width: 1919px) {
  .front-page-objectives-section .section-content .top-row {
    gap: calc(30px + 10 * (100vw - 1920px) / 554);
  }
  .front-page-objectives-section .section-content .section-heading {
    padding-right: calc(50px + 20 * (100vw - 1920px) / 554);
  }
  .front-page-objectives-section .section-content .objectives-container {
    gap: calc(30px + 10 * (100vw - 1920px) / 554);
    margin-top: calc(38px + 4 * (100vw - 1920px) / 554);
  }
  .front-page-objectives-section .section-content .objectives-container .objective {
    padding: calc(35px + 17 * (100vw - 1920px) / 554) calc(38px + 21 * (100vw - 1920px) / 554) calc(40px + 15 * (100vw - 1920px) / 554) calc(47px + 27 * (100vw - 1920px) / 554);
  }
  .front-page-objectives-section .section-content .objectives-container .objective .icon-container {
    height: calc(100px + 10 * (100vw - 1920px) / 554);
    margin: calc(26px + 4 * (100vw - 1920px) / 554) 0 calc(40px + 8 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-objectives-section .section-content .top-row {
    gap: calc(20px + 4 * (100vw - 1366px) / 342);
  }
  .front-page-objectives-section .section-content .section-heading {
    padding-right: calc(30px + 5 * (100vw - 1366px) / 342);
  }
  .front-page-objectives-section .section-content .objectives-container {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20px + 4 * (100vw - 1366px) / 342);
    margin-top: calc(34px + 4 * (100vw - 1366px) / 342);
  }
  .front-page-objectives-section .section-content .objectives-container .objective {
    padding: calc(18px + 3 * (100vw - 1366px) / 342) calc(17px + 3 * (100vw - 1366px) / 342) calc(25px + 3 * (100vw - 1366px) / 342) calc(20px + 3 * (100vw - 1366px) / 342);
  }
  .front-page-objectives-section .section-content .objectives-container .objective .icon-container {
    height: calc(90px + 6 * (100vw - 1366px) / 342);
    margin: calc(22px + 2 * (100vw - 1366px) / 342) 0 calc(32px + 2 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-objectives-section .section-content .top-row {
    gap: calc(16px + 2 * (100vw - 1024px) / 256);
  }
  .front-page-objectives-section .section-content .section-heading {
    padding-right: calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .front-page-objectives-section .section-content .objectives-container {
    gap: calc(16px + 2 * (100vw - 1024px) / 256);
    margin-top: calc(30px + 5 * (100vw - 1024px) / 256);
  }
  .front-page-objectives-section .section-content .objectives-container .objective {
    padding: calc(15px + 2 * (100vw - 1024px) / 256) calc(14px + 2 * (100vw - 1024px) / 256) calc(22px + 2 * (100vw - 1024px) / 256) calc(17px + 2 * (100vw - 1024px) / 256);
  }
  .front-page-objectives-section .section-content .objectives-container .objective .icon-container {
    height: calc(84px + 4 * (100vw - 1024px) / 256);
    margin: calc(20px + 4 * (100vw - 1024px) / 256) 0 calc(30px + 6 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .front-page-objectives-section .section-content .top-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .front-page-objectives-section .section-content .section-heading {
    padding-right: 0;
  }
  .front-page-objectives-section .section-content .objectives-container {
    gap: 14px;
    margin-top: 25px;
  }
  .front-page-objectives-section .section-content .objectives-container .objective {
    padding: 13px 12px 20px 15px;
  }
  .front-page-objectives-section .section-content .objectives-container .objective .icon-container {
    height: 80px;
    margin: 16px 0 24px;
  }
}
@media (max-width: 580px) {
  .front-page-objectives-section .section-content .objectives-container {
    grid-template-columns: 1fr;
  }
}
.front-page-sec-filings-section .section-content .table-scroll-container {
  padding-bottom: 14px;
}
.front-page-sec-filings-section .section-content .filings-table {
  margin: 62px auto 0;
  width: 1230px;
}
.front-page-sec-filings-section .section-content .description-cell {
  text-align: left;
  padding-left: 46px;
}
.front-page-sec-filings-section .section-content .link {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s ease;
}
.front-page-sec-filings-section .section-content .link svg {
  width: 0.75em;
}
.front-page-sec-filings-section .section-content .link .text {
  margin-left: 0.75em;
}
.front-page-sec-filings-section .section-content .link:hover {
  color: #9BD0DD;
}

@media (min-width: 1921px) {
  .front-page-sec-filings-section .section-content .filings-table {
    margin: calc(62px + -6 * (100vw - 1920px) / -640) auto 0;
    width: calc(1230px + -170 * (100vw - 1920px) / -640);
  }
  .front-page-sec-filings-section .section-content .description-cell {
    padding-left: calc(46px + -4 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-sec-filings-section .section-content .filings-table {
    margin: 68px auto 0;
    width: 1400px;
  }
  .front-page-sec-filings-section .section-content .description-cell {
    padding-left: 50px;
  }
}
@media (max-width: 1919px) {
  .front-page-sec-filings-section .section-content .filings-table {
    margin: calc(62px + 12 * (100vw - 1920px) / 554) auto 0;
    width: calc(1230px + 230 * (100vw - 1920px) / 554);
  }
  .front-page-sec-filings-section .section-content .description-cell {
    padding-left: calc(46px + 21 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-sec-filings-section .section-content .filings-table {
    margin: calc(50px + 5 * (100vw - 1366px) / 342) auto 0;
    width: calc(1000px + 160 * (100vw - 1366px) / 342);
  }
  .front-page-sec-filings-section .section-content .description-cell {
    padding-left: calc(25px + 5 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-sec-filings-section .section-content .filings-table {
    margin: calc(45px + 5 * (100vw - 1024px) / 256) auto 0;
    width: calc(840px + 20 * (100vw - 1024px) / 256);
  }
  .front-page-sec-filings-section .section-content .description-cell {
    padding-left: calc(20px + 5 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .front-page-sec-filings-section .section-content .filings-table {
    margin: 40px auto 0;
    width: 820px;
  }
  .front-page-sec-filings-section .section-content .description-cell {
    padding-left: 15px;
  }
}
.front-page-team-section .section-content .heading-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.front-page-team-section .section-content .heading-wrap .slider-arrows-container {
  display: flex;
  gap: 20px;
}
.front-page-team-section .section-content .heading-wrap .slider-arrows-container .slider-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  aspect-ratio: 1;
  transition: opacity 0.5s ease;
}
.front-page-team-section .section-content .heading-wrap .slider-arrows-container .slider-arrow svg {
  width: 100%;
  transition: translate 0.5s ease;
}
.front-page-team-section .section-content .heading-wrap .slider-arrows-container .slider-arrow[disabled] {
  opacity: 0.3;
}
.front-page-team-section .section-content .heading-wrap .slider-arrows-container .slider-arrow-prev:not([disabled]):hover svg {
  translate: -10% 0;
}
.front-page-team-section .section-content .heading-wrap .slider-arrows-container .slider-arrow-next:not([disabled]):hover svg {
  translate: 10% 0;
}
.front-page-team-section .section-content .team-slider {
  margin-top: 37px;
  padding-top: 10px;
  padding-bottom: 6px;
  overflow: hidden;
  margin-right: calc(var(--minus-content-1650-box-indent));
}
.front-page-team-section .section-content .team-slider .track {
  flex-shrink: 0;
  display: flex;
  gap: 30px;
}

@media (min-width: 1921px) {
  .front-page-team-section .section-content .heading-wrap .slider-arrows-container {
    gap: calc(20px + -5 * (100vw - 1920px) / -640);
  }
  .front-page-team-section .section-content .heading-wrap .slider-arrows-container .slider-arrow {
    width: calc(44px + -4 * (100vw - 1920px) / -640);
  }
  .front-page-team-section .section-content .team-slider {
    margin-top: calc(37px + -4 * (100vw - 1920px) / -640);
  }
  .front-page-team-section .section-content .team-slider .track {
    gap: calc(30px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .front-page-team-section .section-content .heading-wrap .slider-arrows-container {
    gap: 25px;
  }
  .front-page-team-section .section-content .heading-wrap .slider-arrows-container .slider-arrow {
    width: 48px;
  }
  .front-page-team-section .section-content .team-slider {
    margin-top: 41px;
  }
  .front-page-team-section .section-content .team-slider .track {
    gap: 35px;
  }
}
@media (max-width: 1919px) {
  .front-page-team-section .section-content .team-slider {
    margin-top: calc(37px + 7 * (100vw - 1920px) / 554);
  }
  .front-page-team-section .section-content .team-slider .track {
    gap: calc(30px + 6 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .front-page-team-section .section-content .team-slider {
    margin-top: calc(30px + 5 * (100vw - 1366px) / 342);
  }
  .front-page-team-section .section-content .team-slider .track {
    gap: calc(24px + 4 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .front-page-team-section .section-content .team-slider {
    margin-top: calc(25px + 5 * (100vw - 1024px) / 256);
  }
  .front-page-team-section .section-content .team-slider .track {
    gap: calc(20px + 4 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .front-page-team-section .section-content .heading-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .front-page-team-section .section-content .heading-wrap .slider-arrows-container {
    align-self: flex-end;
    margin-top: calc(20px + 5 * (100vw - 768px) / 448);
  }
  .front-page-team-section .section-content .team-slider {
    margin-top: 0;
  }
  .front-page-team-section .section-content .team-slider .track {
    gap: calc(16px + 4 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .front-page-team-section .section-content .heading-wrap .slider-arrows-container {
    margin-top: 15px;
  }
  .front-page-team-section .section-content .team-slider .track {
    gap: 12px;
  }
}
.internal-page-main-banner-section .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 135px);
  object-position: center;
  object-fit: cover;
  border-radius: 0 0 var(--radius-28) var(--radius-28);
}
.internal-page-main-banner-section .section-content {
  position: relative;
  display: flex;
  padding-top: 210px;
}
.internal-page-main-banner-section .section-content .text-container {
  background-color: #1A3F52;
  border-radius: var(--radius-28);
  width: 1230px;
  padding: 106px 100px 106px 130px;
}
.internal-page-main-banner-section .section-content .text-container .page-title {
  color: #ffffff;
  font-weight: 700;
}

@media (min-width: 1921px) {
  .internal-page-main-banner-section .background-image {
    height: calc(100% - (135px + -5 * (100vw - 1920px) / -640));
  }
  .internal-page-main-banner-section .section-content {
    padding-top: calc(210px + -70 * (100vw - 1920px) / -640);
  }
  .internal-page-main-banner-section .section-content .text-container {
    width: calc(1230px + -70 * (100vw - 1920px) / -640);
    padding: calc(106px + -5 * (100vw - 1920px) / -640) calc(100px + -5 * (100vw - 1920px) / -640) calc(106px + -5 * (100vw - 1920px) / -640) calc(130px + -5 * (100vw - 1920px) / -640);
  }
}
@media (min-width: 2560px) {
  .internal-page-main-banner-section .background-image {
    height: calc(100% - 140px);
  }
  .internal-page-main-banner-section .section-content {
    padding-top: 280px;
  }
  .internal-page-main-banner-section .section-content .text-container {
    width: 1300px;
    padding: 111px 105px 111px 135px;
  }
}
@media (max-width: 1919px) {
  .internal-page-main-banner-section .background-image {
    height: calc(100% - (135px + 15 * (100vw - 1920px) / 554));
  }
  .internal-page-main-banner-section .section-content {
    padding-top: calc(210px + 10 * (100vw - 1920px) / 554);
  }
  .internal-page-main-banner-section .section-content .text-container {
    width: calc(1230px + 160 * (100vw - 1920px) / 554);
    padding: calc(106px + 10 * (100vw - 1920px) / 554) calc(100px + 10 * (100vw - 1920px) / 554) calc(106px + 10 * (100vw - 1920px) / 554) calc(130px + 20 * (100vw - 1920px) / 554);
  }
}
@media (max-width: 1366px) {
  .internal-page-main-banner-section .background-image {
    height: calc(100% - (120px + 45 * (100vw - 1366px) / 342));
  }
  .internal-page-main-banner-section .section-content {
    padding-top: calc(200px + 10 * (100vw - 1366px) / 342);
  }
  .internal-page-main-banner-section .section-content .text-container {
    width: calc(1070px + 290 * (100vw - 1366px) / 342);
    padding: calc(96px + 40 * (100vw - 1366px) / 342) calc(90px + 40 * (100vw - 1366px) / 342) calc(96px + 40 * (100vw - 1366px) / 342) calc(110px + 45 * (100vw - 1366px) / 342);
  }
}
@media (max-width: 1024px) {
  .internal-page-main-banner-section .background-image {
    height: calc(100% - (75px + 15 * (100vw - 1024px) / 256));
  }
  .internal-page-main-banner-section .section-content {
    padding-top: calc(190px + 20 * (100vw - 1024px) / 256);
  }
  .internal-page-main-banner-section .section-content .text-container {
    width: calc(780px + 150 * (100vw - 1024px) / 256);
    padding: calc(56px + 15 * (100vw - 1024px) / 256) calc(50px + 10 * (100vw - 1024px) / 256) calc(56px + 15 * (100vw - 1024px) / 256) calc(65px + 20 * (100vw - 1024px) / 256);
  }
}
@media (max-width: 768px) {
  .internal-page-main-banner-section .background-image {
    height: calc(100% - (60px + 5 * (100vw - 768px) / 448));
  }
  .internal-page-main-banner-section .section-content {
    padding-top: calc(170px + 40 * (100vw - 768px) / 448);
  }
  .internal-page-main-banner-section .section-content .text-container {
    width: calc(630px + 350 * (100vw - 768px) / 448);
    padding: calc(41px + 11 * (100vw - 768px) / 448) calc(40px + 15 * (100vw - 768px) / 448) calc(41px + 11 * (100vw - 768px) / 448) calc(45px + 10 * (100vw - 768px) / 448);
  }
}
@media (max-width: 320px) {
  .internal-page-main-banner-section .background-image {
    height: calc(100% - 55px);
  }
  .internal-page-main-banner-section .section-content {
    padding-top: 130px;
  }
  .internal-page-main-banner-section .section-content .text-container {
    width: 280px;
    padding: 30px 25px 30px 35px;
  }
}
