@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #efefef;

  color: #262633;
}

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-p-header.is-open .a-p-header-background {
  left: 0;
}
.a-p-header-button-wrapper {
  margin-left: auto;
}
.a-p-header-icon {
  display: none;
}

.a-p-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-p-navigation-list.is-open {
  right: 0;
}
.a-p-header-icon-menu {
  display: block;
}

.a-p-header-icon-button.is-open .a-p-header-icon-menu {
  display: none;
}

.a-p-header-icon-button.is-open .a-p-header-icon-close {
  display: block;
}

.a-p-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.a-p-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #8b65ca;
}

.a-p-header.is-open .a-p-header-background {
  left: 0;
}
.a-p-header.is-open .a-p-hea-background {
  left: 0;
  background: #8b65ca;
}
.a-p-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: #ffffff;
}

.a-p-header-icon-menu {
  display: block;
}

.a-p-header-icon-button.is-open .a-p-header-icon-menu {
  display: none;
}

.a-p-header-icon-button.is-open .a-p-header-icon-close {
  display: block;
}

.a-p-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: 16px;

  position: relative;
}
.a-p-header.is-open .a-p-title-img {
  display: none;
}
.a-p-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: 0px 32px;
  gap: 32px;
  background: #8b65ca;
  padding: 64px 0 100px;
}

.a-p-navigation-list.is-open {
  right: 0;
}

.a-p-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  padding: 12px 24px;
  color: #ffffff;
}

.a-p-navigation-link:hover,
.a-p-navigatioт-link:focus {
  background: #262633;
}

.a-p-header.is-open {
  background-color: transparent;
}

.a-p-navigation-img {
  display: none;
}

@media screen and (min-width: 1194px) {
  .a-p-navigation-img {
    display: block;
    margin-right: 560px;
  }
  .a-p-policy-terms-header-icon-menu {
    display: none;
  }
  .a-p-header-button-wrapper {
    display: none;
  }
  .a-p-header {
    width: 100%;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    top: 16px;
    left: 50%;
    width: 1295px;
    transform: translateX(-50%);
    background: #ffffff;
  }

  .a-p-header-icon-button {
    display: none;
  }
  .a-p-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-p-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 12px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-p-navigation-link {
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: #262633;
  }

  .a-p-navigation-link:hover,
  .a-p-navigation-link:focus {
    color: #ffffff;
  }

  .a-p-navigation-item-desk {
    display: none;
  }
}

.a-p-home {
  margin: auto;
  height: 1022px;
}
.a-p-home-container {
  background: #4b8bf1;

  height: 902px;
}
.a-p-home-container-one {
  width: 375px;
  margin: auto;
  padding: 120px 16px 0px;
  background: #4b8bf1;
  height: 902px;
  margin: auto;
  color: #ffffff;
}
.a-p-home-title {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.a-p-home-container-top {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
  gap: 24px;
}
.a-p-home-div {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;

  gap: 10px;
}
.a-p-home-container-top-two {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding-top: 24px;
}
.a-p-home-link {
  background: #262633;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.a-p-home-link-two {
  background: #ffffff;
  color: #262633;
}

.a-p-home-link:hover {
  transform: scale(1.1);
}
.a-p-home-list {
  margin-top: 48px;
  background: #8b65ca;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 24px;
}
.a-p-home-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.a-p-home-list-img {
  width: 24px;
}
@media screen and (min-width: 1194px) {
  .a-p-home {
    margin: auto;
    height: auto;
  }
  .a-p-home-container {
    height: 786px;
    background-color: transparent;
    background-image: url("/img/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .a-p-home-container-one {
    width: 1440px;
    margin: auto;
    padding: 144px 72px 0px;
    background-color: transparent;
    height: auto;
    margin: auto;
    color: #ffffff;
  }
  .a-p-home-title {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .a-p-home-container-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 32px;
    gap: 584px;
    justify-content: space-between;
    row-gap: 202px;
  }
  .a-p-home-div {
    width: 306px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    display: flex;
    flex-direction: column;

    gap: 4px;
  }
  .a-p-home-container-top-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 0px;
    width: 321px;
    margin-top: auto;
  }
  .a-p-home-link {
    background: #262633;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .a-p-home-link-two {
    background: #ffffff;
    color: #262633;
  }

  .a-p-home-link:hover {
    transform: scale(1.1);
  }
  .a-p-home-list {
    background: #8b65ca;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 32px;
    width: fit-content;
    margin: auto;
    margin-top: 48px;
    padding: 24px;
  }
  .a-p-home-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .a-p-home-list-img {
    width: 24px;
  }
}

.a-p-why-container {
  width: 375px;
  margin: auto;
  padding: 48px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.a-p-why-img {
  width: 343px;
}
.a-p-about-title {
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.a-p-why-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 32px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1194px) {
  .a-p-why-container {
    width: 1440px;
    padding: 96px 72px 0;
    flex-direction: row-reverse;
    gap: 134px;
  }
  .a-p-why-img {
    width: 526px;
  }
  .a-p-about-title {
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }

  .a-p-why-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 40px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.a-p-uniqueness-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 16px;
}
.a-p-uniqueness-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.a-p-uniqueness-img {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #4b8bf1;
}

@media screen and (min-width: 1194px) {
  .a-p-uniqueness-container {
    flex-direction: row;
  }
}

.a-p-how-container {
  padding-bottom: 48px;
}
.a-p-how-item {
  align-items: start;
}
.a-p-how-img {
  margin-top: 8px;
}
.a-p-how-text {
  width: 311px;
}
@media screen and (min-width: 1194px) {
  .a-p-how-container {
    padding: 96px 183px 96px 72px;
  }
  .a-p-how-item {
    align-items: start;
  }
  .a-p-how-img {
    margin-top: 8px;
  }
  .a-p-how-text {
    width: 450px;
  }
  .a-p-how-image {
    width: 415px;
  }
}

.a-p-characters {
  margin: auto;
  background: #4b8bf1;
  color: #ffffff;
  padding-bottom: 48px;
}

.a-p-characters-item {
  display: block;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  width: 340px;
  text-align: center;
}

@media screen and (min-width: 1194px) {
  .a-p-characters {
    padding-bottom: 0px;
  }
  .a-p-character-container {
    padding: 48px 72px 48px 182px;
  }

  .a-p-characters-item {
    width: 416px;
    padding-top: 12px;
    padding-right: 24px;
    padding-bottom: 12px;
    padding-left: 24px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.a-p-policy-terms-container {
  padding: 48px 16px 48px;
  color: #141414;
  width: 375px;
  margin: auto;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.a-p-policy-terms-containerh {
  background: #4b8bf1;
  padding: 152px 0 64px;
  font-family: Raleway;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
}
.a-p-policy-terms-container h2 {
  margin-top: 32px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}
.a-p-policy-terms-container h3 {
  margin-top: 24px;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.a-p-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 16px;
}
.a-p-policy-terms-container p {
  margin-top: 16px;
}
.a-p-policy-terms-container a {
  color: inherit;
}
@media screen and (min-width: 1194px) {
  .a-p-policy-terms-container {
    padding: 80px 292px 96px;
    width: 1440px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .a-p-policy-terms-containerh {
    background: #4b8bf1;
    padding: 152px 0 64px;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .a-p-policy-terms-container h2 {
    margin-top: 48px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
  }
  .a-p-policy-terms-container h3 {
    margin-top: 24px;
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .a-p-policy-terms-container ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 16px;
  }
  .a-p-policy-terms-container p {
    margin-top: 16px;
  }
}

.a-p-footer-container {
  width: 375px;
  padding: 40px 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #ffffff;
}

.a-p-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.a-p-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.a-p-footer-copyright {
  font-family: Raleway;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}
.a-p-footer-img {
  text-decoration: none;
  color: inherit;
  font-family: Raleway;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
@media screen and (min-width: 1194px) {
  .a-p-footer-container {
    width: 1440px;
    padding: 40px 72px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    gap: 867px;
    row-gap: 40px;
  }

  .a-p-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 32px;
  }

  .a-p-footer-text {
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .a-p-footer-copyright {
    font-family: Raleway;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0;
  }
  .a-p-footer-img {
    font-family: Raleway;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
}

.a-p-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(149, 49, 133, 1);
  box-shadow: 0px 14px 42px 0px rgba(8, 15, 52, 0.06);
  z-index: 1000;
  display: none;
}

.a-p-cookie-popup-text-two {
  color: rgba(87, 78, 68, 1);
}

.a-p-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.a-p-cookie-button {
  border: none;
  background-color: transparent;
}

#accept-cookies {
}

.a-p-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1194px) {
  .a-p-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .a-p-cookie-popup-text-two {
    font-family: Raleway;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 648px;
  }

  .a-p-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 40px;
  }

  .a-p-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
