:root {
  --swiper-pagination-color: var(--exl-neutral-gray-600);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 0;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0, 0, 0, 0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: var(--exl-neutral-gray-900);
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  --swiper-preloader-color: var(--exl-neutral-gray-600);
  --swiper-preloader-color: var(--exl-primary-red-600);
}

.checkout--title {
  font-family: "Organetto", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
}

.checkout--subtitle {
  font-family: "Organetto", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.5rem;
}

.swiper {
  height: auto;
  width: auto;
  min-height: 340px;
  margin: 0 -32px;
  padding-top: 1.25rem;
}

.swiper-wrapper {
  margin-bottom: 32px;
}

.swiper .swiper-slide {
  display: none;
}

.swiper.swiper-initialized .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  overflow: visible;
}

.swiper.swiper-initialized .swiper-lazy-preloader {
  display: none;
}

.swiper-pagination-bullet {
  border: 1px solid var(--exl-neutral-gray-600);
}

.plan div,
.plan span,
.plan h1,
.plan h2,
.plan h3,
.plan h4,
.plan h5,
.plan h6,
.plan a,
.plan p,
.plan ul,
.plan li {
  margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

.plan ol,
.plan ul {
  list-style: none;
}

.plans--container {
  background: radial-gradient(50% 50% at 50% 50%, #171A21 26%, #0B0C0F 92%);
}

.plan {
  position: relative;
  min-width: 0;
  height: auto;
  word-wrap: break-word;
  background: rgba(11, 12, 15, 0.40);
  background-clip: border-box;
  border: 1px solid var(--exl-neutral-gray-800);
  border-radius: 16px;
  transition: all 0.2s;
  cursor: pointer;
  padding: 2rem;
  min-height: 344px;
}

.plan .plan--featured,
.plan .plan--campaign-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  background: var(--exl-neutral-gray-1000);
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--exl-neutral-gray-800);
  border-radius: 200px;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}

.plan--badge-text {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  background: linear-gradient(98deg, #FFCB62 5.88%, #F4385A 208.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plan>hr {
  margin-right: 0;
  margin-left: 0;
}

.plan>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.plan>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.plan--best-deal {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  text-wrap: nowrap;
  padding: 0.25rem 0.75rem;
  background-color: white;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 700;
  color: var(--exl-neutral-gray-1000);
  text-transform: uppercase;
  text-align: center;
  border-radius: 16px;
}

.plan--best-deal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: inherit;
  height: inherit;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
  filter: blur(9px);
  border-radius: inherit;
}

.plan .plan--header {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.plan--badge-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan .plan--badge-title {
  color: var(--exl-neutral-gray-300);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}

.plan .plan--badge-title b {
  color: var(--exl-neutral-gray-200);
}

.plan--name {
  color: var(--exl-neutral-gray-100);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}

.plan--name img {
  user-select: none;
}

.plan--body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 48px 20px 42px;
}

.plan--players,
.plan--platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.plan--players {
  margin-bottom: 0.75rem !important;
}

.plan--players .text,
.plan--platforms .text {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.plan--description {
  padding: 0;
}

.plan--description li {
  margin-bottom: 16px;
}

.plan--description li:last-child {
  margin-bottom: 32px;
}

.plan .plan--prices {
  margin-bottom: 1.5rem;
}

.plan .plan--original-price {
  margin-bottom: 0.5rem;
}

.plan .plan-feature-list--divider{
  margin: 2rem 0;
  border: none;
  outline: none;
  display: block;
  height: 2px;
  border-bottom: 1px solid #191D24;
  opacity: 1;
}

.plan .plan--feature-list li{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
  margin-bottom: .5rem;
  font-weight: 400;
}

.plan .plan--feature-list li:first-of-type {
  font-weight: 600;
}

.plan .plan--feature-list li i{
  color: var(--exl-success-green-400);
}

.plan--price {
  color: var(--exl-neutral-gray-100);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125;
  text-wrap: nowrap;
}

.plan--price .month {
  font-size: 1.5rem;
  font-weight: 400;
}

.plan--price .month__per-player {
  font-size: 0.875rem;
  color: var(--exl-neutral-gray-300);
}

.plan--price:has(+ .plan--badge-description) {
  margin-bottom: 1.5rem;
}

.plan--badge-description {
  color: var(--exl-neutral-gray-100);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
}

.plan .plan--discount {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(98deg, rgba(203, 150, 236, 0.10) 5.88%, rgba(176, 49, 255, 0.10) 208.67%);
  color: #CB96EC;
  border-radius: 0.375rem;
  padding: 0.4375rem 1rem;
}

.plan--discount__applied {
  display: inline-block;
  color: var(--exl-success-green-400);
  font-size: 15px;
  border-color: var(--exl-success-green-400);
}

.plan--renewal-alert {
  color: var(--exl-neutral-gray-400);
  font-family: Ubuntu;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
}

.plan--renewal-alert > .automatic-renew {
  display: block;
}

.plan--button,
.plan--button:focus {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  background: var(--exl-neutral-gray-900);
  outline: none;
  color: var(--exl-neutral-gray-300);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: capitalize;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border: none;
}

.plan--button:hover {
  background: var(--exl-neutral-gray-950);
  color: inherit;
}

.plan--button .icon--check {  
  display: none;
}

[data-is-featured="1"] .plan--button,
[data-is-featured="1"] .plan--button:focus {
  background: var(--exl-primary-red-600);
  color: var(--exl-neutral-gray-100);
}

[data-is-featured="1"] .plan--button:hover {
  background: var(--exl-primary-red-800);
  color: inherit
}

.plan__selected[data-is-featured="0"],
.plan.plan__featured_selected,
.plan.plan__highlighted {
  border: 3px solid var(--exl-primary-red-600);
  box-shadow: 0px 12px 48px 0px rgba(0, 0, 0, 0.32);
}

.plans--container:has(.plan.plan__selected[data-is-featured="0"]) .plan:not(.plan__selected),
.plans--container:has(.plan.plan__featured_selected) .plan:not(.plan__featured_selected),
.plans--container:has(.plan.plan__highlighted) .plan:not(.plan__highlighted) {
  opacity: 0.7;
}

.plan__selected[data-is-featured="0"] .plan--button,
.plan.plan__featured_selected .plan--button,
.plan.plan__highlighted .plan--button {
  background: linear-gradient(90deg, rgba(161, 10, 11, 0.50) -29%, #FF2F3A 71.5%);
  color: white;
}

.plan__selected[data-is-featured="0"] .plan--button .icon--check,
.plan.plan__featured_selected .plan--button .icon--check {  
  display: block;
}

.campaign--terms, .campaign--terms a {
  color: var(--exl-neutral-gray-500);
  text-align: center;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.23;
  text-decoration-line: underline;
  margin-bottom: 3.5rem;
}

.campaign--terms a:hover {
  color: white;
}

.plan.plan__annual_highlight[data-cycle="annually"] {
  background: linear-gradient(155deg, rgba(33, 39, 49, 0.70) -20.24%, rgba(17, 19, 23, 0.70) 84%);
}

.plan.plan__annual_highlight[data-cycle="annually"] .plan--discount {
  background: linear-gradient(98deg, rgba(255, 203, 98, 0.10) 5.88%, rgba(244, 56, 90, 0.10) 208.67%);
  color: #FFCB62;
}

.nav-pg {
  background: none;
  border: 0;
  margin-bottom: 4.5rem;
  width: min(100%, 405px);
  margin-left: auto;
  margin-right: auto;
}

.nav-pg .nav-item {
  flex: 1;
}

.nav-pg .nav-item .nav-link {
  background-color: var(--exl-neutral-gray-1000);
  border: solid 1px var(--exl-neutral-gray-700);
  border-radius: 0;
  border-left: 0;
  color: var(--exl-neutral-gray-400);
  padding: .7rem 1.5rem;
  font-weight: 500;
  outline: none!important;
}

.nav-pg .nav-item .nav-link.active {
  background-color: var(--exl-primary-red-600);
  color: white;
}

.nav-pg .nav-item:first-child .nav-link {
  border-left: solid 1px var(--exl-neutral-gray-700);
  border-radius: 12px 0 0 12px;
}

.nav-pg .nav-item:last-child .nav-link {
  border-radius: 0 12px 12px 0;
}

@media (min-width: 992px) {
  .plan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 1 1 0;
    align-self: stretch;
  }
}

@media (max-width: 991px) {
  .plan {
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
  }
}
