@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rajdhani:wght@300;400;500;600;700&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #debaff;

  color: #010101;
}

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%;
}

.p-a-header.is-open .p-a-header-background {
  left: 0;
}
.p-a-header-button-wrapper {
  margin-left: auto;
}
.p-a-header-icon {
  display: none;
}

.p-a-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.p-a-navigation-list.is-open {
  right: 0;
}
.p-a-header-icon-menu {
  display: block;
}

.p-a-header-icon-button.is-open .p-a-header-icon-menu {
  display: none;
}

.p-a-header-icon-button.is-open .p-a-header-icon-close {
  display: block;
}

.p-a-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 76px;
  background: #debaff;
}

.p-a-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #debaff;
}
.p-a-header.is-open .p-a-header-background {
  left: 0;
}
.p-a-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-a-header-icon-menu {
  display: block;
}

.p-a-header-icon-button.is-open .p-a-header-icon-menu {
  display: none;
}

.p-a-header-icon-button.is-open .p-a-header-icon-close {
  display: block;
}

.p-a-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 24px;
  position: relative;
}

.p-a-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: 100px 0px;

  gap: 50px;
  background: #debaff;
}

.p-a-navigation-list.is-open {
  right: 0;
}

.p-a-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #010101;
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
}

.p-a-navigation-link:hover,
.p-a-navigatioт-link:focus {
  color: #5f371a;
}

.p-a-header.is-open {
  background-color: transparent;
}

.p-a-navigation-img {
  display: none;
}
.p-a-home-img {
  width: 199px;
  margin-top: 50px;
}
.p-a-header-terms {
  background: transparent;
}
.p-a-header-terms-img {
  width: 24px;
}
@media screen and (min-width: 1194px) {
  .p-a-navigation-img {
    display: block;
    margin-right: 252px;
  }
  .p-a-header-terms-img {
    width: 41px;
    margin-left: 40px;
  }
  .p-a-home-img {
    width: 199px;
    margin-top: 0px;
    margin-left: 108px;
  }
  .p-a-policy-terms-header-icon-menu {
    display: none;
  }
  .p-a-header-button-wrapper {
    display: none;
  }
  .p-a-header {
    width: 100%;
    height: 103px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .p-a-header-icon-button {
    display: none;
  }
  .p-a-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .p-a-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;

    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .p-a-navigation-link {
    font-family: Rajdhani;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .p-a-navigation-item-desk {
    display: none;
  }
}

.p-a-home {
  width: 375px;
  margin: auto;
}
.p-a-home-container {
  width: 375px;
  padding: 96px 24px 50px;
  margin: auto;
}

.p-a-home-title {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
}

.p-a-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  padding-top: 19px;
}
.p-a-home-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
  align-items: center;
}
.p-a-home-list-item {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  padding: 10px 20px;
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  width: 229px;
  border-radius: 24px;
  border-width: 1px;
}
.p-a-home-img {
  transition: all 0.3s ease-in-out;
}

.p-a-home-img:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1194px) {
  .p-a-home {
    width: 1440px;
    height: 963px;
    background-image: url("/img/Frame\ 67.png");
  }
  .p-a-home-container {
    width: 1440px;
    padding: 233px 484px 0px 64px;
  }

  .p-a-home-title {
    font-family: Rajdhani;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 75px;
    letter-spacing: 0px;
  }

  .p-a-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    width: 820px;
    padding-top: 41px;
  }
  .p-a-home-list {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-top: 64px;
    align-items: center;
  }
  .p-a-home-list-item {
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    padding: 20px 40px;
    background: #ffffff;
    width: 271px;
    border-radius: 24px;
    border-width: 1px;
  }
}
.p-a-about {
  background: #5f371a;
}
.p-a-about-container {
  width: 375px;
  padding: 40px 24px;
  margin: auto;
  color: #ffffff;
}
.p-a-about-title {
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
}
.p-a-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 1194px) {
  .p-a-about-container {
    width: 1440px;
    padding: 64px;
  }
  .p-a-about-title {
    font-family: Rajdhani;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0px;
  }
  .p-a-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;

    gap: 10px;
    padding-top: 40px;
  }
}
.p-a-why {
  margin: auto;
  width: 375px;
  height: 1552px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 68.png");
}

.p-a-why-container {
  width: 375px;
  margin: auto;
  padding: 50px 24px;
}
.p-a-why-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-a-why-item {
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  border-radius: 24px;
  padding: 20px;
}

.p-a-why-text-bold {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
}
.p-a-why-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0px;
  padding-top: 16px;
}

@media screen and (min-width: 1194px) {
  .p-a-why {
    width: 1440px;
    height: auto;
    background-image: none;
  }
  .p-a-why-container {
    width: 1440px;
    padding: 100px 202px 0;
  }
  .p-a-why-list {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 0px;
  }
  .p-a-why-item {
    width: 518px;
    padding: 24px 34px;
    border-radius: 24px;
  }

  .p-a-why-text-bold {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .p-a-why-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .p-a-why-item-two {
    margin-left: auto;
  }
}

.p-a-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 50px 24px;
}
.p-a-uniqueness-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-a-uniqueness-item {
  background: #ffffff;
  border-radius: 24px;

  border-top: 1px solid #e5e7eb;
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  padding: 20px;
}

@media screen and (min-width: 1194px) {
  .p-a-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 64px;
  }
  .p-a-uniqueness-list {
    padding: 40px 68px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .p-a-uniqueness-item {
    padding: 24px;
  }
}
.p-a-how {
  background: #5f371a;
}
.p-a-how-container {
  color: #ffffff;
  width: 375px;
  height: 1276px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/PROGRESSION.png");
  margin: auto;
  width: 375px;
  padding: 40px 24px 0;
}
.p-a-how-list {
  padding: 378px 49px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-a-how-item {
  border-radius: 24px;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  padding: 10px 20px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: center;
  color: #010101;
}

@media screen and (min-width: 1194px) {
  .p-a-how-container {
    width: 1440px;
    height: 890px;
    background-image: url("/img/PROGRESSION\ \(1\).png");
    margin: auto;
    padding: 198px 0px 0;
  }
  .p-a-how-container-two {
    padding: 0px 99px 0 461px;
  }
  .p-a-about-text-teo {
    width: 812px;
  }
  .p-a-how-list {
    padding: 174px 64px 0;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .p-a-how-item {
    width: 229px;
    height: 130px;

    border-radius: 24px;

    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    padding: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-a-policy-terms-container {
  padding: 100px 8px 50px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}

.p-a-policy-terms-container h1 {
  margin-bottom: 35px;
  font-family: Rajdhani;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}
.p-a-policy-terms-container h2 {
  margin: 20px 0 10px;
  font-family: Inter;
  font-weight: 800;
  font-style: Extra Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.p-a-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.p-a-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1194px) {
  .p-a-policy-terms-container {
    padding: 100px 40px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .p-a-policy-terms-container h1 {
    font-family: Rajdhani;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0px;
    margin-bottom: 61px;
  }
  .p-a-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 24px;
    leading-trim: NONE;
    margin: 30px 0 10px;
  }
}

.p-a-footer-container {
  width: 375px;
  padding: 24px 36px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  gap: 60px;
  font-family: Rajdhani;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;
}

.p-a-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 123px;
}

.p-a-footer-text {
  text-decoration: none;
  color: inherit;
}
.p-a-footer-copyright-w {
  display: none;
}
@media screen and (min-width: 1194px) {
  .p-a-footer-container {
    width: 1440px;
    padding: 50px 64px;
    justify-content: center;
    align-items: center;
    gap: 192px;
    font-family: Rajdhani;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }

  .p-a-footer-text {
    width: 157px;
  }

  .p-a-footer-copyright-q {
    display: none;
  }
  .p-a-footer-copyright-w {
    display: block;
  }
}
