*,
::before,
::after {
  box-sizing: border-box;
}

html {
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
}

body {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: currentcolor;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  line-height: normal;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Inter", sans-serif;
}

input:focus {
  outline: none;
}

:root {
  --container-width: 1200px;
}

@media (max-width: 1024px) {
  :root {
    --container-width: 100%;
  }
}
.gold {
  color: #F0B749;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 201px;
  flex-shrink: 0;
  padding: 25px 35px;
  width: 100%;
  height: 878px;
  background-image: url("../images/interface/bg-optimized.jpg");
  background-image: image-set(url("../images/interface/bg-optimized.webp") type("image/webp"), url("../images/interface/bg-optimized.jpg") type("image/jpeg"));
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 1024px) and (max-width: 1320px) {
  .header {
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .header {
    background-size: cover;
    background-position: calc(50% + 39px) calc(50% - 24px);
    padding: 21px 24px;
    gap: 127px;
    height: 657px;
    background-attachment: scroll;
  }
}
.header__top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 40.935px;
}
@media (max-width: 1024px) {
  .header__top {
    height: 30.184px;
  }
}
.header__logo {
  max-width: 297px;
  height: 40.935px;
  aspect-ratio: 297/40.93;
  background-image: url("../images/logo.png");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 219px;
    width: 100%;
    height: 30.184px;
    flex-shrink: 0;
    aspect-ratio: 219/30.18;
    background-image: url("../images/logo-mobile.png");
  }
}
.header__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 60px;
  padding: 0 24px;
}
.header__nav .menu__icon {
  display: none;
}
@media (max-width: 1024px) {
  .header__nav {
    padding: 0;
  }
  .header__nav .menu__icon {
    display: flex;
  }
}
.header__link {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .header__link {
    display: none;
  }
}
.header .home {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 89px;
  width: 100%;
  max-width: 1093px;
}
.header .home__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #FFF;
  text-align: center;
  font-size: 89.433px;
  font-weight: 700;
  letter-spacing: 0.894px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header .home__title {
    font-size: 54.61px;
    letter-spacing: 0.546px;
  }
}
.header .home__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  align-self: stretch;
  color: #FFF;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 11.2px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header .home__subtitle {
    font-size: 24.425px;
    letter-spacing: 6.839px;
  }
}
.header .home__achievements {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 89px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header .home__achievements {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
}
.header .home__achievements .achievement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 309px;
  width: fit-content;
}
@media (max-width: 1024px) {
  .header .home__achievements .achievement {
    width: 111px;
    min-width: inherit;
  }
}
.header .home__achievements .achievement__title {
  color: #FFF;
  text-align: center;
  font-size: 16.228px;
  font-weight: 300;
  letter-spacing: 4.544px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header .home__achievements .achievement__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
    white-space: inherit;
    font-size: 9px;
    letter-spacing: 2.24px;
    width: 100%;
    height: 20px;
  }
}
.header .home__achievements .achievement__value {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  color: #F0B749;
  text-align: center;
  font-size: 64.148px;
  font-weight: 700;
  letter-spacing: 0.641px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .header .home__achievements .achievement__value {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
}
.header .home__achievements .achievement__text {
  color: #F0B749;
  text-align: center;
  font-size: 16.228px;
  font-weight: 800;
  letter-spacing: 1.623px;
  text-transform: uppercase;
  position: absolute;
  top: 27px;
  left: 0px;
}
@media (max-width: 1024px) {
  .header .home__achievements .achievement__text {
    font-size: 9.243px;
    letter-spacing: 0.924px;
    position: absolute;
    left: 0px;
    top: 24px;
  }
}
.header .home__achievements .achievement__symbol {
  color: #F0B749;
  text-align: center;
  font-size: 55.033px;
  height: fit-content;
  font-weight: 800;
  letter-spacing: 5.503px;
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: -28px;
}
@media (max-width: 1024px) {
  .header .home__achievements .achievement__symbol {
    font-size: 31.346px;
    letter-spacing: 3.135px;
    position: absolute;
    left: 0px;
    top: -6px;
  }
}
.header .home__achievements .achievement__symbols {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  align-items: flex-start;
  position: relative;
  margin-left: 4px;
  height: 38.5px;
  width: 56px;
}
.header.inner {
  background: inherit;
  height: 121px;
  aspect-ratio: inherit;
  gap: inherit;
}
.header.inner .header__link {
  color: #252525;
}
.header.inner .header__logo {
  max-width: 297px;
  width: 100%;
  height: 37px;
  background-image: url("../images/interface/logo-inner.png");
  background-size: contain;
}

.brands {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: fit-content;
  z-index: 1;
  margin: -105px 0 105px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .brands {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: -72.5px 0 72.5px 0;
  }
}
.brands::before {
  content: "";
  position: absolute;
  top: -105px;
  height: 100%;
  width: 100%;
  background-image: url("../images/interface/circle.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 4885px 4885px;
  z-index: -1;
}
@media (min-width: 1920px) {
  .brands::before {
    background-size: 9770px 9770px;
  }
}
@media (max-width: 1024px) {
  .brands::before {
    top: -44px;
    background-image: url("../images/interface/ellipse-top.svg");
    background-size: 3252px 4885px;
  }
}
.brands__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 68px;
  max-width: 1440px;
  width: 100%;
  height: fit-content;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .brands__container {
    gap: 24px;
    padding: 0px 24px;
  }
}
.brands__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  max-width: 833px;
}
.brands__title {
  color: #3B3A3A;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .brands__title {
    font-size: 40px;
    letter-spacing: 0.4px;
  }
}
.brands__title .gold {
  color: #F0B749;
}
.brands__subtitle {
  width: 100%;
  color: #3B3A3A;
  text-align: center;
  font-size: 16.228px;
  font-weight: 300;
  letter-spacing: 4.544px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .brands__subtitle {
    font-size: 12px;
    letter-spacing: 3.36px;
  }
}
.brands__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}
@media (max-width: 1024px) {
  .brands__list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24.756px;
  }
}
.brands__list .brand {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  align-items: flex-start;
  max-width: 465px;
  width: 100%;
  height: 238px;
  padding: 56px 35px 30px 35px;
  border-radius: 32px;
  background: #EFEFEF;
  position: relative;
}
@media (max-width: 1024px) {
  .brands__list .brand {
    padding: 28.738px 27.077px 24.55px 27.08px;
    height: 184.122px;
    border-radius: 24.756px;
  }
}
.brands__list .brand__desc {
  color: #3B3A3A;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .brands__list .brand__desc {
    font-size: 9.283px;
    letter-spacing: 0.557px;
  }
}
.brands__list .brand__kingpalace {
  max-width: 318.645px;
  width: 100%;
  height: 53.999px;
  margin: 0px 0px 15.5px -30px;
  background-repeat: no-repeat;
  background-image: url("../images/brands/kingpalace.png");
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .brands__list .brand__kingpalace {
    max-width: 246.51px;
    margin: 0px 0px 10.06px -23.08px;
    background-image: url("../images/brands/kingpalace-mobile.png");
  }
}
.brands__list .brand__tag {
  position: absolute;
  bottom: 30px;
  left: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  min-width: 130px;
  width: fit-content;
  height: 28px;
  padding: 8.029px;
  gap: 8.029px;
  border-radius: 12.846px;
  border: 1px solid #656565;
  color: #3B3A3A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .brands__list .brand__tag {
    padding: 6.211px;
    gap: 6.211px;
    font-size: 9.283px;
    letter-spacing: 0.557px;
    left: 28px;
    bottom: 24.55px;
    min-width: inherit;
    height: 21.661px;
    border-radius: 9.938px;
    border: 0.774px solid #656565;
  }
}
.brands__list .brand.coming-soon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 0;
}
.brands__list .brand.coming-soon .coming-soon__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 59px;
  width: 100%;
  gap: 10px;
  flex-shrink: 0;
  background: #D29A2F;
}
@media (max-width: 1024px) {
  .brands__list .brand.coming-soon .coming-soon__title {
    height: 45.644px;
    gap: 7.736px;
  }
}
.brands__list .brand.coming-soon .coming-soon__title span {
  color: #3B3A3A;
  text-align: center;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 2.4px;
}
@media (max-width: 1024px) {
  .brands__list .brand.coming-soon .coming-soon__title span {
    font-size: 30.945px;
    letter-spacing: 1.857px;
  }
}
.brands__list .brand.coming-soon .coming-soon__title span.bold {
  font-weight: 700;
}

.about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: fit-content;
}
.about__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 37px;
  width: 100%;
  max-width: 1057px;
  min-height: 517px;
  padding: 65.77px 0;
  height: fit-content;
  flex-shrink: 0;
  border-radius: 40px;
  background: radial-gradient(309.48% 119.85% at 6.62% 23.9%, rgba(218, 79, 226, 0.12) 0%, rgba(218, 79, 226, 0) 100%), radial-gradient(134.73% 101.22% at 90.44% 113.54%, rgba(154, 46, 255, 0.2) 0%, rgba(146, 62, 224, 0) 100%), #102227;
}
@media (max-width: 1024px) {
  .about__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 37px;
    padding: 67.54px 24px;
    border-radius: 0px;
  }
}
.about__title {
  color: #FFF;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .about__title {
    font-size: 32px;
    letter-spacing: 0.32px;
    text-align: center;
  }
}
.about .value {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  padding: 36px 23px 17px 23px;
  flex: 0 1 calc(50% - 22px);
  border-radius: 13.764px;
  background: #F2F2F2;
  width: 100%;
  max-width: 397px;
  min-height: 136px;
}
@media (max-width: 1024px) {
  .about .value {
    flex: 1 0 100%;
    max-width: none;
    min-height: inherit;
  }
}
.about .value__title {
  color: #F0B749;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
@media (max-width: 1024px) {
  .about .value__title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
.about .value__desc {
  color: #3B3A3A;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.about .values {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 21.73px 22.46px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .about .values {
    flex-direction: column;
    align-items: center;
  }
}

.reason {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 26px;
  align-items: flex-start;
  width: 223px;
  height: 296px;
  padding: 63px 24px 43px 24px;
  border-radius: 32px;
  background: #EEE;
  position: relative;
}
@media (max-width: 1024px) {
  .reason {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 26px;
    width: 171.352px;
    height: 228.469px;
    padding: 48.627px 18.525px 33.19px 18.525px;
    border-radius: 24.699px;
  }
}
.reason__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  margin-top: 36px;
}
.reason__title {
  color: #3B3A3A;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 1.44px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .reason__title {
    font-size: 18.525px;
    letter-spacing: 1.111px;
  }
}
.reason__title span {
  display: inline-flex;
  width: 100%;
}
.reason__title .bold {
  font-weight: 700;
}
.reason__desc {
  color: #3B3A3A;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  line-height: normal;
}
@media (max-width: 1024px) {
  .reason__desc {
    font-size: 9.262px;
    letter-spacing: 0.556px;
  }
}
.reason__icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: 100%;
  position: absolute;
  left: 24px;
  top: 36px;
}
@media (max-width: 1024px) {
  .reason__icon svg {
    width: 36.839px;
    height: 36.839px;
  }
}
.reasons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: fit-content;
  position: relative;
  z-index: 1;
}
.reasons::after {
  content: "";
  position: absolute;
  top: 195px;
  height: 100%;
  width: 100%;
  background-image: url("../images/interface/circle.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 4885px 4885px;
  z-index: -1;
}
@media (min-width: 1920px) {
  .reasons::after {
    background-size: 9770px 9770px;
  }
}
@media (max-width: 1024px) {
  .reasons::after {
    top: 109px;
    background-image: url("../images/interface/ellipse-bottom.svg");
    background-size: 2980.473px 6365.51px;
  }
}
.reasons__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 67px;
  width: 100%;
  max-width: 971px;
  padding: 84px 0px 0px 0px;
}
@media (max-width: 1024px) {
  .reasons__container {
    gap: 35px;
    padding: 57px 24px 0px 24px;
  }
}
.reasons__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.reasons__title {
  color: #3B3A3A;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .reasons__title {
    font-size: 40px;
    letter-spacing: 0.4px;
  }
}
.reasons__title .gold {
  color: #F0B749;
}
.reasons__subtitle {
  color: #3B3A3A;
  text-align: center;
  font-size: 16.228px;
  font-weight: 300;
  letter-spacing: 4.544px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .reasons__subtitle {
    font-size: 12px;
    letter-spacing: 3.36px;
  }
}
.reasons__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .reasons__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px 18.525px;
  }
}

.contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: fit-content;
  background-color: #D9D9D9;
  padding: 278px 0px 0px 0px;
}
@media (max-width: 1024px) {
  .contact {
    padding: 150px 0px 0px 0px;
  }
}
.contact__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 67px;
  max-width: 944px;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact__container {
    gap: 50px;
    padding: 0 24px;
  }
}
.contact__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.contact__title {
  height: 85px;
  color: #3B3A3A;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .contact__title {
    height: fit-content;
    font-size: 40px;
    letter-spacing: 0.4px;
  }
}
.contact__title .gold {
  color: #F0B749;
}
.contact__subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  height: 40px;
  color: #3B3A3A;
  text-align: center;
  font-size: 16.228px;
  font-weight: 300;
  letter-spacing: 4.544px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .contact__subtitle {
    height: fit-content;
    font-size: 12px;
    letter-spacing: 3.36px;
  }
}
.contact__subtitle .bold {
  font-weight: 800;
}
.contact__form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 94px;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1024px) {
  .contact__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 31px;
  }
}
.contact__form .motivation {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  width: 100%;
  max-width: 298px;
}
.contact__form .motivation__title {
  color: #3B3A3A;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-align: left;
  width: 100%;
}
.contact__form .motivation__text {
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.1px;
}
@media (max-width: 1024px) {
  .contact__form .motivation__text {
    font-size: 12px;
    letter-spacing: 1.8px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .contact__form .motivation {
    max-width: inherit;
  }
  .contact__form .motivation__title {
    text-align: center;
  }
  .contact__form .motivation__text {
    font-size: 12px;
    letter-spacing: 1.8px;
    text-align: center;
  }
}
.contact__form .form__body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 23px;
  max-width: 552px;
  width: 100%;
}
.contact__form .form__inputs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px;
  width: 100%;
}
.contact__form .form__inputs > div {
  position: relative;
  width: 100%;
  height: fit-content;
}
.contact__form .form__textarea {
  position: relative;
  width: 100%;
  height: fit-content;
}
.contact__form .form__textarea .error-message {
  top: 142px;
}
.contact__form .form__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  border: none;
  min-width: 187px;
  width: fit-content;
  padding: 10px;
  border-radius: 16px;
  background: #F0B749;
  color: #3B3A3A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  margin: 14px 0px 0px 0px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .contact__form .form__btn {
    height: 40px;
    font-size: 16px;
    letter-spacing: 0.96px;
    border-radius: 360px;
  }
}
.contact__form .form__btn:disabled {
  background-color: #E2C98F;
  color: #666;
  cursor: not-allowed;
  opacity: 0.8;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
}

input,
textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #4D4D4D;
  background-color: #D9D9D9;
  color: #3B3A3A;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.72px;
  padding: 10px;
}
input::placeholder,
textarea::placeholder {
  color: #818181;
  text-transform: uppercase;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 0.5px #939393;
  border-radius: 16px;
}
input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #D9D9D9 inset !important;
  -webkit-box-shadow: 0 0 0 1000px #D9D9D9 inset !important;
  -webkit-text-fill-color: #3B3A3A !important;
  font-family: "Inter", sans-serif !important;
  transition: background-color 9999s ease-in-out 0s;
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: 0.72px !important;
  text-transform: uppercase !important;
}
input:-moz-autofill,
textarea:-moz-autofill {
  background-color: #D9D9D9 !important;
  color: #3B3A3A !important;
  font-family: "Inter", sans-serif !important;
  font-size: 12px !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: 0.72px !important;
  text-transform: uppercase !important;
}

textarea {
  resize: none;
  overflow: auto;
  background-clip: padding-box;
  min-height: 139px;
}

textarea::-webkit-scrollbar {
  width: 8px;
}

textarea::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 16px;
  margin: 4px 0;
}

textarea::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 16px;
}

textarea::-webkit-scrollbar-thumb:hover {
  background: #555;
}

textarea {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.error-message {
  position: absolute;
  left: 10px;
  top: 37px;
  color: #FF3434;
  opacity: 0;
  transform: translateY(-5px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.error-message.show {
  opacity: 1;
  transform: translateY(0);
}

.input-error {
  border: 1px solid #FF3434;
  animation: shake 0.3s;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  50% {
    transform: translateX(3px);
  }
  75% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
#toast-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  min-width: 200px;
  max-width: 300px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.lower-case {
  text-transform: lowercase !important;
}

.toast.show {
  opacity: 1;
  transform: translateX(0);
}

.toast.success {
  background-color: #4CAF50;
}

.toast.error {
  background-color: #FF3434;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 0px 129px;
  min-height: 275px;
  height: fit-content;
  background-color: #D9D9D9;
}
.footer.inner {
  margin-top: 195px;
}
@media (max-width: 1024px) {
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 67px 24px 32px 24px;
  }
}
.footer .company {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 13px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer .company {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 19.81px;
    order: 2;
    text-align: center;
    margin-top: 110px;
  }
}
.footer .company__logo {
  background-image: url("../images/interface/logo-footer.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 297px;
  height: 38px;
}
@media (max-width: 1024px) {
  .footer .company__logo {
    max-width: 297px;
    width: 100%;
  }
}
.footer .company__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  max-width: 446px;
}
.footer .company__address, .footer .company__copyright {
  color: #3B3A3A;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.8px;
}
@media (max-width: 1024px) {
  .footer .company__address, .footer .company__copyright {
    text-align: center;
    width: 100%;
  }
}
.footer__menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 41px;
  width: fit-content;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer__menu {
    order: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }
}
.footer__links, .footer__legal {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: fit-content;
  min-width: 200px;
}
.footer .link__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #3B3A3A;
  height: 19px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer .link__title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}
.footer .link__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  color: #3B3A3A;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.1px;
  height: 17px;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer .link__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
}

.content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: calc(100vh - 590px);
}
.content::after {
  content: "";
  position: absolute;
  top: 195px;
  height: 100%;
  width: 100%;
  background-image: url("../images/interface/circle.svg");
  background-color: #D9D9D9;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 4885px 4885px;
  z-index: -1;
}
@media (min-width: 1920px) {
  .content::after {
    background-size: 9770px 9770px;
  }
}
.content__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 34px;
  max-width: 1200px;
  width: 100%;
}
@media (max-width: 1024px) {
  .content__container {
    padding: 0 24px;
  }
}
.content__header {
  color: #303030;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}
.content__text {
  color: #3B3A3A;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2.4px;
  text-align: left;
  width: 100%;
}
.content__text ol {
  margin-left: 26px;
}
.content__text ul {
  margin-left: 3px;
  list-style-type: disc;
}
.content__text li p:not(:first-child) {
  margin-left: -26px;
}
.content__text a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}
.modal__overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.modal__menu {
  display: flex;
  transform: translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.modal__menu.open {
  transform: translateX(0);
}
.modal__menu.dragging {
  transition: none;
}
.modal__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 110px;
  width: 100%;
  flex: 1 1 auto;
}
.modal__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
  padding: 14px 14px 0px 26px;
}
.modal__link {
  color: #000;
  font-weight: 300;
  letter-spacing: 6.839px;
  text-transform: uppercase;
  text-decoration: none;
}
.modal__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 38px;
  width: 100%;
  padding: 0px 0px 38px 0px;
}
.modal__logo {
  background-image: url("../images/interface/logo-modal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 198px;
  height: 25px;
}
.modal__close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  width: 48px;
  height: 48px;
  border-radius: 29px;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
