@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e9e9f8;

  color: #222222;
}

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-l-header.is-open .a-l-header-background {
  left: 0;
}
.a-l-header-button-wrapper {
  margin-left: auto;
}
.a-l-header-icon {
  display: none;
}

.a-l-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-l-navigation-list.is-open {
  right: 0;
}
.a-l-header-icon-menu {
  display: block;
}

.a-l-header-icon-button.is-open .a-l-header-icon-menu {
  display: none;
}

.a-l-header-icon-button.is-open .a-l-header-icon-close {
  display: block;
}

.a-l-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;

  background: #e9e9f8;
}

.a-l-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #e9e9f8;
}
.a-l-header.is-open .a-l-header-background {
  left: 0;
}
.a-l-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-l-header-icon-menu {
  display: block;
}

.a-l-header-icon-button.is-open .a-l-header-icon-menu {
  display: none;
}

.a-l-header-icon-button.is-open .a-l-header-icon-close {
  display: block;
}

.a-l-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-l-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: 25px;
  background: #e9e9f8;
}

.a-l-navigation-list.is-open {
  right: 0;
}

.a-l-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #6b7a8c;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-l-navigation-link:hover,
.a-l-navigatioт-link:focus {
  color: #222222;
}

.a-l-header.is-open {
  background-color: transparent;
}

.a-l-navigation-img {
  display: none;
}
.a-l-header-terms {
  background: linear-gradient(
    90deg,
    #5e5e5e 0%,
    #846cb5 20%,
    #239fb8 40%,
    #4d9d48 60%,
    #e18a4b 80%,
    #eacf63 100%
  );
}
.a-l-header-terms-img {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  color: #e9e9f8;
  text-decoration: none;
  padding-top: 20px;
}
@media screen and (min-width: 1206px) {
  .a-l-navigation-img {
    display: block;
    margin-right: 520px;
  }

  .a-l-policy-terms-header-icon-menu {
    display: none;
  }
  .a-l-header-button-wrapper {
    display: none;
  }
  .a-l-header {
    width: 100%;
    height: 58px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-l-header-icon-button {
    display: none;
  }
  .a-l-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-l-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 40px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-l-navigation-link {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-l-navigation-link:hover,
  .a-l-navigation-link:focus {
  }

  .a-l-navigation-item-desk {
    display: none;
  }
  .a-l-header-terms {
    height: 96px;
  }
  .a-l-header-terms-img {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    text-decoration: none;
    padding-top: 33px;
    padding-left: 120px;
  }
}

.a-l-home {
  width: 375px;
  height: 814px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1\ home\ mob.png");
  margin: auto;
}
.a-l-home-container {
  width: 375px;
  padding: 80px 11px 0;
  margin: auto;
}

.a-l-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-l-home-title-img {
  width: 240px;
  transition: all 0.3s ease-in-out;
}
.a-l-home-title-img:hover {
  transform: scale(1.1);
}
.a-l-home-titles {
  font-family: Roboto Flex;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #846cb5;
  padding: 0 40px;
}
.a-l-home-title {
  font-family: Roboto Flex;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: center;
  text-transform: uppercase;

  margin: 24px 0px;
}

.a-l-home-text {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding: 0 44px 290px;
}

@media screen and (min-width: 1206px) {
  .a-l-home {
    width: auto;
    height: 808px;
    background-image: url("/img/1.\ HOME.png");
  }
  .a-l-home-container {
    width: 1440px;
    padding: 178px 201px 0px 726px;
  }
  .a-l-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .a-l-home-title-img {
    width: 240px;
    transition: all 0.3s ease-in-out;
  }
  .a-l-home-title-img:hover {
    transform: scale(1.1);
  }
  .a-l-home-titles {
    font-family: Roboto Flex;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-transform: uppercase;

    padding: 0;
  }
  .a-l-home-title {
    font-family: Roboto Flex;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
    margin: 24px 0;
  }

  .a-l-home-text {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 56px;
    width: 378px;
  }
}

.a-l-about-title-divs {
  margin: auto;

  background: linear-gradient(
    90deg,
    #222222 0%,
    #846cb5 40%,
    #239fb8 50%,
    #4d9d48 60%,
    #e18a4b 80%,
    #eacf63 95%
  );
}
.a-l-about-title {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #e9e9f8;
  width: 375px;
  padding: 80px 16px 16px;
  margin: auto;
}
.a-l-about-container {
  width: 375px;
  padding: 80px 21px 48px;
  margin: auto;
}
.a-l-about-title-two {
  font-family: Roboto Flex;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.a-l-about-text {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;

  padding: 56px 10px 0;
}

@media screen and (min-width: 1206px) {
  .a-l-about-title {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-transform: uppercase;
    width: 1440px;
    padding: 80px 0 16px 120px;
  }
  .a-l-about-container {
    width: 1440px;
    padding: 80px 228px 48px;
    margin: auto;
  }
  .a-l-about-title-two {
    font-family: Roboto Flex;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }
  .a-l-about-text {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 56px;
  }
}

.a-l-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 30px;
}
.a-l-why-list {
  padding-top: 56px;
}
.a-l-why-lists {
  display: none;
}
.a-l-why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 8px;
  background: #c8c9db;
  border: 1px solid #9697a9;
  width: 270px;
  height: 344px;
  gap: 8px;
  border-radius: 4px;
  padding: 16px;
}
.a-l-why-img {
  width: 238px;
  height: 204px;
  border-radius: 4px;
}
.a-l-why-text-bold {
  width: 100%;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  border-bottom: 1px solid #9697a9;
  padding: 12px 0 8px;
}
.a-l-why-text {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 25px;
}

@media screen and (min-width: 1206px) {
  .a-l-why-container {
    width: 1440px;
    padding: 80px 133px;
  }
  .a-l-why-list {
    display: none;
  }
  .a-l-why-lists {
    padding-top: 56px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .a-l-why-item {
    width: 370px;

    height: 400px;

    gap: 8px;
    border-radius: 4px;
    border-width: 1px;
    padding: 16px;

    margin: 0;
  }
  .a-l-why-img {
    width: 338px;
    height: 278px;

    border-radius: 4px;
  }
  .a-l-why-text-bold {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    padding: 12px 0 8px;
  }
  .a-l-why-text {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-l-why-items {
    width: 570px;
    height: 470px;

    border-radius: 4px;
    border-width: 1px;
    padding: 16px;
  }
  .a-l-why-imgs {
    width: 538px;
    height: 348px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 4px;
  }
}

.a-l-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 80px 21px;
}
.a-l-uniqueness-list {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.a-l-uniqueness-item {
  display: flex;
  align-items: center;
  background: #c8c9db;
  gap: 16px;
  border-radius: 4px;
  padding: 16px;
}
.a-l-uniqueness-img {
  width: 48px;
}
.a-l-uniqueness-text-bold {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;

  padding: 12px 0 8px;
}
.a-l-uniqueness-text {
  border-top: 1px solid transparent;

  border-image-source: linear-gradient(180deg, #e9e9f8 0%, #c8c9db 100%);
  border-image-slice: 1;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
}

@media screen and (min-width: 1206px) {
  .a-l-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 206px;
  }
  .a-l-uniqueness-list {
    padding-top: 56px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .a-l-uniqueness-item {
    flex-direction: column;
    width: 180px;
    height: 254px;

    gap: 16px;
    border-radius: 4px;
    padding: 16px;
  }

  .a-l-uniqueness-text-bold {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    padding: 12px 0 16px;
  }
  .a-l-uniqueness-text {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 16px;
  }
}
.a-l-reviews {
  width: 375px;
  margin: auto;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url("/img/5\ Reviews\ mob.png");
}
.a-l-reviews-container {
  margin: auto;
  padding: 80px 28px;
  width: 375px;
  height: 1114px;
}
.a-l-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 56px;
}

.a-l-reviews-item {
  border: 1px solid #e18a4b;
  background: #e9e9f8;

  border-radius: 4px;
  border-width: 1px;
  padding: 15px;
}

.a-l-reviews-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a-l-reviews-img {
  height: 14px;
}
.a-l-reviews-text-bold {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-l-reviews-text {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  padding-top: 16px;
}

@media screen and (min-width: 1206px) {
  .a-l-reviews {
    width: auto;
    margin: auto;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/5\ Reviews.png");
  }
  .a-l-reviews-container {
    margin: auto;
    padding: 80px 28px;
    width: 1440px;
    height: 896px;
  }
  .a-l-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 56px;
    margin: auto;
    width: 320px;
  }

  .a-l-reviews-item {
    width: 320px;

    gap: 16px;
    border-radius: 4px;
    border-width: 1px;
    padding: 15px;
  }

  .a-l-reviews-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .a-l-reviews-text-bold {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-l-reviews-text {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.a-l-faq-container {
  padding: 80px 16px;
  width: 375px;
  margin: auto;
}
.a-l-faq-list {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.a-l-faq-item {
}

.a-l-faq-question {
  gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  padding: 8px 12px;
  border-bottom: 1px solid #9697a9;
}

.a-l-faq-answer {
  padding: 0 12px;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-l-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.a-l-toggle-button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.a-l-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.a-l-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.a-l-toggle-button img.rotated {
}
@media screen and (min-width: 1206px) {
  .a-l-faq-container {
    padding: 80px 325px;
    width: 1440px;
    margin: auto;
  }
  .a-l-faq-list {
    padding-top: 56px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .a-l-faq-item {
  }

  .a-l-faq-question {
    gap: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    padding: 8px 12px;
    border-bottom: 1px solid #f4f4f94d;
  }

  .a-l-faq-answer {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.a-l-gallery-two {
  margin: auto;
  width: 375px;
  height: 346px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  background-image: url("/img/abtPic.png");
}
.a-l-gallery-container {
  width: 375px;
  margin: auto;
  padding: 80px 48px 0;
  height: 593px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url("/img/7\ Contact\ mob.png");
}

.a-l-gallery-item {
  display: flex;
  align-items: center;

  justify-content: center;
  gap: 24px;
  padding-top: 56px;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;

  color: #222222;
  text-decoration: none;
}

.a-l-gallery-image {
  width: 48px;
}

@media screen and (min-width: 1206px) {
  .a-l-gallery-two {
    margin: auto;
    width: auto;
    height: 600px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/abtPic\ \(1\).png");
  }
  .a-l-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 80px 48px 0;
    height: 797px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url("/img/7\ Contact.png");
  }

  .a-l-gallery-item {
    display: flex;
    align-items: center;

    justify-content: center;
    gap: 24px;
    padding-top: 48px;
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    text-decoration: none;
  }
}

.a-l-policy-terms-container {
  padding: 120px 16px 64px;
  width: 375px;
  margin: auto;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-l-policy-terms-container h1 {
  margin-bottom: 56px;
  font-family: Roboto Flex;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.a-l-policy-terms-container h2 {
  margin: 24px 0 16px;
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.a-l-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-l-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1206px) {
  .a-l-policy-terms-container {
    padding: 176px 223px 80px;
    width: 1440px;
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-l-policy-terms-container h1 {
    font-family: Roboto Flex;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }
  .a-l-policy-terms-container h2 {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}

.a-l-footer-container {
  width: 375px;
  padding: 80px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.a-l-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.a-l-footer-text {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;

  color: inherit;
}

.a-l-footer-copyright {
  font-family: Roboto Flex;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: center;
}
.a-l-footer-img {
  width: 240px;
}
.a-l-footer-copyright-two {
  display: none;
}
@media screen and (min-width: 1206px) {
  .a-l-footer-container {
    width: 1440px;
    padding: 80px 120px;
    display: flex;
    flex-direction: row;

    gap: 170px;
  }

  .a-l-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 79px;
  }

  .a-l-footer-text {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .a-l-footer-copyright {
    font-family: Roboto Flex;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-l-footer-img {
    width: 216px;
  }
  .a-l-footer-copyright-two {
    display: block;
  }
  .a-l-footer-copyright-one {
    display: none;
  }
}
