

@media (max-width: 768px) {
    .main-text table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border-radius: 10px;
    }

    .main-text table th,
    .main-text table td {
        padding: 12px 14px;
        font-size: 13px;
    }
}

/*header .custom-logo-link img {
  width: 105px!important;
}*/

.missions {
  display: none;
}

.first-btn {
  background: transparent!important;
  border-color: rgba(255, 255, 255, 0.45)!important;
  border-width: 2px!important;
  color: #ffffff!important;
}

.first-btn:hover {
  background: rgba(255, 255, 255, 0.08)!important;
  border-color: rgba(255, 255, 255, 0.55)!important;
}

  filter: unset!important;
}

.header-bg-content {
  font-family: 'Inter', sans-serif;
}


@media screen and (min-width: 922px) {
  #secondary hr {
      width: unset!important;
  }
    #block-11 img, #block-12 img, #block-14 img, #block-15 img {
        filter: none!important;
    }
}

@media (max-width: 768px) {
  .header-bg {
            width: 100vw !important;
        margin-left: calc(-50vw + 50%) !important;
  }
}


/* CUSTOM BOTTOM LANG */
.site-below-footer-wrap[data-section="section-below-footer-builder"] .cdl-builder-grid-row {
	align-items: flex-start;
}

@media (max-width: 768px) {
	.img-lang-container {
		justify-content: center!important;
	}
}

.img-lang-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: flex-end;
}

.lang-switch-container {
  position: relative;
  background: #1a1a1a!important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 17px;
  height: max-content;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.lang-switch-container:hover {
  background: #252525!important;
  cursor: pointer;
}

.lang-switch-container.active {
	border-radius: 17px 17px 0 0;
}

.lang-switch {
  background: none;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 5px 10px 10px;
  border: none;
  color: #fff;
}

.lang-switch:active,
.lang-switch:focus,
.lang-switch:hover {
  background: none !important;
  outline: none;
}

.lang-switch-container img {
  filter: invert(1);
  transition: transform 0.3s ease;
}


.lang-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1a1a1a!important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0 0 17px 17px;
  margin: 5px 0 0 0;
  padding: 5px 0;
  list-style: none;
  min-width: 100%;
  z-index: 100;
}

.lang-dropdown li {
  padding: 5px 10px;
  text-align: left;
}

.lang-dropdown li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  display: block;
	font-weight: 700;
}

.lang-dropdown li a:hover {
  color: #ffd700;
}


.lang-switch-container.active .lang-dropdown {
  display: block;
}

.lang-switch-container.active img {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .lang-dropdown {
    bottom: 100%;
    top: auto;
    border-radius: 17px 17px 0 0;
    margin: 0 0 5px 0;
  }
	.lang-switch-container.active {
	border-radius: 0 0 17px 17px;
}
	.lang-dropdown li {
		text-align: left;
	}
}
/* END CUSTOM BOTTOM LANG */

body {
  background: #000000!important;
}

.cdl-primary-header-bar {
  background: #000000!important;
}

.header-left-buttons {
  background: rgba(255, 255, 255, 0.08)!important;
  padding: 0!important;
  gap: 0!important;
  border: 1px solid rgba(255, 255, 255, 0.06)!important;
}

.header-left-buttons div:first-child {
  padding: 6px 9px;
  background: #ffcd34;
  border-radius: 1000px;
  box-shadow: inset 0 1px #ffe784;
  border: none;
}

.header-left-buttons div:last-child {
  padding: 6px 9px;
}

.header-left-buttons div:first-child a span {
  color: #181a1f;
}

.header-left-buttons a img {
  width: 16px;
}

.header-left-buttons div:first-child a img {
  filter: brightness(0);
}

.header-left-buttons div:lcdl-child a:hover img {
  filter: invert(.9)!important;
}

.header-left-buttons div:lcdl-child a span {
  color: #a0a0a0!important;
}

.header-left-buttons div:lcdl-child a:hover .header-left-text {
  color: #ffffff!important;
}

.cdl-left-sidebar #secondary {
  background: #000000!important;
}


.register .second-btn {
  position: relative!important;
  overflow: hidden!important;
  isolation: isolate!important;
  background-color: #ffcd34!important;
  border: none!important;
  color: #181a1f!important;
  box-shadow: inset 0 1px #ffe784!important;
}

.register .second-btn:hover {
  background-color: #ffcd34!important;
  border: none!important;
  color: #181a1f!important;
  box-shadow: inset 0 1px #ffe784, var(--boom-cta-glow-hover)!important;
}

.app-banner-button {
    position: relative!important;
    overflow: hidden!important;
    isolation: isolate!important;
    background-color: #ffcd34!important;
    color: #181a1f!important;
    border: none!important;
    box-shadow: inset 0 1px #ffe784!important;
}

.app-banner-button:hover {
    background-color: #ffcd34!important;
    color: #181a1f!important;
    box-shadow: inset 0 1px #ffe784, var(--boom-cta-glow-hover)!important;
}

.app-banner {
  background: #1a1a1a!important;
  border: 1px solid rgba(255, 255, 255, 0.06)!important;
}

.block-support {
  background: #1a1a1a6b !important;
  border: 1px solid rgba(255, 255, 255, 0.06)!important;
}

.faq-container {
  background: transparent!important;
  border: none!important;
  padding: 0!important;
  margin-top: 48px!important;
}

.site-footer > div {
  background: #000000;
}

.cdl-mobile-popup-drawer.active .cdl-mobile-popup-inner {
  background: #000000!important;
}


@media (max-width: 544px) {
    .cdl-builder-menu-mobile .main-navigation .main-header-menu, .cdl-builder-menu-mobile .main-navigation .main-header-menu .menu-link, .cdl-builder-menu-mobile .main-navigation .main-header-menu .sub-menu {
        background-color: transparent!important;
    }
}

.footer-contact img {
  filter: invert(100%) brightness(105%)!important;
  opacity: 0.8;
}

.footer-contact a:hover {
  color: #ffd700!important;
}

.bonus {
  background-color: #1a1a1a!important;
  color: #ffd700!important;
  border: 1px solid rgba(255, 215, 0, 0.35)!important;
}

.social-icon-button {
  background: #1a1a1a!important;
  border: 1px solid rgba(255, 255, 255, 0.08)!important;
}

.social-icons img {
  filter: invert(100%) brightness(105%);
  opacity: 0.8;
}

/*footer a.menu-link {
  color: #9fabe0!important;
}*/