/* Critical CSS extracted for above-the-fold rendering */
:root {
  color-scheme: light;
}
html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}
body {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
  color: #817f7c;
  background-color: #14100c;
  overflow-x: hidden !important;
}
p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75em;
  color: #817f7c;
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  line-height: 1.25em;
  margin: 0 0 20px 0;
  color: #14100c;
}
h1 {
  font-size: 70px;
}
h2 {
  font-size: 45px;
}
h3 {
  font-size: 40px;
}
h4 {
  font-size: 27px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 18px;
}
img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
span,
a,
a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
b {
  font-weight: 400;
  color: #14100c;
}
#app {
  min-height: 100vh;
}
.full-width {
  width: 100%;
}
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-fixed {
  background-attachment: fixed;
}
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.position-re {
  position: relative;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
[class*="col-"],
.col,
.col-md-12,
.col-lg-7,
.col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
/* Layout shell */
body.offcanvason {
  overflow-x: hidden;
}
#rda-aside {
  padding: 60px 45px;
  width: 20.9%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 1001;
  background: #14100c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  scrollbar-width: none;
  border-right: 1px solid rgba(145, 118, 90, 0.1);
}
#rda-aside .rda-logo {
  text-align: center;
  margin-bottom: 45px;
  display: block;
}
#rda-aside .rda-logo .logo-img {
  width: 55px;
  margin-bottom: 0;
}
#rda-aside .rda-logo a {
  display: inline-block;
  text-align: center;
  color: #ac835d;
}
#rda-aside .rda-main-menu,
#rda-aside .rda-main-menu ul,
#rda-aside .rda-main-menu ul li,
#rda-aside .rda-main-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#rda-aside .rda-main-menu {
  margin-bottom: 60px;
}
#rda-aside .rda-main-menu > ul > li > a {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  color: #fff;
  margin: 11px 0 0;
  padding: 0 0 11px;
}
#rda-aside .rda-main-menu > ul > li > a:hover,
#rda-aside .rda-main-menu > ul > li.active > a,
#rda-aside .rda-main-menu > ul > li.open > a {
  color: #ac835d;
}
#rda-aside .rda-main-menu ul ul {
  display: none;
}
#rda-aside .rda-main-menu ul ul li a {
  padding: 8px 0 8px 15px;
  color: #aba59f;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
}
#rda-aside .rda-main-menu ul ul li:hover > a,
#rda-aside .rda-main-menu ul ul li.open > a,
#rda-aside .rda-main-menu ul ul li.active > a,
#rda-aside .rda-main-menu ul ul li > a.active {
  color: #ac835d;
}
body.offcanvason #rda-aside {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  z-index: 999;
  position: fixed;
}
#rda-main {
  width: 79.2%;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}
body.offcanvason #rda-main,
body.offcanvason .rda-nav-toggle {
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
}
.rda-nav-toggle {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 10px 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #ac835d;
  margin: 15px 30px;
  border-radius: 50%;
}
.rda-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  color: #fff;
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: -5px;
}
.rda-nav-toggle i::before,
.rda-nav-toggle i::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.rda-nav-toggle i::before {
  top: -7px;
}
.rda-nav-toggle i::after {
  bottom: -7px;
}
.rda-nav-toggle.active i {
  background: transparent;
}
.rda-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.rda-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
@media screen and (max-width: 1200px) {
  #rda-aside {
    width: 30%;
  }
  #rda-main {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  #rda-aside {
    width: 270px;
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
    padding: 60px 30px 0 30px;
  }
  #rda-main {
    width: 100%;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .rda-nav-toggle {
    visibility: visible;
  }
}
/* Banner */
.banner-header {
  height: 65vh;
  background-position: center;
}
.banner-header.full-height {
  height: 100vh;
}
.banner-header h1,
.banner-header h2,
.banner-header h3,
.banner-header h5,
.banner-header h6,
.banner-header p {
  color: #fff;
}
.banner-header h1 {
  position: relative;
  font-size: 48px;
}
.banner-header h1 span,
.banner-header h2 span,
.banner-header h3 span {
  color: #ac835d;
}
.banner-header h3 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 30px;
}
.banner-header p {
  font-size: 18px;
  margin-bottom: 0;
}
/* Overlay helpers */
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}
[data-overlay-dark]::before,
[data-overlay-light]::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark]::before {
  background: #000;
}
[data-overlay-light]::before {
  background: #fff;
}
[data-overlay-dark="0"]::before,
[data-overlay-light="0"]::before {
  opacity: 0;
}
[data-overlay-dark="1"]::before,
[data-overlay-light="1"]::before {
  opacity: 0.1;
}
[data-overlay-dark="2"]::before,
[data-overlay-light="2"]::before {
  opacity: 0.2;
}
[data-overlay-dark="3"]::before,
[data-overlay-light="3"]::before {
  opacity: 0.3;
}
[data-overlay-dark="4"]::before,
[data-overlay-light="4"]::before {
  opacity: 0.4;
}
[data-overlay-dark="5"]::before,
[data-overlay-light="5"]::before {
  opacity: 0.5;
}
