@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: "Elza";
  overflow-x: hidden;
  margin-inline: 2vw;
  line-height: 1.2;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  display: none;
}
@media (min-width: 2560px) {
  html, body {
    margin-inline: 12vw;
  }
}
@media (max-width: 650px) {
  html, body {
    margin: 0.5vw;
  }
}

img {
  width: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

.banner-mobile {
  display: none;
  margin-block: 10px;
}
@media (max-width: 650px) {
  .banner-mobile {
    display: block;
  }
}

@media (max-width: 650px) {
  .banner-desktop {
    display: none;
  }
}

.border-radius {
  border-radius: 30px;
}

.container-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 40px;
  text-align: center;
}
.container-default span {
  font-size: 20px;
  width: 70%;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .container-default span {
    font-size: 14px;
    width: 100%;
  }
}
.container-default h1 {
  font-size: 180px;
  font-weight: 600;
  margin-block: 30px;
  width: 100%;
  background: linear-gradient(94.33deg, #0050DC -1.38%, #3C1450 105.48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-emphasis-color: transparent;
}
@media (max-width: 650px) {
  .container-default h1 {
    font-size: 28px;
    width: 100%;
  }
}
.container-default h2 {
  font-size: 58px;
  font-weight: 600;
  margin-block: 30px;
  width: 100%;
  color: #005BE2;
}
@media (max-width: 650px) {
  .container-default h2 {
    font-size: 28px;
    width: 100%;
  }
}
.container-default p {
  font-size: 22px;
  width: 60%;
  margin-bottom: 30px;
  color: #0050DC;
}
@media (max-width: 650px) {
  .container-default p {
    font-size: 18px;
    width: 100%;
  }
}
.container-default p strong {
  font-weight: 600;
}
.container-default h5 {
  font-size: 20px;
  text-align: center;
  margin: 20px auto 20px;
}
.container-default h6 {
  font-size: 14px;
  margin-block: 30px;
}
.container-default img {
  margin-bottom: 20px;
}
.container-default__double-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
.container-default__double-banner img {
  width: 48%;
}
.container-default__icons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-block: 25px;
  gap: 2vw;
  height: 200px;
}
@media (max-width: 650px) {
  .container-default__icons {
    height: 130px;
  }
}
.container-default__icons--icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.container-default__icons--icon img {
  width: 10vw;
}
@media (min-width: 2560px) {
  .container-default__icons--icon img {
    width: 4vw;
  }
}
.container-default__icons--icon p {
  font-size: 18px;
  text-align: center;
}
@media (max-width: 650px) {
  .container-default__icons--icon p {
    font-size: 14px;
  }
}
.container-default .dual-banner {
  display: flex;
  justify-content: space-between;
  gap: 0.3%;
}
@media (max-width: 650px) {
  .container-default .dual-banner {
    flex-direction: column;
  }
}
.container-default .dual-banner img {
  width: 49.5%;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .container-default .dual-banner img {
    width: 100%;
  }
}

.main-banner {
  width: 100%;
}
.main-banner__feature {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 1vw;
}
@media (max-width: 460px) {
  .main-banner__feature {
    flex-wrap: wrap;
  }
}
.main-banner__feature--card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-block: 50px;
}
@media (max-width: 1024px) {
  .main-banner__feature--card {
    width: 27%;
  }
}
.main-banner__feature--card img {
  width: 5vw;
  margin-bottom: 10px;
}
@media (min-width: 2560px) {
  .main-banner__feature--card img {
    width: 4vw;
  }
}
@media (max-width: 650px) {
  .main-banner__feature--card img {
    width: 20vw;
  }
}
.main-banner__feature--card h2 {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  color: #005BE2;
}
@media (max-width: 650px) {
  .main-banner__feature--card h2 {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.min.css.map */
