@import url(https://p.typekit.net/p.css?s=1&k=bwp5cle&ht=tk&f=30367.30368.30369.30370.30371.30372.30373.30374.30375.30376.47622.47623.47624.47625&a=85711481&app=typekit&e=css);
.fade-path {
  height: auto;
}
.fade-path path {
  transform-origin: 50% 50%;
  animation: fadeIn 0.6s ease-in forwards;
}
.fade-path path:nth-last-of-type(1) {
  animation-delay: 0s;
  transform-origin: 129.45px 150.88px;
  opacity: 0;
}
.fade-path path:nth-last-of-type(2) {
  animation-delay: 1.2s;
  transform-origin: 350.54px 282.78px;
}
.fade-path path:nth-last-of-type(3) {
  animation-delay: 1.35s;
  transform-origin: 600.54px 282.78px;
}
.fade-path path:nth-last-of-type(4) {
  animation-delay: 1.5s;
  transform-origin: 800.54px 282.78px;
}
.fade-path path:nth-last-of-type(5) {
  animation-delay: 1.65s;
  transform-origin: 1000.15px 283.18px;
}
.fade-path path:nth-last-of-type(6) {
  animation-delay: 1.8s;
  transform-origin: 1200.7px 276.45px;
}
.fade-path path:nth-last-of-type(7) {
  animation-delay: 1.95s;
  transform-origin: 1380px 214.54px;
}
.fade-path path:nth-last-of-type(8) {
  animation-delay: 2.1s;
  transform-origin: 1520.5px 283.24px;
}
.star-lines {
  width: 260px;
  height: 235px;
  position: absolute;
  transform-origin: center;
  top: 0;
}
@media only screen and (min-width: 1920px) {
  .star-lines {
    scale: 1.1;
    left: 80px;
  }
}
@media only screen and (max-width: 1720px) {
  .star-lines {
    scale: 0.85;
    left: -5px;
  }
}
@media only screen and (max-width: 1440px) {
  .star-lines {
    scale: 0.75;
    left: -15px;
  }
}
@media only screen and (max-width: 1280px) {
  .star-lines {
    scale: 0.55;
    left: -25px;
  }
}
@media only screen and (max-width: 1025px) {
  .star-lines {
    scale: 0.4;
    left: -55px;
    top: -25%;
  }
}
@media only screen and (max-width: 767px) {
  .star-lines {
    top: -50%;
    scale: 0.3;
    left: -70px;
  }
}
@media only screen and (max-width: 576px) {
  .star-lines {
    top: -70%;
    scale: 0.25;
    left: -80px;
  }
}
@media only screen and (max-width: 480px) {
  .star-lines {
    top: -90%;
    scale: 0.2;
    left: -90px;
  }
}
@media only screen and (max-width: 375px) {
  .star-lines {
    top: -120%;
  }
}
.star-lines span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  border-radius: 4px;
  height: 100%;
  background-color: #fff;
  transform-origin: center;
  top: 153px;
}
.star-lines span:nth-child(1) {
  background-color: #0258e1;
  transform: translate(-50%, -2000px) rotate(0);
  animation: moveFromTop 0.6s ease-in forwards;
  animation-delay: 0.2s;
}
.star-lines span:nth-child(2) {
  background-color: #0258e1;
  transform: translate(2800px, -2000px) rotate(59.5deg);
  animation: moveFromRightTop 0.6s ease-in forwards;
}
.star-lines span:nth-child(3) {
  background-color: #0258e1;
  animation: moveFromLeft 0.6s ease-in forwards;
  animation-delay: 0.6s;
  transform: translate(-1000px, -199%) rotate(-59.5deg);
}
@keyframes fadeIn {
  to {
    fill: #fff;
  }
}
@keyframes moveFromRightTop {
  from {
    background-color: #0258e1;
    transform: translate(2800px, -2800px) rotate(59.5deg);
  }
  to {
    background-color: #fff;
    transform: translate(-231%, -29%) rotate(59.5deg);
  }
}
@keyframes moveFromTop {
  from {
    background-color: #0258e1;
    transform: translate(-50%, -2800px) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(0);
    background-color: #fff;
  }
}
@keyframes moveFromLeft {
  from {
    background-color: #0258e1;
    transform: translate(-1000px, -199%) rotate(-59.5deg);
  }
  to {
    transform: translate(134%, -29%) rotate(-59.5deg);
    background-color: #fff;
  }
}
@keyframes rotate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(-1);
  }
  100% {
    transform: scaleX(1);
  }
}
body {
  font-family: forma-djr-text, sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  height: 100%;
  width: 100%;
  color: #000;
}
img {
  height: auto;
}
.container {
  max-width: 1748px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .container {
    padding: 0 16px;
  }
}
.no-scroll {
  overflow: hidden;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.14;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.14;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}
h1 {
  font-size: 76px;
  line-height: 110%;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 56px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 1025px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
h2 {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 1025px) {
  h2 {
    font-size: 34px;
  }
}
h3 {
  font-size: 34px;
  font-style: normal;
  line-height: 110%;
}
@media only screen and (max-width: 1440px) {
  h3 {
    font-size: 28px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 1025px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
h4 {
  font-size: 32px;
  font-style: normal;
  line-height: 130%;
}
@media only screen and (max-width: 1440px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
h5 {
  font-size: 28px;
  font-style: normal;
  line-height: 150%;
}
h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 1440px) {
  h6 {
    font-size: 20px;
  }
}
p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media only screen and (max-width: 1440px) {
  p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/ce4faf/00000000000000007759f980/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/ce4faf/00000000000000007759f980/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3)
      format("woff"),
    url(https://use.typekit.net/af/ce4faf/00000000000000007759f980/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/74ed1e/00000000000000007759f947/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/74ed1e/00000000000000007759f947/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3)
      format("woff"),
    url(https://use.typekit.net/af/74ed1e/00000000000000007759f947/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/f1ef4c/00000000000000007759f949/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/f1ef4c/00000000000000007759f949/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
      format("woff"),
    url(https://use.typekit.net/af/f1ef4c/00000000000000007759f949/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/60b047/00000000000000007759f95a/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/60b047/00000000000000007759f95a/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("woff"),
    url(https://use.typekit.net/af/60b047/00000000000000007759f95a/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/7b8010/00000000000000007759f94f/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/7b8010/00000000000000007759f94f/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/7b8010/00000000000000007759f94f/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/ae6e6d/00000000000000007759f953/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/ae6e6d/00000000000000007759f953/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("woff"),
    url(https://use.typekit.net/af/ae6e6d/00000000000000007759f953/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/ca5961/00000000000000007759f96c/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/ca5961/00000000000000007759f96c/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3)
      format("woff"),
    url(https://use.typekit.net/af/ca5961/00000000000000007759f96c/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/fbf749/00000000000000007759f964/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/fbf749/00000000000000007759f964/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3)
      format("woff"),
    url(https://use.typekit.net/af/fbf749/00000000000000007759f964/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/b5622b/00000000000000007759f94b/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/b5622b/00000000000000007759f94b/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("woff"),
    url(https://use.typekit.net/af/b5622b/00000000000000007759f94b/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/0a6620/00000000000000007759f978/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/0a6620/00000000000000007759f978/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("woff"),
    url(https://use.typekit.net/af/0a6620/00000000000000007759f978/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/bdc862/00000000000000007735ea64/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/bdc862/00000000000000007735ea64/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3)
      format("woff"),
    url(https://use.typekit.net/af/bdc862/00000000000000007735ea64/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/d8442e/00000000000000007735ea65/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/d8442e/00000000000000007735ea65/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3)
      format("woff"),
    url(https://use.typekit.net/af/d8442e/00000000000000007735ea65/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/18d522/00000000000000007735ea66/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/18d522/00000000000000007735ea66/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3)
      format("woff"),
    url(https://use.typekit.net/af/18d522/00000000000000007735ea66/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i9&v=3)
      format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
}
@font-face {
  font-family: forma-djr-text;
  src: url(https://use.typekit.net/af/927bcf/00000000000000007735ea67/31/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3)
      format("woff2"),
    url(https://use.typekit.net/af/927bcf/00000000000000007735ea67/31/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3)
      format("woff"),
    url(https://use.typekit.net/af/927bcf/00000000000000007735ea67/31/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3)
      format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #0258e1;
  color: #fff;
  z-index: 99999;
}
.header__logo svg {
  width: 128px;
  height: 34px;
}
@media only screen and (max-width: 1025px) {
  .header__menu .header__list a {
    font-size: 16px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 10px 4px 6px;
}
.header__nav {
  margin-right: 40px;
}
@media only screen and (max-width: 1025px) {
  .header__nav {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    position: absolute;
    height: calc(100dvh - 48px);
    overflow-y: auto;
    top: 48px;
    background-color: #0258e1;
    width: 100%;
    left: 0;
    padding: 0 20px 40px;
    transform: translateX(100%);
  }
}
.header__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 150px;
}
@media only screen and (max-width: 1440px) {
  .header__list {
    gap: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .header__list {
    flex-direction: column;
    height: 100%;
    justify-content: center;
    gap: 32px;
  }
  .header__list li {
    width: 100%;
    text-align: center;
  }
}
.header__list a {
  color: #fff;
  font-size: 19px;
  line-height: 150%;
  letter-spacing: 0.77px;
  font-weight: 500;
}
@media only screen and (max-width: 1025px) {
  .header__list a {
    font-size: 24px;
    width: 100%;
  }
}
.header__list a:hover {
  text-decoration: underline;
}
.header #mobile-btn {
  display: none;
}
@media only screen and (max-width: 1025px) {
  .header #mobile-btn {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
    padding: 15px;
    margin-top: 10px;
    margin-right: 10px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .header #mobile-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header #mobile-btn span:nth-child(1) {
    top: 0;
  }
  .header #mobile-btn span:nth-child(2) {
    top: 9px;
  }
  .header #mobile-btn span:nth-child(3) {
    top: 18px;
  }
}
.header.active {
  z-index: 1111111;
}
.header.active .header__nav {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header.active #mobile-btn span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header.active #mobile-btn span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header.active #mobile-btn span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.customize-support .section-hero {
  margin-top: 20px;
}
@media only screen and (max-width: 782px) {
  .customize-support .section-hero {
    margin-top: 13px;
  }
}
.button {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  padding: 4px 20px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 44px;
  transition: all 0.3s ease-in-out;
}
.button:hover {
  background-color: #fff;
  color: #085939;
}
.button__text {
  display: inline-block;
  margin-bottom: 3px;
}
.footer {
  display: grid;
  grid-template-columns: 33.5% 1fr;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .footer {
    display: flex;
    flex-direction: column;
  }
}
.footer__left {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1025px) {
  .footer__left {
    display: flex;
    order: 2;
    flex-direction: row;
  }
}
@media only screen and (max-width: 576px) {
  .footer__left {
    flex-direction: column;
  }
}
.footer__logo-wrapper {
  background-color: #ff5512;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 70px 25px 50px;
}
.footer__logo-wrapper svg {
  height: auto;
}
@media only screen and (max-width: 1280px) {
  .footer__logo-wrapper {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .footer__logo-wrapper {
    max-width: 30%;
  }
}
@media only screen and (max-width: 576px) {
  .footer__logo-wrapper {
    max-width: unset;
  }
}
.footer__desc-wrapper {
  padding: 40px 50px 40px;
  background-color: #f2f2e5;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: 0.77px;
  flex: 1;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .footer__desc-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .footer__desc-wrapper {
    width: 100%;
  }
}
.footer__right {
  background-color: #0258e1;
}
.footer__right-container {
  color: #fff;
  padding: 112px 70px 45px;
}
@media only screen and (max-width: 1280px) {
  .footer__right-container {
    padding: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .footer__right-container {
    padding: 24px;
  }
}
.footer__title {
  font-size: 57px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 2.52px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1025px) {
  .footer__title {
    font-size: 48px;
    letter-spacing: 1.92px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__title {
    font-size: 38px;
    letter-spacing: 1.52px;
  }
}
.footer__links {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .footer__links {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.footer__links a {
  padding: 3px 4px 3px 20px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
}
.footer__links a span {
  display: block;
  margin-bottom: 3px;
}
.footer__links a svg {
  transition: all 0.3s ease-in-out;
}
.footer__links a:hover svg {
  transform: translateX(-5px);
}
.footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer__bottom-wrapper a {
  transition: all 0.3s ease-in-out;
}
.footer__bottom-wrapper a:hover {
  transform: translateY(-5px);
}
.footer__address {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
  max-width: 240px;
  padding-left: 22px;
}
@media only screen and (max-width: 1025px) {
  .footer__address {
    padding-left: 0;
    max-width: 218px;
  }
}
.footer__address h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.6px;
}
@media only screen and (max-width: 1025px) {
  .footer__address,
  .footer__address h2 {
    font-size: 20px;
  }
}
.footer__address address {
  font-style: normal;
}
.accordion-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #f2f2e5;
}
.accordion {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.accordion-item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #fff;
  transition: flex-grow 0.3s ease;
}
@media only screen and (max-width: 1025px) {
  .accordion-item {
    flex-shrink: unset;
  }
}
.accordion-item:first-child {
  padding-top: 60px;
}
@media only screen and (max-width: 1280px) {
  .accordion-item:first-child {
    padding-top: 34px;
  }
}
@media only screen and (max-width: 1025px) {
  .accordion-item:first-child {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-item:first-child {
    padding-top: 0;
  }
}
.accordion-item:nth-child(2) p {
  max-width: 97%;
}
@media only screen and (max-width: 1280px) {
  .accordion-item:nth-child(2) p {
    max-width: 100%;
  }
}
.accordion-item:nth-child(3) p {
  max-width: 98%;
}
@media only screen and (max-width: 1280px) {
  .accordion-item:nth-child(3) p {
    max-width: 100%;
  }
}
.accordion-item:nth-child(3) .two-cols {
  margin-top: 59px;
}
@media only screen and (max-width: 1720px) {
  .accordion-item:nth-child(3) .two-cols {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .accordion-item:nth-child(3) .two-cols {
    margin-top: 40px;
  }
}
.accordion-item:nth-child(4) h3 {
  max-width: 87%;
}
@media only screen and (max-width: 1280px) {
  .accordion-item:nth-child(4) h3 {
    max-width: 100%;
  }
}
.accordion-item:nth-child(4) p {
  max-width: 96%;
}
@media only screen and (max-width: 1280px) {
  .accordion-item:nth-child(4) p {
    max-width: 100%;
  }
}
.accordion-item:nth-child(4) .two-cols {
  margin-top: 32px;
}
@media only screen and (max-width: 1720px) {
  .accordion-item:nth-child(4) .two-cols {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .accordion-item:nth-child(4) .two-cols {
    margin-top: 40px;
  }
}
.accordion-item__header {
  width: 100%;
  transition: all 0.3s ease-in-out;
  padding: 20px 75px;
  font-weight: 700;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}
@media only screen and (max-width: 1280px) {
  .accordion-item__header {
    padding: 16px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .accordion-item__header {
    padding: 16px 24px;
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-item__header {
    align-items: flex-start;
    font-size: 28px;
  }
}
.accordion-item__content {
  max-height: calc(100dvh - 390px - 60px);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 0 75px;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@media only screen and (max-width: 1280px) {
  .accordion-item__content {
    padding: 0 40px;
    max-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .accordion-item__content {
    transition: all 0.3s ease-in-out;
    height: unset;
    max-height: 0;
  }
}
.accordion-item__content h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-bottom: 25px;
  max-width: 92%;
}
@media only screen and (max-width: 1280px) {
  .accordion-item__content h3 {
    max-width: 100%;
  }
}
.accordion-item__content,
.accordion-item__content ol,
.accordion-item__content p,
.accordion-item__content ul {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 122%;
  letter-spacing: 0.96px;
  max-width: 95%;
}
@media only screen and (max-width: 1280px) {
  .accordion-item__content,
  .accordion-item__content ol,
  .accordion-item__content p,
  .accordion-item__content ul {
    max-width: 100%;
  }
}
.accordion-item__content p + p {
  margin-top: 25px;
}
.accordion-item__content ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.accordion-item__content .two-cols {
  margin-top: 112px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
}
@media only screen and (max-width: 1720px) {
  .accordion-item__content .two-cols {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .accordion-item__content .two-cols {
    margin-top: 40px;
    gap: 20px;
  }
}
@media only screen and (max-width: 1025px) {
  .accordion-item__content {
    padding: 0 24px;
  }
  .accordion-item__content h3 {
    font-size: 20px;
  }
  .accordion-item__content p,
  .accordion-item__content ul {
    font-size: 18px;
    line-height: 28px;
  }
  .accordion-item__content .two-cols {
    margin-top: 20px;
  }
}
.accordion-item__content-container {
  max-width: 688px;
  padding: 5px 0;
}
@media only screen and (max-width: 1440px) {
  .accordion-item__content-container {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .accordion-item__content-container {
    padding-top: 0;
  }
}
.accordion-item.active {
  flex-grow: 1;
}
.accordion-item.active:not(:last-child) {
  margin-bottom: auto;
}
.accordion-item.active .accordion-item__content {
  overflow: auto;
  flex-grow: 1;
  transition: none;
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media only screen and (max-width: 1440px) {
  .accordion-item.active .accordion-item__content {
    flex-grow: unset;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    max-height: 1000px;
    height: unset;
  }
}
.section-accordion .accordion-item__content {
  max-height: calc(100dvh - 590px - 60px);
}
@media only screen and (max-width: 1440px) {
  .section-accordion .accordion-item__content {
    max-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-accordion .accordion-item__content {
    max-height: 0;
  }
}
.section-hero {
  position: relative;
  z-index: 999999;
  margin-top: 48px;
  height: calc(100dvh - 48px - 100px);
  background-color: #0258e1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (max-width: 1025px) {
  .section-hero {
    height: calc(100dvh - 48px - 66px);
  }
}
@media only screen and (max-width: 767px) {
  .section-hero {
    height: 45dvh;
  }
}
.section-hero__vector {
  position: relative;
  padding: 0 40px 30px;
  display: flex;
}
.section-hero__vector svg {
  width: 100%;
}
@media only screen and (max-width: 1025px) {
  .section-hero__vector {
    padding: 0 20px 20px;
  }
}
.section-intro {
  position: relative;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-intro__text {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 1280px) {
  .section-intro__text {
    padding: 0 24px;
  }
}
.section-intro__text h1 {
  margin-bottom: 52px;
}
.section-intro__text * {
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.658px;
}
@media only screen and (max-width: 1025px) {
  .section-intro__text * {
    font-size: 30px;
  }
}
.section-intro__desc {
  max-width: 950px;
  margin: 0 auto;
}
.section-intro__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.section-description {
  height: 100dvh;
}
@media only screen and (max-width: 1280px) {
  .section-description {
    height: auto;
  }
}
.section-description__grid {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .section-description__grid {
    flex-direction: column;
  }
}
.section-description__our-work {
  background-color: #085939;
  color: #fff;
  padding: 85px 174px 168px 50px;
}
@media only screen and (max-height: 899px) {
  .section-description__our-work {
    padding: 85px 85px 85px 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-description__our-work {
    padding: 50px 40px 100px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-description__our-work {
    padding: 40px 24px;
  }
}
.section-description__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1025px) {
  .section-description__title {
    margin-bottom: 20px;
  }
}
.section-description__desc {
  max-width: 641px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.96px;
  line-height: 120%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1025px) {
  .section-description__desc {
    font-size: 18px;
  }
}
.section-description__bg {
  position: relative;
  width: 100%;
  height: auto;
  flex: 1;
}
@media only screen and (max-width: 992px) {
  .section-description__bg {
    height: 600px;
    flex: unset;
  }
}
@media only screen and (max-width: 767px) {
  .section-description__bg {
    height: 300px;
  }
}
.section-description__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-description__text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.section-text {
  background-color: #ff5512;
}
.section-text__container {
  padding: 29px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .section-text__container {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-text__container {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }
}
.section-text__container:after {
  content: "";
  height: 67px;
  width: 2.5px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1025px) {
  .section-text__container:after {
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-text__container:after {
    width: 100%;
    height: 1px;
  }
}
.section-text__text {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.151px;
  color: #fff;
}
@media only screen and (max-width: 1025px) {
  .section-text__text {
    font-size: 20px;
  }
}
.section-title {
  padding: 38px 48px 55px;
  background-color: #f2f2e5;
  margin-top: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-title {
    padding: 32px 40px 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-title {
    padding: 30px 24px;
  }
}
.section-title__title {
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1.92px;
}
@media only screen and (max-width: 1025px) {
  .section-title__title {
    font-size: 34px;
    letter-spacing: 1.36px;
  }
}
.section-image-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: calc(100dvh - 48px);
  min-height: calc(100dvh - 48px);
}
@media only screen and (max-width: 1025px) {
  .section-image-text {
    grid-template-columns: 1fr;
    height: fit-content;
    min-height: fit-content;
  }
}
.section-image-text__content {
  display: flex;
  flex-direction: column;
}
.section-image-text__top-wrapper {
  background-color: #ff5512;
  color: #fff;
  padding: 32px 48px 187px 74px;
  font-size: 32px;
  font-style: normal;
  line-height: 130%;
  line-height: 117%;
  letter-spacing: 1.28px;
  font-weight: 700;
}
@media only screen and (max-width: 1440px) {
  .section-image-text__top-wrapper {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-image-text__top-wrapper {
    padding: 32px 40px 100px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-image-text__top-wrapper {
    padding: 40px 24px;
  }
}
.section-image-text__bottom-wrapper {
  background-color: #f2f2e5;
  padding: 45px 48px 45px 74px;
  height: 100%;
}
@media only screen and (max-width: 1280px) {
  .section-image-text__bottom-wrapper {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-image-text__bottom-wrapper {
    padding: 40px 24px;
    min-height: 330px;
  }
}
.section-image-text__desc {
  font-size: 32px;
  font-style: normal;
  line-height: 130%;
  line-height: 113%;
  letter-spacing: 1.28px;
  font-weight: 500;
}
@media only screen and (max-width: 1440px) {
  .section-image-text__desc {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-image-text .accent-text {
  display: block;
  color: #ff5512;
  font-style: italic;
}
.section-image-text__image {
  position: relative;
  height: calc(100dvh - 48px);
  min-height: calc(100dvh - 48px);
}
@media only screen and (max-width: 1025px) {
  .section-image-text__image {
    height: 500px;
    min-height: fit-content;
  }
}
@media only screen and (max-width: 576px) {
  .section-image-text__image {
    height: 380px;
  }
}
.section-image-text__image #canvasContainer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section-image-text__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-image-text--future .section-image-text__top-wrapper {
  background-color: #085939;
  color: #f2f2e5;
}
#canvasContainer {
  width: 100%;
  height: 100%;
}
#canvasContainer img {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}
.section-accordion {
  height: 100dvh;
}
@media only screen and (max-width: 1440px) {
  .section-accordion {
    height: 130dvh;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion {
    height: fit-content;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion {
    height: unset;
  }
}
.section-accordion .accordion-item:first-child {
  padding-top: 34px;
}
.section-accordion .accordion-item__content h3 {
  max-width: 97%;
}
.section-accordion .accordion-item__content p {
  max-width: 96%;
}
.section-accordion__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
}
@media only screen and (max-width: 1025px) {
  .section-accordion__grid {
    grid-template-columns: 1fr;
  }
}
.section-accordion__media {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  .section-accordion__media {
    max-height: unset;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media {
    max-height: unset;
    height: 600px;
    order: 2;
  }
}
.section-accordion__media .tab-content {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-accordion__media .tab-content:first-child .chart-container {
  width: 630px;
  height: 630px;
}
@media only screen and (max-width: 1440px) {
  .section-accordion__media .tab-content:first-child .chart-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.section-accordion__media .tab-content:has(#line-chart) {
  align-items: flex-end;
}
.section-accordion__media .tab-content:nth-child(3) .chart-container {
  height: 100%;
}
.section-accordion__media .tab-content:nth-child(3) #stacked-bar,
.section-accordion__media .tab-content:nth-child(3) .chart-container {
  background-color: #f2f2e5;
  height: 110dvh !important;
}
@media only screen and (min-width: 1720px) {
  .section-accordion__media .tab-content:nth-child(3) #stacked-bar,
  .section-accordion__media .tab-content:nth-child(3) .chart-container {
    height: 100dvh !important;
  }
}
@media only screen and (max-width: 1440px) {
  .section-accordion__media .tab-content:nth-child(3) #stacked-bar,
  .section-accordion__media .tab-content:nth-child(3) .chart-container {
    height: 100% !important;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media .tab-content:nth-child(3) #stacked-bar,
  .section-accordion__media .tab-content:nth-child(3) .chart-container {
    width: 200dvw !important;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media .tab-content#skills .chart-tooltip:first-of-type {
    left: 990px !important;
    top: 544px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(2) {
    left: 990px !important;
    top: 380px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(3) {
    left: 990px !important;
    top: 150px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(4) {
    left: 990px !important;
    top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-accordion__media .tab-content#skills .chart-tooltip:first-of-type {
    left: 550px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(2) {
    left: 550px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(3) {
    left: 550px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(4) {
    left: 550px !important;
  }
}
@media only screen and (max-width: 576px) {
  .section-accordion__media .tab-content#skills .chart-tooltip:first-of-type {
    left: 380px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(2) {
    left: 380px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(3) {
    left: 380px !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(4) {
    left: 380px !important;
  }
}
@media only screen and (max-width: 375px) {
  .section-accordion__media .tab-content#skills .chart-tooltip:first-of-type {
    left: 300 !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(2) {
    left: 300 !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(3) {
    left: 300 !important;
  }
  .section-accordion__media .tab-content#skills .chart-tooltip:nth-of-type(4) {
    left: 300 !important;
  }
}
.section-accordion__media .tab-content #line-chart {
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 1720px) {
  .section-accordion__media .tab-content #line-chart {
    width: 50dvw !important;
    height: 700px !important;
  }
}
@media only screen and (max-width: 1440px) {
  .section-accordion__media .tab-content #line-chart {
    width: 50dvw !important;
    height: 500px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media .tab-content #line-chart {
    width: 100dvw !important;
  }
}
@media only screen and (max-width: 1440px) {
  .section-accordion__media .tab-content #bar-chart,
  .section-accordion__media .tab-content #concentric-chart,
  .section-accordion__media .tab-content #pie-chart,
  .section-accordion__media .tab-content #triangle-chart {
    width: 500px !important;
    height: 500px !important;
  }
}
@media only screen and (max-width: 576px) {
  .section-accordion__media .tab-content #bar-chart,
  .section-accordion__media .tab-content #concentric-chart,
  .section-accordion__media .tab-content #pie-chart,
  .section-accordion__media .tab-content #triangle-chart {
    width: 300px !important;
    height: 300px !important;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media
    .tab-content#analysis
    .chart-tooltip:nth-of-type(4) {
    transform: translate(-125%, -50%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-accordion__media .tab-content#analysis .chart-tooltip {
    font-size: 12px;
    padding: 2px 8px;
  }
  .section-accordion__media .tab-content#analysis .chart-tooltip:first-child {
    transform: translate(-108%, -50%) !important;
  }
  .section-accordion__media
    .tab-content#analysis
    .chart-tooltip:nth-of-type(2) {
    transform: translate(-150%, -140%) !important;
  }
  .section-accordion__media
    .tab-content#analysis
    .chart-tooltip:nth-of-type(3) {
    transform: translate(-280%, -50%) !important;
  }
  .section-accordion__media
    .tab-content#analysis
    .chart-tooltip:nth-of-type(4) {
    transform: translate(-259%, -200%) !important;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media .tab-content#analytics .chart-container {
    display: contents;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(2) {
    transform: translate(0, 550%) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(3) {
    transform: translate(0, 300%) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(4) {
    transform: translate(0, 0) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(5) {
    transform: translate(0, -260%) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(6) {
    transform: translate(0, -520%) !important;
  }
}
@media only screen and (max-width: 576px) {
  .section-accordion__media .tab-content#analytics .chart-tooltip {
    font-size: 12px;
    padding: 2px 8px;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(2) {
    transform: translate(0, 380%) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(3) {
    transform: translate(0, 200%) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(4) {
    transform: translate(0, 0) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(5) {
    transform: translate(0, -180%) !important;
  }
  .section-accordion__media
    .tab-content#analytics
    .chart-tooltip:nth-of-type(6) {
    transform: translate(0, -350%) !important;
  }
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media
    .tab-content#insights
    .chart-tooltip:nth-of-type(2) {
    transform: translate(50%, 200%) !important;
  }
  .section-accordion__media
    .tab-content#insights
    .chart-tooltip:nth-of-type(3) {
    transform: translate(150%, 80%) !important;
  }
  .section-accordion__media
    .tab-content#insights
    .chart-tooltip:nth-of-type(4) {
    transform: translate(0, 20%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-accordion__media
    .tab-content#insights
    .chart-tooltip:nth-of-type(2) {
    transform: translate(-60%, -48%) !important;
  }
  .section-accordion__media
    .tab-content#insights
    .chart-tooltip:nth-of-type(3) {
    transform: translate(0, -84%) !important;
  }
  .section-accordion__media
    .tab-content#insights
    .chart-tooltip:nth-of-type(4) {
    transform: translate(-220%, -50%) !important;
  }
}
@media only screen and (min-width: 1720px) {
  .section-accordion__media
    .tab-content#talent-profiling
    .chart-tooltip:last-child {
    transform: translate(55%, -100%);
  }
}
.section-accordion__media .tab-content.active {
  z-index: 111;
}
@media only screen and (max-width: 1025px) {
  .section-accordion__media .tab-content .chart-container {
    pointer-events: none;
  }
}
.section-accordion__media .tab-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.future-readiness .accordion-item__content-container {
  padding-top: 19px;
}
.future-readiness .accordion-item__content p {
  max-width: 100%;
}
main:has(.section-image-text--intelligence) .section-accordion {
  min-height: 100dvh;
  height: 100dvh;
}
@media only screen and (max-width: 1720px) {
  main:has(.section-image-text--intelligence) .section-accordion {
    min-height: 110dvh;
    height: 110dvh;
  }
}
@media only screen and (max-width: 1440px) {
  main:has(.section-image-text--intelligence) .section-accordion {
    min-height: 190dvh;
    height: 190dvh;
  }
}
@media only screen and (max-width: 1280px) {
  main:has(.section-image-text--intelligence) .section-accordion {
    min-height: fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 1025px) {
  main:has(.section-image-text--intelligence) .section-accordion {
    min-height: unset;
    height: unset;
  }
}
.chart-tooltip {
  position: absolute;
  white-space: nowrap;
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transform: translate(-50%, -100%);
}
@media only screen and (max-width: 1025px) {
  .chart-tooltip {
    transform: translate(60%, -100%);
  }
}
@media only screen and (max-width: 767px) {
  .chart-tooltip {
    transform: translate(-50%, -100%);
  }
}
@media only screen and (max-width: 375px) {
  .chart-tooltip {
    transform: translate(-44%, -100%);
  }
}
.section-our-work__title-wrapper {
  padding: 45px 48px;
  background-color: #085939;
}
@media only screen and (max-width: 1280px) {
  .section-our-work__title-wrapper {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-our-work__title-wrapper {
    padding: 20px 24px;
  }
}
.section-our-work__title {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 1.92px;
  color: #f2f2e5;
}
@media only screen and (max-width: 1025px) {
  .section-our-work__title {
    font-size: 34px;
    letter-spacing: 1.36px;
  }
}
.section-our-work__content {
  background-color: #f2f2e5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 767px) {
  .section-our-work__content {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.section-our-work__col {
  padding: 32px 24px;
  min-height: 530px;
  border: 1px solid #fff;
}
.section-our-work__col:first-child {
  padding-left: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-our-work__col:first-child {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-our-work__col:first-child {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .section-our-work__col {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-our-work__col {
    min-height: 400px;
    padding: 24px 24px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-our-work__col {
    min-height: unset;
  }
}
.section-our-work__subtitle {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1.44px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1440px) {
  .section-our-work__subtitle {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-our-work__subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-our-work__text,
.section-our-work__text ol,
.section-our-work__text p,
.section-our-work__text ul {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.48px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 1.28px;
}
@media only screen and (max-width: 1440px) {
  .section-our-work__text,
  .section-our-work__text ol,
  .section-our-work__text p,
  .section-our-work__text ul {
    font-size: 20px;
  }
}
.section-banner {
  height: 416px;
  width: 100%;
}
@media only screen and (min-width: 1920px) {
  .section-banner {
    height: 550px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-banner {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .section-banner {
    height: 260px;
  }
}
@media only screen and (max-width: 576px) {
  .section-banner {
    height: 220px;
  }
}
.section-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-lead {
  position: relative;
  height: calc(100dvh - 140px - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1025px) {
  .section-lead {
    height: calc(100dvh - 90px - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .section-lead {
    height: 45dvh;
  }
}
.section-lead__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  object-fit: cover;
  z-index: -1;
}
.section-lead__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-lead__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.28px;
  max-width: 742px;
  width: 100%;
}
.section-lead--culture .section-lead__title {
  max-width: 677px;
}
.section-text-icon {
  display: grid;
  grid-template-columns: 65% 35%;
}
@media only screen and (max-width: 767px) {
  .section-text-icon {
    grid-template-columns: 1fr;
  }
}
.section-text-icon__text {
  padding: 38px 113px 74px;
  background-color: #0258e1;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .section-text-icon__text {
    padding: 40px 40px 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-text-icon__text {
    padding: 40px 24px;
  }
}
.section-text-icon__title {
  font-size: 40px;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media only screen and (max-width: 1025px) {
  .section-text-icon__title {
    font-size: 34px;
  }
}
.section-text-icon__title {
  font-weight: 700;
  margin-bottom: 25px;
}
.section-text-icon__subtitle {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.48px;
}
@media only screen and (max-width: 1440px) {
  .section-text-icon__subtitle {
    font-size: 20px;
  }
}
.section-text-icon__subtitle {
  letter-spacing: 0.96px;
  font-weight: 500;
  margin-bottom: 32px;
}
.section-text-icon__content {
  max-width: 763px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.section-text-icon__content,
.section-text-icon__content ol,
.section-text-icon__content p,
.section-text-icon__content ul {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.48px;
  letter-spacing: 0.96px;
  line-height: 117%;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  .section-text-icon__content,
  .section-text-icon__content ol,
  .section-text-icon__content p,
  .section-text-icon__content ul {
    font-size: 20px;
  }
}
.section-text-icon__icon {
  background-color: #f2f2e5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 88px 162px;
}
@media only screen and (max-width: 1280px) {
  .section-text-icon__icon {
    padding: 100px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-text-icon__icon {
    padding: 40px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-text-icon__icon {
    padding: 40px 24px;
  }
  .section-text-icon__icon svg {
    width: 180px;
    height: 180px;
  }
}
.section-text-icon--green .section-text-icon__text {
  background-color: #f2f2e5;
  color: #000;
}
.section-text-icon--green .section-text-icon__content {
  max-width: 800px;
}
.section-text-icon--green .section-text-icon__icon {
  background-color: #085939;
}
.section-text-icon--blue .section-text-icon__text {
  background-color: #f2f2e5;
  color: #000;
}
.section-text-icon--blue .section-text-icon__content {
  max-width: 800px;
}
.section-text-icon--blue .section-text-icon__icon {
  background-color: #0258e1;
}
.section-text-icon--beige .section-text-icon__text {
  background-color: #ff5512;
  color: #f2f2e5;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
  .section-text-icon--beige .section-text-icon__text {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-text-icon--beige .section-text-icon__text {
    padding-bottom: 40px;
  }
}
.section-text-icon--beige .section-text-icon__content {
  max-width: 800px;
}
.section-text-icon--beige .section-text-icon__icon {
  background-color: #f2f2e5;
}
.section-text-icon--yellow .section-text-icon__text {
  background-color: #f2f2e5;
  color: #000;
  padding-bottom: 97px;
}
@media only screen and (max-width: 1280px) {
  .section-text-icon--yellow .section-text-icon__text {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-text-icon--yellow .section-text-icon__text {
    padding-bottom: 40px;
  }
}
.section-text-icon--yellow .section-text-icon__content {
  max-width: 800px;
}
.section-text-icon--yellow .section-text-icon__icon {
  background-color: #ffb115;
}
.section-text-icon--orange .section-text-icon__text {
  background-color: #f2f2e5;
  color: #000;
  padding-top: 48px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1280px) {
  .section-text-icon--orange .section-text-icon__text {
    padding: 40px 40px 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .section-text-icon--orange .section-text-icon__text {
    padding: 40px 24px;
  }
}
.section-text-icon--orange .section-text-icon__content {
  max-width: 800px;
}
.section-text-icon--orange .section-text-icon__icon {
  background-color: #ff5512;
}
.about-hero {
  padding-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1.34fr;
}
@media only screen and (max-width: 1280px) {
  .about-hero {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 1025px) {
  .about-hero {
    grid-template-columns: 1fr;
  }
}
.about-hero__content {
  display: flex;
  flex-direction: column;
}
.about-hero__top-wrapper {
  padding: 75px 41px 61px;
  background-color: #0258e1;
  color: #fff;
}
@media only screen and (max-width: 1280px) {
  .about-hero__top-wrapper {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .about-hero__top-wrapper {
    padding: 40px 24px;
  }
}
.about-hero__title {
  max-width: 579px;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 122%;
}
@media only screen and (max-width: 1440px) {
  .about-hero__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1025px) {
  .about-hero__title {
    max-width: none;
  }
}
.about-hero__bottom-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
  background-color: #f2f2e5;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .about-hero__bottom-wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .about-hero__bottom-wrapper {
    gap: 32px;
  }
}
.about-hero__partner {
  padding: 0 20px 0 48px;
  background-color: #f2f2e5;
  display: grid;
  grid-template-columns: 175px 1fr;
  gap: 32px;
}
@media only screen and (max-width: 1280px) {
  .about-hero__partner {
    padding: 0 40px;
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
@media only screen and (max-width: 1025px) {
  .about-hero__partner {
    padding: 0 24px;
  }
}
.about-hero__partner:first-child {
  padding-top: 47px;
}
@media only screen and (max-width: 1280px) {
  .about-hero__partner:first-child {
    padding-top: 40px;
  }
}
.about-hero__partner:last-child {
  padding-bottom: 92px;
}
@media only screen and (max-width: 1280px) {
  .about-hero__partner:last-child {
    padding-bottom: 40px;
  }
}
.about-hero__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.48px;
  letter-spacing: 0.98px;
}
@media only screen and (max-width: 1440px) {
  .about-hero__name {
    font-size: 20px;
  }
}
.about-hero__position {
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.8px;
  font-weight: 400;
}
@media only screen and (max-width: 1440px) {
  .about-hero__position {
    font-size: 18px;
  }
}
.about-hero__partner-desc {
  font-size: 16px;
  letter-spacing: 0.64px;
  font-weight: 400;
  line-height: 117%;
}
.about-hero__image {
  display: grid;
  grid-template-rows: 1fr max-content;
}
.about-hero__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-hero__title-wrapper {
  background-color: #085939;
  color: #fff;
  position: relative;
  padding: 10px 25px 18px;
}
.about-hero__title-wrapper h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 1440px) {
  .about-hero__title-wrapper h1 {
    font-size: 28px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 1025px) {
  .about-hero__title-wrapper h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.about-hero__icon {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1440px) {
  .about-hero__icon {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 1025px) {
  .about-hero__icon {
    width: 20px;
    height: 20px;
  }
}
.about-contact {
  padding: 23px 48px;
}
@media only screen and (max-width: 1280px) {
  .about-contact {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 1025px) {
  .about-contact {
    padding-inline: 24px;
  }
}
.about-contact__link {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.28px;
  color: #000;
}
@media only screen and (max-width: 1440px) {
  .about-contact__link {
    font-size: 28px;
    line-height: 110%;
    gap: 20px;
  }
}
.about-contact__link svg {
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}
.about-contact__link:hover svg {
  transform: translateX(10px);
}
/*# sourceMappingURL=styles.css.map */
