/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
figure,
body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Work Sans";
  src: url("assets/fonts/WorkSans-SemiBold.woff2") format("woff2"), url("assets/fonts/WorkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("assets/fonts/WorkSans-Regular.woff2") format("woff2"), url("assets/fonts/WorkSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Work Sans";
  src: url("assets/fonts/WorkSans-Medium.woff2") format("woff2"), url("assets/fonts/WorkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("assets/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("assets/fonts/Poppins-Medium.woff2") format("woff2"), url("assets/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?wwey7d");
  src: url("assets/fonts/icomoon.eot?wwey7d#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?wwey7d") format("truetype"), url("assets/fonts/icomoon.woff?wwey7d") format("woff"), url("assets/fonts/icomoon.svg?wwey7d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e905";
}

.icon-star:before {
  content: "\e906";
}

body {
  font-family: "Work Sans";
  line-height: 1.2;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .scroll-lock {
    position: relative;
    overflow: hidden;
  }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

p a {
  color: #00cd79;
}

.hidden-sm {
  display: block !important;
}
@media screen and (max-width: 575px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-sm {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .visible-sm {
    display: block !important;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

.col-2 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

.col-3 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 15px;
}

.col-6 {
  max-width: 16.6666666667%;
  flex: 0 0 16.6666666667%;
  padding: 0 15px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .col-6 {
    max-width: 16.6666667%;
    flex: 0 0 16.6666667%;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-dots li button {
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: none;
  font-size: 0;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 2.5px;
}
.slick-dots li.slick-active button {
  background: #00cd79;
}

img {
  height: auto;
}

.page-id-1615 .hero-content .btn-holder {
  padding-top: 15px;
  text-align: center;
  position: relative;
  z-index: 50;
}
.page-id-1615 .hero-content__inner {
  padding-bottom: 29px;
}

.page-id-1722 .table-cell__link {
  padding: 0 10px;
}
.page-id-1722 .table-cell__link .btn {
  text-align: center;
  font-size: 12px;
}
.page-id-1722 .hero-content__body .btn-holder {
  text-align: center;
  padding-top: 10px;
}

body.page-template-page-redesign-ont {
  font-family: "Poppins";
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  position: relative;
  background: #fff;
  color: #000;
}
body.page-template-page-redesign-ont h1,
body.page-template-page-redesign-ont h2,
body.page-template-page-redesign-ont h3,
body.page-template-page-redesign-ont h4,
body.page-template-page-redesign-ont h5,
body.page-template-page-redesign-ont h6,
body.page-template-page-redesign-ont p {
  margin-top: 0;
}
body.page-template-page-redesign-ont strong {
  font-weight: 600;
}
body.page-template-page-redesign-ont p {
  font-size: 18px;
  line-height: 1.56;
  color: #000;
}
@media screen and (max-width: 991px) {
  body.page-template-page-redesign-ont p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-redesign-ont p {
    font-size: 13px;
    line-height: 1.38;
  }
}
body.page-template-page-redesign-ont h1 {
  font-family: "Poppins";
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
  letter-spacing: -0.9px;
  color: #000;
}
@media screen and (max-width: 991px) {
  body.page-template-page-redesign-ont h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  body.page-template-page-redesign-ont h1 {
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #000;
  }
}
body.page-template-page-redesign-ont h2 {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  color: #23334e;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 991px) {
  body.page-template-page-redesign-ont h2 {
    font-size: 20px;
  }
}
body.page-template-page-redesign-ont h3 {
  color: #23334e;
  font-size: 26px;
  font-weight: 600;
}

.round-tiles .hero-video .video-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.round-tiles .hero-video .video-holder .wistia_embed {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: inline-flex;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 27px;
  padding: 0 22px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.57, 0.21, 0.69, 1.25);
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 0 35px;
    font-size: 16px;
    max-width: 100%;
  }
}

.btn-main {
  box-shadow: 0px 5px 0 0 #009357, inset 0px 3px 9px 0 rgba(91, 255, 157, 0.67);
  background-image: linear-gradient(-45deg, #00cd79, #009357);
  text-shadow: 0 0 5.6px #3c5b00;
  font-weight: 600;
  line-height: 1.11;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
}
.btn-main:hover {
  box-shadow: 0px 3px 0 0 #009357, inset 0px 3px 9px 0 rgba(91, 255, 157, 0.67);
  background-image: linear-gradient(0deg, #00cd79, #009357);
  transform: translateY(2px);
}

.main-header {
  box-shadow: 0 0 27px 8.1px rgba(0, 0, 0, 0.19);
  background-color: #21314d;
}
.main-header .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main-header .sub-menu {
  position: absolute;
  min-width: 200px;
  top: 99%;
  right: 0;
  box-shadow: 2.9px 11.6px 14.9px 1.1px #000000;
  background-color: #111c2e;
  border-radius: 10px;
  list-style-type: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 22;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .main-header .sub-menu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transition: none;
  }
}
.main-header .sub-menu li a {
  padding: 15px 20px;
}

.menu-holder {
  position: relative;
}

.menu-header {
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .menu-header {
    top: 0;
    position: relative;
    left: unset;
    transform: unset;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: #1b2941;
    min-height: 59px;
    z-index: 11;
  }
}

.nav-holder {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .nav-holder {
    flex-direction: column;
    width: 100%;
  }
}

.main-header .menu {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .main-header .menu {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .main-header .menu .current_page_item a {
    font-weight: 600;
    color: #00cd79;
  }
}

@media screen and (max-width: 991px) {
  .menu-primary-menu-redesign-left-container {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu-primary-menu-redesign-left-container {
    margin-right: 31px;
  }
}
.menu-primary-menu-redesign-left-container .menu {
  justify-content: flex-end;
}

.main-header .main-navigation {
  max-width: 50%;
  flex: 0 0 50%;
}
@media screen and (max-width: 991px) {
  .main-header .main-navigation {
    max-width: 100%;
    flex: 0 0 auto;
  }
}

.main-navigation--left {
  padding-right: 113px;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .main-navigation--left {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-navigation--right {
  padding-left: 113px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) {
  .main-navigation--right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-header .menu a {
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: -0.2px;
  padding: 39px 23.6px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
@media screen and (max-width: 1299px) {
  .main-header .menu a {
    font-size: 12px;
    padding: 39px 12px;
  }
}
@media screen and (max-width: 991px) {
  .main-header .menu a {
    font-size: 17px;
    padding: 20px 12px;
  }
}
.main-header .menu a:hover, .main-header .menu a:focus {
  color: #00cd79;
  outline: none;
}
.main-header .menu-item-has-children {
  position: relative;
}
.main-header .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
}
.main-header .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 15px;
  background: url("../../../wp-content/uploads/2020/10/down-arrow-white.svg") no-repeat center/contain;
  margin-left: 5px;
}
@media screen and (max-width: 991px) {
  .main-header .menu-item-has-children > a:after {
    display: none;
  }
}

.logo-holder__mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .logo-holder__mobile {
    display: block;
    text-align: center;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 991px) {
  .logo-holder__mobile img {
    max-width: 117px;
  }
}

.logo-holder {
  display: inline-block;
  padding: 15px 33px 0;
  box-shadow: 0 0 27px 8.1px rgba(0, 0, 0, 0.19);
  position: relative;
  width: 196px;
  background: #2a3d5e;
}
@media screen and (max-width: 991px) {
  .logo-holder {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 136px;
    padding: 10px 25px 0;
  }
}
.logo-holder:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 98px 0 98px;
  border-color: #2a3d5e transparent transparent transparent;
}
@media screen and (max-width: 991px) {
  .logo-holder:before {
    border-width: 22px 68px 0 68px;
  }
}
.logo-holder img {
  max-width: 100%;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  z-index: 12;
  position: relative;
  display: none;
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: flex;
    z-index: 12;
  }
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner {
  width: 19px;
  height: 3px;
}
.hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  width: 19px;
  height: 3px;
}

.hamburger-box {
  width: 25px;
  height: 24px;
  display: inline-flex;
  position: relative;
  justify-content: center;
}

.hamburger.is-active .hamburger-box::before {
  display: none;
}

.hamburger-inner--dots {
  display: block;
  top: 50%;
  margin-top: -2px;
  left: -5px;
}

.hamburger-inner {
  width: 19px;
  height: 3px;
  background-color: #fff;
  border-radius: 40px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  display: block;
  top: 50%;
  margin-top: -2px;
}
@media screen and (max-width: 991px) {
  .hamburger-inner {
    width: 15px;
  }
}
.hamburger-inner::before, .hamburger-inner::after {
  width: 19px;
  height: 3px;
  background-color: #fff;
  border-radius: 40px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
@media screen and (max-width: 991px) {
  .hamburger-inner::before, .hamburger-inner::after {
    margin-left: -4px;
  }
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 7px, 0) rotate(45deg);
  background: #fff;
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  background: #fff;
}

@media screen and (max-width: 991px) {
  .main-menu__drawer {
    position: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    bottom: 0;
    width: 320px;
    box-shadow: 2.9px 11.6px 14.9px 1.1px #000000;
    background-color: #111c2e;
    transform: translateX(-100%);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow-y: scroll;
    opacity: 0;
    z-index: 9999;
    padding-top: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
  }
}
@media screen and (max-width: 374px) {
  .main-menu__drawer {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 991px) {
  .main-menu__drawer.menu-open {
    transform: translateX(0%);
    opacity: 1;
  }
}

.main-footer {
  background: #111c2e;
  padding-top: 63px;
}
@media screen and (max-width: 767px) {
  .main-footer {
    padding-top: 32px;
  }
}
.main-footer .sub-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .main-footer .col-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.footer-logos {
  display: block;
  align-items: center;
	margin: auto;
}
@media screen and (max-width: 767px) {
  .footer-logos {
    margin-bottom: 5px;
  }
}
.footer-logos img {
  max-width: 282px;
  max-height: 106px;
	width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .footer-logos img {
    max-width: 164px;
    max-height: 65px;
  }
}
/* .footer-logos img:first-of-type {
  margin-right: 25px;
  padding-right: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
} */
/* @media screen and (max-width: 767px) {
  .footer-logos img:first-of-type {
    margin-right: 19px;
    padding-right: 14px;
  }
} */

.copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  padding: 25px 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 11px 0;
    font-size: 12px;
  }
}



.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 28px 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-left: 15px;}
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; padding-left: 15px;}
}

/* Column and title */
.footer-col {}

.footer-title {
  margin: 0 0 12px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #e7edf5;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 8px;
}

/* Thin underline under headings */
.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 270px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

/* Link list (WordPress menu ul) */
.footer-links {
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-links li { margin: 0; }

.footer-links a {
  color: #c9d3e0;
  text-decoration: none;
  line-height: 1.6;
  opacity: 0.9;
  transition: color 160ms ease, opacity 160ms ease, text-decoration-color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Horizontal rule separator */
.footer-sep {
  max-width: 1200px;
  margin: 28px auto 16px;
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

/* Accessibility focus styles */
.footer-links a:focus-visible {
  outline: 2px solid #92c5ff;
  outline-offset: 2px;
  text-decoration: none;
}


.footer-grid-ont {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 28px 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .footer-grid-ont { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-left: 15px;}
}
@media (max-width: 560px) {
  .footer-grid-ont { grid-template-columns: 1fr; padding-left: 15px;}
}

/* Column and title */
.footer-col {}

.footer-title-ont {
	text-align: left;
  margin: 0 0 12px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #e7edf5;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 8px;
}

/* Thin underline under headings */
.footer-title-ont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 270px;
  height: 1px;
  background: rgba(0, 0, 0, 0.18);
}

/* Link list (WordPress menu ul) */
.footer-links-ont {
	text-align: left;
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-links-ont li { margin: 0; }

.footer-links-ont a {
  color: #000;
  text-decoration: none;
  line-height: 1.6;
  opacity: 0.9;
  transition: color 160ms ease, opacity 160ms ease, text-decoration-color 160ms ease;
}

.footer-links-ont a:hover,
.footer-links-ont a:focus-visible {
  color: #393b3d;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Horizontal rule separator */
.footer-sep-ont {
  max-width: 1200px;
  margin: 28px auto 16px;
  border: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
}

/* Accessibility focus styles */
.footer-links-ont a:focus-visible {
  outline: 2px solid #92c5ff;
  outline-offset: 2px;
  text-decoration: none;
}


body.page-template-page-redesign-ont .main-footer {
  text-align: center;
  padding-top: 74px;
  padding-bottom: 63px;
  background: #ededed;
}
@media screen and (max-width: 767px) {
  body.page-template-page-redesign-ont .main-footer {
    padding: 20px 0;
  }
}
body.page-template-page-redesign-ont .copy {
  font-size: 12px;
  margin-bottom: 0;
  color: #000;
}
body.page-template-page-redesign-ont .footer-logo {
  margin-bottom: 15px;
  display: inline-block;
}
body.page-template-page-redesign-ont .footer-logo img {
  max-width: 230px;
}

.hero {
  position: relative;
  min-height: 603px;
}
@media screen and (max-width: 575px) {
  .hero {
    position: relative;
    min-height: 480px;
  }
}
.hero + .table-section {
  padding-top: 40px;
}
.hero .container {
  position: absolute;
  top: calc(50% - 35px);
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 575px) {
  .hero .container {
    top: calc(50% - 18px);
  }
}

.hero-bg,
.hero-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-bg video {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .hero-bg video {
    object-position: 27% center;
  }
}

.hero-img img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .hero-img img {
    object-position: 27% center;
  }
}
@media screen and (max-width: 767px) {
  .hero-img img.visible-lg {
    display: none;
  }
}
.hero-img img.hidden-lg {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero-img img.hidden-lg {
    display: block;
  }
}

.hero-content {
  max-width: 49.3%;
  width: 100%;
  padding: 15px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-content {
    max-width: 100%;
  }
}

.hero-content__lights--vertical {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.hero-content__lights--horizontal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.hero-content__lights--horizontal::after, .hero-content__lights--horizontal::before {
  height: 12px;
  width: calc(100% - 50px);
  content: "";
  position: absolute;
}

.hero-content__lights--vertical::after, .hero-content__lights--vertical::before {
  width: 12px;
  height: 100%;
  content: "";
  position: absolute;
}

@keyframes lightsVertical {
  0% {
    background: url("../../../wp-content/uploads/2020/10/lights-v-off.png") repeat-y center top/100% auto;
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    background: url("../../../wp-content/uploads/2020/10/lights-v.png") repeat-y center top/100% auto;
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    background: url("../../../wp-content/uploads/2020/10/lights-v-off.png") repeat-y center top/100% auto;
    opacity: 1;
  }
}
.hero-content__lights--vertical::before {
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  animation: 2s lightsVertical infinite ease-in-out;
  background-size: 100% auto;
}
.hero-content__lights--vertical::after {
  top: 50%;
  transform: translateY(-50%);
  right: 2px;
  animation: 2s lightsVertical infinite ease-in-out;
  background-size: 100% auto;
}
@media screen and (max-width: 575px) {
  .hero-content__lights--vertical::after {
    right: 1px;
  }
}

@keyframes lightsHorizontal {
  0% {
    background: url("../../../wp-content/uploads/2020/10/lights-h.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    opacity: 1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    background: url("../../../wp-content/uploads/2020/10/lights-h-off.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    background: url("../../../wp-content/uploads/2020/10/lights-h.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: auto 100%;
    opacity: 1;
  }
}
.hero-content__lights--horizontal::before {
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  animation: 2s lightsHorizontal infinite ease-in-out;
  background-size: auto 100%;
}
.hero-content__lights--horizontal::after {
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  animation: 2s lightsHorizontal infinite ease-in-out;
  background-size: auto 100%;
}
@media screen and (max-width: 575px) {
  .hero-content__lights--horizontal:before, .hero-content__lights--horizontal:after {
    width: calc(100% - 45px);
  }
}

.hero-content__lights-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: linear-gradient(to top, rgb(119, 0, 0) 0%, rgb(119, 0, 0) 1%, #340000 50%, rgb(119, 0, 0) 100%);
  border: 4px solid transparent;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #ffc090;
}
.hero-content__lights-holder:before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  z-index: -5;
  margin: -5px;
  border-radius: 15px;
  background-image: linear-gradient(to top, #ec0000, #ff9393, #e20000, #ff0000, #ff5a5a);
}

.hero-content__body {
  position: relative;
  background-clip: padding-box;
  border: 4px solid transparent;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #ffc090;
  z-index: 12;
}
.hero-content__body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -4px;
  border-radius: inherit;
  background-image: linear-gradient(to top, #ec0000, #ff9393, #e20000, #ff0000, #ff5a5a);
}
.hero-content__body .btn-holder {
  padding-top: 15px;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 374px) {
  .hero-content__body .btn-holder .btn {
    font-size: 16px;
    width: 100%;
  }
}
.hero-content__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hero-content__body ul li {
  text-shadow: 0.7px 1.9px 10px rgba(0, 0, 0, 0.67);
  font-size: 28.5px;
  font-weight: 500;
  line-height: 1.49;
  color: #ffffff;
  letter-spacing: -1.7px;
  padding-left: 27px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .hero-content__body ul li {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .hero-content__body ul li {
    letter-spacing: -0.9px;
    font-size: 16px;
    padding-left: 21px;
    left: 1.69;
  }
}
.hero-content__body p {
  text-shadow: 0.7px 1.9px 10px rgba(0, 0, 0, 0.67);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.49;
  color: #ffffff;
  letter-spacing: -1.7px;
  position: relative;
}
.hero-content__body p a {
  color: #fff;
}
.hero-content__body ul li:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url("../../../wp-content/uploads/2020/10/checked.svg") no-repeat center/contain;
}
@media screen and (max-width: 1399px) {
  .hero-content__body ul li:before {
    top: 8px;
    transform: unset;
  }
}
@media screen and (max-width: 575px) {
  .hero-content__body ul li:before {
    width: 14px;
    height: 14px;
    top: 5px;
  }
}

.hero-content__inner {
  padding: 30px 25px 40px;
  position: relative;
  height: 100%;
  border-radius: 6px;
  background: linear-gradient(45deg, rgb(101, 1, 1) 0%, rgb(146, 0, 0) 49%, rgb(146, 0, 0) 52%, rgb(101, 1, 1) 100%);
}
@media screen and (max-width: 575px) {
  .hero-content__inner {
    padding: 11px 20px 15px;
  }
}

.hero-title {
  text-shadow: none;
  filter: drop-shadow(0 1px 2px #000);
  background: linear-gradient(180deg, #feb68f 40%, #dc7d4f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #f9e8ca;
  font-size: 32.5px;
  text-transform: uppercase;
  letter-spacing: -2.3px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1399px) {
  .hero-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .hero-title {
    line-height: 1;
    letter-spacing: -0.3px;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 374px) {
  .hero-title {
    font-size: 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hero-title {
    background: transparent;
    color: #ffb891;
    text-shadow: 0 1px 2px #000;
  }
}
.hero-video {
  width: 80%;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.wistia_embed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.wistia_embed:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border-radius: inherit;
  background-image: linear-gradient(-45deg, #b37118, #eee27f);
}
.wistia_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.intro {
  background: #1b2941;
  padding-bottom: 71px;
}
@media screen and (max-width: 575px) {
  .intro {
    padding-bottom: 23px;
  }
}

.intro-content {
  border-radius: 20px;
  box-shadow: 0 0 27px 8.1px rgba(0, 0, 0, 0.3);
  background-color: #21314d;
  text-align: center;
  padding: 55px 70px 50px;
  margin-top: -78px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 575px) {
  .intro-content {
    padding: 31px 20px 20px;
    margin-top: -43px;
  }
}
@media screen and (max-width: 575px) {
  .intro-content .section-header {
    margin-bottom: 10px;
  }
}
.intro-content .section-header p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 575px) {
  .intro-content .section-header p {
    font-size: 15px;
    letter-spacing: -0.5px;
    margin-bottom: 12px;
  }
}
.intro-content .section-header p a {
  color: #00cd79;
}
.intro-content .section-header {
  margin-bottom: 42px;
}
.intro-content .section-title {
  font-size: 25px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 29px;
}
@media screen and (max-width: 575px) {
  .intro-content .section-title {
    font-size: 18px;
    letter-spacing: -0.3px;
    margin-bottom: 17px;
  }
}

.intro-content__body h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 29px;
}
@media screen and (max-width: 575px) {
  .intro-content__body h3 {
    font-size: 16px;
    margin-bottom: 18px;
    letter-spacing: -1px;
  }
}

.intro-content__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.intro-content__items .item {
  border-radius: 29px;
  background-color: #1b2941;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  padding: 0 18px 0 16px;
  margin: 0 13px;
}
@media screen and (max-width: 1199px) {
  .intro-content__items .item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  .intro-content__items .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .intro-content__items .item {
    height: 44px;
  }
}
.intro-content__items .item img {
  max-width: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 1199px) {
  .intro-content__items .item img {
    max-width: 30px;
  }
}
@media screen and (max-width: 575px) {
  .intro-content__items .item img {
    margin-right: 5px;
  }
}
.intro-content__items .item span {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .intro-content__items .item span {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .intro-content__items .item span {
    font-size: 15px;
    letter-spacing: -0.3px;
  }
}

.table-section {
  background: #1b2941;
  padding-bottom: 80px;
}
@media screen and (max-width: 575px) {
  .table-section {
    padding-bottom: 2px;
  }
}
.table-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 991px) {
  .table-section .section-title {
    font-size: 22px;
    letter-spacing: -1.3px;
  }
}
@media screen and (max-width: 575px) {
  .table-section .section-title {
    font-size: 20px;
    align-items: flex-start;
  }
}
.table-section .section-title img {
  max-width: 38px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .table-section .section-title img {
    max-width: 26px;
  }
}
@media screen and (max-width: 575px) {
  .table-section .section-title img {
    max-width: 20px;
  }
}

.table-content {
  box-shadow: 0 0 27px 8.1px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .table-content {
    max-width: 440px;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    overflow: unset;
    text-align: center;
  }
}

.table-header {
  background-color: #2a3d5e;
  display: flex;
}
@media screen and (max-width: 991px) {
  .table-header {
    display: none;
  }
}
.table-header .table-cell {
  height: 85px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.table-header .table-cell span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1199px) {
  .table-header .table-cell span {
    font-size: 14px;
  }
}

.table-row__body,
.table-header__body {
  display: flex;
  max-width: 45.4%;
  flex: 45.4%;
}
@media screen and (max-width: 991px) {
  .table-row__body,
  .table-header__body {
    display: block;
    max-width: 100%;
  }
}

.table-row__footer,
.table-header__footer {
  display: flex;
  max-width: 40.7%;
  flex: 40.7%;
}
@media screen and (max-width: 991px) {
  .table-row__footer,
  .table-header__footer {
    display: block;
    max-width: 100%;
  }
}

.table-row__header,
.table-header__head {
  max-width: 13.8%;
  flex: 0 0 13.8%;
}

.table-cell__score {
  max-width: 15.6%;
  flex: 0 0 15.6%;
}
@media screen and (max-width: 991px) {
  .table-cell__score {
    max-width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .table-row__header {
    max-width: 100%;
  }
}

.score-label {
  display: none;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .score-label {
    display: inline-block;
  }
}

.ticket-label {
  display: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #00cd79;
  letter-spacing: -1.4px;
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .ticket-label {
    display: block;
  }
}

.table-cell__bonus {
  max-width: 46%;
  flex: 0 0 46%;
}

.table-cell__code {
  max-width: 38.4%;
  flex: 0 0 38.4%;
}
@media screen and (max-width: 991px) {
  .table-cell__code {
    max-width: 100%;
  }
}

.table-cell__features {
  max-width: 60.3%;
  flex: 0 0 60.3%;
}
@media screen and (max-width: 991px) {
  .table-cell__features {
    max-width: 100%;
    margin-bottom: 14px;
    padding-left: 10px;
  }
}

.table-cell__link {
  max-width: 39.7%;
  flex: 0 0 39.7%;
}
@media screen and (max-width: 991px) {
  .table-cell__link {
    max-width: 100%;
    padding: 0 20px 25px;
  }
}
@media screen and (max-width: 1199px) {
  .table-cell__link .btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .table-cell__link .btn {
    width: 100%;
    font-size: 18px;
  }
}

.table-row {
  display: flex;
  min-height: 101px;
}

.table-cell {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .table-row {
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 27px 8.1px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    overflow: hidden;
  }
}
.table-row:not(:last-of-type) {
  border-bottom: 1px solid #3d5580;
}
@media screen and (max-width: 991px) {
  .table-row:not(:last-of-type) {
    border: none;
  }
}
.table-row .table-cell {
  border-right: 1px solid #3d5580;
}
@media screen and (max-width: 991px) {
  .table-row .table-cell {
    border: none;
    width: 100%;
  }
}

.table-row__footer .table-cell:last-of-type {
  border: none;
}

.table-row .table-cell__title {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .table-row .table-cell__title {
    padding-left: 0;
    min-height: 227px;
    margin-bottom: 20px;
  }
}
.table-row .table-cell__title:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 38px 38px 0 0;
  border-color: #00cd79 transparent transparent transparent;
  top: 0;
  left: 0;
  z-index: 22;
}
@media screen and (max-width: 991px) {
  .table-row .table-cell__title:before {
    border-width: 68px 68px 0 0;
  }
}
.table-row .table-cell__title .casino-number {
  position: absolute;
  top: 1px;
  left: 6px;
  text-shadow: 0 0 3.8px #3c5b00;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  z-index: 23;
}
@media screen and (max-width: 991px) {
  .table-row .table-cell__title .casino-number {
    top: 9px;
    left: 18px;
    font-size: 19px;
  }
}
.table-row .table-cell__title span > img {
  max-width: 100%;
  max-height: 76px;
  max-width: 80px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .table-row .table-cell__title span > img {
    max-height: 150px;
    max-width: 200px;
    filter: drop-shadow(0px 0px 22.4px #000000) drop-shadow(0px 0px 22.4px #000000);
  }
}
.table-row .table-cell__score span {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
}
.table-row .table-cell__bonus {
  padding: 0 20px 0 25px;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .table-row .table-cell__bonus {
    max-width: 100%;
    margin-bottom: 12px;
  }
}
.table-row .table-cell__bonus span {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1.1px;
}
@media screen and (max-width: 1199px) {
  .table-row .table-cell__bonus span {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .table-row .table-cell__bonus span {
    font-size: 18px;
  }
}
.table-row .table-cell__bonus span em {
  font-style: normal;
  color: #00cd79;
}
.table-row .table-cell__bonus span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .table-row .table-cell__bonus span br {
    display: block;
  }
}
.table-row .table-cell__features {
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .table-cell__bonus > span {
    width: 100%;
  }
}

.table-cell__bg {
  display: none;
}
@media screen and (max-width: 991px) {
  .table-cell__bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .table-cell__bg img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    height: 100%;
  }
}

.table-cell__features ul {
  list-style-type: none;
  padding: 0 0 0 12px;
  margin: 0;
}
.table-cell__features ul li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 21px;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1299px) {
  .table-cell__features ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .table-cell__features ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px) {
  .table-cell__features ul li {
    font-size: 14px;
    text-align: left;
  }
}
.table-cell__features ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../../wp-content/uploads/2020/10/check.png") no-repeat center/contain;
}

.ticket {
  background: url("../../../wp-content/uploads/2020/10/ticket.png") no-repeat center/contain;
  display: block;
  width: 167px;
  height: 67px;
  padding-right: 35px;
}
@media screen and (max-width: 1199px) {
  .ticket {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .ticket {
    width: 218px;
    height: 91px;
    margin-bottom: 10px;
  }
}

.ticket-content {
  display: block;
  text-align: center;
  height: 100%;
  padding: 9px 10px;
}
@media screen and (max-width: 991px) {
  .ticket-content {
    padding-top: 24px;
  }
}

.ticket-code {
  font-size: 14px;
  line-height: 0.94;
  color: #1b2941;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 1199px) {
  .ticket-code {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .ticket-code {
    font-size: 18px;
  }
}

.ticket-content small {
  font-size: 12px;
  color: rgba(26, 39, 62, 0.7);
  letter-spacing: -0.9px;
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .ticket-content small {
    font-size: 13px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.tiles {
  background-color: #23334e;
  padding-top: 73px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .tiles {
    padding-top: 25px;
    padding-bottom: 45px;
  }
}
.tiles.dark-bg {
  background: #1b2941;
}
.tiles .section-header {
  text-align: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 991px) {
  .tiles .section-header {
    margin-bottom: 20px;
  }
}
.tiles .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 11px;
}
@media screen and (max-width: 991px) {
  .tiles .section-title {
    font-size: 28px;
    letter-spacing: -1.2px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 767px) {
  .tiles .section-title {
    font-size: 22px;
  }
}
.tiles .section-header p {
  font-size: 24px;
  line-height: 1.33;
  color: #ffffff;
  letter-spacing: -1.3px;
}
@media screen and (max-width: 1199px) {
  .tiles .section-header p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .tiles .section-header p {
    font-size: 16px;
    max-width: 76%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 575px) {
  .tiles .section-header p {
    max-width: 100%;
  }
}
.tiles .section-header p a {
  color: #00cd79;
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .tiles .col-3 {
    padding: 0 8.5px;
    padding-bottom: 14px;
    width: auto;
  }
}
@media screen and (max-width: 575px) {
  .tiles .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.tiles-holder {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .tiles-holder.row {
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .tiles-holder.row {
    margin: 0 -8.5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .tiles-holder.row {
    margin-left: -15px;
    width: 100vw;
  }
}
@media screen and (max-width: 991px) {
  .tiles-holder .slick-list {
    padding: 14px 0;
  }
}

.tiles-slider .slick-list {
  width: 100%;
}

.tile {
  position: relative;
  background-clip: padding-box;
  border-radius: 20px;
  padding-top: 72%;
  background: linear-gradient(to top, #a36a17, #e4da84);
  box-shadow: 5px 7px 16px #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .tile {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 575px) {
  .tile {
    border-radius: 15px;
  }
}
.tile a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 15px;
  display: block;
}
@media screen and (max-width: 575px) {
  .tile a {
    border-radius: 12px;
  }
}

.tile-img {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: inherit;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .tile-img {
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }
}
.tile-img img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 100%;
}

.tile-title {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  text-shadow: 0.7px 1.9px 5.9px #000000;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  height: 46px;
  padding: 0 17px;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border: 3px solid transparent;
  border-radius: 10px;
  background-clip: border-box;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 575px) {
  .tile-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 374px) {
  .tile-title {
    font-size: 12px;
    height: 34px;
  }
}
.tile-title > span {
  position: relative;
  z-index: 3;
}
.tile-title:before {
  position: absolute;
  content: "";
  border-radius: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background: #2c2e41;
  border-radius: 8px;
  z-index: 0;
}
.tile-title:after {
  position: absolute;
  content: "";
  border-radius: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -3px;
  background-image: linear-gradient(to top, #a26916, #e5db85);
  border-radius: 10px;
  z-index: -1;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .tile-title {
    min-width: 250px;
  }
}
.tiles .btn-holder {
  text-align: center;
}
.tiles .btn-holder .btn {
  padding: 0 32px;
}

.info-section {
  background: #111b2d;
  position: relative;
  padding-top: 75px;
  padding-bottom: 104px;
}
@media screen and (max-width: 767px) {
  .info-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.info-section .row {
  align-items: center;
}
.info-section .row .info-content {
  padding: 0 15px;
}

.info-content__img,
.info-content__video {
  padding: 0 15px;
  max-width: 50%;
  flex: 0 0 50%;
}

.info-content__img {
  text-align: center;
}
.info-content__img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 500px;
}

.info-content__video video {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .info-content__img,
  .info-content__video {
    margin-top: 20px;
    padding: 0 5px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .info-content__img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .info-body .btn-holder {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .info-content__video video {
    border-radius: 0;
  }
}
.info-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .info-img {
    position: static;
    margin-bottom: 25px;
  }
}
.info-img img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 100%;
}

.info-content {
  position: relative;
  z-index: 2;
  max-width: 50%;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .info-content {
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .info-content {
    max-width: 100%;
  }
}

.info-section--alt {
  position: relative;
}

.info-section--right-align .info-content {
  margin-left: auto;
  order: 2;
}

.info-section--alt:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #cca144, #eee27f);
  z-index: 2;
}
.info-section--alt:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #b37118, #d5b253);
  z-index: 2;
}
.info-section--alt .info-content {
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .info-section--alt .info-content {
    max-width: 100%;
  }
}

.info-section .section-header {
  margin-bottom: 27px;
}
.info-section .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: -1.8px;
}
@media screen and (max-width: 575px) {
  .info-section .section-title {
    font-size: 20px;
    margin-bottom: 12px;
    letter-spacing: -1.1px;
  }
}
.info-section .section-header p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
  letter-spacing: -1px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .info-section .section-header p {
    font-size: 16px;
  }
}

.info-body h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #00cd79;
  text-transform: uppercase;
  letter-spacing: -1.2px;
  margin-bottom: 9px;
}
.info-body .btn-holder {
  padding-top: 20px;
  padding-bottom: 10px;
}
.info-body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px;
}
.info-body ul li {
  font-size: 18px;
  line-height: 1.56;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
  letter-spacing: -1px;
  position: relative;
}
.info-body ul li em {
  color: #fff;
  font-style: normal;
}
.info-body ul li:before {
  position: absolute;
  content: "";
  top: 12px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #00cd79;
}
.info-body p {
  color: #fff;
}
.info-body p:last-of-type {
  margin-bottom: 0;
}

.list-spaced li:not(:last-of-type) {
  margin-bottom: 28px;
}

.testimonials {
  background: #1b2941;
  padding-top: 77px;
  padding-bottom: 85px;
  position: relative;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .testimonials {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}
@media screen and (max-width: 991px) {
  .testimonials .container {
    text-align: center;
  }
}

.testimonial {
  display: flex;
  box-shadow: 0 0 27px 8.1px rgba(0, 0, 0, 0.3);
  background-color: #2a3d5e;
  border-radius: 200px 20px 20px 200px;
  position: relative;
  border: 5px solid transparent;
  background-clip: padding-box;
}
@media screen and (max-width: 991px) {
  .testimonial {
    flex-direction: column;
    align-items: center;
    border-radius: 200px 200px 20px 20px;
    display: inline-flex;
  }
}
.testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border-radius: inherit;
  background-image: linear-gradient(-45deg, #b37118, #eee27f);
  z-index: -1;
}

.testimonial-img__holder {
  min-width: 338px;
  width: 338px;
  height: 338px;
  border-radius: 100%;
  border: 5px solid transparent;
  background-clip: padding-box;
  position: relative;
  margin: 15px 0px 15px 15px;
}
@media screen and (max-width: 991px) {
  .testimonial-img__holder {
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-img__holder {
    min-width: 290px;
    width: 290px;
    height: 290px;
  }
}
@media screen and (max-width: 374px) {
  .testimonial-img__holder {
    min-width: 240px;
    width: 240px;
    height: 240px;
  }
}
.testimonial-img__holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border-radius: inherit;
  background-image: linear-gradient(-45deg, #b37118, #eee27f);
}
.testimonial-img__holder img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  border-radius: 100%;
}

.testimonial-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  letter-spacing: -1.16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 991px) {
  .testimonial-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.testimonial-title em {
  font-style: normal;
  color: #00cd79;
}

.testimonial-quote {
  margin: 0;
}
.testimonial-quote p {
  font-size: 18px;
  line-height: 1.56;
  color: #ffffff;
  letter-spacing: -0.89px;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .testimonial-quote p {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-quote p {
    line-height: 1.4;
    margin-bottom: 6px;
  }
}
.testimonial-quote cite {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #00cd79;
  font-style: normal;
  letter-spacing: -0.6px;
}

.testimonial-body {
  margin-left: 36px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .testimonial-body {
    max-width: 338px;
    text-align: left;
    padding-top: 30px;
    overflow: unset;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-body {
    max-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 374px) {
  .testimonial-body {
    max-width: 240px;
  }
}
.testimonial-body:before, .testimonial-body:after {
  position: absolute;
  content: "";
  background: url("../../../wp-content/uploads/2020/10/quote.svg") no-repeat center/contain;
  width: 81px;
  height: 81px;
}
@media screen and (max-width: 991px) {
  .testimonial-body:before, .testimonial-body:after {
    width: 37px;
    height: 37px;
  }
}
.testimonial-body:before {
  top: -24px;
  left: 0;
}
@media screen and (max-width: 991px) {
  .testimonial-body:before {
    top: -7px;
  }
}
.testimonial-body:after {
  transform: rotate(180deg);
  bottom: -16px;
  right: 27px;
}
@media screen and (max-width: 991px) {
  .testimonial-body:after {
    bottom: 9px;
    right: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .testimonial-body {
    display: block;
    padding-top: 60px;
  }
}
.round-tiles {
  position: relative;
  padding-top: 74px;
  padding-bottom: 86px;
  background: #111b2d;
}
@media screen and (max-width: 767px) {
  .round-tiles {
    padding-top: 46px;
  }
}
@media screen and (max-width: 575px) {
  .round-tiles {
    padding-bottom: 221px;
  }
}
.round-tiles .section-header {
  margin-bottom: 119px;
}
@media screen and (max-width: 767px) {
  .round-tiles .section-header {
    margin-bottom: 38px;
  }
}
.round-tiles .hero-video {
  position: relative;
  padding-top: 45%;
}
.round-tiles .hero-video .video-holder .wistia_embed {
  padding: unset;
}
.round-tiles .section-title {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1.7px;
}
@media screen and (max-width: 767px) {
  .round-tiles .section-title {
    font-size: 20px;
    letter-spacing: -1.1px;
  }
}
@media screen and (max-width: 991px) {
  .round-tiles .col-6 {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 767px) {
  .round-tiles .col-6 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
}
@media screen and (max-width: 575px) {
  .round-tiles .col-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .round-tiles .btn {
    padding: 0 53px;
  }
}

.round-tiles__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.round-tiles__img img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center bottom;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .round-tiles__img img {
    object-position: contain;
  }
}
@media screen and (max-width: 767px) {
  .round-tiles__img img {
    object-position: right bottom;
  }
}
@media screen and (max-width: 575px) {
  .round-tiles__img img {
    object-fit: cover;
  }
}

.round-tiles .container {
  position: relative;
  z-index: 1;
}
.round-tiles .row {
  margin: 0 -8px;
}
.round-tiles .round-tiles__holder {
  margin-bottom: 75px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .round-tiles .round-tiles__holder {
    margin-bottom: 24px;
  }
}
.round-tiles .col-6 {
  padding: 0 8px;
}
.round-tiles .btn {
  padding: 0 43px;
}

.round-tile {
  position: relative;
  width: 182px;
  height: 182px;
  border: 5px solid transparent;
  background-clip: padding-box;
  border-radius: 100%;
  margin-bottom: 21px;
}
@media screen and (max-width: 1199px) {
  .round-tile {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 991px) {
  .round-tile {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .round-tile {
    width: 130px;
    height: 130px;
  }
}
.round-tile:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -5px;
  border-radius: inherit;
  background-image: linear-gradient(-45deg, #b37118, #eee27f);
}
.round-tile a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 100%;
  display: block;
}

.round-tile__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  overflow: hidden;
}
.round-tile__img img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center bottom;
  max-width: 100%;
  height: 100%;
}

.round-tiles .section-footer {
  text-align: center;
}

.faq .section-header {
  margin-bottom: 7px;
}
.faq .section-header p {
  margin-bottom: 0;
}

.accordion {
  list-style: none;
  padding: 0;
}

.accordion-item__inner {
  overflow: hidden;
  display: none;
}
.accordion-item__inner p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.9px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .accordion-item__inner p {
    line-height: 1.5;
  }
}

.accordion-item__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  padding: 24px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  letter-spacing: -0.9px;
}
@media screen and (max-width: 767px) {
  .accordion-item__toggle {
    font-size: 16px;
    padding: 20px 0;
  }
}
.accordion-item__toggle img {
  width: 16px;
  transform: rotateX(0deg);
  transition: all 0.2s ease-in-out;
}
.accordion-item__toggle:focus {
  outline: none;
}
.accordion-item__toggle.active {
  border-bottom: 1px solid transparent;
}
.accordion-item__toggle.active img {
  transform: rotateX(180deg);
}

.faq {
  background: #1b2941;
  padding-top: 73px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .faq {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.faq .section-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -1.46px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .faq .section-title {
    font-size: 18px;
    letter-spacing: 0.14px;
    margin-bottom: 7px;
    line-height: 1.3;
  }
}
.faq .section-header p {
  font-size: 18px;
  line-height: 1.56;
  color: #ffffff;
  letter-spacing: -0.93px;
}
@media screen and (max-width: 767px) {
  .faq .section-header p {
    font-size: 16px;
  }
}

.wysiwyg-section {
  background-color: #23334e;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .wysiwyg-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wysiwyg-section + .table-section {
  padding-top: 40px;
}
.wysiwyg-section .container {
  max-width: 900px;
}
.wysiwyg-section .section-header {
  text-align: center;
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .wysiwyg-section .section-header {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wysiwyg-section .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .wysiwyg-section .section-title {
    font-size: 20px;
  }
}
.wysiwyg-section li,
.wysiwyg-section p {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .wysiwyg-section li,
  .wysiwyg-section p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.wysiwyg-section .btn-holder {
  text-align: center;
}
.wysiwyg-section p a {
  color: #00cd79;
}
@media screen and (max-width: 767px) {
  .wysiwyg-section h2 {
    font-size: 20px;
  }
}
.wysiwyg-section h3 {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .wysiwyg-section h3 {
    font-size: 18px;
  }
}
.wysiwyg-section h4 {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -1.5px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .wysiwyg-section h4 {
    font-size: 16px;
  }
}

.media-tiles__section {
  background-color: #23334e;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .media-tiles__section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .media-tiles__section .col-2 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.media-tiles__section .row {
  justify-content: center;
}
.media-tiles__section + .table-section {
  padding-top: 50px;
}
.media-tiles__section .section-header {
  text-align: center;
  margin-bottom: 59px;
}
.media-tiles__section .section-title {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .media-tiles__section .section-title {
    font-size: 20px;
  }
}
.media-tiles__section .wistia_embed {
  position: absolute;
  padding-bottom: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.media-tiles__section .tile {
  padding-top: 57%;
  margin-bottom: 18px;
}
.media-tiles__section .tile video {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.media-tile__title {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .media-tile__title {
    margin-bottom: 0;
  }
}

.intro-section {
  padding-top: 67px;
  padding-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .intro-section {
    padding-top: 22px;
    padding-bottom: 3px;
  }
}
.intro-section:not(:first-of-type) {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .intro-section:not(:first-of-type) {
    padding: 0;
  }
}
.intro-section h2,
.intro-section h1 {
  margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
  .intro-section h2,
  .intro-section h1 {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .intro-section p br {
    display: none;
  }
}

.casinos-section {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .casinos-section {
    padding-bottom: 5px;
  }
}
.casinos-section .section-header {
  text-align: center;
  margin-bottom: 25px;
}
.casinos-section .section-header h2 {
  margin-bottom: 0;
}

.casino {
  display: flex;
  border-radius: 10px;
  border: solid 1px #ededed;
  background: #ededed;
  box-shadow: 0 3px 0 0 #d0d0d0;
}
@media screen and (max-width: 991px) {
  .casino {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
.casino:first-of-type {
  border: solid 2px #23334e;
  box-shadow: 0 3px 0 0 #d0d0d0, 0 0 28px 0px #23334e;
}
.casino:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .casino:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.casino .col-logo,
.casino .col-text {
  max-width: 29%;
  flex: 0 0 29%;
}
@media screen and (max-width: 991px) {
  .casino .col-logo,
  .casino .col-text {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.casino .col-logo {
  text-align: center;
  padding: 20px 24px 15px;
  position: relative;
}
.casino .col-logo .ribbon {
  position: absolute;
  top: -6px;
  left: -6px;
  max-width: 111px;
  width: 100%;
}
.casino .col-logo .casino-logo__holder {
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .casino .col-logo .casino-logo__holder {
    height: 77px;
  }
}
.casino .col-logo .casino-logo__holder img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.casino .col-logo h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 7px;
}
.casino .col-logo .stars-holder {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .casino .col-logo .stars-holder {
    margin-bottom: 17px;
  }
}
.casino .col-logo .stars-holder i {
  color: #fd9500;
  margin: 0 1px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .casino .col-logo .btn-holder {
    display: none;
  }
}
.casino .col-text {
  background: #fff;
  max-width: 42%;
  flex: 0 0 42%;
  padding: 40px 42px 15px;
}
@media screen and (max-width: 991px) {
  .casino .col-text {
    max-width: 100%;
    flex: 0 0 100%;
    border-radius: 0 0 10px 10px;
    padding: 35px 23px 31px 26px;
  }
}
.casino .col-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.casino .col-text ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #000;
  margin-bottom: 8px;
  padding-left: 34px;
  position: relative;
}
.casino .col-text ul li:before {
  content: "\e905";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #14a035;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #14a035;
  font-family: "icomoon";
  font-size: 10px;
}
.casino .col-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #000;
}
.casino .col-text p:not(:last-of-type) {
  margin-bottom: 8px;
}
.casino .col-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .casino .col-link {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .casino .col-logo .casino-logo__holder img {
    max-width: 200px;
  }
}
.page-template-page-redesign-ont .wysiwyg-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-template-page-redesign-ont .wysiwyg-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1299px) {
  .page-template-page-redesign-ont .wysiwyg-section .container {
    max-width: 825px;
  }
}
.page-template-page-redesign-ont .wysiwyg-section h2,
.page-template-page-redesign-ont .wysiwyg-section h3 {
  color: #000;
}
.page-template-page-redesign-ont .wysiwyg-section ul li,
.page-template-page-redesign-ont .wysiwyg-section p {
  font-size: 18px;
  line-height: 1.56;
  color: #000;
}
@media screen and (max-width: 991px) {
  .page-template-page-redesign-ont .wysiwyg-section ul li,
  .page-template-page-redesign-ont .wysiwyg-section p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-page-redesign-ont .wysiwyg-section ul li,
  .page-template-page-redesign-ont .wysiwyg-section p {
    font-size: 13px;
    line-height: 1.38;
  }
}
.page-template-page-redesign-ont .wysiwyg-section ul {
  margin-bottom: 28px;
}
.page-template-page-redesign-ont .wysiwyg-section p {
  margin-bottom: 28px;
}

/*# sourceMappingURL=style-redesign.css.map */
