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

.benefits__cont {
  padding: 0 1.25rem 3.75rem 1.25rem;
}

@media (min-width: 1200px) {
  .benefits__cont {
    padding: 0;
  }
}

.benefits__left {
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .benefits__left {
    margin-bottom: 0;
  }
}

.benefits__right {
  padding: 0 .625rem;
}

@media (min-width: 1200px) {
  .benefits__right {
    padding: 0;
  }
}

.benefits__box-cont {
  position: relative;
}

@media (min-width: 1200px) {
  .benefits__box-cont {
    margin-top: 5.625rem;
    margin-right: 3.75rem;
  }
}

.benefits__box {
  background-color: var(--red-color);
  height: 26.9375rem;
  position: relative;
}

@media (min-width: 1200px) {
  .benefits__box {
    height: 48.4375rem;
  }
}

.benefits__box::after {
  position: absolute;
  content: "";
  border: .125rem solid var(--white-color);
  height: 22.5rem;
  top: 1.875rem;
  width: 86%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media (min-width: 1200px) {
  .benefits__box::after {
    width: 90%;
    height: 40.5rem;
  }
}

@media (min-width: 1200px) {
  .benefits__box::before {
    position: absolute;
    content: "";
    background-image: url(/app/themes/wlc-new-site/dist/images/benefits-pattern_d935cf05.png);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.benefits__image {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: none;
  width: 113%;
  object-fit: cover;
  margin: 0;
  z-index: 2;
}

@media (min-width: 1200px) {
  .benefits__image {
    height: 28.125rem;
  }
}

@media (min-width: 1440px) {
  .benefits__image {
    height: 29.9375rem;
  }
}

.benefits__of {
  color: var(--color-text);
  font-size: 1.625rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  letter-spacing: -0.125rem;
  margin: 0;
}

@media (min-width: 768px) {
  .benefits__of {
    font-size: 1.875rem;
  }
}

@media (min-width: 992px) {
  .benefits__of {
    font-size: 2.1875rem;
  }
}

@media (min-width: 1200px) {
  .benefits__of {
    font-size: 2.5rem;
  }
}

@media (min-width: 1440px) {
  .benefits__of {
    font-size: 2.9375rem;
    line-height: 3.1875rem;
  }
}

.benefits__title {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--red-color);
  font-size: 1.8125rem;
  letter-spacing: -0.15625rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-top: 0;
}

@media (min-width: 768px) {
  .benefits__title {
    font-size: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .benefits__title {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .benefits__title {
    font-size: 2.8125rem;
    line-height: 3.1875rem;
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 1440px) {
  .benefits__title {
    font-size: 3.3125rem;
  }
}

.benefits__subtitle {
  color: var(--color-text);
  font-size: 1.25rem;
  text-transform: uppercase;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  letter-spacing: -0.0625rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

@media (min-width: 1200px) {
  .benefits__subtitle {
    font-size: 1.4375rem;
  }
}

.benefits__subtitle::after {
  position: absolute;
  content: "";
  height: .3125rem;
  bottom: -1.25rem;
  left: 0;
  width: 4.0625rem;
  background: var(--red-color);
}

.benefits__list {
  margin: 1.25rem 0;
  padding-left: 1.25rem;
}

@media (min-width: 1200px) {
  .benefits__list {
    padding-left: 2.1875rem;
  }
}

.benefits__list li {
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  margin-left: .625rem;
  letter-spacing: -0.0525rem;
  line-height: 1.875rem;
  list-style-type: none;
  position: relative;
  color: var(--color-text);
}

.benefits__list li::before {
  content: "";
  position: absolute;
  height: 4px;
  left: -1.5625rem;
  top: .625rem;
  width: 12px;
  background: var(--red-color);
}

@media (min-width: 1200px) {
  .benefits__list li::before {
    height: 6px;
    left: -2.1875rem;
    width: 20px;
  }
}

@media (min-width: 1200px) {
  .benefits__list li {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) {
  .benefits__list::after {
    position: absolute;
    content: "";
    bottom: -10.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: .1875rem;
    height: 9.0625rem;
    background-image: linear-gradient(var(--color-text) 50%, transparent 0%);
    background-position: top;
    background-size: .1875rem 1.5625rem;
    background-repeat: repeat-y;
  }
}

.benefits__read-more {
  margin-left: .625rem;
}

.benefits__line {
  display: none;
}

@media (min-width: 1200px) {
  .benefits__line {
    display: block;
    margin: .625rem auto 1.5625rem auto;
    width: .1875rem;
    height: 13.125rem;
  }
}

.join-the-coders {
  width: 100%;
  margin: 4.6875rem auto;
  color: var(--color-text);
}

@media (min-width: 768px) {
  .join-the-coders {
    margin: 9.375rem auto;
  }
}

.join-the-coders__heading {
  font-family: "BillionDreams";
  text-align: center;
  font-size: 3.125rem;
  letter-spacing: .025rem;
  font-weight: 400;
  justify-content: center;
  margin-bottom: 5rem;
}

@media (min-width: 1200px) {
  .join-the-coders__heading {
    font-size: 6.25rem;
  }
}

.join-the-coders hr {
  margin-top: .625rem;
  margin-bottom: .625rem;
  height: .1875rem !important;
}

.join-the-coders__blocks {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  max-width: 96.875rem;
}

.join-the-coders__block {
  box-sizing: content-box;
  position: relative;
  flex: 0 0 19.625rem;
  padding: 2.625rem 1.5625rem;
  background: var(--main-light-gray);
}

.join-the-coders__block::before {
  display: block;
  position: absolute;
  top: -1.5625rem;
  left: .5rem;
  content: attr(data-number);
  font-size: 6.375rem;
  font-weight: 700;
  letter-spacing: -0.125rem;
  opacity: .05;
}

.join-the-coders__block-heading {
  font-size: 1.625rem;
  font-weight: 600;
}

.join-the-coders__block-text {
  font-size: 1.25rem;
  font-weight: 400;
}

.join-the-coders__text h2 {
  text-align: left;
  font-size: 2rem;
  font-weight: 600;
}

@media (min-width: 1200px) {
  .join-the-coders__text h2 {
    font-size: 3.125rem;
  }
}

.join-the-coders__text ul {
  list-style: none;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  max-width: 31.25rem;
}

.join-the-coders__text ul li {
  position: relative;
}

.join-the-coders__text ul li::before {
  position: absolute;
  content: "";
  left: -1.6875rem;
  top: .8125rem;
  width: 1rem;
  border-bottom: .25rem solid var(--li-color);
}

.join-the-coders .benefits__line {
  height: 16.875rem;
}

.join-the-coders .benefits__box-cont {
  margin-top: 9.375rem;
}
