@import url("gilroy-bold.css");

html {
  font-size: 16px;
  height: 100%;
}

body {
  overflow-x: hidden;
  background: #002454;
  font-weight: 700;
  font-family: 'Gilroy-Bold', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  font-style: normal;
}
body > * {
  width: 100%;
}

img {
  display: block;
}

.cover {
  padding-left: 12vh;
  padding-right: 12vh;
}

.header {
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__logo img {
  height: 6.7vh;
  max-width: unset;
  -o-object-fit: contain;
  object-fit: contain;
}

.main {
  padding-top: 3vh;
  padding-bottom: 8.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
}

.main > * {
  margin-bottom: 5.5vh;
}

.main > *:last-child {
  margin-bottom: 0;
}

.background {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -100;
}

.background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.background img ~ img {
  display: none;
}

.prime {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 86vh;
  z-index: 100;
}

.prime > * {
  margin-bottom: 3vh;
}

.prime > *:last-child {
  margin-bottom: 0;
}

.prime__title {
  width: 100%;
  position: relative;
  font-family: 'Gilroy-Bold', sans-serif;
  line-height: normal;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  z-index: 10;
}

.prime__title-main {
  margin-bottom: 3vh;
  font-family: 'Gilroy-Heavy', sans-serif;
  font-size: 4.4vh;
}

.prime__title .contrast-text {
  font-family: 'Gilroy-Bold', sans-serif;
  color: #f1c304;
}

.prime__title-second,
.prime__title-third {
  font-size: 2.6vh;
}

.prime__title-second {
  margin-bottom: 1.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.prime__title-second .large-text {
  margin-left: 0.8vh;
  position: relative;
  font-size: 7vh;
  line-height: 1;
  background: -o-linear-gradient(
    330deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(255, 204, 0, 1) 59%
  );
  background: linear-gradient(
    120deg,
    rgba(143, 0, 255, 1) 0%,
    rgba(255, 204, 0, 1) 59%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.prime__title-second .large-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4%;
  width: 108%;
  height: 108%;
  -webkit-border-radius: 1vh;
  border-radius: 1vh;
  background-color: rgba(50, 52, 56, 0.5);
  z-index: -1;
}

.prime__title-third {
  margin-bottom: 3vh;
  font-family: 'Gilroy-Medium', sans-serif;
}

.prime__title-third .large-text {
  font-size: 3vh;
}

.prime__button {
  padding: 1.5vh 7vh 1.3vh;
  display: block;
  position: relative;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-size: 3.3vh;
  line-height: 1.4;
  text-transform: uppercase;
  background: #ffcc00;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
  -webkit-border-radius: 12vh;
  border-radius: 12vh;
}

.prime__button:hover {
  color: #ff4200;
  background: #fff;
}

/* Steps */
.steps > * {
  margin-bottom: 2.2vh;
}

.steps > *:last-child {
  margin-bottom: 0;
}

.steps__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
}

.steps__list li {
  margin-right: 3vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.steps__list li:last-child {
  margin-right: 0;
}

.steps-list__num {
  margin: 0 auto 3.7vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.5vh;
  -ms-flex: 0 0 8.5vh;
  flex: 0 0 8.5vh;
  position: relative;
  height: 8.5vh;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 3.3vh;
  font-weight: 700;
  z-index: 10;
}

.steps-list__num::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url("step-icon-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -2;
}
.steps-list__num::after {
  content: '';
  position: absolute;
  width: 4.4vh;
  height: 2.5vh;
  left: -webkit-calc(50% - 4.4vh / 2);
  left: calc(50% - 4.4vh / 2);
  bottom: -1.2vh;
  background-image: url("step-icon-2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.steps-list__text {
  display: block;
  font-family: 'Gilroy-Bold', sans-serif;
  font-size: 1.9vh;
  font-weight: 700;
  text-align: center;
}

.steps__link {
  display: block;
  font-size: 1.7vh;
  font-family: 'Gilroy-Regular', sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  text-decoration: underline;
}

.steps__link:hover {
  color: #ff4200;
  text-decoration: none;
}

.steps__link br {
  display: none;
}

/* Payment */
.payment {
  margin-top: auto;
}

.payment__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  list-style: none;
}

.payment__list li + li {
  margin-left: 1.1vh;
}

.payment__list img {
  display: block;
  height: 3.3vh;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.main__img {
  margin: 0 !important;
  position: fixed;
  height: 95vh;
  top: 5vh;
  z-index: -3;
  right: 0;
}

.main__img img {
  display: block;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.main__img img ~ img {
  display: none;
}

/* FOOTER */
.footer {
  padding: 1.8vh 4.5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 96vh;
  z-index: 1000;
  background: #323438;
  -webkit-border-radius: 0 332px 0 0;
  border-radius: 0 332px 0 0;
}

.footer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  list-style: none;
}

.footer__list li + li {
  margin-left: 1.1vh;
}

.footer__list img {
  display: block;
  min-height: 1.8vh;
  max-height: 3.2vh;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}
