/*! 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.
 */
body {
  margin: 0;
}

/**
 * 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;
}

/*********************************************************************************/
#scene {
  text-align: center;
}
#scene img {
  max-width: 100%;
}

img {
  max-width: 100%;
}

#dummy {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

body {
  font-size: 18px;
  background-color: #000;
  color: #FFF;
}
body * {
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  body {
    font-size: 14px;
  }
}

.container {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 2em;
  align-items: center;
}

.text-red {
  color: #E92D2D;
  font-weight: 700;
}

.app .form-checkbox {
  cursor: pointer;
}
.app .form-checkbox input {
  display: none;
}
.app .form-checkbox input + i {
  width: 1.2222222222em;
  height: 1.2222222222em;
  border: 2px solid #D5AA41;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-right: 0.5em;
}
.app .form-checkbox input + i:before {
  opacity: 0;
  font-size: 0;
}
.app .form-checkbox input:checked + i {
  background-color: #D5AA41;
}
.app .form-checkbox input:checked + i:before {
  opacity: 1;
  font-size: 0.8888888889em;
}
.app .form-submit {
  margin-top: 1em;
  height: 2.25em;
  font-size: 1.3333333333em;
  width: 226px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 42px;
  background-color: #D5AA41;
  color: #FFF;
  text-align: center;
  border: none;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 500;
  background-image: url(../source/arrow.png);
  background-position: 150px 50%;
  background-repeat: no-repeat;
  transition: all 0.2s;
  padding-right: 1em;
}
.app .form-submit:hover {
  background-color: #cfa235;
  background-position: 160px 50%;
  padding-right: 0.5em;
}
.app .form-group {
  margin-bottom: 1.8em;
}
.app .form-control {
  height: 4.8125em;
  width: 100%;
  padding: 0 2.1111111111em;
  font-size: 0.8888888889em;
  color: #222222;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  border: none;
  border-radius: 42px;
}
.app .form-control::placeholder {
  opacity: 1;
  color: #222222;
}
.app textarea.form-control {
  padding: 1.6666666667em 2.1111111111em;
  height: 11.6666666667em;
  resize: none;
}
.app .btn {
  border-radius: 42px;
  height: 2.4444444444em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8888888889em;
  color: #FFF;
  font-family: "Archivo", sans-serif;
  text-decoration: none;
  padding: 0 2em;
  background-color: #D5AA41;
}
.app .btn:hover, .app .btn:focus {
  background-color: #cfa235;
  box-shadow: 0 0 0 1px #FFF;
}
.app-navbar-menu-btn {
  display: none;
  text-decoration: none;
  color: #FFF;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
}
.app-navbar-menu-btn i {
  font-size: 2em;
}
.app-navbar-menu-btn:focus, .app-navbar-menu-btn:hover {
  box-shadow: 0 0 0 2px #D5AA41;
  color: #D5AA41;
}
@media screen and (max-width: 1000px) {
  .app-navbar-menu-btn {
    display: inline-flex;
  }
}
.app-icon-box {
  background-color: #D5AA41;
  color: #FFF;
  width: 4.7222222222em;
  min-width: 4.7222222222em;
  height: 4.7222222222em;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
}
.app-icon-box i {
  font-size: 2.6em;
}
.app-footer {
  background-color: #111111;
  padding: 4em 0;
}
.app-footer .container {
  display: block;
}
.app-footer h3, .app-footer h4, .app-footer p, .app-footer li, .app-footer a {
  font-family: "Montserrat", sans-serif;
}
.app-footer .row {
  display: flex;
}
.app-footer .row-1 {
  justify-content: space-between;
  align-items: flex-end;
}
.app-footer .row-2 {
  width: 100%;
  justify-content: space-between;
}
.app-footer .cell-1 {
  width: 50%;
}
@media screen and (max-width: 1500px) {
  .app-footer .cell-1 {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  .app-footer .row {
    flex-wrap: wrap;
  }
  .app-footer .row .cell {
    padding: 1em;
  }
}
.app-footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-footer-menu li {
  margin-bottom: 1em;
}
.app-footer-menu li a {
  color: #FFF;
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
.app-footer-menu li a:focus, .app-footer-menu li a:hover {
  text-decoration: underline;
}
.app-footer-heading {
  color: #D5AA41;
  font-size: 15px;
  margin: 0 0 2em;
}
.app-video-section {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin: 2em 0;
}
@media screen and (max-width: 1000px) {
  .app-video-section {
    margin: 0;
  }
}
.app-video-section .player {
  max-width: 1148px;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.app-video-section .player video {
  width: 100%;
}
.app-video-section .play-button-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.app-video-section .play-button-wrap:hover .play-button, .app-video-section .play-button-wrap:focus .play-button {
  box-shadow: 0 0 0 2px #FFD700;
}
.app-video-section .play-button-wrap:hover .play-button i, .app-video-section .play-button-wrap:focus .play-button i {
  color: #FFD700;
}
.app-video-section .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.1111111111em;
  height: 8.1111111111em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.app-video-section .play-button i {
  font-size: 4em;
  color: #FFF;
  margin-left: 0.2em;
}
.app-footer-soc-btns {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.app-footer-soc-btns li {
  display: block;
  margin-right: 1em;
}
.app-footer-soc-btns li a {
  height: 2.8888888889em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 2.8888888889em;
  background-color: #fff;
  color: #222222;
  text-decoration: none;
}
.app-footer-soc-btns li a:hover {
  opacity: 0.6;
}
.app-about-section {
  font-family: "Archivo", sans-serif;
  background-image: url(../source/bg-4.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 5.5em 0;
}
.app-about-section h2 + ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.app-about-section h2 + ul li {
  display: flex;
  align-items: start;
  margin-bottom: 2.5em;
}
.app-about-section h2 + ul li h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #D5AA41;
  font-size: 1.2222222222em;
}
.app-about-section h2 + ul li p {
  margin: 0;
  font-size: 1.1111111111em;
  font-weight: 100;
  line-height: 1.5;
}
.app-about-section h2 {
  font-size: 3.6111111111em;
  margin-bottom: 0.5em;
}
.app-about-section h2 span {
  color: #D5AA41;
}
@media screen and (max-width: 1000px) {
  .app-about-section h2 {
    text-align: center;
  }
}
.app-about-section .container {
  display: block;
}
.app-about-section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.app-about-section .row .cell {
  width: 50%;
}
.app-about-section .row .cell:nth-child(2) {
  padding-left: 2em;
}
.app-about-section .row .cell:first-child {
  padding-right: 2em;
}
@media screen and (max-width: 1000px) {
  .app-about-section .row .cell {
    width: 100%;
  }
  .app-about-section .row .cell:nth-child(2) {
    padding-left: 0;
  }
  .app-about-section .row .cell:first-child {
    padding-right: 0;
  }
}
.app-aboutus-section {
  background-image: url(../source/bg-1.png);
  background-position: 0 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 7em 0;
  font-family: "Archivo", sans-serif;
}
.app-aboutus-section .container {
  display: block;
}
.app-aboutus-section .row {
  display: flex;
  align-items: center;
}
.app-aboutus-section .row .cell:first-child {
  padding-right: 2em;
  padding-left: 2em;
  width: 50%;
}
.app-aboutus-section .row .cell:last-child {
  padding-left: 2em;
  width: 50%;
}
.app-aboutus-section .title {
  font-size: 4.4444444444em;
  margin-bottom: 0.35em;
}
.app-aboutus-section .title span {
  color: #D5AA41;
}
.app-aboutus-section .desc {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}
.app-aboutus-section .desc strong, .app-aboutus-section .desc b {
  color: #D5AA41;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .app-aboutus-section {
    margin: 3em 0 6em;
  }
  .app-aboutus-section .title, .app-aboutus-section .desc {
    text-align: center;
  }
  .app-aboutus-section .row {
    flex-wrap: wrap;
  }
  .app-aboutus-section .row .cell:first-child {
    padding-left: 0;
    width: 100%;
    padding-right: 0;
  }
  .app-aboutus-section .row .cell:last-child {
    display: none;
  }
}
.app-preorder-section {
  background-image: url(../source/bg-2.png);
  background-size: contain;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding-bottom: 7em;
  font-family: "Archivo", sans-serif;
}
.app-preorder-section .form-submit {
  margin-left: 0;
  margin-right: 0;
}
.app-preorder-section .pricebox {
  background-color: #403314;
  color: #FFF;
  display: inline-flex;
  width: auto;
  align-items: center;
  margin: 0;
  min-height: 2.2222222222em;
  border-radius: 42px;
  margin-bottom: 1.5em;
  padding: 0.2777777778em 0.8333333333em;
  font-family: "Montserrat", sans-serif;
}
.app-preorder-section .pricebox .newprice {
  font-size: 1.4444444444em;
  margin: 0 0.5em;
  color: #D5AA41;
  font-weight: 700;
}
.app-preorder-section .pricebox .newprice small {
  font-weight: 400;
}
.app-preorder-section .pricebox .oldprice {
  color: #AAA7A7;
  text-decoration: line-through;
}
.app-preorder-section .container {
  display: block;
}
.app-preorder-section .row {
  display: flex;
  align-items: center;
}
.app-preorder-section .row .cell:first-child {
  padding-right: 2em;
  width: 50%;
}
.app-preorder-section .row .cell:last-child {
  padding-left: 2em;
}
.app-preorder-section .form {
  max-width: 518px;
}
.app-preorder-section .form-checkbox {
  margin-top: -0.8em;
  display: block;
}
.app-preorder-section .form-group-submit {
  padding-top: 0.5em;
}
.app-preorder-section .title {
  font-size: 3.3333333333em;
  margin-bottom: 0;
}
.app-preorder-section .title span {
  color: #D5AA41;
}
.app-preorder-section .desc {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 0.5em;
  margin-top: 0.2em;
}
.app-preorder-section .desc span {
  color: #D5AA41;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .app-preorder-section {
    margin: 3em 0 6em;
  }
  .app-preorder-section .form {
    text-align: center;
  }
  .app-preorder-section .title, .app-preorder-section .desc {
    text-align: center;
  }
  .app-preorder-section .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .app-preorder-section .row .cell:first-child {
    display: none;
  }
  .app-preorder-section .row .cell:last-child {
    padding-left: 0;
  }
}
.app-360-section {
  position: relative;
  margin-bottom: 2em;
}
.app-360-section .viewer {
  position: relative;
  overflow: hidden;
}
.app-360-section .viewer:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 20vh;
  left: 0;
  pointer-events: none;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 1000px) {
  .app-360-section img {
    transform: scale(1.3);
  }
}
.app-contactus-section {
  text-align: center;
  padding-bottom: 6em;
  padding-top: 4em;
  background-image: url(../source/bg-3.jpg);
  background-size: cover;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  font-family: "Archivo", sans-serif;
}
@media screen and (max-width: 1000px) {
  .app-contactus-section {
    padding-top: 0;
  }
}
.app-contactus-section .form {
  max-width: 660px;
  margin: 0 auto;
}
.app-contactus-section .form .form-group {
  margin-bottom: 2.5em;
}
.app-contactus-section .container {
  display: block;
}
.app-contactus-section .title {
  font-size: 3.3333333333em;
  margin-bottom: 0.35em;
}
.app-contactus-section .title span {
  color: #D5AA41;
}
.app-contactus-section .desc {
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  margin-bottom: 4em;
}
.app-app-section {
  text-align: center;
  padding-bottom: 4em;
  font-family: "Archivo", sans-serif;
}
@media screen and (max-width: 1000px) {
  .app-app-section {
    margin-top: 8em;
  }
}
.app-app-section .container {
  display: block;
}
.app-app-section .title {
  font-size: 3.3333333333em;
  margin-bottom: 0.35em;
}
.app-app-section .title span {
  color: #D5AA41;
}
.app-app-section img {
  max-width: 100%;
}
.app-app-section .desc {
  font-size: 1.1111111111em;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.5;
  margin-bottom: 4em;
}
.app-360-footer {
  text-align: center;
  color: #FFF;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .app-360-footer {
    margin-bottom: 0;
  }
}
.app-360-footer i {
  display: block;
  font-size: 3.5em;
}
.app-360-footer p {
  font-size: 0.6111111111em;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  margin-bottom: 0;
}
.app-order-now-line {
  text-align: center;
  font-size: 1.1111111111em;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 768px) {
  .app-order-now-line {
    font-size: 0.8888888889em;
  }
}
.app-order-now-line a {
  transition: all 0.2s;
  display: block;
  text-decoration: none;
  padding: 0 1em;
  min-height: 3.6666666667em;
  display: flex;
  background-color: #E5BE60;
  color: #FFF;
  align-items: center;
  justify-content: center;
}
.app-order-now-line a:hover, .app-order-now-line a:focus {
  background-color: #cfa235;
}
.app-order-now-line p {
  margin: 0;
}
.app-logo {
  margin-top: 0.4em;
  margin-right: 2em;
}
.app-logo img {
  max-width: 220px;
}
.app-header-fix {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.app-scroll-decor {
  color: #FFF;
  display: block;
  text-decoration: none;
  position: absolute;
  z-index: 20;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
}
@media screen and (max-width: 1000px) {
  .app-scroll-decor {
    bottom: 80px;
  }
}
.app-scroll-decor p {
  font-size: 0.6111111111em;
  margin-bottom: 0;
}
@keyframes arrow {
  100% {
    transform: translateY(15px);
    opacity: 1;
  }
}
.app-scroll-down-arrow i {
  display: block;
  position: relative;
  opacity: 0;
  height: 2px;
  animation: arrow 1.5s infinite backwards;
}
.app-scroll-down-arrow i:last-child {
  animation-delay: 0.6s;
}
.app-scroll-down-arrow i:before {
  font-size: 0.6em;
}
.app-mobile-menu .close-btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .app-mobile-menu {
    position: fixed;
    transform: translateX(-100%);
    transition: all 0.2s;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 90000;
    background-color: #000;
    padding: 1em;
    width: 100%;
  }
  .app-mobile-menu.open {
    transform: translateX(0);
  }
  .app-mobile-menu .close-btn {
    font-size: 1.2em;
    z-index: 10;
    text-decoration: none;
    color: #FFF;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.app-header-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.app-header-section .container {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #FFF;
}
.app-header-section .box {
  max-width: 550px;
}
@media screen and (max-width: 1000px) {
  .app-header-section .box {
    margin: 0 auto;
  }
}
.app-header-section .box .title {
  font-size: 3.0555555556em;
  font-family: Roboto;
  margin: 0;
  line-height: 1.2;
}
.app-header-section .box .sub-title {
  color: #D5AA41;
  font-size: 1.6666666667em;
  margin: 0.5em 0 0;
  font-family: "dream_mmaregular", sans-serif;
  text-transform: lowercase;
}
.app-header-section .box .desc {
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2222222222em;
  margin: 0.4em 0 0.8em;
}
.app-full-screen-btn {
  position: absolute;
  z-index: 12;
  right: 100px;
  bottom: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 0.7777777778em;
  color: #FFF;
  opacity: 0.7;
  height: 44px;
  border-radius: 42px;
  font-family: "Archivo", sans-serif;
  display: inline-flex;
  align-items: center;
  padding: 0 1.5em;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 1000px) {
  .app-full-screen-btn {
    bottom: 20px;
    right: 20px;
  }
}
.app-full-screen-btn i {
  margin-left: 0.5em;
  font-size: 1.8em;
  display: inline-block;
  vertical-align: middle;
}
.app-full-screen-btn:hover, .app-full-screen-btn:focus {
  opacity: 1;
  box-shadow: 0 0 0 1px #FFF;
}
.app-video-modal {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}
.app-video-modal:after {
  content: "";
  display: block;
  pointer-events: none;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 400px;
  position: absolute;
  z-index: 7;
  background-image: url(../source/overlay-2.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
}
.app-video-modal .video-back-btn {
  display: none;
}
.app-video-modal.fullscreen {
  z-index: 9999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.app-video-modal.fullscreen .video-back-btn {
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  position: absolute;
  top: 2em;
  left: 2em;
  width: 3.3333333333em;
  height: 3.3333333333em;
  border-radius: 50%;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.4);
}
.app-video-modal.fullscreen .video-back-btn i {
  font-size: 1.2em;
}
.app-video-modal.fullscreen .video-back-btn:focus {
  box-shadow: 0 0 2px 2px white;
}
.app-video-modal.fullscreen .app-header-video {
  width: 100%;
  min-height: auto;
}
.app-header-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-image: url(../source/overlay_1.png);
  background-repeat: repeat-y;
}
@media screen and (max-width: 1000px) {
  .app-header-overlay {
    background-position: -400px 0;
  }
}
@media screen and (max-width: 600px) {
  .app-header-overlay {
    background-position: -500px 0;
  }
}
.app-header-video {
  display: block;
  min-width: 100%;
  min-height: 100vh;
  width: auto;
}
.app-navbar-menu {
  transition: all 0.2s;
}
.app-navbar-menu.affix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  right: 0;
  background-color: #000;
}
@media screen and (max-width: 1000px) {
  .app-navbar-menu .container {
    justify-content: space-between;
  }
}
.app-navbar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .app-navbar-menu ul {
    padding-top: 4em;
  }
}
.app-navbar-menu li {
  display: inline-block;
  padding: 0 0.8em;
}
.app-navbar-menu li a {
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  font-family: "Archivo", sans-serif;
  display: inline-flex;
  align-items: center;
  min-height: 70px;
  border-block-end: 4px solid transparent;
}
.app-navbar-menu li a:hover {
  color: #D5AA41;
}
.app-navbar-menu li.current_item_menu a {
  border-block-end: 4px solid #D5AA41;
}
@media screen and (max-width: 1000px) {
  .app-navbar-menu li {
    display: block;
    margin-bottom: 1em;
  }
  .app-navbar-menu li a {
    min-height: 40px;
    display: block;
  }
}

[aria-invalid=true] {
  box-shadow: 0 0 0 2px red;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-size: 0.8em;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #D5AA41;
  border-color: transparent;
  border-radius: 6px;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #46b450;
  border-color: transparent;
  border-radius: 6px;
}

a {
  color: #D5AA41;
}

.app-slider {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.site-main > .container {
  padding-top: 2em;
  padding-bottom: 2em;
}

.customize-partial-edit-shortcut-text_header_order_line {
  margin-left: 2em;
}

/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides-wrap {
  position: relative;
}

.rslides-fix {
  opacity: 0;
  pointer-events: none;
  display: block;
}

.rslides {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rslides li:first-child {
  display: block;
}

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