: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;
}

.hero-v2 {
  display: grid;
  grid-template: 1fr fr/1fr;
}

.hero-v2__hidden {
  visibility: visible;
}

@media (min-width: 768px) {
  .hero-v2__hidden {
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .hero-v2 {
    grid-template: 1fr/1fr 1fr;
  }
}

.hero-v2__half-section {
  display: flex;
  padding: 3.125rem 1.875rem 2.5rem;
}

@media (min-width: 992px) {
  .hero-v2__half-section {
    min-height: 47.5625rem;
    padding: 6.875rem;
  }
}

.hero-v2__half-section--partner {
  background: var(--red-color) url(/app/themes/wlc-new-site/dist/images/left-bg_38e7f90d.png) 100% 50%/cover no-repeat;
  padding-top: 7.4375rem;
}

@media (min-width: 992px) {
  .hero-v2__half-section--partner {
    padding-top: 12.875rem;
    padding-right: 3.125rem;
    justify-content: flex-end;
  }
}

.hero-v2__half-section--igaming {
  background: url(/app/themes/wlc-new-site/dist/images/G_661987a0.png) bottom 1.25rem left 34.375rem no-repeat,var(--igaming-bg) url(/app/themes/wlc-new-site/dist/images/right-bg_88a6570d.jpg) 0% 50% no-repeat;
  background-size: 20.8125rem 21.4375rem,cover;
}

@media (min-width: 768px) {
  .hero-v2__half-section--igaming {
    padding-top: 7.4375rem;
  }
}

@media (min-width: 992px) {
  .hero-v2__half-section--igaming {
    padding-top: 12.875rem;
  }
}

.hero-v2__content-wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 2.5rem;
  max-width: 31.25rem;
  height: 100%;
}

.hero-v2__heading {
  margin: 0;
  color: var(--white-color);
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.905rem;
  letter-spacing: .015625rem;
}

@media (min-width: 992px) {
  .hero-v2__heading {
    font-size: 2.5625rem;
    line-height: 3.12375rem;
  }
}

.hero-v2__heading strong {
  font-weight: 400;
  box-shadow: inset 0 -0.125rem var(--white-color);
}

.hero-v2__content p {
  display: none;
  color: var(--white-color);
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: .015625rem;
}

@media (min-width: 992px) {
  .hero-v2__content p {
    display: block;
  }
}

.hero-v2__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  font-weight: 700;
  font-size: .875rem;
  line-height: 1.066875rem;
  letter-spacing: .00875rem;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white-color);
}

@media (min-width: 992px) {
  .hero-v2__half-section--igaming .hero-v2__cta {
    margin-left: -3.5rem;
  }
}

.hero-v2__cta:hover,
.hero-v2__cta:focus {
  color: inherit;
}

.hero-v2__cta-text {
  display: inline-block;
  position: relative;
}

.hero-v2__cta-text::after {
  content: "";
  display: block;
  height: .0625rem;
  width: 0;
  background: var(--white-color);
  transition: width .3s ease;
  position: absolute;
  left: 0;
  top: 100%;
}

.hero-v2__half-section--igaming .hero-v2__cta-text::after {
  background: var(--red-color);
}

.hero-v2__cta:hover .hero-v2__cta-text::after,
.hero-v2__cta:focus .hero-v2__cta-text::after {
  width: 100%;
  left: auto;
  right: 0;
}

.hero-v2__cta-img {
  width: 2.890625rem;
  aspect-ratio: 1/1;
  transition: all .3s ease;
}

.hero-v2__cta:hover .hero-v2__cta-img,
.hero-v2__cta:focus .hero-v2__cta-img {
  rotate: 135deg;
}

.hero-v2__half-section--igaming .hero-v2__cta:hover .hero-v2__cta-img,
.hero-v2__half-section--igaming .hero-v2__cta:focus .hero-v2__cta-img {
  rotate: -135deg;
}

@media (min-width: 992px) {
  .hero-v2__cta {
    font-size: 1.125rem;
    line-height: 1.37125rem;
    letter-spacing: .01125rem;
  }

  .hero-v2__half-section--igaming .hero-v2__cta {
    justify-content: flex-start;
  }

  .hero-v2__half-section--igaming .hero-v2__cta-img {
    scale: -1 1;
    order: -1;
  }
}
