@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: linear-gradient(180deg, #3a5579 8.96%, #0b1117 100%);
  color: #ffffff;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
}

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%;
}

.t-o-header.is-open .t-o-header-background {
  left: 0;
}
.t-o-header-button-wrapper {
  margin-left: auto;
}
.t-o-header-icon {
  display: none;
}

.t-o-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.t-o-navigation-list.is-open {
  right: 0;
}
.t-o-header-icon-menu {
  display: block;
}

.t-o-header-icon-button.is-open .t-o-header-icon-menu {
  display: none;
}

.t-o-header-icon-button.is-open .t-o-header-icon-close {
  display: block;
}

.t-o-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.t-o-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #273a51;
}
.t-o-header.is-open .t-o-header-background {
  left: 0;
}
.t-o-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-o-header-icon-menu {
  display: block;
}

.t-o-header-icon-button.is-open .t-o-header-icon-menu {
  display: none;
}

.t-o-header-icon-button.is-open .t-o-header-icon-close {
  display: block;
}

.t-o-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: 20px 16px;
  position: relative;
}

.t-o-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 84px 32px;

  gap: 24px;
  background: #273a51;
}

.t-o-navigation-list.is-open {
  right: 0;
}

.t-o-navigation-link {
  font-family: Inter;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
}

.t-o-navigation-link:hover,
.t-o-navigatioт-link:focus {
  font-weight: 700;
  font-size: 20px;
}

.t-o-header.is-open {
  background-color: transparent;
}

.t-o-navigation-img {
  display: none;
}

@media screen and (min-width: 1193px) {
  .t-o-navigation-img {
    display: flex;
  }
  .t-o-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .t-o-header {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: #0000001a;
    backdrop-filter: blur(50px);
  }

  .t-o-header-background {
  }
  .t-o-header-icon-button {
    display: none;
  }
  .t-o-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .t-o-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 10px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .t-o-navigation-link {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

    padding: 0px 20px;
    text-decoration: none;
  }

  .t-o-navigation-link:hover,
  .t-o-navigation-link:focus {
    color: #ffffff;
  }

  .t-o-navigation-item-desk {
    display: none;
  }
}
.t-o-home {
  background: linear-gradient(180deg, #0b1117 10.11%, #3a5579 102.72%);

  margin: auto;
}
.t-o-home-container {
  width: 375px;
  padding: 562px 15px 0px;
  margin: auto;
  width: 375px;
  height: 796px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Frame\ 292.png");
}

.t-o-home-title {
  font-family: Inter;
  font-weight: 900;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.t-o-home-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 18px;
}

@media screen and (min-width: 1193px) {
  .t-o-home-container {
    width: 1440px;
    padding: 202px 180px 0px;
    width: 1440px;
    height: 810px;
    background-image: url("/img/home/Frame\ 291.png");
  }
  .t-o-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 420px;
  }

  .t-o-home-title {
    font-family: Inter;
    font-weight: 900;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }

  .t-o-home-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: left;
  }
}
.t-o-about {
  margin: auto;
  width: 375px;
  padding-top: 56px;
}
.t-o-about-container {
  padding: 100px 7px 0px;
  height: 517px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 293.png");
  margin: auto;
}
.t-o-about-title {
  font-family: Inter;
  font-weight: 900;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.t-o-about-text {
  font-family: Inter;
  font-weight: 900;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}

.t-o-about-text-bold {
  color: #e99416;
}
.t-o-about-img {
  width: 61.00595474243164px;
  margin: 0 auto;
}
@media screen and (min-width: 1193px) {
  .t-o-about {
    margin: auto;
    width: 1440px;
    padding-top: 47px;
  }
  .t-o-about-container {
    padding: 185px 180px 0px 115px;
    height: 585px;
    width: 1351px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Group\ 3.png");
    margin: 0;
    margin-left: auto;
    margin-bottom: 100px;
  }
  .t-o-about-title {
    font-family: Inter;
    font-weight: 900;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
  }
  .t-o-about-text {
    font-family: Inter;
    font-weight: 900;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
  }

  .t-o-about-img {
    width: 92.0604248046875px;
  }
}

.t-o-why-container {
  width: 375px;
  margin: auto;
  padding: 60px 15px 0;
}
.t-o-why-list {
  padding-top: 24px;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.t-o-why-item {
  width: 344px;
  height: 237px;
  border-radius: 24px;
  padding-top: 33px;
  padding-right: 47px;
  padding-bottom: 33px;
  padding-left: 47px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px #00000040 inset;
}

.t-o-why-text-bold {
  font-family: Inter;
  font-weight: 900;
  font-size: 30px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  width: 64px;
  height: 64px;

  border-radius: 50px;
  background: #2d435f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.t-o-why-text {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  padding: 16px 0;
}
.t-o-why-text-two {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 1193px) {
  .t-o-why-container {
    width: 1440px;
    padding: 100px 180px 0;
  }
  .t-o-why-list {
    padding-top: 158px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    background-image: url("/img/Group\ 2.png");
    height: 660px;
    margin-bottom: 100px;
  }
  .t-o-why-item {
    width: 344px;
    height: 344px;
    border-radius: 24px;
    padding-top: 60px;
    padding-right: 47px;
    padding-bottom: 60px;
    padding-left: 47px;
    box-shadow: 0px 0px 10px 0px #00000040 inset;
  }

  .t-o-why-text {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .t-o-why-text-two {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.t-o-characters-container {
  padding: 60px 16px 0;
  margin: auto;
  width: 375px;
}

.t-o-characters-img {
  width: 310.5px;
  margin: 24px 0 60px 15px;
}

@media screen and (min-width: 1193px) {
  .t-o-characters-container {
    padding: 100px 0 0px;
    margin: auto;
    width: 1440px;
  }
  .t-o-characters-img {
    content: url("/img/Group\ 1.png");
    width: 683px;

    margin: 40px auto 100px;
  }
}

.t-o-reviews-container {
  margin: auto;
  padding: 60px 16px;
  width: 375px;
}
.t-o-reviews-list {
  display: flex;
  flex-direction: column;
  padding: 40px 0 60px;
  gap: 24px;
}

.t-o-reviews-item {
  display: flex;
  gap: 14px;
  border-radius: 24px;
  padding-top: 16px;
  padding-right: 32px;
  padding-bottom: 16px;
  padding-left: 32px;
  background: #ffffff;
  color: #000000;
}

.t-o-reviews-img {
  width: 68px;
  height: 68px;
}
.t-o-reviews-text-bold {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-o-reviews-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 16px;
}

@media screen and (min-width: 1193px) {
  .t-o-reviews-container {
    margin: auto;
    padding: 100px 411px;
    width: 1440px;
  }
  .t-o-reviews-list {
    display: flex;
    flex-direction: column;
    padding: 40px 0 100px;
    gap: 24px;
  }

  .t-o-reviews-item {
    gap: 10px;
    border-radius: 24px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
  }

  .t-o-reviews-img {
    width: 100px;
    height: 100px;
  }
  .t-o-reviews-text-bold {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .t-o-reviews-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.t-o-faq {
  background: #ffffff;
}
.t-o-faq-container {
  background: #ffffff;

  padding: 36px 20px;
  width: 375px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  color: #000000;
}

.t-o-uniqueness-text-bold {
  font-family: Inter;
  font-weight: 900;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.t-o-uniqueness-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  padding: 16px 0;
}
.t-o-uniqueness-img {
  margin: 0 auto;
}
.t-o-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-o-faq-item {
  border-bottom: 1px solid #000000;
  padding: 16px 0px 20px;
}

.t-o-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-o-faq-questions {
  display: flex;
  gap: 16px;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-o-faq-answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-o-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.t-o-toggle-button img {
  width: 36px;
  height: 36px;

  transition: transform 0.3s ease;
}
.t-o-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.t-o-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.t-o-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1193px) {
  .t-o-faq-container {
    padding: 83px 180px;
    width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 50px;
    color: #000000;
    align-items: center;
  }

  .t-o-uniqueness-text-bold {
    font-family: Inter;
    font-weight: 900;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: left;
  }
  .t-o-uniqueness-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: left;
    padding: 16px 0;
    width: 432px;
  }
  .t-o-uniqueness-img {
    margin: 0;
  }
  .t-o-faq-list {
    width: 598px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .t-o-faq-item {
    border-bottom: 1px solid #000000;
    padding: 16px 8px 20px;
  }

  .t-o-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .t-o-faq-questions {
    font-family: Inter;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-o-faq-answer {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.t-o-gallery-container {
  width: 375px;
  margin: auto;
  padding: 60px 15px 0px;
}
.t-o-gallery-list {
  width: auto;
  padding: 22px;
  margin: auto;
  height: 490px;
}

.t-o-gallery-item {
  width: 267px;
  height: 335px;
  overflow: hidden;
  position: relative;
  margin-left: -10px;
  transition: all 0.5s ease;
}

.t-o-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.t-o-gallery-item.slick-center {
  width: 339px;
  height: 431px;
}

@media screen and (min-width: 1193px) {
  .t-o-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 100px 254px 0;
  }
  .t-o-gallery-list {
    width: auto;
    padding: 20px 0 80px;
    margin: auto;
    height: 634px;
  }

  .t-o-gallery-item {
    width: 324px;
    height: 412px;
    overflow: hidden;
    position: relative;
    margin-left: -32px;
    transition: all 0.5s ease;
  }

  .t-o-gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease;
  }
  .t-o-gallery-item.slick-center {
    width: 415px;
    height: 534px;
  }
}

.t-o-policy-terms-container {
  padding: 90px 20px 32px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-o-policy-terms-container h1 {
  margin-bottom: 36px;
  font-family: Inter;
  font-weight: 900;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}
.t-o-policy-terms-container h2 {
  margin-bottom: 16px;
  font-family: Inter;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-o-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.t-o-policy-terms-container p {
  margin-bottom: 16px;
}
.t-o-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1193px) {
  .t-o-policy-terms-container {
    padding: 144px 108px 36px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-o-policy-terms-container h1 {
    font-family: Inter;
    font-weight: 900;
    font-size: 48px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    padding-bottom: 48px;
  }
  .t-o-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.t-o-footer-container {
  width: 375px;
  padding: 25px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.t-o-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.t-o-footer-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;

  color: inherit;
}

.t-o-footer-copyright {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1%;
}

@media screen and (min-width: 1193px) {
  .t-o-footer-container {
    width: 1440px;
  }

  .t-o-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 19px;
  }

  .t-o-footer-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .t-o-footer-copyright {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1%;
  }
}

.t-o-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 28px;
  background: #ffffff;

  z-index: 1000;
  display: none;
  color: #000000;
}
.t-o-cookie-popup-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
.t-o-cookie-popup-text-two {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 24px;
}

.t-o-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.t-o-cookie-button {
  border: none;
  background-color: transparent;
  border: 1px solid #000000;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  box-shadow: 0px 1px 3px 0px #87614c;
  width: 319px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 8px;
  text-transform: uppercase;
}

#accept-cookies {
  background: #273a51;
  color: #ffffff;
  border: none;
  box-shadow: none;
}

.t-o-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1193px) {
  .t-o-cookie-popup-text {
    font-weight: 700;
    font-size: 36px;
    line-height: 22px;
    letter-spacing: 0%;
  }
  .t-o-cookie-popup-text-two {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .t-o-cookie-button {
    width: 269px;

    padding-top: 14px;

    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;

    padding-bottom: 14px;

    gap: 10px;
    border-radius: 8px;
  }
  .t-o-cookie-button-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .t-o-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
