/* Подключение adaptive.css */
@import url("adaptive.css");

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #4361ee;
  --bs-purple: #3a0ca3;
  --bs-pink: #f72585;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #CFF8F5;
  --bs-cyan: #4cc9f0;
  --bs-white: #ffffff;
  --bs-gray: #f3f3f3;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #a6a6a6;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #3a0ca3;
  --bs-secondary: #f72585;
  --bs-success: #80ffdb;
  --bs-info: #4361ee;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #000000;
  --bs-primary-rgb: 58, 12, 163;
  --bs-secondary-rgb: 247, 37, 133;
  --bs-success-rgb: 128, 255, 219;
  --bs-info-rgb: 67, 97, 238;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Arial", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000000;
  --bs-body-bg: #ffffff;
  --background-color: #09AFF4;
  --bs-bonus-card-bg: #fff;
  --bs-btn-hover: #e9ecef;
  --bs-button-color: #09AFF4;
}

.dark-theme {
  --background-color: #1D2041;
  --clr-main: #15162E;
  --bs-teal: #1A1C39;
  --bs-body-bg: #1D2041;
  --bs-body-color: #ffffff;
  --bs-white: #09AFF4;
  --bs-bonus-card-bg: #1A1C39;
  --bs-gray-100: #1A1C39;
  --bs-gray-600: #fff;
  --bs-gray-700: #fff;
  --bs-btn-hover: #15162E;
  --bs-success: #006a4c;
  --bs-gray: #1A1C39;
  --bs-button-color: #1A1C39;
}

.best-bank-promotions {
  margin: 50px 0;
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.promotion-item {
  font-family: "Involve", sans-serif;
  background: var(--bs-bonus-card-bg);
  border: 2px solid var(--bs-gray-600);
  border-radius: 25px;
  padding: 5px;
  flex-shrink: 0;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

.promotion-item a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.promotion-card-widget.promotion-card-widget--loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.promotion-card-widget__loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  min-height: 500px;
}

.promotion-card-widget__loader img {
  align-self: center;
  max-width: 100px;
  height: auto;
}

/* ==========================
   Единая высота карточек promotion-item
   Работает как для Bootstrap-рядов, так и для Swiper-слайдов
   ========================== */
.offer-compares-to {
  align-items: stretch; /* растягиваем колонки по высоте */
}
.offer-compares-to > [class^="col"],
.offer-compares-to > [class*=" col"],
.offer-compares-to > .col {
  display: flex; /* колонка — флекс-контейнер */
}
.offer-compares-to .promotion-item,
.promotion-card-widget .promotion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.promotion-card-widget .col-1:first-child {
  padding-left: 5px;
}
.promotion-item .promotion-footer { /* нижняя зона прижимается вниз */
  margin-top: auto;
}
.promotion-header {
  width: 100%;
  height: 110px;
}

.promotion-footer p {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.promotion-footer p a:hover {
  text-decoration: none !important;
}



.bank-details {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.promotion-body p {
  margin: 10px 0;
  font-size: 14px;
}

/* Плавная прокрутка слайдера */
.promotion-card-widget {
  min-height: 510px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  transition: -webkit-mask-image 1s ease-out, mask-image 1s ease-out;

  /* Улучшенная поддержка touch для слайдера */
  touch-action: pan-x; /* Разрешаем только горизонтальную прокрутку */
  -webkit-overflow-scrolling: touch; /* Плавная прокрутка на iOS */
  overscroll-behavior-x: contain; /* Предотвращаем bounce эффект */
}

.bonus-amount {
  font-size: 18px;
  font-weight: bold;
  color: #e63946;
}

.expires-in {
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

.page-404 {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  min-height: 100vh !important;
  width: 100vw !important;
  text-align: center !important;
  position: relative !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding-top: 10rem !important;
}

.h1_404 {
  font-size: 22rem !important;
  font-family: "Involve", sans-serif !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #09AFF4 !important;
  position: absolute !important;
  z-index: 0 !important;
  margin-bottom: 35rem !important;
  cursor: default !important;
}

.page-404 img {
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  z-index: 1 !important;
  width: 22rem !important;
  cursor: default !important;
}

.h2_404 {
  font-size: 32px !important;
  margin: 20px 0 !important;
  text-align: center !important;
  font-family: "Involve", sans-serif !important;
  color: #09AFF4 !important;
  text-decoration: none !important;
  position: relative !important;
  z-index: 2 !important;
  font-weight: 600 !important;
  cursor: default !important;
}

.h1_404:hover,
.h2_404:hover {
  color: var(--background-color) !important;
}

/* Упрощенный адаптивный вариант */
@media (max-width: 1599px) {
  .page-404 {
    padding: 5% 2% !important;
  }

  .h1_404 {
    font-size: clamp(8rem, 20vw, 22rem) !important;
    margin-bottom: clamp(19rem, 25vw, 35rem) !important;
  }

  .page-404 img {
    width: clamp(10rem, 20vw, 22rem) !important;
  }

  .h2_404 {
    font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
    max-width: clamp(15rem, 80vw, 50rem) !important;
  }
}

.reviewbanks {
  font-family: "Involve", sans-serif;
  font-weight: 600;
  font-size: 2.3rem;
}

.apply-now-button {
  display: inline-block;
  background: #e63946;
  background: linear-gradient(0deg, #e63946 0%, #d62839 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 15px;
  transition: background 0.3s ease;
  border: none;
}

.apply-now-button:hover {
  background: #d62839;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: "Arial", sans-serif;
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--background-color, #ffffff);
  z-index: 999999999;
  opacity: 1;
  transition: opacity 0.5s ease;
  padding: 20px;
  box-sizing: border-box;
}

.preloader.hidden {
  opacity: 0;
}

.preloader img {
  width: clamp(
    120px,
    50vw,
    217px
  ); /* Минимум 120px, идеально 50% ширины экрана, максимум 217px */
  height: auto; /* Автоматическая высота */
  object-fit: contain;
  max-width: 100%;
  max-height: 80vh; /* Максимальная высота 80% экрана */
}

/* Для очень маленьких экранов (300px и меньше) */
@media (max-width: 300px) {
  .preloader img {
    width: clamp(100px, 45vw, 150px);
  }
}

hr {
  margin: 1.5625rem 0;
  color: #a9a9a9;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.78125rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.435rem + 2.22vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.1rem;
  }
}

h3,
.h3 {
  font-size: calc(1.365rem + 1.38vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.4rem;
  }
}

h4,
.h4 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 2rem;
  }
}

h5,
.h5 {
  font-size: calc(1.295rem + 0.54vw);
}

@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.7rem;
  }
}

h6,
.h6 {
  font-size: calc(1.265rem + 0.18vw);
}

@media (min-width: 1200px) {
  h6,
  .h6 {
    font-size: 1.4rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

a {
  color: #09AFF4;
  text-decoration: none;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

code {
  font-size: 0.875em;
  color: #f72585;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(166.5, 166.5, 166.5);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.blockquote {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
}

.blockquote > :last-child {
  margin-bottom: 0;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.78125rem);
  padding-left: var(--bs-gutter-x, 0.78125rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  margin-top: calc(-1 * var(--bs-gutter-y));
  flex-wrap: wrap;
  justify-content: space-between;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.col {
  width: 25% !important;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0 {
  --bs-gutter-y: 0;
}

.g-1 {
  --bs-gutter-x: 1.5625rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 1.5625rem;
}

.g-half,
.gx-half {
  --bs-gutter-x: 0.78125rem;
}

.g-half {
  --bs-gutter-y: 0.78125rem;
}

.gx-quarter {
  --bs-gutter-x: 0.390625rem;
}

.gy-quarter {
  --bs-gutter-y: 0.390625rem;
}

@media (min-width: 425px) {
  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 40% !important;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 40% !important;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.col-sm-4 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 769px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-2 {
    --bs-gutter-x: 3.125rem;
  }

  .g-md-2 {
    --bs-gutter-y: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .gx-lg-1 {
    --bs-gutter-x: 1.5625rem;
  }

  .gy-lg-1 {
    --bs-gutter-y: 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 500px;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-2 {
    --bs-gutter-x: 3.125rem;
  }

  .g-xl-2 {
    --bs-gutter-y: 3.125rem;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 30%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .g-xxl-1 {
    --bs-gutter-x: 1.5625rem;
  }

  .g-xxl-1 {
    --bs-gutter-y: 1.5625rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #000000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1.5625rem;
  color: #000;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  table {
    min-width: 600px;
  }
}

.form-label {
  margin-bottom: 0;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: rgb(166.5, 166.5, 166.5);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid silver;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #000;
  background-color: transparent;
  border-color: #4361ee;
  outline: 0;
  box-shadow: 0 0 4px 2px rgba(67, 97, 238, 0.5);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: silver;
  opacity: 1;
}

.form-control::placeholder {
  color: silver;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #f3f3f3;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(230.85, 230.85, 230.85);
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #000;
  background-color: #f3f3f3;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(230.85, 230.85, 230.85);
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-select {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjM2EwY2EzJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 25px 20px;
  border: 1px solid silver;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #4361ee;
  outline: 0;
  box-shadow: 0 0 4px 2px rgba(67, 97, 238, 0.5);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  background-color: #09AFF4;
  border: 1px solid #09AFF4;
  float: left;
  margin-left: -1.7em;
  margin-top: 3px;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 3px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #4361ee;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 12, 163, 0.25);
}

.form-check-input:checked {
  background-color: #09AFF4;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjRkZGRkZGJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBsMyAzbDYtNicvPjwvc3ZnPg==);
}

.form-check-input:checked[type="radio"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjRkZGRkZGJy8+PC9zdmc+);
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: #3a0ca3;
  border-color: #3a0ca3;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMCAyMCc+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjRkZGRkZGJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMycgZD0nTTYgMTBoOCcvPjwvc3ZnPg==);
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-check-label {
  color: #09AFF4;
}

.form-switch {
  padding-left: 3.25em;
}

.form-switch .form-check-input {
  width: 2.75em;
  margin-left: -3.25em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPScjRkZGRkZGJyBkPSdNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXonLz48L3N2Zz4=);
  background-position: left center;
  border-radius: 2.75em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPSczJyBmaWxsPScjNDM2MWVlJy8+PC9zdmc+);
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPScjRkZGRkZGJyBkPSdNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeicvPjwvc3ZnPg==);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
  border: 1px solid silver;
  border-radius: 0.35rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #000;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 12, 163, 0.25);
}

.btn:disabled,
.btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #3a0ca3;
  border-color: #3a0ca3;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(49.3, 10.2, 138.55);
  border-color: rgb(46.4, 9.6, 130.4);
}

.btn-primary:focus {
  color: #fff;
  background-color: rgb(49.3, 10.2, 138.55);
  border-color: rgb(46.4, 9.6, 130.4);
  box-shadow: 0 0 0 0.25rem rgba(87.55, 48.45, 176.8, 0.5);
}

.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.4, 9.6, 130.4);
  border-color: rgb(43.5, 9, 122.25);
}

.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(87.55, 48.45, 176.8, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #3a0ca3;
  border-color: #3a0ca3;
}

/*
.btn-secondary {
    color: #000;
    background-color: #f72585;
    border-color: #f72585
}

.btn-secondary:focus {
    color: #000;
    background-color: rgb(248.2, 69.7, 151.3);
    border-color: rgb(247.8, 58.8, 145.2);
    box-shadow: 0 0 0 .25rem rgba(209.95, 31.45, 113.05, .5)
}

.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: rgb(248.6, 80.6, 157.4);
    border-color: rgb(247.8, 58.8, 145.2)
}

.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(209.95, 31.45, 113.05, .5)
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #000;
    background-color: #f72585;
    border-color: #f72585
}
*/

.btn-info {
  color: #fff;
  background-color: #4361ee;
  border-color: #4361ee;
}

.btn-info:hover {
  color: #fff;
  background-color: rgb(56.95, 82.45, 202.3);
  border-color: rgb(53.6, 77.6, 190.4);
}

.btn-info:focus {
  color: #fff;
  background-color: rgb(56.95, 82.45, 202.3);
  border-color: rgb(53.6, 77.6, 190.4);
  box-shadow: 0 0 0 0.25rem rgba(95.2, 120.7, 240.55, 0.5);
}

.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(53.6, 77.6, 190.4);
  border-color: rgb(50.25, 72.75, 178.5);
}

.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(95.2, 120.7, 240.55, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
  color: #fff;
  background-color: #4361ee;
  border-color: #4361ee;
}

.btn-outline-primary {
  color: #3a0ca3;
  border-color: #3a0ca3;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #3a0ca3;
  border-color: #3a0ca3;
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 12, 163, 0.5);
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #3a0ca3;
  border-color: #3a0ca3;
}

.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 12, 163, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #3a0ca3;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #f72585;
  border-color: #f72585;
}

.btn-outline-secondary:hover {
  color: #000;
  background-color: #f72585;
  border-color: #f72585;
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 37, 133, 0.5);
}

.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #f72585;
  border-color: #f72585;
}

.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 37, 133, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #f72585;
  background-color: transparent;
}

.btn-outline-success {
  color: #80ffdb;
  border-color: #80ffdb;
}

.btn-outline-success:hover {
  color: #000;
  background-color: #80ffdb;
  border-color: #80ffdb;
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 255, 219, 0.5);
}

.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #80ffdb;
  border-color: #80ffdb;
}

.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 255, 219, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #80ffdb;
  background-color: transparent;
}

.btn-outline-info {
  color: #09aff4;
  border-color: #09AFF4;
  border-radius: 20px;
  font-family: "Involve", sans-serif;
  font-weight: 600;
}

/*
.btn-outline-info:hover {
    color: #fff;
    background-color: #4361ee;
    border-color: #4361ee
}

.btn-outline-info:focus {
    box-shadow: 0 0 0 .25rem rgba(67, 97, 238, .5)
}
*/

.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #4361ee;
  border-color: #4361ee;
}

.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 97, 238, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #4361ee;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: var(--bs-body-color);
  border-color: #000;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #000;
  background-color: transparent;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.35rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-end {
  --bs-position: end;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
}

@media (min-width: 1600px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
}

.dropdown-divider {
  height: 0;
  margin: 0.78125rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  font-size: 1.125rem;
  display: block;
  width: 100%;
  padding: 0.390625rem 1.5625rem;
  clear: both;
  font-weight: 500;
  color: #09aff4;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 5px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3a0ca3;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5625rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #f3f3f3;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.390625rem 1.5625rem;
  color: #212529;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #4361ee;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: rgb(53.6, 77.6, 190.4);
}

.nav-link.disabled {
  color: #f3f3f3;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #f3f3f3;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.35rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3a0ca3;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.78125rem;
  padding-bottom: 0.78125rem;
}

.navbar > .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 1.1rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  padding-left: 3rem;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0.35rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
  display: flex;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.35rem;
}

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

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}

.card-body .deet__reqs {
  min-height: 27px;
}

.card-header {
  padding: 0.78125rem 1.5625rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

.card-footer {
  padding: 0.78125rem 1.5625rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 80%;
  padding: 1rem 1.25rem;
  font-size: 1.5rem;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: rgb(52.2, 10.8, 146.7);
  background-color: rgb(235.3, 230.7, 245.8);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0ncmdiKDUyLjIsIDEwLjgsIDE0Ni43KSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nIzAwMDAwMCc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #4361ee;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 12, 163, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #4361ee;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: rgb(53.6, 77.6, 190.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: rgb(53.6, 77.6, 190.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(58, 12, 163, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3a0ca3;
  border-color: #3a0ca3;
}

.page-item.disabled .page-link {
  color: #f3f3f3;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.65rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1.5625rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 12px;
  }
}

.progress {
  display: flex;
  height: 12px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f3f3f3;
  border-radius: 0.35rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3a0ca3;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.78125rem 1.5625rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #f3f3f3;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3a0ca3;
  border-color: #3a0ca3;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5625rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.5625rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 1.3125rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 100000000000;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 1;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 2rem;
  height: 0.8rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.8rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.8rem 1rem 0;
  border-top-color: #80ffdb;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.8rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.8rem;
  height: 2rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 1rem 0.8rem 1rem 0;
  border-right-color: #80ffdb;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.8rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 1rem 0.8rem;
  border-bottom-color: #80ffdb;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.8rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.8rem;
  height: 2rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 1rem 0 1rem 0.8rem;
  border-left-color: #80ffdb;
}

.tooltip-inner {
  max-width: 350px;
  padding: 1.5625rem;
  color: #000;
  text-align: center;
  background-color: #80ffdb;
  border-radius: 0.5rem;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active {
  display: block;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.ratio-16x3 {
  --bs-aspect-ratio: 18.75%;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.float-end {
  float: right !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-column {
  flex-direction: column !important;
}

.position-relative {
  position: relative !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 90% !important;
}

.justify-content-start {
  justify-content: start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-center {
  align-self: center !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-3 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1.5625rem !important;
}

.mt-2 {
  margin-top: 3.125rem !important;
}

.mt-3 {
  margin-top: 4.6875rem !important;
}

.mt-4 {
  margin-top: 6.25rem !important;
}

.mt-5 {
  margin-top: 7.8125rem !important;
}

.mt-half {
  margin-top: 0.78125rem !important;
}

.mt-quarter {
  margin-top: 0.390625rem !important;
}

.mt-threequarter {
  margin-top: 1.171875rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 1.5625rem !important;
}

.me-2 {
  margin-right: 3.125rem !important;
}

.me-3 {
  margin-right: 4.6875rem !important;
}

.me-4 {
  margin-right: 6.25rem !important;
}

.me-5 {
  margin-right: 7.8125rem !important;
}

.me-half {
  margin-right: 0.78125rem !important;
}

.me-quarter {
  margin-right: 0.390625rem !important;
}

.me-threequarter {
  margin-right: 1.171875rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1.5625rem !important;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.mb-2 {
  margin-bottom: 3.125rem !important;
}

.mb-3 {
  margin-bottom: 4.6875rem !important;
}

.mb-4 {
  margin-bottom: 6.25rem !important;
}

.mb-5 {
  margin-bottom: 7.8125rem !important;
}

.mb-half {
  margin-bottom: 0.78125rem !important;
}

.mb-quarter {
  margin-bottom: 0.390625rem !important;
}

.mb-threequarter {
  margin-bottom: 1.171875rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 1.5625rem !important;
}

.ms-2 {
  margin-left: 3.125rem !important;
}

.ms-3 {
  margin-left: 4.6875rem !important;
}

.ms-4 {
  margin-left: 6.25rem !important;
}

.ms-5 {
  margin-left: 7.8125rem !important;
}

.ms-half {
  margin-left: 0.78125rem !important;
}

.ms-quarter {
  margin-left: 0.390625rem !important;
}

.ms-threequarter {
  margin-left: 1.171875rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1.5625rem !important;
}

.p-half {
  padding: 0.78125rem !important;
}

.px-1 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  border: 1.5px solid rgb(166, 166, 166) !important;
  border-radius: 35px;
  margin-bottom: 2rem;
  max-width: 35rem;
}

.py-2 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-quarter {
  padding-top: 0.390625rem !important;
  padding-bottom: 0.390625rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1.5625rem !important;
}

.pt-half {
  padding-top: 0.78125rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1.5625rem !important;
}

.pb-quarter {
  padding-bottom: 0.390625rem !important;
}

.ps-quarter {
  padding-left: 0.390625rem !important;
}

.fs-1 {
  font-size: calc(1.475rem + 2.7vw) !important;
}

.fs-2 {
  font-size: calc(1.435rem + 2.22vw) !important;
}

.fs-3 {
  font-size: calc(1.365rem + 1.38vw) !important;
}

.fs-4 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-5 {
  font-size: 1.5rem !important;
}

.fs-6 {
  font-size: calc(1.265rem + 0.18vw) !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-nowrap {
  white-space: nowrap !important;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: rgb(166.5, 166.5, 166.5) !important;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.visible {
  visibility: visible !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 1.5625rem !important;
  }

  .mt-sm-2 {
    margin-top: 3.125rem !important;
  }

  .mt-sm-3 {
    margin-top: 4.6875rem !important;
  }

  .mt-sm-4 {
    margin-top: 6.25rem !important;
  }

  .mt-sm-5 {
    margin-top: 7.8125rem !important;
  }

  .mt-sm-half {
    margin-top: 0.78125rem !important;
  }

  .mt-sm-quarter {
    margin-top: 0.390625rem !important;
  }

  .mt-sm-threequarter {
    margin-top: 1.171875rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 1.5625rem !important;
  }

  .me-sm-2 {
    margin-right: 3.125rem !important;
  }

  .me-sm-3 {
    margin-right: 4.6875rem !important;
  }

  .me-sm-4 {
    margin-right: 6.25rem !important;
  }

  .me-sm-5 {
    margin-right: 7.8125rem !important;
  }

  .me-sm-half {
    margin-right: 0.78125rem !important;
  }

  .me-sm-quarter {
    margin-right: 0.390625rem !important;
  }

  .me-sm-threequarter {
    margin-right: 1.171875rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 3.125rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 4.6875rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 6.25rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 7.8125rem !important;
  }

  .mb-sm-half {
    margin-bottom: 0.78125rem !important;
  }

  .mb-sm-quarter {
    margin-bottom: 0.390625rem !important;
  }

  .mb-sm-threequarter {
    margin-bottom: 1.171875rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 1.5625rem !important;
  }

  .ms-sm-2 {
    margin-left: 3.125rem !important;
  }

  .ms-sm-3 {
    margin-left: 4.6875rem !important;
  }

  .ms-sm-4 {
    margin-left: 6.25rem !important;
  }

  .ms-sm-5 {
    margin-left: 7.8125rem !important;
  }

  .ms-sm-half {
    margin-left: 0.78125rem !important;
  }

  .ms-sm-quarter {
    margin-left: 0.390625rem !important;
  }

  .ms-sm-threequarter {
    margin-left: 1.171875rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-quarter {
    padding-bottom: 0.390625rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }
}

@media (min-width: 769px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 1.5625rem !important;
  }

  .mt-md-2 {
    margin-top: 3.125rem !important;
  }

  .mt-md-3 {
    margin-top: 4.6875rem !important;
  }

  .mt-md-4 {
    margin-top: 6.25rem !important;
  }

  .mt-md-5 {
    margin-top: 7.8125rem !important;
  }

  .mt-md-half {
    margin-top: 0.78125rem !important;
  }

  .mt-md-quarter {
    margin-top: 0.390625rem !important;
  }

  .mt-md-threequarter {
    margin-top: 1.171875rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 1.5625rem !important;
  }

  .me-md-2 {
    margin-right: 3.125rem !important;
  }

  .me-md-3 {
    margin-right: 4.6875rem !important;
  }

  .me-md-4 {
    margin-right: 6.25rem !important;
  }

  .me-md-5 {
    margin-right: 7.8125rem !important;
  }

  .me-md-half {
    margin-right: 0.78125rem !important;
  }

  .me-md-quarter {
    margin-right: 0.390625rem !important;
  }

  .me-md-threequarter {
    margin-right: 1.171875rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-md-2 {
    margin-bottom: 3.125rem !important;
  }

  .mb-md-3 {
    margin-bottom: 4.6875rem !important;
  }

  .mb-md-4 {
    margin-bottom: 6.25rem !important;
  }

  .mb-md-5 {
    margin-bottom: 7.8125rem !important;
  }

  .mb-md-half {
    margin-bottom: 0.78125rem !important;
  }

  .mb-md-quarter {
    margin-bottom: 0.390625rem !important;
  }

  .mb-md-threequarter {
    margin-bottom: 1.171875rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 1.5625rem !important;
  }

  .ms-md-2 {
    margin-left: 3.125rem !important;
  }

  .ms-md-3 {
    margin-left: 4.6875rem !important;
  }

  .ms-md-4 {
    margin-left: 6.25rem !important;
  }

  .ms-md-5 {
    margin-left: 7.8125rem !important;
  }

  .ms-md-half {
    margin-left: 0.78125rem !important;
  }

  .ms-md-quarter {
    margin-left: 0.390625rem !important;
  }

  .ms-md-threequarter {
    margin-left: 1.171875rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .px-md-1 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .px-md-2 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .pt-md-2 {
    padding-top: 3.125rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-2 {
    padding-bottom: 3.125rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .my-lg-1 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 1.5625rem !important;
  }

  .mt-lg-2 {
    margin-top: 3.125rem !important;
  }

  .mt-lg-3 {
    margin-top: 4.6875rem !important;
  }

  .mt-lg-4 {
    margin-top: 6.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 7.8125rem !important;
  }

  .mt-lg-half {
    margin-top: 0.78125rem !important;
  }

  .mt-lg-quarter {
    margin-top: 0.390625rem !important;
  }

  .mt-lg-threequarter {
    margin-top: 1.171875rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 1.5625rem !important;
  }

  .me-lg-2 {
    margin-right: 3.125rem !important;
  }

  .me-lg-3 {
    margin-right: 4.6875rem !important;
  }

  .me-lg-4 {
    margin-right: 6.25rem !important;
  }

  .me-lg-5 {
    margin-right: 7.8125rem !important;
  }

  .me-lg-half {
    margin-right: 0.78125rem !important;
  }

  .me-lg-quarter {
    margin-right: 0.390625rem !important;
  }

  .me-lg-threequarter {
    margin-right: 1.171875rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 3.125rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 4.6875rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 6.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 7.8125rem !important;
  }

  .mb-lg-half {
    margin-bottom: 0.78125rem !important;
  }

  .mb-lg-quarter {
    margin-bottom: 0.390625rem !important;
  }

  .mb-lg-threequarter {
    margin-bottom: 1.171875rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 1.5625rem !important;
  }

  .ms-lg-2 {
    margin-left: 3.125rem !important;
  }

  .ms-lg-3 {
    margin-left: 4.6875rem !important;
  }

  .ms-lg-4 {
    margin-left: 6.25rem !important;
  }

  .ms-lg-5 {
    margin-left: 7.8125rem !important;
  }

  .ms-lg-half {
    margin-left: 0.78125rem !important;
  }

  .ms-lg-quarter {
    margin-left: 0.390625rem !important;
  }

  .ms-lg-threequarter {
    margin-left: 1.171875rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .py-lg-2 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .py-lg-3 {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }

  .pe-lg-3 {
    padding-right: 4.6875rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 1.5625rem !important;
  }

  .mt-xl-2 {
    margin-top: 3.125rem !important;
  }

  .mt-xl-3 {
    margin-top: 4.6875rem !important;
  }

  .mt-xl-4 {
    margin-top: 6.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 7.8125rem !important;
  }

  .mt-xl-half {
    margin-top: 0.78125rem !important;
  }

  .mt-xl-quarter {
    margin-top: 0.390625rem !important;
  }

  .mt-xl-threequarter {
    margin-top: 1.171875rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 1.5625rem !important;
  }

  .me-xl-2 {
    margin-right: 3.125rem !important;
  }

  .me-xl-3 {
    margin-right: 4.6875rem !important;
  }

  .me-xl-4 {
    margin-right: 6.25rem !important;
  }

  .me-xl-5 {
    margin-right: 7.8125rem !important;
  }

  .me-xl-half {
    margin-right: 0.78125rem !important;
  }

  .me-xl-quarter {
    margin-right: 0.390625rem !important;
  }

  .me-xl-threequarter {
    margin-right: 1.171875rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 3.125rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 4.6875rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 6.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 7.8125rem !important;
  }

  .mb-xl-half {
    margin-bottom: 0.78125rem !important;
  }

  .mb-xl-quarter {
    margin-bottom: 0.390625rem !important;
  }

  .mb-xl-threequarter {
    margin-bottom: 1.171875rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 1.5625rem !important;
  }

  .ms-xl-2 {
    margin-left: 3.125rem !important;
  }

  .ms-xl-3 {
    margin-left: 4.6875rem !important;
  }

  .ms-xl-4 {
    margin-left: 6.25rem !important;
  }

  .ms-xl-5 {
    margin-left: 7.8125rem !important;
  }

  .ms-xl-half {
    margin-left: 0.78125rem !important;
  }

  .ms-xl-quarter {
    margin-left: 0.390625rem !important;
  }

  .ms-xl-threequarter {
    margin-left: 1.171875rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .px-xl-1 {
    margin-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .text-xl-start {
    text-align: left !important;
    width: 700px;
  }
}

@media (min-width: 1600px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 1.5625rem !important;
  }

  .mt-xxl-2 {
    margin-top: 3.125rem !important;
  }

  .mt-xxl-3 {
    margin-top: 4.6875rem !important;
  }

  .mt-xxl-4 {
    margin-top: 6.25rem !important;
  }

  .mt-xxl-5 {
    margin-top: 7.8125rem !important;
  }

  .mt-xxl-half {
    margin-top: 0.78125rem !important;
  }

  .mt-xxl-quarter {
    margin-top: 0.390625rem !important;
  }

  .mt-xxl-threequarter {
    margin-top: 1.171875rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 1.5625rem !important;
  }

  .me-xxl-2 {
    margin-right: 3.125rem !important;
  }

  .me-xxl-3 {
    margin-right: 4.6875rem !important;
  }

  .me-xxl-4 {
    margin-right: 6.25rem !important;
  }

  .me-xxl-5 {
    margin-right: 7.8125rem !important;
  }

  .me-xxl-half {
    margin-right: 0.78125rem !important;
  }

  .me-xxl-quarter {
    margin-right: 0.390625rem !important;
  }

  .me-xxl-threequarter {
    margin-right: 1.171875rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1.5625rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 3.125rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 4.6875rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 6.25rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 7.8125rem !important;
  }

  .mb-xxl-half {
    margin-bottom: 0.78125rem !important;
  }

  .mb-xxl-quarter {
    margin-bottom: 0.390625rem !important;
  }

  .mb-xxl-threequarter {
    margin-bottom: 1.171875rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 1.5625rem !important;
  }

  .ms-xxl-2 {
    margin-left: 3.125rem !important;
  }

  .ms-xxl-3 {
    margin-left: 4.6875rem !important;
  }

  .ms-xxl-4 {
    margin-left: 6.25rem !important;
  }

  .ms-xxl-5 {
    margin-left: 7.8125rem !important;
  }

  .ms-xxl-half {
    margin-left: 0.78125rem !important;
  }

  .ms-xxl-quarter {
    margin-left: 0.390625rem !important;
  }

  .ms-xxl-threequarter {
    margin-left: 1.171875rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .px-xxl-0 {
    margin-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxl-half {
    padding-right: 0.78125rem !important;
    padding-left: 0.78125rem !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }

  .fs-2 {
    font-size: 3.1rem !important;
  }

  .fs-3 {
    font-size: 2rem !important;
  }

  .fs-4 {
    font-size: 2rem !important;
  }

  .fs-5 {
    font-size: 1.7rem;
  }

  .fs-6 {
    font-size: 1.4rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.page__section > header,
.keep-reading > header {
  font-weight: 700;
  font-size: calc(1.35rem + 1.2vw);
  line-height: 1.25;
  background: transparent;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  font-family: "Involve", sans-serif;
}

@media (min-width: 1200px) {
  .page__section > header,
  .keep-reading > header {
    font-size: 2.25rem;
  }
}

.page__section > header span,
.keep-reading > header span {
  color: #4361ee;
  text-transform: uppercase;
  display: block;
  font-size: 1.125rem;
  font-family: "Inter", sans-serif; /* Заменяем korolev на Inter */
}

.page__section:before,
.keep-reading:before {
  content: "";
  display: block;
  border-top: 1px solid #f3f3f3;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  height: 0.1875rem;
}

/* === Promotion Type Buttons (shared) === */
.promotion-type-buttons{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}
.promotion-type-checkbox-wrapper{position:relative;display:inline-block}
.promotion-type-checkbox{display:none}
.promotion-type-label{display:inline-block;padding:10px 20px;background-color: transparent;border:2px solid #dee2e6;border-radius:5px;cursor:pointer;transition:all .3s ease;user-select:none;line-height:1.2}
.promotion-type-checkbox:checked+.promotion-type-label{background-color:#09aff4;color:#fff;border-color:#09aff4}
.promotion-type-label:hover{background-color:#e9ecef;border-color:#adb5bd}
.promotion-type-checkbox:checked+.promotion-type-label:hover{background-color:#0056b3;border-color:#0056b3}

.promotion-card-widget .deets__cta:after,
.promotion-table-widget .deets__cta:after,
.credit-card-overview .deets__cta:after,
.promo-box .plain.cta:after,
.bonus-box .btn:after,
.aff-cta-box-cpc .btn.cta:after,
.aff-cta-box .btn.cta:after,
.arrow-hover:after,
.review-box .btn:after,
.keep-reading .articles_list .meta__category:after {
  content: "\f054";
  font-family: mmg-icons;
  position: relative;
  top: 0;
  left: -1.875rem;
  background: 0 0;
  line-height: 1;
  font-size: 70%;
  opacity: 0;
  position: absolute;
  color: #fff;
}

.promotion-card-widget .deets__cta:hover:after,
.promotion-table-widget .deets__cta:hover:after,
.credit-card-overview .deets__cta:hover:after,
.promo-box .plain.cta:hover:after,
.bonus-box .btn:hover:after,
.aff-cta-box-cpc .btn.cta:hover:after,
.aff-cta-box .btn.cta:hover:after,
.review-box .btn:hover:after,
.arrow-hover:hover:after,
.btn.arrowhover:hover:after,
.keep-reading .articles_list .meta__category:hover:after {
  opacity: 1;
  position: relative;
  transition: all 150ms ease-in;
  left: 0.4375rem;
}

.promotion-card-widget [href^="#"].deets__cta:after,
.promotion-table-widget [href^="#"].deets__cta:after,
.credit-card-overview [href^="#"].deets__cta:after,
.promo-box [href^="#"].plain.cta:after,
.bonus-box [href^="#"].btn:after,
.aff-cta-box-cpc [href^="#"].btn.cta:after,
.aff-cta-box [href^="#"].btn.cta:after,
.review-box [href^="#"].btn:after,
[href^="#"].btn.arrowhover:after,
.keep-reading .articles_list [href^="#"].meta__category:after {
  display: inline-block;
  transform: rotate(90deg) !important;
}

body,
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
}

@media (max-width: 991.98px) {
  .table-responsive {
    overflow-x: scroll !important;
  }
}

.no-focus-outline a:focus,
.no-focus-outline button:focus {
  outline: none;
}

@media (min-width: 576px) {
  :target {
    scroll-margin-top: 55px;
  }
}

@media (min-width: 1200px) {
  :target {
    scroll-margin-top: 75px;
  }
}

.btn-secondary {
  text-decoration: none !important;
}
.submit-btn:hover {
  font-family: "Involve", sans-serif;
  width: 85%;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  background-color: #088fca;
  color: #fff;
  display: flex !important;
  align-self: center;
  justify-content: center;
  border-radius: 15px;
}

.btn-body-font,
.h-body-font {
  font-family: "source serif pro", serif !important;
}

.tooltip .tooltip-inner {
  text-align: left;
  line-height: 1.35;
  font-size: 1rem;
}

.tooltip .tooltip-inner a {
  text-decoration: underline;
}

.tooltip-bg-info .tooltip-inner {
  background: #4361ee;
  color: #fff;
}

.tooltip-bg-info[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #4361ee !important;
}

.tooltip-bg-info[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #4361ee !important;
}

.tooltip-bg-info[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #4361ee !important;
}

.tooltip-bg-info[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #4361ee !important;
}

.tooltip-bg-dark .tooltip-inner {
  background: #000;
  color: #fff;
}

.tooltip-bg-dark[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #000 !important;
}

.tooltip-bg-dark[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #000 !important;
}

.tooltip-bg-dark[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #000 !important;
}

.tooltip-bg-dark[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #000 !important;
}

sup {
  top: -0.2em;
}

img.rounded {
  border-radius: 0.5rem !important;
  height: auto;
  background-color: #fff;
  padding: 5px;
}

/* .text-dark {
    color: #000 !important;
}

.text-small {
    font-size: 85% !important
}
 */

.bg-gray {
  background-color: var(--bs-gray) !important;
}

.bg-ltinfo {
  background-color: rgba(67, 97, 238, 0.1);
}

.p-half {
  padding: 0.78125rem !important;
}

.p-2px {
  padding: 2px !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

pre {
  background: #f7f8f8;
  padding: 0.3125rem;
}

pre code {
  white-space: normal;
}

.nav-tabs .nav-link {
  padding-left: 0;
  padding-right: 0;
  border: 0;
  margin-right: 1.5625rem;
  text-decoration: none;
  color: rgb(166.5, 166.5, 166.5);
}

.nav-tabs .nav-link.active {
  border-bottom: 3px solid;
  font-weight: 700;
}

.tab-content {
  padding: 1.5625rem 0;
}

.mobileTabAccordion {
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .mobileTabAccordion .tab-content {
    border-bottom: 1px solid #f3f3f3;
  }

  .mobileTabAccordion .panel-heading {
    display: none;
  }

  .mobileTabAccordion .panel {
    border: none;
    box-shadow: none;
  }

  .mobileTabAccordion .panel-collapse {
    height: auto;
  }

  .mobileTabAccordion .panel-collapse.collapse {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .mobileTabAccordion .tab-content {
    padding: 0;
  }

  .mobileTabAccordion .tab-content .tab-pane {
    display: block;
  }

  .mobileTabAccordion .nav-tabs {
    display: none;
  }

  .mobileTabAccordion .panel-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.125rem;
    padding: 0.625rem;
  }

  .mobileTabAccordion .panel-title a {
    display: block;
    text-decoration: none;
    position: relative;
  }

  .mobileTabAccordion .panel-title a:after {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2RhZGFkYSc+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 0.2s ease-in-out;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0.125rem;
  }

  .mobileTabAccordion .panel-title a[aria-expanded="true"]:after {
    right: 0.625rem;
    transform: rotate(180deg);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZmZmZic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
    top: auto;
  }

  .mobileTabAccordion .tab-content .panel-table {
    border: 0;
  }

  .mobileTabAccordion .tab-content .panel-table .panel-body table {
    border-top: 0;
  }

  .mobileTabAccordion .tab-content .panel-table .show .panel-body {
    margin-bottom: 0.625rem;
  }

  .mobileTabAccordion .tab-content .panel-table .panel-title {
    border-bottom: 1px solid;
  }

  .mobileTabAccordion
    .tab-content
    .panel-table
    .panel-title
    a[aria-expanded="true"] {
    margin: -0.625rem;
    padding: 0.625rem 0.8125rem;
  }
}

.nowrap {
  white-space: nowrap;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.split-2,
.split {
  -moz-columns: 2;
  columns: 2;
}

[class^="split-"] li,
ul.split li,
ol.split li {
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

@media (max-width: 767.98px) {
  [class^="split-"],
  .split {
    -moz-columns: 1;
    columns: 1;
  }
}

.max-vh-50 {
  max-height: 50vh !important;
}

.max-vh-25 {
  max-height: 25vh !important;
}

.me-3px {
  margin-right: 0.1875rem;
}

#backToTop {
  visibility: hidden;
  position: fixed;
  bottom: 1.5625rem;
  right: 1.5625rem;
  z-index: 99999;
  padding: 3px 11px 7px;
}

#backToTop:hover {
  cursor: pointer;
  color: #1A1C39;
  border-color: #1A1C39;
}

.mmg-sharing-buttons a {
  text-decoration: none !important;
}

.mmg-sharing-buttons a.btn-facebook:hover {
  background-color: #1b74e4;
  border-color: #1b74e4;
}

.mmg-sharing-buttons a.btn-twitter:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
}

.mmg-sharing-buttons a.btn-linkedin:hover {
  background-color: #0077b5;
  border-color: #0077b5;
}

.mmg-sharing-buttons a.btn-whatsapp:hover {
  background-color: #128c7e;
  border-color: #128c7e;
}

.theme-spacing,
.container__main.archive,
.container__main.page,
.container__main.single,
#bonus-search {
  padding: 1.5625rem;
}

@media (min-width: 992px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 6.25rem;
  }
}

.keep-reading,
.page__section {
  padding: 0 1.5625rem 1.5625rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .keep-reading,
  .page__section {
    padding: 0 1.5625rem;
  }
}

@media (min-width: 992px) {
  .keep-reading,
  .page__section {
    padding: 0 3.125rem 1.5625rem;
  }
}

@media (min-width: 1200px) {
  .keep-reading,
  .page__section {
    padding: 0 6.25rem 3.125rem;
  }
}

.keep-reading > header,
.page__section > header {
  padding-top: 1.5625rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .keep-reading > header,
  .page__section > header {
    margin-bottom: 2.3125rem;
    padding-top: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .keep-reading > header,
  .page__section > header {
    padding-top: 4.6875rem;
  }
}

@media screen and (min-height: 851px) and (min-width: 1200px) {
  .single .keep-reading {
    padding: 0 6.25rem 1.5625rem;
  }

  .single .keep-reading > header {
    padding-top: 3.125rem;
  }
}

@media screen and (max-height: 850px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 1.5625rem;
  }
}

@media screen and (max-height: 850px) and (min-width: 992px) {
  .theme-spacing,
  .container__main.archive,
  .container__main.page,
  .container__main.single,
  #bonus-search {
    padding: 1.7rem;
  }
}

@media screen and (max-height: 850px) {
  .keep-reading,
  .page__section {
    padding: 0 1.5625rem 1.5625rem;
  }
}

@media screen and (max-height: 850px) and (min-width: 768px) and (max-width: 991.98px) {
  .keep-reading,
  .page__section {
    padding: 1.5625rem;
  }
}

@media screen and (max-height: 850px) and (min-width: 992px) {
  .keep-reading,
  .page__section {
    padding: 0 3.125rem 1.5625rem;
  }
}

@media screen and (max-height: 850px) {
  .keep-reading > header,
  .page__section > header {
    padding-top: 1.5625rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-height: 850px) and (min-width: 992px) {
  .keep-reading > header,
  .page__section > header {
    margin-bottom: 2.3125rem;
    padding-top: 3.125rem;
    font-family: "Involve", sans-serif;
    font-weight: 600;
  }
}

@media screen and (max-height: 850px) and (min-width: 1200px) {
  #footer__logo .logo {
    margin-left: 0 !important;
  }
}

.full-width {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  padding: 1.5625rem;
}

@media (min-width: 992px) {
  .full-width {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    padding: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .full-width {
    margin-left: -6.25rem;
    margin-right: -6.25rem;
    padding: 3.125rem 6.25rem;
  }
}

.primary-nav-bar {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
}

.primary-nav-bar .toggleSearch {
  order: 1;
  margin-right: 0.78125rem;
  position: relative;
  text-decoration: none;
}

.primary-nav-bar .main__nav {
  font-family: "Arial", sans-serif;
  order: 2;
  width: auto;
  padding-left: 1.0625rem;
  padding-bottom: 0.625rem;
}

/* Убираем margin-left: auto у push-right так как поиск теперь отдельно */
.primary-nav-bar .push-right {
  order: 3;
  white-space: nowrap;
  align-self: stretch;
  display: flex;
  align-items: center;
  /* margin-left: auto; УДАЛЕНО */
}

@media (min-width: 992px) {
  .primary-nav-bar {
    flex-wrap: nowrap;
  }

  .primary-nav-bar .toggleSearch {
    order: 1;
    margin-right: 1.5625rem;
  }

  .primary-nav-bar .main__nav {
    order: 2;
    padding-bottom: 0;
    flex-grow: 1;
  }

  .primary-nav-bar .push-right {
    order: 3;
    margin-left: 0;
  }
}

/* Исправляем проблему с flexbox в мобильной версии */
@media (max-width: 575.98px) {
  .primary-nav-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-nav-bar .toggleSearch {
    order: 1;
    margin: 0.5rem 0;
    text-align: center;
  }

  .primary-nav-bar .main__nav {
    order: 2;
    width: 100%;
    padding-left: 0;
  }

  .primary-nav-bar .push-right {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }
}

.primary-nav-bar .logo {
  margin: 0 0 0 0.9375rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.primary-nav-bar .logo aside {
  display: inline-block;
  color: #fff;
}

.primary-nav-bar .logo img {
  position: relative;
}

.primary-nav-bar .navbar-toggler {
  position: relative;
  border: none;
  padding: 0;
  text-decoration: none;
}

.primary-nav-bar .navbar-toggler .fa-times,
.fa-search {
  font-size: 1.5rem;
  position: relative;
  top: 0.0625rem;
  color: white !important;
}

.primary-nav-bar .navbar-toggler[aria-expanded="true"] .fa-times {
  display: block;
}

.primary-nav-bar .navbar-toggler[aria-expanded="true"] .fa-bars {
  display: none;
}

.primary-nav-bar .navbar-toggler[aria-expanded="false"] .fa-times {
  display: none;
}

.primary-nav-bar .navbar-toggler[aria-expanded="false"] .fa-bars {
  display: block;
  color: white !important;
  font-size: 1.5rem;
}

/* Добавляем стили для новой позиции кнопки поиска */
.primary-nav-bar .search {
  color: #fff;
  font-size: 120%;
  top: 0.15625rem;
  margin-left: 20px; /* Отступ от логотипа */
  order: 2; /* Порядок после логотипа */
}

.primary-nav-bar .search:hover {
  cursor: pointer;
}

.primary-nav-bar .main__nav {
  width: 100%;
  padding-left: 1.0625rem;
  padding-bottom: 0.625rem;
}

.primary-nav-bar .main__nav .nav-link {
  border-bottom: 0.1875rem solid transparent;
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}

.primary-nav-bar .main__nav .dropdown-menu {
  border-radius: 0;
  border: none;
}

.primary-nav-bar .main__nav .dropdown-menu .dropdown-item {
  color: #fff;
}

.primary-nav-bar .main__nav .dropdown-toggle::after {
  position: relative;
  top: 0.125rem;
  height: 0.375rem;
  width: 0.75rem;
}

.primary-nav-bar .main__nav .dropdown-item {
  padding: 0.125rem 0;
}

.primary-nav-bar .main__nav .dropdown-item:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.primary-nav-bar .category--all {
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
}

.primary-nav-bar .category--all .dropdown-item:after {
  display: inline-block;
  margin-left: 0.3125rem;
  content: "";
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
}

.primary-nav-bar .category--all .dropdown-item:hover {
  background: 0 0;
}

@media (min-width: 992px) {
  .primary-nav-bar .main__nav {
    padding-bottom: 0;
  }

  .primary-nav-bar .main__nav .nav-link {
    padding: 0 !important;
    padding-bottom: 0.25rem !important;
    margin-bottom: -0.25rem;
    margin-right: 3.125rem;
    font-weight: 700;
  }

  .primary-nav-bar .main__nav .dropdown-menu {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    margin-top: 0.8125rem;
  }

  .primary-nav-bar .main__nav .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.0625rem;
  }

  .primary-nav-bar .category--all {
    text-align: right;
    padding: 0.5rem 0.45rem 0.45rem;
    border-bottom: 5px solid;
    margin-bottom: -0.5rem;
  }

  .primary-nav-bar .category--all .dropdown-item {
    padding: 0 !important;
  }
}

.navbar__cta,
.navbar__cta__xs {
  border: 0;
  display: inline-block;
  white-space: nowrap;
  outline: none !important;
  padding: 0 0.78125rem;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar__cta:hover,
.navbar__cta__xs:hover {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}

.navbar__cta__xs {
  text-align: center;
  display: none;
  padding: 0.1875rem 0;
}

@media screen and (max-width: 576px) {
  .navbar-brand {
    margin-top: 1rem !important;
    padding: 0px !important;
    margin-left: 0px !important;
  }

  .primary-nav-bar .logo aside {
    font-size: 1.75rem;
  }

  .primary-nav-bar .logo img {
    width: 2.0625rem;
    top: 0;
  }

  .primary-nav-bar .main__nav {
    padding: 0 0.625rem 0.3125rem;
  }

  .primary-nav-bar .main__nav li {
    padding: 0.3125rem 0;
  }

  .primary-nav-bar .push-right .navbar__cta,
  .primary-nav-bar .push-right .navbar__cta__xs {
    display: none;
  }

  .navbar__cta__xs {
    display: block;
  }
}

.container__post-content ul,
.container__post-content ol {
  margin-bottom: 1.5625rem;
}

.container__post-content td ul,
.container__post-content td ol {
  margin-bottom: 0.625rem;
}

.container__post-content a {
  text-decoration: underline;
}

.container__post-content h2,
.container__post-content .h2 {
  text-transform: capitalize;
  margin-top: 4.6875rem;
}

.container__post-content h3,
.container__post-content .h3,
.container__post-content h4,
.container__post-content .h4,
.container__post-content h5,
.container__post-content .h5,
.container__post-content h6,
.container__post-content .h6 {
  margin-top: 3.125rem;
}

.container__post-content p {
  margin-bottom: 1.5625rem;
  line-height: 1.6;
  font-family: "Involve", sans-serif;
  font-weight: 600;
}

@media (min-width: 768px) {
  .container__post-content
    p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    line-height: 1.8;
  }
}

.container__post-content p + ul {
  margin-top: -0.5rem;
}

.container__post-content p:last-child {
  margin-bottom: 0;
}

.container__main {
  overflow: hidden;
  /* max-width: 106.5625rem; */
  margin: 0 auto;
  width: 100%;
}

.container__main > article > h1,
.container__main > article > .h1,
.container__main > h1,
.container__main > .h1,
.container__main h1.meta__title,
.container__main .meta__title.h1 {
  line-height: 1;
}

@media (min-width: 1200px) {
  .container__main > article > h1,
  .container__main > article > .h1,
  .container__main > h1,
  .container__main > .h1,
  .container__main h1.meta__title,
  .container__main .meta__title.h1 {
    font-size: 4.375rem;
  }
}

@media (min-width: 992px) {
  .container__main .meta,
  .container__main > article > h1,
  .container__main > article > .h1,
  .container__main > h1,
  .container__main > .h1 {
    width: 66.6666666667%;
    margin-left: 0;
  }
}

.container__main .meta {
  max-width: 100%;
}

.container__main .meta nav#breadcrumbs {
  display: inline-block;
}

.container__main .meta nav#breadcrumbs a {
  text-decoration: none;
}

.container__main .meta .meta__category,
.container__main .meta #breadcrumbs a,
.container__main .meta .meta__disclosure {
  font-size: 1rem;
}

.container__main .meta .meta__author {
  font-size: 1.125rem;
}

.container__main .meta .meta__coauthors,
.container__main .meta .meta__coauthors .meta__author,
.container__main .meta .meta__date,
.container__main .meta .meta__readtime,
.container__main .meta .meta__advdisclosure {
  font-size: 0.875rem;
}

.container__main .meta .meta__synopsis {
  display: inline;
}

.container__main .meta .meta__authorimg {
  max-width: 3.125rem;
  border-radius: 50%;
}

.container__main .meta .meta__author {
  text-decoration: none;
}

.container__main .meta .meta__author:hover {
  text-decoration: underline;
}

.container__main .meta .meta__category:not(:first-of-type),
.container__main .meta #breadcrumbs a:not(:first-of-type) {
  border-left: 1px solid;
  padding-left: 0.625rem;
  margin-left: 0.3125rem;
}

.container__main .meta .meta__disclosure {
  margin-left: 3.125rem;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .container__main .meta .meta__disclosure {
    display: block;
    margin-left: 0;
  }
}

.container__main .meta .meta__advdisclosure a:hover,
.container__main .meta .meta__disclosure:hover {
  cursor: pointer;
}

.container__main .meta .meta__date {
  position: relative;
  top: -0.3125rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.container__main .meta .meta__readtime {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.4375rem;
  display: inline-block;
}

.container__main > .meta:first-of-type,
.container__main > article > .meta:first-of-type {
  margin-bottom: 1.5625rem;
}

.full-width-meta.container__main .meta,
.full-width-meta.container__main > article > h1,
.full-width-meta.container__main > article > .h1,
.full-width-meta.container__main > h1,
.full-width-meta.container__main > .h1,
.full-width-meta .container__main .meta,
.full-width-meta .container__main > article > h1,
.full-width-meta .container__main > article > .h1,
.full-width-meta .container__main > h1,
.full-width-meta .container__main > .h1 {
  width: 100%;
}

/*
@media screen and (min-width:1705px) {
    .container__main {
        overflow: visible
    }

    .breakout {
        margin-left: -100%;
        margin-right: -100%;
        margin-left: calc(50% - 50vw + 7.5px);
        margin-right: calc(50% - 50vw + 7.5px)
    }

    .breakout>[class^=row],
    .breakout>header {
        max-width: 101.875rem;
        margin-left: auto;
        margin-right: auto
    }
}


@media screen and (min-width:1705px) and (min-height:850px) {

    .breakout>[class^=row],
    .breakout>header {
        max-width: 95.625rem
    }
}
*/

.single.cpc .breakout {
  margin-left: -100%;
  margin-right: -100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media (min-width: 992px) {
  .single.cpc .breakout {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media (min-width: 1200px) {
  .single.cpc .breakout {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

@media screen and (min-width: 992px) and (max-height: 850px) {
  .single.cpc .breakout {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

#articleContents {
  width: auto;
  max-height: fit-content;
  z-index: 98;
  background: #f7f8f8;
  padding: 0.75rem 1.5625rem 0.625rem;
}

#articleContents header {
  padding: 0.8125rem 0;
  background: 0 0 !important;
  border-bottom: 2px solid #f3f3f3;
  letter-spacing: 1px;
  margin-bottom: 0.625rem;
  line-height: 1;
  text-transform: uppercase;
}

#articleContents nav {
  background: 0 0;
  text-transform: capitalize;
}

#articleContents nav a {
  text-decoration: none;
}

#articleContents .list-group-item {
  border: 0;
  font-size: 1rem;
  border-left: 2px solid transparent;
  line-height: 1.2;
  padding: 0.3125rem 0;
  margin-bottom: 0.3125rem;
  background: 0 0;
}

#articleContents .list-group-item:after {
  content: "Jump ⇣";
  flex: 0 0 auto;
  width: auto;
  font-size: 80%;
  color: #4361ee;
  padding-left: 1ch;
}

.list-group .bonus-engage-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#articleContents .list-group-item:hover,
#articleContents .list-group-item.active {
  padding: 0.3125rem 0 0.3125rem 0.5rem;
  border-left: 2px solid;
  background: 0 0;
  transition: all ease-in 0.15s;
  color: #000;
  font-weight: 700;
}

#articleContents .list-group-item.active {
  margin-top: 0;
}

#articleContents .list-group-item.active:hover {
  cursor: default;
}

#articleContents .list-group-item.active:after {
  display: none;
}

@media (min-width: 992px) {
  #articleContents {
    padding: 0;
  }
}

@media (max-width: 768px) {
  #articleContents {
    display: none;
  }
}

@media (min-width: 992px) {
  #sidebarContents {
    position: fixed;
    right: 3.125rem;
    left: 75%;
    background: 0 0;
    padding: 0;
  }

  .container__post-content:not(.styles-only),
  .comments {
    flex: 0 0 auto;
    width: 66.66666667%;
    position: relative;
  }

  .scrolling {
    top: 102px;
  }

  .bottomFixed {
    transform: translate(0%, -100%);
    top: 0;
  }
}

@media screen and (min-height: 851px) and (min-width: 1200px) {
  #sidebarContents {
    right: 6.25rem;
  }
}

@media screen and (min-width: 1705px) {
  #sidebarContents {
    right: calc((100% - 1530px) / 2 + 12.5px);
    left: calc((100% - 1530px) / 2 + 12.5px + 1147.5px);
  }
}

@media screen and (min-width: 1705px) and (max-height: 850px) {
  #sidebarContents {
    right: calc((100% - 1530px) / 2 - 37.5px);
  }
}

@media (max-width: 991.98px) {
  #sidebarContents {
    padding: 1.5625rem;
    margin-bottom: 1.5625rem;
    background: #f3f3f3;
  }
}

.keep-reading {
  /* max-width: 106.5625rem; */
  /* margin-left: auto; */
  margin-right: auto;
}

.keep-reading .articles_list {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  --bs-gutter-x: 25px;
}

@media (min-width: 768px) {
  .keep-reading .articles_list {
    --bs-gutter-x: 50px;
  }
}

.keep-reading .articles_list article {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 0.78125rem;
}

@media (min-width: 768px) {
  .keep-reading .articles_list article {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 0 1.5625rem;
  }
}

@media (min-width: 992px) {
  .keep-reading .articles_list article {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1600px) {
  .keep-reading .articles_list article {
    flex: 0 0 auto;
    width: 20%;
  }
}

.keep-reading .articles_list article:hover header {
  transition: background 150ms ease-in;
}

.keep-reading .articles_list article a {
  display: block;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.keep-reading .articles_list img {
  width: 100%;
  background-color: transparent;
  padding: 5px;
  border-radius: 5px;
}

.newest-bonuses .articles_list img {
  width: 100%;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

@media screen and (max-width: 345px) {
  .keep-reading .articles_list img {
    display: none;
  }
}

.keep-reading .articles_list header {
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: capitalize;
}

.keep-reading .articles_list .meta__category {
  padding: 0.125rem 0.3125rem;
  display: inline-block;
  font-weight: 700;
  margin-top: 1.5625rem;
  margin-bottom: 0.4375rem;
  text-transform: lowercase;
  position: relative;
  text-decoration: none;
}

.keep-reading .articles_list .meta__category:after {
  color: #09AFF4;
  top: 1px;
  font-size: 90%;
  left: -1.5625rem;
  padding: 0.4375rem 0 0.25rem;
}

.keep-reading .articles_list .meta__category:hover {
  background: 0 0 !important;
  transition: all 50ms ease-in;
}

.keep-reading .articles_list .meta__category:hover:after {
  left: 0.3125rem;
}

.keep-reading .articles_list .meta__date {
  margin-top: 0.9375rem;
  font-size: 1rem;
  margin-bottom: 0.1875rem;
}

.keep-reading:not(.recent) .articles_list article:not(:nth-child(3)) {
  margin-bottom: 1.5625rem;
}

.keep-reading.recent .articles_list article {
  margin-bottom: 1.5625rem !important;
}

footer {
  overflow-x: hidden;
}

footer > .row {
  padding: 1.5625rem;
}

@media (min-width: 992px) {
  footer > .row {
    padding: 3.125rem;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: flex-start !important;
  }
}

footer h6,
footer .h6 {
  margin-top: 1.5625rem;
}

@media (min-width: 992px) {
  footer h6,
  footer .h6 {
    margin-top: 0;
  }
}

footer a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
}
footer a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}
footer a:hover {
  color: #fff;
}
footer a:hover::after {
  width: 100%;
}

footer ul.sub-menu {
  padding-left: 0.25rem;
  margin-top: 0.75rem;
  list-style: none;
}

footer #footer__logo {
  display: flex;
  align-items: center;
}

footer #footer__logo .logo {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

footer #footer__logo .logo aside {
  display: inline-block;
}

footer #footer__logo .logo img {
  margin-right: 0.1875rem;
  position: relative;
}

footer #footer__logo .logo:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  footer #footer__logo .logo {
    margin-left: 3.125rem;
  }
}

@media (max-width: 575.98px) {
  footer #footer__logo .logo {
    margin: 0 auto;
  }
}

footer #footer__logo .logo.img-only img {
  width: 60%;
}

@media (max-width: 575.98px) {
  footer #footer__logo .logo.img-only img {
    display: block;
    margin: 0 auto;
  }
}


footer #footer__legal {
  text-align: center;
  padding: 1.5625rem 0;
  background: #fff;
  font-size: 0.875rem;
}

footer #footer__legal p {
  margin-bottom: 0;
}

footer #footer__social {
  text-align: center;
  padding: 1.5625rem 0;
  background: rgb(52.9291428571, 10.9508571429, 148.7491428571);
}

footer #footer__social ul {
  margin-bottom: 0;
}

footer #footer__social a {
  font-size: 150%;
  text-decoration: none;
  position: relative;
  top: 0.1875rem;
  line-height: 1;
}

footer #footer__social a:hover {
  text-decoration: none;
  color: #f72585;
  transition: color ease-in 100ms;
}

.mmgFade {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.15s linear;
}

.mmgFade .modal-body {
  opacity: 0;
  transform: translateY(-5%);
  transition: all 0.15s linear;
  transition-delay: 0.18s;
}

.mmgFade.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.mmgFade.show .modal-body {
  opacity: 1;
  transform: translateY(0);
}

body {
  padding-right: 0 !important;
}

.modal {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1055;
  padding-right: 0 !important;
}

.modal .modal-content {
  background-color: #fff;
  border-radius: 30px;
  border: 3px solid #a6a6a6;
  position: relative;
}

.modal .modalClose {
  margin-left: auto;
}

.modal .modalClose svg[data-prefix="far"],
.modal .modalClose i.far {
  display: block;
  position: relative;
  top: 1px;
}

.modal .modalClose svg[data-prefix="fas"],
.modal .modalClose i.fas {
  display: none;
  position: relative;
  top: 1px;
}

.modal .modalClose:hover {
  cursor: pointer;
}

.modal .modalClose:hover svg[data-prefix="far"],
.modal .modalClose:hover i.far {
  display: none;
}

.modal .modalClose:hover svg[data-prefix="fas"],
.modal .modalClose:hover i.fas {
  display: block;
}

.modal .modal-header {
  border-radius: 0;
  border: 0;
}

.modal .modal-footer {
  background: #f3f3f3;
  padding: 1.5625rem;
}

.modal .modal-footer .text-muted {
  color: rgb(153.75, 153.75, 153.75) !important;
}

.modal .modal-footer .text-muted a {
  color: rgb(153.75, 153.75, 153.75);
  text-decoration: underline;
}

.modal .modal-footer > * {
  margin: 0;
}

#searchModal .modal-header {
  padding: 0;
}

#searchModal .modal-header .input-group-text,
#searchModal .modal-header form input[type="search"] {
  border: 0;
}

#searchModal .modal-header .input-group-text {
  border-radius: 0;
  font-size: 200%;
  padding: 1.5625rem;
}

#search::placeholder {
  color: white !important;
  opacity: 1 !important;
}

#searchModal .modal-header .input-group-text:hover {
  cursor: pointer;
}

#searchModal .modal-header form {
  width: calc(100% - 55px);
}

#searchModal .modal-header form input {
  background: 0 0;
}

#searchModal .modal-header form input:focus {
  outline: 0 !important;
  box-shadow: none;
}

#searchModal .modal-header form input:-moz-placeholder-shown {
  font-style: italic;
}

/*
#searchModal .modal-header form input:placeholder-shown {
    font-style: italic
}
*/

#searchModal .modal-header input[type="search"]::-webkit-search-cancel-button,
#searchModal .modal-header input[type="search"]::-webkit-search-decoration,
#searchModal .modal-header input[type="search"]::-webkit-search-results-button,
#searchModal
  .modal-header
  input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

#searchModal .modalClose {
  position: relative;
  right: 1.5625rem;
  z-index: 5;
}

#searchModal .modal-body {
  padding: 0.78125rem;
}

#searchModal .modal-body article {
  line-height: 1.2;
}

#searchModal .modal-body article:not(:last-of-type) {
  margin-bottom: 0.78125rem;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 0.78125rem;
}

#searchModal .modal-body article img {
  width: 6.25rem;
  height: auto;
  margin-right: 0.78125rem;
}

#searchModal .modal-body article a {
  color: rgb(115.5, 115.5, 115.5);
  font-size: 0.875rem;
  text-decoration: none;
}

#searchModal .modal-body article a h2,
#searchModal .modal-body article a .h2 {
  font-size: 1.125rem;
  color: #000;
  margin-bottom: 0;
}

#searchModal .modal-body article a:hover {
  background: #f3f3f3;
  color: #000;
  border-bottom: 1px dashed #f3f3f3;
}

#searchModal .modal-body p {
  margin-bottom: 1.5rem;
}

#searchModal .modal-footer {
  justify-content: space-between;
  font-size: 0.875rem;
  padding: 0.78125rem;
}

#searchModal .modal-footer .page-link {
  border-color: rgb(225.15, 225.15, 225.15);
}

#searchModal .modal-footer aside {
  width: 50%;
  margin-top: 0;
}

#searchModal .modal-footer .pagination a {
  font-size: 90%;
}

#searchModal .modal-footer .pagination .disabled a {
  color: rgb(217.5, 217.5, 217.5);
  color: #f3f3f3;
}

#disclosureModal .modal-footer a {
  text-decoration: none !important;
  font-family: korolev, sans-serif;
  color: #000;
  font-weight: 700;
}

.comments {
  margin-top: 3.125rem;
}

.comments p {
  line-height: 1.5 !important;
}

.comments #reply-title,
.comments #comments-title {
  margin: 0 !important;
  font-size: 1.125rem;
}

.comments > p {
  margin-bottom: 0;
}

.comments > p a {
  width: 100%;
  border-radius: 0;
  font-size: 1.125rem !important;
}

.comments > p a i {
  margin-right: 0.1875rem;
}

.comments .card-body {
  background: #f3f3f3;
  border: 0;
  border-radius: 0;
}

.comments p.logged-in-as a {
  font-size: 1.125rem;
  background: 0 0;
  font-size: 80%;
}

.comments #respond {
  border-bottom: 1px solid rgb(217.5, 217.5, 217.5);
  padding-bottom: 0.78125rem;
  margin-bottom: 1.5625rem;
}

.comments #respond p {
  margin-bottom: 0.9375rem;
}

.comments #respond label,
.comments #respond #cancel-comment-reply-link {
  display: block;
  font-size: 80%;
  margin-bottom: 0.1875rem;
}

.comments #respond #cancel-comment-reply-link {
  display: inline;
  margin-left: 0.5rem;
  font-style: italic;
}

.comments #respond input,
.comments #respond textarea {
  width: 100%;
  border: 1px solid #f3f3f3;
}

.comments #respond input[type="checkbox"] {
  width: 1.5625rem;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.comments #respond input[type="checkbox"] + label {
  display: inline-block;
}

.comments #respond input[type="submit"] {
  border: 0;
  width: auto;
  padding: 0.5rem 0.9375rem;
  font-size: 1rem;
}

.comments ul {
  list-style: none;
}

.comments ul#read {
  padding-left: 0;
  margin-top: 1.5625rem;
  margin-bottom: 0;
}

.comments ul#read .container {
  max-width: 100% !important;
}

.comments ul#read li {
  padding-left: 0;
}

.comments ul#read li:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.comments ul#read a.comment-reply-link {
  font-size: 80%;
}

.comments ul#read .comment-author {
  margin-bottom: 0.78125rem;
}

.comments ul#read .comment-author img {
  width: 64px;
  height: auto;
}

.comments ul#read cite.fn {
  font-style: normal;
}

.comments ul#read .comment-meta {
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(166.5, 166.5, 166.5);
  line-height: 1;
}

.comments ul#read ul.children {
  margin-top: -0.3125rem;
}

.comments ul#read ul.children li {
  background: #fff;
  padding: 0.78125rem 0.78125rem 0.3125rem;
  margin-bottom: 1.5625rem;
}

.comments .comment #respond {
  margin-top: 0.78125rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.container__post-content[style="width: 100%;"] + .comments {
  width: 100%;
}

.flair-graybox {
  padding: 1.5625rem;
  margin-bottom: 1.5625rem;
  background: #f3f3f3;
}

.flair-graybox.condensed {
  padding: 0.3125rem 0.5rem;
}

.flair-graybox .col > img {
  width: 100%;
  max-width: 15.625rem;
  max-height: 3.75rem;
  padding: 0.78125rem;
}

.flair-graybox.cta {
  background: rgb(249.375, 249.375, 249.375);
  border-bottom: 0.3125rem solid;
  border-bottom-left-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.flair-graybox.cta img {
  width: 95%;
  max-height: 3.75rem;
}

@media (min-width: 576px) {
  .flair-graybox.cta img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .flair-graybox.cta img {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .flair-graybox.cta img {
    width: 25%;
  }
}

.flair-graybox.border-only {
  background: #fff;
  border: 1px solid #f3f3f3;
}

.flair-graybox.box-shadow {
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.12);
}

table + .flair-graybox.cta {
  margin-top: -0.3125rem;
  border-top: 1px solid rgb(204.75, 204.75, 204.75);
  border-left: 0.1875rem solid #f3f3f3;
  border-right: 0.1875rem solid #f3f3f3;
}

.successMsg {
  padding: 1.5625rem;
  margin-bottom: 0;
  text-align: center;
}

.media-youtube {
  background: rgb(237.9, 237.9, 237.9);
  position: relative;
  left: 0.78125rem;
  margin: 3.125rem 0 0;
}

.media-youtube iframe {
  top: -0.78125rem;
  left: -0.78125rem;
}

.media-image {
  position: relative;
  margin-top: 3.125rem;
  box-shadow: 0.75rem 0.75rem 0 0 #f3f3f3;
}

.media-image img {
  width: 100%;
}

.media-youtube + figcaption,
.media-image + figcaption {
  margin: 0.8928571429rem 0 3.125rem;
  text-align: right;
  font-size: 75%;
  font-style: italic;
}

.media-youtube + figcaption a,
.media-image + figcaption a {
  color: #adadad !important;
}

@media (min-width: 1200px) {
  .gbr.ratio-16x3 {
    max-height: 8.3125rem;
  }
}

@media screen and (max-width: 529px) {
  .gbr.ratio-16x3 {
    --bs-aspect-ratio: 60%;
  }
}

blockquote {
  position: relative;
  padding-left: 6.875rem;
  line-height: 1.2 !important;
}

blockquote p {
  line-height: 1.2 !important;
}

blockquote:before {
  content: "“";
  font-size: calc(2.375rem + 13.5vw);
  position: absolute;
  left: 0;
  top: -0.625rem;
  line-height: 1;
  font-family: "source serif pro", serif;
  font-weight: 700;
}

@media (min-width: 1200px) {
  blockquote:before {
    font-size: 12.5rem;
  }
}

blockquote figcaption {
  font-size: 1.125rem;
}

blockquote figcaption cite {
  font-weight: 400;
  font-style: normal;
  margin-left: 1.5625rem;
}

blockquote figcaption:before {
  content: "";
  display: block;
  width: 3.125rem;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

@media (max-width: 575.98px) {
  blockquote {
    padding-left: 5.3125rem;
  }

  blockquote:before {
    font-size: 9.375rem;
  }

  blockquote figcaption cite {
    display: block;
    margin-left: 0;
  }
}

.links-label {
  display: inline-block;
  font-size: 118%;
  position: relative;
  margin-bottom: 0.390625rem !important;
  padding: 0 0.1875rem;
}

.links-label:after {
  content: "";
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0.4375rem;
  width: 100%;
  z-index: -1;
}

.links-label + ul li:before {
  background: #000 !important;
}

.links-label + ol {
  margin-top: 0 !important;
}

.links-label + ol li:before {
  color: #000 !important;
  top: 1px;
}

.link-arrow {
  text-indent: -0.9375rem;
  margin-left: 0.9375rem;
}

.link-arrow::before {
  font-family: mmg-icons !important;
  content: "\f054";
  font-size: 85%;
  line-height: 1;
  position: relative;
  margin-right: 0.3125rem;
  border-bottom: 0;
}

.link-arrow.cta {
  font-size: 110%;
}

.review-card-container {
  justify-content: center;
  display: flex;
  height: 65px;
}

.review-card {
  --bs-gutter-y: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  --bs-gutter-x: $spacer;
  padding: 0.5rem 1.5625rem;
  border: 1.5px solid #a6a6a6;
  border-radius: 25px;
}

.review-a {
  display: none !important;
}

.review-card > div {
  flex: 0 0 auto;
  width: 50%;
}

.review-card img {
  flex: 0 0 auto;
  width: 40%;
  max-height: 3.1875rem;
  padding-right: 0.78125rem;
  object-fit: scale-down;
}

.review-card > div {
  text-align: center;
  padding-left: 0.78125rem;
  display: flex;
  justify-content: center;
  align-self: center;
}

.review-card > div a {
  font-size: 80%;
  color: #000;
  display: block;
}

.review-card .rating {
  font-family: korolev, sans-serif;
  font-size: 1.25rem;
  white-space: nowrap;
}

.review-card .rating .fa {
  font-size: 75%;
  position: relative;
  top: -0.125rem;
  margin-right: 0.3125rem;
}

.review-card[data-href]:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
  transition: all ease-in-out 0.2s;
}

.dark-theme .review-card[data-href]:hover {
  box-shadow: 0 0 7px 0 rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 390px) {
  .review-card {
    padding: 0.625rem;
  }
}

@media screen and (max-width: 355px) {
  .review-card img {
    width: 40%;
  }

  .review-card > div {
    width: 60%;
  }
}

@media screen and (max-width: 310px) {
  .review-card {
    padding: 0.9375rem;
  }

  .review-card img,
  .review-card > div {
    width: 100%;
    padding: 0;
  }

  .review-card img {
    margin-bottom: 0.625rem;
  }
}

.flair-skipDown {
  text-decoration: none !important;
}

.flair-skipDown span {
  display: inline-block;
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 0.25rem;
  font-style: normal !important;
  font-weight: 400 !important;
  margin-right: 0.625rem;
}

.flair-skipDown span::after {
  font-family: mmg-icons !important;
  content: "\f063";
  font-size: 85%;
  top: -0.1875rem;
  line-height: 1;
  position: relative;
}

.flair-skipDown.indigo {
  color: #4361ee !important;
}

.flair-skipDown.indigo span {
  background: #4361ee;
}

.flair-skipDown.primary {
  color: #3a0ca3 !important;
}

.flair-skipDown.primary span {
  background: #3a0ca3;
}

.container__post-content
  ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(
    .con-list
  ):not(.nav-pills) {
  list-style: none;
  padding-left: 0;
  position: relative;
  top: -0.1875rem;
  margin-bottom: 1.375rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.container__post-content
  ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(
    .con-list
  ):not(.nav-pills)
  li {
  position: relative;
  padding-left: 1.375rem;
}

.container__post-content
  ul:not(.no-bullet):not(.arrow-list):not(.list-inline):not(.pro-list):not(
    .con-list
  ):not(.nav-pills)
  li:before {
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  border-radius: 50%;
  left: -1.3125rem;
  top: 19px;
  background: #09AFF4;
}

ul.no-bullet {
  padding-left: 0;
  list-style: none;
}

ul.no-bullet li {
  padding-left: 0;
}

ul.arrow-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.arrow-list li {
  line-height: 1.1;
  width: 18rem;
}

ul.arrow-list li:not(:last-of-type) {
  margin-bottom: 0.8125rem;
}

ul.arrow-list li::before {
  font-family: mmg-icons !important;
  content: "\f054";
  font-size: 85%;
  line-height: 1;
  position: relative;
  color: #4361ee;
  margin-right: 0.3125rem;
}

ul.arrow-list.teal li::before {
  color: #0a64f5;
}

ul.arrow-list.white li::before {
  color: #fff;
}

ul.arrow-list.primary li::before {
  color: #0a64f5;
}

ul.pro-list,
ul.con-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 0.5rem;
}

ul.pro-list li,
ul.con-list li {
  text-indent: -1.875rem;
  margin-left: 1.5625rem;
}

ul.pro-list li:not(:last-of-type),
ul.con-list li:not(:last-of-type) {
  margin-bottom: 0.8125rem;
}

ul.pro-list li::before,
ul.con-list li::before {
  font-family: mmg-icons !important;
  line-height: 1;
  position: relative;
  color: #4361ee;
  margin-right: 0.625rem;
  top: 1px;
}

ul.pro-list.teal li::before,
ul.con-list.teal li::before {
  color: #80ffdb;
}

ul.pro-list.white li::before,
ul.con-list.white li::before {
  color: #fff;
}

ul.pro-list.primary li::before,
ul.con-list.primary li::before {
  color: #3a0ca3;
}

ul.pro-list li::before {
  content: "\f164";
}

ul.con-list li::before {
  content: "\f165";
}

.list-inline li {
  padding-left: 0 !important;
  display: inline-block;
}

.list-inline:not(.no-spacing) li:not(:last-child) {
  margin-right: 3.125rem;
}

@media (max-width: 575.98px) {
  .list-inline:not(.no-spacing) li:not(:last-child) {
    margin-right: 1.5625rem;
  }
}

.list-inline.sm-spacing li:not(:last-child) {
  margin-right: 1.5625rem;
}

@media (max-width: 991.98px) {
  .list-inline.md-collapse li {
    display: block;
    margin-right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .list-inline.sm-collapse li {
    display: block;
    margin-right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .list-inline.xs-collapse li {
    display: block;
    margin-right: 0 !important;
  }
}

ul.link-black a,
ol.link-black a {
  color: #000;
}

ul.link-black a:hover,
ol.link-black a:hover {
  color: #4361ee;
}

.container__post-content ol {
  list-style: none;
  margin-top: 1.5625rem;
  padding-left: 0;
}

.container__post-content ol li {
  counter-increment: list;
  margin-bottom: 0.625rem;
  padding-left: 2.375rem;
  text-indent: -1.375rem;
}

.container__post-content ol li::before {
  color: #4361ee;
  content: counter(list, decimal-leading-zero) ".";
  position: relative;
  left: -0.9375rem;
}

.container__post-content ol li ul {
  padding-left: 0;
  margin-bottom: 1.5625rem;
}

.container__post-content ol li ul li {
  counter-increment: none;
  margin-bottom: 0;
  padding-left: 1.75rem;
  line-height: 1;
}

.container__post-content ol li ul li::before {
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  border: 2px solid #4361ee;
  border-radius: 50%;
  left: -1.3125rem;
  top: 0.875rem !important;
}

.flair-olNum {
  color: #4361ee;
  margin-right: 0.9375rem;
  font-size: 100%;
}

ol.bestList,
ul.bestList {
  position: relative;
  border-left: 3.125rem solid;
  padding: 0.9375rem !important;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

ol.bestList:before,
ul.bestList:before {
  content: "click to learn more";
  transform: rotate(90deg);
  display: block;
  transform-origin: 0 0;
  font-weight: 700;
  position: absolute;
  top: 0.9375rem;
  left: -0.6875rem;
  text-transform: lowercase;
}

ol.bestList aside#full-list,
ul.bestList aside#full-list {
  margin-bottom: 0.625rem;
}

ol.bestList li,
ul.bestList li {
  position: relative;
}

ol.bestList li.last,
ul.bestList li.last {
  position: relative;
  padding-top: 1.5625rem;
}

ol.bestList li.last:before,
ul.bestList li.last:before {
  content: attr(value) ".";
}

ol.bestList li.last:after,
ul.bestList li.last:after {
  content: ". . .";
  display: block;
  position: absolute;
  top: -0.625rem;
  left: 1.4375rem;
  font-weight: 700;
}

ol.bestList a#expand-list,
ul.bestList a#expand-list {
  font-weight: 700 !important;
  font-size: 80% !important;
  padding: 0.125rem 0.3125rem;
  border: 0.1875rem solid;
  display: inline-block;
  margin-top: 0.625rem;
}

ol.bestList a,
ul.bestList a {
  color: var(--bs-body-color)!important;
  text-decoration: none;
}

ol.bestList a strong,
ul.bestList a strong {
  letter-spacing: 0.015625rem;
}

ol.bestList a:hover,
ul.bestList a:hover {
  background: var(--bs-gray-100) !important;
  text-decoration: underline;
}

@media (min-width: 768px) {
  ol.bestList.split,
  ul.bestList.split {
    margin-left: 0;
    position: relative;
    -moz-column-count: 2;
    -moz-column-gap: 1.5625rem;
    -webkit-column-count: 2;
    -webkit-column-gap: 1.5625rem;
    column-count: 2;
    column-gap: 1.5625rem;
  }

  ol.bestList.split li,
  ul.bestList.split li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
}

ul.bestList {
  padding-top: 0.3125rem !important;
}

ol.bestList li:last-of-type {
  margin-bottom: 0;
}

table {
  border: 3px solid #f3f3f3;
  border-top: 0.3125rem solid;
  margin-top: 1.25rem;
  width: 100%;
  margin-bottom: 1.5625rem;
}

table th,
table td {
  padding: 0.75rem;
  border: 0;
}

table thead,
table th {
  text-align: left;
  border-bottom: 1px solid #f3f3f3;
}

table tbody th {
  position: relative;
  top: 0.3125rem;
}

table tbody tr:nth-of-type(odd) {
}

table.evenstripe tbody tr:nth-of-type(even) {
  background-color: rgb(249.375, 249.375, 249.375);
}

table.evenstripe tbody tr:nth-of-type(odd) {
  background: 0 0;
}

table a {
  font-size: 1.125rem !important;
}

table .btn {
  line-height: 1;
  text-decoration: none;
}

table caption {
  color: #343a40;
  font-size: 90%;
  padding-top: 0.3125rem;
}

@media (max-width: 575.98px) {
  table.table-collapse {
    border-bottom: none !important;
  }

  table.table-collapse thead {
    display: none;
  }

  table.table-collapse tr {
    display: block;
  }

  table.table-collapse td {
    display: block;
    text-align: right;
    border-bottom: 1px solid #f3f3f3 !important;
  }

  table.table-collapse td:before {
    content: attr(data-label);
    float: left;
    line-height: 2;
  }
}

table.table-condensed th,
table.table-condensed td {
  padding: 0.3125rem 0.75rem;
}

table.cellborder th,
table.cellborder td {
  border: 1px solid rgb(204.75, 204.75, 204.75);
}

.review-box {
  background: var(--bg-body-bs);
  margin-bottom: 0 !important;
}

.review-box:after {
  content: "";
  display: block;
  border-bottom: 1px solid #f3f3f3;
  box-shadow: 0 -0.625rem 1.25rem 0 rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0.3125rem;
  position: relative;
  z-index: -1;
}

.review-box img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .review-box img {
    width: 12.5rem;
  }
}

.review-box .btn {
  width: 100%;
  font-size: 115%;
  border: 0;
}

.review-box .btn + p,
.review-box .plain.cta + p {
  font-size: 80%;
}

@media (min-width: 768px) {
  .review-box .btn + p,
  .review-box .plain.cta + p {
    max-width: 12.5rem;
  }
}

.review-box h2,
.review-box .h2 {
  font-size: 25px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .review-box h2,
  .review-box .h2 {
    font-size: 2.625rem;
  }
}

.review-box .overallRating .text-rating {
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1;
}

@media (min-width: 1200px) {
  .review-box .overallRating .text-rating {
    font-size: 3.375rem;
  }
}

.review-box .overallRating .star-rating i {
  margin-right: 0.25rem;
}

.review-box .overallRating.hasTooltip:hover {
  cursor: pointer;
}

.review-box p.p-title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}

.review-box .sep {
  border-top: 1px solid #f3f3f3;
  width: 100%;
  margin: 0.625rem auto 1.5625rem;
}

.review-box .pros-cons {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

.review-box .pros-cons li {
  margin-bottom: 0.125rem !important;
}

.review-box .pros-cons ul {
  margin-top: 0.625rem;
}

.review-box .pros-cons .pro-list {
  margin-bottom: 1.5625rem;
}

.review-box .pros-cons .pro-list li:before {
  top: 0;
}

.review-box .subratings {
  margin-bottom: 1.5625rem;
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.review-box .subratings > div {
  flex: 0 0 auto;
  width: 100%;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.5625rem;
}

.review-box .subratings > div:nth-last-child(-n + 1) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .review-box .subratings > div {
    flex: 0 0 auto;
    width: 50%;
  }

  .review-box .subratings > div:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}

.review-box .subratings .progress {
  background: #fff;
}

.review-box .subratings .progress .progress-bar {
  background: #000;
  position: relative;
  overflow: visible;
  border-radius: 0.25rem;
  display: none;
}

.review-box .subratings .progress .progress-bar.animateBarDone:after {
  content: "";
  position: absolute;
  right: 0;
  height: 16px;
  width: 7.5px;
  border-radius: 2px;
  box-shadow: -0.0625rem 0.0625rem 0.25rem 0 rgba(0, 0, 0, 0.45);
  border: 0.0625rem solid #fff;
  background-image: linear-gradient(180deg, #ffffff, #f7f8f8);
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.25s;
}

.review-box .subratings .animateBar {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-duration: 0.9s;
  display: flex !important;
}

@keyframes animateBar {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (min-width: 768px) {
  .review-box {
    margin-bottom: 3.90625rem;
  }

  .review-box .sep {
    margin: 0 auto 1.875rem;
  }

  .review-box .pros-cons ul.pro-list {
    margin-bottom: 0;
  }
}

.tooltip.tooltip-methodology .tooltip-inner {
  background: #000;
  color: #fff;
}

.tooltip.tooltip-methodology[data-popper-placement^="left"]
  .tooltip-arrow::before {
  border-left-color: #000 !important;
}

.tooltip.tooltip-methodology[data-popper-placement^="top"]
  .tooltip-arrow::before {
  border-top-color: #000 !important;
}

.tooltip.tooltip-methodology[data-popper-placement^="bottom"]
  .tooltip-arrow::before {
  border-bottom-color: #000 !important;
}

.tooltip.tooltip-methodology[data-popper-placement^="right"]
  .tooltip-arrow::before {
  border-right-color: #000 !important;
}

.tooltip.tooltip-methodology .tooltip-inner {
  font-family: korolev, sans-serif;
  font-size: 0.875rem;
}

.tooltip.tooltip-methodology .tooltip-inner a {
  color: rgb(160.5414634146, 175.6146341463, 246.4585365854);
}

.flair-callout {
  margin: 0 0 1.5625rem 1.5625rem;
  position: relative;
  min-height: 5.3125rem;
  display: flex;
  align-items: center;
}

.flair-callout:before {
  content: "";
  width: 1.5625rem;
  height: 100%;
  position: absolute;
  border: 3px solid;
  border-right: none;
}

.flair-callout > div:before,
.flair-callout > div:after {
  content: "";
  position: absolute;
}

.flair-callout > div:before {
  width: 2.5rem;
  height: 2.5rem;
  left: -1.5625rem;
  top: 1.25rem;
  border-radius: 100%;
  opacity: 0.25;
  z-index: 1;
}

.flair-callout > div:after {
  background-image: url(../mmg-base/images/callout-icons/pencil.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  width: 3.125rem;
  height: 3.125rem;
  top: 0.9375rem;
  left: -1.4375rem;
  border-top: 0.3125rem solid #fff;
  border-bottom: 0.375rem solid #fff;
}

.flair-callout p {
  padding: 0.78125rem 0 0.875rem 2rem;
}

.flair-callout p:before {
  content: "Note: ";
}

.flair-callout[data-callout-type="formula"] > div:after {
  background-image: url(../mmg-base/images/callout-icons/calculator.svg);
}

.flair-callout[data-callout-type="formula"] p:before {
  content: attr(data-callout-solve) " = ";
}

.flair-callout[data-callout-type="formula-solve"] p:before {
  content: attr(data-callout-solve) " = ";
}

.flair-callout[data-callout-type="tip"] > div:after {
  background-image: url(../mmg-base/images/callout-icons/lightbulb.svg);
  left: -1.6875rem;
}

.flair-callout[data-callout-type="tip"] p:before {
  content: "Tip: ";
}

.flair-callout[data-callout-type="alert"] > div:after {
  background-image: url(../mmg-base/images/callout-icons/alert.svg);
}

.flair-callout[data-callout-type="alert"] p:before {
  content: "Important: ";
}

.flair-callout[data-callout-type="money"] > div:after {
  background-image: url(../mmg-base/images/callout-icons/dollar.svg);
}

.flair-callout[data-callout-type="money"] p:before {
  content: "Tip: ";
}

.flair-callout[data-callout-type="related"] > div:after {
  background-image: url(../mmg-base/images/callout-icons/book.svg);
}

.flair-callout[data-callout-type="related"] p:before {
  content: "Related: ";
}

.flair-callout[data-callout-type="expert"] > div:after {
  background-image: url(../mmg-base/images/callout-icons/lightbulb.svg);
  left: -1.6875rem;
}

.flair-callout[data-callout-type="expert"] p:before {
  content: "Expert Take: ";
}

.page__section.bg-secondary {
  background: #f72585;
}

.page__section.bg-secondary:before {
  display: none;
}

.page__section.bg-secondary > header {
  background: #f72585;
  color: #fff;
}

.page__section.bg-secondary > header span {
  color: #3a0ca3;
}

.page__section.bg-secondary ul a {
  color: #fff;
}

.no-shadow-bottom-sep + .keep-reading:before,
.page__section.no-shadow-sep:before,
.keep-reading.no-shadow-sep:before {
  display: none;
}

.page__section.no-shadow-sep > header {
  background: 0 0;
}

.author__bio a,
.category__intro a {
  text-decoration: underline;
}

.author__bio img,
.category__intro img {
  width: 100%;
  border: 3px solid #f3f3f3;
  padding: 8px;
  border-radius: 50%;
}

.author__bio .follow,
.category__intro .follow {
  margin-top: 1.5625rem;
  text-align: center;
}

.author__bio .follow a,
.category__intro .follow a {
  font-size: 100%;
  text-decoration: none;
}

.author__bio .follow li:not(:last-of-type),
.category__intro .follow li:not(:last-of-type) {
  margin-right: 1.5625rem;
}

.author__bio h1,
.author__bio .h1,
.category__intro h1,
.category__intro .h1 {
  line-height: 1;
}

.author__bio h1 span,
.author__bio .h1 span,
.category__intro h1 span,
.category__intro .h1 span {
  display: inline-block;
  font-size: 60%;
  position: relative;
  left: 0.125rem;
}

.author__bio h1 span:after,
.author__bio .h1 span:after,
.category__intro h1 span:after,
.category__intro .h1 span:after {
  content: "";
  height: 0.625rem;
  position: absolute;
  left: 0;
  bottom: 0.0625rem;
  width: 100%;
  z-index: -1;
}

.category__intro p:last-of-type {
  margin-bottom: 0 !important;
}

.page__section.subtopics > header {
  margin-bottom: 1.25rem;
}

ul.pagination {
  font-weight: 700;
  font-family: korolev, sans-serif;
}

.container__main.search h1,
.container__main.search .h1 {
  margin-bottom: 1.5625rem;
}

@media (min-width: 992px) {
  .container__main.search h1,
  .container__main.search .h1 {
    margin-bottom: 3.125rem;
  }
}

.container__main.search h1 span,
.container__main.search .h1 span {
  color: #000;
  font-family: "source serif pro", serif;
  font-size: 70%;
  display: block;
  position: relative;
}

@media (min-width: 768px) {
  .container__main.search h1 span,
  .container__main.search .h1 span {
    display: inline;
    top: -0.3125rem;
  }

  .container__main.search h1 span:after,
  .container__main.search .h1 span:after {
    content: "";
    height: 0.625rem;
    position: absolute;
    left: 0;
    bottom: 0.75rem;
    width: 100%;
    z-index: -1;
  }
}

.container__main.search .search-result {
  margin-bottom: 1.5625rem;
}

.container__main.search .search-result:last-of-type {
  margin-bottom: 0;
}

.container__main.search .search-result h3,
.container__main.search .search-result .h3 {
  color: #000;
  margin-bottom: 0.3125rem;
}

.container__main.search .search-result p {
  color: #000;
  display: inline;
  line-height: 1.8;
}

.container__main.search .search-result:hover p {
  background: #f3f3f3;
}

.container__main.search .search-result img {
  width: 100%;
}

.testbsclass {
  color: red;
}

@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Medium.woff2") format("woff2");
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Regular.woff2") format("woff2");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-Bold.woff2") format("woff2");
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "Involve";
  src: url("../fonts/Involve-SemiBold.woff2") format("woff2");
  font-weight: 600; /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: mmg-icons;
  src: url(../mmg-base/fonts/mmg-icons.woff?v=20240825) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[class^="fa-"],
[class*=" fa-"] {
  margin-right: 2px;
  font-family: mmg-icons !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #30aff1;
}

[class^="fa-rotate-"],
[class*="fa-rotate-"],
[class^="fa-flip-"],
[class*="fa-flip-"] {
  display: inline-block;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

.fa-lg {
  font-size: 1.32em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-up-1 {
  top: -1px;
}

.fa-up-2 {
  top: -2px;
}

.fa-up-3 {
  top: -3px;
}

.fa-up-4 {
  top: -4px;
}

.fa-up-5 {
  top: -5px;
}

.fa-down-1 {
  top: 1px;
  margin-left: 10px;
}

.fa-down-2 {
  top: 2px;
}

.fa-down-3 {
  top: 3px;
}

.fa-down-4 {
  top: 4px;
}

.fa-down-5 {
  top: 5px;
}

.fa-left-1 {
  left: -1px;
}

.fa-left-2 {
  left: -2px;
}

.fa-left-3 {
  left: -3px;
}

.fa-left-4 {
  left: -4px;
}

.fa-left-5 {
  left: 0px;
}

.fa-right-1 {
  left: 1px;
}

.fa-right-2 {
  left: 2px;
}

.fa-right-3 {
  left: 3px;
}

.fa-right-4 {
  left: 4px;
}

.fa-right-5 {
  left: 5px;
}

.fa-circle-icon {
  display: inline-block;
  text-align: center;
  width: 1.35em;
  height: 1.35em;
  line-height: 1.35em;
  border-radius: 50%;
  color: #fff !important;
  background: #000;
}

.fa-circle-icon.secondary {
  background: #f72585;
}

.fa-circle-icon.primary {
  background: #3a0ca3;
}

.fa-circle-icon.indigo {
  background: #4361ee;
}

.fa-circle-icon.fa-lg {
  width: 2em;
  height: 2em;
  line-height: 2em;
  font-size: 1.15em;
}

.fa-circle-icon.fa-lg.fa-circle-down-1 {
  line-height: 2.15em;
}

.fa-circle-icon.fa-lg.fa-circle-up-1 {
  line-height: 1.9em;
}

.text-secondary .fa-circle-icon {
  background: #f72585;
}

.text-primary .fa-circle-icon {
  background: #3a0ca3;
}

.fa-briefcase:before {
  content: "\e901";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-home:before {
  content: "\f015";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-comments:before {
  content: "\f086";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-user:before {
  content: "\f406";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-star-half-alt:before,
.fa-star-half:before {
  content: "\f5c0";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-search:before {
  content: "\f002";
}

.fa-heart1:before,
.fa-heart-empty:before {
  content: "\f006";
}

.fa-far-star:before,
.fa-star-empty:before {
  content: "\f005b";
}

.fa-list:before {
  content: "\f03a";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-fas-times-circle:before {
  content: "\f057b";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-bars:before {
  content: "\f0c9";
  color: white !important;
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-arrow-left-light:before {
  content: "\f060b";
}

.fa-arrow-right-light:before {
  content: "\f061b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-award:before {
  content: "\f559";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-tiktok:before {
  content: "\e920";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-alt:before {
  content: "\e908";
}

.fa-android:before {
  content: "\e900";
}

.fa-google-play:before {
  content: "\e917";
}

.fa-podcast:before,
.fa-apple:before {
  content: "\e924";
}

.fa-spotify:before {
  content: "\e928";
}

.fa-stitcher:before {
  content: "\e92c";
}

.fa-timer:before {
  content: "\e902";
}

.fa-clock:before {
  content: "\e903";
}

.fa-jump-down:before {
  content: "\e904";
}

.fa-lock:before {
  content: "\e905";
}

.fa-link:before {
  content: "\e906";
}

.fa-phone:before {
  content: "\e907";
}

.fa-copy:before {
  content: "\e909";
}

.fa-at-symbol:before {
  content: "\e90a";
}

.fa-calculator:before {
  content: "\e90b";
}

.fa-book-sparkles:before {
  content: "\e90c";
}

.fa-user-doctor-message:before {
  content: "\e90d";
}

.fa-users-rectangle:before {
  content: "\e90e";
}

.fa-bell-concierge:before {
  content: "\e90f";
}

.fa-shield-check:before {
  content: "\e911";
}

.fa-seedling:before {
  content: "\e912";
}

.fa-piggy-bank:before {
  content: "\e913";
}

.fa-money-bill:before {
  content: "\e914";
}

.fa-house-building:before {
  content: "\e916";
}

.fa-heart-pulse:before {
  content: "\e918";
}

.fa-graduation-cap:before {
  content: "\e919";
}

.fa-building-columns:before {
  content: "\e91a";
}

.fa-messages-dollar:before {
  content: "\e910";
}

.fa-file-signature:before {
  content: "\e915";
}

.fa-umbrella-beach:before {
  content: "\e91b";
}

.fa-money-check-dollar-pen:before {
  content: "\e91c";
}

.fa-microphone:before {
  content: "\e91d";
}

.fa-newspaper:before {
  content: "\e91e";
}

.fa-video:before {
  content: "\e91f";
}

.fa-users:before {
  content: "\e921";
}

.fa-car:before {
  content: "\e922";
}

.fa-shield-exclamation:before {
  content: "\e923";
}

.fa-car-accident:before {
  content: "\e925";
}

.fa-chess:before {
  content: "\e926";
}

.fa-money-check-dollar-pen-alt:before {
  content: "\e927";
}

.fa-building-columns-alt:before {
  content: "\e929";
}

.fa-piggy-bank-alt:before {
  content: "\e92a";
}

.fa-wine-bottle:before {
  content: "\e92d";
}

.fa-box-taped:before {
  content: "\e92e";
}

.fa-grocery-cart:before {
  content: "\e92f";
}

.fa-burger-soda:before {
  content: "\e930";
}

.fa-sack-dollar:before {
  content: "\e92b";
}

.fa-external:before {
  content: "\e931";
}

.btn {
  text-transform: uppercase;
}

.btn-secondary,
.badge-secondary {
  color: #fff;
  background: var(--background-color);
  border-radius: 20px;
  font-family: "Involve", sans-serif;
}

.btn-secondary:hover {
  font-weight: 900;
  background-color: #088fca !important;
  color: #fff;
  width: 100%;
  display: block;
}

.tooltip .tooltip-inner a {
  font-family: "Involve", sans-serif;
  color: #000;
}

.h0 {
  font-family: "Involve", sans-serif;
  font-weight: 500 !important;
  color: #09AFF4 !important;
}

.fst-serif {
  font-family: "Arial", sans-serif;
}

.form-label {
  font-family: "Involve", sans-serif;
}

ul.extra-space li {
  margin-bottom: 0.78125rem;
}

ul.extra-space li:last-of-type {
  margin-bottom: 0;
}

.z-1019 {
  z-index: 1019 !important;
}

.z-1018 {
  z-index: 1018 !important;
}

.mb-3px {
  margin-bottom: 3px !important;
}

.bg-light {
  background: #fff !important;
}

@media (min-width: 992px) {
  .w-lg-25 {
    max-width: 25% !important;
  }
}

/* Основные стили навигации */
.primary-nav-bar {
  background: #3a0ca3;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.primary-nav-bar .navbar-brand-container {
  display: flex;
  align-items: center;
  flex: 1;
}

.primary-nav-bar .logo.logo:not(.img-only) {
  font-family: "Inter", sans-serif;
}

.primary-nav-bar .logo.logo:not(.img-only) aside {
  font-size: 2.1875rem;
}

@media (min-width: 992px) {
  .primary-nav-bar .logo.logo:not(.img-only) aside {
    font-size: 2rem;
    font-family: "Inter", sans-serif;
  }
}

.primary-nav-bar .logo.logo:not(.img-only) aside span {
  color: #80ffdb;
  font-family: "Inter", sans-serif;
}

.primary-nav-bar .logo.logo:not(.img-only) aside span:after {
  content: ".com";
  font-size: 40%;
}

/* Стили для кнопки поиска */
.primary-nav-bar .search {
  color: #fff;
  font-size: 120%;
  text-decoration: none;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.primary-nav-bar .search:hover {
  color: #80ffdb;
}

/* Десктопная версия поиска */
.primary-nav-bar .desktop-search {
  display: none;
}

/* Мобильная версия поиска в хедере */
.primary-nav-bar .mobile-search {
  display: none;
}

/* Поиск внутри меню */
.primary-nav-bar .menu-search {
  display: none;
  padding: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 1rem;
  justify-content: center;
}

/* Стили для навигационного меню */
.primary-nav-bar .main__nav {
  font-family: "Arial", sans-serif;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.primary-nav-bar .main__nav .nav-link {
  border-bottom: 0.15rem solid transparent;
  color: #fff;
  font-size: 1.25rem;
  padding: 0 !important;
  padding-bottom: 0.25rem !important;
  margin-bottom: -0.25rem;
  margin-right: 3.125rem;
  font-weight: 500;
  display: inline-block;
  font-family: "Arial", sans-serif;
  text-decoration: none;
}

.primary-nav-bar .main__nav .nav-link:hover {
  border-bottom-color: #80ffdb !important;
}

.primary-nav-bar .push-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.primary-nav-bar .navbar-toggler {
  background-color: transparent !important;
  color: #fff;
  font-size: 150%;
  border: none;
  background: none;
  padding: 0.5rem;
}

.primary-nav-bar .navbar-toggler .fa-times {
  display: none;
}

.primary-nav-bar .navbar-toggler[aria-expanded="true"] .fa-bars {
  display: none;
}

.primary-nav-bar .navbar-toggler[aria-expanded="true"] .fa-times {
  display: inline-block;
}

/* Десктопная версия (992px и выше) */
@media (min-width: 992px) {
  .primary-nav-bar {
    flex-wrap: nowrap;
  }

  .primary-nav-bar .navbar-brand-container {
    flex: 0 0 auto;
  }

  .primary-nav-bar .desktop-search {
    display: flex;
    margin-right: 1.5rem !important;
    font-size: 1.2rem !important;
    color: #fff !important;
  }

  .primary-nav-bar .push-right {
    display: none;
  }

  .primary-nav-bar .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    justify-content: flex-end;
  }

  .primary-nav-bar .main__nav {
    flex-direction: row;
  }

  .primary-nav-bar .menu-search {
    display: none !important;
  }
}

/* Мобильная версия (до 991px) */
@media (max-width: 991.98px) {
  .primary-nav-bar .desktop-search {
    display: none !important;
  }

  .primary-nav-bar .mobile-search {
    display: flex;
  }

  .primary-nav-bar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--background-color);
    z-index: 1000;
    padding: 1rem;
  }

  .primary-nav-bar .main__nav {
    flex-direction: column;
    width: 100%;
  }

  .primary-nav-bar .main__nav .nav-link {
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 0.5rem 0 !important;
    width: 100%;
    text-align: center;
  }

  .primary-nav-bar .menu-search {
    display: flex;
  }

  .primary-nav-bar .push-right {
    order: 2;
  }
}

/* Очень маленькие экраны */
@media only screen and (max-width: 300px) {
  .primary-nav-bar .search {
    display: none;
  }
}

/* Дополнительные существующие стили */
.primary-nav-bar .main__nav .dropdown-menu {
  background: #3a0ca3;
  font-family: "Arial", sans-serif;
}

.primary-nav-bar .main__nav .dropdown-toggle::after {
  border-top-color: #4361ee;
}

.primary-nav-bar .category--all {
  font-size: 110%;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
}

.primary-nav-bar .category--all .dropdown-item span,
.primary-nav-bar .category--all .dropdown-item:after {
  color: #80ffdb;
}

@media (min-width: 992px) {
  .primary-nav-bar .main__nav .nav-link:hover,
  .primary-nav-bar .main__nav .nav-link[aria-expanded="true"] {
    border-bottom-color: #80ffdb !important;
  }

  .primary-nav-bar .main__nav .dropdown-menu {
    background: #fff;
  }

  .primary-nav-bar .main__nav .dropdown-menu .dropdown-item {
    color: #000;
  }

  .primary-nav-bar .category--all {
    background: #80ffdb;
    border-bottom-color: #3a0ca3;
  }

  .primary-nav-bar .category--all .dropdown-item span,
  .primary-nav-bar .category--all .dropdown-item:after {
    color: #000;
  }
}

.navbar__cta,
.navbar__cta__xs {
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  font-size: 140%;
  color: #fff;
  background: #f72585;
}

.navbar__cta:hover,
.navbar__cta__xs:hover {
  background: rgb(224.7522123894, 8.2477876106, 107.2212389381);
  color: #fff;
}

#wrapper-navbar:not([class^="sticky-"]) .navbar__cta__xs {
  display: none;
}

/* Существующие стили из style.css (оставляем без изменений) */
.nav-tabs .nav-link {
  font-family: korolev, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-tabs .nav-link.active {
  border-color: #4361ee;
  color: #4361ee;
}

@media (max-width: 767.98px) {
  .mobileTabAccordion .panel-title {
    font-family: korolev, sans-serif;
  }

  .mobileTabAccordion .tab-content .panel-table .panel-title {
    border-bottom-color: #e7e7e7;
  }

  .mobileTabAccordion
    .tab-content
    .panel-table
    .panel-title
    a[aria-expanded="true"] {
    color: #fff;
    background: #4361ee;
  }
}

.container__post-content td a,
.container__post-content p a,
.container__post-content ul:not(.bestList) a,
.container__post-content ol:not(.bestList) a {
  font-weight: 700;
}

.container__post-content h2,
.container__post-content .h2 {
  text-transform: capitalize;
  margin-top: 1.6875rem;
  color: #3a0ca3;
  font-weight: 600;
}

.container__main > article > h1,
.container__main > article > .h1,
.container__main > h1,
.container__main > .h1,
.container__main h1.meta__title,
.container__main .meta__title.h1 {
  font-family: "Involve", sans-serif;
  font-weight: 700;
}

.container__main .meta .meta__synopsis {
  color: #000;
  font-size: calc(1.25625rem + 0.075vw);
  background: #80ffdb;
  line-height: 1.6;
  font-family: "Arial", sans-serif;
}

@media (min-width: 1200px) {
  .container__main .meta .meta__synopsis {
    font-size: 1.3125rem;
  }
}

.container__main .meta #breadcrumbs a,
.container__main .meta .meta__disclosure,
.container__main .meta .meta__category {
  font-size: 0.875rem;
}

.container__main .meta .meta__author {
  font-size: 1rem;
}

.container__main .meta .meta__author,
.container__main .meta .meta__category,
.container__main .meta .meta__disclosure {
  color: #4361ee;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
}

.container__main .meta .meta__readtime {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.container__main .meta .meta__category,
.container__main .meta #breadcrumbs a {
  color: #f72585;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
}

.container__main .meta .meta__category:not(:first-of-type),
.container__main .meta #breadcrumbs a:not(:first-of-type) {
  border-left-color: rgb(250.610619469, 135.389380531, 188.0619469027);
}

#articleContents header {
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

#articleContents .list-group-item.active,
#articleContents .list-group-item:hover {
  color: #3a0ca3;
  border-left-color: #3a0ca3;
}

#articleContents nav.bonus-engage-links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 0;
  padding: 0;
  background: 0 0;
}

#articleContents nav.bonus-engage-links a {
  display: block;
  margin-bottom: 0.625rem;
  background: #fff;
}

#articleContents nav.bonus-engage-links a i {
  margin-right: 0.1875rem;
  top: 0.0625rem;
}

#articleContents nav.bonus-engage-links a:hover {
  cursor: pointer;
  background: #3a0ca3;
}

@media (max-width: 768px) {
  /* .bonus-engage-links {
    display: flex;
    flex-direction: column;
    gap: 5px;
  } */
}

@media (max-width: 991.98px) {
  #articleContents nav.bonus-engage-links {
    border-top: 1px solid rgb(230.25, 230.25, 230.25);
    padding-top: 1.5625rem;
  }
}

.page-id-2 .bonus-tool-archive #articleContents {
  position: relative;
  right: 0;
}

@media (max-width: 1199.98px) {
  .page-id-2 .bonus-tool-archive #articleContents {
    left: 0;
  }
}

@media (min-width: 1200px) {
  .page-id-2 .bonus-tool-archive #articleContents {
    background: 0 0;
    position: absolute;
    right: 0;
    padding-left: 1.5625rem;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1705px) {
  .page-id-2 .bonus-tool-archive #articleContents {
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1705px) and (min-height: 851px) {
  .page-id-2 .bonus-tool-archive #articleContents {
    padding-left: 3.125rem;
  }
}

@media (max-width: 1199.98px) {
  .page-id-2 .bonus-tool-archive #articleContents {
    background: #f7f8f8;
    padding: 0.75rem 1.5625rem 0.625rem;
  }
}

.keep-reading .articles_list article:hover header {
  color: #3a0ca3;
}

.keep-reading .articles_list header {
  color: var(--bs-body-color);
  font-family: "Arial", sans-serif;
  font-weight: 400;
  text-align: center;
}

.keep-reading .articles_list header:hover {
  color: #3a0ca3;
}

.keep-reading .articles_list .meta__category {
  font-size: 0.875rem;
  background: #3a0ca3;
  color: #fff;
}

.keep-reading .articles_list .meta__category:hover {
  color: #3a0ca3;
}

.keep-reading .articles_list .meta__category[href*="/basics/"] {
  background: #80ffdb;
  color: #000;
}

.keep-reading .articles_list .meta__category[href*="/basics/"]:after,
.keep-reading .articles_list .meta__category[href*="/basics/"]:hover {
  color: #000;
}

.keep-reading .articles_list .meta__category[href*="/reviews/"] {
  background: #3a0ca3;
  color: #fff;
}

.keep-reading .articles_list .meta__category[href*="/reviews/"]:after,
.keep-reading .articles_list .meta__category[href*="/reviews/"]:hover {
  color: #3a0ca3;
}

.keep-reading .articles_list .meta__category[href*="/guides/"] {
  background: #4361ee;
  color: #fff;
}

.keep-reading .articles_list .meta__category[href*="/guides/"]:after,
.keep-reading .articles_list .meta__category[href*="/guides/"]:hover {
  color: #4361ee;
}

.keep-reading .articles_list .meta__category[href*="/best/"] {
  background: #f72585;
  color: #fff;
}

.keep-reading .articles_list .meta__category[href*="/best/"]:after,
.keep-reading .articles_list .meta__category[href*="/best/"]:hover {
  color: #f72585;
}

footer {
  background: #3a0ca3;
}

footer h6,
footer .h6 {
  color: #f72585;
  font-size: 1.125rem;
}


footer #footer__logo .logo:not(.img-only) {
  font-family: "Inter", sans-serif;
}

footer #footer__logo .logo:not(.img-only) aside {
  color: #fff;
  font-size: 2.1875rem;
}

@media (min-width: 768px) {
  footer #footer__logo .logo:not(.img-only) aside {
    font-size: 3.125rem;
  }
}

@media (min-width: 1200px) {
  footer #footer__logo .logo:not(.img-only) aside {
    font-size: 4.375rem;
  }
}

footer #footer__logo .logo:not(.img-only) aside span {
  color: #80ffdb;
}

footer #footer__logo .logo:not(.img-only) aside span:after {
  content: ".com";
  font-size: 40%;
}

footer #footer__logo .logo:not(.img-only) img {
  width: 2.625rem;
  top: -0.0625rem;
}

@media (min-width: 768px) {
  footer #footer__logo .logo:not(.img-only) img {
    width: 3.75rem;
  }
}

@media (min-width: 1200px) {
  footer #footer__logo .logo:not(.img-only) img {
    width: 5rem;
  }
}

footer #footer__legal {
  color: #3a0ca3;
  font-family: korolev, sans-serif;
  font-weight: 700;
}

.modal .modal-header {
  background: #3a0ca3;
}

.modal .modal-header .modal-title,
.modal .modal-header [class^="fa-"],
.modal .modal-header [class*=" fa-"] {
  color: #fff;
}

.modal .modal-body input[type="email"] {
  font-family: "Involve", sans-serif;
}

#searchModal .modal-header,
#setLocationModal .modal-header {
  font-family: "Involve", sans-serif;
}

#searchModal .modal-header .input-group-text,
#setLocationModal .modal-header .input-group-text {
  background: #80ffdb;
}

#searchModal .modal-header .input-group-text [class^="fa-"],
#searchModal .modal-header .input-group-text [class*=" fa-"],
#setLocationModal .modal-header .input-group-text [class^="fa-"],
#setLocationModal .modal-header .input-group-text [class*=" fa-"] {
  color: #3a0ca3;
}

#searchModal .modal-header input[type="search"],
#setLocationModal .modal-header input[type="search"] {
  color: #fff;
}

#searchModal .modal-header input[type="search"]::-moz-placeholder,
#setLocationModal .modal-header input[type="search"]::-moz-placeholder {
  color: rgb(167.4171428571, 132.9828571429, 246.0171428571);
}

#searchModal .modal-header input[type="search"]::placeholder,
#setLocationModal .modal-header input[type="search"]::placeholder {
  color: rgb(167.4171428571, 132.9828571429, 246.0171428571);
}

#searchModal .modal-footer,
#setLocationModal .modal-footer {
  font-family: "Involve", sans-serif;
}

#searchModal .modal-footer .pagination a,
#setLocationModal .modal-footer .pagination a {
  color: #4361ee;
  font-weight: 700;
}

#searchModal .modal-footer .pagination li:first-of-type,
#searchModal .modal-footer .pagination li:last-of-type,
#setLocationModal .modal-footer .pagination li:first-of-type,
#setLocationModal .modal-footer .pagination li:last-of-type {
  text-transform: uppercase;
}

#setLocationModal .modal-header {
  padding: 0;
}

#setLocationModal .modal-header .input-group-text,
#setLocationModal .modal-header form input[type="search"] {
  border: 0;
}

#setLocationModal .modal-header .input-group-text {
  border-radius: 0;
  font-size: 200%;
  padding: 1.5625rem;
}

#setLocationModal .modal-header .input-group-text:hover {
  cursor: pointer;
}

#setLocationModal .modal-header form {
  width: calc(100% - 55px);
}

#setLocationModal .modal-header form input {
  background: 0 0;
}

#setLocationModal .modal-header form input:focus {
  outline: 0 !important;
  box-shadow: none;
}

#setLocationModal .modal-header form input:-moz-placeholder-shown {
  font-style: italic;
}

#setLocationModal .modal-header form input:placeholder-shown {
  font-style: italic;
}

#setLocationModal
  .modal-header
  input[type="search"]::-webkit-search-cancel-button,
#setLocationModal .modal-header input[type="search"]::-webkit-search-decoration,
#setLocationModal
  .modal-header
  input[type="search"]::-webkit-search-results-button,
#setLocationModal
  .modal-header
  input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

#setLocationModal .modalClose {
  position: relative;
  right: 1.5625rem;
  z-index: 5;
}

#setLocationModal .modal-body button:disabled,
#setLocationModal .modal-body button[disabled] {
  display: none;
}

.comments #reply-title,
.comments #comments-title {
  text-transform: uppercase;
  color: #4361ee;
  font-weight: 700;
  font-family: korolev, sans-serif;
}

.comments > p a {
  background: #3a0ca3 !important;
  text-transform: uppercase;
  font-family: korolev, sans-serif;
  font-weight: 700;
  color: #fff !important;
}

.comments p.logged-in-as a {
  color: #4361ee;
  text-transform: uppercase;
}

.comments #respond label {
  text-transform: uppercase;
  color: #000;
  font-family: korolev, sans-serif;
  font-weight: 700;
}

.comments #respond input[type="submit"] {
  background-color: #f72585;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: korolev, sans-serif;
}

.comments ul#read a {
  font-size: 1.125rem;
  color: #4361ee;
}

.comments ul#read a.comment-reply-link {
  text-transform: uppercase;
  font-family: korolev, sans-serif;
  font-weight: 700;
  color: #4361ee;
}

.comments ul#read cite.fn {
  text-transform: uppercase;
  font-family: korolev, sans-serif;
  font-weight: 700;
}

.flair-graybox.cta {
  border-bottom-color: #4361ee;
}

.flair-graybox.boxshadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgb(225.15, 225.15, 225.15);
}

.flair-graybox.boxshadow.border-0 {
  border: 0;
}

.flair-graybox.light {
  background-color: #f9f9f9;
}

.successMsg {
  background: #80ffdb;
  font-family: "Involve", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.successMsg.bg-danger {
  background: #000 !important;
  color: #fff !important;
}

.media-image img {
  border: 1px solid rgb(217.5, 217.5, 217.5);
}

.media-image + figcaption {
  font-family: korolev, sans-serif;
}

blockquote {
  color: #4361ee;
  font-family: korolev, sans-serif;
  font-size: calc(1.34375rem + 1.125vw);
  font-weight: 700;
}

@media (min-width: 1200px) {
  blockquote {
    font-size: 2.1875rem;
  }
}

blockquote:before {
  color: #80ffdb;
}

blockquote figcaption {
  font-family: "source serif pro", serif;
}

blockquote figcaption:before {
  border-top: #f72585 solid;
}

.links-label {
  text-transform: uppercase;
  font-family: korolev, sans-serif;
}

.links-label:after {
  background: #80ffdb;
}

.link-arrow::before {
  color: #4361ee;
}

.link-arrow.cta a,
.link-arrow.cta:before {
  color: #f72585;
}

.review-card .rating .fa {
  color: #4361ee;
}

.flair-skipDown {
  color: #f72585 !important;
  font-weight: 700;
  font-style: italic;
}

.flair-skipDown span {
  background: #f72585;
  margin-right: 0.4375rem;
  top: 0;
}

.flair-skipDown span:after {
  top: 0;
}

ul.arrow-list.pink li::before {
  color: #f72585;
}

.container__post-content ol li::before {
  font-family: korolev, sans-serif;
  font-weight: 700;
}

.flair-olNum {
  font-weight: 700;
  font-family: korolev, sans-serif;
}

ol.bestList,
ul.bestList {
  border-left-color: #4361ee;
}

ol.bestList:before,
ul.bestList:before {
  font-family: korolev, sans-serif;
  color: #fff;
}

ol.bestList li:before,
ul.bestList li:before {
  color: #4361ee;
}

ol.bestList li.last:after,
ul.bestList li.last:after {
  color: #4361ee;
}

ol.bestList a#expand-list,
ul.bestList a#expand-list {
  color: #fff !important;
  background: #3a0ca3 !important;
  border-color: #4361ee;
}

ol.bestList a strong,
ul.bestList a strong {
  color: var(--bs-body-color);
  font-family: korolev, sans-serif;
  text-transform: none;
  font-weight: 700;
}

ol.bestList ~ h3[id],
ol.bestList ~ [id].h3,
ul.bestList ~ h3[id],
ul.bestList ~ [id].h3 {
  color: #3a0ca3;
}

table {
  border-top-color: #4361ee;
}

table thead,
table th {
  text-transform: uppercase;
  font-family: korolev, sans-serif;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  table.table-collapse td:before {
    text-transform: uppercase;
    font-weight: 700;
    font-family: korolev, sans-serif;
    font-size: 0.875rem;
  }
}

.review-box .overallRating .text-rating,
.review-box .overallRating .star-rating i {
  color: #4361ee;
}

.review-box .overallRating .text-rating {
  margin-right: 10px;
  font-family: korolev, sans-serif;
}

.review-box p.p-title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: korolev, sans-serif;
}

.review-box .btn {
  background: linear-gradient(
    0deg,
    rgb(232, 25, 119) 0%,
    rgb(255, 51, 144) 100%
  );
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(232, 25, 119, 0.3);
}

.flair-callout:before {
  border-color: #80ffdb;
  border-right: none;
}

.flair-callout > div:before {
  background-color: #4361ee;
}

.flair-callout p:before {
  font-weight: 700;
  font-family: korolev, sans-serif;
}

.flair-callout[data-callout-type="formula"]:before {
  border-color: #4361ee;
}

.flair-callout[data-callout-type="formula"] > div:before {
  background-color: #80ffdb;
}

.flair-callout[data-callout-type="expert"]:before {
  border-color: #f72585;
}

.flair-callout[data-callout-type="expert"] > div:before {
  background-color: #f72585;
}

.flair-callout[data-callout-type="alert"]:before {
  border-color: #f72585;
}

.aff-cta-box {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.78125rem);
  padding-left: var(--bs-gutter-x, 0.78125rem);
  margin-right: auto;
  margin-left: auto;
  background: #f7f8f8;
  border-radius: 0.5rem;
  margin-bottom: 1.5625rem;
}

.aff-cta-box a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  align-items: center;
}

.aff-cta-box a > div {
  width: 100%;
  text-align: center;
}

.aff-cta-box a > div:first-child {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.aff-cta-box a > div:first-child img {
  max-width: 100%;
  max-height: 15vh;
  border-radius: 0.5rem;
  border: 0.1875rem solid #fff;
  margin: 0.9375rem auto;
}

.aff-cta-box a > div:first-child img[src$=".svg"] {
  max-width: 15vh;
}

.aff-cta-box a > div:last-child {
  padding: 0.625rem 1.5625rem 0.8125rem;
}

.aff-cta-box .hook--val {
  position: relative;
  top: 0.0625rem;
  line-height: 1;
  color: #4361ee;
}

.aff-cta-box .btn.cta {
  background: #f72585;
  background: linear-gradient(
    0deg,
    rgb(232, 25, 119) 0%,
    rgb(255, 51, 144) 100%
  );
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(232, 25, 119, 0.3);
  font-size: 115%;
  border: 0;
}

@media (min-width: 992px) {
  .aff-cta-box {
    margin-top: 3.125rem;
  }
}

@media (min-width: 768px) {
  .aff-cta-box {
    padding: 1.5625rem 2.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0.3125rem solid #4361ee;
  }

  .aff-cta-box a > div {
    text-align: left;
  }

  .aff-cta-box a > div:first-child {
    flex: 0 0 auto;
    width: 25%;
    border-radius: 0;
    max-width: 10.9375rem;
    background-color: #f7f8f8 !important;
  }

  .aff-cta-box a > div:first-child img {
    margin: 0;
    border: 0;
    max-height: unset;
  }

  .aff-cta-box a > div:first-child img[src$=".svg"] {
    max-width: 100%;
  }

  .aff-cta-box a > div:last-child {
    flex: 0 0 auto;
    width: 75%;
    padding: 0 0 0 1.5625rem;
  }
}

.aff-cta-box-cpc {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin: 0;
  border: 1px solid rgb(204.75, 204.75, 204.75);
  padding: 1.5625rem;
  background: #fff;
  position: relative;
  z-index: 2;
}

.aff-cta-box-cpc:hover {
  cursor: pointer;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  transition: box-shadow ease-in-out 300ms;
}

.aff-cta-box-cpc p {
  line-height: 1 !important;
}

.aff-cta-box-cpc img {
  min-width: 9.375rem;
  max-height: 15vh;
  border-radius: 0.5rem;
  margin: 0.9375rem auto;
  max-width: 15vh !important;
}

@media (max-width: 575.98px) {
  .aff-cta-box-cpc img {
    max-width: 55% !important;
  }
}

.aff-cta-box-cpc .deets__rating {
  text-align: left;
  line-height: 1.1;
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin: 1.5625rem 0 0;
}

.aff-cta-box-cpc .deets__rating > div {
  flex: 1 1 0;
  max-width: 100%;
  font-size: 80%;
}

.aff-cta-box-cpc .deets__rating > div .fa {
  color: #4361ee;
}

.aff-cta-box-cpc .deets__rating > div:first-child {
  flex: 0 0 auto;
  width: auto;
  font-family: korolev, sans-serif;
  font-size: 210%;
  position: relative;
  top: -5px;
  padding-right: 5px;
}

@media (max-width: 575.98px) {
  .aff-cta-box-cpc .deets__rating {
    margin: 0.625rem auto;
  }
}

.aff-cta-box-cpc .deets__hook {
  line-height: 1.5 !important;
  margin-bottom: 1rem;
  font-family: korolev, sans-serif;
}

.aff-cta-box-cpc .btn.cta {
  background: #f72585;
  background: linear-gradient(
    0deg,
    rgb(232, 25, 119) 0%,
    rgb(255, 51, 144) 100%
  );
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(232, 25, 119, 0.3);
  border: 0;
  font-size: 110%;
}

.aff-cta-box-cpc button + a {
  display: block;
  text-decoration: none;
  font-size: 90%;
}

.aff-cta-box-cpc .deets__apy {
  color: #fff;
  background: #4361ee;
  font-size: 90%;
  font-family: korolev, sans-serif;
  border-radius: 50rem !important;
  display: inline-block;
  padding: 0.35em 0.65em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.aff-cta-box-cpc .deets__apy i.fa {
  margin-right: 5px;
}

.aff-cta-box-cpc + .deets__bonus {
  text-align: center;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  background: rgb(226.0204878049, 230.6448780488, 252.3795121951);
  width: calc(100% - 50px);
  margin: 0 auto;
  font-size: 100%;
  position: relative;
  z-index: 1;
  padding: 5px 0;
}

.aff-cta-box-cpc + .deets__bonus span.fs-5 {
  font-size: 115% !important;
}

.aff-cta-box-cpc + .deets__bonus a.text-small {
  font-size: 75% !important;
}

@media (min-width: 576px) {
  .aff-cta-box-cpc .deets__main {
    padding: 0 0 0 1.5625rem;
  }
}

@media (min-width: 768px) {
  .aff-cta-box-cpc .deets__main {
    padding: 0 1.5625rem;
  }
}

.aff-cta-box-cpc > div {
  flex: 1 1 0;
  max-width: 100%;
}

.aff-cta-box-cpc > div:first-of-type {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .aff-cta-box-cpc > div:first-of-type {
    flex: 0 0 auto;
    width: 100%;
  }
}

.aff-cta-box-cpc > div:last-of-type {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.5625rem;
}

@media (min-width: 768px) {
  .aff-cta-box-cpc > div:last-of-type {
    flex: 0 0 auto;
    width: 25%;
    padding-top: 0;
  }
}

@media (min-width: 1600px) {
  .aff-cta-box-cpc > div:last-of-type {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
}

nav.lander-nav {
  margin-top: -4.0625rem;
}

nav.lander-nav a {
  color: #000;
}

nav.lander-nav a:hover {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
  transition: box-shadow ease-in-out 300ms;
}

nav.lander-nav a.current {
  border-color: #4361ee !important;
  color: #4361ee;
  font-weight: 700 !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.15);
}

nav.lander-nav a.current:hover {
  cursor: default;
}

.single.cpc .container__post-content > p:first-child {
  margin-bottom: 1rem;
}

.author__bio a,
.category__intro a {
  color: #09AFF4;
  font-weight: 700;
}
.author__bio a:hover,
.category__intro a:hover {
  filter: brightness(0.8);
  font-weight: 700;
}

.author__bio .follow a,
.category__intro .follow a {
  color: #f72585;
}

.author__bio h1 span,
.author__bio .h1 span,
.category__intro h1 span,
.category__intro .h1 span {
  text-transform: uppercase;
}

.author__bio h1 span:after,
.author__bio .h1 span:after,
.category__intro h1 span:after,
.category__intro .h1 span:after {
  background: #80ffdb;
}

.teal-overhang {
  position: relative;
}

.teal-overhang:before {
  content: "";
  display: block;
  width: 100%;
  height: 8.4375rem;
  background: #80ffdb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.teal-overhang + .keep-reading:before,
.teal-overhang + .page__section:before {
  display: none;
}

.teal-overhang + .page__section > header,
.teal-overhang + .page__section {
  background: 0 0 !important;
}

@media (max-width: 767.98px) {
  .teal-overhang:before {
    height: 4.6875rem;
  }
}

@media (min-width: 992px) {
  .category .teal-overhang:before {
    height: 9.6875rem;
  }
}

.category-promotions .teal-overhang:before {
  height: 19.8125rem;
}

@media (min-width: 768px) {
  .category-promotions .teal-overhang:before {
    height: 21.375rem;
  }
}

@media (min-width: 992px) {
  .category-promotions .teal-overhang:before {
    height: 17rem;
  }
}

@media (min-width: 1200px) {
  .category-promotions .teal-overhang:before {
    height: 15.5625rem;
  }
}

.category-promotions #bonus-tool__top .location a {
  color: #3a0ca3;
}

.subcategories .category-card {
  height: 100%;
  background: #fff;
  border-radius: 0.5rem;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 0.9375rem 0.9375rem 0.75rem;
  border-bottom: 0.5rem solid transparent;
}

.subcategories .category-card img {
  padding: 0.625rem 0.625rem 1.5625rem;
  max-width: 100%;
  max-height: 9.375rem;
}

.subcategories .category-card a {
  font-family: korolev, sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 1.3;
  display: block;
  text-decoration: none;
}

.subcategories .category-card:hover {
  border-bottom-color: #3a0ca3;
  cursor: pointer;
  transition: border ease-in 0.25s;
}

.subcategories .category-card:hover a {
  color: #3a0ca3;
}

.subcategories .anchorlink {
  font-family: korolev, sans-serif;
  color: #000;
  text-decoration: underline;
}

.subcategories .anchorlink:after {
  content: "↳";
  text-decoration: none;
  display: inline-block;
  position: relative;
  transform: rotate(90deg) scaleY(-1);
  top: 0.4375rem;
  margin-left: 0.1875rem;
}

@media (max-width: 767.98px) {
  .subcategories .category-card {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 0.5rem;
  }

  .subcategories .category-card img {
    display: none;
    max-height: 4.6875rem;
    padding: 0;
    padding-right: 0.9375rem;
  }
}

.subcategories.icons + .subcategories.icons .category-card {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0.9375rem;
}

.subcategories.icons + .subcategories.icons .category-card img {
  max-height: 4.6875rem;
  padding: 0;
  padding-right: 0.9375rem;
}

@media (max-width: 767.98px) {
  .subcategories.icons + .subcategories.icons .category-card img {
    display: none;
  }
}

.subcategories.icons + .subcategories.icons .category-card:hover {
  border-left: 0.5rem solid #3a0ca3;
}

.subcategories.icons + .subcategories.icons + .keep-reading:before,
.subcategories.icons + .subcategories.icons + .page__section:before {
  display: none;
}

.subcategories.icons + .subcategories.icons + .page__section > header,
.subcategories.icons + .subcategories.icons + .page__section {
  background: 0 0 !important;
}

.featured-card {
  background: #fff;
  border-radius: 0.5rem;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 0.9375rem 0.9375rem 0.75rem;
  border-bottom: 0.5rem solid transparent;
  position: relative;
}

.featured-card .fa-star,
.featured-card .fa-star-half,
.featured-card .fa-far-star {
  font-size: 1rem;
  position: relative;
  top: -0.4375rem;
}

@media (min-width: 992px) {
  .featured-card .fa-star,
  .featured-card .fa-star-half,
  .featured-card .fa-far-star {
    top: -0.75rem;
  }
}

.featured-card svg {
  position: absolute;
  top: 0;
  right: 0.9375rem;
  height: 4.875rem;
  fill: #f72585;
}

.featured-card:after {
  content: "2025";
  display: block;
  position: absolute;
  top: 1.1875rem;
  right: 1.5rem;
  font-family: korolev, sans-serif;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 90%;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .featured-card:after {
    display: none;
  }

  .featured-card svg {
    height: 3.125rem;
  }
}

@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}

.container__main.search h1 span:after,
.container__main.search .h1 span:after {
  background: #80ffdb;
}

#bonus101course {
  background-color: #80ffdb;
  position: relative;
  z-index: 2;
}

#bonus101course button {
  padding: 10px;
  color: var(--bs-body-bg);
  background-color: #09aff4;
}

#bonus101course .h6 {
  font-size: 1.1875rem;
}

#bonus101course h5,
#bonus101course .h5 {
  margin-top: 1.5rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

#bonus101course p {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.single #bonus101course {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.single #bonus101course h5,
.single #bonus101course .h5,
.single #bonus101course p {
  margin-bottom: 1.1rem;
}

.single #bonus101course + form[id^="subscribeForm_bonus101Form"] {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.single #bonus101course + p + form[id^="subscribeForm_bonus101Form"] {
  margin-top: -1.5625rem;
}

.single #bonus101course.text {
  background: 0 0;
}

.single #bonus101course.text h4,
.single #bonus101course.text .h4 {
  text-transform: none;
}

.single #bonus101course.text + form {
  border-radius: 0;
}

form[id^="subscribeForm"] {
  background: #3a0ca3;
  padding: 1.5625rem;
}

form[id^="subscribeForm"] label {
  margin-bottom: 0.3125rem;
  font-family: korolev, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 110%;
}

form[id^="subscribeForm"] input {
  background-color: transparent;
  font-size: 100%;
  border: 3px solid var(--bs-gray-600);
  border-radius: 15px;
}

/*
form[id^=subscribeForm] button {
    width: 100%;
    color: #fff;
    border: 0;
    font-size: 110%;
    background: #f72585;
    background: linear-gradient(0deg, rgb(232, 25, 119) 0%, rgb(255, 51, 144) 100%);
    box-shadow: .1875rem .1875rem .5rem rgba(232, 25, 119, .3);
    padding: .5rem !important;
    border: 0;
    text-transform: uppercase
}*/

form[id^="subscribeForm"] button:disabled {
  color: #fff;
}

form[id^="subscribeForm"] .form-check-input[role="switch"] {
  background-color: #f7f8f8;
  border-color: #f7f8f8;
  height: 1.5rem;
  position: relative;
  top: -0.0625rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPScjMDAwMDAwJyBkPSdNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXonLz48L3N2Zz4=);
}

form[id^="subscribeForm"] .form-check-input[role="switch"]:checked {
  background-color: #80ffdb;
  border-color: #80ffdb;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPScjMDAwMDAwJyBkPSdNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeicvPjwvc3ZnPg==);
}

form[id^="subscribeForm"] label + aside {
  color: #fff;
  margin-bottom: 1.5625rem;
}

form[id^="subscribeForm"] .text-muted {
  color: #80ffdb !important;
  margin-bottom: 1.5625rem;
  font-size: 85%;
  font-style: italic;
  display: block;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.78125rem;
}

form[id^="subscribeForm"] .error,
form[id^="subscribeForm"] label .fa-exclamation-circle {
  display: none;
}

form[id^="subscribeForm"] .invalid input {
  border: 2px solid #f72585;
}

form[id^="subscribeForm"] .invalid label .fa-exclamation-circle {
  display: inline-block !important;
  color: #f72585;
}

form[id^="subscribeForm"] .error_show {
  color: rgb(160.5414634146, 175.6146341463, 246.4585365854);
  display: block;
  font-size: 90%;
  margin-top: 0.1875rem;
}

form[id^="subscribeForm"] .honeypot {
  display: none;
}

#shareModal .modal-body .social-links {
  font-family: korolev, sans-serif;
}

#shareModal .modal-body .social-links a {
  color: #000;
}

#shareModal .modal-body .social-links a:hover {
  text-decoration: underline;
}

#shareModal .modal-body .social-links .fa {
  background: #f72585;
  color: #fff;
  border-radius: 50%;
  width: 1.87em;
  height: 1.85em;
  line-height: 1.85em;
  text-align: center;
  display: inline-block;
}

#shareModal .modal-body .social-links .fa.fa-linkedin:before {
  position: relative;
  left: 1px;
  top: 1px;
}

#shareModal .modal-body .social-links .fa.fa-twitter:before {
  position: relative;
  top: 1px;
}

#shareModal .modal-body input[name="offer_slug"] {
  border: 2px solid #f72585;
  background: #fff;
  font-style: italic;
  cursor: text;
}

#ppcModal .modal-header,
#ppcModal .modal-body {
  background: #80ffdb;
}

#ppcModal .modal-header {
  padding-bottom: 0;
}

#ppcModal .modal-header [class^="fa-"],
#ppcModal .modal-header [class*=" fa-"],
#ppcModal .modal-header .modal-title {
  color: #3a0ca3;
}

#ppcModal .modal-header .modal-title {
  line-height: 1.1;
}

#ppcModal .modal-body {
  padding-top: 0.9375rem;
}

#ppcModal .modal-footer {
  background: #3a0ca3;
  border-top: 0;
  padding: 0;
}

#ppcModal .modal-footer form {
  width: 100%;
}

#ppcModal .modal-footer form .text-muted {
  color: #80ffdb !important;
}

@media (max-width: 575.98px) {
  #ecapModal #ecap_form input[type="email"],
  #ecapModal #ecap_form button {
    width: 100%;
    border-radius: 0.3rem;
  }

  #ecapModal #ecap_form input[type="email"] {
    margin-bottom: 0.1875rem;
  }
}

#bonus-search {
  background-color: #80ffdb;
  position: relative;
  z-index: 2;
}

#bonus-search h2,
#bonus-search .h2 {
  color: #3a0ca3;
  text-transform: uppercase;
}

#bonus-search label {
  font-size: calc(1.26875rem + 0.225vw);
  margin-bottom: 0;
  font-family: korolev, sans-serif;
  color: #000;
}

@media (min-width: 1200px) {
  #bonus-search label {
    font-size: 1.4375rem;
  }
}

#bonus-search p {
  line-height: 1.5;
  margin-bottom: 1rem;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

#bonus-search img {
  display: none;
}

@media (min-width: 1600px) {
  #bonus-search img {
    display: block;
    width: 100%;
    margin-left: 4.6875rem;
  }
}

#bonus-search form {
  background: var(--bs-body-bg);
  padding: 2.6rem;
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
}

@media(max-width: 768px) {
  #bonus-search form {
    padding: 1.6rem;
  }
}

#bonus-search button[type="submit"] {
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
  padding: 0.5rem !important;
  text-transform: none;
  margin-top: 2.5rem;
  background: linear-gradient(
    0deg,
    rgb(232, 25, 119) 0%,
    rgb(255, 51, 144) 100%
  );
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(232, 25, 119, 0.3);
}

@media (min-width: 1200px) {
  #bonus-search button[type="submit"] {
    font-size: 1.5rem;
  }
}

#bonus-search button[type="submit"]:after {
  content: "\f054";
  font-family: mmg-icons;
  position: relative;
  top: 1px;
  left: -1.875rem;
  background: 0 0;
  line-height: 1;
  font-size: 75%;
  opacity: 0;
  position: absolute;
  padding: 0.4375rem 0 0.25rem;
}

#bonus-search button[type="submit"]:hover:after {
  opacity: 1;
  position: relative;
  transition: all 150ms ease-in;
  left: 0.4375rem;
}

#bonus-search .form-select {
  border: 2px solid #000;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPSdibGFjaycgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBzdHJva2Utd2lkdGg9JzInIGQ9J00yIDVsNiA2IDYtNicvPjwvc3ZnPg==);
}

#bonus-search label + .form-select {
  position: relative;
  top: 0.3125rem;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}
#bonus-search label + .form-select option {
  padding: 10px 15px;
  border-radius: 15px;
  margin: 2px 0;
  background-color: #fff;
  color: #333;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}
#bonus-search label + .form-select:invalid,
#bonus-search label + .form-select [disabled] {
  color: #8d8d8d;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

#bonus-search label[for="accountTypeDropdown"] {
  margin-bottom: 0.3125rem;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

#bonus-search .form-select-lg {
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

#bonus-search .dropdown .dropdown-menu {
  width: 100%;
  padding: 0.9375rem;
  border: 2px solid #000;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

#bonus-search .dropdown .dropdown-menu label {
  font-size: 1.125rem;
  text-transform: none;
  font-family: "Involve", sans-serif;
  font-weight: 500;
  color: #09AFF4;
}

#bonus-search .dropdown .dropdown-menu .form-check-input {
  width: 1.4375rem;
  height: 1.4375rem;
  position: relative;
  top: -0.0625rem;
  margin-right: 0.625rem;
  border: 1px solid #09AFF4;
  background-color: #09AFF4;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

.form-check .form-check-input:not(:checked),
#bonus-search .dropdown .dropdown-menu .form-check-input:not(:checked) {
  background-color: rgba(67, 97, 238, 0.15);
}

#bonus-search .dropdown .dropdown-menu .form-check:not(:last-child) {
  margin-bottom: 0.625rem;
}

#bonus-search label[for="accountType"] + .row {
  margin-bottom: -0.3125rem;
}

@media (min-width: 992px) {
  #bonus-search label[for="accountType"] + .row {
    margin-bottom: 0;
  }
}

#bonus-search label[for="accountType"] + .row .form-check-input[type="radio"] {
  border-radius: 0.3125rem;
  border: 2px solid #000;
  width: 100%;
  height: 3rem;
  background-color: transparent;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

#bonus-search
  label[for="accountType"]
  + .row
  .form-check-input[type="radio"]
  + label {
  text-transform: none;
  line-height: 2.9375rem;
  position: absolute;
  top: 0.25rem;
  text-align: center;
  left: 0.125rem;
  margin-bottom: 0;
  font-size: 1.3125rem;
  width: 100%;
  color: #000;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

#bonus-search
  label[for="accountType"]
  + .row
  .form-check-input[type="radio"]
  + label
  .fa {
  font-size: 1.85rem;
  margin-right: 1.015625rem;
  color: #000;
  position: relative;
}

#bonus-search
  label[for="accountType"]
  + .row
  .form-check-input[type="radio"]
  + label
  .fa:before {
  position: relative;
  left: 0.375rem;
  top: 0.4375rem;
}

#bonus-search
  label[for="accountType"]
  + .row
  .form-check-input[type="radio"]
  + label
  .fa.fa-briefcase:before {
  left: 0.25rem;
}

#bonus-search
  label[for="accountType"]
  + .row
  .form-check-input:checked[type="radio"] {
  background-image: none;
  background-color: #000;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

#bonus-search
  label[for="accountType"]
  + .row
  .form-check-input:checked[type="radio"]
  + label,
#bonus-search
  label[for="accountType"]
  + .row
  .form-check-input:checked[type="radio"]
  + label
  .fa {
  color: var(--bs-body-bg);
}

.container__main.bonus-tool-archive {
  overflow: unset;
}

#bonus-tool__pagination {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

#bonus-tool__pagination div {
  font-size: 85%;
}

#bonus-tool__pagination div strong {
  font-family: "Involve", sans-serif;
}

#bonus-tool__pagination .pagination {
  font-family: "Involve", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

#bonus-tool__pagination .pagination a {
  color: #000;
  text-decoration: none;
}

#bonus-tool__pagination .pagination li {
  padding-left: 0;
}

#bonus-tool__pagination .pagination li:before {
  display: none;
}

#bonus-tool__pagination .pagination li.disabled a {
  color: silver;
}

#bonus-tool__sort .form-select,
#bonus-tool__filters .form-select {
  font-family: korolev, sans-serif;
  font-weight: 700;
  border: 2px solid #000;
  font-size: 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAwMDAwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
  background-size: 20px 15px;
  background-position: 0.625rem right center;
}

#bonus-tool__sort label {
  background: 0 0;
  border: none;
  line-height: 0;
}

#bonus-tool__sort .form-select {
  border: 0;
  border-radius: 0;
  background-position: right center;
  padding-left: 0;
}

#bonus-tool__filters {
  margin-bottom: 1.5625rem;
  z-index: 3;
}

#bonus-tool__filters .dropdown:hover {
  cursor: pointer;
}

#bonus-tool__filters .dropdown .form-select[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#bonus-tool__filters .dropdown .dropdown-menu {
  width: 100%;
  padding: 0.9375rem 0.9375rem 0.625rem;
  border: 2px solid #000;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 99999;
}

#bonus-tool__filters .dropdown .dropdown-menu label {
  font-size: 1.125rem;
  text-transform: none;
  font-family: "source serif pro", serif;
  color: #000;
  line-height: 1.3;
}

#bonus-tool__filters .dropdown .dropdown-menu .form-check-input {
  width: 1.4375rem;
  height: 1.4375rem;
  position: relative;
  top: -0.25rem;
  margin-right: 0.5rem;
  border: 1px solid #4361ee;
}

#bonus-tool__filters .dropdown .dropdown-menu .form-check-input:not(:checked) {
  background-color: rgba(67, 97, 238, 0.15);
}

#bonus-tool__filters
  .dropdown
  .dropdown-menu
  .align-items-start
  .form-check-input {
  padding: 0 0.625rem;
}

#bonus-tool__filters .dropdown .dropdown-menu .form-check:not(:last-child) {
  margin-bottom: 0.625rem;
}

#bonus-tool__filters .dropdown .dropdown-menu .form-check:last-child {
  margin-bottom: 0;
}

#bonus-tool__filters
  .dropdown
  .dropdown-menu[data-popper-placement="top-start"] {
  border-top: 2px solid #000;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  input[type="text"] {
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #3a0ca3;
  font-size: 1rem;
  padding: 0.5rem 0.25rem;
  font-family: korolev, sans-serif;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  #addedBanks {
  margin-top: 0.78125rem;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  #addedBanks
  .btn {
  text-transform: none;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  .autocomplete-suggestions {
  border: 1px solid #000;
  border-radius: 0.5rem;
  margin-top: 0.3125rem;
  background: #fff;
  overflow: auto;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  .autocomplete-suggestions
  strong {
  font-weight: 700;
  color: #4361ee;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  .autocomplete-suggestion {
  padding: 4px 11px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  .autocomplete-selected {
  background: #f3f3f3;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  .autocomplete-group {
  padding: 3px 6px;
}

#bonus-tool__filters
  .dropdown
  #filter_banksDropdown
  + .dropdown-menu
  .autocomplete-group
  strong {
  display: block;
  border-bottom: 1px solid #000;
}

@media (min-width: 992px) {
  .sticky-lg-top #bonus-tool__filters {
    position: relative;
    top: 4.6875rem;
    margin-top: -4.6875rem;
    margin-bottom: 7.8125rem;
  }
}

.location .locationSet {
  font-family: korolev, sans-serif;
  color: #4361ee;
  border-bottom: 1px solid;
  font-size: 110%;
  text-decoration: none;
}

.location aside a {
  text-decoration: none;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-size: 80%;
}

.location aside a i {
  font-size: 120%;
  margin-right: 0.25rem;
}

@media (min-width: 992px) {
  #bonus-tool__sidebar {
    position: relative;
    top: 6.25rem;
    margin-top: -4.6875rem;
  }

  #bonus-tool__sidebar #articleContents {
    position: unset;
    padding-left: 0;
  }
}

#bonus-tool__sidebar form[id^="NationalOffersToggle"] {
  background: #3a0ca3;
  padding: 0.78125rem;
}

#bonus-tool__sidebar form[id^="NationalOffersToggle"] label {
  margin-bottom: 0.3125rem;
  font-family: korolev, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 110%;
  line-height: 1.1;
}

#bonus-tool__sidebar
  form[id^="NationalOffersToggle"]
  .form-check-input[role="switch"] {
  background-color: #f7f8f8;
  border-color: #f7f8f8;
  height: 1.5rem;
  position: relative;
  top: -0.0625rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPScjMDAwMDAwJyBkPSdNMjU2IDhDMTE5IDggOCAxMTkgOCAyNTZzMTExIDI0OCAyNDggMjQ4IDI0OC0xMTEgMjQ4LTI0OFMzOTMgOCAyNTYgOHptMTIxLjYgMzEzLjFjNC43IDQuNyA0LjcgMTIuMyAwIDE3TDMzOCAzNzcuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDI1NiAzMTJsLTY1LjEgNjUuNmMtNC43IDQuNy0xMi4zIDQuNy0xNyAwTDEzNC40IDMzOGMtNC43LTQuNy00LjctMTIuMyAwLTE3bDY1LjYtNjUtNjUuNi02NS4xYy00LjctNC43LTQuNy0xMi4zIDAtMTdsMzkuNi0zOS42YzQuNy00LjcgMTIuMy00LjcgMTcgMGw2NSA2NS43IDY1LjEtNjUuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsMzkuNiAzOS42YzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMTIgMjU2bDY1LjYgNjUuMXonLz48L3N2Zz4=);
}

#bonus-tool__sidebar
  form[id^="NationalOffersToggle"]
  .form-check-input[role="switch"]:checked {
  background-color: #80ffdb;
  border-color: #80ffdb;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBmaWxsPScjMDAwMDAwJyBkPSdNNTA0IDI1NmMwIDEzNi45NjctMTExLjAzMyAyNDgtMjQ4IDI0OFM4IDM5Mi45NjcgOCAyNTYgMTE5LjAzMyA4IDI1NiA4czI0OCAxMTEuMDMzIDI0OCAyNDh6TTIyNy4zMTQgMzg3LjMxNGwxODQtMTg0YzYuMjQ4LTYuMjQ4IDYuMjQ4LTE2LjM3OSAwLTIyLjYyN2wtMjIuNjI3LTIyLjYyN2MtNi4yNDgtNi4yNDktMTYuMzc5LTYuMjQ5LTIyLjYyOCAwTDIxNiAzMDguMTE4bC03MC4wNTktNzAuMDU5Yy02LjI0OC02LjI0OC0xNi4zNzktNi4yNDgtMjIuNjI4IDBsLTIyLjYyNyAyMi42MjdjLTYuMjQ4IDYuMjQ4LTYuMjQ4IDE2LjM3OSAwIDIyLjYyN2wxMDQgMTA0YzYuMjQ5IDYuMjQ5IDE2LjM3OSA2LjI0OSAyMi42MjguMDAxeicvPjwvc3ZnPg==);
}

#bonus-tool__sidebar form[id^="NationalOffersToggle"] label + aside {
  color: #fff;
}

#states-svg {
  margin-bottom: 3.125rem;
}

#states-svg svg#us-map {
  width: 100%;
  height: 100%;
}

#states-svg svg#us-map path,
#states-svg svg#us-map circle {
  fill: rgb(230.25, 230.25, 230.25);
}

#states-svg svg#us-map path:hover,
#states-svg svg#us-map circle:hover {
  stroke: #3a0ca3 !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #3a0ca3 !important;
  cursor: pointer;
}

#states-svg #states-info-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #80ffdb;
  padding: 5px;
  font-family: korolev, sans-serif;
}

.bonus-box {
  margin-bottom: 1.5625rem;
}

.bonus-box p,
.bonus-box dt,
.bonus-box dd {
  margin-bottom: 0;
}

.bonus-box .bonus-header {
  background-color: var(--bs-gray);
  margin-bottom: 0.3125rem;
}

.bonus-box .bonus-header h5,
.bonus-box .bonus-header .h5 {
  margin: 0;
  line-height: 1;
  margin-top: 0 !important;
}

.bonus-box .bonus-header h5 .bank,
.bonus-box .bonus-header .h5 .bank {
  text-transform: uppercase;
}

.bonus-box .bonus-header img {
  padding: 5px;
  background-color: #fff;
  border-radius: 15px;
}

.bonus-box .bonus-header img:not(.logo-alt) {
  width: 100%;
  max-width: 6.75rem;
}

.bonus-box .bonus-body {
  border: 3px solid #f3f3f3;
  padding: 0.9375rem 1.5625rem 1.5625rem;
}

.bonus-box dl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.78125rem);
  padding-left: var(--bs-gutter-x, 0.78125rem);
  margin-right: auto;
  margin-left: auto;
  --bs-gutter-x: 0;
}

.bonus-box dl dt {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.bonus-box dl dt.full {
  flex: 0 0 auto;
  width: 100%;
}

.bonus-box dl dt.auto {
  flex: 0 0 auto;
  width: auto;
}

.bonus-box dl dt.three {
  flex: 0 0 auto;
  width: 25%;
}

.bonus-box dl dt.three + dd {
  flex: 0 0 auto;
  width: 75%;
}

.bonus-box dl dd {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.bonus-box dl dd.full {
  flex: 0 0 auto;
  width: 100%;
}

.bonus-box dl dd.auto {
  flex: 0 0 auto;
  width: auto;
}

@media (max-width: 575.98px) {
  .bonus-box dl dt,
  .bonus-box dl dd,
  .bonus-box dl dt.three {
    width: 100% !important;
  }
}

.bonus-box dt,
.bonus-box .dt {
  font-weight: 700;
  text-transform: uppercase;
  font-family: korolev, sans-serif;
  position: relative;
  top: 0.0625rem;
}

.bonus-box dt.deet__amount,
.bonus-box .dt.deet__amount {
  line-height: 2.375rem;
}

.bonus-box dt.sub-title,
.bonus-box .dt.sub-title {
  text-transform: capitalize;
}

.bonus-box aside {
  display: inline;
  margin-left: 0.625rem;
}

.bonus-box aside a {
  text-decoration: none;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-size: 80%;
}

.bonus-box aside a i {
  font-size: 120%;
  margin-right: 0.25rem;
  position: relative;
  top: 0.0625rem;
}

.bonus-box .sep {
  border-top: 1px solid #f3f3f3;
  width: calc(100% + 50px);
  padding-top: 1.375rem;
  margin-top: 1.25rem;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
  position: relative;
  z-index: -1;
}

.bonus-box dd.deet__amount {
  font-size: 3.125rem;
  line-height: 1;
  color: #f72585;
  font-family: korolev, sans-serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.bonus-box dd.deet__desc p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.bonus-box dd.deet__desc img {
  display: none;
}

.bonus-box dd.deet__desc ul {
  margin-top: 1rem;
  padding-left: 1.4375rem;
}

.bonus-box dd.deet__desc table {
  border: 0;
  font-size: 85%;
}

.bonus-box dd.deet__desc table th,
.bonus-box dd.deet__desc table td {
  padding: 0.3125rem 0;
}

.bonus-box dd.deet__desc ul,
.bonus-box dd.deet__desc table {
  margin-bottom: 0;
}

.bonus-box dd.deet__desc ul + p,
.bonus-box dd.deet__desc table + p {
  margin-top: 1rem;
}

.bonus-box .countdown__time {
  color: #4361ee;
  font-family: korolev, sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
}

.bonus-box .countdown__time:not(last-of-type) {
  margin-right: 1.5625rem;
}

.bonus-box .countdown__time span {
  display: block;
  color: #000;
  font-family: "source serif pro", serif;
  font-weight: 400;
  font-size: 1rem;
}

.bonus-box dt.deet__reqs.full {
  margin-bottom: 0.625rem;
}

.bonus-box dd.deet__reqs ol {
  border-left: 3px solid #f3f3f3;
  position: relative;
  left: 0.9375rem;
  padding-bottom: 0.0625rem;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.bonus-box dd.deet__reqs ol li {
  counter-increment: list;
  position: relative;
  left: -0.25rem;
  text-indent: 0;
  margin-bottom: 0.9375rem;
  padding-left: 2.375rem;
}

.bonus-box dd.deet__reqs ol li::before {
  background: #f3f3f3;
  color: #000;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 50%;
  display: inline-block;
  content: counter(list) ".";
  text-indent: 0.25rem;
  text-align: center;
  position: absolute;
  font-family: korolev, sans-serif;
  font-weight: 700;
  left: -0.9375rem;
}

.bonus-box dd.deet__reqs.full aside {
  margin-left: 0.375rem;
  position: relative;
  top: -0.25rem;
}

.bonus-box dd.deet__reqs.full aside i {
  font-size: 145%;
  position: relative;
  top: 0.3125rem;
}

.bonus-box .form-check-input {
  background-color: silver;
  border-color: silver;
  height: 1.5rem;
  position: relative;
  top: -0.1875rem;
}

.bonus-box .form-check-input:checked {
  background-color: #4361ee;
  border-color: #4361ee;
}

.bonus-box .form-check-input:disabled {
  opacity: 1;
}

.bonus-box .btn {
  text-decoration: none;
  width: 100%;
  font-family: korolev, sans-serif;
  font-weight: 700;
  line-height: 1.875rem;
  margin-top: 0.1875rem;
  font-size: 1.125rem;
}

.bonus-box .btn.cta {
  color: #fff;
  font-size: 1rem;
  background: linear-gradient(
    0deg,
    rgb(232, 25, 119) 0%,
    rgb(255, 51, 144) 100%
  );
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(232, 25, 119, 0.3);
  padding: 0.5rem !important;
  border: 0;
}

.bonus-box .btn.cta:hover {
  background: linear-gradient(0deg, rgb(197 25 103) 0%, rgb(255, 51, 144) 100%);
  text-transform: uppercase;
}

.bonus-box .btn.cta:after {
  top: -2px;
}

.promo-box .sep {
  margin: 1.5625rem 0 1.75rem;
}

.promo-box .btn.cta {
  font-size: 135%;
}

.promo-box .plain.cta {
  font-family: korolev, sans-serif;
  color: #f72585;
  font-weight: 700;
  text-decoration: none;
  font-size: 145%;
  line-height: 0;
}

.promo-box .plain.cta:after {
  color: #f72585;
}

.promo-box aside a {
  text-decoration: none;
  font-family: korolev, sans-serif;
  font-weight: 700;
  font-size: 80%;
}

.promo-box aside a i {
  font-size: 120%;
  margin-right: 0.25rem;
  position: relative;
  top: 0.1875rem;
}

.promo-box .deet__amount {
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1;
  color: #f72585;
  font-family: korolev, sans-serif;
  font-weight: 700;
  margin: 0;
}

@media (min-width: 1200px) {
  .promo-box .deet__amount {
    font-size: 3.375rem;
  }
}

.promo-box #deets__expires {
  margin-top: 0.75rem;
}

.promo-box #deets__expires .countdown__time {
  color: #4361ee;
  font-family: korolev, sans-serif;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  font-size: calc(1.34375rem + 1.125vw);
  line-height: 1;
}

@media (min-width: 1200px) {
  .promo-box #deets__expires .countdown__time {
    font-size: 2.1875rem;
  }
}

.promo-box #deets__expires .countdown__time:not(last-of-type) {
  margin-right: 1.5625rem;
}

.promo-box #deets__expires .countdown__time span {
  display: block;
  color: #000;
  font-family: "source serif pro", serif;
  font-weight: 400;
  font-size: 1rem;
}

.promo-box .deet__reqs {
  margin-top: 1.25rem;
}

.promo-box .deet__reqs ol {
  border-left: 3px solid #f3f3f3;
  position: relative;
  left: 0.9375rem;
  padding-bottom: 0.0625rem;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.promo-box .deet__reqs ol li {
  counter-increment: list;
  position: relative;
  left: -0.25rem;
  text-indent: 0;
  margin-bottom: 0.9375rem;
  padding-left: 2.375rem;
}

.promo-box .deet__reqs ol li::before,
dd.deet__reqs ol li::before {
  background: #f3f3f3;
  color: #000000;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 50%;
  display: inline-block;
  content: counter(list) ".";
  text-indent: 0.25rem;
  text-align: center;
  position: absolute;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  left: -0.9375rem;
}

.promo-box .deet__reqs aside {
  margin-left: 0.375rem;
  position: relative;
  top: -0.25rem;
}

.promo-box .deet__reqs aside i {
  font-size: 145%;
  position: relative;
  top: 0.3125rem;
}

.promo-box .deet__reqs .deet__disclaimer {
  background: #f7f8f8;
  border-radius: 0.5rem;
  font-size: 80%;
  margin-top: 0.78125rem;
  position: relative;
  margin-bottom: 0.3125rem;
}

.promo-box .deet__reqs .deet__disclaimer p {
  margin-bottom: 0;
  font-family: korolev, sans-serif;
  padding: 0.78125rem;
}

.promo-box .deet__reqs .deet__disclaimer ul {
  padding-bottom: 0.78125rem;
  margin-bottom: 0;
}

.promo-box .deet__reqs .deet__disclaimer:before,
.promo-box .deet__reqs .deet__disclaimer:after {
  content: "";
  position: absolute;
  border-left: 3px solid #f3f3f3;
  left: 0.5625rem;
}

.promo-box .deet__reqs .deet__disclaimer:before {
  top: -0.78125rem;
  height: 0.78125rem;
}

.promo-box .deet__reqs .deet__disclaimer:after {
  bottom: -0.625rem;
  height: 0.8125rem;
}

.promo-box .deets__other {
  margin-bottom: 1.25rem;
}

.promo-box .deets__other h4,
.promo-box .deets__other .h4 {
  font-size: 1.3125rem;
  margin: 0;
  margin-bottom: 0.9375rem;
}

.promo-box .deets__other p {
  font-family: korolev, sans-serif;
  font-weight: 700;
  color: #4361ee;
  font-size: calc(1.3125rem + 0.75vw);
  margin: 0;
  margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
  .promo-box .deets__other p {
    font-size: 1.875rem;
  }
}

.promo-box .deets__other h4,
.promo-box .deets__other .h4,
.promo-box .deets__other p {
  line-height: 1;
}

.promo-box .deets__other aside a {
  color: rgb(179.25, 179.25, 179.25);
  margin-left: 0;
}

.promo-box .deets__other aside a:hover {
  color: #4361ee;
}

.promo-box .deets__other .col:nth-child(2) {
  margin-top: 1.5625rem;
}

@media (min-width: 576px) {
  .promo-box .deets__other .col:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .promo-box .deets__other .col:nth-child(3),
  .promo-box .deets__other .col:nth-child(4) {
    margin-top: 1.5625rem;
  }
}

.promo-box .subscores {
  min-width: 13.4375rem;
  font-size: 85%;
}

.promo-box .subscores > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.promo-box .subscores > div > p,
.promo-box .subscores > div > div {
  flex: 0 0 auto;
  width: 50%;
}

.promo-box .subscores > div > div {
  text-align: right;
}

.promo-box .subscores p {
  margin-bottom: 0;
  font-family: korolev, sans-serif;
}

.promo-box .deets__verdict {
  margin-bottom: 1.875rem;
}

#map {
  width: 100%;
  height: 40vw;
  min-height: 360px;
  margin: 2rem 0;
  border-radius: 12px;
  overflow: hidden;
}

.branch-location {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  --bs-gutter-x: $spacer;
  padding: 0.9375rem;
  border: 1px solid rgb(222.6, 222.6, 222.6);
  align-items: center;
}

.branch-location > p {
  margin: 0;
  line-height: 1.5;
  flex: 1 0 0%;
}

.branch-location .directions {
  font-family: korolev, sans-serif;
  font-size: 1.25rem;
  white-space: nowrap;
  text-align: center;
  display: block;
  flex: 0 0 auto;
  width: auto;
}

.branch-location .directions .fa {
  color: #4361ee;
  margin-right: 0.3125rem;
}

.branch-location[data-href]:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.2s;
}

@media screen and (max-width: 390px) {
  .branch-location > p,
  .branch-location .directions {
    width: 100%;
    padding: 0;
    text-align: left;
  }

  .branch-location > p {
    margin-bottom: 0.625rem;
  }
}

.bonus-widget {
  position: relative;
  border: 2px solid rgb(237.9, 237.9, 237.9);
  box-shadow: 0.75rem 0.75rem 0 0 #f3f3f3;
  margin-top: 2.34375rem;
  margin-bottom: 0;
}

.bonus-widget thead {
  background: #f3f3f3;
}

.bonus-widget thead th {
  padding: 0.25rem 0.75rem;
}

.bonus-widget tbody {
  border-bottom: 2px solid rgb(237.9, 237.9, 237.9);
}

.bonus-widget tbody tr {
  background-color: #fff !important;
  border-bottom: 1px solid rgb(237.9, 237.9, 237.9);
}

.bonus-widget tbody td {
  padding: 1.5625rem 0.75rem;
}

.bonus-widget tbody .bonus__bank {
  font-size: 1rem;
  line-height: 1.1;
}

.bonus-widget tbody .bonus__bank img {
  max-width: 9.375rem;
  max-height: 3.75rem;
  margin-bottom: 0.9375rem;
  display: block;
}

.bonus-widget tbody .bonus__bank .deets__bank {
  font-family: korolev, sans-serif;
  display: block;
}

.bonus-widget tbody .bonus__amt {
  font-family: korolev, sans-serif;
  font-size: 2.6875rem;
  font-weight: 700;
  color: #f72585;
}

.bonus-widget tbody .bonus__reqs ul {
  margin-bottom: 0 !important;
}

.bonus-widget tbody .bonus__expires span {
  position: relative;
  z-index: 1;
}

.bonus-widget tbody .bonus__expires span:after {
  content: "";
  height: 0.5rem;
  position: absolute;
  left: 0;
  bottom: 0.0625rem;
  width: 100%;
  background: rgb(230.6975609756, 234.5756097561, 252.8024390244);
  z-index: -1;
}

.bonus-widget tbody .bonus__link a {
  color: #fff;
  text-decoration: none;
  width: 100%;
}

.bonus-widget + figcaption {
  margin: 0.8928571429rem 0 3.125rem;
  text-align: right;
  font-size: 75%;
  font-family: korolev, sans-serif;
  font-style: italic;
}

.bonus-widget + figcaption a {
  text-decoration: none;
  color: rgb(153.75, 153.75, 153.75);
}

.bonus-widget + figcaption a:hover {
  color: #4361ee;
  transition: color 0.25s ease-in-out;
}

@media (min-width: 992px) {
  .bonus-widget th,
  .bonus-widget td {
    width: 20%;
  }

  .bonus-widget th:nth-child(2),
  .bonus-widget td:nth-child(2) {
    width: 16%;
  }

  .bonus-widget th:nth-child(1),
  .bonus-widget th:nth-child(4),
  .bonus-widget td:nth-child(1),
  .bonus-widget td:nth-child(4) {
    width: 22%;
  }
}

@media (max-width: 767.98px) {
  .bonus-widget th,
  .bonus-widget td {
    width: 29%;
    display: inline-block;
  }

  .bonus-widget th:nth-child(4),
  .bonus-widget td:nth-child(4) {
    display: none;
  }

  .bonus-widget th:nth-child(1),
  .bonus-widget td:nth-child(1) {
    width: 42%;
  }

  .bonus-widget th:nth-child(5) {
    display: none;
  }

  .bonus-widget td:nth-child(5) {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 510px) {
  .bonus-widget thead {
    display: none;
  }

  .bonus-widget tr {
    display: block;
  }

  .bonus-widget td {
    text-align: right;
    border-bottom: 1px solid #f3f3f3;
    width: 100% !important;
    display: block !important;
  }

  .bonus-widget td.bonus__bank img {
    display: inline;
  }

  .bonus-widget td.bonus__reqs ul {
    top: 0 !important;
    display: inline-block;
  }

  .bonus-widget td.bonus__reqs li:before {
    display: none !important;
  }

  .bonus-widget td.bonus__amt {
    line-height: 1;
  }

  .bonus-widget td.bonus__amt:before {
    line-height: 2.6875rem;
  }

  .bonus-widget td.bonus__link {
    margin-top: 0.3125rem;
  }

  .bonus-widget td.bonus__bank,
  .bonus-widget td.bonus__reqs,
  .bonus-widget td.bonus__link {
    border-bottom: none;
  }

  .bonus-widget td:before {
    content: attr(data-label);
    float: left;
    font-family: korolev, sans-serif;
    color: #000;
    font-size: 1.125rem;
  }

  .bonus-widget td:nth-child(1),
  .bonus-widget td:nth-child(5) {
    text-align: center;
  }

  .bonus-widget td:nth-child(1):before,
  .bonus-widget td:nth-child(5):before {
    display: none;
  }
}

.bonus-compare-list {
  background: #f7f8f8;
  padding: 1.5625rem;
  border-radius: 0.5rem;
  margin-bottom: 4.6875rem;
}

.bonus-compare-list header:before,
.bonus-compare-list ul:before {
  content: "";
  border-left: 5px solid #80ffdb;
  display: block;
  position: absolute;
  top: 0.625rem;
  left: -1.5625rem;
}

.bonus-compare-list header {
  font-family: korolev, sans-serif;
  position: relative;
  font-size: 113%;
}

.bonus-compare-list header:before {
  height: calc(100% + 10px);
  top: 0;
}

.bonus-compare-list ul {
  margin-bottom: 0 !important;
}

.bonus-compare-list ul li {
  line-height: 1.3;
  padding-left: 1.1875rem !important;
}

.bonus-compare-list ul li:before {
  background: #000 !important;
  top: 1rem !important;
  width: 0.5rem !important;
  height: 0.5rem !important;
  left: -1.125rem !important;
}

.bonus-compare-list ul:before {
  height: calc(100% - 10px);
}

.bonus-compare-list span.text-secondary {
  font-size: 110%;
  font-family: korolev, sans-serif;
  line-height: 1;
  position: relative;
  top: 1px;
}

.bonus-compare-list a.deets-link {
  font-family: korolev, sans-serif;
  text-decoration: none;
  font-size: 80%;
}

.bonus-compare-list a.deets-link:after {
  content: "\f054";
  font-family: mmg-icons;
  font-size: 0.75em;
  margin-left: 0.3125rem;
}

.promotion-card-widget .offer {
  border: 2px solid rgb(237.9, 237.9, 237.9);
  box-shadow: 0.75rem 0.75rem 0 0 #f3f3f3;
  padding: 0.78125rem 0;
  height: 100%;
  border-radius: 0;
}

.promotion-card-widget .offer p {
  line-height: 1.8;
}

.promotion-card-widget .offer .card-header,
.promotion-card-widget .offer .card-footer {
  background: 0 0;
  border: none;
  text-align: center;
}

.promotion-card-widget .offer .deets__logo {
  margin-bottom: 0.78125rem;
}

.promotion-card-widget .offer .deets__logo[src^="https://bankbonus.com"]
{
  max-height: 3rem;
}

.promotion-card-widget .offer .deets__logo[src^="https://bankbonus.com/bank_logos/account-alts/"]
{
  max-height: revert;
}

.promotion-card-widget .offer.exclusive {
  border-image-slice: 1;
  border-image-source: linear-gradient(
    60deg,
    #f72585,
    #f832dd,
    #c83ef9,
    #854bfa,
    #5864fc,
    #65adfd,
    #73edfe,
    #80ffdb
  );
}

.promotion-card-widget .offer.exclusive .exclusive-badge {
  margin-top: -0.875rem;
  margin-right: -0.125rem;
  margin-left: -0.125rem;
  border-radius: 0;
  background: linear-gradient(
    60deg,
    #854bfa,
    #5864fc,
    #65adfd,
    #73edfe,
    #80ffdb
  );
  text-align: center;
  padding: 0.25rem;
}

.promotion-table-widget {
  border: 2px solid rgb(237.9, 237.9, 237.9);
  box-shadow: 0.75rem 0.75rem 0 0 #f3f3f3;
}

.promotion-table-widget thead {
  display: none;
}

.promotion-table-widget > tbody > tr {
  background-color: #fff !important;
}

.promotion-table-widget > tbody > tr:not(:last-of-type) {
  border-bottom: 12px solid #f3f3f3;
}

.promotion-table-widget > tbody > tr > td {
  display: block;
  text-align: center;
}

@media (min-width: 576px) {
  .promotion-table-widget > tbody > tr > td:nth-child(1) {
    display: table-cell;
    width: 10.9375rem;
    border-right: 1px solid rgb(237.9, 237.9, 237.9) !important;
  }
}

@media (min-width: 768px) {
  .promotion-table-widget > tbody > tr > td {
    padding: 1.5625rem;
  }

  .promotion-table-widget > tbody > tr > td:nth-child(1) {
    width: 15.625rem;
  }
}

@media (min-width: 992px) {
  .promotion-table-widget > tbody > tr > td:nth-child(1) {
    width: 18.75rem;
  }
}

.promotion-table-widget a {
  font-size: 1.125rem !important;
}

.promotion-table-widget .deets__logo {
  margin-bottom: 1.5625rem;
  max-height: 3.75rem;
  display: inline-block;
}

.promotion-table-widget a[data-bs-toggle="collapse"] {
  display: block;
}

.promotion-table-widget a[data-bs-toggle="collapse"][aria-expanded="true"] i {
  transform: rotate(-180deg);
  display: inline-block;
  transition: ease-in-out 0.2s;
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .promotion-table-widget a[data-bs-toggle="collapse"][aria-expanded="true"] {
    margin-bottom: -8px;
  }
}

.promotion-table-widget [id^="offerDesc"] p {
  margin-bottom: 1em;
  line-height: 1.5;
}

.promotion-table-widget [id^="offerDesc"] img {
  display: none;
}

.promotion-table-widget [id^="offerDesc"] table thead {
  display: table-header-group;
}

.promotion-table-widget [id^="offerDesc"] table thead th {
  top: 0;
  background: #fff;
}

.promotion-table-widget .deets__rating {
  margin: 0 0 1.5625rem;
  text-align: left;
}

.promotion-table-widget .deets__rating #methodology-explanation:hover {
  cursor: pointer;
}

dl.offer-deets {
  padding: 0 0.78125rem;
  margin-bottom: 0;
}

dl.offer-deets > div {
  --bs-gutter-x: 1.5625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0;
}

dl.offer-deets > div:not(:last-of-type) {
  border-bottom: 1.5px solid var(--bs-gray-600);
}

dl.offer-deets dt,
dl.offer-deets dd {
  margin-bottom: 0;
  line-height: 1.3;
}

dl.offer-deets dt {
  font-family: "Involve", sans-serif;
  text-align: left;
  font-weight: 500;
}

dl.offer-deets dd {
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  dl.offer-deets dt,
  dl.offer-deets dd {
    width: 100%;
    text-align: center;
  }
}

dl.offer-deets ul {
  list-style: none;
  padding-left: 0;
  position: relative;
  margin-bottom: 0 !important;
  top: 0 !important;
}

dl.offer-deets ul li {
  padding-left: 0 !important;
}

dl.offer-deets ul li:before {
  display: none !important;
}

dl.offer-deets .deets__amt {
  color: #f72585;
  font-size: 180%;
  line-height: 1;
  font-family: korolev, sans-serif;
}

dl.offer-deets .deets__amt span {
  font-size: 60%;
  position: relative;
  top: -0.25rem;
}

dl.offer-deets .deets__expires,
dl.offer-deets .deets__rewards-rate {
  font-family: korolev, sans-serif;
  color: #4361ee;
  font-size: 120%;
}

dl.offer-deets .helper-icon {
  font-size: 0.875rem;
  text-decoration: none;
}

.promotion-card-widget .deet__reqs ol,
.promotion-table-widget .deet__reqs ol {
  border-left: 3px solid #f3f3f3;
  position: relative;
  left: 0.9375rem;
  margin: 0;
  list-style: none;
  font-family: "Involve", sans-serif;
  font-weight: 500;
}

.promotion-card-widget .deet__reqs ol li,
.promotion-table-widget .deet__reqs ol li {
  counter-increment: list;
  position: relative;
  left: -0.25rem;
  text-indent: 0;
  margin-bottom: 0.9375rem;
  padding-left: 2.375rem;
}

.promotion-card-widget .deet__reqs ol li::before,
.promotion-table-widget .deet__reqs ol li::before {
  background: #f3f3f3;
  color: #000;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 50%;
  display: inline-block;
  content: counter(list) ".";
  text-indent: 0.25rem;
  text-align: center;
  position: absolute;
  font-family: korolev, sans-serif;
  font-weight: 700;
  left: -0.9375rem;
}

.promotion-card-widget p,
.promotion-table-widget p,
.credit-card-overview p {
  line-height: 1.5;
  margin-bottom: 0;
}

.promotion-card-widget .deets__cta,
.promotion-table-widget .deets__cta,
.credit-card-overview .deets__cta {
  text-decoration: none;
  width: 100%;
  line-height: 1.5;
}

.promotion-card-widget .deets__cta.btn-secondary,
.promotion-table-widget .deets__cta.btn-secondary,
.credit-card-overview .deets__cta.btn-secondary {
  font-size: 1.3125rem !important;
  background: #f72585;
  background: linear-gradient(
    0deg,
    rgb(232, 25, 119) 0%,
    rgb(255, 51, 144) 100%
  );
  box-shadow: 0.1875rem 0.1875rem 0.5rem rgba(232, 25, 119, 0.3);
  border: 0;
}

.promotion-card-widget .deets__cta.btn-secondary + .text-small,
.promotion-table-widget .deets__cta.btn-secondary + .text-small,
.credit-card-overview .deets__cta.btn-secondary + .text-small {
  margin-top: 3px;
}

.promotion-card-widget .deets__bank,
.promotion-table-widget .deets__bank,
.credit-card-overview .deets__bank {
  font-family: korolev, sans-serif;
  display: block;
}

.promotion-card-widget .deets__bank + p,
.promotion-table-widget .deets__bank + p,
.credit-card-overview .deets__bank + p {
  line-height: 1.1 !important;
}

.promotion-card-widget .deets__logo,
.promotion-table-widget .deets__logo,
.credit-card-overview .deets__logo {
  max-width: 9.375rem;
  width: 100%;
}

.credit-card-overview {
  border: 2px solid rgb(237.9, 237.9, 237.9);
  box-shadow: 0.75rem 0.75rem 0 0 #f3f3f3;
  padding: 1.5625rem;
  margin-right: 1.5625rem;
  margin-left: 0.125rem;
  margin-bottom: 2.34375rem;
}

.credit-card-overview p {
  line-height: 1.8 !important;
}

.credit-card-overview .card-art {
  width: 100%;
  margin-bottom: 1.5625rem;
}

@media (max-width: 767.98px) {
  .credit-card-overview .card-art {
    max-width: 15.625rem;
  }
}

.credit-card-overview .deets__bank {
  font-size: 150%;
}

@media (max-width: 767.98px) {
  .credit-card-overview .deets__bank {
    text-align: center;
  }
}

.credit-card-overview dl.offer-deets .py-1 {
  padding-top: 1.171875rem !important;
  padding-bottom: 1.171875rem !important;
}

@media (min-width: 768px) {
  .credit-card-overview dl.offer-deets dd {
    text-align: left;
  }
}

.credit-card-overview .deets__amt a[data-tab-href] {
  color: #a7a7a7;
  font-size: 0.9375rem !important;
  text-decoration: none;
  position: relative;
  top: -5px;
  white-space: nowrap;
}

.credit-card-overview .deets__credit {
  position: relative;
  top: 0.25rem;
}

.credit-card-overview .deets__credit [class^="label"] {
  font-size: 80%;
  position: absolute;
  top: 0;
  font-family: korolev, sans-serif;
}

.credit-card-overview .deets__credit .label-min {
  left: 0;
  transform: translate(0, -100%);
}

.credit-card-overview .deets__credit .label-max {
  transform: translate(-100%, -100%);
}

.credit-card-overview .deets__credit [class^="bar__"] {
  color: #4361ee;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0.3125rem;
}

.credit-card-overview .deets__credit .bar__background {
  background: repeating-linear-gradient(
    90deg,
    rgb(237.9, 237.9, 237.9),
    rgb(237.9, 237.9, 237.9) calc(25% - 3px),
    rgba(255, 255, 255, 0) calc(25% - 3px),
    rgba(255, 255, 255, 0) calc(25% - 3px + 4px)
  );
  width: calc(100% - 4px);
  margin-left: 2px;
}

.credit-card-overview .deets__credit .bar__credit-needed {
  left: 2px;
  text-align: right;
}

.credit-card-overview .deets__credit .bar__credit-needed.excellent {
  width: calc(25% - 4px);
  margin-left: 75%;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee 100%,
    rgba(255, 255, 255, 0) 100%,
    rgba(255, 255, 255, 0) calc(100% + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.good-excellent {
  width: calc(50% - 4px);
  margin-left: 50%;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee calc(50% - 2px),
    rgba(255, 255, 255, 0) calc(50% - 2px),
    rgba(255, 255, 255, 0) calc(50% - 2px + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.good {
  width: calc(25% - 4px);
  margin-left: 50%;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee 100%,
    rgba(255, 255, 255, 0) 100%,
    rgba(255, 255, 255, 0) calc(100% + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.average-good {
  width: calc(50% - 4px);
  margin-left: 25%;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee calc(50% - 2px),
    rgba(255, 255, 255, 0) calc(50% - 2px),
    rgba(255, 255, 255, 0) calc(50% - 2px + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.average {
  width: calc(25% - 4px);
  margin-left: 25%;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee 100%,
    rgba(255, 255, 255, 0) 100%,
    rgba(255, 255, 255, 0) calc(100% + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.poor-average {
  width: calc(50% - 4px);
  margin-left: 0;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee calc(50% - 2px),
    rgba(255, 255, 255, 0) calc(50% - 2px),
    rgba(255, 255, 255, 0) calc(50% - 2px + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.poor {
  width: calc(25% - 4px);
  margin-left: 0;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee 100%,
    rgba(255, 255, 255, 0) 100%,
    rgba(255, 255, 255, 0) calc(100% + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.poor-good {
  width: calc(75% - 4px);
  margin-left: 0;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee calc(33.33% - 2.67px),
    rgba(255, 255, 255, 0) calc(33.33% - 2.67px),
    rgba(255, 255, 255, 0) calc(33.33% - 2.67px + 4px)
  );
}

.credit-card-overview .deets__credit .bar__credit-needed.average-excellent {
  width: calc(75% - 4px);
  margin-left: 25%;
  background: repeating-linear-gradient(
    90deg,
    #4361ee,
    #4361ee calc(33.33% - 2.67px),
    rgba(255, 255, 255, 0) calc(33.33% - 2.67px),
    rgba(255, 255, 255, 0) calc(33.33% - 2.67px + 4px)
  );
}

.credit-card-overview .mobileTabAccordion .panel-body p {
  line-height: 1.34;
}

.credit-card-overview .mobileTabAccordion .nav-link {
  text-transform: none;
}

.credit-card-overview .mobileTabAccordion .tab-content {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .credit-card-overview .mobileTabAccordion {
    margin: 1.5625rem -2.3125rem -1.5625rem -2.375rem;
    background: #f7f8f8;
    padding: 1.25rem 1.5625rem 1.875rem;
  }

  .credit-card-overview .mobileTabAccordion .panel-body {
    padding: 0.625rem;
  }
}

.credit-card-overview ol.deet__reqs {
  border-left: 3px solid #f3f3f3;
  position: relative;
  left: 0.9375rem;
  padding-bottom: 0.0625rem;
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.credit-card-overview ol.deet__reqs li {
  counter-increment: list;
  position: relative;
  left: -0.25rem;
  text-indent: 0;
  margin-bottom: 0.9375rem;
  padding-left: 2.375rem;
}

.credit-card-overview ol.deet__reqs li::before {
  background: #f3f3f3;
  color: #000;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 50%;
  display: inline-block;
  content: counter(list) ".";
  text-indent: 0.25rem;
  text-align: center;
  position: absolute;
  font-family: korolev, sans-serif;
  font-weight: 700;
  left: -0.9375rem;
}

@media (max-width: 767.98px) {
  .credit-card-overview ol.deet__reqs li::before {
    background: rgb(230.25, 230.25, 230.25);
  }
}

.credit-card-overview ol.deet__reqs + aside {
  margin-left: 0.375rem;
  position: relative;
  top: -0.25rem;
}

.credit-card-overview ol.deet__reqs + aside i {
  font-size: 145%;
  position: relative;
  top: 0.3125rem;
  margin-right: 0.25rem;
}

.offer-exclusive-banner {
  padding: 0.75rem 0.3125rem !important;
  font-family: korolev, sans-serif;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  top: -1px;
  z-index: 1;
}

@media (min-width: 576px) {
  .offer-exclusive-banner {
    font-size: 1.7rem;
  }
}

.offer-exclusive-banner a {
  color: #fff;
  display: block;
}

#wrapper-topbar.offer-exclusive-banner > .container {
  max-width: 100%;
}

#wrapper-topbar.offer-exclusive-banner + #wrapper-navbar > a.navbar__cta__xs {
  display: none;
}

.nav-desat {
  position: relative;
  z-index: 2;
}

.nav-desat .primary-nav-bar {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.28);
}

.nav-desat .primary-nav-bar .logo aside,
.nav-desat .primary-nav-bar .logo aside span {
  color: #3a0ca3 !important;
}

.nav-desat .primary-nav-bar .logo.img-only img {
  content: url(/wp-content/uploads/2022/05/bankbonus-logo-lightbg.svg);
}

.nav-desat .primary-nav-bar .main__nav .nav-link {
  color: #000;
}

.nav-desat .primary-nav-bar .main__nav .nav-link:hover {
  border-bottom-color: #000 !important;
}

.nav-desat .primary-nav-bar .navbar-toggler,
.nav-desat .primary-nav-bar .search {
  color: #000;
}

.nav-desat .navbar__cta,
.nav-desat .navbar__cta__xs {
  background-color: #f3f3f3;
  color: #3a0ca3;
}

.nav-desat .navbar__cta:hover,
.nav-desat .navbar__cta__xs:hover {
  background-color: #3a0ca3;
  color: #fff;
}

.offer-exclusive-cta > p,
#offer-exclusive-footer-cta > p {
  background: var(--bg-color);
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-bottom: 0 !important;
}

.offer-exclusive-cta > p img,
#offer-exclusive-footer-cta > p img {
  max-height: 12vh;
}

.offer-exclusive-cta form,
#offer-exclusive-footer-cta form {
  background: #f3f3f3;
  margin-bottom: 1.25rem;
  text-align: left;
}

.offer-exclusive-cta form input,
#offer-exclusive-footer-cta form input {
  font-family: korolev, sans-serif;
  font-size: 110%;
}

.offer-exclusive-cta form .error_show,
#offer-exclusive-footer-cta form .error_show {
  color: #000 !important;
  margin-bottom: 0.9375rem;
}

.offer-exclusive-cta form .text-muted,
#offer-exclusive-footer-cta form .text-muted {
  color: rgb(166.5, 166.5, 166.5) !important;
}

.offer-exclusive-cta form .text-muted.closedNow,
#offer-exclusive-footer-cta form .text-muted.closedNow {
  color: #000 !important;
  font-weight: 700;
  margin-top: 1.5625rem;
}

@media (min-width: 768px) {
  .offer-exclusive-cta form,
  #offer-exclusive-footer-cta form {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

#offer-exclusive-footer-cta form {
  background: #fff;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

.background-gradient > .bonus-box {
  margin-bottom: 0;
}

.background-gradient > .bonus-box .bonus-body {
  border: 0 !important;
  background: #fff;
}

.background-gradient > .bonus-box .bonus-header {
  margin-bottom: 0.78125rem;
  background-color: transparent !important;
}

.background-gradient > .bonus-box .bonus-header img {
  width: unset;
  max-width: unset;
  border-right: unset;
  margin-right: 0.75rem;
}

.background-gradient > .bonus-box .bonus-header > .row > div:last-child {
  background: #f3f3f3;
}

.background-gradient > .bonus-box .sep {
  z-index: 0;
}

.exclusive-badge {
  color: #fff;
  font-family: korolev, sans-serif;
  margin-bottom: 1.5625rem;
  padding: 0 0.375rem;
  display: inline-block;
  border-radius: 0.1875rem;
}

.promotion-table-widget .exclusive-badge {
  position: absolute;
  top: 1.25rem;
  left: -0.3125rem;
  border-radius: 0;
  text-align: left !important;
}

@media (min-width: 768px) {
  .promotion-table-widget .exclusive-badge {
    top: 1.875rem;
  }
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.background-gradient {
  background: linear-gradient(
    60deg,
    #f72585,
    #f832dd,
    #c83ef9,
    #854bfa,
    #5864fc,
    #65adfd,
    #73edfe,
    #80ffdb
  );
}

.background-gradient.animated {
  background-size: 300% 300%;
  animation: GradientBackground 10s ease infinite;
}

.text-shadow {
  text-shadow: 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.15);
}

.ceo-interview {
  border-radius: 0.5rem;
}

.ceo-interview img {
  width: 100%;
}

.ceo-interview .h0 {
  margin-bottom: 0;
}

.ceo-interview .h5 {
  margin-top: 0;
  color: #4361ee;
  line-height: 1;
}

.ceo-interview .mejs-container,
.ceo-interview .mejs-container .mejs-controls,
.ceo-interview .mejs-embed,
.ceo-interview .mejs-embed body {
  background: #4361ee;
  border-radius: 0.25rem;
}

.ceo-interview .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #f72585;
}

.bank-featured-image {
  position: relative;
  margin-bottom: 1.5625rem;
}

.bank-featured-image img {
  aspect-ratio: 1200/440;
  width: 100%;
}

.bank-featured-image:after {
  content: url(/wp-content/themes/bankbonus-theme/images/promotions-bank-featured-image-overlay.svg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 70%;
}

.jump-link:after {
  content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgOSA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5IDkiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0uNi4xQy4zLjEuMS41LjEuOGMuMS4zLjQuNi43LjUgMCAwIDIuMy0uNCAzLjggMS4xIDEuMSAxLjMuOSAzLjUuOCA0LjVMMy44IDUuMWMtLjMtLjItLjctLjItLjggMC0uMi4zLS4yLjYgMCAuOWwyLjUgMi44Yy4xLjEuMi4yLjMuMi4yIDAgLjMtLjEuNC0uMmwyLjYtMi43Yy4yLS4zLjItLjYgMC0uOS0uMi0uMi0uNi0uMi0uNyAwTDYuNiA2LjhjLjEtMS4yLjItMy43LTEuMi01LjJDMy41LS40LjcuMS42LjEiIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM0MzYxZWUiLz48L3N2Zz4=);
  display: inline-block;
  width: 0.875rem;
  margin-left: 0.3125rem;
  position: relative;
  top: 0.25rem;
}

.keep-reading header a {
  color: #000;
  border-bottom: 2px solid #4361ee;
}

.bank-card {
  height: 100%;
  padding: 0.5rem 0.5rem;
  border: 1.5px solid #a6a6a6;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 15px;
}

.bank-card a {
  width: 100%;
  min-height: 70px;
  height: auto;
}

.bank-card > div {
  border-top: 5px solid transparent;
}

.bank-card > div p {
  line-height: 1.1;
  font-family: "Involve", sans-serif;
  font-weight: 400 !important;
  font-size: 0.95rem;
}

.bank-card > div a {
  color: var(--bs-body-color);
}

.bank-card[data-href]:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  transition: all ease-in 150ms;
  border-bottom: 5px solid #4361ee;
}

.bank-card[data-href]:hover > div {
  border-top: 0;
}

.bank-card[data-href]:hover a {
  color: #4361ee;
  transition: all ease-in-out 150ms;
}

.container__main.home > header {
  background: #3a0ca3;
  background: linear-gradient(
    90deg,
    rgb(44, 10, 121) 0%,
    rgb(58, 12, 163) 100%
  );
  color: #fff;
  text-align: center;
}

.container__main.home > header .featured-text {
  padding: 3.125rem;
}

@media (min-width: 768px) {
  .container__main.home > header .featured-text {
    padding: 4.6875rem;
  }
}

@media (min-width: 992px) {
  .container__main.home > header .featured-text {
    padding: 6.25rem;
  }
}

.container__main.home > header .featured-text h1,
.container__main.home > header .featured-text .h1 {
  font-size: calc(1.5625rem + 3.75vw);
  line-height: 1;
  font-family: "Involve", sans-serif;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .container__main.home > header .featured-text h1,
  .container__main.home > header .featured-text .h1 {
    font-size: 3.5rem;
  }
}

.container__main.home > header .featured-text p:last-of-type {
  margin-bottom: 0;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.bb-stats_flex {
  display: flex;
  justify-content: center;
}

.container__main.home #bb-stats {
  max-width: 106.5625rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container__main.home #bb-stats img {
  width: 70%;
}

.container__main.home #bb-stats h2,
.container__main.home #bb-stats .h2 {
  font-size: calc(1.2875rem + 0.45vw);
  line-height: 1.6;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .container__main.home #bb-stats h2,
  .container__main.home #bb-stats .h2 {
    font-size: 1.625rem;
  }
}

.container__main.home #bb-stats h2 em,
.container__main.home #bb-stats .h2 em {
  font-family: "source serif pro", serif;
}

.container__main.home #bb-stats p.h3 {
  font-size: calc(1.4625rem + 2.55vw);
  line-height: 1;
  position: relative;
  padding: 1.125rem 0 0;
}

@media (min-width: 1200px) {
  .container__main.home #bb-stats p.h3 {
    font-size: 3.375rem;
  }
}

.container__main.home #bb-stats p.h3:after {
  content: "";
  width: 65%;
  height: 2px;
  display: block;
  border-bottom: 4px solid #09AFF4;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 17.5%;
}

.container__main.home #bb-stats .deets__stat:first-of-type > p.h3 {
  padding-top: 0;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.container__main.home #bb-stats .deets__stat:first-of-type > p.h3:after {
  display: none;
}

.container__main.home #bb-stats p {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.container__main.home #bb-stats .deets__stat {
  margin-bottom: 0.9375rem;
}

.container__main.home #bb-stats .deets__stat:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .container__main.home #bb-stats {
    text-align: left;
  }

  .container__main.home #bb-stats h2,
  .container__main.home #bb-stats .h2 {
    margin-bottom: -1.5625rem;
  }

  .container__main.home #bb-stats img {
    width: 100%;
  }

  .container__main.home #bb-stats p.h3:after {
    width: calc(100% - 25px);
    left: 0;
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .container__main.home #bb-stats h2,
  .container__main.home #bb-stats .h2 {
    margin-bottom: 0;
    text-align: left;
  }

  .container__main.home #bb-stats p.h3 {
    padding: 0;
    font-weight: 600;
    font-family: "Inter", sans-serif;
  }

  .container__main.home #bb-stats p.h3:after {
    width: 3.125rem;
    margin: 0.9375rem auto;
    position: relative;
  }

  .container__main.home #bb-stats .deets__stat:first-of-type > p.h3:after {
    display: block;
  }
}

.container__main.home #bb-stats .deets__purpose {
  order: 2;
}

.container__main.home #bb-stats img {
  order: 1;
}

.container__main.home #bb-stats .deets__stats-container {
  order: 3;
}

@media (min-width: 768px) {
  .container__main.home #bb-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .container__main.home #bb-stats .deets__purpose {
    grid-area: 1/1/2/3;
  }

  .container__main.home #bb-stats img {
    grid-area: 2/1/3/2;
  }

  .container__main.home #bb-stats .deets__stats-container {
    grid-area: 2/2/3/3;
  }
}

@media (min-width: 992px) {
  .container__main.home #bb-stats {
    grid-template-columns: repeat(5, 1fr);
  }

  .container__main.home #bb-stats .deets__purpose {
    grid-area: 1/3/2/6;
    align-self: end;
    font-family: "Arial", sans-serif;
    font-weight: 400;
  }

  .container__main.home #bb-stats img {
    grid-area: 1/1/3/3;
    align-self: start;
  }

  .container__main.home #bb-stats .deets__stats-container {
    grid-area: 2/3/3/6;
    align-self: start;
  }

  .container__main.home #bb-stats .deets__stats .deets__stat {
    flex: 0 0 auto;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}

.container__main.home #featured-bonuses .nav-pills .nav-link,
.category-promotions #featured-bonuses .nav-pills .nav-link {
  border-radius: 3.125rem;
  text-decoration: none;
  border: 1px solid #cecece;
  margin-right: 1.5625rem;
  color: #000;
  font-family: korolev, sans-serif;
  background: #fff;
}

.container__main.home #featured-bonuses .nav-pills .nav-link.active,
.category-promotions #featured-bonuses .nav-pills .nav-link.active {
  background: #4361ee;
  color: #fff;
  border-color: #4361ee;
}

.container__main.home
  #featured-bonuses
  .nav-pills
  .nav-item:last-of-type
  .nav-link,
.category-promotions
  #featured-bonuses
  .nav-pills
  .nav-item:last-of-type
  .nav-link {
  margin-right: 0;
}

.container__main.home #featured-bonuses .nav-pills:before,
.category-promotions #featured-bonuses .nav-pills:before {
  content: "";
  width: 100%;
  display: block;
  border: 0.25rem solid #4361ee;
  position: relative;
  top: 1.8125rem;
  z-index: -1;
  border-radius: 0.625rem;
}

@media (min-width: 768px) {
  .container__main.home #featured-bonuses .nav-pills:before,
  .category-promotions #featured-bonuses .nav-pills:before {
    display: none;
  }
}

@media screen and (max-width: 405px) {
  .container__main.home #featured-bonuses .nav-pills,
  .category-promotions #featured-bonuses .nav-pills {
    justify-content: space-between !important;
  }

  .container__main.home #featured-bonuses .nav-pills .nav-link,
  .category-promotions #featured-bonuses .nav-pills .nav-link {
    margin-right: 0;
  }
}

.container__main.home #FAQaccordion .accordion-item,
.category-promotions #FAQaccordion .accordion-item {
  border: 0;
  margin-bottom: 1.5625rem;
}

.container__main.home #FAQaccordion .accordion-header,
.category-promotions #FAQaccordion .accordion-header {
  margin-top: 0;
}

.container__main.home #FAQaccordion .accordion-header button,
.category-promotions #FAQaccordion .accordion-header button {
  background: #f7f8f8;
  font-size: 18px;
}

.container__main.home #FAQaccordion .accordion-header button:before,
.category-promotions #FAQaccordion .accordion-header button:before {
  content: "\f059";
  font-family: mmg-icons;
  font-size: 140%;
  line-height: 1;
  margin-right: 0.78125rem;
  color: #4361ee;
}

.container__main.home #FAQaccordion .accordion-button:not(.collapsed),
.category-promotions #FAQaccordion .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #fff;
  background: #4361ee;
}

.container__main.home #FAQaccordion .accordion-button:not(.collapsed):after,
.category-promotions #FAQaccordion .accordion-button:not(.collapsed):after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nI2ZmZmZmZic+PHBhdGggZmlsbC1ydWxlPSdldmVub2RkJyBkPSdNMS42NDYgNC42NDZhLjUuNSAwIDAgMSAuNzA4IDBMOCAxMC4yOTNsNS42NDYtNS42NDdhLjUuNSAwIDAgMSAuNzA4LjcwOGwtNiA2YS41LjUgMCAwIDEtLjcwOCAwbC02LTZhLjUuNSAwIDAgMSAwLS43MDh6Jy8+PC9zdmc+);
}

.container__main.home #FAQaccordion .accordion-button:not(.collapsed):before,
.category-promotions #FAQaccordion .accordion-button:not(.collapsed):before {
  color: #fff;
}

.container__main.home #FAQaccordion .accordion-body,
.category-promotions #FAQaccordion .accordion-body {
  border: 1px solid #f7f8f8;
  border-top: 0;
}

.review-card.bonus p.h2 {
  line-height: 1.2;
}

.review-card.bonus span.fs-6 {
  text-transform: none;
}

.review-card.bonus img,
.review-card.bonus > div {
  align-self: center;
}

.review-card.bonus > div {
  flex-grow: 1;
}

.review-card.bonus > div a.btn {
  display: inline-block;
  padding: 0.375rem 1.5625rem;
  color: #4361ee;
  text-decoration: none;
}

.review-card.bonus > div a.btn:hover {
  color: #fff;
}

.review-card.bonus:hover a.btn {
  background-color: #4361ee;
  border-color: #4361ee;
  color: #fff;
}

.review-card.bonus:hover a.btn:after {
  opacity: 1;
  position: relative;
  transition: all 150ms ease-in;
  left: 0.4375rem;
}

@media (max-width: 991.98px) {
  .review-card.bonus {
    padding-left: 0;
    padding-right: 0;
  }

  .review-card.bonus img,
  .review-card.bonus > div {
    padding-right: 0;
    padding-left: 0;
  }

  .review-card.bonus img {
    flex: 0 0 auto;
    width: 100%;
    background-color: var(--bgcolor);
    margin-bottom: 1.25rem;
    height: 4.6875rem;
    max-height: 4.6875rem;
    margin-top: -1.5625rem;
  }

  .review-card.bonus img.cc-alt {
    background-color: #fff;
    max-height: none;
    height: auto;
    padding: 0 35%;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .review-card.bonus:not(.logo-mobile-only) {
    margin-left: 3.125rem;
  }

  .review-card.bonus:not(.logo-mobile-only) img {
    flex: 0 0 auto;
    width: auto;
    margin-left: -4.6875rem;
    height: 6.25rem;
    max-height: 6.25rem;
  }

  .review-card.bonus.logo-mobile-only img {
    display: none;
  }

  .review-card.bonus.logo-mobile-only > div {
    padding-left: 0;
  }
}

.calculator {
  border-top: 0.3125rem solid #4361ee !important;
  background: rgb(249.375, 249.375, 249.375);
}

.calculator hr {
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

.calculator input,
.calculator select {
  border: 2px solid #4361ee;
}

.calculator select,
.calculator .input-group-text,
.calculator input {
  font-family: korolev, sans-serif;
}

.calculator .input-group-text {
  background: #4361ee;
  color: #fff;
  border-color: #4361ee;
}

.calculator label + p {
  margin-top: 0;
}

.calculator select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjNDM2MWVlJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nTTIgNWw2IDYgNi02Jy8+PC9zdmc+);
}

.calculator .btn-outline-gray {
  color: silver;
}

.partner-header {
  position: relative;
  overflow: hidden;
}

.partner-header overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/background-credit-cards.svg);
  opacity: 80%;
  background-size: 26.25rem;
}

.partner-header img.partner-logo {
  width: 100%;
  max-width: 23.4375rem;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 0 1.875rem #f7f8f8);
}

.offer-comments .comment-form__reply-btn,
.offer-comments .comment-form__write-btn,
.offer-comments .comment-form__container button,
.offer-comments .comment-form__cancel-btn {
  font-family: korolev, sans-serif;
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
}

.offer-comments .comment {
  margin-top: 1.5625rem;
}

.offer-comments .comment > div:first-child {
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
  padding: 0.8125rem 1.125rem;
  border-radius: 5px;
}

.offer-comments .comment .comment__date,
.offer-comments .comment .comment__replyto {
  font-size: 90%;
  margin-bottom: 1.5625rem;
  display: inline-block;
  color: #8d8d8d;
}

.offer-comments .comment .comment__replyto a {
  font-family: korolev, sans-serif;
}

.offer-comments .comment .comment__replyto:before {
  content: " • ";
}

.offer-comments .comment .replies {
  margin-left: 3.125rem;
}

.offer-comments .comment .replies .comment > div:first-child {
  margin: 1.5625rem 0;
}

.offer-comments .comment.author > div:first-child {
  border-left: 0.3125rem solid #f72585;
}

.offer-comments .comment .comment__author-badge {
  font-size: 50%;
  margin-left: 0.625rem;
}

.offer-comments .comment-form__container {
  background: #f7f8f8;
  display: none;
  padding: 1.5625rem;
}

.offer-comments .comment-form__container .comment-form__status {
  display: none;
}

.offer-comments .comment-form__container .honeypot {
  display: none;
}

.offer-comments .comment-form__container .form-text {
  margin: -0.5rem 0 0.5rem;
}

.offer-comments .comment-form__container .comment-form__title {
  color: #4361ee;
  text-transform: uppercase;
  line-height: 1 !important;
}
.review-box .sep {
  border-top: 1px solid #f3f3f3;
  width: 100%;
  margin: 0.625rem auto 1.5625rem;
}
.promo-box .deet__reqs ol li::before {
  background: #f3f3f3;
  color: #000000;
  width: 2.1875rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  border-radius: 50%;
  display: inline-block;
  content: counter(list) ".";
  text-indent: 0.25rem;
  text-align: center;
  position: absolute;
  font-family: "korolev", sans-serif;
  font-weight: 700;
  left: -0.9375rem;
}
.review-box p.p-title {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "korolev", sans-serif;
}

.product-category-thumbnail {
  object-fit: contain;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Убираем стрелки в Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.promotion-header p.deets__bank {
  margin-bottom: 0 !important;
}

.active-bank-card .promotion-item {
box-shadow: 0 0 8px rgba(0, 0, 0, 1);
transition: box-shadow .6s;
}

.best-banks-wrapper {

}

@media(max-width: 768px) {
  .best-banks-wrapper {
    display: none;
  }
}

.best-banks-nav li:before {
  content: "";
  display: block;
  height: 0.625rem;
  width: 0.625rem;
  position: relative;
  border-radius: 50%;
  left: -1.3125rem;
  top: 19px;
  background: #09AFF4;
}

.best-banks-nav{list-style:none;padding-left:0;margin:0 0 15px}
.best-banks-nav li{margin-bottom:6px; font-weight: 700;}
.best-banks-nav a{text-decoration:none;color:var(--bs-blue)}
.best-banks-nav a:hover{text-decoration:underline}

#promotions-search-form {
  border: 1.5px solid #a6a6a6;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}

.card-title header {
  text-align: left !important;
}

.episode-details a {
  color: #fff;
}

#offer-713 {
  margin-bottom: 2rem;
}

#run-promotions-search {
  color: var(--bs-body-bg);
}

.page__section em a:hover {
  filter: brightness(0.3);
}

/* Скрытие текста dropdown раньше, чтобы не перекрывать фоновое изображение */
#bonus-search #accountTypeDropdown {
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-banks-reviews {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.other-banks-reviews article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  text-align: start;
}
.other-banks-reviews article a {
  width: 100%;
}
.other-banks-reviews article img {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  height: 50px;
  width: 100%;
  object-fit: contain;
}
.other-banks-reviews article .card-content {
  margin-bottom: auto;
}