.main-container {
  max-width: 1290px;
  margin: 0 auto;
  width: 100%;
  padding: 72px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .main-container {
    padding: 72px 20px 200px;
  }
}
@media (max-width: 950px) {
  .main-container {
    padding: 50px 15px 200px;
  }
}
.header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.header__menu-icon {
  display: none;
}
.header__item-text {
  font-size: 14px !important;
  white-space: nowrap;
}
.header__logo-pepe {
  width: 44px;
  height: 44px;
}
.header__menu-item {
  cursor: pointer;
  padding-left: 8px;
  background-color: #9ca5a7;
  margin-bottom: 4px;
  border-radius: 6px;
}
.header__menu-item:last-child {
  margin-bottom: 0;
}
.header__header-wrapper {
  width: 1209px;
  background-image: url(/_next/static/media/header.72855850.webp);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto;
  padding: 24px 60px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: contain;
}
.header__logo-pepe-text {
  height: 25px;
}
.header__logo-wrapper,
.header__menu-wrapper {
  display: flex;
  align-items: center;
}
.header__logo-wrapper {
  margin-right: 24px;
}
.header__logo-wrapper-xs {
  display: none;
}
.header__items-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__mobile-menu-item {
  font-size: 14px !important;
}
.header__social-login-wrapper {
  display: flex;
  align-items: center;
}
.header__item {
  color: #fff;
  font-family: Lilita One;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.header__social-wrapper {
  width: 32px;
  height: 32px;
  border-radius: 25px;
  background: rgba(2, 2, 2, 0.6);
  margin-right: 8px;
}
.header__login-button,
.header__social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__login-button {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 999px;
  background: #2e8a37;
  box-shadow: 0 3px 0 0 #6a961e, inset 0 3px 0 0 #ccff74;
}
.header__login-button .dynamic-shadow-dom {
  padding: 8px;
}
@media (max-width: 950px) {
  .header__login-button .dynamic-shadow-dom {
    padding: 0;
  }
}
.header__login-button-text {
  font-size: 16px !important;
}
.header__login-button-connected {
  padding: 0;
}
@media (max-width: 1100px) {
  .header {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .header {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .header__header-wrapper {
    padding: 22px 80px 20px;
  }
  .header__menu-icon {
    display: block;
  }
  .header__item {
    white-space: nowrap;
    font-size: 12px !important;
  }
  .header__login-button {
    padding: 10px 20px;
  }
  .header__login-button-connected {
    padding: 0;
  }
  .header__login-button-text {
    font-size: 12px !important;
  }
}
@media (max-width: 1200px) {
  .header__header-wrapper {
    padding: 22px 60px 20px;
  }
}
@media (max-width: 1174px) {
  .header__logo-pepe-text {
    display: none;
  }
}
@media (max-width: 1060px) {
  .header__header-wrapper {
    padding: 22px 40px 20px;
  }
}
@media (max-width: 1024px) {
  .header__header-wrapper {
    padding: 22px 40px 20px;
  }
  .header__items-wrapper {
    gap: 12px;
    display: none;
  }
}
@media (max-width: 950px) {
  .header__login-button {
    padding: 3px 10px;
  }
  .header__login-button-text {
    font-size: 12px !important;
  }
  .header__logo-pepe {
    display: none;
  }
  .header__logo-wrapper-xs {
    min-width: 35px;
    display: block;
    margin-right: 5px;
  }
  .header__logo-wrapper-xs img {
    width: 100%;
    display: block;
  }
  .header__login-button {
    border: 1px solid #212625;
    background-color: #e9e9e9;
    padding: 10px;
    box-shadow: 0 2px 0 0 #212625;
  }
  .header__login-button-connected {
    padding: 5px 10px;
  }
  .header__header-wrapper {
    background-image: none;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
  }
  .header__logo-pepe-text {
    width: auto;
    display: block;
  }
}
@media (max-width: 900px) {
  .header {
    margin-bottom: 10px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .header {
    margin-bottom: 30px;
  }
  .header__header-wrapper {
    padding: 22px 20px 20px 26px;
  }
}
@media (max-width: 575px) {
  .header__logo-pepe {
    width: 50px;
  }
  .header__logo-pepe-text {
    width: 85px;
  }
}
@media (max-width: 450px) {
  .header__mobile-menu-item {
    font-size: 14px !important;
    letter-spacing: 2px !important;
  }
}
.styles_dropdown__1Yoyj {
  position: relative;
  display: none;
}
@media (max-width: 950px) {
  .styles_dropdown__1Yoyj {
    display: block;
  }
}
.styles_dropdown__burger__U_Jix {
  margin-left: 10px;
  width: 35px;
}
.styles_dropdown__logoWrapper__EJ5b_ {
  position: absolute;
  top: 20px;
  left: 15px;
  display: flex;
  align-items: center;
}
.styles_dropdown__logoText__PTyIB {
  height: 20px;
}
.styles_dropdown__logo__uGXq5 {
  height: 30px;
  margin-right: 5px;
}
.styles_dropdown__link__r_y9K {
  padding: 0 16px;
  margin: 12px 0;
  height: 28px;
  display: flex;
  align-items: center;
  color: #212625;
}
.styles_dropdown__logoBottom__sHJnF {
  bottom: 20px;
  height: 25px;
  position: relative;
  margin: 0 auto;
  display: none !important;
}
.styles_switcher__4fTax {
  display: none;
  align-items: center;
  border-radius: 25px;
  margin-left: 8px;
  background-color: rgba(2, 2, 2, 0.6);
  padding: 4px;
  cursor: pointer;
  font-size: 14px;
  height: 33px;
  font-weight: 700;
}
.styles_switcher__4fTax svg:first-child {
  height: 25px;
}
.styles_arrow__fdDeu {
  transition: transform 0.3s ease-in-out;
}
.styles_title___HegX {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.styles_flag__40o8j {
  width: 24px;
}
.styles_arrowRotated__x_RCH {
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .styles_title___HegX {
    font-size: 12px;
    font-weight: 500;
  }
  .styles_nameCountry__E_Tk1 {
    display: none;
  }
}
@media (min-width: 599px) and (max-width: 750px) {
  .styles_switcher__4fTax {
    padding: 4px;
  }
}
@media (max-width: 550px) {
  .styles_title___HegX {
    font-size: 12px;
    font-weight: 400;
  }
  .styles_switcher__4fTax {
    display: none;
  }
  .styles_flag__40o8j {
    width: 18px;
  }
}
.mobile-menu {
  display: none !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(117, 125, 125, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px 16px 0 0;
  z-index: 999;
}
.mobile-menu--white {
  background: #fff;
}
.mobile-menu__total-raised-wrapper {
  display: flex;
  padding: 6px 14px;
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: -31px;
  right: 10px;
  backdrop-filter: blur(10px);
  background-color: rgba(103, 214, 130, 0.8);
}
.mobile-menu__total-raised-mobile-title {
  font-size: 20px !important;
}
.mobile-menu__more-icon {
  cursor: pointer;
}
.mobile-menu__total-raised-title-mobile-green {
  font-size: 20px !important;
  color: #5ab34f !important;
}
.mobile-menu__chat-button {
  border: none;
  border-radius: 50%;
  background-color: #67d682;
  min-width: 43px;
  max-width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu__nav-items {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  border-top: 1px solid #919797;
}
.mobile-menu__menu-item {
  border-bottom: 1px solid #919797;
}
.mobile-menu__menu-item:last-child {
  border-bottom: none;
}
.mobile-menu__mobile-menu-item {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding-bottom: 6px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.mobile-menu__menu-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
}
.mobile-menu__arrow-back {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #67d682;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  cursor: pointer;
}
.mobile-menu__content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.mobile-menu__button {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #67d682;
  color: #fff;
  border: none;
  border-radius: 90px;
  padding: 10px 15px;
  width: 250px;
  font-size: 18px;
  cursor: pointer;
}
.mobile-menu__buttons-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .mobile-menu {
    display: block;
  }
}
