@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #040115;

  color: #fefefe;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.a-u-header.is-open .a-u-header-background {
  left: 0;
}
.a-u-header-button-wrapper {
  margin-left: auto;
}
.a-u-header-icon {
  display: none;
}

.a-u-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-u-navigation-list.is-open {
  right: 0;
}
.a-u-header-icon-menu {
  display: block;
}

.a-u-header-icon-button.is-open .a-u-header-icon-menu {
  display: none;
}

.a-u-header-icon-button.is-open .a-u-header-icon-close {
  display: block;
}

.a-u-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 40px;
  background: #040115;
}

.a-u-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #040115;
}
.a-u-header.is-open .a-u-header-background {
  left: 0;
}
.a-u-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-u-header-icon-menu {
  display: block;
}

.a-u-header-icon-button.is-open .a-u-header-icon-menu {
  display: none;
}

.a-u-header-icon-button.is-open .a-u-header-icon-close {
  display: block;
}

.a-u-navigation {
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 8px 16px;
  position: relative;
}

.a-u-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 48px 0;

  gap: 48px;
  background: #040115;

  border-bottom: 1px solid #1c16af;

  padding-top: 48px;

  padding-bottom: 48px;

  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.a-u-navigation-list.is-open {
  right: 0;
}

.a-u-navigation-link {
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #6b7a8c;
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  display: block;
}

.a-u-navigation-link:hover,
.a-u-navigatioт-link:focus {
  color: #fefefe;
}

.a-u-header.is-open {
  background-color: transparent;
}

.a-u-navigation-img {
  display: none;
}
.a-u-header-terms-img {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #fefefe;
  text-decoration: none;
  margin: 10px;
}
.a-u-header-terms {
  background-color: transparent;
}
@media screen and (min-width: 1197px) {
  .a-u-navigation-img {
    display: block;
    margin-right: 770px;
  }
  .a-u-policy-terms-header-icon-menu {
    display: none;
  }
  .a-u-header-button-wrapper {
    display: none;
  }
  .a-u-header {
    width: 100%;
    height: 58px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-u-header-icon-button {
    display: none;
  }
  .a-u-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-u-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 16px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: none;
  }

  .a-u-navigation-link {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 8px 12px;
  }

  .a-u-header-terms-img {
    display: flex;
    align-items: center;
    gap: 8px;

    text-decoration: none;
    margin: 50px 0 0 110px;
  }
}

.a-u-home-container {
  width: 375px;
  height: 822px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1\ home\ mob.png");

  padding: 72px 7px 0px 20px;
  margin: auto;
}

.a-u-home-title {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fefefe 0%, #97a1d6 100%);

  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.a-u-home-text {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  padding: 32px 0 308px;
}
.a-u-home-link {
  width: 240px;
  margin: auto;

  border-radius: 8px;

  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 2px 0px #40414399;
}

.a-u-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1197px) {
  .a-u-home {
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/1.\ HOME.png");
  }
  .a-u-home-container {
    width: 1440px;
    padding: 178px 181px 0px 736px;
    background-image: none;
  }

  .a-u-home-title {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 56px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;

    text-align: left;
  }

  .a-u-home-text {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
    padding: 48px 0;
  }
  .a-u-home-link {
    margin: 0;
  }
}

.a-u-about-title {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #97a1d6;
  border-bottom: 1px solid;

  border-image-source: linear-gradient(
    90deg,
    rgba(28, 22, 175, 0) 0%,
    #1c16af 50%,
    rgba(28, 22, 175, 0) 100%
  );
  border-image-slice: 1;
  padding: 8px 0;
  margin-left: 16px;
}

@media screen and (min-width: 1197px) {
  .a-u-about-title {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;

    width: 100%;
    margin-left: 0px;
  }
}

.a-u-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}
.a-u-why-list {
  padding-top: 64px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
.a-u-why-item {
  background: linear-gradient(180deg, #040115 0%, #150d38 100%);
  box-shadow: 0px 4px 12px 0px #e2a2f14d;
  width: 343px;

  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  gap: 16px;
  align-items: center;
}

.a-u-why-text-bold {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0px 0 8px;
  color: #97a1d6;
}
.a-u-why-text {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1197px) {
  .a-u-why-container {
    width: 1440px;
    padding: 80px 0;
  }
  .a-u-why-list {
    padding: 64px 201px 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .a-u-why-item {
    flex-direction: row;
    width: 503px;
    height: 228px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 16px;
    padding-left: 12px;
    gap: 32px;
    border-radius: 12px;
    align-items: center;
  }

  .a-u-why-text-bold {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }
  .a-u-why-text {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }
}

.a-u-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px;
}
.a-u-uniqueness-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.a-u-uniqueness-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 12px;
}

.a-u-uniqueness-text-bold {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #97a1d6;
}
.a-u-uniqueness-text {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.a-u-uniqueness-item-text {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #08e1ed;
  text-shadow: 1px 1px 4px #cf0afc;
}

@media screen and (min-width: 1197px) {
  .a-u-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 0;
  }
  .a-u-uniqueness-list {
    padding: 64px 173px 0;
    flex-direction: row;
  }
  .a-u-uniqueness-item {
    display: flex;

    gap: 32px;
    width: 343px;
    height: 212;
    padding-right: 12px;
    padding-left: 12px;
    gap: 16px;

    border-radius: 12px;
  }

  .a-u-uniqueness-text-bold {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-u-uniqueness-text {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-u-uniqueness-item-text {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.a-u-how {
  margin: auto;
  width: 375px;
  height: 302px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/howPic\ \(1\).png");
}

@media screen and (min-width: 1197px) {
  .a-u-how {
    margin: auto;
    width: auto;
    height: 588px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/howPic.png");
  }
}

.a-u-reviews-container {
  margin: auto;
  padding: 80px 16px;
  width: 375px;
}
.a-u-reviews-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.a-u-reviews-item {
  display: flex;
  flex-direction: column;
  box-shadow:
    0px 4px 4px 0px #4b4b4b33,
    0px 4px 12px 0px #e2a2f14d;

  background: #150d38;
  width: 343px;
  height: 258px;
  gap: 16px;

  border-radius: 12px;
  padding: 32px;
}

.a-u-reviews-item-top {
  display: flex;

  align-items: center;
  justify-content: space-between;
}
.a-u-reviews-img {
  height: 16px;
}
.a-u-reviews-text {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-u-reviews-text-two {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-u-reviews-text-bold {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #97a1d6;
}

@media screen and (min-width: 1197px) {
  .a-u-reviews-container {
    margin: auto;
    padding: 80px 0;
    width: 1440px;
  }
  .a-u-reviews-list {
    padding: 64px 173px 0;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .a-u-reviews-item {
    width: 343px;
    height: 258px;
    gap: 16px;

    border-radius: 12px;
    padding: 32px;
  }

  .a-u-reviews-text {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-u-reviews-text-two {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-u-reviews-text-bold {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.a-u-faq-container {
  padding: 80px 16px;
  width: 375px;
  margin: auto;
}
.a-u-faq-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.a-u-faq-item {
  padding: 0 12px;
}

.a-u-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #150d38;
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #97a1d6;
  padding: 8px 0;
}

.a-u-faq-answer {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-u-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.a-u-toggle-button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.a-u-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.a-u-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.a-u-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1197px) {
  .a-u-faq-container {
    padding: 80px 0;
    width: 1440px;
    margin: auto;
  }
  .a-u-faq-list {
    padding: 64px 325px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .a-u-faq-question {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-u-faq-answer {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.a-u-policy-terms-container {
  padding: 120px 16px 64px;
  width: 375px;
  margin: auto;
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-u-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 64px;
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  color: #97a1d6;
  text-shadow: 1px 1px 2px #4b4b4b66;
}
.a-u-policy-terms-container h2 {
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #97a1d6;
  margin: 24px 0 16px;
}
.a-u-policy-terms-container h3 {
  margin: 16px 0;
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.a-u-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-u-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1197px) {
  .a-u-policy-terms-container {
    padding: 176px 223px 80px;
    width: 1440px;
  }
  .a-u-policy-terms-container h1 {
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}

.a-u-footer-container {
  width: 375px;
  padding: 80px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: Asap Condensed;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.a-u-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 122px;
}

.a-u-footer-text {
  color: inherit;
}

.a-u-footer-copyright-two {
  display: none;
}
.a-u-footer-img {
  width: 240px;

  border-radius: 8px;

  box-shadow:
    0px 2px 2px 0px #40414399,
    0px 4px 8px 2px #eaebed99 inset;
}
.a-u-footer-img {
  transition: all 0.3s ease-in-out;
}

.a-u-footer-img:hover {
  transform: scale(1.04);
}

@media screen and (min-width: 1197px) {
  .a-u-footer-container {
    width: 1440px;
    padding: 80px 120px;
    display: flex;
    flex-direction: row;
    gap: 205px;
    font-family: Asap Condensed;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-u-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 82px;
  }

  .a-u-footer-copyright-one {
    display: none;
  }
  .a-u-footer-copyright-two {
    display: block;
  }
}
