html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* footer,
  menu,
  nav,
  section {
    display: block;
  } */

progress {
  vertical-align: baseline;
  display: inline-block;
}

a:active,
a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  @media (max-width: 768px) {
    margin-bottom: 10px;
  }
}

ul,
ol,
li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: none;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 26px;
  @media (max-width: 550px) {
    font-size: 22px;
    margin: 10px 0px;
  }
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

.text-uppercase {
  text-transform: uppercase;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  background: #162038;
  color: #fff;
  background-image: url(../image/bg.jpg);
  background-position: left;
  background-repeat: repeat;
  background-size: cover;
  background-color: #000000a6;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

/* .container {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000a1;
} */

a {
  text-transform: none;
  margin: 0;
  padding: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.container {
  max-width: 1600px;
  padding: 0px 10px;
  width: 100%;
  margin: 0 auto;
}

.header {
  position: fixed;
  z-index: 99999;
  background: #000;
  box-shadow: 0px 0px 10px #fff;
  width: 100%;
}

.header__wrapper {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  /* @media (max-width: 450px) {
    flex-direction: column-reverse;
    gap: 10px;
  } */
}

.header__logo {
  z-index: 999;
  color: #fff;
  object-fit: contain;
  font-size: 28px;
  transition: 0.3s ease;
  border-radius: 15px;
  @media (max-width: 450px) {
    word-break: break-all;
    text-align: center;
  }
}

.header__logo img {
  width: 100px;
  height: 100%;
  @media (max-width: 425px) {
    width: 80px;
    border-radius: 0;
  }
}

.header__logo:hover {
  transform: translateY(-5px);
}

.header-menu .header-menu--footer {
  display: flex !important;
  position: static;
  transform: translateX(0%);
  opacity: 1;
  background-color: transparent;
}

.header-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: row;
}

.header-menu__item-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  transition: 0.3s ease;
}

.header-menu__item-link-dop {
  color: #fff;
  background: #ca0708;
  display: block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: 0.3s ease;
  @media (max-width: 550px) {
    padding: 5px 10px;
    font-size: 16px;
  }
  @media (max-width: 375px) {
    padding: 5px 8px;
    font-size: 14px;
  }
}

.eyihYpSdgHtTDZF_btn2 {
  animation: pulse2 2s infinite;
}

@keyframes pulse2 {
  0% {
    transform: scale(0.9);
  }

  70% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(0.9);
  }
}

.header-menu__item-block {
  z-index: 999;
  display: flex;
  gap: 10px;
  @media (max-width: 375px) {
    gap: 5px;
  }
}

/* .header-menu__item-link:hover {
  color: #001A46;
} */

.header-menu__item {
  transition: 0.3s ease;
}

/* .header-menu__item:hover {
  color: #f4f0ec;
  transform: translateY(-5px);
} */

.header-toggler {
  display: none;
}

@media (max-width: 1200px) {
  .header-toggler {
    display: block;
    width: 30px;
    height: 20px;
    z-index: 99;
  }
  .header-toggler__icon {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header-menu {
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: 0.3s ease-in-out;
  }

  .header-menu--open {
    opacity: 1;
    transform: translateX(0);
  }
  .header-menu ul {
    flex-direction: column;
  }
  .header-toggler__line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .header-toggler__line-middle {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-toggler__line-bottom {
    bottom: 0;
  }
  .header-toggler--open {
    .header-toggler__line {
      background-color: #fff;
    }
    .header-toggler__line-top {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
    }
    .header-toggler__line-bottom {
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    .header-toggler__line-middle {
      display: none;
    }
  }
}

.unscroll {
  overflow: hidden;
}

.footer {
  background: transparent;
  box-shadow: 0px 0px 10px #fff;
  border-top: 1px solid #fff;
  background-color: #000;
}

.footer-content {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.footer-content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.header-menu__footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
  @media (max-width: 1024px) {
    gap: 10px;
  }
}

.footer-content-rules {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  flex-wrap: wrap;
  list-style: none;
  @media (max-width: 1024px) {
    gap: 10px;
    margin-top: 0;
  }
}
.footer-content-rules .header-menu__item {
  @media (max-width: 420px) {
    text-align: center;
  }
}

.footer-end {
  gap: 10px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 10px 0px;
}

.footer-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 0 auto;
  gap: 15px;
  background-color: #c7c7c78f;
  padding: 10px;
  @media (max-width: 550px) {
    flex-direction: column;
    max-width: 300px;
    gap: 5px;
  }
}
.footer-picture__ban {
  width: 200px;
  height: 80px;
  @media (max-width: 550px) {
    width: 200px;
    height: 50px;
  }
}

.main-contacts {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  @media (max-width: 768px) {
    max-width: 100%;
    width: 100%;
  }

  @media (max-width: 550px) {
    flex-direction: column;
  }
}

.main-contacts__title {
  font-size: 35px;
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
  @media (max-width: 768px) {
    margin-bottom: 30px;
  }
  @media (max-width: 550px) {
    font-size: 35px;
  }
}

.main-contacts-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 10px;
  word-break: break-all;
  text-align: left;
  padding-top: 0;
  /* padding: 15px 0px; */
  @media (max-width: 550px) {
    width: 100%;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.main-contacts-info h5 {
  text-align: left;
  margin-bottom: 30px;
}

.main-contacts-info__tel {
  overflow-wrap: anywhere;
  font-size: 18px;
  max-width: fit-content;
  display: inline-block;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  @media (max-width: 550px) {
    text-align: center;
  }
}

.main-contacts-info__tel:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-contacts-info__email {
  font-size: 18px;
  overflow-wrap: anywhere;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  @media (max-width: 550px) {
    text-align: center;
  }
}

.main-contacts-info__email:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-contacts-info__adress {
  overflow-wrap: anywhere;
  font-size: 18px;
  max-width: fit-content;
  display: inline-block;
  font-weight: 600;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  @media (max-width: 550px) {
    text-align: center;
  }
}

.main-contacts-info__adress:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-contacts-info__work {
  margin-bottom: 8px;
  color: #000;
}

.form {
  width: 100%;
  margin: 0;
  /* padding: 0px 10px; */
  @media (max-width: 768px) {
    width: 100%;
  }
}

.form-content {
  margin: 0 auto;
  text-align: left;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;

  @media (max-width: 550px) {
    width: 100%;
    padding: 10px;
    padding: 0;
  }
}

.form-content div {
  text-align: center;
}

.form-content__title {
  font-size: 35px;
  text-align: center;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
  @media (max-width: 750px) {
    font-size: 42px;
  }
  @media (max-width: 550px) {
    font-size: 36px;
  }
  @media (max-width: 420px) {
    font-size: 32px;
  }
}

.form-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  gap: 20px;
  flex: 0 1 auto;
}

.form-content-wrapper__input {
  background-color: transparent;
  border: 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 23px;
  font-size: 18px;
  line-height: 1;
  outline: none;
  transition: 0.5s ease;
  @media (max-width: 768px) {
    width: 100%;
  }
  @media (max-width: 550px) {
    width: 100%;
  }
}

.form-content-wrapper__input::placeholder {
  font-size: 18px;
  color: #fff;
}

/* .form-content-wrapper__input:focus-visible {
  border: 1px solid #1a875c;
} */

.form-content-message {
  background-color: transparent;
  border: 0;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 18px;
  letter-spacing: normal;
  display: block;
  /* resize: none; */
  outline: none;
  transition: 0.5s ease;
  @media (max-width: 768px) {
    width: 100%;
  }
  @media (max-width: 550px) {
    width: 100%;
  }
}

.form-content-message::placeholder {
  font-size: 18px;
  color: #fff;
}

/* .form-content-message:focus-visible {
  border: 1px solid #1a875c;
} */

.ui-btn {
  opacity: 1;
  width: 320px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  transition: 0.5s ease;
  border: 1px solid #fff;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  @media (max-width: 425px) {
    width: 100%;
  }
}

.ui-btn:hover {
  opacity: 1;
  background-color: #000;
  color: #fff;
}

.form-content-btn {
  text-align: center;
  width: 320px;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
  background-color: #ca0708;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  transition: 0.5s ease;
  border: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  @media (max-width: 425px) {
    width: 100%;
  }
}

.form-content-btn:hover {
  background-color: #f4f0ec;
  color: #000;
  border: 1px solid #000;
}

.form-content-checkbox {
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 10px;
  color: #fff;
  margin-bottom: 5px;
}

.form-content-checkbox input {
  width: 15px;
  height: 15px;
}

.form-content-checkbox label {
  display: flex;
  gap: 10px;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  @media (max-width: 375px) {
    flex-direction: column;
    gap: 0;
  }
}

.form-content-checkbox a {
  font-size: 18px;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.main-wrapper {
  padding: 100px 20px;
  background-color: #00000093;
  @media (max-width: 425px) {
    padding: 50px 0px;
  }
}

.main-wrapper a {
  text-align: center;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #120e37;
  color: #120e37;
}

.main-wrapper h1 {
  text-align: left;
  color: #fff;
  font-size: 35px;
  margin-bottom: 15px;
  @media (max-width: 768px) {
    font-size: 24px;
  }
}

.main-wrapper h2 {
  text-align: left;
  color: #fff;
  font-size: 25px;
  line-height: 130%;
  @media (max-width: 768px) {
    font-size: 18px;
  }
}

.main-wrapper__title {
  color: #fff;
  width: 100%;
  white-space: wrap;
  flex-wrap: wrap;
  word-wrap: break-word;
  @media (max-width: 500px) {
    font-size: 35px;
  }
}

.main-wrapper__text {
  @media (max-width: 1024px) {
    font-size: 30px;
    white-space: wrap;
    width: 100%;
    flex-wrap: wrap;
  }
}

.main-privacy {
  padding: 90px 0px 0px 0px;
  @media (max-width: 425px) {
    padding: 70px 0px 0px 0px;
  }
}

.main-privacy__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
  @media (max-width: 550px) {
    font-size: 30px;
  }
}

.main-privacy h1 {
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
  @media (max-width: 768px) {
    text-align: center;
    font-size: 26px;
  }
}

/* .main-privacy h2 {
  text-align: left;
  letter-spacing: normal;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: capitalize;
} */

.main-privacy span {
  text-align: left;
  display: block;
  letter-spacing: normal;
  font-size: 31px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
  text-transform: none;
}

.main-privacy__h2 {
  text-align: left;
  letter-spacing: normal;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

.main-privacy__h2 span {
  display: block;
  letter-spacing: normal;
  font-size: 31px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px 0;
  line-height: normal;
  text-transform: none;
}

/* .main-privacy ul li {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
}

.main-privacy ul li span {
  display: block;
  font-size: 31px;
  color: #fff;
  margin: 0 0 10px 0;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
} */

.main-privacy ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.3s ease;
  font-size: 28px;
  word-break: break-all;
  font-weight: 600;
  text-transform: capitalize;
  /* border-bottom: 1px solid #fff; */
  line-height: 130%;
}

.main-privacy ul li a:hover {
}

.main-terms {
  padding: 90px 0px 0px 0px;
  @media (max-width: 425px) {
    padding: 70px 0px 0px 0px;
  }
}

.main-terms__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
  @media (max-width: 550px) {
    font-size: 30px;
  }
}

.main-terms h1 {
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  @media (max-width: 768px) {
    text-align: center;
    font-size: 26px;
  }
}

/* .main-terms h2 {
  letter-spacing: normal;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: capitalize;
  text-align: left;
} */

.main-terms__h2 {
  text-align: left;
  letter-spacing: normal;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

/* .main-terms ul li {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
} */

/* .main-terms a {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  word-break: break-all;
  font-weight: 600;
  text-transform: capitalize;

  line-height: 130%;
} */

.main-terms a:hover {
}

.main-disclaimer {
  padding: 90px 0px 0px 0px;
  @media (max-width: 425px) {
    padding: 70px 0px 0px 0px;
  }
}

.main-disclaimer__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #fff;
  line-height: normal;
  text-transform: capitalize;
  @media (max-width: 550px) {
    font-size: 30px;
  }
}

.main-disclaimer h1 {
  text-decoration: none;
  text-align: center;
  letter-spacing: normal;
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  padding: 10px 0px;
  margin: 0;
  line-height: normal;
  text-transform: capitalize;
  @media (max-width: 768px) {
    text-align: center;
    font-size: 26px;
  }
}

/* .main-disclaimer h2 {
  text-align: left;
  letter-spacing: normal;
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: capitalize;
} */

.main-disclaimer__h2 {
  text-align: left;
  letter-spacing: normal;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: normal;
  text-transform: none;
}

/* .main-disclaimer ul li {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: none;
  line-height: normal;
} */

/* .main-disclaimer ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.3s ease;
  font-size: 28px;
  word-break: break-all;
  font-weight: 600;
  text-transform: capitalize;
 
  line-height: 130%;
} */

.main-disclaimer ul li a:hover {
}

.ban {
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  bottom: 20px;
  margin-bottom: 20px;
  gap: 10px;
  @media (max-width: 550px) {
    flex-direction: column;
    gap: 20px;
  }
}

.ban-header {
  margin-bottom: 0;
  @media (max-width: 425px) {
    display: none;
  }
}

.ban img {
  position: relative;
  z-index: 9;
  width: 250px;
  height: 60px;
  border-radius: 0;
  background: #a1a1a1;
  border-radius: 10px;
  padding: 5px;
}

.footer-pay {
  text-align: center;
  margin: 10px 0px;
}
.help {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  @media (max-width: 475px) {
    flex-direction: column;
    width: 100%;
  }
}

.help img {
  border-radius: 20px;
  width: 100%;
  height: 80px;
  @media (max-width: 475px) {
    width: 100%;
  }
}

.disclaimer {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  color: #000;
}

.head-info {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 40px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background-color: #d6181f;
  border: 1px solid #000;
  border-radius: 20px;
  @media (max-width: 1024px) {
    width: 100%;
    height: 100%;
  }
}

.hidden {
  display: none;
}
.head-info__title {
  color: #000;
  font-size: 20px;
  text-align: center;
  word-wrap: break-word;
  flex-wrap: wrap;
  @media (max-width: 1024px) {
    width: auto;
  }
}
.head-info-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 50px;
  @media (max-width: 425px) {
    flex-direction: column;
    height: 100px;
  }
}

.accept {
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #000;
  background-color: green;
  color: #000;
  overflow: hidden;
}

.close {
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease;
  border-radius: 10px;
  padding: 10px 20px;
  outline: none;
  border: 1px solid #000;
  background-color: #d6181f;
  color: #000;
}

.item {
  display: block;
  position: relative;
  margin-bottom: 250px;
}
.item__picture {
  /* position: absolute; */
  z-index: -1;
  width: 100%;
  height: 100%;
}
.item__picture img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.item-block {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.item-block__title {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.item-block__subtitle {
  text-align: center;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .head-info {
    min-width: none;
    width: 100%;
    padding: 10px;
  }
}

.header__18 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-weight: 600;
}

.bmIsSJcxygEmByk {
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.WvfZQMXSZuzWKgC {
  width: 700px;
  background: #000;
  padding: 25px;
  border: 2px solid #000;
  border-radius: 20px;
}

.WvfZQMXSZuzWKgC h1 {
  font-size: 24px;
  font-weight: 600px;
}

.WvfZQMXSZuzWKgC h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.WvfZQMXSZuzWKgC h3 {
  color: #fff;
  margin: 0px 0px 30px 0px;
}

.WvfZQMXSZuzWKgC p {
  color: #fff;
  margin-bottom: 20px;
}
.modal__btn {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  @media (max-width: 550px) {
    flex-direction: column;
  }
}
.modal__btn button {
  opacity: 1;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 15px;
  width: 220px;
  transition: 0.3s ease;
  padding: 10px 25px;
}

.modal__btn button:hover {
  transform: translateY(-5px);
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.hidden {
  display: none;
}

.coockie {
  position: fixed;
  z-index: 99999999;
  bottom: 0;
  background-color: #000;
  padding: 20px 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coockie__hidden {
  display: none;
}

.coockie-wrap {
}

.coockie-wrap__text {
  color: #000;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px #000;
}
.coockie-wrap-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  @media (max-width: 650px) {
    flex-direction: column;
  }
}
.coockie-wrap-buttons__accept {
  color: #000;
  border: 1px solid #000;
}
.coockie-wrap-buttons__accept:hover {
  background-color: #000;
  color: #000;
  border: 1px solid #000;
}
.coockie-wrap-buttons__cancel {
  color: #000;
  border: 1px solid #000;
}
.coockie-wrap-buttons__cancel:hover {
  background-color: #000;
  opacity: 0.3;
}

.header-info {
  z-index: 99999;
  display: flex;
  align-items: center;
  gap: 10px;
  @media (max-width: 330px) {
    gap: 5px;
  }
}

.header-info__log {
  border: 1px solid #000;
  background: #ed1d49;
  border-radius: 10px;
  color: #000;
  /* width: 100px; */
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.14s ease-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  @media (max-width: 550px) {
    padding: 8px 15px;
    font-size: 14px;
    width: 100%;
  }
}

.header-info__log:hover {
  color: #000;
  /* background-color: #000; */
}

.header-info__reg {
  background-color: transparent;
  border-radius: 10px;
  color: #000;
  border: 1px solid #000;
  width: 100px;
  padding: 8px 20px;
  font-weight: 500;
  transition: all 0.14s ease-out;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  @media (max-width: 550px) {
    padding: 8px 15px;
    font-size: 14px;
    width: 80px;
  }
}

.header-info__reg:hover {
  color: #ed1d49;
  /* background-color: #000; */
}

.main-wrap {
  padding-top: 80px;
  @media (max-width: 375px) {
    padding-top: 80px;
  }
}
.main-wrap__title {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 5px !important;
  margin-top: 15px !important;
  @media (max-width: 768px) {
    font-size: 30px;
  }
}
.main-wrap__link {
  /* margin-top: 20px; */
  text-align: center;
}

.main-wrap__link__dop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 30px;
  @media (max-width: 425px) {
    flex-direction: column;
  }
}

.main-wrap__link__dop a {
  margin: 0;
  @media (max-width: 550px) {
    font-size: 16px !important;
    padding: 15px;
  }
  /* @media (max-width: 425px) {
      margin: 0;
    } */
}

.main-wrap__link__btn {
  display: inline-flex;
  gap: 5px;
  text-align: center;
  background-color: #ed1d49;
  white-space: wrap;
  border-radius: 10px;
  padding: 10px 25px;
  align-items: center;
  justify-content: center;
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #000;
  transition: 0.3s ease;
  margin-bottom: 30px;
  min-height: 60px;
  margin-bottom: 25px;
  margin-top: 15px;
  @media (max-width: 768px) {
    margin: 10px 0;
    font-size: 16px !important;
    min-height: 45px;
  }
}

.main-wrap__link__btn:hover {
  color: #000;
  /* border: 1px solid #45d91e;
    background: transparent; */
}

.main-wrap__img img {
  margin-top: 5px;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.main-wrap__subtitle {
  text-align: center;
  margin-top: 20px;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin-bottom: 5px !important;
  margin-top: 15px !important;
  @media (max-width: 768px) {
    font-size: 30px;
  }
}

.main-wrap__subtitle p {
  font-size: 21px;
  color: #000;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}

.main-wrap__subtitle ul li {
  font-size: 21px;
  color: #000;
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
}

.main-wrap__text {
  color: #000;
  text-align: center;
  margin: 20px 0px;
  font-size: 21px;
  @media (max-width: 768px) {
    margin: 10px 0px;
  }
}

.div-contacts-info {
  display: flex;
  gap: 10px;
  flex-direction: column;
  margin: 20px 0px;
}

.div-contacts-info__tel {
  display: block;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  @media (max-width: 425px) {
    font-size: 18px;
  }
}

.div-contacts-info__email {
  display: block;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  @media (max-width: 425px) {
    font-size: 18px;
  }
}

.div-contacts-info__adress {
  display: block;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s ease;
  border-bottom: 1px solid transparent;
  @media (max-width: 425px) {
    font-size: 18px;
  }
}

.help-info {
  border-radius: 10px;
  z-index: 999999;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 5px;
  max-width: 400px;
  width: 100%;
  /* @media (max-width: 768px) {
      bottom: 240px;
    }
    @media (max-width: 650px) {
      bottom: 300px;
    }
    @media (max-width: 476px) {
      bottom: 350px;
    }
    @media (max-width: 425px) {
      display: none;
    } */
}
.help-text {
  display: none;
  flex-direction: column;
  color: #000;
  padding: 20px 20px 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
}

.help-text button {
  text-transform: uppercase;
  max-width: 100%;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  background-color: #000;
  opacity: 1;
  border: 1px solid #000;
}

.help-text input {
  padding: 15px;
  width: 100%;
  min-width: auto;
  min-height: auto;
  border: 0;
  border: 1px solid #000;
  background: #ca0708;
  font-size: 14px;
  color: #fff;
  resize: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.help-text input::placeholder {
  color: #000;
}

.help-text__title {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.help-text__title img {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.help-text__title span {
  color: #000;
}
.help-text__quest {
  text-align: center;
  border-right: 1px solid #000;
  border-left: 1px solid #000;

  background-color: #d5edf1;
  padding: 20px;
  height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  /* background: #000; */
  color: #000;
}
.help-picture {
  z-index: 999999;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #000;
}
.help-picture img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 0;
  padding: 10px;
  /* border: 1px solid #000;
    border-radius: 50%; */
}

.header-top {
  position: relative;
  z-index: 9999;
  background-color: rgb(46, 29, 4);
  text-align: center;
}

.header-top__text {
  padding: 10px 0px;
  color: #fff;
}

/* CHAT Assist */
.chat-container {
  z-index: 9999;
  display: none;
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 350px;
  border: 1px solid #f4f0ec;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  flex-direction: column;
  @media (max-width: 425px) {
    width: 250px;
  }
}

.chat-window {
  position: relative;

  background-color: transparent;
  color: #000;
  padding: 15px;
  height: 300px;
  overflow-y: auto;
  overflow-x: unset;
  border-bottom: 1px solid #f4f0ec;
  display: flex;
  flex-direction: column;
}

.chat-window img {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  /* background-color: #fff;
  border-radius: 50%; */
}

.chat-message {
  text-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-weight: 600;
}

.chat-message:nth-child(odd) {
  /* text-align: right; */
  font-weight: 500;
  line-height: 120%;
  padding-left: 50px;
  @media (max-width: 425px) {
    padding-left: 30px;
  }
}

.chat-message:nth-child(even) {
  text-align: left;
  margin-bottom: 5px;
  padding-right: 50px;
  @media (max-width: 425px) {
    padding-right: 30px;
  }
}

.chat-input-container {
  display: flex;
  padding: 10px;
  background-color: transparent;
  @media (max-width: 425px) {
    flex-direction: column;
    gap: 10px;
  }
}

#chatInput {
  flex: 1;
  padding: 8px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #f4f0ec;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}

#chatInput::placeholder {
  color: #fff;
}

#chatInput:focus-visible {
  border: 1px solid #fff;
}

#sendButton {
  padding: 8px 16px;
  margin-left: 10px;
  border: none;
  background-color: #f4f0ec;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease;
  @media (max-width: 425px) {
    margin: 0;
  }
}

#sendButton:hover {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}
/*  */

.visible-block {
  display: flex;
}

.hidden-block {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
header,
menu,
nav,
section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.PySohqLQQhFhjgI {
  max-width: 100%;
  display: inline-block;
}

.CtkuJeaIhsJIbKW {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #000000;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.CtkuJeaIhsJIbKW {
  -webkit-appearance: button;
}

h1,
h2,
h3 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  text-transform: capitalize;
  margin-top: 10px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 10px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  font-size: 24px;
}

/* h3::after {
  content: ":";
} */

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.QOhrFgPzrqyHTfF:before,
.QOhrFgPzrqyHTfF:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.QOhrFgPzrqyHTfF:after {
  clear: both;
}

.NBtWVPJRRjMYAaK {
  margin: 0 0 15px;
}

.iEHEINjxRtEZpif {
  text-align: center;
  background-color: #ddd;
  padding: 20px;
  display: none;
}

.kZTVXLlrZIYZgbl {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
  display: none;
}

.HQKBNRZJQvYscAJ {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.HQKBNRZJQvYscAJ:-moz-placeholder {
  color: #999;
}

.HQKBNRZJQvYscAJ::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.HQKBNRZJQvYscAJ::-webkit-input-placeholder {
  color: #999;
}

.HQKBNRZJQvYscAJ:focus {
  border-color: #000000;
  outline: 0;
}

.iIEsglmNLRjuBDP {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.pUVCXdTdauFPIse,
.ZEOMTLsyPOfjoAJ {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.pUVCXdTdauFPIse {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.pUVCXdTdauFPIse:focus {
  outline: 0;
}

.uuzyjQAsiAaWUtL {
  min-width: 100%;
  background: #ddd;
  display: none;
  position: absolute;
}

.ZEOMTLsyPOfjoAJ {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.ZEOMTLsyPOfjoAJ.rfydgqNmPHmlauI {
  color: #ffd700;
}

.ZEOMTLsyPOfjoAJ:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {
  .iUuBfLOCgtyChnh {
    padding-left: 10px;
  }
}

.TiVeXurNieerYFh {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.TiVeXurNieerYFh:before,
.TiVeXurNieerYFh:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.TiVeXurNieerYFh:after {
  clear: both;
}

.iUuBfLOCgtyChnh {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.DSmmvxOqCmPNZKR {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.DSmmvxOqCmPNZKR.rfydgqNmPHmlauI {
  color: #ffd700;
}

.JDkrLIEQIvUimUI {
  float: right;
  position: relative;
}

.SdkOVMUdyyDFwQE {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dMtBwkzCeaguKdN {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.dMtBwkzCeaguKdN:focus {
  outline: 0;
}

.TiVeXurNieerYFh[data-collapse="all"] .JDkrLIEQIvUimUI {
  display: none;
}

.TiVeXurNieerYFh[data-collapse="all"] .dMtBwkzCeaguKdN {
  display: block;
}

@media screen and (max-width: 991px) {
  .TiVeXurNieerYFh[data-collapse="medium"] .JDkrLIEQIvUimUI {
    display: none;
  }

  .TiVeXurNieerYFh[data-collapse="medium"] .dMtBwkzCeaguKdN {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .iUuBfLOCgtyChnh {
    padding-left: 10px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.nzzkZMSmuRdfdTN {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

p {
  margin-bottom: 0;
  text-align: center;
  @media (max-width: 768px) {
    text-align: justify;
  }
}

img {
  max-width: 100%;
  display: inline-block;
}

.WPhOflaMtoIoHdX {
  width: 100%;
  max-width: 35rem;
}

.WvvGzfvHgUwOoYu {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.WvvGzfvHgUwOoYu img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  margin: 5px 0px;
  @media (max-width: 425px) {
    height: 300px;
  }
}
.WoQdJdQWagzpbXF {
  margin-left: auto;
  margin-right: auto;
}

.oDGRqyEiuceWxym {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  padding: 5px;
  border-radius: 10px;
}

.TVXRumFXNOjQWme {
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.seOWEjXzUsLnOTh {
  margin: 10px;
}

/* .hdeaMntulNzzmcq {
  margin: 10px;
} */

.ydOCqOEVdNiRLIg {
  margin: 2rem;
}

.WaJkFyOatdqEfeG {
  margin: 4rem;
}

.RXiEaSpIiuYNLUQ {
  width: 100%;
  margin: 2rem;
}

.nFbNvqQDHdEKQsC {
  margin: 6rem;
}

.DOlPCympuDazvaf {
  padding: 2rem;
}

.pIRNoKpkIygRPWC {
  padding: 5rem;
}

.mgukMYNBJlgOMdx,
.mgukMYNBJlgOMdx.ydOCqOEVdNiRLIg,
.mgukMYNBJlgOMdx.nFbNvqQDHdEKQsC {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.itvImRvCffAgvqg,
.itvImRvCffAgvqg.RXiEaSpIiuYNLUQ,
.itvImRvCffAgvqg.WaJkFyOatdqEfeG,
.itvImRvCffAgvqg.nFbNvqQDHdEKQsC,
.itvImRvCffAgvqg.seOWEjXzUsLnOTh {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.egQECbHXKvPRlWF,
.egQECbHXKvPRlWF.DOlPCympuDazvaf {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.PGOTLGCSywROQlC,
.PGOTLGCSywROQlC.pIRNoKpkIygRPWC {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.VubJMoNqhfQqRog,
.VubJMoNqhfQqRog.pIRNoKpkIygRPWC {
  padding-left: 0;
  padding-right: 0;
}

.IYnoniyJNnsBTin {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.125rem;
  text-align: center;
  @media (max-width: 768px) {
    text-align: justify;
  }
}

/* .IYnoniyJNnsBTin ul {
  padding-top: 10px;
} */

.PPbYeXPCCxARcuw {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

.kYgTcLeCgaeSMEF {
  font-size: 0.75rem;
}

.NuAbkOBJvdcneuN {
  color: #fff;
  text-align: center;
  background-color: #120e37;
  background: #ca0708;
  border: 1px solid #6a5eff;
  border-radius: 30px;
  padding: 0.75rem 1.5rem;
  transition: color 0.2s, background-color 0.2s;
}

.NuAbkOBJvdcneuN:hover {
  color: #020014;
  background-color: #6a5eff;
  background-image: linear-gradient(to top, #947eff, #7ce8ff);
}

.NuAbkOBJvdcneuN.hrodzurgWKSWEck {
  color: #fefefd;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-style: none;
  padding: 0.25rem 0;
  line-height: 1;
  text-decoration: none;
}

.NuAbkOBJvdcneuN.hrodzurgWKSWEck:hover {
  color: #9fa5b3;
}

.NuAbkOBJvdcneuN.hrodzurgWKSWEck.ytrspaLWOTCNOhv {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: flex-start;
}

.NuAbkOBJvdcneuN.ytrspaLWOTCNOhv {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.NuAbkOBJvdcneuN.CHttYeiIQoYEHbt {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: #947eff;
}

.NuAbkOBJvdcneuN.CHttYeiIQoYEHbt:hover {
  background-color: #947eff;
}

.NuAbkOBJvdcneuN.CHttYeiIQoYEHbt.ytrspaLWOTCNOhv {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  justify-content: center;
  text-decoration: none;
}

.NuAbkOBJvdcneuN.AypazVNRqGJyhFe {
  padding: 0.5rem 1.25rem;
}

.NuAbkOBJvdcneuN.qXwAPHYzJUFMdHm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.GMSuqNqkgrtSljp {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.IWhAcQbwJEgzqvb {
  font-size: 1rem;
  overflow: hidden;
}

.IwCtbytgcGFaAGu {
  font-weight: 700;
}

.etqoLPBrkisibIl {
  height: auto;
  min-height: 2.75rem;
  color: #e4e7ec;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #303849;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
}

.etqoLPBrkisibIl:focus {
  color: #e4e7ec;
  background-color: rgba(0, 0, 0, 0);
  border-color: #9fa5b3;
}

.etqoLPBrkisibIl::-ms-input-placeholder {
  color: #c0c2cd;
}

.etqoLPBrkisibIl::placeholder {
  color: #c0c2cd;
}

.unshyaKvZHwndkm {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.unshyaKvZHwndkm.ztVImZKpQVdBbos {
  justify-content: center;
}

.NZdldcFYseikyNy {
  color: #fff;
}

.XPCYHSTQsywNuFV {
  text-align: center;
}

.qrvwdMzvbFTXScQ {
  font-size: 0.875rem;
}

.WZXOBmcOuUNkXFf {
  padding-left: 3%;
  padding-right: 3%;
}

.WZXOBmcOuUNkXFf1 {
  padding-left: 0;
  padding-right: 0;
}

.TiqsNXbZdinxnwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.HrvTSLRYSlMPHqF {
  padding-top: 10px;
  padding-bottom: 10px;
}

.EAhzmkyEpNHtdWY {
  width: 100%;
  height: 1px;
  background-color: #1e232e;
}

.OyhHabPUzWhYwkl {
  background-color: #6a5eff;
  padding: 1.5rem;
}

.DjUfIOcGihShyxf {
  background-color: #580600;
  margin-top: 1.5rem;
  padding: 0.875rem 1rem;
}

.JkTJxAOwKveMzWs {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  @media (max-width: 768px) {
    text-align: center;
  }
  @media (max-width: 425px) {
    font-size: 26px;
    line-height: 130%;
    text-align: center;
  }
}

.JkTJxAOwKveMzWs1 {
  text-align: center;
}

.cEausngfXqdbahL {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.BxEaDhOFFEkMUmZ {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.SoqpwwpYsiqBEYi {
  padding-left: 0;
}

.ragWOnACMxLlZsz {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.jmWXEVttpJtFZnv {
  color: #fefefd;
  padding: 0.5rem 1rem;
}

.jmWXEVttpJtFZnv.rfydgqNmPHmlauI {
  color: #fefefd;
}

.JKOfIKMCNJPqdgT {
  color: #fefefd;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.OSQSZQWYuKvALsB {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.GrKUHTvHBIKgvzY {
  color: #fefefd;
  padding: 0.5rem 1rem;
}

.GrKUHTvHBIKgvzY.rfydgqNmPHmlauI {
  color: #fefefd;
}

.KWNFlCGMLKAPwWr {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.RNDFQpAYqefKNcf {
  padding: 0;
}

.UogDPWAiBhosyXP {
  background-color: #000000b0;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
  @media (max-width: 425px) {
    padding-top: 70px;
  }
}

.SYyqDjqiNRomVYh {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.zmeavMuPucGebah {
  width: 100%;
  z-index: 99;
  background-color: #020014;
  border: 1px solid #1e232e;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.RzlfqZoBmhCokvS {
  width: 100%;
  height: 100%;
}

.fCTbZzxGxQUfHeU {
  overflow: hidden;
}

.kYcKMSkZssVhlCm {
  display: flex;
}

.fjtMuMuiJbEqgNy {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  justify-items: start;
  margin-right: 2rem;
  display: grid;
}

.GtMljHwECMLvcAv {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.LFCCrYgOHvHvHbZ {
  width: 9rem;
  max-height: 3.5rem;
}

.trAuHpBEbJZSiJs {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.OWBaMsdqWAAwqJy {
  box-shadow: 0px 0px 5px #fff;
  width: 100%;
  background: #00000052;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 5px;
}

.OWBaMsdqWAAwqJy p {
  margin-bottom: 5px;
}

.OWBaMsdqWAAwqJy ul {
  padding-top: 10px;
  text-align: center;
}

.EkbLedZqgrIpTPJ {
  width: 100%;
  position: relative;
}

.ekpKzqHJdVmlUSH {
  width: 100%;
  height: 100%;
}

.okjpmGmAwcwORAE {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.crlHOvGVxuUPyyc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.jSqgzzQJSMbBRaZ {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: grid;
}

.RWwIJjeCLFjoVee {
  display: flex;
}

.sPYgQlXaBCCGiau {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.fpmWDXUYxcIJtGd {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vOuWGWDChSCGlPj {
  background-image: linear-gradient(#0f1c21, #1a1726);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.CgooywydEmvkIMv {
  border: 1px #1e232e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.MGGsxifyPpDAMCf1 {
  display: grid;
  grid-template-columns: 1fr;
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.MGGsxifyPpDAMCf {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.QePGzldPlGZvEBo {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gAmUsLvAbBNcyEF {
  font-weight: 600;
}

.pziDSCLUCmlOkSa {
  height: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.jjwnrwGbVAsLlDD {
  width: 100%;
  background-image: linear-gradient(#0f1c21, #1a1726);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.znXTlbigmCAIQsp {
  margin-bottom: 2rem;
}

.ghFTuluYGXIyFsC {
  max-height: 2rem;
}

.FZWpBicGblGvkkh {
  column-count: 3;
  column-gap: 2rem;
}

.rgDuqKzOaFnmFCn {
  width: 100%;
  background-image: linear-gradient(128deg, #0f1c21, #111b22 0%, #1a1726 71%);
  border: 1px #1e232e;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  padding: 2rem;
  display: inline-block;
}

.YTbnQgFidhrpvUH {
  text-align: left;
  align-items: center;
  display: flex;
}

.vjAUulvwfqgqpFc {
  margin-right: 1rem;
}

.LttCCZcPAoIBibU {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  object-fit: cover;
  border-radius: 100%;
}

.jLNZHNSbzYeOFPe {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.gqcAyYfKMIJOQnf {
  background-image: linear-gradient(255deg, #0f1c21, #1a1726);
  border: 1px solid #1e232e;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.aCZviqFPilbcIim {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.ZzPrmezcDZksYJW {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.gkmeJHUMnySBrYp {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.sUCzHqRExQAlJHS {
  flex-direction: column;
  align-items: center;
}

.mpulgEgblXmqZmE {
  width: 100%;
  margin-bottom: 1.5rem;
}

.dZcKylCKjpBNzRC {
  width: 100%;
  border-radius: 10px;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.NmGtFCHqlyORssM {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #1e232e;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.SoKLAPaZgamRLCX {
  margin-bottom: 0.5rem;
  margin-right: 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.SoKLAPaZgamRLCX.rfydgqNmPHmlauI {
  border-bottom: 2px solid #000;
}

.xDLGloNOILpxsKW {
  margin-bottom: 0.5rem;
  text-decoration: none;
  display: block;
}

.GeliscbIZoYWGxz {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.BsrxNyOZSjUoNRY {
  margin-right: 1rem;
}

.PqAeYGmIQybQSso {
  width: 2rem;
  height: 2rem;
  min-height: 2rem;
  min-width: 2rem;
  object-fit: cover;
  border-radius: 100%;
}

.EhGtktfnymzDDFu {
  color: #9fa5b3;
  align-items: center;
  display: flex;
}

.LCaaJXaLARnLrQt {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.HQYTNTZdfFiIAYo {
  background-image: linear-gradient(#0f1c21, #1a1726);
  position: relative;
  overflow: hidden;
}

.cGvAyYrhKYjrLpB {
  width: 100%;
  max-width: 64rem;
}

.LuOkvdCbwkJosUr {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5rem;
  display: flex;
}

.DWdcOXVRnSYKssI {
  max-width: 35rem;
  min-width: 25rem;
  margin-bottom: 0;
}

.HMltOhrKwhkCTgt {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0.75rem;
  display: grid;
}

.FPUOeKwfBrIelGS {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.YGfVfqUAuOllIxD {
  padding-left: 0;
}

.sderCWkTMuBQNbm {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.WaPTvhLPkSotkZE {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  text-decoration: none;
}

.JXWrqNHwdUvFLpN {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.SxtiOVjPMfntGza {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.QhweEGLJMdtpCFK {
  font-size: 0.875rem;
}

.VGrjOmeXlrCRXhr {
  font-size: 0.875rem;
  text-decoration: underline;
}

.MAoLrkclrmGvjvb {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.OlZZntjmPnBxgeD {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.sCxliFkgafonDMe {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.uvHkVRnKWuliSCb {
  width: 100%;
  justify-content: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.UsbFFrqRZlqWcSf {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.UjVwHVselCdKNFy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.dyigKhextoVbLen {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iCGxSfrRTJCJEFj {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.qIyINuxNmxybVeQ {
  z-index: 99;
  position: relative;
}

.AjhrpolJMihzkfj {
  color: #9fa5b3;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
    line-height: 130%;
  }

  h2 {
    font-size: 2rem;
    line-height: 130%;
  }

  h3 {
    font-size: 1.5rem;
    line-height: 130%;
  }

  .WaJkFyOatdqEfeG {
    margin: 3.5rem;
  }

  .RXiEaSpIiuYNLUQ {
    margin: 1.5rem;
  }

  .nFbNvqQDHdEKQsC {
    margin: 5rem;
  }

  .pIRNoKpkIygRPWC {
    padding: 4.5rem;
  }

  .mgukMYNBJlgOMdx {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .itvImRvCffAgvqg {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .egQECbHXKvPRlWF {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .PGOTLGCSywROQlC {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .VubJMoNqhfQqRog {
    padding-left: 0;
    padding-right: 0;
  }

  .GMSuqNqkgrtSljp {
    font-size: 1.75rem;
  }

  .TiqsNXbZdinxnwO {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .HrvTSLRYSlMPHqF {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .BxEaDhOFFEkMUmZ {
    grid-template-columns: 0.25fr 1fr;
    display: flex;
  }

  .ragWOnACMxLlZsz {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .ragWOnACMxLlZsz.oCkHirLnivcEQyK {
    height: 100dvh;
    background-color: #020014;
    padding-bottom: 6.5rem;
    transition: height 0.5s;
  }

  .jmWXEVttpJtFZnv {
    text-align: center;
    padding: 0.75rem 0;
    font-size: 1.125rem;
  }

  .silcshFFVdLaVlN {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .JKOfIKMCNJPqdgT {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 2rem 0.75rem 0;
    display: flex;
  }

  .OSQSZQWYuKvALsB {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uhqtxOTWqOVEQsl {
    position: static;
    overflow: hidden;
  }

  .GrKUHTvHBIKgvzY {
    width: auto;
    text-align: center;
    padding: 0.75rem 0;
    font-size: 16px;
  }

  .KWNFlCGMLKAPwWr {
    align-items: center;
  }

  .RNDFQpAYqefKNcf {
    padding: 0;
  }

  .QHTObwHvgXEnNbZ {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -0.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .FSCEagbxbOjMhzA {
    width: 24px;
    height: 2px;
    background-color: #fefefd;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gfhSGOzWrQaIrSh {
    width: 24px;
    height: 2px;
    color: #fefefd;
    background-color: #fefefd;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .MkWKgExBOiHQudh {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .FLqODBJgZTVCKYx {
    width: 24px;
    height: 2px;
    background-color: #fefefd;
    padding-bottom: 0;
    padding-right: 0;
  }

  .MGGsxifyPpDAMCf {
    grid-column-gap: 1rem;
    align-items: stretch;
  }

  .crlHOvGVxuUPyyc,
  .QePGzldPlGZvEBo {
    min-height: auto;
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .pziDSCLUCmlOkSa {
    grid-template-columns: 1fr 1fr;
  }

  .FZWpBicGblGvkkh {
    column-count: 2;
  }

  .LuOkvdCbwkJosUr {
    justify-content: flex-start;
    margin-bottom: 4.5rem;
    display: block;
  }

  .eiudoWsWWCTDxzj {
    margin-bottom: 1.5rem;
  }

  .DWdcOXVRnSYKssI {
    min-width: auto;
  }

  .FPUOeKwfBrIelGS {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .JXWrqNHwdUvFLpN {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .MAoLrkclrmGvjvb {
    margin-bottom: 2rem;
  }

  .sCxliFkgafonDMe {
    z-index: 1;
    left: -18%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1rem;
  }

  .seOWEjXzUsLnOTh {
    margin: 0.75rem;
  }

  /* .hdeaMntulNzzmcq {
    margin: 1rem;
  } */

  .ydOCqOEVdNiRLIg {
    margin: 1.5rem;
  }

  .WaJkFyOatdqEfeG {
    margin: 2.5rem;
  }

  .RXiEaSpIiuYNLUQ {
    margin: 1rem;
  }

  .nFbNvqQDHdEKQsC {
    margin: 3.5rem;
  }

  .DOlPCympuDazvaf {
    padding: 1.5rem;
  }

  .pIRNoKpkIygRPWC {
    padding: 2rem;
  }

  .mgukMYNBJlgOMdx {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .itvImRvCffAgvqg {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .egQECbHXKvPRlWF {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .PGOTLGCSywROQlC {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .VubJMoNqhfQqRog {
    padding-left: 0;
    padding-right: 0;
  }

  .IYnoniyJNnsBTin {
    font-size: 1rem;
    line-height: 130%;
  }

  .PPbYeXPCCxARcuw {
    font-size: 1.25rem;
  }

  .NuAbkOBJvdcneuN.qXwAPHYzJUFMdHm {
    padding: 0.25rem 1rem;
  }

  .GMSuqNqkgrtSljp {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .TiqsNXbZdinxnwO {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .HrvTSLRYSlMPHqF {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .cEausngfXqdbahL {
    min-height: 4rem;
  }

  .ragWOnACMxLlZsz.oCkHirLnivcEQyK {
    padding-bottom: 6rem;
  }

  .fjtMuMuiJbEqgNy {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .GtMljHwECMLvcAv {
    padding: 0.75rem 1rem;
  }

  .LFCCrYgOHvHvHbZ {
    max-height: 2rem;
  }

  .MGGsxifyPpDAMCf,
  .crlHOvGVxuUPyyc,
  .QePGzldPlGZvEBo {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .pziDSCLUCmlOkSa {
    grid-template-columns: 1fr;
  }

  .jjwnrwGbVAsLlDD {
    padding: 1.5rem;
  }

  .FZWpBicGblGvkkh {
    column-count: 1;
  }

  .rgDuqKzOaFnmFCn {
    padding: 1.5rem;
  }

  .YTbnQgFidhrpvUH {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .vjAUulvwfqgqpFc {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .aCZviqFPilbcIim {
    padding: 1rem 1.25rem;
  }

  .ZzPrmezcDZksYJW {
    width: 1.75rem;
  }

  .gkmeJHUMnySBrYp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .LuOkvdCbwkJosUr {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }

  .FPUOeKwfBrIelGS {
    grid-row-gap: 2.5rem;
  }

  .JXWrqNHwdUvFLpN {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .SxtiOVjPMfntGza {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .QhweEGLJMdtpCFK {
    margin-top: 1rem;
  }

  .sCxliFkgafonDMe {
    display: none;
    left: -33%;
  }

  .UjVwHVselCdKNFy,
  .dyigKhextoVbLen {
    grid-template-columns: 1fr;
  }

  .iCGxSfrRTJCJEFj {
    display: none;
    left: -25%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  .mgukMYNBJlgOMdx {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .itvImRvCffAgvqg {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .egQECbHXKvPRlWF {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .PGOTLGCSywROQlC {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .VubJMoNqhfQqRog {
    padding-left: 0;
    padding-right: 0;
  }

  .fjtMuMuiJbEqgNy {
    justify-content: center;
  }

  .GtMljHwECMLvcAv {
    justify-content: center;
    align-items: flex-start;
  }

  .MGGsxifyPpDAMCf,
  .crlHOvGVxuUPyyc,
  .QePGzldPlGZvEBo {
    grid-template-columns: 1fr;
  }

  .HMltOhrKwhkCTgt {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .FPUOeKwfBrIelGS {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .sCxliFkgafonDMe {
    left: -49%;
  }

  .iCGxSfrRTJCJEFj {
    left: -36%;
  }
}

.pHvvJlPnTysnCtC {
  z-index: 99;
  max-width: 100rem;
  flex: 1;
  position: relative;
  padding: 0px;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
}

.PGuCNMkPzyGhUtb {
  z-index: 2;
  text-align: center;
  padding: 0px;
  position: relative;
  background-color: #000000a6;
  @media (max-width: 768px) {
    padding-top: 20px;
  }
}

.lApFTyukrrHImAh {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  background-color: #00000046;
}

.lApFTyukrrHImAh h2 {
  color: #fff;
  text-align: center;
}

.SVqszJHjKZslDGR {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.qantMkxoyIngPUh {
  justify-content: center;
  align-items: center;
  align-items: center;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0px 10px;
  margin: 0 auto;
  @media (max-width: 767px) {
    gap: 10px;
  }
}

.qVutSnVJToZzjxs {
  align-self: center;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px 20px 0px;
  background-color: #000000b0;
}

.qVutSnVJToZzjxs.olYkRTbgpgRAUXf {
  margin-top: 80px;
}

.ZbRWZyRYpFIOFUo {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  background: #ca0708;
  border-radius: 8px;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  transition: all 0.4s;
  display: flex;
  position: relative;
  overflow: hidden;
  @media (max-width: 550px) {
    text-transform: capitalize;
  }
}

.ZbRWZyRYpFIOFUo:hover {
  transform: scale(1.05) translate(0, -4px);
  box-shadow: 0 4px 6px #000;
}

.jrwJidintXYwgHK {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.jrwJidintXYwgHK.RxMnszoRUmYlgSZ {
  padding: 0px 10px;
  overflow: visible;
  background-color: #000000a6;
}

.jrwJidintXYwgHK.olYkRTbgpgRAUXf {
  margin-top: 80px;
}

.jMMpGCaHBqCralt {
  text-align: center;
  padding-top: 0;
  /* padding-bottom: 10px; */
}

.jMMpGCaHBqCralt.olYkRTbgpgRAUXf {
  padding-top: 0;
}

.ZTFFrvsZQPQBvHe {
  grid-column-gap: 24px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  display: flex;
  flex-direction: column;

  margin-bottom: 10px;
}

/* .ZTFFrvsZQPQBvHe.olYkRTbgpgRAUXf {
  margin-top: 50px;
} */

.VmCVaOXmXUykDJw {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  transition: box-shadow 0.4s, border 0.4s;
  display: flex;
  @media (max-width: 768px) {
    text-align: justify;
  }
  @media (max-width: 550px) {
    padding: 10px;
  }
}

.RVxXzaYbLpaPWgS {
  width: 50%;
  margin: 0 auto;
}

/* .VmCVaOXmXUykDJw:hover {
  border: 1px solid #f4f0ec;
  box-shadow: 0 0 20px 10px #fff;
} */

.kIvXtrdFsUDfaVq {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.5;
}

.KIXtqCtAOATTKgl {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 130%;
  @media (max-width: 768px) {
    text-align: justify;
  }
}

.ZdTiVcsiCRgSnps {
  z-index: -1;
  min-height: 100%;
  opacity: 0.3;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.ZdTiVcsiCRgSnps.EbUxFEASdyDIoiP {
  overflow: hidden;
}

.ylBnLEmqZIDuqFo {
  width: 550px;
  height: 550px;
  filter: blur(200px);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ylBnLEmqZIDuqFo.eUXOKTCdtKxJqKt {
  top: 35vh;
  left: -16%;
}

.ylBnLEmqZIDuqFo.YtHQSQeiQpegoAo {
  top: auto;
  bottom: 40vh;
  left: auto;
  right: -16%;
}

.SsYhRcCYuOduIZO {
  z-index: 3;
  width: 425px;
  height: 425px;
  background-color: #5628fa;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.iSCRckEXAdePDxB {
  z-index: 1;
  width: 550px;
  height: 550px;
  background-color: #5628fa;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ZSTEUQGxYFLwQGo {
  z-index: 2;
  width: 320px;
  height: 320px;
  background-color: #5628fa;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: auto;
  right: 0%;
}

.cPIXIBLwdTeHMQC {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .SVqszJHjKZslDGR {
    max-width: none;
    font-size: 35px;
  }

  .jrwJidintXYwgHK.RxMnszoRUmYlgSZ {
    padding-bottom: 15px;
    overflow: hidden;
  }

  .jMMpGCaHBqCralt {
    flex-direction: column;
    align-items: center;
    /* padding-top: 10px; */
    display: flex;
  }

  .ZTFFrvsZQPQBvHe {
    grid-column-gap: 8px;
  }

  .ZTFFrvsZQPQBvHe.olYkRTbgpgRAUXf {
    max-width: 100%;
    grid-template-columns: 1fr;
  }

  .VmCVaOXmXUykDJw {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ylBnLEmqZIDuqFo.eUXOKTCdtKxJqKt {
    left: -52%;
  }

  .ylBnLEmqZIDuqFo.YtHQSQeiQpegoAo {
    right: -49%;
  }
}

@media screen and (max-width: 767px) {
  .SVqszJHjKZslDGR {
    font-size: 27px;
  }

  .ZbRWZyRYpFIOFUo {
    padding-left: 0;
    padding-right: 0;
  }

  .ZbRWZyRYpFIOFUo1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .jrwJidintXYwgHK {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ZTFFrvsZQPQBvHe {
    grid-template-columns: 1fr;
  }

  /* .ZTFFrvsZQPQBvHe.olYkRTbgpgRAUXf {
    margin-top: 40px;
  } */

  .VmCVaOXmXUykDJw {
    text-align: center;
    align-items: center;
  }

  .cPIXIBLwdTeHMQC {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .SVqszJHjKZslDGR {
    font-size: 24px;
    text-align: center;
  }

  .qantMkxoyIngPUh {
    flex-direction: column;
  }

  .qVutSnVJToZzjxs {
    align-self: stretch;
  }

  .jrwJidintXYwgHK.RxMnszoRUmYlgSZ {
    padding-bottom: 10px;
  }

  .VmCVaOXmXUykDJw {
    text-align: left;
    align-items: flex-start;
    padding: 5px;
  }

  .ZdTiVcsiCRgSnps {
    display: none;
  }

  .cPIXIBLwdTeHMQC {
    font-size: 24px;
  }
}

.KtWemujZQdGMBRo {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  @media (max-width: 768px) {
    grid-template-columns: 1fr;
  }
}

.KtWemujZQdGMBRo img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  @media (max-width: 550px) {
    height: 200px;
  }
}

.oSjbLSGELHjrpqJ {
  width: 100%;
  padding-top: 15px;
}
.QOPiySAnMIRBfHT {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.yfEPsfVWHHmhtUI {
  margin-bottom: 10px;
  font-size: 24px;
  text-decoration: underline;
}
.TtABPOOeAJvNnNi {
  text-align: center;
}

.WCHVYONDUKjXVtR {
  margin-bottom: 50px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 10px;
  background-color: #000000b0;
}
.RydBTkDQTZdJHov {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin: 0px;
  padding: 5px 0px;
  text-decoration: underline;
  @media (max-width: 768px) {
    text-align: justify;
  }
}
.pzyQGSrWHKKmLni {
  padding-bottom: 10px;
  text-align: center;
  @media (max-width: 768px) {
    text-align: justify;
  }
}
.tAQGbOXwgZaLilv {
  margin-bottom: 10px;
  text-align: center;

  @media (max-width: 768px) {
    text-align: justify;
  }
}
.tAQGbOXwgZaLilv1 {
  padding-left: 0;
  margin-bottom: 10px;
}
.tAQGbOXwgZaLilv li {
  /* display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; */
  gap: 0;
  text-align: center;
  list-style-type: none;
  margin-bottom: 8px;
  align-items: center;
  flex-direction: column;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 0;
    text-align: justify;
  }
}

.tAQGbOXwgZaLilv li h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.list-dl {
  display: flex;
  margin-bottom: 5px;
}
.list-dl dd {
  margin-left: 10px;
}
.nEqntKVuyzyVeGZ {
  display: block;
  padding: 5px;
  width: 100%;
  margin: 0 auto;
  height: 450px;
  object-fit: cover;
  border: 1px solid #fff;
  box-shadow: 0 0 5px 1px #fff;
}

.eyihYpSdgHtTDZF {
  width: 220px;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 0px;
  /* @media (max-width: 425px) {
    width: 100%;
  } */
}

.eyihYpSdgHtTDZF a {
  text-align: center;
  width: 100%;
  transition: 0.3s ease;
  color: #fff;
  background: #ca0708;
  display: block;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  text-transform: capitalize;
}

.eyihYpSdgHtTDZF a:hover {
  color: #fff;
  border: 1px solid #fff;
  background-color: #000;
  box-shadow: 0 0 10px 5px #fff;
}

.eyihYpSdgHtTDZF_btn {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
  }

  70% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.95);
  }
}

@media (max-width: 550px) {
  @keyframes pulse {
    0% {
      transform: scale(0.95);
    }

    70% {
      transform: scale(1.1);
    }

    100% {
      transform: scale(0.95);
    }
  }
}

.wVoXqezIoolvRIZ {
  border: 1px solid #fff;
  background-color: #000000a1;
  padding: 10px;
  border-radius: 10px;
}

/* FEEDBACK */
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input,
select,
textarea,
button {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
}

button {
  max-width: 320px;
  margin: 0 auto;
  background-color: #f4f0ec;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s ease;
}

button:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0px 0px 15px #f4f0ec;
}

#commentsDisplay {
  margin-top: 15px;
}

#commentsDisplay h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

#commentsList {
  list-style: none;
}

.comment-item {
  border: 1px solid #fff;
  background-color: #f4f0ec;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.comment-item h3 {
  display: block;
  color: #000;
  margin-bottom: 5px;
  text-align: left;
}

.comment-item p {
  color: #000000;
  margin-bottom: 10px;
  text-align: left;
}

.rating {
  color: #000;
}

/* TABS */
.faq-container {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.feedback-wrapper {
  padding: 10px;
  background-color: #000000b0;
}

h1 {
  text-align: center;
}

.faq-item {
  border-bottom: 1px solid #ddd;
}

.faq-question {
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 5px;
  gap: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* .faq-question:hover {
  background-color: #f0f0f0;
} */

.plus-icon {
  font-size: 20px;
}

.faq-answer {
  text-align: justify;
  display: none;
  padding: 0 5px 15px;
  color: #ffffff;
}

.pt100 {
  padding-top: 90px;
  @media (max-width: 425px) {
    padding-top: 70px;
  }
}

.mp0 {
  margin: 0;
  padding: 0;
}

.gWevMksxUXhUrtB {
  margin-bottom: 10px;
}

.boDlnHNUqcQxyaA {
  margin-bottom: 20px;
}

.title__list {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 18px;

  @media (max-width: 425px) {
    flex: 0 0 30%;
    word-break: break-all;
  }
}

dl {
  margin: 0;
  padding: 0;
}

.OFvTDMAJTRbOAVI {
  background-color: #000000a6;
}
