:root {
  --color-text: #000;
  --color-text-white: #fff;
  --red-color: #db002f;
  --red-label-color: #d8002f;
  --btn-border-red-color: #c6002b;
  --btn-bg-color: #282828;
  --currency-dark-color: #0c0003;
  --btn-hero-bg-color: #1a0004;
  --section-bg-gray-color: #f4f4f4;
  --img-default-bg-color: #e5e5e5;
  --light-gray: #717171;
  --dark-gray: #424242;
  --shape-gray-color: #f5f5f5;
  --prefooter-bg-color: #2e2e2e;
  --white-color: #fff;
  --bottom-footer-text: #525252;
  --footer-border-color: #eb093a;
  --btn-color-dark-transparent: #1a00048f;
  --main-light-gray: #f8f8f8;
  --add-red: #c8002b;
  --add-red-darker: #ba002b;
  --add-pink: #ffb4b4;
  --add-dark: #292929;
  --add-gray: #ececec;
  --gray-button: #4b4b4b;
  --menu-transp-bg: rgba(0, 0, 0, 0.8);
  --btn-border-dark-grey: #2b2b2b;
  --breadcrumbs-text-color: #b0b0b0;
  --section-bg-gray-lighten-color: #f3f3f3;
  --section-bg-gray-darker-color: #e9e9e9;
  --tabs-inactive: #c7c7c7;
  --tabs-bg-content: #fbfbfb;
  --tabs-bg-btn-disabled: #5e5e5e;
  --main-light-gray-opacity: rgba(248, 248, 248, 0.5);
  --gray-color: #c7c7c7;
  --add-red-border: #c3002a;
  --box-color: #f1f1f1;
  --medium-gray: #303030;
  --column-border: #dc0030;
  --checkbox-bgcolor: #c8c8c8;
  --source-code-pro: "Source Code Pro", monospace;
  --pop-up-grey: #979797;
  --dark-grey-trans: rgba(66, 66, 66, 0.6);
  --color-gray-add: #838383;
  --newsletter-alert: #190e90;
  --hiring-number: #e8e9e9;
  --li-color: #db1d2f;
  --btn-border-dark: #2f2f2f;
  --dot-gray-dark: #3d3d3d;
  --offer-header-white: #eaeaea;
  --offer-header-white-100: #f2f2f2;
  --offset-col-bg: #ededed;
  --support-pack-bg: #fafafa;
  --support-features-bg: #e9e9e9;
  --btn-light-gray: #272727;
  --users-choice-bg: #313131;
  --expert-pattern-bg: #dedede;
  --newsletter-popup-bg: #f0f0f0;
  --green-color: #00b300;
  --igaming-bg: #181716;
  --igaming-hero-form: #181716;
  --white-half-opacity: rgba(255, 255, 255, 0.5);
  --case-study-archieve-single-description-color: #010001;
  --red-survey: #dc0432;
  --fast-track-btn-bg: #171717;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

.igaming-why-so-important {
  background-color: rgba(0,0,0,0);
  color: var(--color-text);
  padding: 3.125rem 0;
  font-family: "Poppins",sans-serif;
  font-weight: 400;
}

.igaming-why-so-important__container {
  max-width: 67.5rem;
  margin: 0 auto;
}

.igaming-why-so-important__title {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  padding: 0 .9375rem;
}

@media (min-width: 992px) {
  .igaming-why-so-important__title {
    padding: 0;
  }
}

.igaming-why-so-important__grid {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 1.5625rem;
}

@media (min-width: 992px) {
  .igaming-why-so-important__grid {
    display: grid;
  }
}

@media (min-width: 992px) {
  .igaming-why-so-important__slider {
    display: none;
  }
}

.igaming-why-so-important__tile {
  padding: 1.25rem 1.875rem 2.8125rem;
  height: 100%;
  min-height: 14.375rem;
  background: var(--red-color);
}

.igaming-why-so-important__tile-number {
  margin: 0 0 .3125rem;
  padding: 0;
  font-size: .625rem;
  line-height: .9375rem;
  color: var(--color-text-white);
}

.igaming-why-so-important__tile-title {
  margin: 0 0 .9375rem;
  padding: 0;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: var(--color-text-white);
}

.igaming-why-so-important__tile-content p {
  font-size: 1rem;
  line-height: 1.125rem;
  color: var(--color-text-white);
}

.igaming-why-so-important--background-black {
  background-color: var(--color-text);
}

.igaming-why-so-important--color-white .igaming-why-so-important__title {
  color: var(--color-text-white);
}

.igaming-why-so-important .glide__slide {
  height: auto;
  align-self: stretch;
  opacity: .5;
  transition: opacity .3s linear;
}

.igaming-why-so-important .glide__slide--active {
  opacity: 1;
}

.igaming-why-so-important .glide__arrows {
  display: flex;
  padding: 1.875rem .9375rem;
  justify-content: space-between;
  align-items: center;
}

.igaming-why-so-important .glide__arrows button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}

.igaming-why-so-important .glide__arrows button[data-glide-dir="<"] {
  transform: scaleX(-1);
}

.igaming-why-so-important--color-white .glide__arrows button,
.igaming-why-so-important--color-white .glide__arrows span {
  color: var(--color-text-white);
  opacity: .5;
  transition: opacity .3s linear;
}

.igaming-why-so-important--color-white .glide__arrows button:hover,
.igaming-why-so-important--color-white .glide__arrows button:focus {
  opacity: 1;
}
