@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-family: "Inter", sans-serif;
  letter-spacing: 0.4px;
  transition: 0.2s;
}

body {
  background-color: #fff;
  width: 100%;
  margin: 0;
}
body.\--stay {
  overflow: hidden !important;
}

hr.divider {
  margin: 0;
  border-top: 1px solid #E9ECEF;
}

h1, h2, h3, h4, h5, h6, p, a, small, b, strong, span {
  color: #212529;
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: normal;
}
h1.\--italic, h2.\--italic, h3.\--italic, h4.\--italic, h5.\--italic, h6.\--italic, p.\--italic, a.\--italic, small.\--italic, b.\--italic, strong.\--italic, span.\--italic {
  font-style: italic;
}
h1.\--medium, h2.\--medium, h3.\--medium, h4.\--medium, h5.\--medium, h6.\--medium, p.\--medium, a.\--medium, small.\--medium, b.\--medium, strong.\--medium, span.\--medium {
  font-weight: 500;
}
h1.\--semibold, h2.\--semibold, h3.\--semibold, h4.\--semibold, h5.\--semibold, h6.\--semibold, p.\--semibold, a.\--semibold, small.\--semibold, b.\--semibold, strong.\--semibold, span.\--semibold {
  font-weight: 600;
}
h1.\--bold, h2.\--bold, h3.\--bold, h4.\--bold, h5.\--bold, h6.\--bold, p.\--bold, a.\--bold, small.\--bold, b.\--bold, strong.\--bold, span.\--bold {
  font-weight: 700;
}
h1.\--center, h2.\--center, h3.\--center, h4.\--center, h5.\--center, h6.\--center, p.\--center, a.\--center, small.\--center, b.\--center, strong.\--center, span.\--center {
  text-align: center;
}
h1.\--right, h2.\--right, h3.\--right, h4.\--right, h5.\--right, h6.\--right, p.\--right, a.\--right, small.\--right, b.\--right, strong.\--right, span.\--right {
  text-align: right;
}
h1.\--justify, h2.\--justify, h3.\--justify, h4.\--justify, h5.\--justify, h6.\--justify, p.\--justify, a.\--justify, small.\--justify, b.\--justify, strong.\--justify, span.\--justify {
  text-align: justify;
}
h1.\--uppercase, h2.\--uppercase, h3.\--uppercase, h4.\--uppercase, h5.\--uppercase, h6.\--uppercase, p.\--uppercase, a.\--uppercase, small.\--uppercase, b.\--uppercase, strong.\--uppercase, span.\--uppercase {
  text-transform: uppercase;
}
h1.\--primary, h2.\--primary, h3.\--primary, h4.\--primary, h5.\--primary, h6.\--primary, p.\--primary, a.\--primary, small.\--primary, b.\--primary, strong.\--primary, span.\--primary {
  color: #1D62AE;
}
h1.\--heading, h2.\--heading, h3.\--heading, h4.\--heading, h5.\--heading, h6.\--heading, p.\--heading, a.\--heading, small.\--heading, b.\--heading, strong.\--heading, span.\--heading {
  color: #212529;
}
h1.\--body, h2.\--body, h3.\--body, h4.\--body, h5.\--body, h6.\--body, p.\--body, a.\--body, small.\--body, b.\--body, strong.\--body, span.\--body {
  color: #495057;
}
h1.\--caption, h2.\--caption, h3.\--caption, h4.\--caption, h5.\--caption, h6.\--caption, p.\--caption, a.\--caption, small.\--caption, b.\--caption, strong.\--caption, span.\--caption {
  color: #ADB5BD;
}
h1.\--placeholder, h2.\--placeholder, h3.\--placeholder, h4.\--placeholder, h5.\--placeholder, h6.\--placeholder, p.\--placeholder, a.\--placeholder, small.\--placeholder, b.\--placeholder, strong.\--placeholder, span.\--placeholder {
  color: #CED4DA;
}
h1.\--white, h2.\--white, h3.\--white, h4.\--white, h5.\--white, h6.\--white, p.\--white, a.\--white, small.\--white, b.\--white, strong.\--white, span.\--white {
  color: #fff;
}

h1 {
  font-size: 2.875rem;
  line-height: 150%;
}

h2 {
  font-size: 1.875rem;
  line-height: 150%;
}

h3 {
  font-size: 1.5rem;
  line-height: 150%;
}

h4 {
  font-size: 1.25rem;
  line-height: 150%;
}

h5 {
  font-size: 1rem;
  line-height: 150%;
}

p, span {
  font-size: 0.875rem;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 150%;
  letter-spacing: 0;
}

small {
  font-size: 71.429%;
}

a {
  text-decoration: none;
}

b, strong {
  font-weight: bold;
  color: #212529;
}

.outer {
  width: 100%;
}

.container {
  max-width: 1140px;
  padding: 0 16px;
  margin: auto;
}

.wrapper {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

.col-1, .col-2, .col-3, .col-3x2, .col-4, .col-4x2, .col-4x3, .col-5, .col-5x2, .col-5x3, .col-5x4, .col-6, .col-6x2, .col-6x3, .col-6x4, .col-6x5, .col-7, .col-7x2, .col-7x3, .col-7x4, .col-7x5, .col-7x6, .col-8, .col-8x2, .col-8x3, .col-8x4, .col-8x5, .col-8x6, .col-8x7 {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.col-3x2 {
  width: 66.6666666667%;
}
.col-4x2 {
  width: 50%;
}
.col-4x3 {
  width: 75%;
}
.col-5x2 {
  width: 40%;
}
.col-5x3 {
  width: 60%;
}
.col-5x4 {
  width: 80%;
}
.col-6x2 {
  width: 33.3333333333%;
}
.col-6x3 {
  width: 50%;
}
.col-6x4 {
  width: 66.6666666667%;
}
.col-6x5 {
  width: 83.3333333333%;
}
.col-7 {
  width: 14.2857142857%;
}
.col-7x2 {
  width: 28.5714285714%;
}
.col-7x3 {
  width: 42.8571428571%;
}
.col-7x4 {
  width: 57.1428571429%;
}
.col-7x5 {
  width: 71.4285714286%;
}
.col-7x6 {
  width: 85.7142857143%;
}
.col-8x2 {
  width: 25%;
}
.col-8x3 {
  width: 37.5%;
}
.col-8x4 {
  width: 50%;
}
.col-8x5 {
  width: 62.5%;
}
.col-8x6 {
  width: 75%;
}
.col-8x7 {
  width: 87.5%;
}

.col-span-3x2 {
  margin-left: 66.6666666667%;
}
.col-span-4x2 {
  margin-left: 50%;
}
.col-span-4x3 {
  margin-left: 75%;
}
.col-span-5x2 {
  margin-left: 40%;
}
.col-span-5x3 {
  margin-left: 60%;
}
.col-span-5x4 {
  margin-left: 80%;
}
.col-span-6x2 {
  margin-left: 33.3333333333%;
}
.col-span-6x3 {
  margin-left: 50%;
}
.col-span-6x4 {
  margin-left: 66.6666666667%;
}
.col-span-6x5 {
  margin-left: 83.3333333333%;
}
.col-span-7 {
  margin-left: 14.2857142857%;
}
.col-span-7x2 {
  margin-left: 28.5714285714%;
}
.col-span-7x3 {
  margin-left: 42.8571428571%;
}
.col-span-7x4 {
  margin-left: 57.1428571429%;
}
.col-span-7x5 {
  margin-left: 71.4285714286%;
}
.col-span-7x6 {
  margin-left: 85.7142857143%;
}
.col-span-8x2 {
  margin-left: 25%;
}
.col-span-8x3 {
  margin-left: 37.5%;
}
.col-span-8x4 {
  margin-left: 50%;
}
.col-span-8x5 {
  margin-left: 62.5%;
}
.col-span-8x6 {
  margin-left: 75%;
}
.col-span-8x7 {
  margin-left: 87.5%;
}

/* GENERATE COLS BASIC */
.col-8 {
  width: 12.5%;
}

.col-7 {
  width: 14.2857142857%;
}

.col-6 {
  width: 16.6666666667%;
}

.col-5 {
  width: 20%;
}

.col-4 {
  width: 25%;
}

.col-3 {
  width: 33.3333333333%;
}

.col-2 {
  width: 50%;
}

.col-1 {
  width: 100%;
}

.col-span-8 {
  margin-left: 12.5%;
}

.col-span-7 {
  margin-left: 14.2857142857%;
}

.col-span-6 {
  margin-left: 16.6666666667%;
}

.col-span-5 {
  margin-left: 20%;
}

.col-span-4 {
  margin-left: 25%;
}

.col-span-3 {
  margin-left: 33.3333333333%;
}

.col-span-2 {
  margin-left: 50%;
}

.col-span-1 {
  margin-left: 100%;
}

@media only screen and (max-width: 769px) {
  .outer {
    width: 100%;
  }
  .container {
    min-width: 320px;
  }
  .container.\--big {
    max-width: unset;
    min-width: 320px;
  }
  .col-1, .col-2, .col-3, .col-3x2, .col-4, .col-4x2, .col-4x3, .col-5, .col-5x2, .col-5x3, .col-5x4, .col-6, .col-6x2, .col-6x3, .col-6x4, .col-6x5, .col-7, .col-7x2, .col-7x3, .col-7x4, .col-7x5, .col-7x6, .col-8, .col-8x2, .col-8x3, .col-8x4, .col-8x5, .col-8x6, .col-8x7 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .col-span-1, .col-span-2, .col-span-3, .col-span-3x2, .col-span-4, .col-span-4x2, .col-span-4x3, .col-span-5, .col-span-5x2, .col-span-5x3, .col-span-5x4, .col-span-6, .col-span-6x2, .col-span-6x3, .col-span-6x4, .col-span-6x5, .col-span-7, .col-span-7x2, .col-span-7x3, .col-span-7x4, .col-span-7x5, .col-span-7x6, .col-span-8, .col-span-8x2, .col-span-8x3, .col-span-8x4, .col-span-8x5, .col-span-8x6, .col-span-8x7 {
    margin: 0;
  }
}
a.btn,
button,
span.btn,
input[type=submit] {
  padding: 12px 24px;
  text-align: center;
  color: white;
  letter-spacing: 0.4px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  display: inline-block;
  font-size: 16px;
  background: #212529;
  border-radius: 8px;
  transition: 0.2s;
}
a.btn.\--small,
button.\--small,
span.btn.\--small,
input[type=submit].\--small {
  padding: 8px 16px;
}
a.btn.\--primary,
button.\--primary,
span.btn.\--primary,
input[type=submit].\--primary {
  background: #1D62AE;
  color: #fff;
}
a.btn.\--primary:hover,
button.\--primary:hover,
span.btn.\--primary:hover,
input[type=submit].\--primary:hover {
  background: #195698;
}
a.btn.\--accent,
button.\--accent,
span.btn.\--accent,
input[type=submit].\--accent {
  background: #D3AF4C;
  color: #fff;
}
a.btn.\--accent:hover,
button.\--accent:hover,
span.btn.\--accent:hover,
input[type=submit].\--accent:hover {
  background: #cea638;
}
a.btn.\--white,
button.\--white,
span.btn.\--white,
input[type=submit].\--white {
  background: #fff;
  color: #1D62AE;
  border: 1px solid #1D62AE;
}
a.btn.\--white:hover,
button.\--white:hover,
span.btn.\--white:hover,
input[type=submit].\--white:hover {
  background: #f2f2f2;
}
a.btn.\--large,
button.\--large,
span.btn.\--large,
input[type=submit].\--large {
  padding: 15px 90px;
}
a.btn.\--full,
button.\--full,
span.btn.\--full,
input[type=submit].\--full {
  width: 100%;
}
a.btn.\--disable, a.btn:disabled,
button.\--disable,
button:disabled,
span.btn.\--disable,
span.btn:disabled,
input[type=submit].\--disable,
input[type=submit]:disabled {
  background: #CED4DA;
  cursor: not-allowed;
}

.header {
  width: 100%;
  position: fixed;
  z-index: 4;
  transition: 0.2s;
  background: #fff;
  border-bottom: 1px solid #E9ECEF;
}
.header__content {
  padding: 16px 40px;
}
.header__content .wrapper {
  display: flex;
  align-items: center;
}
.header__content__logo img {
  height: 40px;
  display: block;
}
.header__content__socmed {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.header__content__socmed a {
  display: contents;
}

@media only screen and (max-width: 768px) {
  .header__content {
    padding: 8px 16px;
  }
  .header__content .col-2:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__content__logo img {
    height: 30px;
  }
  .header__content__menu img {
    display: none;
  }
  .header__content__menu img:first-child {
    display: block;
  }
  .header__content__menu.\--opened img {
    display: block;
  }
  .header__content__menu.\--opened img:first-child {
    display: none;
  }
  .header__content__socmed {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: fixed;
    background: #fff;
    box-shadow: -4px 4px 12px 0px rgba(0, 0, 0, 0.06);
    top: 47px;
    right: 0;
    width: 75%;
    padding: 12px 16px;
  }
  .header__content__socmed p:first-child {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header__content__socmed p:first-child::after {
    content: "";
    background: #E9ECEF;
    height: 1px;
    width: 65%;
    position: absolute;
    right: 0;
  }
  .header__content__socmed a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .header__content__socmed.\--active {
    display: flex;
  }
}
.home {
  padding-top: 72px;
}
.home__hero {
  height: 91vh;
  background: linear-gradient(0deg, rgba(15, 49, 87, 0.7) 0%, rgba(15, 49, 87, 0.7) 100%), url(../img/heroimg.png) lightgray 50%/cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home__hero .col-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.home__content {
  background: linear-gradient(180deg, #CEEEF8 0%, rgba(255, 255, 255, 0.5) 100%);
  padding: 80px 0;
}
.home__about {
  margin-bottom: 80px;
}
.home__about .col-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.home__about__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.home__about__title h5 {
  font-size: 20px;
}
.home__about__title h3 {
  font-size: 38px;
}
.home__about__desc p {
  line-height: 200%;
}
.home__about__value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.home__about__value__items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.home__about__value__items__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home__about__img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.home__ecosystem__org {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home__ecosystem__org__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.home__ecosystem__org__main p {
  line-height: 200%;
}
.home__ecosystem__org__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.home__ecosystem__org__sub img {
  position: relative;
  z-index: 1;
}
.home__ecosystem__org__sub__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.home__ecosystem__org__sub__desc p {
  font-size: 0.75rem;
  line-height: 180%;
}
.home__ecosystem__org__sub__brush {
  position: absolute !important;
  z-index: 0 !important;
}
.home__footer {
  background: linear-gradient(0deg, rgba(15, 49, 87, 0.7) 0%, rgba(15, 49, 87, 0.7) 100%), url(../img/heroimg.png) lightgray 50%/cover no-repeat;
  padding: 80px;
}
.home__footer .col-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.home__footer__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.home__footer a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .home {
    padding-top: 47px;
  }
  .home__hero {
    background: linear-gradient(0deg, rgba(15, 49, 87, 0.86) 0%, rgba(15, 49, 87, 0.86) 100%), url(../img/heroimg.png) lightgray 50%/cover no-repeat;
  }
  .home__hero .col-1 {
    gap: 8px;
  }
  .home__hero h1 {
    font-size: 1.7rem;
  }
  .home__hero h5 {
    font-size: 0.75rem;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .home__content {
    padding: 24px 0;
  }
  .home__about__title h5 {
    font-size: 14px;
    line-height: 150%;
  }
  .home__about__title h3 {
    font-size: 24px;
    line-height: 150%;
  }
  .home__about__value__items {
    flex-wrap: wrap;
    gap: 24px;
  }
  .home__about__value__items__item img {
    width: 64px;
  }
  .home__about__img {
    flex-direction: column;
    gap: 12px;
  }
  .home__about__img img {
    width: 100%;
  }
  .home__ecosystem__org__main img {
    height: 80px;
  }
  .home__ecosystem__org__sub__brush {
    width: 85%;
  }
  .home__footer {
    background: linear-gradient(0deg, rgba(15, 49, 87, 0.85) 0%, rgba(15, 49, 87, 0.85) 100%), url(../img/heroimg.png) lightgray 50%/cover no-repeat;
    padding: 40px 0;
  }
  .home__footer .col-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }
  .home__footer__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .home__footer a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 769px) {
  .mobile {
    display: none !important;
    margin: auto;
  }
  .desktop {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none !important;
  }
}

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