html {
  font-size: 100%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Space Grotesk", sans-serif;
  background-color: #FFFFFF;
}

a, a:visited, a:hover {
  text-decoration: none;
}

.flex {
  display: flex;
}
.flex-js-sb {
  justify-content: space-between;
}
.flex-js-c {
  justify-content: center;
}
.flex-ai-c {
  align-items: center;
}

@media (max-width: 63.9375em) {
  .hide-mobile {
    display: none;
  }
  .hide-mobile p {
    font-size: 1rem;
  }
}

@media (min-width: 64em) {
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 64em) {
  .setup-desktop {
    padding: 5px 40px;
  }
}

.header {
  box-shadow: 0 -6px 10px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header nav {
  padding: 0.31rem 1.25rem;
}
.header__menu > span {
  display: block;
  width: 40px;
  height: 3px;
  background-color: #036fa0;
  transition: all 300ms ease-in-out;
  transform-origin: 8px 1px;
}
.header__menu > span:not(:last-child) {
  margin-bottom: 5px;
}
.header__menu.open > span:first-child {
  transform: rotate(45deg);
}
.header__menu.open > span:nth-child(2) {
  opacity: 0;
}
.header__menu.open > span:last-child {
  transform: rotate(-45deg);
}
.header__links a {
  position: relative;
  font-size: 1.25rem;
  color: black;
}
.header__links a:first-child {
  font-weight: 700;
  border-bottom: 3px solid #0492D2;
  padding-bottom: 1.13rem;
}
.header__links a:not(:last-child) {
  margin-right: 40px;
}
.header__links a:hover {
  font-weight: bolder;
}
.header__lang_change {
  display: inline-block;
  position: relative;
  font-family: "Space Grotesk", sans-serif;
  border: 3px solid rgb(232, 231, 231);
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: 146px;
}

.hero {
  margin-top: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 80px;
}
.hero__image img {
  width: 650px;
}
.hero__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.hero__text > h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 0;
}
.hero__text > p {
  color: #6B7280;
  font-size: 1.5rem;
}
.hero__text > .btnACM {
  display: flex;
  width: 300px;
  border: 0.1rem solid #0492D2;
  border-radius: 7px;
  color: #0492D2;
  background-color: white;
  padding: 1rem 1.5625rem;
  font-size: 1.3rem;
  font-weight: 600;
}
.hero__text > .btnACM:hover {
  color: white;
  background-color: #0492D2;
}

@media (max-width: 63.9375em) {
  .hero {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-top: 70px;
    align-items: center;
  }
  .hero__image {
    order: 1;
  }
  .hero__image img {
    width: 100%;
  }
  .hero__text {
    order: 2;
    align-items: center;
  }
  .hero__text > h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
  }
  .hero__text > p {
    font-size: 1rem;
    text-align: center;
    margin-top: 0;
  }
  .hero__text > .btnACM {
    display: flex;
    width: 250px;
    border: 0.1rem solid #0492D2;
    border-radius: 7px;
    color: #0492D2;
    background-color: white;
    padding: 1rem 1.5625rem;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 25px;
  }
  .hero__text > .btnACM:hover {
    color: white;
    background-color: #0492D2;
  }
}
.descACM {
  background-color: #FAFAFA;
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 50px 80px;
  gap: 40px;
}
.descACM__carousel {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.descACM__carousel__track-container {
  position: relative;
  height: 481px;
  width: 650px;
}
.descACM__carousel__track-container__slide > img {
  width: 100%;
  position: absolute;
  opacity: 0%;
  transition: opacity 0.5s ease-in-out;
}
.descACM__carousel__track-container__slide--active > img {
  opacity: 100%;
}
.descACM__carousel__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
}
.descACM__carousel__button__image {
  width: 25px;
}
.descACM__carousel__button--right {
  right: 0;
}
.descACM__carousel__button--left {
  z-index: 2;
}
.descACM__carousel__nav {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 93%;
  left: 43%;
}
.descACM__carousel__indicator {
  border: 0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 8px;
  cursor: pointer;
}
.descACM__carousel__indicator-active {
  background-color: #FAFAFA;
}
.descACM__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.descACM__text > h2 {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 0;
}
.descACM__text > p {
  color: #6B7280;
  font-size: 1.7rem;
}

@media (max-width: 63.9375em) {
  .descACM {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin-top: 30px;
    align-items: center;
  }
  .descACM__carousel {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .descACM__carousel__track-container {
    position: relative;
    height: 270px;
    width: 100%;
  }
  .descACM__carousel__track-container__slide > img {
    width: 100%;
    position: absolute;
    opacity: 0%;
    transition: opacity 0.5s ease-in-out;
  }
  .descACM__carousel__track-container__slide--active > img {
    opacity: 100%;
  }
  .descACM__carousel__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  .descACM__carousel__button__image {
    width: 25px;
  }
  .descACM__carousel__button--right {
    right: 0;
  }
  .descACM__carousel__button--left {
    z-index: 2;
  }
  .descACM__carousel__nav {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 93%;
    left: 38%;
  }
  .descACM__carousel__indicator {
    border: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 8px;
    cursor: pointer;
  }
  .descACM__carousel__indicator-active {
    background-color: #FAFAFA;
  }
  .descACM__text {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .descACM__text > h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
  }
  .descACM__text > p {
    color: #6B7280;
    font-size: 1rem;
  }
}/*# sourceMappingURL=style.css.map */