::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(128, 128, 128, 0.06);
}

::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.13);
}

::-webkit-scrollbar-thumb {
  background-color: #919191;
  border-radius: 11px;
  border: 2px solid transparent;
  background-clip: content-box;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #221F2E;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(145, 145, 145, 0.13);
  backdrop-filter: grayscale(100%);
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal .modal-wrapper {
  width: 100%;
  padding: 24px;
  position: relative;
  max-width: 544px;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 20px;
  cursor: auto;
  overflow-y: auto;
}
@media only screen and (max-width: 768px) {
  .modal .modal-wrapper {
    margin: 21px 16px;
  }
}
.modal[data-is-open=true] {
  display: flex;
}
.modal__close-btn {
  margin-left: auto;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.btn {
  width: fit-content;
  padding: 16px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #F9F5F0;
}
.btn__primary {
  color: #221F2E;
  background: #F9F5F0;
}
.btn__primary:hover {
  background-color: transparent;
  color: #F9F5F0;
}
.btn__disabled {
  border: 1px solid transparent;
  background-color: #919191;
  color: #F9F5F0;
}

.icon-btn {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: inherit;
  border: none;
  cursor: pointer;
  background-color: transparent;
}

.menu-icon {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M6.6665 10H33.3332' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.6665 20H33.3332' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.6665 30H33.3332' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.close-icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8188 0.848424L0.848284 17.819L-0.000244141 16.9705L16.9703 -0.000103474L17.8188 0.848424Z' fill='%23919191'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000244123 0.848426L16.9703 17.819L17.8188 16.9705L0.848284 -0.000102043L-0.000244123 0.848426Z' fill='%23919191'/%3E%3C/svg%3E");
}

.left-arrow-icon {
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrows / left'%3E%3Cpath id='Vector' d='M10.6667 32H53.3334' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M28.777 49.5557L11 31.7779L28.7774 14.0001' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}
.left-arrow-icon[data-is-active=true] {
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='arrows / left'%3E%3Cpath id='Vector' d='M10.6667 32H53.3334' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath id='Vector_2' d='M28.777 49.5557L11 31.7779L28.7774 14.0001' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.right-arrow-icon {
  width: 64px;
  height: 64px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M10.6667 32H53.3334' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.5561 14.2222L53.3331 32L35.5557 49.7777' stroke='%23919191' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.right-arrow-icon[data-is-active=true] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64' fill='none'%3E%3Cpath d='M10.6667 32H53.3334' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.5561 14.2222L53.3331 32L35.5557 49.7777' stroke='%23F9F5F0' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.ok-icon {
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.3334 4L6.00008 11.3333L2.66675 8' stroke='%23221F2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.right-arrow-icon-small {
  width: 22px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M4.5 12H20.5' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8335 5.3335L20.4999 12.0002L13.8334 18.6668' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.right-arrow-icon-small-dark {
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20' fill='none'%3E%3Cpath d='M4.5 12H20.5' stroke='%23221F2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8335 5.33334L20.4999 12L13.8334 18.6667' stroke='%23221F2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.right-arrow-icon-small-light {
  width: 21px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 12H20' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.3335 5.33331L19.9999 12L13.3334 18.6666' stroke='%23F9F5F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.input {
  position: relative;
}
.input__label {
  position: absolute;
  top: 15px;
  left: 18px;
  font-size: 16px;
  color: #919191;
  transition: all ease-in-out 100ms;
}
.input__input {
  width: 100%;
  padding: 25px 20px 8px;
  outline: none;
  border: none;
  border-radius: 20px;
  background-color: #F7F7FD;
  font-size: 16px;
  color: #212121;
}
.input__input:focus ~ .input__label {
  top: 10px;
  left: 18px;
  font-size: 12px;
}
.input__input:valid ~ .input__label {
  top: 10px;
  left: 18px;
  font-size: 12px;
}

.radio-btn {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.radio-btn__button {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #F9F5F0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-btn__button > i {
  display: none;
}
.radio-btn__button:hover {
  background-color: #F9F5F0;
}
.radio-btn[data-is-active=true] > .radio-btn__button {
  background-color: #F9F5F0;
}
.radio-btn[data-is-active=true] > .radio-btn__button > i {
  display: flex;
}

.footer {
  margin-top: 40px;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #919191;
  width: 100%;
  max-width: 1696px;
}
@media only screen and (max-width: 1920px) {
  .footer {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1600px) {
  .footer {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .footer {
    max-width: 920px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 490px) {
  .footer {
    padding: 20px;
  }
}
.footer__links {
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
@media only screen and (max-width: 490px) {
  .footer__links {
    padding-top: 60px;
  }
}
.footer__links a {
  padding-top: 3px;
}
.footer__links a:hover {
  opacity: 0.8;
}
.footer__date-created {
  width: 100px;
  text-align: end;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  .header {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 690px) {
  .header {
    margin-top: 20px;
  }
}
.header__nav {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: center;
}
.header__nav a {
  font-size: 18px;
  cursor: pointer;
  color: #F9F5F0;
}
.header__nav a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 620px) {
  .header__nav {
    display: none;
  }
}
.header__menu {
  display: none;
}
@media only screen and (max-width: 620px) {
  .header__menu {
    display: flex;
  }
}
.header__menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 40px 24px;
  background-color: #221F2E;
  color: #F9F5F0;
}
.header__menu-wrapper[data-is-open=true] {
  display: flex;
}
.header__menu-wrapper a {
  font-family: "Playfair Display";
  font-size: 24px;
  font-weight: 500;
  color: #F9F5F0;
}
.header__menu-wrapper button {
  position: absolute;
  top: 22px;
  right: 11px;
  padding: 12px;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #221F2E;
  color: #F9F5F0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin-top: 0;
  margin-bottom: 0;
}

.page {
  display: flex;
  flex-direction: column;
  font-family: "Inter";
  position: relative;
}

.wrapper {
  width: 100%;
  max-width: 1696px;
}
@media only screen and (max-width: 1920px) {
  .wrapper {
    max-width: 1500px;
  }
}
@media only screen and (max-width: 1600px) {
  .wrapper {
    max-width: 1150px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    max-width: 920px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
  }
}

.block-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.light-bg {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F9F5F0;
  color: #221F2E;
}

.error-wrapper {
  font-family: "Playfair Display";
}
.error-wrapper__content {
  flex-grow: 1;
}

.error-header {
  position: relative;
}

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.error img {
  height: 100%;
  max-height: 40vh;
  width: 100%;
  object-fit: contain;
}
.error h1 {
  margin-top: 64px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .error h1 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 490px) {
  .error h1 {
    margin-top: 24px;
  }
}
.error p {
  text-align: center;
  margin: 40px 0;
  max-width: 60%;
}
@media only screen and (max-width: 768px) {
  .error p {
    max-width: none;
  }
}
@media only screen and (max-width: 490px) {
  .error p {
    margin: 24px 0;
  }
}

/*# sourceMappingURL=not-found.css.map */
