@import url("https://fonts.googleapis.com/css2?family=Bowlby+One&family=Maven+Pro:wght@400..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f9c84c;

  color: #2a2928;
}

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-t-header.is-open .a-t-header-background {
  left: 0;
}
.a-t-header-button-wrapper {
  margin-left: auto;
}
.a-t-header-icon {
  display: none;
}

.a-t-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-t-navigation-list.is-open {
  right: 0;
}
.a-t-header-icon-menu {
  display: block;
}

.a-t-header-icon-button.is-open .a-t-header-icon-menu {
  display: none;
}

.a-t-header-icon-button.is-open .a-t-header-icon-close {
  display: block;
}

.a-t-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
}

.a-t-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #f9c84c;
}
.a-t-header.is-open .a-t-header-background {
  left: 0;
}
.a-t-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #ffffff;
  border-radius: 50px;
}

.a-t-header-icon-menu {
  display: block;
}

.a-t-header-icon-button.is-open .a-t-header-icon-menu {
  display: none;
}

.a-t-header-icon-button.is-open .a-t-header-icon-close {
  display: block;
}
.a-t-title-img {
  font-family: Bowlby One;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  color: #f9c84c;
  text-decoration: none;
}
.a-t-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;

  /* margin: 24px 16px 0; */
  position: relative;
  padding: 24px 16px 0;
}

.a-t-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 32px;

  gap: 24px;
  background: #f9c84c;
  border-radius: 50px;
}

.a-t-navigation-list.is-open {
  right: 0;
}

.a-t-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #2a2928;
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.a-t-navigation-link:hover,
.a-t-navigatioт-link:focus {
}
.a-t-navigation-item-desk {
  display: none;
}
.a-t-header.is-open {
  background-color: transparent;
}

.a-t-navigation-img {
  display: none;
}

@media screen and (min-width: 1199px) {
  .a-t-navigation-img {
    display: block;
    font-family: Bowlby One;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-right: 300px;
  }
  .a-t-navigation-item-desk {
    display: block;
    margin-left: 300px;
  }
  .a-t-policy-terms-header-icon-menu {
    display: none;
  }
  .a-t-header-button-wrapper {
    display: none;
  }
  .a-t-header {
    width: 100%;
    height: 70px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    width: 1296px;
    height: 72px;

    border-radius: 32px;
  }

  .a-t-header-icon-button {
    display: none;
  }
  .a-t-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-t-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;
  }

  .a-t-navigation-link {
    font-family: Maven Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.a-t-home-container {
  width: 375px;
  height: 967px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/hero.png");
  padding: 182px 16px 0px;
  margin: auto;
}

.a-t-home-title {
  font-family: Bowlby One;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.a-t-home-title span {
  color: #f9c84c;
}

.a-t-home-text {
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 24px 0 40px;
}
.a-t-home-link {
  width: 148px;
  transition: all 0.3s ease-in-out;
}

.a-t-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1199px) {
  .a-t-home {
    width: auto;
    height: 794px;
    background-image: url("/img/hero-decor.png");
    background-color: #ffffff;

    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .a-t-home-container {
    width: 1440px;
    padding: 169px 842px 0px 72px;
    height: 794px;
    background-image: url("/img/hero\ \(3\).png");
  }
  .a-t-home-title {
    font-family: Bowlby One;
    font-weight: 400;
    font-style: Regular;
    font-size: 63px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .a-t-home-text {
    font-family: Maven Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;

    width: 416px;
  }
}

.a-t-about-title {
  font-family: Bowlby One;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

@media screen and (min-width: 1199px) {
  .a-t-about-title {
    font-family: Bowlby One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}

.a-t-why-container {
  width: 375px;
  margin: auto;
  padding: 120px 16px 0;
}
.a-t-why-list {
  padding-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.a-t-why-item {
  background: #ffffff;
  width: 343px;
  height: 272px;

  padding: 0 24px 23px;
  border-radius: 32px;
}
.a-t-why-img {
  width: 150px;
  margin-left: auto;
  margin-top: -76px;
}
.a-t-why-text-bold {
  font-family: Maven Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
.a-t-why-text {
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  padding-top: 24px;
}

@media screen and (min-width: 1199px) {
  .a-t-why-container {
    width: 1440px;
    padding: 120px 72px 0;
  }
  .a-t-why-list {
    padding-top: 96px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .a-t-why-item {
    width: 306px;
    height: 272px;

    border-radius: 32px;
  }
  .a-t-why-img {
    width: 150px;
    margin-left: auto;
    margin-top: -76px;
  }
  .a-t-why-text-bold {
    font-family: Maven Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .a-t-why-text {
    font-family: Maven Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    padding-top: 24px;
  }
}

.a-t-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 120px 16px 0;
}
.a-t-uniqueness-div {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 96px;
}
.a-t-uniqueness-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.a-t-uniqueness-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #ffffff;
  width: 343px;
  border-radius: 32px;
  padding: 24px;
}

.a-t-uniqueness-text-bold {
  font-family: Maven Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
.a-t-uniqueness-text {
  font-family: Maven Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
.a-t-uniqueness-textq {
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1199px) {
  .a-t-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 120px 72px 0;
  }
  .a-t-uniqueness-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 80px;
    padding-top: 96px;
    padding: 96px 110px 0 54px;
  }

  .a-t-uniqueness-item {
    width: 526px;
    gap: 24px;
    border-radius: 32px;
    padding: 24px;
  }

  .a-t-uniqueness-text-bold {
    font-family: Maven Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .a-t-uniqueness-text {
    font-family: Maven Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
  }
  .a-t-uniqueness-textq {
    font-family: Maven Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}
.a-t-how {
  margin: 120px auto 0;
  width: 375px;
  height: 1483px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/testimonials-block.png");
}
.a-t-how-container {
  margin: auto;
  width: 375px;
  padding: 120px 16px 0;
}
.a-t-how-list {
  padding-top: 96px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.a-t-how-item {
  border-radius: 32px;
  padding: 24px;
  background: #f9c84c;
}

.a-t-how-img {
  width: 64px;
}

.a-t-how-text-bold {
  font-family: Maven Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  padding: 8px 0 24px;
}

.a-t-how-text {
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.a-t-how-img-two {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
@media screen and (min-width: 1199px) {
  .a-t-how {
    width: auto;
    height: 722px;
    background-image: url("/img/testimonials-block\ \(1\).png");
  }
  .a-t-how-container {
    margin: auto;
    width: 1440px;
    padding: 120px 72px 0;
  }
  .a-t-how-list {
    padding-top: 96px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .a-t-how-item {
    border-radius: 32px;
    padding: 24px;
    background: #f9c84c;
    width: 416px;
  }
}

.a-t-faq-container {
  padding: 120px 16px;
  width: 375px;
  margin: auto;
}
.a-t-faq-list {
  padding-top: 96px;
  display: flex;
  flex-direction: column;

  gap: 24px;
}

.a-t-faq-item {
  background: #ffffff;

  border-radius: 32px;
  padding: 24px;
}

.a-t-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Maven Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
}

.a-t-faq-answer {
  font-family: Maven Pro;

  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}
.a-t-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.a-t-toggle-button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.a-t-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.a-t-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.a-t-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1199px) {
  .a-t-faq-container {
    padding: 120px 72px;
    width: 1440px;
    margin: auto;
  }
  .a-t-faq-list {
    padding-top: 96px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    gap: 24px;
  }

  .a-t-faq-item {
    width: 636px;
    border-radius: 32px;
    padding: 24px;
  }
}
.a-t-policy-terms-container {
  padding: 0px 16px 80px;
  width: 375px;
  margin: auto;
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.a-t-policy-terms-container-t {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Bowlby One;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  background: #f9c84c;
  padding: 164px 0px 120px;
  margin: 0 0px 60px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.a-t-policy-terms-container h2 {
  font-family: Bowlby One;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-top: 48px;
}
.a-t-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 16px;
}
.a-t-policy-terms-container p {
  margin-top: 16px;
}
.a-t-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1199px) {
  .a-t-policy-terms-container {
    padding: 0px 292px 80px;
    width: 1440px;
    font-family: Maven Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .a-t-policy-terms-container-t {
    font-family: Bowlby One;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;

    padding: 184px 0px 120px;
    margin: 0 0px 60px;
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .a-t-policy-terms-container h2 {
    font-family: Bowlby One;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;

    margin-top: 48px;
  }
  .a-t-policy-terms-container ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 16px;
  }
  .a-t-policy-terms-container p {
    margin-top: 16px;
  }
}

.a-t-footer-container {
  width: 375px;
  padding: 24px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.a-t-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}

.a-t-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.a-t-footer-copyright {
  font-family: Maven Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 16px;
}
.a-t-footer-copyright-two {
  font-family: Bowlby One;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: CAP_HEIGHT;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
}
@media screen and (min-width: 1199px) {
  .a-t-footer-container {
    width: 1440px;
    padding: 24px 72px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    gap: 866px;
    row-gap: 40px;
  }
  .a-t-footer-copyright-two {
    font-family: Bowlby One;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 28px;
    letter-spacing: 0%;
    vertical-align: middle;
  }

  .a-t-footer-text {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }

  .a-t-footer-copyright {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}
