@charset "UTF-8";
/*! 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-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: "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-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: "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: "Poppins";
  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: #0c0c0c;
}

.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: #ffac28;
  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: 900;
  color: #fff;
  letter-spacing: 0;
}

h2 {
  font-family: "Poppins";
  font-size: 2.1875vw;
  font-weight: 900;
  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: #efefef;
}

.separator {
  position: relative;
}

.separator:before, .separator:after {
  position: absolute;
  content: "";
  height: 0.26042vw;
  width: 100%;
  left: 0;
  z-index: 27;
  background: linear-gradient(to right, #8b6a21, #b88a23, #8d6823, #fce2a2, #ffc648, #8b6a21, #fee0a6, #8a6a1e, #ffc136, #8e6a24, #fff3d2, #be902d);
  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: 6;
}

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

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

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

.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;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}

.btn {
  display: inline-flex;
  height: 62px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.31);
  font-weight: 900;
  color: #efefef;
  text-decoration: none;
  position: relative;
  border-radius: 100px;
  background-clip: border-box;
  border: 3px solid transparent;
  padding: 0 35px;
  white-space: nowrap;
}

.btn:before {
  position: absolute;
  content: "";
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  background: linear-gradient(to top, #956e33, #efe497, #956e33);
  z-index: 1;
  border-radius: 100px;
}

.btn:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
  border-radius: 100px;
}

.btn:visited, .btn:focus, .btn:hover {
  color: #fff;
  outline: none;
}

.btn i {
  font-size: 32px;
  position: relative;
  z-index: 2;
  margin-right: 3px;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn.disabled img {
  position: absolute;
  top: -14px;
  right: -16px;
  z-index: 3;
  max-width: 89px;
  width: 100%;
}

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

.btn.disabled:before {
  background: linear-gradient(to top, rgba(140, 140, 140, 0.5), rgba(235, 235, 235, 0.5), rgba(140, 140, 140, 0.5));
}

.btn.disabled:after {
  background: url("../../../wp-content/uploads/disabled-btn.png") no-repeat center/cover;
  opacity: 0.5;
}

.btn.disabled span,
.btn.disabled i {
  opacity: 0.5;
}

.btn-main:after {
  background: url("../../../wp-content/uploads/android-btn.png") no-repeat center/cover;
}

.btn-second:after {
  background: url("../../../wp-content/uploads/ios-btn.png") no-repeat center/cover;
}

.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 5px;
  }
}

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

@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 28§§ §px;
}

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

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

.main-menu__drawer .menu > li > a {
  color: #000;
  font-size: 16px;
  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: #ffac28;
}

@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%;
    align-items: center;
    padding: 0px;
}

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

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

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

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

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

.nav-holder {
  width: 100%;
}

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

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

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

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

.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: 140px;
    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);
}

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

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

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

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

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

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

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

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

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

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

.main-menu__drawer .menu ul > li > a {
  color: #fff;
  font-size: 16px;
  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;
  font-weight: 400;
}

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

.main-menu__drawer .menu ul > li > a:hover {
  color: #ffac28;
}

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

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

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

.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: 0px 10px 0 7px;
  height: 34px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 998;
  border-radius: 50px;
  background-color: #29434b;
}

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

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

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

.lang-item img {
  max-width: 26px;
  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: 26px;
  max-width: 26px;
  height: auto;
  margin-bottom: 0;
  border-radius: 100%;
}

.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 {
  text-decoration: none;
  font-size: 16px;
  padding-left: 9px;
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

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

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

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

.main-footer {
  background-image: linear-gradient(to right, #000, #263d45, #000);
  text-align: center;
  padding: 3.22917vw 0;
}

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

.main-footer p {
  font-size: 1.04167vw;
  font-weight: 500;
  color: #fff;
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .main-footer p {
    font-size: 3.73333vw;
    margin-bottom: 8vw;
  }
}

.main-footer .footer-logo {
  margin-bottom: 1.40625vw;
}

.main-footer .footer-logo img {
  max-width: 14.79167vw;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 18.7px rgba(6, 13, 19, 0.63));
}

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

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

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

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

@media screen and (max-width: 767px) {
  .hamburger-box {
    width: 27px;
    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: 27px;
  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: 27px;
    height: 4px;
  }
}

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

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

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

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

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

/*
   * Slider
   */
.hamburger--slider {
  opacity: 0.7;
}

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

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

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  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: 16px;
}

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

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

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

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

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 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: 6.77083vw;
}

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

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

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

.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: 28.75vw;
  height: 29.0625vw;
  left: 2%;
}

.hero-section .decor-right {
  width: 28.48958vw;
  height: 31.04167vw;
  right: 1%;
}

.hero-content {
  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: 0px 5px 0 #3f3700, 0px 10px 10px #000;
  font-size: 2.91667vw;
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  color: #ffac28;
  font-family: "Poppins";
  margin-bottom: 2.70833vw;
}

@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: 6.93333vw;
  }
}

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

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

.hero-bg img {
  object-position: bottom center;
  max-height: 100%;
  height: 100%;
}

.hero-content__body {
  max-width: 37.5vw;
  background: rgba(5, 10, 16, 0.9);
  text-align: center;
  border-radius: 2.08333vw;
  padding: 2.60417vw 3.02083vw 2.34375vw;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid transparent;
  background-clip: border-box;
  position: relative;
  z-index: 3;
}

@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 {
    border-radius: 3.90625vw;
    padding: 9.33333vw 5.33333vw 10.66667vw;
    max-width: 100%;
  }
}

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

.hero-content__body:before, .hero-content__body:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.hero-content__body:before {
  margin: -5px;
  background: linear-gradient(to right, #956e33, #efe497, #956e33);
  border-radius: 2.08333vw;
}

.hero-content__body:after {
  background: #29434b;
  box-shadow: inset 0 0 30px 5px #000;
  border-radius: 1.92708vw;
}

.hero-content__body h2 {
  text-shadow: 0px 2px 2px #000;
  font-size: 2.1875vw;
  font-weight: 700;
  color: #ffac28;
  margin-bottom: 1.04167vw;
  font-family: "Poppins";
  letter-spacing: 0.00521vw;
  position: relative;
  z-index: 1;
}

@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;
    padding: 0 6.93333vw;
  }
}

.hero-content__body p {
  font-size: 0.98958vw;
  line-height: 1.4;
  padding: 0 1.5625vw;
  position: relative;
  z-index: 1;
}

@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, .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, .hero-content__body .btn-holder-ont {
    justify-content: center;
  }
}

.hero-content__body .btn-holder .btn {
  height: 3.22917vw;
  font-size: 1.04167vw;
  padding: 0 1.82292vw;
}

@media screen and (max-width: 767px) {
  .hero-content__body .btn-holder .btn {
    height: 6.05469vw;
    font-size: 1.95312vw;
    padding: 0 3.41797vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body .btn-holder .btn {
    height: 16.53333vw;
    font-size: 5.33333vw;
    padding: 0 9.33333vw;
  }
}

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

.hero-content__body .btn-holder .btn i {
  font-size: 1.66667vw;
}

@media screen and (max-width: 767px) {
  .hero-content__body .btn-holder .btn i {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 575px) {
  .hero-content__body .btn-holder .btn i {
    font-size: 8.53333vw;
  }
}

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

.btn.disabled img {
  position: absolute;
  top: -0.72917vw;
  right: -0.83333vw;
  max-width: 4.63542vw;
}

@media screen and (max-width: 767px) {
  .hero-content__body .btn-holder .btn img {
    top: -1.36719vw;
    right: -1.5625vw;
    max-width: 8.69141vw;
  }
}

@media screen and (max-width: 575px) {
  .btn.disabled img {
    top: -3.73333vw;
    right: -4.26667vw;
    max-width: 23.73333vw;
  }
}

.hero-content__body .btn-holder a:not(.btn), .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: #efefef;
  position: relative;
  z-index: 1;
}

@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), .hero-content__body .btn-holder-ont a:not(.btn) {
    margin-top: 10.66667vw;
    font-size: 4.26667vw;
  }
}

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

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .hero-section:before {
    top: 81.5%;
  }
}

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

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

@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: 5.46875vw;
}

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

.features-content h2 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.0401vw;
  margin-bottom: 1.04167vw;
  font-size: 1.5625vw;
}

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

.features-content p {
  font-size: 1.04167vw;
  font-weight: 500;
  text-shadow: 0px 2px 2px #000;
  font-family: Roboto;
  font-size: 1.04167vw;
  font-weight: 500;
  line-height: 1.4;
  color: #adadad;
}

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

.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 2.5vw;
  margin-bottom: 1.5625vw;
}

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

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

.feature h3 {
  font-size: 1.25vw;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.72917vw;
}

@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;
    margin-bottom: 5.06667vw;
  }
}

.feature p {
  font-size: 1.04167vw;
  font-weight: 500;
  color: rgba(238, 238, 238, 0.5);
  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: 64%;
  position: relative;
}

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

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

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

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

.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: 13.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .cta-section .btn-holder {
    flex-direction: column;
  }
}

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

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

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

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

@media screen and (max-width: 1199px) {
  .cta-section .btn-holder a:not(.btn) {
    font-size: 1.25vw;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .cta-bg img {
    object-position: center top;
  }
}

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

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

@media screen and (max-width: 575px) {
  .cta-left-section {
    padding-top: 38.13333vw;
    padding-bottom: 34.66667vw;
  }
}

@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: 2.5vw;
  font-weight: 700;
  margin-bottom: 1.04167vw;
  letter-spacing: 0.00521vw;
  text-shadow: 0px 10px 10px #000;
}

@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;
  margin-bottom: 1.5625vw;
  text-shadow: 0px 2px 2px #000;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}

@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;
    max-width: 100%;
    white-space: normal;
    text-align: center;
  }
}

.download-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 5.72917vw;
}

@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: 32vw;
  }
}

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

.download-section.mid-phone {
  padding: 14.53125vw 0 16.66667vw;
}

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

.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;
  max-width: 66.6%;
  flex: 0 0 66.6%;
  margin-left: auto;
}

@media screen and (max-width: 1199px) {
  .download-section .section-header {
    max-width: 63.6%;
    flex: 0 0 63.6%;
  }
}

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

.download-section .section-header h1 {
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.00521vw;
  margin-bottom: 1.45833vw;
}

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

.download-section .section-header h1 em {
  display: block;
  text-shadow: 0px 5px 0 #3f3700, 0px 10px 10px #000;
}

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

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

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

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

.download-content__header {
  padding: 0.3125vw 0;
  text-align: center;
  margin-bottom: 2.23958vw;
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.download-content__header:before, .download-content__header:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  background: linear-gradient(to right, rgba(149, 110, 51, 0), #956e33, #efe497, #956e33, rgba(149, 110, 51, 0));
}

.download-content__header:before {
  top: 0;
}

.download-content__header:after {
  bottom: 0;
}

@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.5vw;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins";
  color: #ffac28;
  letter-spacing: 0.05208vw;
}

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

.download-content__header h2 i {
  font-size: 2.08333vw;
  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 {
  padding: 0 2.1875vw;
}

.download-content__holder .btn-holder {
  padding: 0.88542vw 2.03125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 9px 10px 0 rgba(0, 0, 0, 0.46);
  position: relative;
  border: -0.26042vw solid transparent;
  background-clip: border-box;
  border-radius: 2.70833vw;
}

.download-content__holder .btn-holder > .btn,
.download-content__holder .btn-holder > span,
.download-content__holder .btn-holder > a {
  position: relative;
  z-index: 2;
}

.download-content__holder .btn-holder:after, .download-content__holder .btn-holder::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.download-content__holder .btn-holder:before {
  margin: -0.26042vw;
  border-radius: 2.70833vw;
  background: linear-gradient(to top, #956e33, #efe497, #956e33);
}

.download-content__holder .btn-holder::after {
  border-radius: 2.55208vw;
  background: linear-gradient(to right, #956e33, #efe497, #956e33);
}

@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 {
  font-size: 1.04167vw;
  font-weight: 700;
  color: #0d0d0d;
}

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

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

.download-content__holder .btn-holder .btn {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.31);
}

@media screen and (min-width: 768px) and (max-width: 1599px) {
  .download-content__holder .btn-holder .btn {
    height: 52px;
    padding: 0 18px;
    font-size: 15px;
  }
}

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

@media screen and (max-width: 575px) {
  .download-content__holder .btn-holder .btn {
    font-size: 16px;
  }
  .download-content__holder .btn-holder .btn i {
    font-size: 28px;
  }
}

.download-content__holder .btn-holder a:not(.btn) {
  color: #0d0d0d;
  font-weight: 700;
}

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

@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;
  border-radius: 2.08333vw;
  align-items: center;
  margin-bottom: 1.82292vw;
  padding: 1.19792vw 1.04167vw 1.19792vw 0;
  border: -0.26042vw solid transparent;
  background-clip: border-box;
  position: relative;
}

.download-step:after, .download-step:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.download-step::before {
  margin: -0.26042vw;
  border-radius: 2.08333vw;
  background: linear-gradient(to right, #956e33, #efe497, #956e33);
}

.download-step:after {
  border-radius: 1.92708vw;
  background: #29434b;
  box-shadow: inset 0 0 30px 5px #000;
}

@media screen and (max-width: 767px) {
  .download-step {
    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 * {
  position: relative;
  z-index: 1;
}

.download-step__head {
  max-width: 6.97917vw;
  flex: 0 0 6.97917vw;
  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.6875vw;
}

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

.download-step__body p {
  line-height: 1.5;
  color: #fff;
  font-size: 1.04167vw;
  text-shadow: 0px 2px 2px #000;
}

.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 {
  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: #ffac28;
  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;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .download-content__header h2 {
    background: transparent;
    color: #fdda76;
  }
}

.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 {
  text-shadow: 0px 5px 0 #3f3700, 0px 10px 10px #000;
  font-size: 2.91667vw;
  font-weight: 700;
  line-height: 1.21;
  text-align: center;
  color: #ffac28;
  font-family: "Poppins";
  margin-bottom: 2.70833vw;
}

@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 {
  padding: 1.45833vw 1.25vw 1.45833vw 2.70833vw;
  margin-bottom: 1.61458vw;
  border-radius: 1.04167vw;
  box-shadow: 0px 4px 24px 0 #060d13;
  background-color: #1c3c53;
  border: 2px solid transparent;
  background-clip: border-box;
  position: relative;
}

@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:after, .accordion-item:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.accordion-item::before {
  margin: -2px;
  border-radius: 1.04167vw;
  background: linear-gradient(to right, #956e33, #efe497, #956e33);
}

.accordion-item:after {
  border-radius: 0.9375vw;
  background: #29434b;
  box-shadow: inset 0 0 30px 5px #000;
}

.accordion-item .accordion-toggle {
  text-shadow: none;
  font-size: 1.04167vw;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 1;
  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: #fbfbfb;
  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 {
  color: #fff;
  font-size: 0.83333vw;
  line-height: 1.7;
  margin-bottom: 0.52083vw;
  text-shadow: none;
}

@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.52083vw;
  position: relative;
  z-index: 1;
}

@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: 42.60417vw;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .accordion-holder {
    max-width: 44.79167vw;
  }
}

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

.accordion-holder .btn-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.52083vw 1.30208vw;
  padding-right: 2.03125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 9px 10px 0 rgba(0, 0, 0, 0.46);
  position: relative;
  border: -0.26042vw solid transparent;
  background-clip: border-box;
  border-radius: 2.70833vw;
  max-width: 36.45833vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1199px) {
  .accordion-holder .btn-holder {
    max-width: 42.60417vw;
  }
}

@media screen and (max-width: 991px) {
  .accordion-holder .btn-holder {
    max-width: 44.79167vw;
  }
}

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

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

.accordion-holder .btn-holder:not(:last-of-type) {
  margin-bottom: 1.35417vw;
}

.accordion-holder .btn-holder > .btn,
.accordion-holder .btn-holder > span,
.accordion-holder .btn-holder > a {
  position: relative;
  z-index: 2;
}

.accordion-holder .btn-holder:after, .accordion-holder .btn-holder::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.accordion-holder .btn-holder:before {
  margin: -0.26042vw;
  border-radius: 2.70833vw;
  background: linear-gradient(to top, #956e33, #efe497, #956e33);
}

.accordion-holder .btn-holder::after {
  border-radius: 2.55208vw;
  background: linear-gradient(to right, #956e33, #efe497, #956e33);
}

.accordion-holder .btn-holder > span {
  font-size: 1.04167vw;
  font-weight: 700;
  color: #0d0d0d;
}

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

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

.accordion-holder .btn-holder .btn {
  box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.46);
}

@media screen and (min-width: 768px) and (max-width: 1599px) {
  .accordion-holder .btn-holder .btn {
    height: 52px;
    padding: 0 18px;
    font-size: 15px;
  }
}

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

.accordion-holder .btn-holder a:not(.btn) {
  font-size: 1.04167vw;
  font-weight: 700;
  flex-wrap: wrap;
  text-align: center;
  color: #0d0d0d;
}

@media screen and (max-width: 991px) {
  .accordion-holder .btn-holder a:not(.btn) {
    font-size: 1.17188vw;
  }
}

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



.header-logo img {
    max-width: 130px;
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.header-logo img {
		max-width: 130px;
		margin-left: 5px;
	}
}

.cta-bg img, .cta-section .btn-holder-ont .btn--badge .store-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:before, .hero-content__body .btn-holder-ont .btn--badge:after {
  display: none;
}
.cta-section .btn-holder-ont .btn--badge:before, .cta-section .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;
}
.hero-content__body .btn-holder-ont .btn--badge {
    height: 4.1666666667vw;
    border-radius: 0;
    background: 0 0;
}
@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--badge {
        height: 17.167vw;
        width: 50vw;
    }
}
@media screen and (max-width: 767px) {
    .hero-bg img {
        max-height: 100%;
        height: 100%;
    }
}
.hero-bg img {
    object-position: bottom center;
}


.cta-section .btn-holder-ont .btn--badge {
    height: 4.1666666667vw;
    border-radius: 0;
    background: 0 0;
    width: 13vw;
}
.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;
}
@media screen and (max-width: 575px) {
    .cta-section .btn-holder-ont .btn--badge {
        height: 17.167vw;
        width: 50vw;
    }
}
@media screen and (max-width: 575px) {
    .cta-section .btn-holder-ont a:not(.btn) {
        margin-top: 0;
        font-size: 4.2666666667vw;
    }
}

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

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