/*!******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./components/button/button.scss ***!
  \******************************************************************************************************************************************************************/
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font: 600 16px/1.3 "Manrope", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.btn__content {
  background: #E12A2A;
  border-radius: 100px;
  padding: 14px;
  transition: background-color 300ms ease-in-out;
}
.btn__icon {
  background: #E12A2A;
  border-radius: 50%;
  padding: 15px;
  overflow: hidden;
  transition: background-color 300ms ease-in-out;
}
.btn__icon svg {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 300ms ease-in-out;
}
.btn:hover .btn__content {
  background: #CD0A0A;
}
.btn:hover .btn__icon {
  background: #CD0A0A;
}
.btn:hover .btn__icon svg {
  transform: rotate(45deg);
}

@media (min-width: 1280px) {
  .btn__content {
    padding: 20px 56px;
  }
  .btn__icon {
    padding: 20px;
  }
  .btn__icon svg {
    width: 20px;
    height: 20px;
  }
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/odometer/themes/odometer-theme-default.css ***!
  \***********************************************************************************************************/
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}

/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
blockquote {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.container {
  width: 100%;
  max-width: 1856px;
  margin: 0 auto;
  padding: 0 20px;
}
.container--small {
  max-width: 1450px;
}

.header {
  padding: 16px 0;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  position: relative;
  z-index: 999;
}
.header__logo-img {
  width: 100px;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #1E352D;
  padding: 80px 20px 40px;
  transform: translateY(-100%);
  transition: transform 300ms ease-in-out;
  z-index: 998;
}
.header__cta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__cta-label {
  font: 400 20px/1.3 "Manrope", sans-serif;
  color: #FFFFFF;
}
.header .menu {
  display: grid;
  gap: 16px;
  list-style: none;
  padding: 0;
}
.header .menu-item a {
  font: 400 20px/1.2 "Manrope", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  transition: color 300ms ease-in-out;
}
.header .menu-item a:hover {
  color: #E12A2A;
}
.header__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.header__controls .header__cta {
  display: none;
}
.header__langs {
  position: relative;
}
.header__langs-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.header__langs-arrow {
  display: block;
  width: 20px;
  height: auto;
}
.header__langs-content {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  transform: translateY(100%);
}
.header__langs.active .header__langs-arrow {
  transform: rotate(180deg);
}
.header__langs.active .header__langs-content {
  display: block;
}
.header__lang {
  display: flex;
  align-items: center;
  gap: 4px;
  font: 400 15px/1.3 "Manrope", sans-serif;
  color: #1E352D;
  white-space: nowrap;
  text-decoration: none;
  padding: 4px 0;
}
.header__lang img {
  display: block;
  width: 20px;
  height: auto;
}
.header__hamburger {
  position: relative;
  background: #E9E7E0;
  padding: 5px 8px;
  border-radius: 5px;
  z-index: 999;
}
.header__hamburger-line {
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
  margin: 4px 0;
  border-radius: 10px;
}
.header.active .header__menu {
  transform: translateY(0);
}

@media (min-width: 1280px) {
  .header__container {
    background: #E9E7E0;
    padding: 20px 32px;
    border-radius: 30px;
  }
  .header__logo-img {
    width: 150px;
  }
  .header__menu {
    background: transparent;
    padding: 0;
    position: initial;
    transform: none;
    width: initial;
  }
  .header__menu .header__cta {
    display: none;
  }
  .header .menu {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
  }
  .header .menu-item a {
    color: #1E352D;
    padding: 8px 16px;
  }
  .header__controls {
    width: 150px;
  }
  .header__controls .header__cta {
    display: flex;
  }
  .header__controls .header__cta-label {
    font-size: 14px;
    color: #1E352D;
  }
  .header__controls .header__cta .btn {
    font-size: 14px;
    white-space: nowrap;
  }
  .header__controls .header__cta .btn__content {
    padding: 10px 20px;
  }
  .header__hamburger {
    display: none;
  }
}
.footer {
  position: relative;
  margin-top: 50px;
}
.footer__top {
  background: #E12A2A;
}
.footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.footer__content {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer__logo {
  position: relative;
  pointer-events: none;
}
.footer__logo iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3/1;
  margin-top: -10%;
  mix-blend-mode: luminosity;
}
.footer__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #FFFFFF;
}
.footer__copyright, .footer__location {
  font: 400 16px/1.15 "Manrope", sans-serif;
  color: #FFFFFF;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0;
}
.footer__socials {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 16px;
}
.footer__social-icon {
  display: block;
  width: 32px;
  height: auto;
}
.footer .menu {
  display: grid;
  gap: 24px;
  list-style: none;
  padding: 0;
  text-align: right;
}
.footer .menu-item a {
  font: 400 16px/1.15 "Manrope", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
}
.footer__details {
  font: 400 16px/1.15 "Manrope", sans-serif;
  color: #FFFFFF;
  text-align: right;
  padding: 16px 0;
}
.footer__details a {
  color: inherit;
}
.footer__bottom {
  padding: 24px 0;
}
.footer__sponsors {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.footer__sponsor {
  height: 30px;
  width: auto;
}

@media (min-width: 1280px) {
  .footer {
    margin-top: 200px;
  }
  .footer__copyright, .footer__location {
    font-size: 24px;
  }
  .footer__info {
    padding: 32px 0;
  }
  .footer__content {
    padding: 32px 0 50px;
  }
  .footer__details {
    padding: 32px 0 100px;
  }
  .footer .menu {
    display: flex;
    align-items: center;
  }
  .footer .menu-item a {
    font-size: 20px;
  }
  .footer__sponsors {
    gap: 48px;
  }
  .footer__sponsor {
    height: 50px;
  }
}
html {
  background: #F5F4F0;
  font-family: "Manrope", sans-serif, sans-serif;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.hero {
  margin: 40px 0;
}
.hero__container {
  display: grid;
  gap: 32px;
}
.hero__video {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.hero__title {
  font: 500 40px/1 "Manrope", sans-serif;
}
.hero__paragraphs {
  max-width: 500px;
  margin-top: 15px;
}
.hero__paragraphs p {
  font: 300 16px/1.25 "Manrope", sans-serif;
  margin-bottom: 12px;
}
.hero__paragraphs p:last-of-type {
  margin-bottom: 0;
}
.hero .btn {
  width: 100%;
  margin-top: 32px;
}

.stats {
  color: #E9E7E0;
  background: #1E352D;
  padding: 40px 0;
}
.stats__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 32px 0;
  border-bottom: 1px solid rgba(245, 244, 240, 0.2);
}
.stats__item-label {
  font: 400 16px/1.25 "Manrope", sans-serif;
}
.stats__item-value {
  display: flex;
  align-items: center;
  font: 600 48px/1 "Manrope", sans-serif;
  margin-left: auto;
}
.stats__item .odometer.odometer-auto-theme {
  font: 600 48px/1 "Manrope", sans-serif;
}
.stats__item:last-of-type {
  border: 0;
}

.partners {
  overflow: hidden;
}
.partners__text {
  background: #1E352D;
  padding: 24px 0;
}
.partners__title {
  font: 400 14px/1.4 "Manrope", sans-serif;
  color: #F5F4F0;
  opacity: 0.3;
  text-align: center;
}
.partners__marquees {
  background: radial-gradient(614.04% 54.69% at 50% 49.71%, #274339 0%, #1E352D 100%);
  padding: 24px 0;
}
.partners__marquees-container {
  display: flex;
}
.partners__marquee {
  animation: marquee 20s linear infinite;
  display: flex;
}
.partners__logo {
  flex-shrink: 0;
  height: 30px;
  width: auto;
  margin: 0 60px;
}

.about {
  margin: 64px 0;
}
.about__container {
  display: grid;
  gap: 24px;
}
.about__intro {
  display: grid;
  gap: 32px;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 16px;
}
.about__intro-title {
  font: 400 16px/1.25 "Manrope", sans-serif;
}
.about__intro .char {
  opacity: 0.3;
}
.about__intro-features {
  display: grid;
  gap: 24px;
}
.about__intro-feature {
  display: grid;
  gap: 8px;
}
.about__intro-feature-icon {
  width: 48px;
  height: 48px;
  background: #E9E7E0;
  border-radius: 50%;
  padding: 10px;
}
.about__intro-feature-icon-img {
  width: 100%;
  height: auto;
}
.about__intro-feature-description {
  font: 400 14px/1.45 "Manrope", sans-serif;
}
.about__intro-feature-description strong,
.about__intro-feature-description b {
  color: #E12A2A;
}
.about__mentorship {
  display: grid;
  gap: 32px;
  background: #E9E7E0;
  color: #817C67;
  border-radius: 15px;
  padding: 24px 16px 32px;
}
.about__mentorship-title {
  font: 500 28px/1.25 "Manrope", sans-serif;
}
.about__mentorship-columns {
  display: grid;
  gap: 16px;
}
.about__mentorship ul {
  display: grid;
  gap: 16px;
}
.about__mentorship p,
.about__mentorship li {
  font: 400 14px/1.3 "Manrope", sans-serif;
}
.about__finances {
  display: grid;
  gap: 32px;
  background: #FFFFFF;
  border-radius: 15px;
  padding: 24px 16px 32px;
}
.about__finances-title {
  font: 500 28px/1.25 "Manrope", sans-serif;
  color: #817C67;
}
.about__finances-list {
  display: grid;
  gap: 16px;
}
.about__finances-column {
  display: grid;
  gap: 16px;
}
.about__finances-numbers {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about__finances-number {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #817C67;
  border-radius: 100px;
}
.about__finances-number-value {
  font: 400 32px/1 "Manrope", sans-serif;
  color: #817C67;
}
.about__finances-number-currency {
  font: 400 8px/1.3 "Manrope", sans-serif;
  color: #1E352D;
}
.about__finances-description {
  font: 400 14px/1.3 "Manrope", sans-serif;
  color: #1E352D;
}

.slider {
  margin: 64px 0;
}
.slider__container {
  position: relative;
}
.slider__img, .slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.slider__img {
  opacity: 0.3;
  z-index: -2;
}
.slider__overlay {
  background: #1E352D;
  mix-blend-mode: multiply;
  z-index: -1;
}
.slider__item {
  position: relative;
  width: 100%;
  height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider__item-text {
  width: 100%;
  font: 700 28px/1.15 "Manrope", sans-serif;
  color: #FFFFFF;
  text-align: center;
  padding: 32px;
}
.slider .swiper-slide {
  transition: transform 600ms ease-in-out, opacity 300ms ease-in-out;
}
.slider .swiper-button-prev, .slider .swiper-button-next {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #E12A2A;
  border: 0;
  outline: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.slider .swiper-button-prev svg, .slider .swiper-button-next svg {
  flex-shrink: 0;
  display: block;
  width: 50px;
  height: 50px;
  transition: transform 300ms ease-in-out;
}
.slider .swiper-button-prev:not(.swiper-button-disabled):hover svg {
  transform: translateX(-100%);
}
.slider .swiper-button-next {
  justify-content: flex-end;
}
.slider .swiper-button-next:not(.swiper-button-disabled):hover svg {
  transform: translateX(100%);
}
.slider .swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.slider__controls {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1450px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  transform: translateX(-50%);
  padding: 32px;
  z-index: 2;
}
.slider__controls-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider__numbers {
  font: 400 16px/1.25 "Manrope", sans-serif;
  color: #FFFFFF;
  opacity: 0.5;
}
.slider__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.grants {
  margin: 64px 0;
}
.grants__container {
  display: grid;
  gap: 24px;
}
.grants__item {
  display: grid;
  gap: 46px;
  padding: 16px 16px 32px;
  border-radius: 15px;
}
.grants__item-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.grants__item-subtitle {
  font: 600 14px/1.15 "Manrope", sans-serif;
  color: #817C67;
  max-width: 180px;
}
.grants__item-title {
  font: 500 28px/1.15 "Manrope", sans-serif;
  color: #817C67;
  margin-top: 24px;
}
.grants__item-number {
  font: 600 48px/1 "Manrope", sans-serif;
  color: #E12A2A;
}
.grants__item-columns {
  display: grid;
  gap: 24px;
}
.grants__item-description {
  font: 400 16px/1.25 "Manrope", sans-serif;
  color: #1E352D;
}
.grants__item-column {
  font: 400 16px/1.25 "Manrope", sans-serif;
  color: #817C67;
}
.grants__item--1 {
  background: #FFFFFF;
}
.grants__item--2 {
  background: #E9E7E0;
}

.applications {
  position: relative;
  height: 100vh;
  background: #1E352D;
  padding: 64px 0;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  z-index: 2;
}
.applications__title {
  font: 500 28px/1.15 "Manrope", sans-serif;
  color: #E12A2A;
  text-align: center;
}
.applications .btn {
  width: 100%;
  margin-top: 16px;
}
.applications .btn__content {
  flex: 1;
}
.applications__animation {
  flex: 1;
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.applications__img {
  flex-shrink: 0;
  width: 500vw;
  height: auto;
}
.applications__logo {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  transform: translateY(100%) scale(0);
  transform-origin: bottom center;
  z-index: -1;
}

.mentors {
  background: #E9E7E0;
  text-align: center;
  padding: 64px 0;
}
.mentors__title {
  font: 500 28px/1.15 "Manrope", sans-serif;
}
.mentors__subtitle {
  font: 300 16px/1.25 "Manrope", sans-serif;
  max-width: 520px;
  margin: 24px auto 0;
}
.mentors .btn {
  width: 100%;
  margin: 32px auto 0;
}

.experiences {
  position: relative;
  margin: 64px 0;
  overflow: hidden;
  z-index: 2;
}
.experiences__title {
  font: 500 28px/1.15 "Manrope", sans-serif;
}
.experiences__subtitle {
  max-width: 700px;
  font: 300 16px/1.25 "Manrope", sans-serif;
  margin-top: 16px;
}
.experiences__list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.experiences .swiper {
  overflow: visible;
  margin-top: 32px;
}
.experiences .swiper-slide {
  width: 100%;
  max-width: 320px;
}
.experiences .swiper-button-prev, .experiences .swiper-button-next {
  background: transparent;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
}
.experiences .swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
.experiences__video {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
}
.experiences__video-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experiences__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  mix-blend-mode: saturation;
}
.experiences__video-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.experiences__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.experiences__cta {
  display: inline-block;
  font: 400 16px/1.2 "Manrope", sans-serif;
  color: #1E352D;
}
.experiences__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.modal {
  position: fixed !important;
  z-index: 999999 !important;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  background: #000;
}
.modal iframe {
  width: 100%;
  height: auto;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: white;
  cursor: pointer;
}
.modal.hidden {
  display: none;
}

.blogs {
  position: relative;
  overflow: hidden;
  background: #1E352D;
  padding: 64px 0;
  z-index: 2;
}
.blogs h2 {
  font: 700 64px/1.25 "Manrope", sans-serif;
  color: #E12A2A;
}
.blogs .swiper {
  overflow: visible;
}
.blogs .swiper-slide {
  width: 250px;
  height: auto;
}
.blogs .swiper-slide:nth-child(odd) {
  margin-top: 50px;
}
.blogs__item {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  background: #304D43;
  border-radius: 15px;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.25);
}
.blogs__item-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
.blogs__item-content {
  display: flex;
  align-items: flex-end;
  padding: 12px;
}
.blogs__item-title {
  font: 700 16px/1.15 "Manrope", sans-serif;
}
.blogs__item-author {
  font: 300 12px/1.5 "Manrope", sans-serif;
  margin-top: 6px;
}
.blogs__item-arrow {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: auto;
}

.demo-day {
  background-color: #f7f5f0;
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.demo-day__content {
  display: grid;
  gap: 40px;
}
.demo-day__title {
  font: 500 28px/1.25 "Manrope", sans-serif;
  color: #1E352D;
}
.demo-day__title strong,
.demo-day__title b {
  color: #E12A2A;
}
.demo-day__text {
  color: #1E352D;
}
.demo-day__rocket, .demo-day__line {
  display: none;
}
.demo-day__button {
  background-color: #e30613;
  color: white;
  padding: 0.75rem 2rem;
  font-weight: 500;
  border: none;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.demo-day__button:hover {
  background-color: #b1050f;
}
.demo-day__button-icon img {
  width: 18px;
  height: 18px;
}
.demo-day .wpcf7-spinner {
  display: none;
}
.demo-day .wpcf7 label {
  font: 300 16px/1.3 "Manrope", sans-serif;
}
.demo-day .wpcf7 input:not(input[type=submit]) {
  width: 100%;
  border-radius: 100px;
  background: #E9E7E0;
  border: 0;
  outline: 0;
  padding: 15px;
}
.demo-day .wpcf7 input[type=submit] {
  width: 100%;
  font: 600 16px/1.3 "Manrope", sans-serif;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  background: #E12A2A;
  border-radius: 100px;
  padding: 14px;
  outline: 0;
  border: 0;
  transition: background-color 300ms ease-in-out;
  margin-top: 12px;
  cursor: pointer;
}
.demo-day .wpcf7.invalid .wpcf7-response-output {
  color: #E12A2A;
}
.demo-day .wpcf7.sent .wpcf7-response-output {
  color: #1E352D;
}
.demo-day .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 14px !important;
  font-family: "Manrope", sans-serif;
  text-align: right;
  padding: 10px;
  z-index: 2;
}
.demo-day .wpcf7-response-output {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  font-family: "Manrope", sans-serif;
  font-size: 14px !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .hero__container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 24px;
  }
  .hero__video {
    order: 2;
    aspect-ratio: 1/1;
    border-radius: 30px;
  }
  .hero__text {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    background: #E9E7E0;
    border-radius: 30px;
    padding: 32px;
  }
  .hero__text-content {
    width: 100%;
  }
  .hero .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .about__intro-features {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
  .mentors .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .experiences .swiper-slide {
    max-width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__title {
    font-size: 80px;
  }
  .stats {
    padding: 60px 0;
  }
  .partners__text {
    padding-top: 48px;
  }
  .partners__title {
    font-size: 20px;
  }
  .partners__marquees {
    padding: 60px 0;
  }
  .partners__logo {
    height: 50px;
  }
  .stats__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .stats__item {
    padding: 24px;
    border: 0;
  }
  .stats__item-label {
    font-size: 24px;
  }
  .stats__item-value,
  .stats__item .odometer.odometer-auto-theme {
    font-size: 80px;
  }
  .stats__item:nth-child(odd) {
    border-right: 1px solid rgba(245, 244, 240, 0.2);
  }
  .stats__item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid rgba(245, 244, 240, 0.2);
  }
  .about__content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .about__container {
    position: relative;
    margin-top: -120px;
  }
  .about__intro {
    gap: 64px;
    padding: 32px;
  }
  .about__intro-title {
    font-size: 36px;
    opacity: 0.5;
  }
  .about__intro-features {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
  }
  .about__intro-feature {
    gap: 16px;
  }
  .about__intro-feature-icon {
    width: 90px;
    height: 90px;
    padding: 20px;
  }
  .about__intro-feature-description {
    font-size: 16px;
  }
  .about__mentorship {
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    padding: 32px;
    transform: translateY(100%);
    z-index: 2;
  }
  .about__mentorship-title {
    font-size: 64px;
  }
  .about__mentorship-columns {
    grid-template-columns: 1fr 1fr;
    padding: 32px;
  }
  .about__mentorship li,
  .about__mentorship p {
    font-size: 24px;
  }
  .about__finances {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    gap: 100px;
    padding: 32px;
    transform: translateY(100%);
    z-index: 3;
  }
  .about__finances-title {
    font-size: 64px;
  }
  .about__finances-list {
    grid-template-columns: 1fr 1fr;
    gap: 120px;
  }
  .about__finances-column {
    gap: 40px;
  }
  .about__finances-numbers {
    gap: 40px;
  }
  .about__finances-number {
    padding: 20px 40px;
  }
  .about__finances-number-value {
    font-size: 70px;
  }
  .about__finances-number-currency {
    font-size: 20px;
  }
  .about__finances-description {
    font-size: 24px;
  }
  .slider__img, .slider__overlay {
    border-radius: 60px;
  }
  .slider__item {
    height: 800px;
  }
  .slider__item-text {
    max-width: 1360px;
    font-size: 64px;
    text-align: left;
  }
  .slider__numbers {
    font-size: 24px;
  }
  .slider__navigation {
    justify-content: flex-end;
  }
  .grants {
    margin: 140px 0;
  }
  .grants__item {
    gap: 120px;
    padding: 24px 32px 64px;
  }
  .grants__item-heading {
    gap: 120px;
  }
  .grants__item-text {
    display: flex;
    align-items: flex-start;
    gap: 32px;
  }
  .grants__item-subtitle {
    max-width: 240px;
    font-size: 24px;
    margin-top: 12px;
  }
  .grants__item-title {
    font-size: 64px;
    margin: 0;
  }
  .grants__item-number {
    font-size: 240px;
  }
  .grants__item-description {
    font-size: 40px;
  }
  .grants__item-columns {
    grid-template-columns: 1fr 1fr;
    gap: 120px;
  }
  .grants__item-column {
    font-size: 24px;
  }
  .applications__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .applications__title {
    font-size: 120px;
    line-height: 0.65;
    text-align: initial;
  }
  .applications__title span {
    display: block;
    font-size: 32px;
  }
  .applications .btn {
    width: -moz-fit-content;
    width: fit-content;
  }
  .applications .btn__content {
    flex: initial;
  }
  .applications__animation {
    margin-top: 200px;
  }
  .applications__img {
    width: 150vw;
  }
  .mentors {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mentors__title {
    font-size: 64px;
  }
  .experiences {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .experiences__title {
    font-size: 64px;
  }
  .experiences__subtitle {
    font-size: 20px;
  }
  .experiences .swiper-slide {
    max-width: 600px;
  }
  .experiences__cta {
    font-size: 20px;
  }
  .blogs {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blogs .swiper-slide {
    width: 400px;
  }
  .blogs .swiper-slide:nth-child(odd) {
    margin-top: 130px;
  }
  .blogs__item {
    border-radius: 30px;
  }
  .blogs__item-img {
    border-radius: 30px;
    filter: grayscale(1);
    transition: filter 300ms ease-in-out;
  }
  .blogs__item-content {
    padding: 12px 32px;
  }
  .blogs__item-title {
    font-size: 30px;
  }
  .blogs__item-arrow {
    transition: transform 300ms ease-in-out;
  }
  .blogs__item-arrow path {
    fill: transparent;
    transition: fill 300ms ease-in-out;
  }
  .blogs__item:hover .blogs__item-img {
    filter: grayscale(0);
  }
  .blogs__item:hover .blogs__item-arrow {
    transform: translate(5px, -5px);
  }
  .blogs__item:hover .blogs__item-arrow path {
    fill: #E12A2A;
  }
  .demo-day__content {
    position: relative;
    width: 50%;
    margin-left: auto;
    text-align: initial;
  }
  .demo-day__title {
    font-size: 64px;
  }
  .demo-day__text {
    font-size: 20px;
  }
  .demo-day__rocket {
    display: block;
    position: absolute;
  }
  .demo-day__line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 375vh;
    width: auto;
    transform: translateX(-55%);
    z-index: 1;
    pointer-events: none;
  }
  .demo-day .wpcf7 input:not(input[type=submit]) {
    max-width: 580px;
  }
  .demo-day .wpcf7 input[type=submit] {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1440px) {
  .demo-day__line {
    height: 360vh;
  }
}
@media screen and (min-width: 1920px) {
  .demo-day__line {
    height: 350vh;
  }
}
