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

html {
  scroll-behavior: smooth;
}

html {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: calc(12px + 2*(100vw - 320px)/55);
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 375px) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 375px)and (min-width: 391px) {
  html {
    font-size: calc(15px + 1*(100vw - 391px)/809);
  }
}

@media screen and (min-width: 375px)and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 390px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 390px)and (min-width: 376px) {
  html {
    font-size: calc(14px + 2*(100vw - 376px)/14);
  }
}

@media screen and (min-width: 390px)and (min-width: 390px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px)and (min-width: 1200px) {
  html {
    font-size: calc(13px + 1*(100vw - 1200px)/240);
  }
}

@media screen and (min-width: 1200px)and (min-width: 1440px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1440px)and (min-width: 1441px) {
  html {
    font-size: calc(14px + 1*(100vw - 1441px)/479);
  }
}

@media screen and (min-width: 1440px)and (min-width: 1920px) {
  html {
    font-size: 15px;
  }
}

@font-face {
  font-family: BillionDreams;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/app/themes/wlc-new-site/dist/fonts/billion/BillionDreams_3238ab33.woff2) format("woff2"),url(/app/themes/wlc-new-site/dist/fonts/billion/BillionDreams_0329ffe3.woff) format("woff");
}

body,
html {
  height: 100%;
  z-index: 0;
}

.fill {
  min-height: 100%;
  height: 100%;
}

.vh-100 {
  min-height: 100vh;
}

@media screen and (-moz-windows-theme) {
  ::-webkit-scrollbar-track {
    display: none;
    border-color: rgba(0,0,0,0);
    background-color: rgba(0,0,0,0);
  }

  ::-webkit-scrollbar * {
    background: rgba(0,0,0,0);
  }

  ::-webkit-scrollbar {
    width: .4375rem;
    min-width: .4375rem;
    height: .4375rem;
    min-height: .4375rem;
  }

  ::-webkit-scrollbar-corner {
    background-color: rgba(0,0,0,0);
  }

  ::-webkit-scrollbar-thumb {
    border-radius: .625rem;
    background-color: var(--medium-gray);
    -webkit-box-shadow: inset 0 0 0;
  }
}

.preload *:not(.slick-track) {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.frozen {
  overflow: hidden;
}

.frozen .header {
  background-color: var(--red-color) !important;
}

.frozen .header__logo svg path {
  fill: var(--color-text-white) !important;
}

.frozen .header__logo svg polygon {
  fill: var(--color-text-white) !important;
}

.frozen .header__burger.is-active .burger-icon {
  background-color: rgba(0,0,0,0) !important;
}

.frozen .header__burger.is-active .burger-icon::before,
.frozen .header__burger.is-active .burger-icon::after {
  background-color: var(--color-text-white) !important;
}

body {
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Montserrat",sans-serif;
}

.wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.custom-wordpress-image img {
  margin: 0 auto;
  display: block;
  width: 100%;
  padding-top: 5.7rem;
  margin-top: -5.2rem;
  margin-bottom: 2.1rem;
  max-width: 150px;
}

@media (min-width: 768px) {
  .custom-wordpress-image img {
    padding-top: 11.7rem;
  }
}

@media (min-width: 1200px) {
  .custom-wordpress-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    padding-top: 6.7rem;
    margin-top: 5.4rem;
    margin-bottom: 5.7rem;
  }
}

@media (min-width: 1920px) {
  .custom-wordpress-image img {
    padding-top: 0;
  }
}

.custom-wordpress-image--h-auto img {
  height: auto;
}

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

.position-relative {
  position: relative;
}

.clutch-widget {
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 2rem;
  z-index: 1;
}

@media (min-width: 1200px) {
  .homepage-seo-section {
    max-width: 69.6875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

a.link {
  color: var(--red-color);
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  word-break: break-word;
}

a.link::after {
  content: "";
  display: block;
  width: 0;
  height: .0625rem;
  background: var(--red-color);
  transition: width .3s;
  z-index: 99;
}

a.link:hover {
  color: var(--red-color);
}

a.link:hover::after {
  width: 100%;
}

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

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.template-landingpage-igaming {
  background-color: var(--color-text);
}

.template-landingpage-igaming .wrap {
  overflow: hidden;
}

.template-landingpage-igaming .wp-block-video {
  cursor: pointer;
}

.overflow-hidden {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .wp-block-spacer.desktop {
    height: 0 !important;
  }
}

.wp-block-cover {
  overflow: visible;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0,0,0,0);
}

html,
body {
  font-family: "Montserrat",sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1-style,
.h2-style,
.h3-style,
.h4-style,
.h5-style,
.h6-style {
  margin-top: 2.25rem;
  color: var(--color-text);
  line-height: 1.25em;
  font-weight: 700;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1-style:first-child,
.h2-style:first-child,
.h3-style:first-child,
.h4-style:first-child,
.h5-style:first-child,
.h6-style:first-child {
  margin-top: 0;
}

h1 {
  font-size: 4.25rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 3.5000020588rem;
  margin-bottom: 1.2352948443rem;
}

h3 {
  font-size: 2.5rem;
  margin-bottom: .8823529412rem;
}

h4 {
  font-size: 1.8750005515rem;
  margin-bottom: .6617649005rem;
}

h5 {
  font-size: 1.5625rem;
  margin-bottom: .5514705882rem;
}

h6 {
  font-size: 1.3750040441rem;
  margin-bottom: .485295545rem;
}

p {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  line-height: 2.5rem;
  color: var(--color-text);
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  color: #459bd9;
  transition: all .2s ease;
}

a:hover {
  color: rgb(31.2142857143,101.8571428571,152.7857142857);
}

ul,
ol {
  margin: 1.25rem 0 1.25rem;
  position: relative;
}

ul li,
ol li {
  margin-top: .625rem;
  line-height: 1.5;
  color: var(--color-text);
}

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

.wp-block-wlc-container ul li {
  font-weight: 400;
  letter-spacing: -0.0525rem;
  line-height: 1.5625rem;
  list-style-type: none;
  position: relative;
  color: var(--color-text);
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .wp-block-wlc-container ul li {
    font-size: 1.375rem;
  }
}

.wp-block-wlc-container ul li::before {
  content: "";
  position: absolute;
  height: .25rem;
  left: -1.25rem;
  top: .625rem;
  width: .75rem;
  background: var(--red-color);
}

@media (min-width: 1200px) {
  .wp-block-wlc-container ul li::before {
    height: .375rem;
    left: -2.1875rem;
    width: 1.25rem;
  }
}

ol li {
  list-style: decimal;
}

hr {
  height: 1px;
  margin: 30px 0;
  border: none;
  background-color: var(--light-gray);
}

blockquote {
  margin: 1.875rem 0;
  font-size: 1.4375rem;
  line-height: 1.5em;
  color: var(--bottom-footer-text);
  text-align: center;
  font-style: italic;
}

table {
  width: 100%;
  margin: 1.875rem 0;
  border-collapse: collapse;
}

table,
td,
th {
  border: 1px solid var(--light-gray);
  text-align: left;
}

th {
  font-weight: 800;
}

th,
td {
  padding: 15px;
}

figure {
  margin: 1.875rem 0;
}

figure img {
  margin: 0;
}

figcaption {
  margin-top: 10px;
  color: var(--light-gray);
  font-size: 1rem;
}

pre {
  display: block;
  margin: 0 0 40px 0;
  padding: 20px;
  background-color: var(--currency-dark-color);
  border: 1px solid var(--light-gray);
  overflow: auto;
  border-radius: 3px;
}

pre code {
  font-family: var(--source-code-pro);
  position: static;
  padding: 0;
  border: none;
  line-height: 1.75em;
  font-size: 1rem;
}

code {
  position: relative;
  top: -0.2em;
  padding: 3px;
  font-family: Courier New,Courier,monospace;
  font-size: 1.1458333333rem;
  color: var(--color-text-white);
  line-height: 1em;
  pointer-events: none;
  border: 1px solid var(--light-gray);
  border-radius: 3px;
}

em,
i,
.italic {
  font-style: italic;
}

strong,
b,
.bold {
  font-weight: 800;
}

img {
  display: block;
  max-width: 100%;
  margin: 1.875rem 0;
}

@media (max-width: 575px) {
  .wp-block-column figure img {
    margin-top: 3.125rem;
  }
}

.wp-block-column p {
  font-size: 1.125rem;
  line-height: 2rem;
}

@media (min-width: 1200px) {
  .wp-block-column p {
    font-size: 1.375rem;
    line-height: 2.5rem;
  }
}

.single-post table,
.single-post td,
.single-post th {
  border: 1px solid var(--color-text);
  text-align: left;
  color: var(--color-text);
}

.headroom--pinned {
  transform: translateY(0%) translateZ(2px);
  background-color: var(--color-text-white);
  box-shadow: 0 0 .625rem var(--light-gray);
}

.headroom--not-top:not(.igaming-header) {
  background-color: var(--color-text-white);
}

.headroom--not-top:not(.igaming-header) .burger-icon,
.headroom--not-top:not(.igaming-header) .burger-icon::before,
.headroom--not-top:not(.igaming-header) .burger-icon::after {
  background-color: var(--color-text);
}

.headroom--not-top:not(.igaming-header) .nav__main li a,
.headroom--not-top:not(.igaming-header) .nav__main li a:not([href]) {
  color: var(--color-text);
}

.headroom--not-top:not(.igaming-header) .nav__main li:last-child a {
  border: .125rem solid var(--red-color);
  padding: .2rem .5rem !important;
  display: block;
  height: auto;
  justify-content: unset;
  align-items: unset;
  color: var(--red-color) !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li:last-child a:hover {
  background-color: var(--color-text) !important;
  color: var(--color-text-white) !important;
  border: .125rem solid var(--color-text) !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li:last-child:hover a {
  color: var(--color-text);
}

.headroom--not-top:not(.igaming-header) .nav__main li.menu-item-has-children {
  min-height: 4.875rem;
}

.headroom--not-top:not(.igaming-header) .nav__main li.menu-item-has-children::after {
  content: "";
  border: solid var(--color-text) !important;
  border-width: 0 .25rem .25rem 0 !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li.menu-item-has-children .sub-menu {
  top: 100% !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li.menu-item-has-children .sub-menu:last-child a {
  border: none !important;
  padding: 1rem !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li.menu-item-has-children:hover a {
  color: var(--color-text-white) !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li.menu-item-has-children:hover::after {
  content: "";
  border: solid var(--color-text-white) !important;
  border-width: 0 .25rem .25rem 0 !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li.current-menu-item a {
  color: var(--red-color) !important;
}

.headroom--not-top:not(.igaming-header) .nav__main li.current-page-parent a {
  color: var(--red-color) !important;
}

.headroom--not-top:not(.igaming-header) svg path.cls-1 {
  fill: var(--red-color);
}

.headroom--not-top:not(.igaming-header) svg path.cls-2 {
  fill: var(--color-text);
}

.headroom--not-top:not(.igaming-header) svg polygon {
  fill: var(--red-color) !important;
}

.headroom--unpinned {
  transform: translateY(-102%);
}

.headroom--top {
  background-color: rgba(0,0,0,0);
  box-shadow: none;
}

.headroom--top .header__logo {
  margin-top: 1.2rem;
}

.headroom--top .header__navwrap {
  margin-top: 1.2rem;
  margin-right: .99rem;
}

.headroom--top .nav__main li:last-child a {
  border: .125rem solid var(--color-text-white) !important;
  padding: .2rem .5rem !important;
  display: block;
  height: auto;
  justify-content: unset;
  align-items: unset;
}

.headroom--top .nav__main li:last-child a:hover {
  color: var(--color-text) !important;
  border: .125rem solid var(--color-text-white);
  background-color: var(--color-text-white);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom {
  transition: transform 200ms linear;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--pinned {
  transform: translateY(0%) translateZ(1px);
  background-color: var(--color-text-white);
  box-shadow: 0 0 .625rem var(--light-gray);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top {
  background-color: var(--color-text-white);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .burger-icon,
body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .burger-icon::before,
body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .burger-icon::after {
  background-color: var(--color-text);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li a {
  color: var(--color-text);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li:last-child a {
  border: .125rem solid var(--color-text);
  padding: .2rem .5rem;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li.menu-item-has-children {
  min-height: 4.875rem;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li.menu-item-has-children::after {
  content: "";
  border: solid var(--color-text) !important;
  border-width: 0 .25rem .25rem 0 !important;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li.menu-item-has-children .sub-menu {
  top: 4.89rem !important;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li.menu-item-has-children .sub-menu:last-child a {
  border: none !important;
  padding: 1rem !important;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li.menu-item-has-children:hover a {
  color: var(--color-text-white) !important;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top .nav__main li.menu-item-has-children:hover::after {
  content: "";
  border: solid var(--color-text-white) !important;
  border-width: 0 .25rem .25rem 0 !important;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top svg path.cls-1 {
  fill: var(--red-color);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top svg path.cls-2 {
  fill: var(--color-text);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--not-top svg polygon {
  fill: var(--red-color);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--unpinned {
  transform: translateY(-102%);
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--top {
  box-shadow: none;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--top .header__logo {
  margin-top: 0;
}

body:not(.front-page-data):not(.template-landingpage-black):not(.template-landingpage-white):not(.template-landingpage-igaming) .headroom--top .header__navwrap {
  margin-top: 0;
  margin-right: .99rem;
}

.btn {
  display: inline-block;
  padding: .9375rem 1.25rem;
  font-size: .9375rem;
  text-align: center;
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.004375rem;
  text-decoration: none;
  transition: all .2s ease;
}

.btn__outline {
  border: .125rem solid;
}

.btn__outline--black {
  background: var(--color-text);
  color: var(--color-text-white);
}

.btn__outline--black:hover {
  background: rgba(0,0,0,0);
  color: var(--color-text);
  border-color: var(--color-text);
}

.btn--default {
  background: rgba(0,0,0,0);
  color: var(--color-text-white);
  border: .125rem solid var(--color-text-white);
}

.btn--default:hover {
  background: var(--color-text-white);
  color: var(--color-text);
}

.btn--black {
  background: rgba(0,0,0,0);
  color: var(--color-text);
  border: .125rem solid var(--color-text);
}

.btn--black:hover {
  background: var(--color-text);
  color: var(--color-text-white);
}

.btn--white {
  background: var(--color-text-white);
  color: var(--red-color);
  border: .125rem solid var(--color-text-white);
}

.btn--white:hover {
  background: var(--btn-bg-color);
  color: var(--color-text-white);
  border: .125rem solid var(--btn-bg-color);
}

.btn--dark {
  background: var(--btn-color-dark-transparent);
  color: var(--color-text-white);
  border: .125rem solid var(--color-text-white);
}

.btn--dark:hover {
  background: var(--color-text-white);
  color: var(--red-color);
  border: .125rem solid var(--red-color);
}

.btn--black-v2 {
  background: var(--color-text);
  color: var(--color-text-white);
  border: .125rem solid var(--color-text-white);
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.btn--black-v2:hover {
  background: var(--color-text-white);
  color: var(--red-color);
  border: .125rem solid var(--red-color);
}

.btn--small {
  font-size: 80%;
  padding: .7rem 1rem;
}

.btn--big {
  padding: .625rem 0;
  font-size: .625rem;
  letter-spacing: 0;
}

@media (min-width: 576px) {
  .btn--big {
    margin-right: .625rem;
    font-size: .875rem;
    padding: .9375rem 1.5625rem;
  }
}

@media (min-width: 992px) {
  .btn--big {
    padding: .9375rem 3.125rem;
    font-size: 1rem;
    letter-spacing: -0.10625rem;
  }
}

@media (min-width: 1440px) {
  .btn--big {
    font-size: 1.125rem;
    padding: 1.25rem 4.375rem;
  }
}

@media (min-width: 1920px) {
  .btn--big {
    padding: 1.5625rem 6.25rem;
  }
}

.btn--bold {
  border-width: .1875rem;
  font-weight: 600;
}

.btn__read-more {
  background: var(--btn-bg-color);
  color: var(--color-text-white);
  border: .125rem solid var(--btn-bg-color);
}

@media (hover: hover) {
  .btn__read-more:hover {
    background: var(--add-red-darker);
    color: var(--color-text-white);
    border: .125rem solid var(--add-red-darker);
  }
}

@media (hover: hover) {
  .btn__read-more--gray:hover {
    background: var(--gray-button);
    border: .125rem solid var(--gray-button);
  }
}

.btn__read-more--lightgray {
  border: .125rem solid var(--gray-button);
  background: var(--gray-button);
}

.btn__read-more--lightgray:hover {
  background: var(--btn-bg-color);
  border: .125rem solid var(--btn-bg-color);
}

.btn__read-more--red {
  background: var(--red-color);
  border: .125rem solid var(--red-color);
}

@media (hover: hover) {
  .btn__read-more--red:hover {
    border: .125rem solid var(--gray-button);
    background: var(--gray-button);
  }
}

.btn__read-more--outline-gray {
  border: .125rem solid var(--gray-button);
  background: none;
  color: var(--gray-button);
}

.btn__read-more--outline-gray:hover {
  background: var(--gray-button);
  border: .125rem solid var(--gray-button);
  color: var(--white-color);
}

.btn--hero-lp {
  border: .0625rem solid var(--button-color);
  font-weight: 600;
  font-size: .875rem;
  text-transform: none;
  color: var(--color-text-white);
  width: fit-content;
  padding: .75rem 1.25rem;
  margin-top: .875rem;
}

@media (min-width: 768px) {
  .btn--hero-lp {
    font-size: 1.25rem;
    width: 31%;
    padding: 1.0625rem 1.25rem;
    margin-top: 2.375rem;
  }
}

@media (min-width: 1440px) {
  .btn--hero-lp {
    padding: 1.25rem 2.25rem;
  }
}

.btn--hero-lp:hover {
  background-color: rgba(0,0,0,0) !important;
  color: var(--font-color);
}

.nav {
  display: none;
  z-index: -1;
}

@media (min-width: 1200px) {
  .nav {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}

.nav__burger {
  margin-bottom: 4rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  counter-reset: burger-counter;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .nav__burger {
    margin: 0;
    overflow-y: scroll;
    scrollbar-width: none;
  }
}

.nav__burger::-webkit-scrollbar {
  width: 0 !important;
  background: rgba(0,0,0,0) !important;
}

.nav__burger li {
  counter-increment: burger-counter;
  list-style-type: none;
  margin-top: 0;
  padding: .5rem 0;
}

@media (min-width: 992px) {
  .nav__burger li {
    margin-top: 2rem;
    padding: 0;
  }

  .nav__burger li::before {
    content: "0" counter(burger-counter) "_";
    font-weight: 500;
    font-size: 1.0625rem;
    margin-right: .5rem;
    font-family: "Montserrat",sans-serif;
    line-height: 1;
    color: var(--color-text-white);
    position: relative;
    top: -1.125rem;
  }
}

@media (min-width: 992px) {
  .nav__burger li::before {
    top: -0.25rem;
  }
}

.nav__burger li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.nav__burger li a {
  color: var(--color-text-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.9375rem;
  letter-spacing: -0.046875rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  transition: all .2s ease-in-out;
  line-height: 1;
  display: block;
}

@media (min-width: 992px) {
  .nav__burger li a {
    font-size: 1.9375rem;
  }
}

@media (min-width: 1200px) {
  .nav__burger li a {
    font-size: 2.625rem;
  }
}

@media (min-width: 1440px) {
  .nav__burger li a {
    font-size: 3.5rem;
  }
}

.nav__burger li a::before {
  content: "→";
  font-family: "Montserrat",sans-serif;
  color: var(--color-text-white);
  font-size: 2.25rem;
  font-weight: 700;
  padding-left: 0rem;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .nav__burger li a::before {
    font-size: 2.25rem;
  }
}

@media (min-width: 1200px) {
  .nav__burger li a::before {
    font-size: 3.625rem;
  }
}

@media (min-width: 1440px) {
  .nav__burger li a::before {
    font-size: 4.625rem;
  }
}

.nav__burger li:hover a {
  padding-left: 2rem;
}

.nav__burger li:hover a::before {
  opacity: 1;
  visibility: visible;
  margin-right: .75rem;
}

@media (hover: none) {
  .nav__burger li.menu-item-has-children a {
    padding-left: 0;
  }

  .nav__burger li.menu-item-has-children a::before {
    opacity: 0;
    visibility: hidden;
    margin-right: 0;
  }
}

.nav__burger li.menu-item-has-children.active a {
  padding-left: 2rem;
}

.nav__burger li.menu-item-has-children.active a::before {
  opacity: 1;
  visibility: visible;
  margin-right: .8rem;
}

.nav__burger li.menu-item-has-children ul {
  padding-left: 2rem;
}

@media (min-width: 992px) {
  .nav__burger li.menu-item-has-children ul {
    padding-left: 4rem;
  }
}

.nav__burger li.menu-item-has-children ul li {
  display: flex;
  align-items: center;
}

.nav__burger li.menu-item-has-children ul li a {
  flex: 1;
  width: 100%;
  padding-left: 0 !important;
}

.nav__burger li.menu-item-has-children ul li a::before {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.nav__burger li.menu-item-has-children .sub-menu {
  transition: all 200ms ease;
  transition-property: opacity,visibility,height;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.nav__burger li.menu-item-has-children .sub-menu li {
  counter-increment: none;
  margin: 0;
  width: inherit;
  justify-content: flex-start;
  border-bottom: 1px solid var(--btn-border-red-color);
}

.nav__burger li.menu-item-has-children .sub-menu li::before {
  content: none;
}

.nav__burger li.menu-item-has-children .sub-menu li a {
  border: none;
  width: inherit;
  color: var(--color-text-white);
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  text-transform: unset;
  font-size: .9375rem;
  padding: .5rem 0;
}

@media (min-width: 992px) {
  .nav__burger li.menu-item-has-children .sub-menu li a {
    padding: 1rem 0;
    font-size: 1rem;
  }
}

.nav__burger li.menu-item-has-children .sub-menu li a::before {
  content: "→";
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  color: var(--color-text-white);
  font-size: 1.625rem;
  font-weight: 700;
  padding-left: 0rem;
  padding-bottom: .25rem;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  position: relative;
  top: 0;
}

@media (min-width: 768px) {
  .nav__burger li.menu-item-has-children .sub-menu li a::before {
    padding-bottom: .0625rem;
  }
}

@media (min-width: 992px) {
  .nav__burger li.menu-item-has-children .sub-menu li a::before {
    padding-bottom: .25rem;
  }
}

.nav__burger li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--btn-border-red-color);
}

.nav__burger li.menu-item-has-children .sub-menu li a:hover::before {
  padding-left: 2rem;
  opacity: 1;
  visibility: visible;
  margin-right: .8rem;
}

.nav__burger li.menu-item-has-children .sub-menu li:hover {
  background-color: var(--btn-border-red-color);
}

.nav__burger li.menu-item-has-children .sub-menu li:hover a {
  font-weight: 700;
}

.nav__burger li.menu-item-has-children .sub-menu--active {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .nav__burger li.menu-item-has-children .sub-menu--active {
    margin-top: 0;
  }
}

.nav__main {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav__main li {
  padding: 0 .75rem 0 .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.nav__main li a,
.nav__main li a:not([href]) {
  color: var(--color-text-white);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  letter-spacing: -0.025rem;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1439px) {
  .nav__main li a,
  .nav__main li a:not([href]) {
    font-size: .8rem;
  }
}

.nav__main li a:not([href]) {
  cursor: default;
}

.nav__main li.menu-item:hover {
  background-color: var(--color-text);
}

.nav__main li.menu-item:hover a {
  color: var(--color-text-white) !important;
}

.nav__main li.menu-item:last-child:hover a {
  background-color: var(--color-text) !important;
  color: var(--color-text-white) !important;
}

.nav__main li.menu-item:last-child a {
  pointer-events: visible;
}

.nav__main li.menu-item-has-children {
  position: relative;
  transition: all .2s ease-in-out;
}

.nav__main li.menu-item-has-children ul {
  position: absolute;
  left: 0;
  list-style: none;
  top: 100%;
  margin: 0;
  padding: 0;
  width: 20.625rem;
  min-width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  transition: all .2s ease-in-out;
}

@media (min-width: 1440px) {
  .nav__main li.menu-item-has-children ul {
    width: 26.375rem;
  }
}

.nav__main li.menu-item-has-children ul li {
  padding: 0;
  margin: 0;
  background-color: var(--menu-transp-bg) !important;
  width: inherit;
  justify-content: flex-start;
  border-bottom: 1px solid var(--color-text);
}

.nav__main li.menu-item-has-children ul li a {
  border: none;
  width: inherit;
  padding: .8rem;
  color: var(--color-text-white);
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  text-transform: unset;
  font-size: .8rem;
}

@media (min-width: 1440px) {
  .nav__main li.menu-item-has-children ul li a {
    font-size: 1rem;
    padding: 1rem;
  }
}

.nav__main li.menu-item-has-children ul li a::before {
  content: "→";
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-weight: 900;
  font-style: italic;
  line-height: initial;
  color: var(--color-text-white);
  font-size: 1.625rem;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  padding: 0 .8rem .3125rem 0;
}

@media (min-width: 1440px) {
  .nav__main li.menu-item-has-children ul li a::before {
    padding: 0 1rem .3125rem 0;
  }
}

.nav__main li.menu-item-has-children ul li a:hover {
  background-color: var(--color-text) !important;
}

.nav__main li.menu-item-has-children ul li a:hover::before {
  padding-left: 2rem;
  opacity: 1;
  visibility: visible;
}

.nav__main li.menu-item-has-children ul li:hover a {
  font-weight: 700;
}

.nav__main li.menu-item-has-children ul li:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
  background-color: var(--menu-transp-bg) !important;
  width: inherit;
  justify-content: flex-start;
}

.nav__main li.menu-item-has-children ul li:last-child:hover {
  background-color: var(--color-text) !important;
}

.nav__main li.menu-item-has-children ul li:last-child:hover a {
  font-weight: 700;
  color: var(--color-text-white) !important;
}

.nav__main li.menu-item-has-children ul li:last-child a {
  border: none !important;
  width: inherit;
  padding: .8rem !important;
  color: var(--color-text-white) !important;
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  text-transform: unset;
  font-size: .8rem;
  background-color: rgba(0,0,0,0) !important;
}

@media (min-width: 1440px) {
  .nav__main li.menu-item-has-children ul li:last-child a {
    font-size: 1rem;
    padding: 1rem;
  }
}

.nav__main li.menu-item-has-children:hover {
  background: var(--color-text);
}

.nav__main li.menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
}

.nav__main li.menu-item-has-children::after {
  content: "";
  border: solid var(--color-text-white);
  border-width: 0 .25rem .25rem 0;
  display: inline-block;
  padding: .1875rem;
  transform: rotate(45deg);
  width: .625rem;
  position: relative;
  height: .625rem;
  top: -0.1875rem;
  margin-left: .7rem;
}

.nav__main li:last-child {
  background-color: rgba(0,0,0,0) !important;
}

.nav__main li:last-child a {
  border: 2px solid var(--color-text-white);
  padding: 3.2px 8px !important;
  display: block;
  height: auto;
  justify-content: unset;
  align-items: unset;
}

.nav__main li:last-child a:hover {
  color: var(--red-color) !important;
  border: 2px solid var(--red-color);
}

.nav__main li:last-child:hover a {
  color: var(--color-text);
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.nav-mobile {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: var(--red-color);
  left: 0;
  padding-top: 5.88rem;
  top: 0;
  width: 100%;
  height: 100vh;
}

@media (min-width: 1200px) {
  .nav-mobile {
    padding-top: 3.875rem;
  }
}

.nav-mobile::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIGJhc2VQcm9maWxlPSJ0aW55LXBzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMzA5IDY5MyIgd2lkdGg9IjEzMDkiIGhlaWdodD0iNjkzIj4KCQk8cGF0aCBmaWxsPSIjY2MwMTJjIiBjbGFzcz0ic2hwMCIgZD0iTTExMjQuMDUgNDc5LjI0QzExMDAuNjUgNDkyLjM5IDEwNzMuNDcgNDk5LjYyIDEwNDQuNTEgNDk4Ljc2Qzk2Ni4xNSA0OTYuNDQgOTAxLjEgNDMzLjU2IDg5Ni4zOSAzNTUuMzZDODkxLjA0IDI2Ni42IDk2MS40OCAxOTIuOTYgMTA0OS4xNCAxOTIuOTZDMTA3Ni41MyAxOTIuOTYgMTEwMi4yMSAyMDAuMTggMTEyNC40NSAyMTIuNzdDMTEyNS4yIDIxMy4yIDExMjYuMTQgMjEyLjk0IDExMjYuNTcgMjEyLjJMMTE0MC44NiAxODguMjVDMTExMi42NCAxNzEuODIgMTA3OS42NCAxNjIuNjkgMTA0NC40MiAxNjMuNTlDOTQ3LjMxIDE2Ni4wNSA4NjcuODYgMjQ2LjU0IDg2Ni42NiAzNDMuNkM4NjUuNDEgNDQ1LjM3IDk0Ny41OSA1MjguMjYgMTA0OS4xNCA1MjguMjZDMTA4Mi4yNiA1MjguMjYgMTExMy4yOSA1MTkuNCAxMTQwLjA3IDUwMy45OEwxMTI2LjE3IDQ3OS44MkMxMTI1Ljc0IDQ3OS4wNyAxMTI0LjggNDc4LjgyIDExMjQuMDUgNDc5LjI0WiIgLz4KCQk8cGF0aCBmaWxsPSIjY2MwMTJjIiBjbGFzcz0ic2hwMCIgZD0iTTEwODYuNzMgNDE0LjI1QzEwNzIuMzkgNDIyLjE1IDEwNTUuMzYgNDI1Ljc1IDEwMzcuMyA0MjMuMDZDMTAwMi42NSA0MTcuODkgOTc1LjEzIDM4OS4xNyA5NzEuNDIgMzU0LjM0Qzk2Ni40MiAzMDcuMzEgMTAwMy4xNCAyNjcuNTggMTA0OS4xNCAyNjcuNThDMTA2Mi45MiAyNjcuNTggMTA3NS44MiAyNzEuMiAxMDg3LjA1IDI3Ny40NkMxMDg3LjggMjc3Ljg3IDEwODguNzMgMjc3LjYzIDEwODkuMTYgMjc2Ljg4TDExMDMuMTQgMjUyLjYzQzEwODUgMjQyLjA5IDEwNjMuNTggMjM2LjU4IDEwNDAuNzEgMjM4LjM1Qzk4Ni45OCAyNDIuNTEgOTQzLjcyIDI4Ny4zNyA5NDEuNSAzNDEuMjFDOTM4Ljk3IDQwMi43OSA5ODguMTQgNDUzLjUgMTA0OS4xNCA0NTMuNUMxMDY4LjcgNDUzLjUgMTA4Ni45OCA0NDguMjEgMTEwMi43OCA0MzkuMUwxMDg4LjgzIDQxNC44M0MxMDg4LjQgNDE0LjA5IDEwODcuNDggNDEzLjg0IDEwODYuNzMgNDE0LjI1WiIgLz4KCQk8cGF0aCBmaWxsPSIjY2MwMTJjIiBjbGFzcz0ic2hwMCIgZD0iTTE2NC42OCAxNjMuNTNMMzAzLjk4IDUyOC4zMUwzMzUuNjcgNTI4LjMxTDQ3NC45OSAxNjMuNTNMNDQ0LjkxIDE2My41M0M0NDQuMjEgMTYzLjUzIDQ0My41OSAxNjMuOTYgNDQzLjM0IDE2NC42TDMxOS45MSA0ODYuOTNMMTk2LjQ4IDE2NC41MUMxOTYuMjYgMTYzLjkyIDE5NS42OSAxNjMuNTMgMTk1LjA1IDE2My41M0wxNjQuNjggMTYzLjUzWiIgLz4KCQk8cGF0aCBmaWxsPSIjY2MwMTJjIiBjbGFzcz0ic2hwMCIgZD0iTTQ0Ny42OCA0MDIuMjlMNTM4Ljg3IDE2My41M0w1MDguNzMgMTYzLjUzQzUwOC4wNyAxNjMuNTMgNTA3LjQ4IDE2My45MyA1MDcuMjQgMTY0LjU1TDQzMS45MSAzNjEuMjhMNDQ3LjY4IDQwMi4yOVoiIC8+CgkJPHBhdGggZmlsbD0iI2NjMDEyYyIgY2xhc3M9InNocDAiIGQ9Ik0yMjguNiAxNjMuNTNMMzE5LjgzIDQwMi40M0w0MTEuMDYgMTYzLjUzTDM4MC45IDE2My41M0MzODAuMjYgMTYzLjUzIDM3OS42OSAxNjMuOTIgMzc5LjQ2IDE2NC41MkwzMTkuOTEgMzE5LjQ2TDI2MC4xMiAxNjQuNDhDMjU5Ljg5IDE2My45MSAyNTkuMzQgMTYzLjUzIDI1OC43MiAxNjMuNTNMMjI4LjYgMTYzLjUzWiIgLz4KCQk8cGF0aCBmaWxsPSIjY2MwMTJjIiBjbGFzcz0ic2hwMCIgZD0iTTczNy40NCA0MjQuMTJMNzM3LjQ0IDIzOS41NEM3MzcuNDQgMjM4LjcgNzM2Ljc2IDIzOC4wMiA3MzUuOTIgMjM4LjAyTDcwNy45OCAyMzguMDJMNzA3Ljk4IDQ1My41TDg1My44NyA0NTMuNTdMODUzLjg3IDQyNS42M0M4NTMuODcgNDI0LjggODUzLjE5IDQyNC4xMiA4NTIuMzUgNDI0LjEyTDczNy40NCA0MjQuMTJaIiAvPgoJCTxwYXRoIGZpbGw9IiNjYzAxMmMiIGNsYXNzPSJzaHAwIiBkPSJNNjYyLjU3IDQ5OC45MUw2NjIuNTcgMTkyLjkxTDczNy40NCAxOTIuOTFMNzM3LjQ0IDE2My40Nkw2MzMuMTIgMTYzLjQ2TDYzMy4xMiAxNjMuNTNMNjMzLjEyIDE5Mi45MUw2MzMuMTIgNDk4LjkxTDYzMy4xMiA1MjguMzZMNjYyLjU3IDUyOC4zNkw4ODMuNzggNTI4LjM2TDg4My43OCA0OTguOTFMNjYyLjU3IDQ5OC45MVoiIC8+CgkJPHBhdGggZmlsbD0iI2NjMDEyYyIgY2xhc3M9InNocDAiIGQ9Ik01NzEuMDEgMTY0LjU1TDQ0Ny41NSA0ODYuOTNMNDE1LjA4IDQwMi4xMkwzOTkuMyA0NDMuNDZDMzk5LjMgNDQzLjU0IDM5OS4zIDQ0My42MSAzOTkuMyA0NDMuNjhMNDMxLjY1IDUyOC4zMUw0NjMuMjIgNTI4LjMxTDYwMi40NyAxNjMuOTVDNjAyLjM1IDE2My43NyA2MDIuMyAxNjMuNyA2MDIuMTggMTYzLjUzTDU3Mi41IDE2My41M0M1NzEuODQgMTYzLjUzIDU3MS4yNCAxNjMuOTMgNTcxLjAxIDE2NC41NVoiIC8+Cjwvc3ZnPg==);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  transform: scale(4);
  z-index: 0;
  opacity: 1;
  background-position: -13.125rem 4.625rem;
}

@media (min-width: 576px) {
  .nav-mobile::before {
    background-position: 8.875rem 15.625rem;
    transform: scale(5);
  }
}

@media (min-width: 992px) {
  .nav-mobile::before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iV2Fyc3R3YV8xIiBkYXRhLW5hbWU9IldhcnN0d2EgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDgwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2NmMDAyZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjMwNy42MyAxMDgwIDAgMjc2LjQzIDAgMTA4MCAzMDcuNjMgMTA4MCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMjYzLjQ3IDAgODQ5LjkgMTA4MCAxMTkwLjMgMTA4MCAxNjAyLjc5IDAgMTI2My40NyAwIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjE2MDcuMjkgODcxLjU4IDE1MjcuNjkgMTA4MCAxNjg3LjA4IDEwODAgMTYwNy4yOSA4NzEuNTgiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMTkyMCA3NzAuNDQgMTkyMCA4OC4zNyAxNzg5LjEgNDMwLjIxIDE5MjAgNzcwLjQ0Ii8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjkxMS45NSAwIDI0My43NiAwIDU3Ny44NyA4NzQuODYgOTExLjk1IDAiLz48L3N2Zz4=);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: none;
    z-index: -1;
    opacity: 1;
  }
}

.nav-mobile__main {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 4.875rem;
  visibility: hidden;
  opacity: 0;
}

.nav-mobile__wrap {
  display: grid;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}

@media (min-width: 576px) {
  .nav-mobile__wrap {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .nav-mobile__wrap {
    height: 100%;
  }
}

@media (min-width: 992px) {
  .nav-mobile__wrap {
    display: flex;
    padding-top: 1rem;
    flex-direction: unset;
    overflow-y: hidden;
  }
}

@media (min-width: 992px)and (min-height: 992px) {
  .nav-mobile__wrap {
    padding-top: 4rem;
  }
}

@media (min-width: 1200px)and (min-height: 768px) {
  .nav-mobile__wrap {
    padding-top: 4rem;
  }
}

.nav-mobile__wrap .menu-burger-menu-container {
  display: block;
  margin-left: 0;
}

@media (min-width: 992px) {
  .nav-mobile__wrap .menu-burger-menu-container {
    display: flex;
    margin-left: 5rem;
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (min-width: 1200px) {
  .nav-mobile__wrap .menu-burger-menu-container {
    margin-left: 8rem;
    flex: 0 0 56%;
    max-width: 56%;
  }
}

@media (min-width: 1440px) {
  .nav-mobile__wrap .menu-burger-menu-container {
    margin-left: 12rem;
    flex: 0 0 56%;
    max-width: 56%;
  }
}

.nav-mobile__wrap .menu-burger-menu-container .nav-mobile__burger {
  flex-direction: column;
  width: 100%;
}

.nav-mobile__more-info {
  display: grid;
  flex-direction: column;
  padding-top: 2rem;
  background-color: var(--add-red-darker);
  border-left: .125rem solid var(--add-red-darker);
  height: fit-content;
  padding-bottom: 20vh;
}

@media (min-width: 992px) {
  .nav-mobile__more-info {
    display: flex;
    margin-top: 0;
    padding-top: 0;
    background-color: rgba(0,0,0,0);
    flex: 0 0 55%;
    max-width: fit-content;
    max-width: -moz-fit-content;
    padding-left: 2rem;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .nav-mobile__more-info {
    flex: 0 0 30%;
    padding-left: 5rem;
  }
}

@media (min-width: 1440px) {
  .nav-mobile__more-info {
    flex: 0 0 25%;
  }
}

.nav-mobile__contact {
  font-family: "BillionDreams";
  font-size: 4.625rem;
  z-index: 1;
  padding-left: 1rem;
}

.nav-mobile__mail,
.nav-mobile__phone {
  font-family: "Montserrat",sans-serif;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .nav-mobile__mail,
  .nav-mobile__phone {
    padding-bottom: 1.25rem;
  }
}

.nav-mobile__mail:first-child,
.nav-mobile__phone:first-child {
  padding-top: .625rem;
}

.nav-mobile__mail:last-child,
.nav-mobile__phone:last-child {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .nav-mobile__mail:last-child,
  .nav-mobile__phone:last-child {
    padding-bottom: 2.5rem;
    border-bottom: .125rem solid var(--add-red-darker);
  }
}

.nav-mobile__mail span,
.nav-mobile__phone span {
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-text-white);
  display: block;
  margin-bottom: .1875rem;
}

.nav-mobile__mail a,
.nav-mobile__phone a {
  color: var(--color-text-white);
  font-size: 1.25rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  letter-spacing: -0.03rem;
}

@media (min-width: 992px) {
  .nav-mobile__mail a,
  .nav-mobile__phone a {
    font-size: 1.8125rem;
    font-weight: 300;
  }
}

.nav-mobile__mail a::after,
.nav-mobile__phone a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--color-text-white);
  transition: width .3s;
  z-index: 99;
}

.nav-mobile__mail a:hover::after,
.nav-mobile__phone a:hover::after {
  width: 100%;
}

.nav-mobile__social {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  text-align: center;
  z-index: 1;
}

@media (min-width: 992px) {
  .nav-mobile__social {
    padding-bottom: 1.875rem;
    margin-left: 1rem;
    margin-bottom: 1.25rem;
    text-align: left;
    border-bottom: .125rem solid var(--add-red-darker);
  }
}

@media (min-width: 992px)and (min-height: 992px) {
  .nav-mobile__social {
    padding-bottom: 7.4375rem;
  }
}

@media (min-width: 1200px) {
  .nav-mobile__social {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 1200px)and (-webkit-min-device-pixel-ratio: 1.5) {
  .nav-mobile__social {
    padding-top: .3125rem;
    padding-bottom: .9375rem;
    margin-bottom: .3125rem;
  }
}

.nav-mobile__social p {
  font-size: 1.0625rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-text-white);
  display: block;
  margin-bottom: .9375rem;
  font-family: "Montserrat",sans-serif;
}

.nav-mobile__circle {
  width: 3.1875rem;
  height: 3.1875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
}

@media (min-width: 992px) {
  .nav-mobile__circle {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.nav-mobile__wrapper {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .nav-mobile__wrapper {
    justify-content: flex-start;
  }
}

.nav-mobile__wrapper a {
  text-decoration: none;
}

.nav-mobile__wrapper a:not(:last-child) {
  margin-right: 1.0625rem;
}

.nav-mobile__wrapper a .svg-inline--fa path {
  color: var(--add-red);
}

.nav-mobile__button {
  display: block;
  padding-top: 1.875rem;
  padding-bottom: 7.4375rem;
  margin: 0 auto 1.25rem auto;
  z-index: 99;
}

@media (min-width: 992px) {
  .nav-mobile__button {
    display: block;
    padding-top: .9375rem;
    padding-bottom: 3.75rem;
    padding-left: 1rem;
    margin-bottom: 1.25rem;
    z-index: 99;
  }
}

@media (min-width: 992px)and (-webkit-min-device-pixel-ratio: 1.5) {
  .nav-mobile__button {
    padding-top: .3125rem;
  }
}

@media (min-width: 992px)and (min-height: 992px) {
  .nav-mobile__button {
    padding-top: 1.875rem;
  }
}

.nav-mobile.is-active {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  height: 120vh;
}

@media (min-width: 992px) {
  .nav-mobile.is-active {
    height: 100vh;
  }
}

.nav-mobile.is-active .nav-mobile {
  visibility: visible;
  opacity: 1;
}

.burger-menu-menu-container {
  width: 100%;
  height: 100%;
}

.burger-icon {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.burger-icon,
.burger-icon::before,
.burger-icon::after {
  display: block;
  width: 30px;
  height: 4px;
  background-color: var(--color-text-white);
  outline: 1px solid rgba(0,0,0,0);
  border-radius: 50px;
  -webkit-transition-property: background-color,-webkit-transform;
  -moz-transition-property: background-color,-moz-transform;
  -o-transition-property: background-color,-o-transform;
  transition-property: background-color,transform;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

.burger-icon::before,
.burger-icon::after {
  position: absolute;
  content: "";
}

.burger-icon::before {
  top: -8px;
}

.burger-icon::after {
  top: 8px;
}

.header__burger.is-active .burger-icon {
  background-color: rgba(0,0,0,0);
}

.header__burger.is-active .burger-icon::before {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.header__burger.is-active .burger-icon::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

button#ihavecookiesBtn {
  margin-left: 0 !important;
}

#gdpr-cookie-message {
  position: fixed;
  z-index: 9999999999;
  left: 0;
  bottom: 1.875rem;
  max-width: 23.4375rem;
  background-color: var(--btn-border-red-color);
  padding: 1.25rem;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0,0,0,.25);
  margin-left: 1.875rem;
  transform: translateZ(1px);
}

#gdpr-cookie-message h4 {
  color: var(--color-text-white);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: .625rem;
}

#gdpr-cookie-message h5 {
  color: var(--color-text-white);
  font-size: .9375rem;
  font-weight: 500;
  margin-bottom: .625rem;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: var(--color-text-white);
  font-size: .9375rem;
  line-height: 1.5em;
}

#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}

#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

#gdpr-cookie-message a {
  color: var(--red);
  text-decoration: none;
  font-size: .9375rem;
  padding-bottom: .125rem;
  border-bottom: 1px dotted hsla(0,0%,100%,.75);
  transition: all .3s ease-in;
}

#gdpr-cookie-message a:hover {
  color: var(--color-text-white);
  border-bottom-color: var(--red-color);
  transition: all .3s ease-in;
}

#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: var(--color-text-white);
  color: var(--red-color);
  font-size: .9375rem;
  padding: .4375rem;
  border-radius: 3px;
  margin-left: .9375rem;
  cursor: pointer;
  transition: all .3s ease-in;
}

#gdpr-cookie-message button:hover {
  background: var(--red-color);
  color: var(--color-text-white);
  transition: all .3s ease-in;
}

button#gdpr-cookie-advanced {
  background: var(--red-color);
  color: var(--color-text-white);
}

#gdpr-cookie-message button:disabled {
  opacity: .3;
}

#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: .3125rem;
}

#gdpr-cookie-types {
  display: none;
}

.header {
  height: 4.875rem;
  position: fixed;
  width: 100vw;
  z-index: 9999;
}

.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 1rem;
}

.header__navwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  z-index: 9;
  margin-right: .99rem;
  transition: all .2s ease;
}

.header__logo {
  z-index: 99;
}

.header__logo svg {
  height: 3.75rem;
}

.header__logo svg path {
  fill: var(--color-text-white);
}

.header__logo svg polygon {
  fill: var(--color-text-white);
}

@media (min-width: 768px) {
  .header__logo {
    margin-left: 1.875rem;
  }
}

.header__wraper {
  margin-right: 1.1875rem;
  position: relative;
}

@media (min-width: 768px) {
  .header__wraper {
    margin-right: 1.875rem;
  }
}

.header__burger {
  height: 100%;
  width: 100%;
  display: flex;
  background: none;
  border: 0;
  padding: 0;
}

.header--page:not(.igaming-header) {
  background-color: var(--color-text-white);
}

.header--page:not(.igaming-header) .burger-icon,
.header--page:not(.igaming-header) .burger-icon::before,
.header--page:not(.igaming-header) .burger-icon::after {
  background-color: var(--color-text);
}

.header--page:not(.igaming-header) .nav__main li a {
  color: var(--color-text);
}

.header--page:not(.igaming-header) .nav__main li:last-child a {
  border: .125rem solid var(--red-color) !important;
  color: var(--red-color);
  padding: .2rem .5rem !important;
  display: block;
  height: auto;
  justify-content: unset;
  align-items: unset;
}

.header--page:not(.igaming-header) .nav__main li:last-child a:hover {
  border: .125rem solid var(--color-text) !important;
}

.header--page:not(.igaming-header) .nav__main li.menu-item-has-children {
  min-height: 4.875rem;
}

.header--page:not(.igaming-header) .nav__main li.menu-item-has-children::after {
  content: "";
  border: solid var(--color-text) !important;
  border-width: 0 .25rem .25rem 0 !important;
}

.header--page:not(.igaming-header) .nav__main li.menu-item-has-children .sub-menu {
  top: 4.89rem !important;
}

.header--page:not(.igaming-header) .nav__main li.menu-item-has-children .sub-menu:last-child a {
  border: none !important;
  padding: 1rem !important;
}

.header--page:not(.igaming-header) .nav__main li.menu-item-has-children:hover a {
  color: var(--color-text-white) !important;
}

.header--page:not(.igaming-header) .nav__main li.menu-item-has-children:hover::after {
  content: "";
  border: solid var(--color-text-white) !important;
  border-width: 0 .25rem .25rem 0 !important;
}

.header--page:not(.igaming-header) .nav__main li.current-menu-item a,
.header--page:not(.igaming-header) .nav__main li.current-menu-parent a {
  color: var(--red-color);
}

.header--page:not(.igaming-header) svg path.cls-1 {
  fill: var(--red-color);
}

.header--page:not(.igaming-header) svg path.cls-2 {
  fill: var(--color-text);
}

.header--page:not(.igaming-header) svg polygon {
  fill: var(--red-color) !important;
}

.header--page:not(.igaming-header)~.wrap {
  padding-top: 4.875rem;
}

.additional {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 15%);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  height: 12rem;
  color: var(--color-text-white);
  font-weight: 300;
  font-family: "Montserrat",sans-serif;
  font-size: .875rem;
  line-height: 1;
}

@media (max-width: 575px) {
  .additional {
    display: none;
  }
}

.footer {
  font-family: "Montserrat",sans-serif;
}

.footer-clutch {
  width: 100%;
  overflow-x: hidden;
}

.footer-clutch__container {
  width: 100%;
  height: 10rem;
  margin: 0 auto;
  background-color: var(--prefooter-bg-color);
  position: relative;
  text-align: center;
  display: flex;
}

@media (min-width: 992px) {
  .footer-clutch__container {
    max-height: 7.875rem;
    width: 100%;
    max-width: 81.25rem;
    text-align: left;
  }
}

.footer-clutch__container::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white-color);
  opacity: .09;
  mask-image: url(/app/themes/wlc-new-site/dist/images/reviews_357a3cb5.svg);
  -webkit-mask-image: url(/app/themes/wlc-new-site/dist/images/reviews_357a3cb5.svg);
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  position: absolute;
  z-index: 0;
}

@media (min-width: 992px) {
  .footer-clutch__container::before {
    width: 50%;
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .footer-clutch__container::before {
    width: 60%;
    max-width: 40.625rem;
    right: 0;
  }
}

.footer-clutch__container .clutch-widget__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  color: var(--color-text-white);
  font-weight: 600;
  height: 100%;
}

@media (min-width: 576px) {
  .footer-clutch__container .clutch-widget__wrapper {
    width: 18.75rem;
  }
}

.footer-clutch__container .clutch-widget__col {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2.875rem .4375rem;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .footer-clutch__container .clutch-widget__col {
    padding: 1.875rem .4375rem;
  }
}

.footer-clutch__container .clutch-widget__col--center {
  text-align: center;
}

.footer-clutch__container .clutch-widget__star {
  height: auto;
  width: 100%;
  margin: 0;
  max-width: 7.5rem;
}

@media (min-width: 992px) {
  .footer-clutch__container .clutch-widget__star {
    max-width: 100%;
  }
}

.footer-clutch__container .clutch-widget__star-text {
  max-width: 7.5rem;
}

@media (min-width: 992px) {
  .footer-clutch__container .clutch-widget__star-text {
    max-width: 100%;
  }
}

.footer-clutch__container .clutch-widget__logo {
  margin: auto 0 0 0;
}

.footer-clutch__container .clutch-widget__logo img {
  max-width: initial;
}

@media (min-width: 576px) {
  .footer-clutch__container .clutch-widget__logo img {
    max-width: 100%;
  }
}

.footer-clutch__container h2 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white-color);
  line-height: 1;
  letter-spacing: -0.080625rem;
  margin: auto auto 1.625rem auto;
}

@media (min-width: 992px) {
  .footer-clutch__container h2 {
    font-size: 2.125rem;
    margin: auto 0 auto 2.75rem;
  }
}

.footer-clutch__link {
  text-decoration: none;
  margin: 0 auto;
  z-index: 1;
}

@media (min-width: 992px) {
  .footer-clutch__link {
    margin-left: 1.875rem;
  }
}

.footer-clutch__icon {
  content: "";
  background-size: 100% 100%;
  width: 7.6875rem;
  height: 7.6875rem;
  position: absolute;
  top: -2.375rem;
  right: 50%;
  transform: translateX(50%);
}

@media (min-width: 992px) {
  .footer-clutch__icon {
    width: 10.6875rem;
    height: 10.6875rem;
    top: -1.375rem;
  }
}

.footer-main {
  width: 100%;
  background-image: url(/app/themes/wlc-new-site/dist/images/red-wlc-bg-mobile_19411777.png);
  background-size: cover;
  display: flex;
}

@media (min-width: 992px) {
  .footer-main {
    background-image: url(/app/themes/wlc-new-site/dist/images/red-wlc-bg_3f80fe63.png);
    background-size: 100% 100%;
  }
}

.footer-main__wrapper {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 992px) {
  .footer-main__wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1200px) {
  .footer-main__wrapper {
    margin: 0 auto;
    height: 43.375rem;
  }
}

.footer-main__wrapper .footer-column {
  width: 100%;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column {
    width: 33.33%;
    text-align: left;
    margin-top: 5.125rem;
    margin-bottom: 3.875rem;
  }
}

@media (min-width: 1200px) {
  .footer-main__wrapper .footer-column {
    height: 31.375rem;
  }
}

.footer-main__wrapper .footer-column:first-of-type {
  padding-top: 3.25rem;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column:first-of-type {
    padding-top: 0;
    margin-right: 3.75rem;
  }
}

.footer-main__wrapper .footer-column:last-of-type {
  padding-bottom: 6.25rem;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column:last-of-type {
    padding-bottom: 0;
    margin-left: 3.75rem;
  }
}

.footer-main__wrapper .footer-column h5,
.footer-main__wrapper .footer-column h6,
.footer-main__wrapper .footer-column .h5-6-style {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--white-color);
}

.footer-main__wrapper .footer-column h5 {
  font-size: 1.25rem;
}

.footer-main__wrapper .footer-column h6 {
  font-size: 1.1875rem;
  margin-top: 1.125rem;
}

.footer-main__wrapper .footer-column p {
  font-size: .9375rem;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 1.5;
}

.footer-main__wrapper .footer-column__contact {
  border-bottom: .125rem solid var(--footer-border-color);
  margin-bottom: .875rem;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__contact h5 {
    font-size: 1.25rem;
  }
}

.footer-main__wrapper .footer-column__contact .address {
  margin-bottom: 1.4375rem;
}

.footer-main__wrapper .footer-column__contact .address__line {
  margin-bottom: 0;
  color: var(--add-pink);
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__contact .address__line {
    line-height: 1.5rem;
  }
}

.footer-main__wrapper .footer-column__contact .address__line a {
  text-decoration: none;
  color: var(--ad-pink);
}

.footer-main__wrapper .footer-column__contact .address__line--country {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--color-text-white);
}

.footer-main__wrapper .footer-column__contact .address__line--email {
  font-size: 1.1875rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  margin: 1rem 0 1.125rem 0;
  color: var(--color-text-white);
}

.footer-main__wrapper .footer-column__contact .address__line--social {
  font-size: 1.125rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  color: var(--color-text-white);
}

.footer-main__wrapper .footer-column__newsletter p {
  color: var(--add-pink) !important;
  line-height: 1.5;
}

.footer-main__wrapper .footer-column__newsletter h5 {
  margin-top: 1.125rem;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__newsletter h5 {
    font-size: 1.25rem;
  }
}

.footer-main__wrapper .footer-column__newsletter h6 {
  font-size: 1rem;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .footer-main__wrapper .footer-column__newsletter .newsletter__wrap {
    flex-direction: row;
  }
}

.footer-main__wrapper .footer-column__newsletter .newsletter__wrap input[type=email] {
  border: none;
  font-size: 1rem;
  margin: .5rem 0 0;
  padding: .3125rem 1.25rem .3125rem 1.25rem;
  line-height: 2.5rem;
  width: 100%;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__wrap input[type=email]:active,
.footer-main__wrapper .footer-column__newsletter .newsletter__wrap input[type=email]:focus {
  border: none;
  outline: 2px solid var(--red-color);
}

.footer-main__wrapper .footer-column__newsletter .newsletter__wrap input[type=submit] {
  border: none;
  font-size: 1rem;
  line-height: 2.5rem;
  background-color: var(--color-text);
  color: var(--color-text-white);
  padding: 0 2.5rem;
  margin: .5rem 0 0;
  font-weight: 600;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms {
  margin-top: .5rem;
  position: relative;
  padding-left: 2.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  .footer-main__wrapper .footer-column__newsletter .newsletter__terms {
    padding-left: 1.875rem;
  }
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label {
  font-size: .75rem;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox {
  position: absolute;
  left: 0;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox:hover::after {
  opacity: 1;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox+i {
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 0;
  width: 22px;
  height: 22px;
  margin: 0;
  vertical-align: middle;
  transition: background 200ms ease;
  border-radius: 0;
  background: var(--color-text-white);
  font-size: 22px;
  cursor: pointer;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox+i::after {
  content: "";
  opacity: 0;
  transform: translateZ(1px) rotate(-45deg);
  outline: 1px solid rgba(0,0,0,0);
  position: absolute;
  top: 22%;
  left: 15%;
  width: .68em;
  height: .4em;
  border: .15em solid #222;
  border-top: none;
  border-right: none;
  background: rgba(0,0,0,0);
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox+i::before,
.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox+i::after {
  box-sizing: border-box;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox+i:hover::after {
  opacity: .2;
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox:checked+i {
  background: var(--red-color);
  border-color: var(--red-color);
}

.footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox:checked+i::after {
  opacity: 1;
  border-color: #FFF;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__newsletter .newsletter__terms label .css-checkbox+i {
    left: 0;
  }
}

.footer-main__wrapper .footer-column__newsletter .mc4wp-response {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.footer-main__wrapper .footer-column__newsletter .mc4wp-response p {
  color: var(--newsletter-green) !important;
}

.footer-main__wrapper .footer-column__logo {
  width: 15rem;
  height: 2.625rem;
  background-size: 100% 100%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__logo {
    margin: 0 0 3.125rem 0;
    width: 17.125rem;
    height: 3rem;
  }
}

.footer-main__wrapper .footer-column__about-us {
  display: none;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__about-us {
    display: block;
    line-height: 2rem;
  }
}

.footer-main__wrapper .footer-column--about-us {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column--about-us {
    display: block;
  }
}

.footer-main__wrapper .footer-column--about-us__description p {
  color: var(--add-pink);
  line-height: 1.5;
}

.footer-main__wrapper .footer-column--about-us .hide-on-mobile {
  display: none;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column--about-us .hide-on-mobile {
    display: block;
    font-size: 1rem;
  }
}

.footer-main__wrapper .footer-column__social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: .125rem solid var(--footer-border-color);
  margin-top: 1.5625rem;
  padding: 1.5625rem 0 4.5625rem 0;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__social {
    flex-direction: row;
    padding: 1.5625rem 0 0 0;
  }
}

.footer-main__wrapper .footer-column__social .icons-wrapper {
  margin-top: .9375rem;
}

@media (min-width: 992px) {
  .footer-main__wrapper .footer-column__social .icons-wrapper {
    margin-top: 0;
  }
}

.footer-main__wrapper .footer-column__social .icons-wrapper a {
  text-decoration: none;
}

.footer-main__wrapper .footer-column__social .icons-wrapper a i {
  color: var(--white-color);
  font-size: 1.75rem;
  padding: 0 .4375rem;
}

.footer-main__wrapper .footer-column__social .icons-wrapper a .svg-inline--fa {
  height: 28px;
  width: 28px;
  margin: 0 .4375rem;
}

.footer-main__wrapper .footer-column__social .icons-wrapper a .svg-inline--fa path {
  fill: var(--color-text-white);
}

.footer-main__wrapper .footer-column__social p {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

.footer-main__wrapper .footer-column .nav-footer ul {
  display: block;
  position: relative;
  height: auto;
  list-style-type: none;
  padding-left: 0;
  flex-direction: column;
  margin: 0;
}

.footer-main__wrapper .footer-column .nav-footer ul li {
  list-style: none;
  color: var(--white-color);
  margin-top: 0;
  line-height: 2rem;
  padding: 0 0 .9375rem 0;
}

.footer-main__wrapper .footer-column .nav-footer ul li:not(:first-of-type) {
  padding-top: .9375rem;
}

.footer-main__wrapper .footer-column .nav-footer ul li:not(:last-of-type) {
  border-bottom: .125rem solid var(--footer-border-color);
}

.footer-main__wrapper .footer-column .nav-footer ul li a {
  color: var(--white-color);
  text-decoration: none;
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}

.footer-main__wrapper .footer-column .nav-footer ul.sub-menu li {
  border-bottom: none;
  padding: 0;
}

.footer-main__wrapper .footer-column .nav-footer ul.sub-menu li a {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.footer-bottom {
  color: var(--bottom-footer-text);
  font-size: .8125rem;
}

.footer-bottom__container {
  max-width: 81.25rem;
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  margin-top: 3.125rem;
  padding: 0 4.5rem;
}

@media (min-width: 992px) {
  .footer-bottom__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 1.875rem;
  }
}

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

.footer-bottom__container .bottom-url,
.footer-bottom__container .bottom-p {
  margin: 0 0 2.125rem 0;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: .8125rem;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .footer-bottom__container .bottom-url,
  .footer-bottom__container .bottom-p {
    margin: 3.125rem 0;
    font-weight: 600;
    letter-spacing: .03125rem;
  }
}

.footer-bottom__container .bottom-p {
  margin-top: 2.125rem;
  display: inline-grid;
}

@media (min-width: 992px) {
  .footer-bottom__container .bottom-p {
    margin-top: 3.125rem;
    display: inline;
  }
}

.footer-bottom__container .bottom-url {
  display: inline-block;
  margin: 0;
}

.footer-bottom__container .bottom-url--break {
  display: block;
}

@media (min-width: 768px) {
  .footer-bottom__container .bottom-url--break {
    display: inline;
  }
}

.footer-bottom__container .bottom-url__container {
  text-align: center;
}

.footer-bottom__container .bottom-url span {
  display: none;
}

@media (min-width: 768px) {
  .footer-bottom__container .bottom-url span {
    display: inline;
  }
}

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

.block-section {
  position: relative;
  min-height: 12.5rem;
}

.block-section-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 8.875rem;
  width: .375rem;
  background-color: var(--red-color);
  z-index: 5;
}

.block-section-bot::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 8.875rem;
  width: .375rem;
  background-color: var(--red-color);
  z-index: 5;
}
