.affiliates__section .title-icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.affiliates__section--title {
  color: var(--exl-white);
  font-family: "Organetto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -1.2px;
  text-transform: uppercase;
}

.affiliates__section--sub-title {
  color: var(--exl-neutral-gray-50);
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 64;
  line-height: 160%;
}

html[dir="rtl"] .affiliates__section--group {
  text-align: right !important;
}

@media (min-width: 576px) {
  html[dir="rtl"] .affiliates__section--btn {
    text-align: right !important;
  }
}

.affiliates__section--description {
  color: var(--exl-neutral-gray-400);
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.affiliates__section--description b {
  color: var(--exl-neutral-gray-300);
  font-weight: 700;
}

.affiliates__section small {
  font-size: 0.875rem;
  color: var(--exl-neutral-gray-400);
}

.affiliates__main-section {
  min-height: 880px;
  background: #010206;
  padding-top: 15rem;
  padding-bottom: 5rem;
  font-size: clamp(.8125rem, 1.5vw, 1rem);
}

.affiliates__main-section .affiliate-gamer-group .main-image {
  position: relative;
}

.affiliates__main-section .affiliate-gamer-cover {
  position: absolute;
  padding: 24px 20px 20px 20px;
  border-radius: 8px;
  border: 1px solid #191D24;
  background: rgba(16, 16, 16, 0.75);
  box-shadow: 0 0 20px 0 rgba(236, 64, 70, 0.16);
  backdrop-filter: blur(7.5px);
  color: var(--exl-neutral-gray-400, #878D97);
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.affiliates__main-section .affiliate-gamer-cover img {
  width: 18px;
  height: 18px;
}

.affiliates__main-section .approval-cover {
  top: 28%;
  right: 15%;
}

.affiliates__main-section .benefits-cover {
  top: 58%;
  left: -1%;
}

.affiliates__main-section .comission-cover {
  top: 82%;
  right: 14%;
}

@media (max-width: 991px) {
  .affiliates__section .container{
    padding: 0 25px;
  }
  .affiliates__main-section {
    padding-top: 8rem;
  }
  .affiliates__main-section .row{
    flex-direction: column-reverse;
  }

  .affiliates__section--title {
    font-size: 24px;
    line-height: 32px;
  }

  .affiliates__section--sub-title {
    font-size: 16px;
  }

  .affiliates__section--description {
    font-size: 13px;
  }

  .affiliates__section--footer {
    font-size: 12px;
  }
}

.arrow-btn::after{
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  padding-left: 0.6rem;
}

html[dir="rtl"] .arrow-btn::after {
  content: "\f060";
  padding-left: 0;
  padding-right: 0.6rem;
}

/** End Main Section ***/

/** Afflilates Level Up ***/

.affiliates__level-up {
  padding: 80px 0 60px 0;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #0B0C0F;
}

.affiliates__level-up--header {
  text-align: center;
  color: var(--exl-neutral-gray-300);
  margin-bottom: 80px;
}
.affiliates__level-up--header .title {
  color: var(--exl-white);
  font-family: "Organetto", sans-serif;
  font-size: 32px;
  line-height: 56px;
  letter-spacing: -0.96px;
}

.affiliates__level-up--header .subtitle {
  font-size: 20px;
  line-height: 150%;
}

.affiliates__level-up .container {
  max-width: 1035px;
}

.affiliates__level-up .cards {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}

.affiliates__level-up .affiliate-card {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--exl-neutral-gray-900, #191D24);
  background: var(--exl-black, #010206);
  position: relative;
}

html[dir="rtl"] .affiliates__level-up .affiliate-card {
  text-align: right !important;
}

.affiliates__level-up .level-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.affiliates__level-up .tier-level {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.affiliates__level-up .tier-level-1 {
  color: #9C9E9E;
}

.affiliates__level-up .tier-level-2 {
  color: #BD9407;
}

.affiliates__level-up .tier-level-3 {
  color: #258188;
}

.affiliates__level-up .tier-level-4 {
  color: #8459D7;
}

.affiliates__level-up .tier-title {
  color: var(--exl-neutral-gray-50, #F5F5F6);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.affiliates__level-up .affiliate-benefits {
  align-self: stretch;
  color: var(--exl-neutral-gray-300, #C6C8CB);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.affiliates__level-up .affiliate-benefits .new{
  margin: 0;
  color: var(--exl-success-green-400, #22EBA3);
  font-family: Ubuntu;
  font-size: 9.6px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
}

@media (max-width: 768px) {
  .affiliates__level-up--header {
    text-align: left;
  }

  .affiliates__level-up .level-img {
    top: 50%;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    transform: translateY(-50%);
  }
}

.affiliates__level-up dl {
  display: grid;
  gap: 5rem;
  grid-template-columns: 280px 1fr;
  align-items: center;
}

.affiliates__level-up dl dt {
  display: inline-block;
  align-self: center;
  color: var(--exl-white, #FFF);
  font-family: Organetto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
}

.affiliates__level-up dl dd {
  align-self: center;
  color: var(--exl-neutral-gray-400);
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  
  .affiliates__level-up .cards {
    flex-direction: column;
    align-items: center;
  }

  .affiliates__level-up .cards__card {
    max-width: 320px;
  }

  .affiliates__level-up dl {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2rem;
  }
  .affiliates__level-up dl dt {
    align-self: flex-start;
  }
  .affiliates__level-up dl dd {
    margin-bottom: 1.5rem;
  }

  .affiliates__level-up--header .title {
    font-size: 24px;
    line-height: 32px;
  }

  .affiliates__level-up--header .subtitle {
    font-size: 12px;
    line-height: 18px;
  }
}

/** End Afflilates Level Up ***/

/** Afflilates Steps ***/

.affiliates__steps .container {
    max-width: 982px;
}

.affiliates__steps {
  padding: 56px 0;
  background: var(--exl-neutral-gray-950, #111317);
}

.affiliates__steps--header {
  text-align: center;
  margin-bottom: 40px;
}

.affiliates__steps--header span {
  color: var(--exl-white, #FFF);
  text-align: center;
  font-family: Organetto;
  font-size: 28px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.84px;
}

.affiliates-steps-cards .row{
  gap: 1rem;
  flex-wrap: nowrap;
}

.affiliates-steps-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: #0b0c0f;
  border: 1px solid #1b1f26;
  border-radius: 12px;
  justify-content: space-between;
  transition: transform 0.3s ease;
}

html[dir="rtl"] .affiliates-steps-card {
  text-align: right !important;
}

.affiliates-steps-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.affiliates-steps-card__header {
  margin-bottom: 1rem;
}

.affiliates-steps-card__icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: var(--exl-primary-red-500);
}

.affiliates-steps-card__icon img {
    align-self: center;
}

.affiliates-steps-card__content {
  color: var(--exl-primary-red-500);
  font-size: 1rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}

.affiliates-steps-card__content p {
  margin-bottom: 1rem;
  color: var(--exl-primary-red-500);
}

.affiliates-steps-card__content span{
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
}

.affiliates-steps-card__footer {
  font-size: 1rem;
  color: #878D97;
}

.affiliates-steps-card__footer p{
    margin-bottom: 0;
    font-weight: 400;
}

.affiliates-steps-card__footer a {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .affiliates-steps-cards .row{
      flex-direction: column;
      margin: 0;
  }
  .affiliates__steps--header {
    text-align: left;
  }
  .affiliates__steps--header span{
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }
}

/** End Afflilates Steps ***/

/* Rewards Store */

.affiliates__rewards-store {
  padding: 80px 114px;
  background-color: var(--exl-black, #010206);;
}

.affiliates__rewards-store .banner {
  background-image: url(/templates/exit-lag/img/affiliates/banner_rewards_store.png);
  background-repeat: round;
  min-height: 290px;
}

.affiliates__rewards-store .new {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 4px;
  border-radius: 20px;
  background: #1B3330;
  color: var(--exl-success-green-400, #22EBA3);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin-left: 15px;
  margin-right: 15px;
}

.affiliates__rewards-store .banner-title {
  color: var(--exl-white, #FFF);
  font-family: Organetto;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.72px;
}

.affiliates__rewards-store .banner-description {
  color: var(--exl-neutral-gray-300, #C6C8CB);
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .affiliates__rewards-store {
    padding: 80px 24px;
  }

  .affiliates__rewards-store .banner {
    background-image: url(/templates/exit-lag/img/affiliates/banner_rewards_store_mobile.png);
  }

  .affiliates__rewards-store .container {
    padding: 5px 20px !important;
  }
}

/* End Rewards Store */

.affiliates--title-and-live {
  margin-bottom: 8rem;
}

.affiliates--title-and-live .title {
  color: var(--exl-neutral-gray-100);
  font-family: "Organetto", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.affiliates--title-and-live .subtitle {
  color: var(--exl-neutral-gray-400);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.affiliates--title-and-live .button {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.55;
  color: var(--exl-neutral-gray-100);
  text-transform: uppercase;
}

.affiliates--title-and-live .live-image {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: -5rem;
  margin-left: -5rem;
  max-width: 125%;
}

.affiliates--join-section {
  position: relative;
}

.affiliates--join-section::before {
  content: "";
  display: block;
  width: 456px;
  height: 173px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 456px;
  background: -o-radial-gradient(
    50% 50%,
    50% 50%,
    rgba(145, 61, 253, 0.8) 0%,
    rgba(87, 36, 151, 0.32) 100%
  );
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(145, 61, 253, 0.8) 0%,
    rgba(87, 36, 151, 0.32) 100%
  );
  -webkit-filter: blur(250px);
  filter: blur(250px);
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.affiliates--join-card {
  width: 100%;
  max-width: 520px;
  height: 100%;
  padding: 2.125rem 2rem;
  border-radius: 1rem;
  background: rgba(13, 20, 31, 0.72);
  -webkit-backdrop-filter: blur(5.449999809265137px);
  backdrop-filter: blur(5.449999809265137px);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.affiliates--join-card:hover {
  background: rgba(13, 20, 31, 1);
}

.affiliates--join-card .title {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--exl-primary-red-500);
  font-family: "Ubuntu", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: normal;
  text-transform: none;
}

.affiliates--join-card .text {
  color: var(--exl-neutral-gray-300);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.affiliates--join-card .text b {
  font-weight: 500;
}

.step--text:has(+ .affiliates--more-information) {
  margin-bottom: 1rem;
}

.affiliates--more-information {
  color: var(--exl-neutral-gray-500);
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.affiliates--more-information a,
.affiliates--more-information a:visited {
  text-decoration: underline;
  color: inherit;
}

.affiliates--more-information a:hover {
  color: var(--exl-primary-red-500);
}

.affiliates--testimonials-section {
  background-image: url(/templates/exit-lag/img/affiliates/topografia.png);
  background-color: var(--exl-neutral-gray-1000);
  background-position: center center;
  background-repeat: repeat;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  overflow-x: hidden;
}

.affiliates--testimonials-section .title {
  color: #fff;
  font-family: "Organetto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -1.2px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

html[dir="rtl"] .testimonials-cards-group {
  text-align: right;
}

.testimony--card {
  width: 100%;
  height: 100%;
  padding: 2rem;
  border-radius: 1rem;
  position: relative;
  z-index: 1;
  background: var(--exl-neutral-gray-900);
  border: 1px solid var(--exl-neutral-gray-800);
}

.testimony--header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
  gap: 12px;
}

.testimony--icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.testimony--name {
  color: white;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
}

.testimony--type {
  display: block;
  color: var(--exl-neutral-gray-400);
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.55;
  text-transform: capitalize;
}

.testimony--text {
  color: var(--exl-neutral-gray-300);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
}

.affiliates--caracter {
  user-select: none;
  position: absolute;
  bottom: -80px;
  right: -170px;
  width: min(366px, 25.5vw);
}

.affiliates--faq-section {
  background-color: #010206;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

html[dir="rtl"] .affiliates--faq-section {
  text-align: right;
}

.affiliates--faq-section h1 {
  color: var(--exl-neutral-gray-100);
  font-family: "Organetto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

details {
  color: var(--exl-neutral-gray-400);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.16px;
}

details a {
  color: var(--exl-neutral-gray-200);
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

details a:hover {
  color: var(--exl-primary-red-500);
}

details:not(:last-child) {
  margin-bottom: 3.375rem;
}

details > summary {
  color: white;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  list-style-type: none;
  text-transform: capitalize;
}

details > summary::before {
  content: "+";
  margin-right: 1.625rem;
  font-size: 2rem;
  color: var(--exl-primary-red-500);
  display: inline-block;
  vertical-align: middle;
}

html[dir="rtl"] details > summary::before {
  margin-right: 0px;
  margin-left: 1.625rem;
}

details[open] {
  margin-bottom: 2rem;
  padding-left: 1.75rem;
}

details[open] > summary {
  margin-bottom: 0.875rem;
  margin-left: -1.625rem;
}

details[open] > summary::before {
  content: "-";
  margin-right: 1.125rem;
}

html[dir="rtl"] details[open] > summary::before {
  margin-right: 0px;
  margin-left: 1.125rem;
}

.affiliates--cta {
  background-color: var(--exl-primary-red-800);
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  text-align: center;
}

.affiliates--cta-title {
  color: white;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.11;
  margin-bottom: 1rem;
}

.affiliates--cta-subtitle {
  color: var(--exl-neutral-gray-50);
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1rem;
}

body:lang(russian) .affiliates--title-and-live .title {
  font-size: 2rem;
}

body:lang(russian) .affiliates--join-card .title {
  font-size: 1.5rem;
}

body:lang(russian) .affiliates--steps-section .step--title {
  max-width: 250px;
  line-height: 1.4;
}

body:lang(russian) .testimony--text {
  font-size: 0.875rem;
  line-height: 1.42;
}

@media (max-width: 1199px) {
  .affiliates__main-section {
    background-size: auto;
    padding-bottom: 4.5rem;
  }

  .affiliates--join-card .title {
    font-size: 1.5rem;
  }

  .affiliates--join-card .text {
    font-size: 1rem;
  }

  .affiliates--testimonials-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (max-width: 991px) {

  .affiliates__main-section {
    padding-bottom: 3.5rem;
  }

  .affiliates--title-and-live {
    margin-bottom: 6rem;
  }

  .affiliates--title-and-live .live-image {
    margin-top: -3rem;
    max-width: 150%;
  }

  .affiliates--testimonials-section {
    padding-top: 3.5rem;
    padding-bottom: 4rem;
  }

  .affiliates--faq-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .testimony--header {
    justify-content: space-between;
  }

  .affiliates--caracter {
    display: none;
  }
}

@media (max-width: 767px) {
  .affiliates--title-and-live {
    margin-bottom: 2.5rem;
  }

  .affiliates--title-and-live .live-image {
    margin: 0;
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .col-12:has(> .testimony--card):not(:last-child) {
    margin-bottom: 2rem;
  }

  .affiliates--caracter {
    right: 14px;
    bottom: calc(-141px - 3.875rem);
    max-width: 242px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .affiliates--title-and-live .title {
    font-size: 1.5rem;
    line-height: 1.33;
    letter-spacing: -0.72px;
  }

  .affiliates--title-and-live .subtitle {
    font-size: 1rem;
  }

  .affiliates--join-card {
    padding: 2.125rem 1.5rem;
  }

  .affiliates--join-card .title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .affiliates--join-card .text {
    font-size: 0.875rem;
  }

  .affiliates--title-container {
    margin: 0 auto 2.5rem;
  }

  .affiliates--testimonials-section {
    padding-top: 2.75rem;
    padding-bottom: 3.875rem;
  }

  .affiliates--testimonials-section .title {
    gap: 1rem;
    font-size: 1.5rem;
    line-height: 2.33;
    letter-spacing: -0.72px;
    margin-bottom: 1.5rem;
  }

  .affiliates--testimonials-section .subtitle {
    margin-bottom: 2.625rem;
  }

  .testimony--card {
    max-width: 351px;
    min-height: 397px;
    padding: 2rem 1.5rem;
  }

  .testimony--text {
    font-size: 0.9375rem;
    line-height: 1.73;
  }

  details {
    font-size: 0.9375rem;
    line-height: 1.5;
    letter-spacing: -0.15px;
  }

  details:not(:last-child) {
    margin-bottom: 2rem;
  }

  details > summary {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1rem;
  }

  details > summary::before {
    margin-right: 1rem;
    font-size: 24px;
  }

  html[dir="rtl"] details > summary::before {
    margin-right: 0px;
    margin-left: 1rem;
  }

  details[open] {
    padding-left: 1.25rem;
  }

  details[open] > summary {
    padding-left: 0.5rem;
    margin-bottom: 0.5rem;
  }

  details[open] > summary::before {
    margin-right: 1.125rem;
  }

  html[dir="rtl"] details[open] > summary::before {
    margin-right: 0px;
    margin-left: 1.125rem;
  }

  .affiliates--cta {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}
