/*! 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: "Open Sans";
  src: url("assets/fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("assets/fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Bold.woff2") format("woff2"), url("assets/fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("assets/fonts/OpenSans-Medium.woff2") format("woff2"), url("assets/fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

body {
  font-family: "Open Sans";
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  position: relative;
  background: #101010;
}

.scroll-lock {
  overflow: hidden !important;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 37.5vw;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    max-width: 51.04167vw;
  }
}

@media screen and (min-width: 1299px) {
  .container {
    max-width: 64.0625vw;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

sub,
sup {
  font-size: 65%;
}

img {
  height: auto;
}

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

strong {
  font-weight: 600;
}

em {
  color: #007eff;
  font-style: normal;
}

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

h2 {
  font-family: "Open Sans";
  font-size: 1.97917vw;
  font-weight: 500;
  letter-spacing: -0.0375vw;
  color: #fff;
}

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

p {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 1.04167vw;
  font-weight: 500;
  color: #fff;
}

a:not(.btn) {
  display: block;
/*   font-size: 1.04167vw; */
  font-weight: 500;
  color: #fff;
}

.separator {
  position: relative;
}

.separator:before, .separator:after {
  position: absolute;
  content: "";
  height: 0.26042vw;
  width: 100%;
  left: 0;
  z-index: 1;
  background: linear-gradient(to right, #767676, #6f6f6f, #6f6f6f, #f3f0f2, #6f6f6f, #6f6f6f, #6f6f6f, #f3f0f2, #6f6f6f, #6f6f6f, #b2b2b2, #6f6f6f, #f3f0f2, #6f6f6f);
  display: none;
}

@media screen and (max-width: 575px) {
  .separator:before, .separator:after {
    height: 1.33333vw;
  }
}

.separator::before {
  top: 0;
  z-index: 2;
}

.separator::after {
  bottom: 0;
  z-index: 2;
}

.separator--top:before {
  display: block;
}

.separator--bottom:after {
  display: block;
}

.col-4 {
  max-width: 25%;
  flex: 0 0 25%;
  padding: 0 15px;
}

.decor-coins:after, .decor-coins:before {
  position: absolute;
  content: "";
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.decor-coins--top:before {
  width: 8.4375vw;
  height: 8.22917vw;
  top: -3.69792vw;
  right: 22.7%;
  background: url("../../../wp-content/uploads/coins-decor-1.png");
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 575px) {
  .decor-coins--top:before {
    width: 90px;
    height: 93px;
    top: -34px;
    right: 20%;
  }
}

.decor-coins--bottom:after {
  background: url("../../../wp-content/uploads/coins-decor-2.png");
  width: 7.91667vw;
  height: 10.20833vw;
  bottom: -3.22917vw;
  left: 6.5%;
  z-index: 4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 575px) {
  .decor-coins--bottom:after {
    width: 93px;
    height: 101px;
    bottom: -28px;
    left: -1%;
  }
}

.visible-sm {
  display: none !important;
}

@media screen and (max-width: 1025px) {
  .visible-sm {
    display: inline-flex !important;
  }
}

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

.hero-bg, .features-bg, .cta-bg, .cta-left__bg, .download-bg, .accordion-section .section-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-bg img, .features-bg img, .cta-bg img, .cta-left__bg img, .download-bg img, .accordion-section .section-bg img {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.btn {
  height: 3.59375vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-shadow: -1.4px 1.4px 0.8px #111;
  font-size: 1.04167vw;
  font-weight: 500;
  position: relative;
  padding: 0 2.34375vw;
  background-clip: border-box;
  border: 0.20833vw solid transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .btn {
    height: 7.51953vw;
    font-size: 2.92969vw;
    padding: 0 3.90625vw;
    border: 0.39062vw solid transparent;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    height: 17.86667vw;
    font-size: 5.33333vw;
    padding: 0 12vw;
    border: 1.06667vw solid transparent;
  }
}

.btn * {
  position: relative;
  z-index: 1;
}

.btn i {
/*   font-size: 1.875vw; */
  margin-right: 0.78125vw;
}

@media screen and (max-width: 767px) {
  .btn i {
/*     font-size: 3.51562vw; */
    margin-right: 1.46484vw;
  }
}

@media screen and (max-width: 575px) {
  .btn i {
/*     font-size: 9.6vw; */
    margin-right: 4vw;
  }
}

.btn:after, .btn:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100px;
}

.btn:before {
  background: linear-gradient(15deg, #8c8c8c, #ebebeb, #595959, #ddd, #8c8c8c);
  margin: -0.20833vw;
}

@media screen and (max-width: 767px) {
  .btn:before {
    margin: -0.39062vw;
  }
}

@media screen and (max-width: 575px) {
  .btn:before {
    margin: -1.06667vw;
  }
}

.btn.disabled {
  pointer-events: none;
  color: #b2b3b6;
}

.btn.disabled:before {
  background: linear-gradient(15deg, #595959, #b8b8b8, #262626, #aaaaaa, #595959);
}

.btn.disabled:after {
  background: #656669;
}

.btn.disabled img {
  position: absolute;
  width: 6.14583vw;
  height: 2.86458vw;
  top: -1.09375vw;
  right: -1.77083vw;
}

@media screen and (max-width: 767px) {
  .btn.disabled img {
    width: 11.52344vw;
    height: 5.37109vw;
    top: -2.05078vw;
    right: -3.32031vw;
  }
}

@media screen and (max-width: 575px) {
  .btn.disabled img {
    width: 31.46667vw;
    height: 14.66667vw;
    top: -5.6vw;
    right: -9.06667vw;
  }
}

.btn-main:after {
  background: linear-gradient(to top, #045600, #38c500, #045600);
}

.btn-second:after {
  background: linear-gradient(to top, #163953, #1181ec, #163953);
}

.main-header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
	background: #fff;
}

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

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

.main-header > .container {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 0 4.16667vw;
}

@media screen and (max-width: 767px) {
  .main-header > .container {
    padding: 0;
  }
}

.menu-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

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

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

@media screen and (max-width: 1025px) {
  .main-menu__drawer {
    position: fixed;
    left: 100%;
    top: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.9);
    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: 80px;
    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;
  }
}

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

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

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

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

.main-menu__drawer .menu > li {
  padding-right: 20px;
  padding: 15px 17px;
}

@media screen and (max-width: 1025px) {
  .main-menu__drawer .menu > li {
    text-align: center;
  }
}

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

@media screen and (max-width: 1025px) {
  .main-menu__drawer .menu > li {
    position: relative;
    z-index: 2;
    padding: 0;
  }
}

@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: #007eff;
}

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

.main-menu__drawer .menu > li > a {
  color: #000;
  font-size: 18px;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  text-transform: uppercase;
}

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

.main-menu__drawer .menu > li > a:hover {
  color: #007eff;
}

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

.hamburger {
  z-index: 1000;
  display: none;
}

.menu-header {
  z-index: 1000;
  display: flex;
	width: 100%;
/*     justify-content: center; */
    align-items: center;
    padding: 0px;
}

@media screen and (max-width: 1025px) {
  .menu-header .hamburger {
    display: inline-flex;
  }
}

.logo-holder {
  position: relative;
  z-index: 1000;
	margin-right: 20px;
}

.logo-holder img {
  max-width: 10.3125vw;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
    .logo-holder img {
        max-width: 140px;
    }
}

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

@media screen and (max-width: 575px) {
  .logo-holder img {
    max-width: 33.6vw;
  }
}

.nav-holder {
  width: 100%;
}

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

.lang-switch__holder {
  display: inline-block;
  margin-left: 6px;
  border-radius: 100px;
  padding: 3px 16px;
  height: 39px;
  display: flex;
  align-items: center;
  position: relative;
  background: #000;
  z-index: 998;
}

@media screen and (max-width: 1025px) {
  .lang-switch__holder {
/*     margin-left: 0;
    margin-right: 2.66667vw; */
  }
}

@media screen and (max-width: 575px) {
  .lang-switch__holder {
/*     margin-right: 6.66667vw; */
  }
}

.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: 24px;
  margin-right: 8px;
  margin-bottom: 0;
}

.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.active a:after {
  transform: rotateX(180deg);
}

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

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

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

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

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

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

.lang-value li a {
  color: #007eff;
  text-decoration: none;
  font-size: 18px;
  padding-left: 9px;
  display: inline-flex;
  align-items: center;
}

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

.lang-value li a:after {
  content: "\e902";
  font-family: "icomoon";
  font-size: 12px;
  margin-left: 8px;
  transform: rotate(0deg);
}

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

.main-footer {
  background: #101010;
  text-align: center;
  padding: 3.22917vw 0;
}

@media screen and (max-width: 767px) {
  .main-footer {
    padding: 13.33333vw 0;
  }
}


.main-footer .footer-logo img {
  max-width: 10.3125vw;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .main-footer .footer-logo img {
    max-width: 14.64844vw;
  }
}

@media screen and (max-width: 575px) {
  .main-footer .footer-logo img {
    max-width: 41.6vw;
  }
}

/*!
 * 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: 51px;
}

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

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

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

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

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  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: 26px;
    height: 4px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-section {
  position: relative;
  padding-top: 5.83333vw;
  padding-bottom: 10.72917vw;
}

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

@media screen and (max-width: 575px) {
  .hero-section {
    padding-top: 26.66667vw;
  }
}

.hero-section .decor {
  position: absolute;
  bottom: 0;
  z-index: 2;
}

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

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

.hero-section .decor-left {
  width: 27.44792vw;
  height: 38.64583vw;
  left: 5.9%;
}

.hero-section .decor-right {
  width: 29.27083vw;
  height: 36.09375vw;
  right: 1.6%;
}

.hero-content {
  max-width: 35.41667vw;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hero-content {
    max-width: 80%;
  }
}

@media screen and (max-width: 575px) {
  .hero-content {
    max-width: 100%;
    padding: 0 20px;
  }
}

.hero-content h1 {
  text-shadow: -4.5px 3.9px 6px rgba(0, 0, 0, 0.8);
  font-size: 3.125vw;
  font-weight: 800;
  text-align: center;
  color: #fff;
  letter-spacing: 0.00521vw;
}

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

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

.hero-content h1 sup {
  font-size: 60%;
}

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

@media screen and (max-width: 767px) {
  .hero-bg img {
    max-height: 100%;
    height: 100%;
  }
}

.hero-content__body {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  box-shadow: inset 0 0 1px 3px #c9c9c9, 0 0 1px 3px #757575, 0 0 0px 5px #c9c9c9;
  border-radius: 2.08333vw;
  padding: 2.60417vw 3.02083vw 2.34375vw;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content__body {
    padding: 2.60417vw 2.34375vw 2.34375vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-content__body {
    box-shadow: inset 0 0 1px 2px #c9c9c9, 0 0 1px 2px #757575, 0 0 0px 3px #c9c9c9;
    border-radius: 3.90625vw;
    padding: 9.33333vw 6.66667vw 14.66667vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body {
    border-radius: 10.66667vw;
  }
}

.hero-content__body h2 {
  text-shadow: -4.5px 3.9px 6px rgba(0, 0, 0, 0.8);
  font-size: 2.5vw;
  font-weight: 800;
  color: #007eff;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  margin-bottom: 1.25vw;
}

@media screen and (max-width: 767px) {
  .hero-content__body h2 {
    font-size: 4.6875vw;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body h2 {
    font-size: 6.4vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content__body p {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .hero-content__body p {
    font-size: 3.125vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body p {
    font-size: 4.26667vw;
  }
}

.hero-content__body .btn-holder {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.71875vw;
}

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

.hero-content__body .btn-holder-ont {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1.71875vw;
}

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

@media screen and (min-width: 576px) {
  .hero-content__body .btn-holder .btn {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body .btn-holder .btn:first-of-type {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 576px) {
  .hero-content__body .btn-holder-ont .btn {
    max-width: calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body .btn-holder-ont .btn:first-of-type {
    margin-bottom: 8vw;
  }
}

.hero-content__body .btn-holder a:not(.btn) {
  display: block;
  width: 100%;
  margin-top: 1.04167vw;
  font-size: 1.04167vw;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hero-content__body .btn-holder a:not(.btn) {
    font-size: 2.92969vw;
    margin-top: 2.92969vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body .btn-holder a:not(.btn) {
    margin-top: 5.33333vw;
    font-size: 4.26667vw;
  }
}
.hero-content__body .btn-holder-ont a:not(.btn) {
  display: block;
  width: 100%;
  margin-top: 1.04167vw;
  font-size: 1.04167vw;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hero-content__body .btn-holder-ont a:not(.btn) {
    font-size: 2.92969vw;
    margin-top: 2.92969vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body .btn-holder-ont a:not(.btn) {
    margin-top: 5.33333vw;
    font-size: 4.26667vw;
  }
}

.col-img {
  border: 1px solid #fff;
  max-width: 40%;
  flex: 0 0 40%;
}

.features-section {
  padding: 4.42708vw 0;
  position: relative;
}

@media screen and (max-width: 575px) {
  .features-section {
    padding: 16.8vw 0 13.33333vw;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1299px) {
  .features-section .container {
    max-width: 64.0625vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .features-section .container {
    max-width: 100%;
  }
}

.features-section .row {
  margin: 0 -1.04167vw;
}

.features-section .col-4 {
  position: relative;
  padding: 0 1.04167vw;
}

@media screen and (max-width: 767px) {
  .features-section .col-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .features-section .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .features-section .col-4:last-of-type .feature {
    margin-bottom: 0;
  }
  .features-section .col-4:last-of-type .feature p {
    margin-bottom: 0;
  }
}

.features-content {
  text-align: center;
  padding: 0 8.07292vw;
  position: relative;
  margin-bottom: 2.29167vw;
}

@media screen and (max-width: 575px) {
  .features-content {
    padding: 0 1.33333vw;
  }
}

.features-content h2 {
  text-transform: uppercase;
  color: #007eff;
  letter-spacing: -0.01146vw;
}

@media screen and (max-width: 1025px) {
  .features-content h2 {
    font-size: 3.51562vw;
  }
}

@media screen and (max-width: 767px) {
  .features-content h2 {
    font-size: 4.88281vw;
  }
}

@media screen and (max-width: 575px) {
  .features-content h2 {
    font-size: 6.4vw;
  }
}

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

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

@media screen and (max-width: 575px) {
  .features-content p {
    font-size: 4.26667vw;
    padding: 0 1.33333vw;
  }
}

.feature {
  position: relative;
  text-align: center;
  flex: 1;
}

@media screen and (max-width: 575px) {
  .feature {
    padding: 0 12vw;
    margin-bottom: 9.33333vw;
  }
}

.feature .feature-icon {
  padding: 0 0.52083vw;
}

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

.feature .feature-content {
  margin-top: -0.78125vw;
}

@media screen and (max-width: 575px) {
  .feature .feature-content {
    margin-top: -4vw;
  }
}

.feature h3 {
  font-size: 1.04167vw;
  font-weight: 700;
  color: #007eff;
  margin-bottom: 0.72917vw;
  min-height: 2.60417vw;
}

@media screen and (max-width: 1025px) {
  .feature h3 {
    font-size: 1.95312vw;
    min-height: 4.88281vw;
  }
}

@media screen and (max-width: 767px) {
  .feature h3 {
    font-size: 2.92969vw;
    min-height: 6.83594vw;
  }
}

@media screen and (max-width: 575px) {
  .feature h3 {
    font-size: 5.33333vw;
    min-height: 14.66667vw;
  }
}

.feature p {
  font-size: 0.83333vw;
  font-weight: 500;
  color: #eee;
  margin-top: auto;
}

@media screen and (max-width: 1025px) {
  .feature p {
    line-height: 1.5;
    font-size: 1.36719vw;
  }
}

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

@media screen and (max-width: 575px) {
  .feature p {
    font-size: 4.26667vw;
  }
}

.cta-section {
  padding-top: 46.8%;
  position: relative;
}

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

.cta-section .btn-holder, .cta-section .btn-holder-ont {
  position: relative;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 2.60417vw;
  left: 0;
}

@media screen and (max-width: 767px) {
  .cta-section .btn-holder, .cta-section .btn-holder-ont {
    bottom: 9.6vw;
  }
}

.cta-section .btn-holder .btn, .cta-section .btn-holder-ont .btn {
  margin-bottom: 0.52083vw;
}

.cta-section .btn-holder a:not(.btn), .cta-section .btn-holder-ont a:not(.btn) {
  display: block;
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .cta-section .btn-holder a:not(.btn), .cta-section .btn-holder-ont a:not(.btn) {
    font-size: 2.92969vw;
    margin-top: 2.92969vw;
  }
}

@media screen and (max-width: 575px) {
  .cta-section .btn-holder a:not(.btn), .cta-section .btn-holder-ont a:not(.btn) {
    margin-top: 5.33333vw;
    font-size: 4.26667vw;
  }
}

.cta-left-section {
  position: relative;
  padding-top: 16.14583vw;
  padding-bottom: 16.14583vw;
}

@media screen and (max-width: 767px) {
  .cta-left-section {
    padding-top: 53.33333vw;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .cta-left-section .container {
    max-width: 64.0625vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cta-left-section .container {
    max-width: 90%;
  }
}

.cta-left__bg img {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cta-left__bg img {
    object-position: 25% 50%;
  }
}

.cta-left__content {
  position: relative;
  max-width: 27.34375vw;
}

@media screen and (max-width: 767px) {
  .cta-left__content {
    max-width: 80%;
  }
}

.cta-left__content h2 {
  font-size: 3.125vw;
  font-weight: 700;
  margin-bottom: 1.04167vw;
  letter-spacing: 0.00521vw;
}

@media screen and (max-width: 767px) {
  .cta-left__content h2 {
    font-size: 8vw;
    margin-bottom: 5.33333vw;
  }
}

.cta-left__content p {
  font-size: 1.04167vw;
  line-height: 1.5;
  margin-bottom: 1.5625vw;
}

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

.cta-left__content .btn {
  min-width: 13.64583vw;
}

@media screen and (max-width: 575px) {
  .cta-left__content .btn {
    min-width: 69.86667vw;
  }
}

.download-section {
  position: relative;
  padding-top: 90px;
  padding-bottom: 2.60417vw;
}

@media screen and (max-width: 767px) {
  .download-section {
    padding-top: 14.64844vw;
    padding-bottom: 167%;
  }
}

@media screen and (max-width: 575px) {
  .download-section {
    padding-top: 26.66667vw;
  }
}

.download-section.download-section--alt .row {
  justify-content: flex-start;
}

.download-section.mid-phone {
  padding: 10.9375vw 0 11.97917vw;
}

@media screen and (max-width: 767px) {
  .download-section.mid-phone {
    padding-top: 16vw;
    padding-bottom: 167%;
  }
}

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

@media screen and (min-width: 1025px) and (max-width: 1299px) {
  .download-section .container {
    max-width: 64.0625vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .download-section .container {
    max-width: 90%;
  }
}

.download-section .row {
  justify-content: flex-end;
}

.download-section .section-header {
  text-align: center;
}

.download-section .section-header h1 {
  font-size: 2.5vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.00521vw;
}

@media screen and (max-width: 767px) {
  .download-section .section-header h1 {
    font-size: 8vw;
  }
}

.download-section .section-header h1 em {
  display: block;
}

@media screen and (max-width: 767px) {
  .download-bg img {
    max-height: 100%;
    height: 100%;
    object-position: center bottom;
  }
}

.col-text {
  max-width: 55.5%;
  flex: 0 0 55.5%;
}

@media screen and (max-width: 767px) {
  .col-text {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.download-content__header {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 0.52083vw 0;
  text-align: center;
  margin-bottom: 1.35417vw;
}

@media screen and (max-width: 767px) {
  .download-content__header {
    padding: 1.86667vw 0;
    margin-bottom: 8vw;
  }
}

.download-content__header h2 {
  margin: 0;
  font-size: 2.08333vw;
  font-weight: 700;
  text-shadow: -4.5px 3.9px 6px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .download-content__header h2 {
    font-size: 7.46667vw;
  }
}

.download-content__header h2 i {
  font-size: 2.60417vw;
  margin-right: 0.52083vw;
}

@media screen and (max-width: 767px) {
  .download-content__header h2 i {
    font-size: 9.6vw;
    margin-right: 2.66667vw;
  }
}

.download-content__holder .btn-holder {
  padding: 0.88542vw 2.03125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.70833vw;
  background: rgba(110, 110, 110, 0.9);
  box-shadow: 0px 12px 16px 0 rgba(0, 0, 0, 0.59), 3.7px -11.4px 16px 0 rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 767px) {
  .download-content__holder .btn-holder {
    flex-direction: column;
    border-radius: 4.88281vw;
    padding: 6.66667vw 10.4vw;
  }
}

@media screen and (max-width: 575px) {
  .download-content__holder .btn-holder {
    border-radius: 10.66667vw;
  }
}

.download-content__holder .btn-holder > span {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 1.04167vw;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .download-content__holder .btn-holder > span {
    font-size: 5.33333vw;
  }
}

.download-content__holder .btn-holder .btn {
  box-shadow: 0px 6px 6px 0 rgba(2, 4, 25, 0.59);
}

@media screen and (max-width: 767px) {
  .download-content__holder .btn-holder .btn {
    margin-bottom: 5.33333vw;
  }
}

.download-content__holder .btn-holder a:not(.btn) {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .download-content__holder .btn-holder a:not(.btn) {
    font-size: 2.92969vw;
    margin-top: 2.92969vw;
  }
}

@media screen and (max-width: 575px) {
  .download-content__holder .btn-holder a:not(.btn) {
    margin-top: 5.33333vw;
    font-size: 5.33333vw;
  }
}

.download-step {
  display: flex;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 0 1px 3px #c9c9c9, 0 0 1px 3px #757575, 0 0 0px 5px #c9c9c9;
  border-radius: 2.08333vw;
  align-items: center;
  margin-bottom: 1.82292vw;
  padding: 1.30208vw 1.04167vw 1.5625vw 0;
  filter: drop-shadow(0px 12px 16px rgba(0, 0, 0, 0.59)) drop-shadow(3.7px -11.4px 16px rgba(0, 0, 0, 0.59));
}

@media screen and (max-width: 767px) {
  .download-step {
    box-shadow: inset 0 0 1px 2px #c9c9c9, 0 0 1px 2px #757575, 0 0 0px 3px #c9c9c9;
    border-radius: 3.90625vw;
    padding: 6.66667vw 5.33333vw 6.66667vw 0;
    margin-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 575px) {
  .download-step {
    border-radius: 10.66667vw;
  }
}

.download-step__head {
  max-width: 5.72917vw;
  flex: 0 0 5.72917vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .download-step__head {
    max-width: 24vw;
    flex: 0 0 24vw;
  }
}

.download-step__head img {
  max-height: 4.32292vw;
}

@media screen and (max-width: 767px) {
  .download-step__head img {
    min-height: 21.33333vw;
    width: auto;
  }
}

.download-step__body p {
  line-height: 1.5;
}

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

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

.download-step__body h3 {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 1.5625vw;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.26042vw;
}

@media screen and (max-width: 767px) {
  .download-step__body h3 {
    font-size: 6.4vw;
  }
}

.download-content {
  max-width: 80%;
}

@media screen and (max-width: 767px) {
  .download-content {
    max-width: 100%;
    margin-bottom: 5.33333vw;
  }
}

.download-content h3 {
  text-shadow: -4.5px 3.9px 6px rgba(0, 0, 0, 0.8);
  font-size: 2.08333vw;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767px) {
  .download-content h3 {
    font-size: 8vw;
  }
}

.download-content h4 {
  text-shadow: -4.5px 3.9px 6px rgba(0, 0, 0, 0.8);
  font-size: 1.5625vw;
  font-weight: 700;
  color: #007eff;
  margin-bottom: 1.04167vw;
}

@media screen and (max-width: 767px) {
  .download-content h4 {
    font-size: 6.4vw;
    margin-bottom: 5.33333vw;
  }
}

.download-content p {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 1.04167vw;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}

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

.accordion-section {
  padding-top: 7.29167vw;
  padding-bottom: 10.41667vw;
  position: relative;
}

@media screen and (max-width: 767px) {
  .accordion-section {
    padding-top: 14.64844vw;
    padding-bottom: 130%;
  }
}

@media screen and (max-width: 575px) {
  .accordion-section {
    padding-top: 26.66667vw;
  }
}

.accordion-section .section-header {
  text-align: center;
  margin-bottom: 4.94792vw;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .accordion-section .section-header {
    margin-bottom: 10.66667vw;
  }
}

.accordion-section .section-header h1,
.accordion-section .section-header h2 {
  font-size: 2.5vw;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.00521vw;
}

@media screen and (max-width: 767px) {
  .accordion-section .section-header h1,
  .accordion-section .section-header h2 {
    font-size: 8vw;
  }
}

.accordion-section .section-bg img {
  object-position: bottom center;
  height: 100%;
}

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

.accordion-item {
  border-radius: 2.08333vw;
  box-shadow: 0px 12px 16px 0 rgba(0, 0, 0, 0.59), 3.7px -11.4px 16px 0 rgba(0, 0, 0, 0.59);
  background-color: #000;
  border: 2px solid #9e9e9e;
  padding: 1.30208vw 1.97917vw;
  margin-bottom: 1.04167vw;
}

@media screen and (max-width: 767px) {
  .accordion-item {
    border-radius: 7.8125vw;
    padding: 5.33333vw 6.93333vw;
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 575px) {
  .accordion-item {
    border-radius: 10.66667vw;
  }
}

.accordion-item .accordion-toggle {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 1.04167vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  position: relative;
  padding-right: 1.5625vw;
}

@media screen and (max-width: 1024px) {
  .accordion-item .accordion-toggle {
    padding-right: 2.92969vw;
    font-size: 1.75781vw;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item .accordion-toggle {
    font-size: 4.8vw;
    padding-right: 8vw;
  }
}

.accordion-item .accordion-toggle:after {
  content: "\e902";
  font-family: "icomoon";
  color: #007eff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotateX(0deg);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0.83333vw;
}

@media screen and (max-width: 1024px) {
  .accordion-item .accordion-toggle:after {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item .accordion-toggle:after {
    font-size: 4.26667vw;
    transform: translateY(-50%) rotate(-90deg);
  }
}

.accordion-item .accordion-toggle.active:after {
  transform: translateY(-50%) rotateX(180deg);
}

@media screen and (max-width: 767px) {
  .accordion-item .accordion-toggle.active:after {
    transform: translateY(-50%) rotate(0deg);
  }
}

.accordion-item p {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 0.83333vw;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1024px) {
  .accordion-item p {
    font-size: 1.5625vw;
  }
}

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

.accordion-item__inner {
  overflow: hidden;
  display: none;
  padding-top: 0.36458vw;
}

@media screen and (max-width: 1024px) {
  .accordion-item__inner {
    padding-top: 1.46484vw;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item__inner {
    padding-top: 5.33333vw;
  }
}

.accordion-holder {
  max-width: 41.66667vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .accordion-holder {
    max-width: 90%;
  }
}

.accordion-holder .btn-holder {
  padding: 0.88542vw 2.03125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2.70833vw;
  background: rgba(110, 110, 110, 0.9);
  box-shadow: 0px 12px 16px 0 rgba(0, 0, 0, 0.59), 3.7px -11.4px 16px 0 rgba(0, 0, 0, 0.59);
}

@media screen and (max-width: 767px) {
  .accordion-holder .btn-holder {
    flex-direction: column;
    border-radius: 4.88281vw;
    padding: 6.66667vw 10.4vw;
  }
}

@media screen and (max-width: 575px) {
  .accordion-holder .btn-holder {
    border-radius: 10.66667vw;
  }
}

.accordion-holder .btn-holder > span {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
  font-size: 1.04167vw;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .accordion-holder .btn-holder > span {
    font-size: 5.33333vw;
  }
}

.accordion-holder .btn-holder .btn {
  box-shadow: 0px 6px 6px 0 rgba(2, 4, 25, 0.59);
}

@media screen and (max-width: 767px) {
  .accordion-holder .btn-holder .btn {
    margin-bottom: 5.33333vw;
  }
}

.accordion-holder .btn-holder a:not(.btn) {
  text-shadow: -2.3px 2px 6px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 767px) {
  .accordion-holder .btn-holder a:not(.btn) {
    font-size: 2.92969vw;
    margin-top: 2.92969vw;
  }
}

@media screen and (max-width: 575px) {
  .accordion-holder .btn-holder a:not(.btn) {
    margin-top: 5.33333vw;
    font-size: 5.33333vw;
  }
}


.accordion-section .section-bg img, .download-bg img, .cta-section .btn-holder-ont .btn--badge .store-img, .cta-bg img, .cta-left__bg img, .features-bg img, .hero-bg img, .hero-content__body .btn-holder-ont .btn--badge .store-img {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.hero-content__body .btn-holder-ont .btn--badge {
  height: 4.1666666667vw;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .hero-content__body .btn-holder-ont .btn--badge {
    height: 11.167vw;
  }
}
@media screen and (max-width: 575px) {
  .hero-content__body .btn-holder-ont .btn--badge {
    height: 17.167vw;
    width: 50vw;
  }
}
.hero-content__body .btn-holder-ont .btn--badge:before, .hero-content__body .btn-holder-ont .btn--badge:after {
  display: none;
}
.hero-content__body .btn-holder-ont .btn--badge .img-holder {
  position: absolute;
  z-index: 4;
}
.hero-content__body .btn-holder-ont .btn--badge .store-img {
  object-fit: contain;
  height: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.cta-section .btn-holder-ont .btn--badge {
  height: 4.1666666667vw;
  border-radius: 0;
  background: transparent;
  width: 13vw;
}
@media screen and (max-width: 767px) {
  .cta-section .btn-holder-ont .btn--badge {
    height: 11.167vw;
    width: 35vw;
  }
}
@media screen and (max-width: 575px) {
  .cta-section .btn-holder-ont .btn--badge {
    height: 17.167vw;
    width: 50vw;
  }
}
.cta-section .btn-holder-ont .btn--badge:before, .cta-section .btn-holder-ont .btn--badge:after {
  display: none;
}
.cta-section .btn-holder-ont .btn--badge .img-holder {
  position: absolute;
  z-index: 4;
}
.cta-section .btn-holder-ont .btn--badge .store-img {
  object-fit: contain;
  height: 100px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}


.footer-text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.footer-text p {
  text-transform: unset;
  line-height: 1.3;
}
.footer-text p a {
  display: inline;
}
@media screen and (min-width: 768px) {
	.main-footer p a, .main-footer p {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) {
  .main-footer .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main-footer p {
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
}

@media screen and (max-width: 767px) {
    .hero-bg img {
        max-height: 100%;
        height: 100%;
    }
}

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