.test {
  position: absolute;
  top: 2521px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  z-index: 10;
  pointer-events: none;
}

@font-face {
  font-family: "Times Now";
  src: url("../fonts/Times_Now/TimesNow-SemiLight.ttf") format("truetype");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Times Now";
  src: url("../fonts/Times_Now/TimesNow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/Suisse_Intl/SuisseIntl-Book.otf") format("opentype");
  font-weight: 450;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Int'l";
  src: url("../fonts/Suisse_Intl/SuisseIntl-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
.navigation .navigation__content {
  transform: translateY(-100%);
}
.navigation .navigation__content .navigation__holder {
  padding-inline: 40px;
  box-sizing: border-box;
  pointer-events: all;
  max-width: 2560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 30px;
  position: relative;
  z-index: 20;
  isolation: isolate;
}
@media only screen and (max-width: 1728px) {
  .navigation .navigation__content .navigation__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .navigation .navigation__content .navigation__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .navigation .navigation__content .navigation__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .navigation .navigation__content .navigation__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .navigation .navigation__content .navigation__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .navigation .navigation__content .navigation__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .navigation .navigation__content .navigation__holder {
    padding-inline: 12px;
  }
}
.navigation .navigation__content .navigation__holder .navigation__background {
  width: 100%;
  height: 100%;
  background: #fcfcfc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation__content .navigation__holder {
    padding-block: 28px;
  }
}
.navigation .navigation__content .navigation__holder .navigation__menuOpenerBtn {
  display: none;
  background: none;
  cursor: pointer;
  padding-inline: 2px;
  padding-block: 6px;
  border: none;
  outline: none;
  flex-direction: column;
  overflow: hidden;
}
.navigation .navigation__content .navigation__holder .navigation__menuOpenerBtn span {
  position: absolute;
  left: -99999px;
  top: -999999px;
  opacity: 0;
  pointer-events: none;
}
.navigation .navigation__content .navigation__holder .navigation__menuOpenerBtn .bar {
  display: inline-block;
  margin-bottom: 4px;
  transform-origin: center;
}
.navigation .navigation__content .navigation__holder .navigation__menuOpenerBtn .bar:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1250px) {
  .navigation .navigation__content .navigation__holder .navigation__menuOpenerBtn {
    display: flex;
  }
}
.navigation .navigation__content .navigation__holder .navigation__mainLinks {
  display: block;
}
.navigation .navigation__content .navigation__holder .navigation__mainLinks a {
  display: inline-block;
  font-family: "Suisse Int'l";
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px; /* 100% */
  letter-spacing: -0.112px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.navigation .navigation__content .navigation__holder .navigation__mainLinks a span {
  display: inline-block;
  transition: 0.3s ease;
}
.navigation .navigation__content .navigation__holder .navigation__mainLinks a:last-of-type {
  margin-right: 0;
}
.navigation .navigation__content .navigation__holder .navigation__mainLinks a:hover span {
  opacity: 0.5;
}
@media only screen and (max-width: 1250px) {
  .navigation .navigation__content .navigation__holder .navigation__mainLinks {
    display: none;
  }
}
.navigation .navigation__content .navigation__holder .navigation__logo {
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
}
.navigation .navigation__content .navigation__holder .navigation__logo span {
  position: absolute;
  top: -999999px;
  left: -999999px;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .navigation .navigation__content .navigation__holder .navigation__logo a svg {
    width: 114px;
    height: auto;
  }
}
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a {
  height: 30px;
  position: relative;
  display: inline-block;
}
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Suisse Int'l";
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 14px; /* 100% */
  letter-spacing: -0.098px;
  transition: color 0.3s ease;
}
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a svg path {
  transition: fill 0.3s ease;
}
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a.blue:hover span {
  color: #2a2ecd !important;
}
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a.blue:hover svg path {
  fill: #fcfcfc !important;
}
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a:hover span {
  color: #fcfcfc !important;
}
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a:hover svg path {
  fill: #2a2ecd !important;
}
@media only screen and (max-width: 1250px) {
  .navigation .navigation__content .navigation__holder .navigation__buttonLinks {
    display: none;
  }
}

.button {
  width: auto;
  position: relative;
  display: inline-block;
  height: 62px;
}
.button button,
.button a {
  border: 1px solid white;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-inline: 10px;
  transition: background 0.3s ease;
}
.button button .label,
.button a .label {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  text-align: center;
  transition: color 0.3s ease;
}
.button button .c1,
.button button .c2,
.button button .c3,
.button button .c4,
.button a .c1,
.button a .c2,
.button a .c3,
.button a .c4 {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: #fcfcfc;
  z-index: 2;
  box-sizing: border-box;
}
.button button .c1,
.button a .c1 {
  left: -11px;
  top: -11px;
  clip-path: polygon(48% 48%, 100% 50%, 100% 100%, 50% 100%);
}
.button button .c2,
.button a .c2 {
  right: -11px;
  top: -11px;
  clip-path: polygon(0 50%, 52% 48%, 50% 100%, 0 100%);
}
.button button .c3,
.button a .c3 {
  right: -11px;
  bottom: -11px;
  clip-path: polygon(0 0, 50% 0, 52% 52%, 0 50%);
}
.button button .c4,
.button a .c4 {
  left: -11px;
  bottom: -11px;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 48% 52%);
}
.button.color--accent016 button .label,
.button.color--accent016 a .label {
  color: #2a2ecd;
}
.button.color--accent016:hover button .label,
.button.color--accent016:hover a .label {
  color: #ffffff;
}
.button.color--neutral01 button .label,
.button.color--neutral01 a .label {
  color: #ffffff;
}
.button.color--neutral01:hover button .label,
.button.color--neutral01:hover a .label {
  color: #2a2ecd;
}
.button.bg__color--neutral02 button,
.button.bg__color--neutral02 a {
  background: #fcfcfc;
}
.button.bg__color--neutral02 button .c1,
.button.bg__color--neutral02 button .c2,
.button.bg__color--neutral02 button .c3,
.button.bg__color--neutral02 button .c4,
.button.bg__color--neutral02 a .c1,
.button.bg__color--neutral02 a .c2,
.button.bg__color--neutral02 a .c3,
.button.bg__color--neutral02 a .c4 {
  background: #fcfcfc;
}
.button.bg__color--neutral02:hover button,
.button.bg__color--neutral02:hover a {
  background: #2a2ecd;
}
.button.bg__color--neutral01 button,
.button.bg__color--neutral01 a {
  background: #ffffff;
}
.button.bg__color--neutral01 button .c1,
.button.bg__color--neutral01 button .c2,
.button.bg__color--neutral01 button .c3,
.button.bg__color--neutral01 button .c4,
.button.bg__color--neutral01 a .c1,
.button.bg__color--neutral01 a .c2,
.button.bg__color--neutral01 a .c3,
.button.bg__color--neutral01 a .c4 {
  background: #ffffff;
}
.button.bg__color--neutral01:hover button,
.button.bg__color--neutral01:hover a {
  background: #2a2ecd;
}
.button.bg__color--accent16 button,
.button.bg__color--accent16 a {
  background: #2a2ecd;
}
.button.bg__color--accent16 button .c1,
.button.bg__color--accent16 button .c2,
.button.bg__color--accent16 button .c3,
.button.bg__color--accent16 button .c4,
.button.bg__color--accent16 a .c1,
.button.bg__color--accent16 a .c2,
.button.bg__color--accent16 a .c3,
.button.bg__color--accent16 a .c4 {
  background: #2a2ecd;
}
.button.bg__color--accent16:hover button,
.button.bg__color--accent16:hover a {
  background: #ffffff;
}
.button.border__color--neutral08 button,
.button.border__color--neutral08 a {
  border-color: #b2b2b2;
}
.button.border__color--neutral08 button .c1,
.button.border__color--neutral08 button .c2,
.button.border__color--neutral08 button .c3,
.button.border__color--neutral08 button .c4,
.button.border__color--neutral08 a .c1,
.button.border__color--neutral08 a .c2,
.button.border__color--neutral08 a .c3,
.button.border__color--neutral08 a .c4 {
  border-color: #b2b2b2;
}
.button.border__color--accent016 button,
.button.border__color--accent016 a {
  border-color: #2a2ecd;
}
.button.border__color--accent016 button .c1,
.button.border__color--accent016 button .c2,
.button.border__color--accent016 button .c3,
.button.border__color--accent016 button .c4,
.button.border__color--accent016 a .c1,
.button.border__color--accent016 a .c2,
.button.border__color--accent016 a .c3,
.button.border__color--accent016 a .c4 {
  border-color: #2a2ecd;
}
.button.border__color--neutral01 button,
.button.border__color--neutral01 a {
  border-color: #ffffff;
}
.button.border__color--neutral01 button .c1,
.button.border__color--neutral01 button .c2,
.button.border__color--neutral01 button .c3,
.button.border__color--neutral01 button .c4,
.button.border__color--neutral01 a .c1,
.button.border__color--neutral01 a .c2,
.button.border__color--neutral01 a .c3,
.button.border__color--neutral01 a .c4 {
  border-color: #ffffff;
}
.button.button--small {
  height: 30px;
}
.button.button--small button .label,
.button.button--small a .label {
  font-size: 14px;
  line-height: 14px; /* 100% */
  letter-spacing: -0.098px;
}
.button.button--small button .c1,
.button.button--small button .c2,
.button.button--small button .c3,
.button.button--small button .c4,
.button.button--small a .c1,
.button.button--small a .c2,
.button.button--small a .c3,
.button.button--small a .c4 {
  width: 16px;
  height: 16px;
}
.button.button--small button .c1,
.button.button--small a .c1 {
  left: -8px;
  top: -8px;
}
.button.button--small button .c2,
.button.button--small a .c2 {
  right: -8px;
  top: -8px;
}
.button.button--small button .c3,
.button.button--small a .c3 {
  right: -8px;
  bottom: -8px;
}
.button.button--small button .c4,
.button.button--small a .c4 {
  left: -8px;
  bottom: -8px;
}

.disableHover .button.bg__color--accent16:hover button,
.disableHover .button.bg__color--accent16:hover a {
  background: #2a2ecd;
}
.disableHover .button.bg__color--accent16:hover button .label,
.disableHover .button.bg__color--accent16:hover a .label {
  color: #ffffff;
}
.disableHover .button.bg__color--neutral01:hover button,
.disableHover .button.bg__color--neutral01:hover a {
  background: #ffffff;
}
.disableHover .button.bg__color--neutral01:hover button .label,
.disableHover .button.bg__color--neutral01:hover a .label {
  color: #2a2ecd;
}
.disableHover .button.bg__color--neutral02:hover button,
.disableHover .button.bg__color--neutral02:hover a {
  background: #fcfcfc;
}
.disableHover .button.bg__color--neutral02:hover button .label,
.disableHover .button.bg__color--neutral02:hover a .label {
  color: #2a2ecd;
}

.buttonBig {
  width: auto;
  position: relative;
  display: inline-block;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
  width: inherit;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 64px;
  padding-inline: 10px;
}
.buttonBig .label {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  padding-top: 2px;
  margin: 0;
  text-align: center;
}
.buttonBig .button__corner--left,
.buttonBig .button__corner--right {
  display: block;
  position: absolute;
  top: -1px;
}
.buttonBig .button__corner--left {
  left: -12px;
}
.buttonBig .button__corner--right {
  right: -12px;
}
.buttonBig.color--accent016 button .label,
.buttonBig.color--accent016 a .label {
  color: #2a2ecd;
}
.buttonBig.color--accent016 .button__corner--left path,
.buttonBig.color--accent016 .button__corner--right path {
  stroke: #2a2ecd;
}
.buttonBig.color--neutral01 button .label,
.buttonBig.color--neutral01 a .label {
  color: #ffffff;
}
.buttonBig.color--neutral01 .button__corner--left path,
.buttonBig.color--neutral01 .button__corner--right path {
  stroke: #ffffff;
}
.buttonBig.bg__color--neutral02 button,
.buttonBig.bg__color--neutral02 a {
  background: #fcfcfc;
}
.buttonBig.bg__color--neutral02 .button__corner--left path,
.buttonBig.bg__color--neutral02 .button__corner--right path {
  stroke: #fcfcfc;
}
.buttonBig.bg__color--neutral01 button,
.buttonBig.bg__color--neutral01 a {
  background: #ffffff;
}
.buttonBig.bg__color--accent16 button,
.buttonBig.bg__color--accent16 a {
  background: #2a2ecd;
}
.buttonBig.border__color--neutral08 button,
.buttonBig.border__color--neutral08 a {
  border-color: #b2b2b2;
}
.buttonBig.border__color--accent016 button,
.buttonBig.border__color--accent016 a {
  border-color: #2a2ecd;
}
.buttonBig.border__color--neutral01 button,
.buttonBig.border__color--neutral01 a {
  border-color: #ffffff;
}

.overlay {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 6;
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}

.mainMenu {
  background-color: #ffffff;
  width: 595px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  padding-inline: 20px;
  padding-block: 32px;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(-100%);
}
.mainMenu .mainMenu__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.mainMenu .mainMenu__top a span {
  position: absolute;
  left: -999999px;
  top: -9999999px;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 550px) {
  .mainMenu .mainMenu__top a svg {
    width: 140px;
    height: auto;
  }
}
@media only screen and (max-width: 450px) {
  .mainMenu .mainMenu__top a svg {
    width: 109px;
    height: auto;
  }
}
.mainMenu .mainMenu__top button {
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  transition: 0.3s ease;
}
.mainMenu .mainMenu__top button:hover {
  color: #2a2ecd;
}
@media only screen and (max-width: 550px) {
  .mainMenu .mainMenu__top button {
    font-size: 14px;
    line-height: 14px; /* 100% */
    letter-spacing: -0.098px;
  }
}
.mainMenu .mainMenu__links {
  display: flex;
  flex-direction: column;
}
.mainMenu .mainMenu__links .mainMenu__linkHolder {
  position: relative;
}
.mainMenu .mainMenu__links .mainMenu__linkHolder .mainMenu__border {
  width: 100%;
  height: 1px;
  background: #b2b2b2;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
}
.mainMenu .mainMenu__links .mainMenu__linkHolder .mainMenu__border::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #2a2ecd;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: 100% 50%;
}
.mainMenu .mainMenu__links .mainMenu__linkHolder a {
  width: 100%;
  font-family: "Times Now";
  padding-top: 12px;
  padding-bottom: 28px;
  color: #000000;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 100% */
  letter-spacing: -2.64px;
  position: relative;
  display: inline-block;
  transform: translateY(40px);
  opacity: 0;
  transition: color 0.3s ease;
}
.mainMenu .mainMenu__links .mainMenu__linkHolder a.active {
  color: #2a2ecd;
}
.mainMenu .mainMenu__links .mainMenu__linkHolder a.active + .mainMenu__border::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.mainMenu .mainMenu__links .mainMenu__linkHolder a:hover {
  color: #2a2ecd;
}
.mainMenu .mainMenu__links .mainMenu__linkHolder a:hover + .mainMenu__border::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
@media only screen and (max-width: 550px) {
  .mainMenu .mainMenu__links .mainMenu__linkHolder a {
    font-size: 38px;
    line-height: 38px; /* 100% */
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 450px) {
  .mainMenu .mainMenu__links .mainMenu__linkHolder a {
    padding-top: 11px;
    padding-bottom: 22px;
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -1.6px;
  }
}
.mainMenu .mainMenu__bot .button {
  width: 261px;
  height: 62px;
}
@media only screen and (max-width: 450px) {
  .mainMenu .mainMenu__bot .button {
    width: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .mainMenu {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .mainMenu {
    padding-inline: 12px;
    padding-block: 24px;
  }
}

.disableHover .mainMenu .mainMenu__top button:hover {
  color: #000000;
}

.footer .footer__holder {
  background-color: #2a2ecd;
  padding-inline: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  padding-block: 80px;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1728px) {
  .footer .footer__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .footer .footer__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer .footer__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .footer .footer__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .footer__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .footer .footer__holder {
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .footer .footer__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .footer .footer__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.footer .footer__holder::after {
  content: "";
  border-top: 1px solid #2a2ecd;
  border-bottom: 1px solid #2a2ecd;
  width: 100%;
  height: 2px;
  background: #2a2ecd;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 2;
}
@media only screen and (max-width: 500px) {
  .footer .footer__holder {
    padding-top: 2px;
    padding-bottom: 60px;
  }
}
.footer .footer__holder .footer__newsletterAndCopyright {
  grid-column: 1/span 7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter {
  display: flex;
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .button {
  flex-shrink: 0;
  margin-left: 20px;
  width: 120px;
  height: 52px;
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .button p {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .button {
    width: 215px;
  }
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder {
  position: relative;
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder input {
  width: 400px;
  height: 52px;
}
@media only screen and (max-width: 1050px) {
  .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder input {
    width: 100%;
    box-sizing: border-box;
  }
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder input:-webkit-autofill, .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder input:-webkit-autofill:hover, .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder input:-webkit-autofill:focus, .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2a2ecd inset !important;
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder input:-webkit-autofill {
  -webkit-text-fill-color: #f2f2f2 !important;
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder p {
  position: absolute;
  left: 0;
  bottom: -22px;
  color: #f2f2f2;
  font-family: "Suisse Int'l";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 14px; /* 100% */
  letter-spacing: -0.098px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
}
@media only screen and (max-width: 550px) {
  .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder p {
    bottom: -16px;
  }
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder p.show {
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 1050px) {
  .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .footer__newsLetter__inputHolder {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter {
    flex-direction: column;
  }
  .footer .footer__holder .footer__newsletterAndCopyright .footer__newsLetter .button {
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
  }
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__copyright p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #fcfcfc;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px; /* 100% */
  letter-spacing: -0.112px;
}
.footer .footer__holder .footer__newsletterAndCopyright .footer__copyright p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .footer .footer__holder .footer__newsletterAndCopyright .footer__copyright p {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .footer .footer__holder .footer__newsletterAndCopyright {
    grid-column: 1/span 6;
  }
}
@media only screen and (max-width: 900px) {
  .footer .footer__holder .footer__newsletterAndCopyright {
    grid-column: 1/-1;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 500px) {
  .footer .footer__holder .footer__newsletterAndCopyright {
    margin-bottom: 60px;
  }
}
.footer .footer__holder .footer__links {
  grid-column: 9/span 2;
  display: flex;
  flex-direction: column;
}
.footer .footer__holder .footer__links .buttons {
  margin-bottom: 20px;
}
.footer .footer__holder .footer__links .buttons a {
  width: 72px;
  padding-block: 6px;
}
.footer .footer__holder .footer__links > a {
  color: #fcfcfc;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px; /* 100% */
  letter-spacing: -0.112px;
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 6px;
  overflow: hidden;
}
.footer .footer__holder .footer__links > a span {
  display: inline-block;
  transition: 0.3s ease;
}
.footer .footer__holder .footer__links > a:hover span {
  opacity: 0.5;
}
.footer .footer__holder .footer__links > a:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1440px) {
  .footer .footer__holder .footer__links {
    grid-column: 9/span 2;
  }
}
@media only screen and (max-width: 1430px) {
  .footer .footer__holder .footer__links {
    grid-column: 8/span 2;
  }
}
@media only screen and (max-width: 900px) {
  .footer .footer__holder .footer__links {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 600px) {
  .footer .footer__holder .footer__links {
    grid-column: 1/span 3;
  }
}
.footer .footer__holder .footer__socials {
  grid-column: 11/span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 6px;
}
.footer .footer__holder .footer__socials .footer__socialsQuote p {
  white-space: nowrap;
}
.footer .footer__holder .footer__socials p {
  font-family: "Suisse Int'l";
  color: #fcfcfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px; /* 100% */
  letter-spacing: -0.112px;
  margin: 0;
}
.footer .footer__holder .footer__socials .footer__socialsHolder p {
  margin-bottom: 20px;
}
.footer .footer__holder .footer__socials .footer__socialsHolder .footer__socialsHolder__links a {
  display: inline-block;
  margin-right: 24px;
  transition: opacity 0.3s ease;
}
.footer .footer__holder .footer__socials .footer__socialsHolder .footer__socialsHolder__links a span {
  position: absolute;
  left: -9999999px;
  top: -99px;
  opacity: 0;
  pointer-events: none;
}
.footer .footer__holder .footer__socials .footer__socialsHolder .footer__socialsHolder__links a:last-of-type {
  margin-right: 0;
}
.footer .footer__holder .footer__socials .footer__socialsHolder .footer__socialsHolder__links a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1440px) {
  .footer .footer__holder .footer__socials {
    grid-column: 11/span 2;
  }
}
@media only screen and (max-width: 1430px) {
  .footer .footer__holder .footer__socials {
    grid-column: 10/span 3;
  }
}
@media only screen and (max-width: 900px) {
  .footer .footer__holder .footer__socials {
    grid-column: 4/span 3;
  }
}
@media only screen and (max-width: 600px) {
  .footer .footer__holder .footer__socials {
    justify-self: end;
  }
}
.footer .footer__holder .footer__copyrightMobile {
  margin-top: 80px;
  display: none;
}
.footer .footer__holder .footer__copyrightMobile p {
  margin-top: 0;
  margin-bottom: 8px;
  color: #fcfcfc;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px; /* 100% */
  letter-spacing: -0.112px;
}
.footer .footer__holder .footer__copyrightMobile p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .footer .footer__holder .footer__copyrightMobile {
    grid-column: 1/-1;
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .footer .footer__holder .footer__copyrightMobile {
    margin-top: 60px;
  }
}
.footer .footer__holder .footer__entry__animation {
  transform: translateY(40px);
  opacity: 0;
}

.disableHover .footer .footer__holder .footer__links > a:hover span {
  opacity: 1;
}
.disableHover .footer .footer__holder .footer__links > a::after {
  display: none;
}
.disableHover .footer .footer__holder .footer__socials .footer__socialsHolder .footer__socialsHolder__links a:hover {
  opacity: 1;
}

.input {
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #ffffff;
}
.input::placeholder {
  color: #ffffff;
}

.radioInput input {
  display: none;
}
.radioInput > label {
  font-family: "Suisse Int'l";
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  padding-left: 36px;
  position: relative;
  cursor: pointer;
}
.radioInput > label::before {
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.radioInput > label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a2ecd;
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: 0.3s ease;
}
.radioInput :checked + label::before {
  border-color: #2a2ecd;
}
.radioInput :checked + label::after {
  transform: translateY(-50%) scale(1);
}

.footer__newsLetterModal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  padding: 60px;
  box-sizing: border-box;
  width: 541px;
  background-color: #fcfcfc;
  z-index: 8;
}
.footer__newsLetterModal h2 {
  font-family: "Times Now";
  color: #2a2ecd;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px; /* 80% */
  letter-spacing: -3.6px;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .footer__newsLetterModal h2 {
    font-size: 44px;
    line-height: 38px; /* 86.364% */
    letter-spacing: -2.64px;
  }
}
.footer__newsLetterModal .footer__newsLetterModal--button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease;
}
.footer__newsLetterModal .footer__newsLetterModal--button:hover {
  color: #2a2ecd;
}
.footer__newsLetterModal .footer__newsLetterModal--inputsHolder {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}
.footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input {
  height: 52px;
  color: #000000;
  border-color: #b2b2b2;
}
.footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:first-of-type {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:nth-of-type(2) {
  margin-bottom: 32px;
}
@media only screen and (max-width: 500px) {
  .footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:nth-of-type(2) {
    margin-bottom: 24px;
  }
}
.footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input::placeholder {
  color: #b2b2b2;
}
.footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:-webkit-autofill, .footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:-webkit-autofill:hover, .footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:-webkit-autofill:focus, .footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fcfcfc inset !important;
}
.footer__newsLetterModal .footer__newsLetterModal--inputsHolder .input:-webkit-autofill {
  -webkit-text-fill-color: #000000 !important;
}
@media only screen and (max-width: 500px) {
  .footer__newsLetterModal .footer__newsLetterModal--inputsHolder {
    margin-top: 40px;
  }
}
.footer__newsLetterModal .footer__newsLetterModal--radioInputsHolder {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.footer__newsLetterModal .footer__newsLetterModal--radioInputsHolder .radioInput {
  margin-bottom: 24px;
}
.footer__newsLetterModal .footer__newsLetterModal--radioInputsHolder .radioInput:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .footer__newsLetterModal .footer__newsLetterModal--radioInputsHolder {
    margin-top: 40px;
  }
}
.footer__newsLetterModal .button {
  margin-top: 60px;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  .footer__newsLetterModal .button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .footer__newsLetterModal {
    width: 100vw;
    height: calc(100vh - 44px);
    top: 44px;
    transform: translateX(-50%) scale(0.9);
    overflow: scroll;
  }
}
@media only screen and (max-width: 500px) {
  .footer__newsLetterModal {
    padding-inline: 12px;
    padding-bottom: 20px;
  }
}

.footer__newsLetterthankYouPopup {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(-120px);
  padding: 20px;
  background-color: #2a2ecd;
  box-sizing: border-box;
  align-items: center;
  z-index: 4;
  display: none;
}
.footer__newsLetterthankYouPopup p {
  color: #fcfcfc;
  font-family: "Times Now";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 100% */
  letter-spacing: -1.6px;
  margin: 0;
  margin-inline: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .footer__newsLetterthankYouPopup p {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -1.4px;
  }
}
@media only screen and (max-width: 650px) {
  .footer__newsLetterthankYouPopup p {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.2px;
  }
}
@media only screen and (max-width: 550px) {
  .footer__newsLetterthankYouPopup p {
    font-size: 20px;
    line-height: 20px; /* 100% */
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 550px) {
  .footer__newsLetterthankYouPopup {
    top: 34px;
  }
}

.investmentLink {
  width: 100%;
  position: relative;
  padding-top: 27px;
  display: inline-block;
  padding-bottom: 60px;
}
.investmentLink .investmentLink__flagHolder {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .investmentLink .investmentLink__flagHolder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .investmentLink .investmentLink__flagHolder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.investmentLink .investmentLink__flagHolder .investmentLink__flags {
  grid-column: 11/span 2;
  height: 100%;
  width: 100%;
  margin-top: 24px;
}
.investmentLink .investmentLink__flagHolder .investmentLink__flags .investmentLink__flag {
  display: flex;
  margin-bottom: 4px;
  box-sizing: border-box;
}
.investmentLink .investmentLink__flagHolder .investmentLink__flags .investmentLink__flag:last-of-type {
  margin-bottom: 0;
}
.investmentLink .investmentLink__flagHolder .investmentLink__flags .investmentLink__flag span {
  margin: 0;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px; /* 100% */
  letter-spacing: -0.112px;
  padding: 4px 8px;
}
.investmentLink .investmentLink__flagHolder .investmentLink__flags .investmentLink__flag span:first-of-type {
  color: #fcfcfc;
  background: #2a2ecd;
  white-space: nowrap;
}
.investmentLink .investmentLink__flagHolder .investmentLink__flags .investmentLink__flag span:last-of-type {
  color: #2a2ecd;
  background: #e1e7f5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media only screen and (max-width: 1620px) {
  .investmentLink .investmentLink__flagHolder .investmentLink__flags {
    margin-top: 22px;
  }
}
@media only screen and (max-width: 2000px) {
  .investmentLink .investmentLink__flagHolder .investmentLink__flags {
    grid-column: 10/span 3;
  }
}
@media only screen and (max-width: 1350px) {
  .investmentLink .investmentLink__flagHolder .investmentLink__flags {
    grid-column: 1/-1;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 680px) {
  .investmentLink .investmentLink__flagHolder .investmentLink__flags {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1350px) {
  .investmentLink .investmentLink__flagHolder {
    position: unset;
    display: flex;
  }
}
.investmentLink .investmentLink__mainContent {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  align-items: end;
  margin-bottom: 12px;
}
@media only screen and (max-width: 900px) {
  .investmentLink .investmentLink__mainContent {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .investmentLink .investmentLink__mainContent {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.investmentLink .investmentLink__mainContent .investmentLink__text {
  grid-column: 1/span 9;
}
.investmentLink .investmentLink__mainContent .investmentLink__text h2 {
  grid-column: 1/span 10;
  color: #000000;
  font-family: "Times Now";
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  line-height: 82px; /* 74.545% */
  letter-spacing: -6.6px;
  text-transform: uppercase;
  margin: 0;
  opacity: 0;
  transform: translateY(40px);
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1620px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    font-size: 100px;
    line-height: 80px; /* 80% */
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 1350px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    padding-right: 12%;
  }
}
@media only screen and (max-width: 1150px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    font-size: 82px;
    line-height: 57px; /* 79.31% */
    letter-spacing: -4.48px;
  }
}
@media only screen and (max-width: 950px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    font-size: 64px;
    line-height: 51px; /* 79.31% */
    letter-spacing: -4.48px;
  }
}
@media only screen and (max-width: 900px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    grid-row: 1;
  }
}
@media only screen and (max-width: 800px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    font-size: 58px;
    line-height: 46px; /* 79.31% */
    letter-spacing: -3.48px;
  }
}
@media only screen and (max-width: 680px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    font-size: 48px;
    line-height: 33.6px; /* 79.31% */
    letter-spacing: -2.48px;
  }
}
@media only screen and (max-width: 580px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text h2 {
    font-size: 44px;
    line-height: 36px; /* 81.818% */
    letter-spacing: -2.64px;
  }
}
.investmentLink .investmentLink__mainContent .investmentLink__text p {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
  margin-bottom: 0;
  margin-top: 14px;
  transform: translateY(40px);
  opacity: 0;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1150px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text p {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
  }
}
@media only screen and (max-width: 680px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text p {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1350px) {
  .investmentLink .investmentLink__mainContent .investmentLink__text {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.investmentLink .investmentLink__mainContent .investmentLink__arrow {
  transform: translate(-15px, 15px);
  opacity: 0;
  margin-bottom: 10px;
}
.investmentLink .investmentLink__mainContent .investmentLink__arrow svg {
  grid-column: 11/span 2;
  transition: 0.5s ease;
}
.investmentLink .investmentLink__mainContent .investmentLink__arrow svg path {
  transition: 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .investmentLink .investmentLink__mainContent .investmentLink__arrow svg {
    width: 20px;
    height: auto;
  }
}
@media only screen and (max-width: 1350px) {
  .investmentLink .investmentLink__mainContent .investmentLink__arrow {
    grid-column: 12;
    justify-self: end;
    grid-row: 1;
  }
}
@media only screen and (max-width: 900px) {
  .investmentLink .investmentLink__mainContent .investmentLink__arrow {
    grid-column: 6;
  }
}
@media only screen and (max-width: 1620px) {
  .investmentLink .investmentLink__mainContent {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1350px) {
  .investmentLink .investmentLink__mainContent {
    margin-top: 20px;
    align-items: start;
  }
}
@media only screen and (max-width: 800px) {
  .investmentLink .investmentLink__mainContent {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 550px) {
  .investmentLink .investmentLink__mainContent {
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
.investmentLink .border {
  transform: scaleX(0);
}
.investmentLink .investmentLink__hover__holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  opacity: 1;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
}
@media only screen and (max-width: 900px) {
  .investmentLink .investmentLink__hover__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .investmentLink .investmentLink__hover__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.investmentLink .investmentLink__hover__holder .investmentLink__hover {
  grid-column: 7/span 3;
  position: relative;
  display: grid;
}
.investmentLink .investmentLink__hover__holder .investmentLink__hover .investmentLink__arch {
  grid-row: 1;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.investmentLink .investmentLink__hover__holder .investmentLink__hover .investmentLink__arch svg {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.investmentLink .investmentLink__hover__holder .investmentLink__hover .investmentLink__arch .investmentLink__image {
  overflow: hidden;
  border-radius: 45% 45% 0 0;
  width: calc(100% - 20px);
  height: calc(100% - 25px);
  position: absolute;
  left: 10px;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1320px) {
  .investmentLink .investmentLink__hover__holder .investmentLink__hover .investmentLink__arch .investmentLink__image {
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    left: 5px;
  }
}
.investmentLink .investmentLink__hover__holder .investmentLink__hover .investmentLink__arch .investmentLink__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1350px) {
  .investmentLink .investmentLink__hover__holder .investmentLink__hover {
    grid-column: 9/span 3;
  }
}
@media only screen and (max-width: 1050px) {
  .investmentLink .investmentLink__hover__holder {
    display: none;
  }
}
.investmentLink:hover .border::after {
  transform: scaleX(1);
}
.investmentLink:hover .investmentLink__mainContent .investmentLink__text h2,
.investmentLink:hover .investmentLink__mainContent .investmentLink__text p {
  color: #2a2ecd;
}
.investmentLink:hover .investmentLink__mainContent .investmentLink__arrow svg path {
  stroke: #2a2ecd;
}
.investmentLink:hover .investmentLink__hover__holder {
  opacity: 1;
}
@media only screen and (max-width: 1620px) {
  .investmentLink {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1350px) {
  .investmentLink {
    padding-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .investmentLink {
    padding-bottom: 40px;
  }
}

.disableHover .investmentLink:hover .border::after {
  transform: scaleX(0);
}
.disableHover .investmentLink:hover .investmentLink__mainContent .investmentLink__text h2,
.disableHover .investmentLink:hover .investmentLink__mainContent .investmentLink__text p {
  color: #000000;
}
.disableHover .investmentLink:hover .investmentLink__mainContent .investmentLink__arrow svg path {
  stroke: #000000;
}
.disableHover .investmentLink:hover .investmentLink__hover__holder {
  opacity: 0;
}

.pressLink {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  position: relative;
  padding-top: 16px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .pressLink {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .pressLink {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.pressLink .pressLink__logo {
  padding-top: 8px;
  grid-column: 1;
  opacity: 0;
  transform: translateY(40px);
}
.pressLink .pressLink__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .pressLink .pressLink__logo img {
    height: 62px;
    width: auto;
  }
}
@media only screen and (max-width: 1920px) {
  .pressLink .pressLink__logo {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 900px) {
  .pressLink .pressLink__logo {
    padding-top: 0px;
  }
}
.pressLink .pressLink__content {
  grid-column: 2/span 10;
  padding-left: 70px;
}
.pressLink .pressLink__content h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px; /* 100% */
  letter-spacing: -3.6px;
  font-family: "Times Now";
  color: #000000;
  margin: 0;
  transition: color 0.5s ease;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (max-width: 1440px) {
  .pressLink .pressLink__content h2 {
    font-size: 52px;
    line-height: 52px; /* 100% */
    letter-spacing: -3.12px;
  }
}
@media only screen and (max-width: 1280px) {
  .pressLink .pressLink__content h2 {
    font-size: 44px;
    line-height: 44px; /* 100% */
    letter-spacing: -2.64px;
  }
}
@media only screen and (max-width: 860px) {
  .pressLink .pressLink__content h2 {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -1.6px;
  }
}
.pressLink .pressLink__content p {
  font-family: "Suisse Int'l";
  display: flex;
  align-items: center;
  color: #2a2ecd;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-bottom: 0;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(40px);
}
.pressLink .pressLink__content p svg {
  margin-inline: 12px;
}
@media only screen and (max-width: 900px) {
  .pressLink .pressLink__content p svg {
    width: 32px;
    height: 2px;
  }
}
@media only screen and (max-width: 1440px) {
  .pressLink .pressLink__content p {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 860px) {
  .pressLink .pressLink__content p {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.112px;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1920px) {
  .pressLink .pressLink__content {
    grid-column: 3/span 8;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1440px) {
  .pressLink .pressLink__content {
    grid-column: 3/span 9;
  }
}
@media only screen and (max-width: 900px) {
  .pressLink .pressLink__content {
    grid-column: 1/-1;
    margin-top: 14px;
  }
}
@media only screen and (max-width: 860px) {
  .pressLink .pressLink__content {
    margin-top: 10px;
  }
}
.pressLink .pressLink__arrow {
  grid-column: 12;
  justify-self: end;
  grid-row: 1;
  opacity: 0;
  transform: translate(-15px, 15px);
}
.pressLink .pressLink__arrow svg {
  transition: 0.5s ease;
}
.pressLink .pressLink__arrow svg path {
  transition: 0.5s ease;
}
@media only screen and (max-width: 900px) {
  .pressLink .pressLink__arrow {
    grid-column: 6;
  }
}
@media only screen and (max-width: 860px) {
  .pressLink .pressLink__arrow svg {
    width: 20px;
    height: auto;
  }
}
.pressLink:hover .border::after {
  transform: scaleX(1);
}
.pressLink:hover .pressLink__content h2 {
  color: #2a2ecd;
}
.pressLink:hover .pressLink__arrow svg path {
  stroke: #2a2ecd;
}
.pressLink .border {
  transform: scaleX(0);
}
@media only screen and (max-width: 1440px) {
  .pressLink {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .pressLink {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 860px) {
  .pressLink {
    padding-top: 16px;
  }
}

.disableHover .pressLink:hover .border::after {
  transform: scaleX(0);
}
.disableHover .pressLink:hover .pressLink__content h2 {
  color: #000000;
}
.disableHover .pressLink:hover .pressLink__arrow svg path {
  stroke: #000000;
}

.socialProofCard {
  padding-top: 20px;
  position: relative;
}
.socialProofCard .border {
  transform: scaleX(0);
}
.socialProofCard .socialProofCard__owner h2 {
  font-family: "Suisse Int'l";
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  transform: translateY(20px);
  opacity: 0;
}
.socialProofCard .socialProofCard__owner p {
  font-family: "Suisse Int'l";
  color: #b2b2b2;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  transform: translateY(20px);
  opacity: 0;
}
.socialProofCard .socialProofCard__content {
  margin-top: 36px;
  margin-bottom: 32px;
  padding-right: 32px;
}
.socialProofCard .socialProofCard__content h3 {
  font-family: "Times Now";
  color: #000000;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 42px; /* 95.455% */
  letter-spacing: -1.76px;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
}
@media only screen and (max-width: 1440px) {
  .socialProofCard .socialProofCard__content h3 {
    font-size: 40px;
    line-height: 38px; /* 95% */
    letter-spacing: -1.6px;
  }
}
@media only screen and (max-width: 1320px) {
  .socialProofCard .socialProofCard__content h3 {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -0.96px;
  }
}
@media only screen and (max-width: 1520px) {
  .socialProofCard .socialProofCard__content {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1280px) {
  .socialProofCard .socialProofCard__content {
    padding-right: 0;
    margin-top: 24px;
    margin-bottom: 18px;
  }
}
.socialProofCard .socialProofCard__description {
  transform: translateY(20px);
  opacity: 0;
}
.socialProofCard .socialProofCard__description p {
  font-family: "Suisse Int'l";
  color: #b2b2b2;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
}

.socialProofGrid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 60px;
}
@media only screen and (max-width: 900px) {
  .socialProofGrid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .socialProofGrid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.socialProofGrid > .socialProofCard {
  grid-column: span 3;
}
@media only screen and (max-width: 2240px) {
  .socialProofGrid > .socialProofCard {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1050px) {
  .socialProofGrid > .socialProofCard {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 900px) {
  .socialProofGrid > .socialProofCard {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 650px) {
  .socialProofGrid > .socialProofCard {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 1050px) {
  .socialProofGrid {
    row-gap: 44px;
  }
}
@media only screen and (max-width: 650px) {
  .socialProofGrid {
    row-gap: 40px;
  }
}

.homeTeamLink {
  display: flex;
  justify-content: space-between;
  padding-top: 27px;
  padding-bottom: 60px;
  position: relative;
}
.homeTeamLink .border {
  transform: scaleX(0);
}
.homeTeamLink .homeTeamLink__content {
  position: relative;
}
.homeTeamLink .homeTeamLink__content h2 {
  color: #000000;
  font-family: "Times Now";
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  line-height: 82px; /* 74.545% */
  letter-spacing: -6.6px;
  text-transform: uppercase;
  margin: 0;
  transition: color 0.5s ease;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (max-width: 1640px) {
  .homeTeamLink .homeTeamLink__content h2 {
    font-size: 100px;
    line-height: 80px; /* 80% */
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 1050px) {
  .homeTeamLink .homeTeamLink__content h2 {
    font-size: 82px;
    line-height: 57px;
    letter-spacing: -4.48px;
  }
}
@media only screen and (max-width: 950px) {
  .homeTeamLink .homeTeamLink__content h2 {
    font-size: 62px;
    line-height: 45px;
    letter-spacing: -3.48px;
  }
}
@media only screen and (max-width: 850px) {
  .homeTeamLink .homeTeamLink__content h2 {
    font-size: 52px;
    line-height: 38px;
    letter-spacing: -2.9px;
  }
}
@media only screen and (max-width: 768px) {
  .homeTeamLink .homeTeamLink__content h2 {
    font-size: 44px;
    line-height: 36px; /* 81.818% */
    letter-spacing: -2.64px;
  }
}
.homeTeamLink .homeTeamLink__content p {
  font-family: "Suisse Int'l";
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
  margin: 0;
  margin-top: 12px;
  transition: color 0.5s ease;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (max-width: 1640px) {
  .homeTeamLink .homeTeamLink__content p {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  .homeTeamLink .homeTeamLink__content p {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
  }
}
.homeTeamLink .homeTeamLink__arrow {
  transform: translate(-15px, 15px);
  opacity: 0;
}
.homeTeamLink .homeTeamLink__arrow svg {
  transition: 0.5s ease;
}
.homeTeamLink .homeTeamLink__arrow svg path {
  transition: 0.5s ease;
}
@media only screen and (max-width: 850px) {
  .homeTeamLink .homeTeamLink__arrow svg {
    width: 20px;
    height: auto;
    padding-right: 90px;
  }
}
@media only screen and (max-width: 650px) {
  .homeTeamLink .homeTeamLink__arrow svg {
    padding-right: 0;
  }
}
.homeTeamLink .homeTeamLink__imageHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 4;
}
@media only screen and (max-width: 900px) {
  .homeTeamLink .homeTeamLink__imageHolder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .homeTeamLink .homeTeamLink__imageHolder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image {
  grid-column: 7/span 5;
  position: relative;
}
.homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch {
  position: absolute;
  left: 0;
  top: -150%;
  display: grid;
}
.homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch img {
  grid-column: 1;
  grid-row: 1;
}
.homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch img:first-of-type {
  width: 562px;
  height: auto;
}
@media only screen and (max-width: 1640px) {
  .homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch img:first-of-type {
    width: 491px;
  }
}
@media only screen and (max-width: 1400px) {
  .homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch img:first-of-type {
    width: 435px;
  }
}
.homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch img:last-of-type {
  position: absolute;
  left: 35px;
  top: 42px;
  width: 468px;
  border-radius: 244px 244px 2px 2px;
  z-index: -1;
}
@media only screen and (max-width: 1640px) {
  .homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch img:last-of-type {
    border-radius: 242px 244px 2px 2px;
    width: 409px;
    left: 31px;
    top: 37px;
  }
}
@media only screen and (max-width: 1400px) {
  .homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch img:last-of-type {
    width: 363px;
    left: 27px;
    top: 32px;
  }
}
@media only screen and (max-width: 1640px) {
  .homeTeamLink .homeTeamLink__imageHolder .homeTeamLink__image .homeTeamLink__arch {
    top: -120%;
  }
}
@media only screen and (max-width: 1050px) {
  .homeTeamLink .homeTeamLink__imageHolder {
    display: none;
  }
}
.homeTeamLink:hover .border::after {
  transform: scaleX(1);
}
.homeTeamLink:hover .homeTeamLink__content h2,
.homeTeamLink:hover .homeTeamLink__content p {
  color: #2a2ecd;
}
.homeTeamLink:hover .homeTeamLink__arrow svg path {
  stroke: #2a2ecd;
}
.homeTeamLink:hover .homeTeamLink__imageHolder {
  opacity: 1;
}
@media only screen and (max-width: 1640px) {
  .homeTeamLink {
    padding-top: 24px;
  }
}
@media only screen and (max-width: 1050px) {
  .homeTeamLink {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 950px) {
  .homeTeamLink {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .homeTeamLink {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .homeTeamLink {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .homeTeamLink {
    padding-bottom: 40px;
  }
}

.disableHover:hover .border::after {
  transform: scaleX(0);
}
.disableHover:hover .homeTeamLink__content h2,
.disableHover:hover .homeTeamLink__content p {
  color: #000000;
}
.disableHover:hover .homeTeamLink__arrow svg path {
  stroke: #000000;
}
.disableHover:hover .homeTeamLink__imageHolder {
  opacity: 0;
}

.border {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #b2b2b2;
  transform-origin: left;
}
.border::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #2a2ecd;
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s ease;
}

.footer__break {
  margin-top: 330px;
}
.footer__break .footer__break__holder {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
.footer__break .footer__break__holder img {
  width: 100%;
  height: auto;
  display: block;
}
.footer__break .footer__break__holder .footer__break__logo {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.footer__break .footer__break__holder .footer__break__logo svg {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .footer__break .footer__break__holder .footer__break__logo svg {
    width: 214px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .footer__break .footer__break__holder .footer__break__logo svg {
    width: 261px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer__break .footer__break__holder .footer__break__logo svg {
    width: 214px;
  }
}
@media only screen and (max-width: 900px) {
  .footer__break .footer__break__holder .footer__break__logo svg {
    width: 167px;
  }
}
@media only screen and (max-width: 450px) {
  .footer__break .footer__break__holder .footer__break__logo svg {
    width: 114px;
  }
}
@media only screen and (max-width: 1728px) {
  .footer__break .footer__break__holder .footer__break__logo {
    left: 32px;
    bottom: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .footer__break .footer__break__holder .footer__break__logo {
    left: 28px;
    bottom: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer__break .footer__break__holder .footer__break__logo {
    left: 24px;
    bottom: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__break .footer__break__holder .footer__break__logo {
    left: 20px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__break .footer__break__holder .footer__break__logo {
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
  }
}
@media only screen and (max-width: 1992px) {
  .footer__break {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1440px) {
  .footer__break {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  .footer__break {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .footer__break {
    margin-top: 140px;
  }
}

.headerWithToile {
  background: #2a2ecd;
  height: 300px;
  overflow: hidden;
}
.headerWithToile .headerWithToile__holder {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  max-width: 2560px;
  height: inherit;
  margin: 0 auto;
  padding-left: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .headerWithToile .headerWithToile__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .headerWithToile .headerWithToile__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.headerWithToile .headerWithToile__holder .headerWithToile__title {
  grid-column: 1/span 7;
  grid-row: 1;
  align-self: end;
}
.headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
  color: #fcfcfc;
  font-family: "Times Now";
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  line-height: 82px; /* 74.545% */
  letter-spacing: -6.6px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
  opacity: 0;
}
@media only screen and (max-width: 1280px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 90px;
    line-height: 72px;
    letter-spacing: -5.2;
  }
}
@media only screen and (max-width: 1024px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 110px;
    line-height: 82px;
    letter-spacing: -6.6px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 740px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 90px;
    line-height: 72px;
    letter-spacing: -5.4px;
  }
}
@media only screen and (max-width: 600px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 80px;
    line-height: 65px;
    letter-spacing: -4.8px;
  }
}
@media only screen and (max-width: 530px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 70px;
    line-height: 65px;
    letter-spacing: -4.4px;
  }
}
@media only screen and (max-width: 460px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 60px;
    line-height: 48px;
    letter-spacing: -4.2px;
  }
}
@media only screen and (max-width: 390px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 58px;
    line-height: 46px; /* 79.31% */
    letter-spacing: -3.48px;
  }
}
@media only screen and (max-width: 375px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 54px;
    line-height: 43px; /* 79.31% */
    letter-spacing: -3.2px;
  }
}
@media only screen and (max-width: 360px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title h1 {
    font-size: 52px;
    line-height: 41px; /* 79.31% */
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 1339px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title {
    grid-column: 1/span 7;
  }
}
@media only screen and (max-width: 1024px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title {
    grid-column: 1/-1;
    grid-row: 1;
    margin-top: 140px;
  }
}
@media only screen and (max-width: 650px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__title {
    margin-top: 120px;
  }
}
.headerWithToile .headerWithToile__holder .headerWithToile__image {
  overflow: hidden;
  grid-column: 7/span 6;
  grid-row: 1;
  opacity: 0;
  align-self: end;
}
.headerWithToile .headerWithToile__holder .headerWithToile__image img {
  width: 842px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__image img {
    width: 660px;
  }
}
@media only screen and (max-width: 1024px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__image img {
    width: 100%;
    margin-top: 72px;
  }
}
@media only screen and (max-width: 650px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__image img {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 1339px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__image {
    grid-column: 8/span 5;
  }
}
@media only screen and (max-width: 1024px) {
  .headerWithToile .headerWithToile__holder .headerWithToile__image {
    grid-column: 1/-1;
    grid-row: 2;
  }
}
@media only screen and (max-width: 1728px) {
  .headerWithToile .headerWithToile__holder {
    padding-left: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .headerWithToile .headerWithToile__holder {
    padding-left: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .headerWithToile .headerWithToile__holder {
    padding-left: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .headerWithToile .headerWithToile__holder {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .headerWithToile {
    height: auto;
  }
}

.filterButton {
  display: flex;
  align-items: baseline;
}
.filterButton .filterButton__selectBtn {
  color: #2a2ecd;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-right: 8px;
  overflow: hidden;
  position: relative;
}
.filterButton .filterButton__selectBtn span {
  display: inline-block;
  transition: 0.3s ease;
  pointer-events: none;
}
.filterButton .filterButton__selectBtn:hover span {
  opacity: 0.5;
}
@media only screen and (max-width: 991px) {
  .filterButton .filterButton__selectBtn {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 650px) {
  .filterButton .filterButton__selectBtn {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.112px;
  }
}
.filterButton .filterButton__filter {
  color: #b2b2b2;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 650px) {
  .filterButton .filterButton__filter {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.112px;
  }
}
.filterButton .filterButton__clearBtn {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-left: 8px;
  display: none;
  transition: color 0.3s ease;
}
.filterButton .filterButton__clearBtn:hover {
  color: #2a2ecd;
}
@media only screen and (max-width: 650px) {
  .filterButton .filterButton__clearBtn {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.112px;
  }
}
.filterButton.selected .filterButton__clearBtn {
  display: inline;
}
.filterButton.selected .filterButton__filter {
  color: #000000;
}
@media only screen and (max-width: 650px) {
  .filterButton:first-of-type {
    margin-top: 10px;
  }
}

.disableHover .filterButton .filterButton__selectBtn:hover span {
  opacity: 1;
}

.filtersHolder {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .filtersHolder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .filtersHolder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.filtersHolder .filtersHolder__title {
  grid-column: 1;
  grid-row: 1;
  margin-right: 40px;
}
.filtersHolder .filtersHolder__title p {
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 650px) {
  .filtersHolder .filtersHolder__title p {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.112px;
  }
}
.filtersHolder .filtersHolder__buttons {
  padding-left: 156px;
  grid-column: 1/span 10;
  grid-row: 1;
  display: flex;
  flex-wrap: wrap;
}
.filtersHolder .filtersHolder__buttons .filterButton {
  margin-right: 48px;
}
.filtersHolder .filtersHolder__buttons .filterButton:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  .filtersHolder .filtersHolder__buttons {
    grid-column: 2/span 4;
    padding-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .filtersHolder .filtersHolder__buttons {
    grid-row: 2;
    grid-column: 1/-1;
    flex-direction: column;
  }
}
.filtersHolder .filtersHolder__resetAllBtn {
  margin-top: 20px;
  grid-row: 1;
  grid-column: 11/span 2;
  justify-self: end;
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  height: 22px;
  white-space: nowrap;
  display: none;
  transition: color 0.3s ease;
}
.filtersHolder .filtersHolder__resetAllBtn:hover {
  color: #2a2ecd;
}
.filtersHolder .filtersHolder__resetAllBtn.active {
  display: block;
}
@media only screen and (max-width: 900px) {
  .filtersHolder .filtersHolder__resetAllBtn {
    grid-column: 6;
  }
}
@media only screen and (max-width: 650px) {
  .filtersHolder .filtersHolder__resetAllBtn {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.112px;
    height: 16px;
  }
}

.filterMenu {
  background-color: #ffffff;
  width: 595px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  padding: 32px;
  box-sizing: border-box;
  flex-direction: column;
  overflow: auto;
  display: none;
}
.filterMenu .filterMenu__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.filterMenu .filterMenu__top p {
  color: #b2b2b2;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  text-transform: uppercase;
}
.filterMenu .filterMenu__top button {
  background-color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  transition: 0.3s ease;
}
.filterMenu .filterMenu__top button:hover {
  color: #2a2ecd;
}
@media only screen and (max-width: 550px) {
  .filterMenu .filterMenu__top button {
    font-size: 16px;
    line-height: 16px; /* 100% */
    letter-spacing: -0.112px;
  }
}
.filterMenu .filterMenu__buttons {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder:first-of-type {
  margin-top: 0;
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button {
  position: relative;
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 26px;
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button .filterMenu__button__label {
  font-family: "Times Now";
  padding-top: 14px;
  color: #000000;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 100% */
  letter-spacing: -2.64px;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
  pointer-events: none;
  text-align: left;
}
@media only screen and (max-width: 650px) {
  .filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button .filterMenu__button__label {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -1.6px;
    padding-top: 12px;
  }
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button .filterMenu__button__number {
  color: #b2b2b2;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  margin-bottom: 6px;
  pointer-events: none;
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button .filterMenu__button__arrow {
  position: absolute;
  left: -16px;
  top: 40%;
  transform: translate(-5px, -50%);
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
@media only screen and (max-width: 450px) {
  .filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button .filterMenu__button__arrow {
    display: none;
  }
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button:hover .border::after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button:hover .filterMenu__button__label {
  color: #2a2ecd;
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button.active .filterMenu__button__label {
  color: #2a2ecd;
}
.filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button.active .filterMenu__button__arrow {
  transform: translate(0px, -50%);
  opacity: 1;
}
@media only screen and (max-width: 550px) {
  .filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button {
    font-size: 38px;
    line-height: 38px; /* 100% */
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 450px) {
  .filterMenu .filterMenu__buttons .filterMenu__buttonHolder .filterMenu__button {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -1.6px;
    padding-bottom: 23px;
  }
}
@media only screen and (max-width: 675px) {
  .filterMenu {
    width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .filterMenu {
    padding-inline: 12px;
    padding-block: 24px;
  }
}

.disableHover .filterMenu .filterMenu__top button:hover {
  color: #000000;
}

.teamCard {
  width: 100%;
  height: auto;
}
.teamCard .teamCard__img {
  display: grid;
  overflow: hidden;
  opacity: 0;
  border-radius: 500px 500px 0px 0px;
  overflow: hidden;
  transform: translateY(20px);
}
.teamCard .teamCard__img img {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.teamCard .teamCard__info {
  margin-top: 12px;
  opacity: 0;
  transform: translateY(20px);
}
.teamCard .teamCard__info h2 {
  font-family: "Suisse Int'l";
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 450;
  line-height: 20px; /* 100% */
  letter-spacing: -0.2px;
  margin: 0;
  transition: 0.5s ease;
}
.teamCard .teamCard__info p {
  font-family: "Suisse Int'l";
  color: #999999;
  font-style: normal;
  font-size: 18px;
  font-weight: 450;
  line-height: 18px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-top: 0;
  margin-bottom: 0;
}
.teamCard .teamCard__tagsHolder {
  margin-top: 12px;
  opacity: 0;
  transform: translateY(20px);
}
.teamCard .teamCard__tagsHolder .teamCard__tags {
  display: flex;
  margin-bottom: 4px;
}
.teamCard .teamCard__tagsHolder .teamCard__tags:last-of-type {
  margin-bottom: 0;
}
.teamCard .teamCard__tagsHolder .teamCard__tags span {
  margin: 0;
  font-family: "Suisse Int'l";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 16px; /* 100% */
  letter-spacing: -0.112px;
  padding: 4px 8px;
}
.teamCard .teamCard__tagsHolder .teamCard__tags .teamCard__mainTag {
  color: #fcfcfc;
  background: #2a2ecd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teamCard .teamCard__tagsHolder .teamCard__tags .teamCard__numberOfTags {
  color: #2a2ecd;
  background: #e1e7f5;
  white-space: nowrap;
}
.teamCard:hover .teamCard__img img:last-of-type {
  transform: scale(1.05);
}
.teamCard:hover .teamCard__info h2 {
  color: #2a2ecd;
}

.teamGrid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 40px;
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .teamGrid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .teamGrid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.teamGrid .teamCard {
  grid-column: span 3;
}
@media only screen and (max-width: 1340px) {
  .teamGrid .teamCard {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1000px) {
  .teamGrid .teamCard {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 900px) {
  .teamGrid .teamCard {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 650px) {
  .teamGrid .teamCard {
    grid-column: 1/-1;
  }
}

.noResults {
  display: none;
  margin-top: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.noResults.show {
  display: flex;
}
.noResults h2 {
  width: 1120px;
  color: #000000;
  font-family: "Times Now";
  font-size: 88px;
  font-style: normal;
  font-weight: 300;
  line-height: 71px;
  letter-spacing: -5.28px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  opacity: 0;
}
@media only screen and (max-width: 1050px) {
  .noResults h2 {
    width: 728px;
  }
}
@media only screen and (max-width: 728px) {
  .noResults h2 {
    width: 490px;
    font-size: 64px;
    line-height: 55px; /* 86.364% */
    letter-spacing: -3.64px;
  }
}
@media only screen and (max-width: 520px) {
  .noResults h2 {
    width: 100%;
    font-size: 54px;
    line-height: 46px; /* 86.364% */
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 428px) {
  .noResults h2 {
    font-size: 44px;
    line-height: 38px; /* 86.364% */
    letter-spacing: -2.64px;
  }
}
.noResults p {
  color: #b2b2b2;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
  margin-bottom: 0;
  margin-top: 28px;
  opacity: 0;
  transform: translateY(40px);
  text-align: center;
}
@media only screen and (max-width: 1050px) {
  .noResults p {
    font-size: 20px;
    line-height: 20px; /* 100% */
    letter-spacing: -0.2px;
  }
}
@media only screen and (max-width: 768px) {
  .noResults {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 640px) {
  .noResults {
    margin-top: 100px;
  }
}

.pageTransition {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
}
.pageTransition .pageTransition__blue,
.pageTransition .pageTransition__white {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translateY(-100%);
}
.pageTransition .pageTransition__blue {
  background: #2a2ecd;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 650px) {
  .pageTransition .pageTransition__blue svg {
    width: 39px;
    height: auto;
  }
}
.pageTransition .pageTransition__white {
  background: #fcfcfc;
}

.ribbon {
  transform: translateY(100%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #b2b2b2;
  display: none;
  z-index: 3;
}
.ribbon.show {
  display: block;
}
.ribbon .ribbon__holder {
  max-width: 2480px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding-block: 20px;
}
.ribbon .ribbon__holder .ribbon__content {
  display: flex;
  align-items: center;
}
.ribbon .ribbon__holder .ribbon__content .ribbon__element {
  display: flex;
  align-items: center;
}
.ribbon .ribbon__holder .ribbon__content .ribbon__element svg {
  margin-inline: 20px;
}
.ribbon .ribbon__holder .ribbon__content .ribbon__element p {
  color: #2a2ecd;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  white-space: nowrap;
}

.home__hero {
  padding-top: 90px;
}
.home__hero .home__hero__holder {
  padding-inline: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1728px) {
  .home__hero .home__hero__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__hero .home__hero__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__hero .home__hero__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home__hero .home__hero__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__hero .home__hero__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .home__hero .home__hero__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home__hero .home__hero__holder {
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .home__hero .home__hero__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .home__hero .home__hero__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.home__hero .home__hero__holder > picture {
  grid-column: 1/-1;
  grid-row: 1;
  position: relative;
  padding-top: 52.8%;
}
.home__hero .home__hero__holder > picture .home__hero__toile {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .home__hero .home__hero__holder > picture {
    padding-top: 145.4%;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero .home__hero__holder > picture {
    padding-top: 182.6%;
  }
}
.home__hero .home__hero__holder .home__hero__content {
  grid-column: 1/-1;
  grid-row: 1;
  width: 100%;
  height: auto;
}
.home__hero .home__hero__holder .home__hero__content .home__hero__logo {
  margin-top: 4.9%;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: scale(0.9);
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo svg {
    width: 47px;
    height: auto;
  }
}
@media only screen and (max-width: 1380px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo {
    margin-top: 4.6%;
  }
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo svg {
    width: 39px;
    height: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo {
    margin-top: 19%;
  }
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo svg {
    width: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo {
    margin-top: 16%;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo {
    margin-top: 25%;
  }
}
@media only screen and (max-width: 500px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo {
    margin-top: 23%;
  }
  .home__hero .home__hero__holder .home__hero__content .home__hero__logo svg {
    width: 39px;
  }
}
.home__hero .home__hero__holder .home__hero__content .home__hero__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2a2ecd;
  font-family: "Times Now";
}
.home__hero .home__hero__holder .home__hero__content .home__hero__text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 100% */
  letter-spacing: -1px;
  margin: 0;
  transform: translateY(20px);
  opacity: 0;
}
.home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
  width: 1100px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  line-height: 82px; /* 74.545% */
  letter-spacing: -6.6px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
}
@media only screen and (max-width: 1792px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    width: 1000px;
    font-size: 100px;
    line-height: 80px; /* 80% */
    letter-spacing: -6px;
    margin-top: 34px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    width: 880px;
    margin-top: 24px;
    font-size: 88px;
    line-height: 71px; /* 80.682% */
    letter-spacing: -5.28px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 1380px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    width: 684px;
    font-size: 68px;
    line-height: 54px; /* 79.412% */
    letter-spacing: -4.08px;
  }
}
@media only screen and (max-width: 1200px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    width: 620px;
    font-size: 60px;
    line-height: 50px; /* 79.412% */
    letter-spacing: -4.08px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    width: 500px;
    font-size: 52px;
    line-height: 48px; /* 79.412% */
    letter-spacing: -4.08px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    margin-top: 32px;
    margin-bottom: 28px;
    width: 540px;
    font-size: 88px;
    line-height: 71px; /* 80.682% */
    letter-spacing: -5.28px;
  }
}
@media only screen and (max-width: 750px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    width: 460px;
    font-size: 72px;
    line-height: 56px; /* 80.682% */
    letter-spacing: -4.28px;
  }
}
@media only screen and (max-width: 500px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text h1 {
    width: 354px;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 58px;
    line-height: 46px; /* 79.31% */
    letter-spacing: -3.48px;
  }
}
.home__hero .home__hero__holder .home__hero__content .home__hero__text #scrollDownHeroBtn {
  opacity: 0;
  transform: translateY(-20px);
}
@media only screen and (max-width: 1280px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text #scrollDownHeroBtn svg {
    width: 28px;
    height: auto;
  }
}
.home__hero .home__hero__holder .home__hero__content .home__hero__text #scrollDownHeroBtn span {
  position: absolute;
  top: -999999px;
  left: -999999px;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 1792px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 620px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text {
    margin-top: 6%;
  }
}
@media only screen and (max-width: 500px) {
  .home__hero .home__hero__holder .home__hero__content .home__hero__text {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 768px) {
  .home__hero {
    padding-top: 82px;
  }
}

.home__about {
  margin-top: 330px;
}
.home__about .home__about__holder {
  max-width: 2560px;
  margin: 0 auto;
  padding-inline: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
}
@media only screen and (max-width: 1728px) {
  .home__about .home__about__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__about .home__about__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__about .home__about__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home__about .home__about__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__about .home__about__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .home__about .home__about__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home__about .home__about__holder {
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .home__about .home__about__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .home__about .home__about__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.home__about .home__about__holder .home__about__image {
  grid-column: 2/span 3;
}
.home__about .home__about__holder .home__about__image img {
  width: 100%;
  height: auto;
  transform: translateY(-80px);
}
@media only screen and (max-width: 1990px) {
  .home__about .home__about__holder .home__about__image {
    grid-column: 2/span 4;
  }
}
@media only screen and (max-width: 900px) {
  .home__about .home__about__holder .home__about__image {
    grid-column: 1/span 3;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .home__about .home__about__holder .home__about__image {
    grid-column: 1/span 4;
    margin-top: 100px;
    grid-row: 2;
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .home__about .home__about__holder .home__about__image {
    grid-column: 1/-1;
    padding-inline: 26px;
  }
}
.home__about .home__about__holder .home__about__text {
  grid-column: 7/span 2;
}
.home__about .home__about__holder .home__about__text p {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-top: 0;
  margin-bottom: 18px;
}
.home__about .home__about__holder .home__about__text p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1990px) {
  .home__about .home__about__holder .home__about__text {
    grid-column: 7/span 3;
  }
}
@media only screen and (max-width: 1520px) {
  .home__about .home__about__holder .home__about__text {
    grid-column: 7/span 4;
  }
}
@media only screen and (max-width: 1150px) {
  .home__about .home__about__holder .home__about__text {
    grid-column: 7/span 5;
  }
}
@media only screen and (max-width: 900px) {
  .home__about .home__about__holder .home__about__text {
    grid-column: 4/span 3;
  }
}
@media only screen and (max-width: 700px) {
  .home__about .home__about__holder .home__about__text {
    grid-column: 3/span 4;
  }
}
@media only screen and (max-width: 500px) {
  .home__about .home__about__holder .home__about__text {
    grid-column: 1/-1;
  }
}
.home__about .home__about__holder .hero__about__title {
  grid-column: 1/span 10;
  margin-top: 200px;
}
.home__about .home__about__holder .hero__about__title h2 {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; /* 106.667% */
  letter-spacing: -1.8px;
  margin: 0;
}
@media only screen and (max-width: 1990px) {
  .home__about .home__about__holder .hero__about__title h2 {
    font-size: 44px;
    line-height: 48px; /* 109.091% */
    letter-spacing: -1.32px;
  }
}
@media only screen and (max-width: 1320px) {
  .home__about .home__about__holder .hero__about__title h2 {
    font-size: 32px;
    line-height: 34px; /* 106.25% */
    letter-spacing: -0.96px;
  }
}
@media only screen and (max-width: 650px) {
  .home__about .home__about__holder .hero__about__title h2 {
    font-size: 29px;
    line-height: 29px; /* 100% */
    letter-spacing: -0.87px;
  }
}
.home__about .home__about__holder .hero__about__title p {
  color: #b2b2b2;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-bottom: 0;
  margin-top: 32px;
}
@media only screen and (max-width: 1990px) {
  .home__about .home__about__holder .hero__about__title p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1990px) {
  .home__about .home__about__holder .hero__about__title {
    grid-column: 1/span 9;
    margin-top: 220px;
  }
}
@media only screen and (max-width: 1520px) {
  .home__about .home__about__holder .hero__about__title {
    margin-top: 200px;
    grid-column: 1/span 10;
  }
}
@media only screen and (max-width: 1150px) {
  .home__about .home__about__holder .hero__about__title {
    grid-column: 1/span 11;
  }
}
@media only screen and (max-width: 900px) {
  .home__about .home__about__holder .hero__about__title {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 500px) {
  .home__about .home__about__holder .hero__about__title {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__about {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__about {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__about {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .home__about {
    margin-top: 140px;
  }
}

.home__investments {
  margin-top: 200px;
}
.home__investments .home__investments__holder {
  padding-inline: 40px;
  box-sizing: border-box;
  max-width: 2560px;
  margin: 0 auto;
}
@media only screen and (max-width: 1728px) {
  .home__investments .home__investments__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__investments .home__investments__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__investments .home__investments__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home__investments .home__investments__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__investments .home__investments__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .home__investments .home__investments__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home__investments .home__investments__holder {
    padding-inline: 12px;
  }
}
.home__investments .home__investments__holder .home__investments__title {
  opacity: 0;
  transform: translateY(40px);
}
.home__investments .home__investments__holder .home__investments__title h2 {
  margin: 0;
  color: #2a2ecd;
  font-family: "Times Now";
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 100% */
  letter-spacing: -2.64px;
}
@media only screen and (max-width: 1150px) {
  .home__investments .home__investments__holder .home__investments__title h2 {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -1.6px;
  }
}
.home__investments .home__investments__holder .home__investments__links {
  margin-top: 90px;
}
@media only screen and (max-width: 1280px) {
  .home__investments .home__investments__holder .home__investments__links {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .home__investments .home__investments__holder .home__investments__links {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 620px) {
  .home__investments .home__investments__holder .home__investments__links {
    margin-top: 24px;
  }
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder {
  padding-top: 22px;
  position: relative;
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder .border {
  transform: scaleX(0);
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink {
  display: flex;
  align-items: baseline;
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink .home__investments__seeAllLink__text {
  color: #2a2ecd;
  font-family: "Times Now";
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 100% */
  letter-spacing: -2.64px;
  margin-right: 24px;
  transform: translateY(40px);
  opacity: 0;
}
@media only screen and (max-width: 1150px) {
  .home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink .home__investments__seeAllLink__text {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -1.6px;
  }
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink .home__investments__seeAllLink__arrow {
  opacity: 0;
  transform: translate(-15px, 15px);
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink .home__investments__seeAllLink__arrow svg {
  transition: 0.5s ease;
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink .home__investments__seeAllLink__arrow svg path {
  transition: 0.5s ease;
}
@media only screen and (max-width: 1150px) {
  .home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink .home__investments__seeAllLink__arrow svg {
    width: 20px;
    height: auto;
  }
}
.home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink:hover .home__investments__seeAllLink__arrow svg path {
  stroke: #2a2ecd;
}
@media only screen and (max-width: 1150px) {
  .home__investments .home__investments__holder .home__investments__seeAllLinkHolder {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 1728px) {
  .home__investments {
    margin-top: 112px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__investments {
    margin-top: 92px;
  }
}

.disableHover .home__investments .home__investments__holder .home__investments__seeAllLinkHolder .home__investments__seeAllLink:hover .home__investments__seeAllLink__arrow svg path {
  stroke: #000000;
}

.home__imageBreakOne {
  margin-top: 285px;
}
.home__imageBreakOne .home__imageBreakOne__holder {
  margin: 0 auto;
  max-width: 2560px;
  position: relative;
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder {
  position: absolute;
  padding-top: 100px;
  left: 50%;
  transform: translateX(-50%);
  top: -300px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder > svg {
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  top: 20px;
  width: calc(100% + 800px);
  height: auto;
}
@media only screen and (max-width: 2250px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder > svg {
    width: calc(100% + 800px);
  }
}
@media only screen and (max-width: 1992px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder > svg {
    width: calc(100% + 450px);
    transform: translateX(-57%);
  }
}
@media only screen and (max-width: 1440px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder > svg {
    width: calc(100% + 400px);
  }
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
  transform: translateX(-1000px);
  width: 530px;
  height: auto;
}
@media only screen and (max-width: 2250px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 480px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 400px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 340px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 320px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 280px;
  }
}
@media only screen and (max-width: 1100px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 260px;
  }
}
@media only screen and (max-width: 700px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 240px;
  }
}
@media only screen and (max-width: 450px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder .home__imageBreakOne__plane {
    width: 200px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder {
    top: -230px;
  }
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder {
    top: -200px;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__planeHolder {
    transform: translateX(-50%) rotate(0);
    top: -150px;
  }
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  align-items: end;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left {
  grid-row: 1;
  grid-column: 1/span 6;
  pointer-events: none;
  opacity: 0;
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left img {
  width: 106%;
  height: auto;
}
@media only screen and (max-width: 1280px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left img {
    width: 110%;
  }
}
@media only screen and (max-width: 900px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left img {
    width: 110%;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left img {
    width: 100%;
  }
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left {
    grid-column: 1/span 4;
  }
}
@media only screen and (max-width: 1280px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left {
    grid-column: 1/span 5;
  }
}
@media only screen and (max-width: 900px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left {
    justify-self: start;
    grid-row: 1;
    grid-column: 1/-1;
    width: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__left {
    width: 100%;
  }
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__right {
  grid-row: 1;
  grid-column: 7/span 6;
  opacity: 0;
  pointer-events: none;
}
.home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__right img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__right img {
    width: 100%;
  }
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__right {
    grid-column: 5/span 8;
  }
}
@media only screen and (max-width: 1280px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__right {
    grid-column: 6/span 7;
  }
}
@media only screen and (max-width: 900px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__right {
    grid-row: 1;
    grid-column: 1/-1;
    justify-self: end;
    width: 55%;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakOne .home__imageBreakOne__holder .home__imageBreakOne__images .home__imageBreakOne__right {
    display: none;
  }
}
@media only screen and (max-width: 1992px) {
  .home__imageBreakOne {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 800px) {
  .home__imageBreakOne {
    margin-top: 180px;
  }
}

.home__cta {
  margin-top: 330px;
  overflow: hidden;
  padding-inline: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1728px) {
  .home__cta {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__cta {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__cta {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home__cta {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__cta {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .home__cta {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home__cta {
    padding-inline: 12px;
  }
}
.home__cta .home__cta__holder {
  margin: 0 auto;
  background-color: #2a2ecd;
  max-width: 2480px;
  max-height: 1310px;
  width: auto;
  height: calc(100vh - 80px);
  padding-block: 140px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-inline: 35px;
  isolation: isolate;
}
.home__cta .home__cta__holder .home__cta__logo {
  opacity: 0;
  transform: scale(0.9);
}
@media only screen and (max-width: 1440px) {
  .home__cta .home__cta__holder .home__cta__logo svg {
    width: 47px;
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  .home__cta .home__cta__holder .home__cta__logo svg {
    width: 39px;
  }
}
@media only screen and (max-width: 991px) {
  .home__cta .home__cta__holder .home__cta__logo svg {
    width: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .home__cta .home__cta__holder .home__cta__logo svg {
    width: 39px;
  }
}
.home__cta .home__cta__holder .home__cta__title {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home__cta .home__cta__holder .home__cta__title h2 {
  width: 1134px;
  font-family: "Times Now";
  color: #fcfcfc;
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  line-height: 82px; /* 74.545% */
  letter-spacing: -6.6px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 1992px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    width: 1060px;
    font-size: 100px;
    line-height: 80px; /* 80% */
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 1600px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    width: 916px;
    font-size: 88px;
    line-height: 71px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1240px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    font-size: 72px;
    line-height: 57px;
    letter-spacing: -5.28px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1080px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    width: 660px;
    font-size: 62px;
    line-height: 49px;
    letter-spacing: -3.28px;
  }
}
@media only screen and (max-width: 1080px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 760px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    font-size: 72px;
    line-height: 57px;
    letter-spacing: -5.28px;
  }
}
@media only screen and (max-width: 640px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    font-size: 62px;
    line-height: 49px;
    letter-spacing: -3.28px;
  }
}
@media only screen and (max-width: 540px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    font-size: 54px;
    line-height: 43px; /* 81.818% */
    letter-spacing: -3px;
  }
}
@media only screen and (max-width: 480px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    font-size: 50px;
    line-height: 40px; /* 81.818% */
    letter-spacing: -2.64px;
  }
}
@media only screen and (max-width: 427px) {
  .home__cta .home__cta__holder .home__cta__title h2 {
    font-size: 44px;
    line-height: 36px;
    letter-spacing: -2.64px;
  }
}
.home__cta .home__cta__holder .home__cta__button {
  transform: translateY(40px);
  opacity: 0;
}
.home__cta .home__cta__holder .home__cta__button a {
  height: 62px;
  position: relative;
  display: inline-block;
}
.home__cta .home__cta__holder .home__cta__button a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Suisse Int'l";
  color: #fcfcfc;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  transition: color 0.3s ease;
}
.home__cta .home__cta__holder .home__cta__button a svg path {
  transition: fill 0.3s ease;
}
.home__cta .home__cta__holder .home__cta__button a:hover span {
  color: #2a2ecd;
}
.home__cta .home__cta__holder .home__cta__button a:hover svg path {
  fill: #fcfcfc;
}
.home__cta .home__cta__holder .home__cta__ilustration--left {
  position: absolute;
  left: 0;
  top: 80px;
  transform: translateX(-40px);
  opacity: 0;
}
.home__cta .home__cta__holder .home__cta__ilustration--left img {
  width: 244px;
  height: auto;
}
@media only screen and (max-width: 1992px) {
  .home__cta .home__cta__holder .home__cta__ilustration--left img {
    width: 207px;
  }
}
@media only screen and (max-width: 1600px) {
  .home__cta .home__cta__holder .home__cta__ilustration--left img {
    width: 176px;
  }
}
@media only screen and (max-width: 640px) {
  .home__cta .home__cta__holder .home__cta__ilustration--left img {
    width: 96px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__cta .home__cta__holder .home__cta__ilustration--left {
    top: 72px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__cta .home__cta__holder .home__cta__ilustration--left {
    top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .home__cta .home__cta__holder .home__cta__ilustration--left {
    top: 10px;
  }
}
.home__cta .home__cta__holder .home__cta__ilustration--right {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: -1;
  transform: translateX(40px);
  opacity: 0;
}
.home__cta .home__cta__holder .home__cta__ilustration--right img {
  width: 314px;
  height: auto;
}
@media only screen and (max-width: 1992px) {
  .home__cta .home__cta__holder .home__cta__ilustration--right img {
    width: 233px;
  }
}
@media only screen and (max-width: 640px) {
  .home__cta .home__cta__holder .home__cta__ilustration--right img {
    width: 163px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__cta .home__cta__holder .home__cta__ilustration--right {
    bottom: 72px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__cta .home__cta__holder .home__cta__ilustration--right {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__cta .home__cta__holder {
    padding-block: 108px;
  }
}
@media only screen and (max-width: 1728px) {
  .home__cta .home__cta__holder {
    height: calc(100vh - 64px);
  }
}
@media only screen and (max-width: 1440px) {
  .home__cta .home__cta__holder {
    padding-block: 80px;
    height: calc(100vh - 56px);
  }
}
@media only screen and (max-width: 1280px) {
  .home__cta .home__cta__holder {
    padding-block: 60px;
    height: calc(100vh - 48px);
  }
}
@media only screen and (max-width: 991px) {
  .home__cta .home__cta__holder {
    padding-block: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .home__cta .home__cta__holder {
    height: calc(100vh - 40px);
  }
}
@media only screen and (max-width: 760px) {
  .home__cta .home__cta__holder {
    padding-block: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .home__cta .home__cta__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__cta .home__cta__holder {
    height: calc(100vh - 32px);
  }
}
@media only screen and (max-width: 500px) {
  .home__cta .home__cta__holder {
    height: calc(100vh - 28px);
  }
}
@media only screen and (max-width: 480px) {
  .home__cta .home__cta__holder {
    padding-inline: 8px;
  }
}
@media only screen and (max-width: 450px) {
  .home__cta .home__cta__holder {
    height: calc(100vh - 24px);
  }
}
@media only screen and (max-width: 1992px) {
  .home__cta {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__cta {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .home__cta {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .home__cta {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 550px) {
  .home__cta {
    margin-top: 130px;
  }
}

.disableHover .home__cta .home__cta__holder .home__cta__button a:hover svg path {
  fill: #2a2ecd;
}
.disableHover .home__cta .home__cta__holder .home__cta__button a:hover span {
  color: #fcfcfc;
}

.home__press {
  margin-top: 330px;
}
.home__press .home__press__holder {
  padding-inline: 40px;
  box-sizing: border-box;
  max-width: 2560px;
  margin: 0 auto;
}
@media only screen and (max-width: 1728px) {
  .home__press .home__press__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__press .home__press__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__press .home__press__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home__press .home__press__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__press .home__press__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .home__press .home__press__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home__press .home__press__holder {
    padding-inline: 12px;
  }
}
.home__press .home__press__holder .home__press__title {
  display: flex;
  align-items: baseline;
}
.home__press .home__press__holder .home__press__title h2 {
  font-family: "Times Now";
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  line-height: 82px; /* 74.545% */
  letter-spacing: -6.6px;
  text-transform: uppercase;
  margin: 0;
  margin-right: 24px;
}
@media only screen and (max-width: 1440px) {
  .home__press .home__press__holder .home__press__title h2 {
    font-size: 100px;
    line-height: 80px; /* 80% */
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 1050px) {
  .home__press .home__press__holder .home__press__title h2 {
    font-size: 80px;
    line-height: 61px; /* 76.667% */
    letter-spacing: -4px;
  }
}
@media only screen and (max-width: 860px) {
  .home__press .home__press__holder .home__press__title h2 {
    font-size: 60px;
    line-height: 46px; /* 76.667% */
    letter-spacing: -3.6px;
  }
}
.home__press .home__press__holder .home__press__title svg {
  transform: translate(-15px, 15px);
  opacity: 0;
}
@media only screen and (max-width: 457px) {
  .home__press .home__press__holder .home__press__title svg {
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 457px) {
  .home__press .home__press__holder .home__press__title {
    align-items: end;
  }
}
.home__press .home__press__holder .home__press__links {
  margin-top: 90px;
}
@media only screen and (max-width: 1280px) {
  .home__press .home__press__holder .home__press__links {
    margin-top: 72px;
  }
}
@media only screen and (max-width: 640px) {
  .home__press .home__press__holder .home__press__links {
    margin-top: 54px;
  }
}
@media only screen and (max-width: 1992px) {
  .home__press {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__press {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__press {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .home__press {
    margin-top: 140px;
  }
}

.home__imageBreakTwo {
  margin-top: 290px;
}
.home__imageBreakTwo .home__imageBreakTwo__holder {
  margin: 0 auto;
  max-width: 2560px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  align-items: start;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .home__imageBreakTwo .home__imageBreakTwo__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left {
  grid-column: 1/span 6;
  margin-top: 23%;
  opacity: 0;
}
.home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left img {
  width: 105%;
  height: auto;
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left img {
    width: 108%;
  }
}
@media only screen and (max-width: 900px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left img {
    width: 92%;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left img {
    width: 100%;
  }
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left {
    grid-column: 1/span 7;
    margin-top: 27%;
  }
}
@media only screen and (max-width: 900px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left {
    margin-top: 24%;
    grid-row: 1;
    grid-column: 1/span 4;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__left {
    grid-column: 1/-1;
    margin-top: 0;
  }
}
.home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right {
  grid-column: 7/span 6;
  justify-self: end;
  opacity: 0;
}
.home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right img {
  width: 102%;
  height: auto;
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right img {
    width: 96%;
  }
}
@media only screen and (max-width: 900px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right img {
    width: 80%;
  }
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right picture {
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 1728px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right {
    grid-column: 8/span 5;
  }
}
@media only screen and (max-width: 900px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right {
    grid-row: 1;
    grid-column: 4/span 3;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakTwo .home__imageBreakTwo__holder .home__imageBreakTwo__right {
    display: none;
  }
}
@media only screen and (max-width: 1992px) {
  .home__imageBreakTwo {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__imageBreakTwo {
    margin-top: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__imageBreakTwo {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 600px) {
  .home__imageBreakTwo {
    margin-top: 100px;
  }
}

.home__socialProof {
  margin-top: 330px;
}
.home__socialProof .home__socialProof__holder {
  padding-inline: 40px;
  box-sizing: border-box;
  max-width: 2560px;
  margin: 0 auto;
}
@media only screen and (max-width: 1728px) {
  .home__socialProof .home__socialProof__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__socialProof .home__socialProof__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__socialProof .home__socialProof__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home__socialProof .home__socialProof__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__socialProof .home__socialProof__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .home__socialProof .home__socialProof__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home__socialProof .home__socialProof__holder {
    padding-inline: 12px;
  }
}
.home__socialProof .home__socialProof__holder .home__socialProof__header {
  margin-bottom: 100px;
}
.home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title {
  display: flex;
  align-items: baseline;
}
.home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title h2 {
  font-family: "Times Now";
  color: #000000;
  font-size: 110px;
  font-style: normal;
  font-weight: 300;
  line-height: 82px; /* 74.545% */
  letter-spacing: -6.6px;
  text-transform: uppercase;
  margin: 0;
  margin-right: 24px;
}
@media only screen and (max-width: 1280px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title h2 {
    font-size: 100px;
    line-height: 80px; /* 80% */
    letter-spacing: -6px;
  }
}
@media only screen and (max-width: 1050px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title h2 {
    font-size: 80px;
    line-height: 61px; /* 76.667% */
    letter-spacing: -4px;
  }
}
@media only screen and (max-width: 860px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title h2 {
    font-size: 60px;
    line-height: 46px; /* 76.667% */
    letter-spacing: -3.6px;
  }
}
.home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title svg {
  opacity: 0;
  transform: translate(-15px, 15px);
}
@media only screen and (max-width: 465px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title svg {
    padding-bottom: 4px;
  }
}
@media only screen and (max-width: 465px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header .home__socialProof__title {
    align-items: end;
  }
}
.home__socialProof .home__socialProof__holder .home__socialProof__header p {
  font-family: "Suisse Int'l";
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
  margin: 0;
  margin-top: 16px;
  opacity: 0;
  transform: translateY(20px);
}
@media only screen and (max-width: 1280px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header p {
    font-size: 18px;
    line-height: 22px; /* 122.222% */
    letter-spacing: -0.18px;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 650px) {
  .home__socialProof .home__socialProof__holder .home__socialProof__header {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 2240px) {
  .home__socialProof .home__socialProof__holder .socialProofGrid .socialProofCard:nth-of-type(4) {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .home__socialProof .home__socialProof__holder .socialProofGrid .socialProofCard:nth-of-type(4) {
    display: block;
  }
}
@media only screen and (max-width: 1992px) {
  .home__socialProof {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__socialProof {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__socialProof {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .home__socialProof {
    margin-top: 140px;
  }
}

.home__team {
  margin-top: 240px;
}
.home__team .home__team__holder {
  max-width: 2560px;
  margin: 0 auto;
  padding-inline: 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
}
@media only screen and (max-width: 1728px) {
  .home__team .home__team__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .home__team .home__team__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__team .home__team__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .home__team .home__team__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .home__team .home__team__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .home__team .home__team__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .home__team .home__team__holder {
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 900px) {
  .home__team .home__team__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .home__team .home__team__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.home__team .home__team__holder .home__team__content {
  grid-column: 1/-1;
  position: relative;
}
.home__team .home__team__holder .home__team__content > h2 {
  color: #2a2ecd;
  font-family: "Times Now";
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px; /* 100% */
  letter-spacing: -2.64px;
  margin: 0;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (max-width: 1280px) {
  .home__team .home__team__holder .home__team__content > h2 {
    font-size: 32px;
    line-height: 32px; /* 100% */
    letter-spacing: -1.6px;
  }
}
.home__team .home__team__holder .home__team__content .home__team__description {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .home__team .home__team__holder .home__team__content .home__team__description {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .home__team .home__team__holder .home__team__content .home__team__description {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.home__team .home__team__holder .home__team__content .home__team__description p {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-top: 0;
  margin-bottom: 18px;
  grid-column: 1/span 3;
}
.home__team .home__team__holder .home__team__content .home__team__description p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1992px) {
  .home__team .home__team__holder .home__team__content .home__team__description p {
    grid-column: 1/span 4;
  }
}
@media only screen and (max-width: 1320px) {
  .home__team .home__team__holder .home__team__content .home__team__description p {
    grid-column: 1/span 5;
  }
}
@media only screen and (max-width: 1050px) {
  .home__team .home__team__holder .home__team__content .home__team__description p {
    grid-column: 1/span 6;
  }
}
@media only screen and (max-width: 900px) {
  .home__team .home__team__holder .home__team__content .home__team__description p {
    grid-column: 1/span 4;
  }
}
@media only screen and (max-width: 900px) {
  .home__team .home__team__holder .home__team__content .home__team__description p {
    grid-column: 1/span 4;
  }
}
@media only screen and (max-width: 650px) {
  .home__team .home__team__holder .home__team__content .home__team__description p {
    grid-column: 1/-1;
  }
}
.home__team .home__team__holder .home__team__content .home__team__listHolder {
  margin-top: 100px;
}
@media only screen and (max-width: 650px) {
  .home__team .home__team__holder .home__team__content .home__team__listHolder {
    margin-top: 80px;
  }
}
.home__team .home__team__holder .home__team__content > .border {
  top: unset;
  bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .home__team .home__team__holder .home__team__content > .border {
    display: none;
  }
}
.home__team .home__team__holder .home__team__cta {
  margin-top: 140px;
  grid-column: 1/span 3;
}
.home__team .home__team__holder .home__team__cta .home__team__cta__title {
  width: 450px;
  margin-bottom: 40px;
}
.home__team .home__team__holder .home__team__cta .home__team__cta__title h2 {
  color: #000000;
  font-family: "Times Now";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 100% */
  letter-spacing: -1.6px;
  margin: 0;
}
@media only screen and (max-width: 1440px) {
  .home__team .home__team__holder .home__team__cta .home__team__cta__title {
    width: 100%;
  }
}
.home__team .home__team__holder .home__team__cta .home__team__cta__button {
  transform: translateY(40px);
  opacity: 0;
}
.home__team .home__team__holder .home__team__cta .home__team__cta__button .button {
  width: 261px;
}
@media only screen and (max-width: 1992px) {
  .home__team .home__team__holder .home__team__cta {
    grid-column: 1/span 4;
  }
}
@media only screen and (max-width: 1280px) {
  .home__team .home__team__holder .home__team__cta {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .home__team .home__team__holder .home__team__cta {
    grid-column: 1/span 6;
  }
}
@media only screen and (max-width: 900px) {
  .home__team .home__team__holder .home__team__cta {
    grid-column: 1/span 3;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home__team .home__team__holder .home__team__cta {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 1992px) {
  .home__team {
    margin-top: 240px;
  }
}
@media only screen and (max-width: 1280px) {
  .home__team {
    margin-top: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .home__team {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .home__team {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 550px) {
  .home__team {
    margin-top: 130px;
  }
}

.mainContent--Investments {
  min-height: 100vh;
}
.mainContent--Investments .investments__holder {
  margin: 0 auto;
  max-width: 2560px;
  padding-inline: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1728px) {
  .mainContent--Investments .investments__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .mainContent--Investments .investments__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .mainContent--Investments .investments__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .mainContent--Investments .investments__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mainContent--Investments .investments__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .mainContent--Investments .investments__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .mainContent--Investments .investments__holder {
    padding-inline: 12px;
  }
}
.mainContent--Investments .investments__holder .filtersHolder--investmnets {
  opacity: 0;
  transform: translateY(40px);
}
.mainContent--Investments .investments__holder .investmnets__content .investments__companies__list {
  margin-top: 100px;
}
.mainContent--Investments .investments__holder .investmnets__content .investments__companies__list.hide {
  display: none;
}
@media only screen and (max-width: 650px) {
  .mainContent--Investments .investments__holder .investmnets__content .investments__companies__list {
    margin-top: 70px;
  }
}

.press__list__holder {
  padding-inline: 40px;
  box-sizing: border-box;
  margin: 100px auto 0 auto;
  max-width: 2560px;
}
@media only screen and (max-width: 1728px) {
  .press__list__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .press__list__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .press__list__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .press__list__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .press__list__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .press__list__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .press__list__holder {
    padding-inline: 12px;
  }
}
@media only screen and (max-width: 650px) {
  .press__list__holder {
    margin: 80px auto 0 auto;
  }
}

.social-proof__content {
  padding-inline: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 2560px;
}
@media only screen and (max-width: 1728px) {
  .social-proof__content {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .social-proof__content {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .social-proof__content {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .social-proof__content {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .social-proof__content {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .social-proof__content {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .social-proof__content {
    padding-inline: 12px;
  }
}
.social-proof__content .social-proof__title {
  margin-top: 32px;
  margin-bottom: 100px;
  opacity: 0;
  transform: translateY(40px);
}
.social-proof__content .social-proof__title h2 {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
  margin: 0;
}
@media only screen and (max-width: 650px) {
  .social-proof__content .social-proof__title {
    margin-bottom: 80px;
  }
}

.mainContent--contact {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainContent--contact .contact__content > h1 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -99999;
  top: -999999;
}
.mainContent--contact .contact__content .contact__holder {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  margin: 0 auto;
  align-items: center;
  max-width: 2560px;
}
@media only screen and (max-width: 900px) {
  .mainContent--contact .contact__content .contact__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .mainContent--contact .contact__content .contact__holder {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.mainContent--contact .contact__content .contact__holder .contact__text {
  padding-inline: 40px;
  box-sizing: border-box;
  grid-column: 1/-1;
  grid-row: 1;
}
@media only screen and (max-width: 1728px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    padding-inline: 12px;
  }
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item {
  margin-bottom: 45px;
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item:last-of-type {
  margin-bottom: 0;
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item > p {
  color: #b2b2b2;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  text-transform: uppercase;
  transform: translateY(40px);
  opacity: 0;
}
@media only screen and (max-width: 740px) {
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item > p {
    font-size: 14px;
    line-height: 14px; /* 100% */
    letter-spacing: -0.098px;
  }
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder {
  margin-top: 12px;
  padding-top: 16px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder h2,
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a,
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder span {
  display: inline-block;
  color: #000000;
  font-family: "Times Now";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px; /* 100% */
  letter-spacing: -3.6px;
  margin: 0;
  transform: translateY(40px);
  opacity: 0;
}
@media only screen and (max-width: 1250px) {
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder h2,
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a,
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder span {
    font-size: 40px;
    line-height: 36px; /* 90% */
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 740px) {
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder h2,
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a,
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder span {
    font-size: 32px;
    line-height: 28px; /* 87.5% */
    letter-spacing: -1.6px;
  }
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a {
  transition: color 0.3s ease;
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a:hover {
  color: #2a2ecd;
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a:hover ~ .border:after {
  transform: scaleX(1);
}
.mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder .border {
  transform: scaleX(0);
}
@media only screen and (max-width: 740px) {
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder {
    margin-top: 8px;
    padding-top: 18px;
  }
}
@media only screen and (max-width: 1250px) {
  .mainContent--contact .contact__content .contact__holder .contact__text .contact__item {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1440px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 940px) {
  .mainContent--contact .contact__content .contact__holder .contact__text {
    margin-top: 0;
  }
}
.mainContent--contact .contact__content .contact__holder .contact__image {
  margin-top: 120px;
  margin-bottom: 120px;
  grid-row: 1;
  grid-column: 1/-1;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: end;
  transform: translateX(100px);
  opacity: 0;
}
.mainContent--contact .contact__content .contact__holder .contact__image img {
  width: 798px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1720px) {
  .mainContent--contact .contact__content .contact__holder .contact__image img {
    width: 514px;
  }
}
@media only screen and (max-width: 1430px) {
  .mainContent--contact .contact__content .contact__holder .contact__image img {
    transform: translateY(40px);
  }
}
@media only screen and (max-width: 1325px) {
  .mainContent--contact .contact__content .contact__holder .contact__image img {
    width: 400px;
    transform: translateX(10%);
  }
}
@media only screen and (max-width: 1250px) {
  .mainContent--contact .contact__content .contact__holder .contact__image img {
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 1050px) {
  .mainContent--contact .contact__content .contact__holder .contact__image img {
    transform: translate(10%, 38px);
  }
}
@media only screen and (max-width: 940px) {
  .mainContent--contact .contact__content .contact__holder .contact__image img {
    width: 100%;
    height: auto;
    transform: translate(0, 0);
  }
}
@media only screen and (max-width: 1440px) {
  .mainContent--contact .contact__content .contact__holder .contact__image {
    margin-bottom: -40px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 940px) {
  .mainContent--contact .contact__content .contact__holder .contact__image {
    transform: translateY(60px);
    margin-bottom: 0;
    margin-top: 80px;
    grid-row: 2;
  }
}
@media only screen and (max-width: 650px) {
  .mainContent--contact .contact__content .contact__holder .contact__image {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .mainContent--contact .contact__content {
    margin-top: 140px;
    margin-bottom: 0;
  }
}

.disableHover .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a:hover {
  color: #000000;
}
.disableHover .mainContent--contact .contact__content .contact__holder .contact__text .contact__item .contact__linkHolder a:hover ~ .border:after {
  transform: scaleX(0);
}

.login__content {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  min-height: 100vh;
  max-width: 2560px;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .login__content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .login__content {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.login__content .login__image {
  grid-column: 1/-1;
  grid-row: 1;
  height: 100%;
  display: flex;
  align-items: end;
  overflow: hidden;
  z-index: -1;
}
.login__content .login__image img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
}
@media only screen and (max-width: 1439px) {
  .login__content .login__image img {
    width: 1440px;
    height: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .login__content .login__image img {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .login__content .login__image img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media only screen and (max-width: 650px) {
  .login__content .login__image {
    margin-top: 26px;
  }
}
.login__content .login__text {
  grid-column: 1/-1;
  grid-row: 1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  padding-inline: 40px;
  box-sizing: border-box;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .login__content .login__text {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .login__content .login__text {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 1728px) {
  .login__content .login__text {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .login__content .login__text {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .login__content .login__text {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .login__content .login__text {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .login__content .login__text {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .login__content .login__text {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .login__content .login__text {
    padding-inline: 12px;
  }
}
.login__content .login__text .login__text__holder {
  grid-column: 4/span 6;
  display: grid;
  grid-template-columns: 380px 380px;
  column-gap: 62px;
  justify-content: space-between;
}
.login__content .login__text .login__text__holder h2 {
  color: #2a2ecd;
  font-family: "Times Now";
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px; /* 100% */
  letter-spacing: -3.6px;
  margin: 0;
  opacity: 0;
  transform: translateY(40px);
}
.login__content .login__text .login__text__holder p {
  width: 330px;
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin-bottom: 0;
  margin-top: 12px;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (max-width: 991px) {
  .login__content .login__text .login__text__holder p {
    margin-top: 3px;
  }
}
.login__content .login__text .login__text__holder .login__text__buttonHolder {
  margin-top: 62px;
  opacity: 0;
  transform: translateY(40px);
}
.login__content .login__text .login__text__holder .login__text__buttonHolder a {
  display: inline-block;
  position: relative;
  height: 62px;
}
.login__content .login__text .login__text__holder .login__text__buttonHolder a .login__text__button-331 {
  display: none;
}
.login__content .login__text .login__text__holder .login__text__buttonHolder a span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Suisse Int'l";
  color: #2a2ecd;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  transition: color 0.3s ease;
}
.login__content .login__text .login__text__holder .login__text__buttonHolder a svg path {
  transition: fill 0.3s ease;
}
.login__content .login__text .login__text__holder .login__text__buttonHolder a:hover span {
  color: #fcfcfc;
}
.login__content .login__text .login__text__holder .login__text__buttonHolder a:hover svg path {
  fill: #2a2ecd;
}
@media only screen and (max-width: 1650px) {
  .login__content .login__text .login__text__holder .login__text__buttonHolder a {
    width: 331px;
  }
  .login__content .login__text .login__text__holder .login__text__buttonHolder a .login__text__button-380 {
    display: none;
  }
  .login__content .login__text .login__text__holder .login__text__buttonHolder a .login__text__button-331 {
    display: inline;
  }
}
.login__content .login__text .login__text__holder .login__text-left .login__text__buttonHolder {
  margin-top: 62px;
}
@media only screen and (max-width: 991px) {
  .login__content .login__text .login__text__holder .login__text-left .login__text__buttonHolder {
    margin-top: 32px;
  }
}
.login__content .login__text .login__text__holder .login__text-right .login__text__buttonHolder {
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .login__content .login__text .login__text__holder .login__text-right .login__text__buttonHolder {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .login__content .login__text .login__text__holder .login__text-right {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 650px) {
  .login__content .login__text .login__text__holder .login__text-right {
    margin-top: 52px;
  }
}
@media only screen and (max-width: 1992px) {
  .login__content .login__text .login__text__holder {
    justify-content: unset;
  }
}
@media only screen and (max-width: 1650px) {
  .login__content .login__text .login__text__holder {
    column-gap: 20px;
    grid-template-columns: 331px 331px;
  }
}
@media only screen and (max-width: 1440px) {
  .login__content .login__text .login__text__holder {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1400px) {
  .login__content .login__text .login__text__holder {
    grid-column: 3/span 7;
  }
}
@media only screen and (max-width: 1200px) {
  .login__content .login__text .login__text__holder {
    grid-column: 3/span 8;
    justify-content: space-between;
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 1650px) and (max-height: 960px) and (min-width: 1440px) {
  .login__content .login__text .login__text__holder {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .login__content .login__text .login__text__holder {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: unset;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .login__content .login__text {
    align-items: unset;
    margin-top: 194px;
  }
}
@media only screen and (max-width: 650px) {
  .login__content .login__text {
    margin-top: 125px;
  }
}
.login__content .footer {
  display: none;
}
@media only screen and (max-width: 650px) {
  .login__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.disableHover .login__content .login__text .login__text__holder .login__text__buttonHolder a:hover svg path {
  fill: #ffffff;
}
.disableHover .login__content .login__text .login__text__holder .login__text__buttonHolder a:hover span {
  color: #2a2ecd;
}

.team__content .team__holder {
  margin: 0 auto;
  max-width: 2560px;
  padding-inline: 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1728px) {
  .team__content .team__holder {
    padding-inline: 32px;
  }
}
@media only screen and (max-width: 1440px) {
  .team__content .team__holder {
    padding-inline: 28px;
  }
}
@media only screen and (max-width: 1280px) {
  .team__content .team__holder {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .team__content .team__holder {
    padding-inline: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .team__content .team__holder {
    padding-inline: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .team__content .team__holder {
    padding-inline: 14px;
  }
}
@media only screen and (max-width: 450px) {
  .team__content .team__holder {
    padding-inline: 12px;
  }
}
.team__content .team__holder .team__header {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .team__content .team__holder .team__header {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .team__content .team__holder .team__header {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.team__content .team__holder .team__header h2 {
  grid-column: 1/span 4;
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 24px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px; /* 100% */
  letter-spacing: -0.24px;
  margin: 0;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (max-width: 1100px) {
  .team__content .team__holder .team__header h2 {
    grid-column: 1/-1;
  }
}
.team__content .team__holder .team__header p {
  grid-column: 7/span 3;
  color: #000000;
  font-family: "Suisse Int'l";
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (max-width: 1650px) {
  .team__content .team__holder .team__header p {
    grid-column: 7/span 4;
  }
}
@media only screen and (max-width: 1340px) {
  .team__content .team__holder .team__header p {
    grid-row: 1;
    grid-column: 5/span 4;
  }
}
@media only screen and (max-width: 1200px) {
  .team__content .team__holder .team__header p {
    grid-column: 5/span 8;
  }
}
@media only screen and (max-width: 1100px) {
  .team__content .team__holder .team__header p {
    grid-column: 1/span 6;
    grid-row: 2;
    margin-top: 20px;
  }
}
.team__content .team__holder .team__managment {
  margin-top: 100px;
  position: relative;
  padding-top: 20px;
}
.team__content .team__holder .team__managment .border {
  transform: scaleX(0);
}
.team__content .team__holder .team__managment .team__managment__title {
  margin-bottom: 20px;
}
.team__content .team__holder .team__managment .team__managment__title h2 {
  color: #000000;
  font-family: "Suisse Int'l";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
  opacity: 0;
  transform: translateY(40px);
}
.team__content .team__holder .team__managment .teamGrid__managment {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 20px;
  row-gap: 40px;
}
@media only screen and (max-width: 900px) {
  .team__content .team__holder .team__managment .teamGrid__managment {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    column-gap: 12px;
  }
}
@media only screen and (max-width: 500) {
  .team__content .team__holder .team__managment .teamGrid__managment {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(1) {
  grid-row: 1;
  grid-column: 10/span 3;
}
@media only screen and (max-width: 1340px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(1) {
    grid-column: 9/span 4;
  }
}
@media only screen and (max-width: 1000px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(1) {
    grid-column: 7/span 6;
  }
}
@media only screen and (max-width: 900px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(1) {
    grid-column: 4/span 3;
  }
}
@media only screen and (max-width: 650px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(1) {
    grid-column: 1/-1;
    grid-row: unset;
  }
}
.team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(2) {
  grid-row: 1;
  grid-column: 7/span 3;
}
@media only screen and (max-width: 1340px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(2) {
    grid-column: 5/span 4;
  }
}
@media only screen and (max-width: 1000px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(2) {
    grid-column: 1/span 6;
  }
}
@media only screen and (max-width: 900px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(2) {
    grid-column: 1/span 3;
  }
}
@media only screen and (max-width: 650px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(2) {
    grid-column: 1/-1;
  }
}
.team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(3) {
  grid-row: 1;
  grid-column: 4/span 3;
}
@media only screen and (max-width: 1340px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(3) {
    grid-column: 1/span 4;
  }
}
@media only screen and (max-width: 1000px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(3) {
    grid-row: 2;
    grid-column: 1/span 6;
  }
}
@media only screen and (max-width: 900px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(3) {
    grid-column: 1/span 3;
  }
}
@media only screen and (max-width: 650px) {
  .team__content .team__holder .team__managment .teamGrid__managment .teamCard:nth-of-type(3) {
    grid-column: 1/-1;
  }
}
@media only screen and (max-width: 650px) {
  .team__content .team__holder .team__managment {
    margin-top: 80px;
  }
}
.team__content .team__holder .team__venturePartners {
  margin-top: 100px;
  padding-top: 20px;
  position: relative;
}
.team__content .team__holder .team__venturePartners .border {
  transform: scaleX(0);
}
.team__content .team__holder .team__venturePartners .team__venturePartners__title {
  opacity: 0;
  transform: translateY(42px);
}
.team__content .team__holder .team__venturePartners .team__venturePartners__title h2 {
  font-family: "Suisse Int'l";
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: 22px; /* 122.222% */
  letter-spacing: -0.18px;
  margin: 0;
}
.team__content .team__holder .team__venturePartners .filtersHolder {
  opacity: 0;
  transform: translateY(20px);
}
@media only screen and (max-width: 650px) {
  .team__content .team__holder .team__venturePartners {
    margin-top: 80px;
  }
}

body {
  background: #fcfcfc;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
  padding: 0;
  background: none;
}

input,
textarea,
button,
select,
a,
label {
  -webkit-tap-highlight-color: transparent;
}

/*# sourceMappingURL=style.css.map */

/* ---- pStock additions: X button in the header pills and the mobile menu ---- */
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a.navigation__xLink { margin-left: 8px; }
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a span svg { display: block; }
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a span svg path,
.navigation .navigation__content .navigation__holder .navigation__buttonLinks a:hover span svg path { fill: currentColor !important; }
.mainMenu .mainMenu__bot .button + .button { margin-left: 12px; }
@media (max-width: 620px) { .mainMenu .mainMenu__bot .button + .button { margin-left: 0; margin-top: 12px; } }
/* asset names keep their lowercase "p" prefix (pTesla, not PTESLA) */
.investmentLink .investmentLink__mainContent .investmentLink__text h2,
.homeTeamLink .homeTeamLink__content h2 { text-transform: none; }
