/*! 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: "Poppins";
  src: url("assets/fonts/Poppins-Regular.woff2") format("woff2"), url("assets/fonts/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  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: "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-Bold.woff2") format("woff2"), url("assets/fonts/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?uos3o4");
  src: url("assets/fonts/icomoon.eot?uos3o4#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?uos3o4") format("truetype"), url("assets/fonts/icomoon.woff?uos3o4") format("woff"), url("assets/fonts/icomoon.svg?uos3o4#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-arrow-right:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e900";
}

.icon-arrow-back:before {
  content: "\e901";
}

body {
  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: #000;
}

.container {
  max-width: 100%;
  padding: 0 5vw;
  margin: 0 auto;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.78125vw;
  margin-left: -0.78125vw;
}

img {
  height: auto;
}

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

strong {
  font-weight: 600;
}

em {
  color: #00b0e3;
  font-style: normal;
}

h1 {
  font-family: "Poppins";
  text-shadow: 0px 3px 4.6px rgba(0, 0, 0, 0.7);
  font-size: 3.125vw;
  font-weight: 600;
  color: #fff;
}

h2 {
  font-family: "Poppins";
  font-size: 1.5625vw;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 1025px) {
  h2 {
    font-size: 4.8vw;
  }
}

.section-separator--top {
  position: relative;
}

.section-separator--top:before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  top: -2px;
  z-index: 4;
  left: 0;
  background-image: linear-gradient(to right, rgba(161, 126, 65, 0) 3%, #a17e41 25%, #eee396 50%, #a17e41 75%, rgba(161, 126, 65, 0) 97%);
}

.section-separator--bottom {
  position: relative;
}

.section-separator--bottom:after {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  bottom: -2px;
  left: 0;
  z-index: 4;
  background-image: linear-gradient(to right, rgba(161, 126, 65, 0) 3%, #a17e41 25%, #eee396 50%, #a17e41 75%, rgba(161, 126, 65, 0) 97%);
}

.section-bg, .hero-bg, .cards-section .card-section__bg, .cta-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-bg img, .hero-bg video,
.hero-bg img, .cards-section .card-section__bg img, .cta-section__bg img {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  display: inline-flex;
  height: 3.54167vw;
  border: solid 0.20833vw transparent;
  min-width: 13.07292vw;
  padding: 0 1.875vw;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  font-size: 1.19792vw;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.00521vw;
  white-space: nowrap;
}

@media screen and (min-width: 1921px) {
  .btn {
    height: 4.6875vw;
    font-size: 1.5625vw;
    min-width: 15.625vw;
  }
}

@media screen and (max-width: 1025px) {
  .btn {
    height: 14.4vw;
    font-size: 4.93333vw;
    padding: 0 14.13333vw;
  }
}

.btn i {
  margin-right: 1.45833vw;
  font-size: 2.29167vw;
}

@media screen and (max-width: 1025px) {
  .btn i {
    font-size: 5.33333vw;
  }
}

.btn-main {
  background: linear-gradient(to top, #005871, #64cfee);
  position: relative;
  border: none;
}

.btn-main:hover {
  background: linear-gradient(to top, #64cfee, #005871);
}

.btn-main > span {
  position: relative;
  z-index: 1;
}

.btn-main:before {
  position: absolute;
  content: "";
  top: 0.3125vw;
  right: 0.3125vw;
  bottom: 0.3125vw;
  left: 0.3125vw;
  background-color: #00b0e3;
  display: inline-block;
  border-radius: 100px;
}

@media screen and (max-width: 1025px) {
  .btn-main:before {
    top: 1.06667vw;
    right: 1.06667vw;
    bottom: 1.06667vw;
    left: 1.06667vw;
  }
}

.btn-second {
  background: rgba(0, 0, 0, 0.9);
  border: solid 4px #00b0e3;
  color: #00b0e3;
}

.btn-second:hover {
  background-color: #00b0e3;
  color: #fff;
}

.lang-fr .btn,
.lang-de .btn {
  font-size: 1.04167vw;
}

@media screen and (min-width: 1921px) {
  .lang-fr .btn,
  .lang-de .btn {
    font-size: 1.35417vw;
  }
}

@media screen and (max-width: 1025px) {
  .lang-fr .btn,
  .lang-de .btn {
    font-size: 3.2vw;
  }
}

.main-header {
  padding: 1.04167vw 0;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (max-width: 1025px) {
  .main-header {
    padding: 20px 0;
  }
}

.main-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang-switch__holder {
  display: inline-block;
  padding: 7px 10px;
  padding-top: 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .lang-switch__holder {
    margin-right: 0;
    padding: 3px 7px;
    padding-top: 0;
  }
}

.lang-switch__holder img {
  box-shadow: 0 0 7px 0 rgba(0, 18, 27, 0.4);
  border-radius: 100%;
}

.lang-switch__holder.visible-sm {
  display: none;
}

.lang-item {
  display: flex;
  align-items: center;
}

.lang-item img {
  max-width: 30px;
  margin-right: 8px;
  margin-bottom: 0;
}

.menu-holder {
  display: flex;
  align-items: center;
}

.menu {
  margin-right: 20px;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .menu {
    margin-right: 0;
  }
}

.menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .menu li a {
    font-size: 14px;
  }
}

.lang-switch li {
  margin: 0;
  padding: 5px 10px;
  box-sizing: border-box;
}

.lang-switch li:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.lang-switch li,
.lang-switch li a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 100%;
}

.lang-switch li a {
  padding: 5px 5px;
}

.lang-switch__selected {
  position: relative;
  color: #fff;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.lang-switch__selected img {
  min-width: 40px;
  max-width: 40px;
  height: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 992px) and (max-width: 1530px) {
  .lang-switch__selected img {
    min-width: 30px;
    max-width: 30px;
  }
}

@media screen and (max-width: 991px) {
  .lang-switch__selected img {
    min-width: 30px;
    max-width: 30px;
  }
}

.lang-switch {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  display: none;
  min-width: 150px;
  z-index: 9999;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  right: 0;
}

@media screen and (max-width: 1025px) {
  .lang-switch {
    min-width: unset;
  }
}

.current-lang a {
  pointer-events: none;
}

.lang-value {
  color: #5e5e5e;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lang-value .lang-item:not(.current-lang) {
  display: none;
}

.lang-value li a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  padding-left: 9px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) and (max-width: 1530px) {
  .lang-value li a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .lang-value li a {
    font-size: 12px;
    padding-left: 10px;
  }
}

.menu-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}

.main-menu {
  display: flex;
  margin: 0;
}

.main-menu__drawer {
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 991px) {
  .main-menu__drawer {
    position: fixed;
    left: 100%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 367px;
    background: #000;
    transform: translateX(0);
    transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    overflow-y: scroll;
    opacity: 0;
    z-index: 30;
    padding-top: 103px;
    padding-left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 100px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 13px 0 #0d0d0d;
  }
}

@media screen and (max-width: 575px) {
  .main-menu__drawer {
    max-width: 100%;
  }
}

.main-menu__drawer.menu-open {
  transform: translateX(-100%);
  opacity: 1;
  z-index: 1000;
}

.main-menu__drawer.menu-open .menu > li {
  transition: opacity 0.4s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  transform: translateY(40px);
}

@media screen and (max-width: 991px) {
  .main-menu__drawer.menu-open .menu > li {
    transform: translateY(0px);
  }
}

.main-menu__drawer .menu {
  list-style-type: none;
  padding: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .main-menu__drawer .menu {
    display: block;
    margin: 0;
  }
}

.main-menu__drawer .menu > li {
  padding-right: 20px;
  padding: 0 20px;
  margin-left: 0;
  list-style-type: none;
}

.main-menu__drawer .menu > li:hover > a {
  color: #00b0e3;
}

@media screen and (max-width: 1259px) {
  .main-menu__drawer .menu > li {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 991px) {
  .main-menu__drawer .menu > li {
    position: relative;
    z-index: 2;
    padding: 0;
  }
  .main-menu__drawer .menu > li.menu-item-has-children {
    position: relative;
    display: block;
  }
  .main-menu__drawer .menu > li.menu-item-has-children > a {
    display: block;
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
  .main-menu__drawer .menu > li.menu-item-has-children > a {
    display: inline-block;
    padding-right: 45px;
  }
}

@media screen and (max-width: 767px) {
  .main-menu__drawer .menu > li {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.main-menu__drawer .menu > li.current-menu-item > a {
  color: #00b0e3;
}

.main-menu__drawer .menu > li a {
  text-decoration: none;
}

.main-menu__drawer .menu > li > a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  font-family: "Poppins";
  font-weight: 500;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main-menu__drawer .menu > li > a {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1530px) {
  .main-menu__drawer .menu > li > a {
    font-size: 15px;
  }
}

.main-menu__drawer .menu > li > a:before {
  position: absolute;
  content: "";
  width: 100%;
  opacity: 0;
  height: 2px;
  background: #00b0e3;
  bottom: 10px;
  left: 0;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .main-menu__drawer .menu > li > a:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .main-menu__drawer .menu > li > a {
    display: inline-block;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

.main-menu__drawer .menu > li > a:hover i {
  transform: rotateX(180deg);
}

@media screen and (min-width: 992px) {
  .main-navigation__holder {
    display: flex;
    align-items: center;
  }
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .menu-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
  }
}

.logo-holder {
  position: relative;
  z-index: 9999;
}

.logo-holder img {
  max-width: 120px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .logo-holder img {
    max-width: 70px;
  }
}

.nav-holder {
  width: 100%;
  transform: translateX(5px);
}

@media screen and (max-width: 991px) {
  .nav-holder {
    height: 100%;
    overflow: scroll;
    padding: 0;
  }
}

.main-header__controls {
  display: flex;
  align-items: center;
}

.main-header__controls .hamburger {
  display: none;
  z-index: 9999;
  position: relative;
}

@media screen and (max-width: 991px) {
  .main-header__controls .hamburger {
    display: inline-flex;
  }
}

@media screen and (max-width: 991px) {
  .main-header__controls {
    display: inline-flex;
    align-items: center;
  }
}

.main-footer {
  padding: 2.65625vw 0 2.96875vw;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .main-footer {
    padding-bottom: 10.66667vw;
    padding-top: 10.66667vw;
  }
}

.footer-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer-bg img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.footer-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1070px;
  margin: 0 auto;
}

.footer-content p {
  font-family: "Poppins";
  font-size: 21.5px;
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1025px) {
  .footer-content p {
    font-size: 14px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 374px) {
  .footer-content p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer-content p {
    text-align: left;
  }
}

.footer-content .copy {
  font-size: 21.5px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1025px) {
  .footer-content .copy {
    font-size: 14px;
    line-height: 1.71;
  }
}

@media screen and (max-width: 374px) {
  .footer-content .copy {
    font-size: 12px;
  }
}

.footer-logo img {
  max-width: 8.02083vw;
  width: 100%;
  margin-bottom: 1.5625vw;
}

@media screen and (min-width: 1921px) {
  .footer-logo img {
    max-width: 154px;
  }
}

@media screen and (max-width: 1025px) {
  .footer-logo img {
    max-width: 125px;
  }
}

.footer-menu {
  margin-bottom: 15px;
}

.footer-menu .menu {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.footer-menu .menu li a {
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .footer-menu .menu li a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .footer-menu .menu li a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.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;
  margin-right: -15px;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 19px;
}

@media screen and (max-width: 767px) {
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    width: 19px;
  }
}

.hamburger-box {
  width: 19px;
  height: 17px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hamburger-box {
    width: 19px;
    height: 17px;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

@media screen and (max-width: 767px) {
  .hamburger-inner {
    margin-top: -1.5px;
  }
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 19px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 19px;
    height: 3px;
  }
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

@media screen and (max-width: 767px) {
  .hamburger-inner::before {
    top: -7px;
  }
}

.hamburger-inner::after {
  bottom: -7px;
}

@media screen and (max-width: 767px) {
  .hamburger-inner::after {
    bottom: -7px;
  }
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

@media screen and (max-width: 767px) {
  .hamburger--slider .hamburger-inner {
    top: 1.5px;
  }
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

@media screen and (max-width: 767px) {
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
  }
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

@media screen and (max-width: 767px) {
  .hamburger--slider .hamburger-inner::after {
    top: 14px;
  }
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-2.71429px, -4px, 0);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-2.71429px, -4px, 0);
  }
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -14px, 0) rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg);
  }
}

.hero-section {
  position: relative;
  padding-top: 56.25%;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-section {
    padding-top: 114%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 0;
    padding-bottom: 229%;
  }
}

.hero-section:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 18%, black 49%, black 100%);
}

@media screen and (max-width: 1025px) {
  .hero-section:before {
    height: 5%;
  }
}

.hero-section .row {
  align-items: center;
  justify-content: space-between;
}

.hero-content__holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-content__holder {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-content__holder {
    padding-top: 28.26667vw;
    align-items: flex-start;
  }
}

.hero-bg img {
  object-position: center top;
}

@media screen and (min-width: 768px) {
  .hero-bg img {
    display: none;
  }
}

.hero-bg video {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .hero-bg video {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .hero-bg .hero-video-lg {
    display: none;
  }
}

.hero-bg .hero-video-sm {
  display: none;
}

@media screen and (max-width: 1025px) {
  .hero-bg .hero-video-sm {
    display: block;
  }
}

.hero-content {
  position: relative;
  max-width: 43%;
  flex: 0 0 43%;
  padding: 0 0.78125vw;
  z-index: 4;
  margin-bottom: 11.40625vw;
}

@media screen and (max-width: 1025px) {
  .hero-content {
    max-width: 100%;
    flex: 0 0 100%;
    order: 2;
    padding: 0 0.78125vw;
    margin-top: -26.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .hero-content {
    padding-top: 150px;
  }
}

.hero-content h1 {
  margin-bottom: 1.04167vw;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-content h1 {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-content h1 {
    font-size: 8vw;
    margin-bottom: 4.26667vw;
  }
}

.hero-content p {
  text-shadow: 0px 3px 4.6px rgba(0, 0, 0, 0.7);
  font-family: "Poppins";
  font-size: 1.25vw;
  line-height: 1.67;
  color: #fff;
  font-weight: 600;
}

.hero-content p strong {
  font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-content p {
    font-size: 3.46667vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .hero-content p {
    font-size: 4.8vw;
    line-height: 1.3;
  }
  .hero-content p br {
    display: none;
  }
}

.hero-content .btn-holder {
  display: flex;
  padding-top: 4.16667vw;
}

@media screen and (max-width: 1025px) {
  .hero-content .btn-holder {
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .hero-content .btn-holder {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.66667vw;
  }
}

.hero-content .btn-holder .btn:nth-child(2) {
  margin-left: 1.66667vw;
}

@media screen and (max-width: 1025px) {
  .hero-content .btn-holder .btn:nth-child(2) {
    margin-left: 6.66667vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-content .btn-holder .btn:nth-child(2) {
    margin: 0;
    margin-top: 2.93333vw;
    max-width: unset;
    width: 54.13333vw;
  }
}

@media screen and (max-width: 1025px) {
  .hero-content .btn-holder .btn {
    max-width: calc(50% - 12.5px);
    width: calc(50% - 12.5px);
  }
}

@media screen and (max-width: 1025px) and (max-width: 575px) {
  .hero-content .btn-holder .btn {
    margin: 0;
    max-width: unset;
    width: 54.13333vw;
  }
}

.hero-img__holder {
  max-width: 50%;
  flex: 0 0 50%;
  position: relative;
  z-index: 1;
  padding: 0 0.78125vw;
  padding-top: 10.41667vw;
}

@media screen and (max-width: 1025px) {
  .hero-img__holder {
    max-width: 70%;
    flex: 0 0 70%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-img__holder {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-img__holder {
    padding-top: 26.66667vw;
  }
}

.hero-img {
  padding: 0 1.5625vw;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .hero-img {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-img {
    margin-bottom: 2.66667vw;
    padding: 0;
  }
}

.hero-img img {
  max-width: 100%;
  width: 100%;
}

.cards-section {
  background: #000;
  margin-top: -15.10417vw;
  position: relative;
  background: transparent;
  padding-bottom: 5.52083vw;
  position: relative;
  z-index: 7;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .cards-section {
    margin-top: 0;
    padding-bottom: 8vw;
    padding-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .cards-section {
    margin-top: 0;
  }
}

.cards-section ~ .cards-section {
  margin-top: 0;
  padding-bottom: 5.41667vw;
  padding-top: 4.6875vw;
}

@media screen and (max-width: 1025px) {
  .cards-section ~ .cards-section {
    padding-bottom: 8vw;
  }
}

.cards-section .section-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 1025px) {
  .cards-section .section-header {
    margin-bottom: 1.33333vw;
  }
}

.cards-section .section-header h2 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .cards-section .section-header h2 {
    margin-bottom: 4vw;
    font-size: 4.26667vw;
  }
}

.card-img {
  position: relative;
}

.cards-slider {
  padding-left: 5vw;
  padding-right: 20px;
  position: relative;
}

.cards-slider .slick-track {
  margin-left: 0;
}

.cards-slider .slick-list {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .cards-slider .slick-list {
    margin: 0 -5px;
  }
}

.cards-slider .slick-arrow {
  position: absolute;
  height: 100%;
  width: 3.90625vw;
  top: 0;
  z-index: 3;
  color: #fff;
  font-size: 20px;
  border: none;
  background: transparent;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .cards-slider .slick-arrow {
    width: 13.33333vw;
  }
}

.cards-slider .slick-arrow.slick-prev {
  text-align: left;
  left: 0;
  padding-left: 30px;
  width: 5.20833vw;
  background: linear-gradient(to right, black 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 575px) {
  .cards-slider .slick-arrow.slick-prev {
    width: 13.33333vw;
  }
}

.cards-slider .slick-arrow.slick-next {
  text-align: right;
  padding-right: 30px;
  right: 0;
  background: linear-gradient(to left, black 30%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (max-width: 767px) {
  .cards-slider .slick-arrow.slick-next {
    padding-right: 5.33333vw;
  }
}

.cards-slider .slick-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.cards-slider .card-holder {
  padding: 0 10px;
  display: none;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .cards-slider .card-holder {
    position: relative;
    z-index: 12;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .cards-slider .card-holder {
    padding: 0 5px;
  }
}

.cards-slider.slick-initialized .card-holder {
  display: block;
}

.cards-slider .card {
  position: relative;
  z-index: 1;
  background-clip: border-box;
  border: 2px solid transparent;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .cards-slider .card {
    border: 2px solid transparent;
  }
}

.cards-slider .card:before {
  position: absolute;
  content: "";
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  background: linear-gradient(to top, #956e33, #efe497, #956e33);
  border-radius: 9px;
}

@media screen and (max-width: 1025px) {
  .cards-slider .card.current .btn-holder {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

.cards-slider .card img {
  max-width: 100%;
  width: 100%;
  border-radius: 9px;
}

.cards-slider .card:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 9px;
  box-shadow: inset 0 0 35px 15px rgba(0, 0, 0, 0.75);
}

.cards-slider .card:hover .btn {
  opacity: 1;
}

.cards-slider .card .btn-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 6;
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 14;
  padding: 0 1.5625vw;
}

@media screen and (min-width: 1921px) {
  .cards-slider .card .btn-holder {
    padding: 0 0.78125vw;
  }
}

@media screen and (max-width: 1025px) {
  .cards-slider .card .btn-holder {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.cards-slider .card .btn {
  height: 3.38542vw;
  font-size: 1.30208vw;
  letter-spacing: -0.5px;
  min-width: auto;
  max-width: 11.71875vw;
  position: relative;
  overflow: hidden;
  padding: 0 1.30208vw;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  width: 100%;
}

.cards-slider .card .btn:first-of-type {
  margin-bottom: 0.26042vw;
}

@media screen and (max-width: 1025px) {
  .cards-slider .card .btn:first-of-type {
    margin-bottom: 3px;
  }
}

@media screen and (min-width: 1921px) {
  .cards-slider .card .btn {
    max-width: 10.41667vw;
    font-size: 1.04167vw;
    height: 3.125vw;
    padding: 0 1.04167vw;
  }
}

@media screen and (max-width: 1025px) {
  .cards-slider .card .btn {
    font-size: 1.30208vw;
  }
}

@media screen and (max-width: 767px) {
  .cards-slider .card .btn {
    font-size: 2.66667vw;
    height: 8vw;
    max-width: 100%;
  }
}

.lang-fr .card .btn {
  font-size: 0.83333vw;
}

@media screen and (max-width: 1025px) {
  .lang-fr .card .btn {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .lang-fr .card .btn {
    font-size: 2.13333vw;
    height: 8vw;
    max-width: 100%;
  }
}

.cta-section {
  position: relative;
  padding-top: 15.88542vw;
  padding-bottom: 12.70833vw;
}

@media screen and (max-width: 1025px) {
  .cta-section {
    padding-bottom: 177%;
  }
}

@media screen and (max-width: 767px) {
  .cta-section {
    padding-bottom: 198%;
    padding-top: 13.33333vw;
  }
}

.cta-section .container {
  position: relative;
}

@media screen and (max-width: 1025px) {
  .cta-section__bg img {
    object-position: bottom center;
    height: 100%;
  }
}

.cta-section_text {
  max-width: 32.9%;
}

@media screen and (max-width: 1025px) {
  .cta-section_text {
    max-width: 100%;
  }
}

.cta-section_text h2 {
  font-size: 2.08333vw;
  font-weight: 600;
}

@media screen and (max-width: 1025px) {
  .cta-section_text h2 {
    font-size: 5.33333vw;
    margin-bottom: 4.26667vw;
  }
}

.cta-section_text h2 em {
  color: #00b0e3;
}

.cta-section_text p {
  font-family: "Poppins";
  font-size: 0.9375vw;
  line-height: 1.56;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 1.40625vw;
}

@media screen and (max-width: 1025px) {
  .cta-section_text p {
    font-size: 4.26667vw;
    margin-bottom: 5.33333vw;
  }
}

.cta-section_text p strong {
  font-weight: 600;
}

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

.cta-section_text ul li {
  font-family: "Poppins";
  font-size: 1.04167vw;
  line-height: 1.8;
  letter-spacing: -0.02083vw;
  text-align: left;
  color: #fff;
  padding: 0;
  margin: 0;
  margin-bottom: 1.82292vw;
}

@media screen and (max-width: 1025px) {
  .cta-section_text ul li {
    font-size: 3.73333vw;
    margin-bottom: 5.33333vw;
  }
}

.cta-section_text .btn-holder {
  display: flex;
  margin-top: 3.125vw;
}

@media screen and (max-width: 1025px) {
  .cta-section_text .btn-holder {
    margin-top: 6.66667vw;
    text-align: center;
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .cta-section_text .btn-holder {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 2.66667vw;
  }
}

.cta-section_text .btn-holder .btn:nth-child(2) {
  margin-left: 1.66667vw;
}

@media screen and (max-width: 1025px) {
  .cta-section_text .btn-holder .btn:nth-child(2) {
    margin-left: 6.66667vw;
  }
}

@media screen and (max-width: 575px) {
  .cta-section_text .btn-holder .btn:nth-child(2) {
    margin: 0;
    margin-top: 2.93333vw;
    max-width: unset;
    width: 54.13333vw;
  }
}

@media screen and (max-width: 1025px) {
  .cta-section_text .btn-holder .btn {
    max-width: calc(50% - 12.5px);
    width: calc(50% - 12.5px);
  }
}

@media screen and (max-width: 1025px) and (max-width: 575px) {
  .cta-section_text .btn-holder .btn {
    margin: 0;
    max-width: unset;
    width: 54.13333vw;
  }
}

@media screen and (min-width: 1921px) {
  .lang-fr .cta-section_text .btn,
  .lang-de .cta-section_text .btn {
    font-size: 1.25vw;
  }
}

.post-section {
  background: url("../../../wp-content/uploads/post-bg.jpg") no-repeat bottom center/cover;
  padding-top: 130px;
  padding-bottom: 5.20833vw;
}

@media screen and (max-width: 1025px) {
  .post-section {
    padding-top: 100px;
  }
}

.post-section .section-header {
  text-align: center;
  margin-bottom: 1.04167vw;
  padding-top: 1.5625vw;
}

.post-section .section-header h1 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 3.125vw;
}

@media screen and (max-width: 1025px) {
  .post-section .section-header h1 {
    font-size: 4.8vw;
  }
}

.post-section .btn-holder {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-section .btn-holder .btn:nth-child(2) {
  margin-left: 1.92708vw;
}

@media screen and (max-width: 1025px) {
  .post-section .btn-holder .btn:nth-child(2) {
    margin-left: 2.66667vw;
  }
}

.game-demo__holder {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0.52083vw;
  margin-bottom: 1.82292vw;
}

@media screen and (max-width: 1025px) {
  .game-demo__holder {
    padding: 5px;
  }
}

.game-demo {
  padding-top: 56.06%;
  background: #000;
  position: relative;
  border-radius: 45px;
  border: 5px solid transparent;
  background-clip: border-box;
}

@media screen and (max-width: 1025px) {
  .game-demo {
    border: 3px solid transparent;
    border-radius: 15px;
  }
}

.game-demo:before {
  position: absolute;
  content: "";
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: linear-gradient(to top, #956e33, #efe497, #956e33);
  border-radius: 45px;
}

@media screen and (max-width: 1025px) {
  .game-demo:before {
    top: -3px;
    right: -3px;
    bottom: -3px;
    left: -3px;
    border-radius: 15px;
  }
}

.game-demo:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  border-radius: 43px;
}

@media screen and (max-width: 1025px) {
  .game-demo:after {
    border-radius: 13px;
  }
}

.game-demo iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-radius: 41px;
}

@media screen and (max-width: 1025px) {
  .game-demo iframe {
    border-radius: 12px;
  }
}

.game-demo__message {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  padding: 0 15px;
}

.game-demo__message p {
  color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.modal h2,
.modal p {
  color: #000;
}

@media screen and (max-width: 1025px) {
  .modal p {
    font-size: 2.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .modal p {
    font-size: 3.2vw;
  }
}

.modal-body {
  display: block;
  max-width: 600px;
  width: 100%;
  border: 3px solid transparent;
  text-align: center;
  background-clip: border-box;
  position: relative;
}

.modal-body:before {
  content: "";
  border-radius: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: -3px;
  position: absolute;
  background: linear-gradient(to right, #ffe5b7, #c47d00, #f1c68f, #a76e00, #fffcaa, #f2ce52, #daa925, #ffefc7);
}

.modal-body .btn-holder {
  text-align: center;
}

.modal-body__content {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
}

.modal-in {
  overflow: hidden;
}

.hidden.hidden {
  display: none;
}

.wysiwyg-section {
  padding-top: 192px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .wysiwyg-section {
    padding-top: 100px;
  }
}

.wysiwyg-section .container {
  max-width: 1020px;
  padding: 0 15px;
}

.wysiwyg-section .wysiwyg-content {
  border: 5px solid #e9dc8d;
  border-radius: 35px;
  padding: 48px 55px;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 991px) {
  .wysiwyg-section .wysiwyg-content {
    padding: 30px 30px;
  }
}

.wysiwyg-section h1 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .wysiwyg-section h1 {
    font-size: 30px;
  }
}

.wysiwyg-section h2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
  color: #00b0e3;
}

@media screen and (max-width: 767px) {
  .wysiwyg-section h2 {
    font-size: 20px;
  }
}

.wysiwyg-section h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .wysiwyg-section h3 {
    font-size: 16px;
  }
}

.wysiwyg-section ol {
  padding: 0;
  margin: 0;
}

.wysiwyg-section ol h3 {
  display: inline;
}

.wysiwyg-section ol ul {
  margin: 20px 0;
  padding-left: 20px;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .wysiwyg-section ol ul {
    padding-left: 0;
  }
}

.wysiwyg-section ol ul li {
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.wysiwyg-section ol ul li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #00b0e3;
  left: 0;
  top: 6px;
}

.wysiwyg-section ul {
  padding-left: 15px;
  list-style-type: none;
}

.wysiwyg-section ul li {
  line-height: 1.5;
  padding-left: 24px;
  position: relative;
}

.wysiwyg-section ul li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #00b0e3;
  left: 0;
  top: 6px;
}

.wysiwyg-section ul ul,
.wysiwyg-section ul ol {
  margin-bottom: 15px;
}

.wysiwyg-section ol {
  list-style-position: inside;
}

.wysiwyg-section ul li {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #cbcbcb;
}

.wysiwyg-section ul li h3 {
  display: inline;
}

.wysiwyg-section ul li a {
  color: #00b0e3;
}

.wysiwyg-section ol > li,
.wysiwyg-section p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #cbcbcb;
  margin-bottom: 20px;
}

.wysiwyg-section ol > li:last-of-type,
.wysiwyg-section p:last-of-type {
  margin-bottom: 0;
}

.wysiwyg-section ol > li a,
.wysiwyg-section p a {
  color: #00b0e3;
}

.privacy-policy ul li {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #cbcbcb;
}

.privacy-policy ul li a {
  color: #00b0e3;
}

.privacy-policy ol > li,
.privacy-policy p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0;
  color: #cbcbcb;
  margin-bottom: 20px;
}

.privacy-policy ol > li:last-of-type,
.privacy-policy p:last-of-type {
  margin-bottom: 0;
}

.privacy-policy ol > li a,
.privacy-policy p a {
  color: #00b0e3;
}

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