/*
Theme Name: Ekko Child
Template: ekko
Theme URI: http://www.ekko-wp.com
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */
.fullScreen {
  width: 100vw;
  max-width: 100%;
  height: 100vh; }

.screenWidth {
  width: 100vw; }

.screenMinWidth {
  min-width: 100vw; }

.screenHeight {
  height: 100vh; }

.screenMinHeight {
  min-height: 100vh; }

.fullHeight {
  height: 100% !important; }

.fullWidth {
  width: 100% !important; }

.width0 {
  width: 0% !important; }

.width5 {
  width: 5% !important; }

.width10 {
  width: 10% !important; }

.width15 {
  width: 15% !important; }

.width20 {
  width: 20% !important; }

.width25 {
  width: 25% !important; }

.width30 {
  width: 30% !important; }

.width35 {
  width: 35% !important; }

.width40 {
  width: 40% !important; }

.width45 {
  width: 45% !important; }

.width50 {
  width: 50% !important; }

.width55 {
  width: 55% !important; }

.width60 {
  width: 60% !important; }

.width65 {
  width: 65% !important; }

.width70 {
  width: 70% !important; }

.width75 {
  width: 75% !important; }

.width80 {
  width: 80% !important; }

.width85 {
  width: 85% !important; }

.width90 {
  width: 90% !important; }

.width95 {
  width: 95% !important; }

.width100 {
  width: 100% !important; }

.none {
  display: none !important; }

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

.inline-block {
  display: inline-block !important; }

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

.block {
  display: block !important; }

@media screen and (max-width: 750px) {
  .block-sm {
    display: block !important; } }

.flex {
  display: flex !important; }

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

.flexCol {
  display: flex;
  flex-direction: column; }

.flexStart {
  display: flex !important;
  align-items: flex-start; }

.flexEnd {
  display: flex !important;
  align-items: flex-end; }

.flexCenter {
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .flexCenter.right {
    justify-content: flex-end; }
  .flexCenter.left {
    justify-content: flex-start; }

.flexRowReverse {
  flex-direction: row-reverse !important; }
  @media screen and (max-width: 750px) {
    .flexRowReverse {
      flex-direction: column-reverse !important; } }

.flexRow {
  flex-direction: row !important; }

.justifyCenter {
  display: flex;
  justify-content: center; }

.alignItemsCenter {
  display: flex;
  align-items: center; }

.flexBaseline {
  display: flex !important;
  align-items: baseline; }

.flexSpaceBetween {
  display: flex !important;
  justify-content: space-between; }

.flexSpaceEvenly {
  display: flex;
  justify-content: space-evenly; }

.flex1 {
  flex-shrink: 0;
  flex-grow: 1; }

.flexShrink0 {
  flex-shrink: 0; }

.flex0 {
  flex: 0 0 auto; }

.flexWrap {
  flex-wrap: wrap; }

.hiddenDesktop {
  display: none !important; }
  @media (max-width: 960px) {
    .hiddenDesktop {
      display: block !important; } }

@media (max-width: 960px) {
  .hiddenMobile {
    display: none !important; } }

.absolute {
  position: absolute; }
  .absolute.topRight {
    top: 0;
    right: 0; }
  .absolute.topLeft {
    top: 0;
    left: 0; }
  .absolute.bottomRight {
    bottom: 0;
    right: 0; }
  .absolute.bottomLeft {
    bottom: 0;
    left: 0; }

.relative {
  position: relative; }

.overflowAuto {
  overflow: auto; }

.overflowYAuto {
  overflow-y: auto; }

.overflowVisible {
  overflow: visible !important; }

.overflowYScroll {
  overflow-y: scroll; }

.overflowYHidden {
  overflow-y: hidden; }

.overflowHidden {
  overflow: hidden; }

.noWrap {
  white-space: nowrap; }

.txtEllipsis {
  white-space: nowrap;
  text-overflow: ellipsis; }

.floatRight {
  float: right; }

.floatLeft {
  float: left; }

.clearBoth {
  clear: both; }

.center {
  text-align: center; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.spaced {
  letter-spacing: 2px !important; }

.fontW100 {
  font-weight: 100; }

.fontW200 {
  font-weight: 200; }

.fontW300 {
  font-weight: 300; }

.fontW400 {
  font-weight: 400; }

.fontW500 {
  font-weight: 500; }

.fontW600 {
  font-weight: 600; }

.fontW700 {
  font-weight: 700; }

.fontW800 {
  font-weight: 800; }

.fontW900 {
  font-weight: 900; }

.tinyTxt {
  font-size: 0.6em !important; }
  @media screen and (min-width: 750px) {
    .tinyTxt {
      font-size: 0.9em !important; } }

.smallTxt {
  font-size: 0.8em !important; }
  @media screen and (min-width: 750px) {
    .smallTxt {
      font-size: 1.2em !important; } }

.mediumTxt {
  font-size: 1em !important; }
  @media screen and (min-width: 750px) {
    .mediumTxt {
      font-size: 1.5em !important; } }

.bigTxt {
  font-size: 1.5em !important; }
  @media screen and (min-width: 750px) {
    .bigTxt {
      font-size: 2.25em !important; } }

.greatTxt {
  font-size: 1.6em !important; }
  @media screen and (min-width: 750px) {
    .greatTxt {
      font-size: 2.4em !important; } }

.hugeTxt {
  font-size: 3em !important; }
  @media screen and (min-width: 750px) {
    .hugeTxt {
      font-size: 4.5em !important; } }

.primary {
  color: #D4982F !important; }

.secondary {
  color: #0e2039 !important; }

.alert {
  color: #dda1a3 !important; }

.BGColor {
  color: #01040e !important; }

.third {
  color: #194068 !important; }

.primaryHover:hover {
  color: #D4982F !important; }

.secondaryHover:hover {
  color: #0e2039 !important; }

.alertHover:hover {
  color: #dda1a3 !important; }

.BGColorHover:hover {
  color: #01040e !important; }

.thirdHover:hover {
  color: #194068 !important; }

.txtShadow {
  text-shadow: 1px 1px 4px lightgrey; }

.txtShadowDark {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

.txt-shadow {
  text-shadow: -4px 4px black; }

.upperCase {
  text-transform: uppercase; }

.lowerCase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.marginAuto {
  margin: auto !important; }

.margin0 {
  margin: 0em; }

.margin1 {
  margin: 0.1em; }

.margin2 {
  margin: 0.2em; }

.margin3 {
  margin: 0.3em; }

.margin4 {
  margin: 0.4em; }

.margin5 {
  margin: 0.5em; }

.margin6 {
  margin: 0.6em; }

.margin7 {
  margin: 0.7em; }

.margin8 {
  margin: 0.8em; }

.margin9 {
  margin: 0.9em; }

.margin10 {
  margin: 1em; }

.margin11 {
  margin: 1.1em; }

.margin12 {
  margin: 1.2em; }

.margin13 {
  margin: 1.3em; }

.margin14 {
  margin: 1.4em; }

.margin15 {
  margin: 1.5em; }

.margin16 {
  margin: 1.6em; }

.margin17 {
  margin: 1.7em; }

.margin18 {
  margin: 1.8em; }

.margin19 {
  margin: 1.9em; }

.margin20 {
  margin: 2em; }

.margin21 {
  margin: 2.1em; }

.margin22 {
  margin: 2.2em; }

.margin23 {
  margin: 2.3em; }

.margin24 {
  margin: 2.4em; }

.margin25 {
  margin: 2.5em; }

.margin26 {
  margin: 2.6em; }

.margin27 {
  margin: 2.7em; }

.margin28 {
  margin: 2.8em; }

.margin29 {
  margin: 2.9em; }

.margin30 {
  margin: 3em; }

.marginB0 {
  margin-bottom: 0em !important; }

.marginB1 {
  margin-bottom: 0.1em !important; }

.marginB2 {
  margin-bottom: 0.2em !important; }

.marginB3 {
  margin-bottom: 0.3em !important; }

.marginB4 {
  margin-bottom: 0.4em !important; }

.marginB5 {
  margin-bottom: 0.5em !important; }

.marginB6 {
  margin-bottom: 0.6em !important; }

.marginB7 {
  margin-bottom: 0.7em !important; }

.marginB8 {
  margin-bottom: 0.8em !important; }

.marginB9 {
  margin-bottom: 0.9em !important; }

.marginB10 {
  margin-bottom: 1em !important; }

.marginB11 {
  margin-bottom: 1.1em !important; }

.marginB12 {
  margin-bottom: 1.2em !important; }

.marginB13 {
  margin-bottom: 1.3em !important; }

.marginB14 {
  margin-bottom: 1.4em !important; }

.marginB15 {
  margin-bottom: 1.5em !important; }

.marginB16 {
  margin-bottom: 1.6em !important; }

.marginB17 {
  margin-bottom: 1.7em !important; }

.marginB18 {
  margin-bottom: 1.8em !important; }

.marginB19 {
  margin-bottom: 1.9em !important; }

.marginB20 {
  margin-bottom: 2em !important; }

.marginB21 {
  margin-bottom: 2.1em !important; }

.marginB22 {
  margin-bottom: 2.2em !important; }

.marginB23 {
  margin-bottom: 2.3em !important; }

.marginB24 {
  margin-bottom: 2.4em !important; }

.marginB25 {
  margin-bottom: 2.5em !important; }

.marginB26 {
  margin-bottom: 2.6em !important; }

.marginB27 {
  margin-bottom: 2.7em !important; }

.marginB28 {
  margin-bottom: 2.8em !important; }

.marginB29 {
  margin-bottom: 2.9em !important; }

.marginB30 {
  margin-bottom: 3em !important; }

.marginT0 {
  margin-top: 0em !important; }

.marginT1 {
  margin-top: 0.1em !important; }

.marginT2 {
  margin-top: 0.2em !important; }

.marginT3 {
  margin-top: 0.3em !important; }

.marginT4 {
  margin-top: 0.4em !important; }

.marginT5 {
  margin-top: 0.5em !important; }

.marginT6 {
  margin-top: 0.6em !important; }

.marginT7 {
  margin-top: 0.7em !important; }

.marginT8 {
  margin-top: 0.8em !important; }

.marginT9 {
  margin-top: 0.9em !important; }

.marginT10 {
  margin-top: 1em !important; }

.marginT11 {
  margin-top: 1.1em !important; }

.marginT12 {
  margin-top: 1.2em !important; }

.marginT13 {
  margin-top: 1.3em !important; }

.marginT14 {
  margin-top: 1.4em !important; }

.marginT15 {
  margin-top: 1.5em !important; }

.marginT16 {
  margin-top: 1.6em !important; }

.marginT17 {
  margin-top: 1.7em !important; }

.marginT18 {
  margin-top: 1.8em !important; }

.marginT19 {
  margin-top: 1.9em !important; }

.marginT20 {
  margin-top: 2em !important; }

.marginT21 {
  margin-top: 2.1em !important; }

.marginT22 {
  margin-top: 2.2em !important; }

.marginT23 {
  margin-top: 2.3em !important; }

.marginT24 {
  margin-top: 2.4em !important; }

.marginT25 {
  margin-top: 2.5em !important; }

.marginT26 {
  margin-top: 2.6em !important; }

.marginT27 {
  margin-top: 2.7em !important; }

.marginT28 {
  margin-top: 2.8em !important; }

.marginT29 {
  margin-top: 2.9em !important; }

.marginT30 {
  margin-top: 3em !important; }

.marginL0 {
  margin-left: 0em !important; }

.marginL1 {
  margin-left: 0.1em !important; }

.marginL2 {
  margin-left: 0.2em !important; }

.marginL3 {
  margin-left: 0.3em !important; }

.marginL4 {
  margin-left: 0.4em !important; }

.marginL5 {
  margin-left: 0.5em !important; }

.marginL6 {
  margin-left: 0.6em !important; }

.marginL7 {
  margin-left: 0.7em !important; }

.marginL8 {
  margin-left: 0.8em !important; }

.marginL9 {
  margin-left: 0.9em !important; }

.marginL10 {
  margin-left: 1em !important; }

.marginL11 {
  margin-left: 1.1em !important; }

.marginL12 {
  margin-left: 1.2em !important; }

.marginL13 {
  margin-left: 1.3em !important; }

.marginL14 {
  margin-left: 1.4em !important; }

.marginL15 {
  margin-left: 1.5em !important; }

.marginL16 {
  margin-left: 1.6em !important; }

.marginL17 {
  margin-left: 1.7em !important; }

.marginL18 {
  margin-left: 1.8em !important; }

.marginL19 {
  margin-left: 1.9em !important; }

.marginL20 {
  margin-left: 2em !important; }

.marginL21 {
  margin-left: 2.1em !important; }

.marginL22 {
  margin-left: 2.2em !important; }

.marginL23 {
  margin-left: 2.3em !important; }

.marginL24 {
  margin-left: 2.4em !important; }

.marginL25 {
  margin-left: 2.5em !important; }

.marginL26 {
  margin-left: 2.6em !important; }

.marginL27 {
  margin-left: 2.7em !important; }

.marginL28 {
  margin-left: 2.8em !important; }

.marginL29 {
  margin-left: 2.9em !important; }

.marginL30 {
  margin-left: 3em !important; }

.marginR0 {
  margin-right: 0em !important; }

.marginR1 {
  margin-right: 0.1em !important; }

.marginR2 {
  margin-right: 0.2em !important; }

.marginR3 {
  margin-right: 0.3em !important; }

.marginR4 {
  margin-right: 0.4em !important; }

.marginR5 {
  margin-right: 0.5em !important; }

.marginR6 {
  margin-right: 0.6em !important; }

.marginR7 {
  margin-right: 0.7em !important; }

.marginR8 {
  margin-right: 0.8em !important; }

.marginR9 {
  margin-right: 0.9em !important; }

.marginR10 {
  margin-right: 1em !important; }

.marginR11 {
  margin-right: 1.1em !important; }

.marginR12 {
  margin-right: 1.2em !important; }

.marginR13 {
  margin-right: 1.3em !important; }

.marginR14 {
  margin-right: 1.4em !important; }

.marginR15 {
  margin-right: 1.5em !important; }

.marginR16 {
  margin-right: 1.6em !important; }

.marginR17 {
  margin-right: 1.7em !important; }

.marginR18 {
  margin-right: 1.8em !important; }

.marginR19 {
  margin-right: 1.9em !important; }

.marginR20 {
  margin-right: 2em !important; }

.marginR21 {
  margin-right: 2.1em !important; }

.marginR22 {
  margin-right: 2.2em !important; }

.marginR23 {
  margin-right: 2.3em !important; }

.marginR24 {
  margin-right: 2.4em !important; }

.marginR25 {
  margin-right: 2.5em !important; }

.marginR26 {
  margin-right: 2.6em !important; }

.marginR27 {
  margin-right: 2.7em !important; }

.marginR28 {
  margin-right: 2.8em !important; }

.marginR29 {
  margin-right: 2.9em !important; }

.marginR30 {
  margin-right: 3em !important; }

.padding0 {
  padding: 0em; }

.padding1 {
  padding: 0.1em; }

.padding2 {
  padding: 0.2em; }

.padding3 {
  padding: 0.3em; }

.padding4 {
  padding: 0.4em; }

.padding5 {
  padding: 0.5em; }

.padding6 {
  padding: 0.6em; }

.padding7 {
  padding: 0.7em; }

.padding8 {
  padding: 0.8em; }

.padding9 {
  padding: 0.9em; }

.padding10 {
  padding: 1em; }

.padding11 {
  padding: 1.1em; }

.padding12 {
  padding: 1.2em; }

.padding13 {
  padding: 1.3em; }

.padding14 {
  padding: 1.4em; }

.padding15 {
  padding: 1.5em; }

.padding16 {
  padding: 1.6em; }

.padding17 {
  padding: 1.7em; }

.padding18 {
  padding: 1.8em; }

.padding19 {
  padding: 1.9em; }

.padding20 {
  padding: 2em; }

.padding21 {
  padding: 2.1em; }

.padding22 {
  padding: 2.2em; }

.padding23 {
  padding: 2.3em; }

.padding24 {
  padding: 2.4em; }

.padding25 {
  padding: 2.5em; }

.padding26 {
  padding: 2.6em; }

.padding27 {
  padding: 2.7em; }

.padding28 {
  padding: 2.8em; }

.padding29 {
  padding: 2.9em; }

.padding30 {
  padding: 3em; }

.paddingB0 {
  padding-bottom: 0em !important; }

.paddingB1 {
  padding-bottom: 0.1em !important; }

.paddingB2 {
  padding-bottom: 0.2em !important; }

.paddingB3 {
  padding-bottom: 0.3em !important; }

.paddingB4 {
  padding-bottom: 0.4em !important; }

.paddingB5 {
  padding-bottom: 0.5em !important; }

.paddingB6 {
  padding-bottom: 0.6em !important; }

.paddingB7 {
  padding-bottom: 0.7em !important; }

.paddingB8 {
  padding-bottom: 0.8em !important; }

.paddingB9 {
  padding-bottom: 0.9em !important; }

.paddingB10 {
  padding-bottom: 1em !important; }

.paddingB11 {
  padding-bottom: 1.1em !important; }

.paddingB12 {
  padding-bottom: 1.2em !important; }

.paddingB13 {
  padding-bottom: 1.3em !important; }

.paddingB14 {
  padding-bottom: 1.4em !important; }

.paddingB15 {
  padding-bottom: 1.5em !important; }

.paddingB16 {
  padding-bottom: 1.6em !important; }

.paddingB17 {
  padding-bottom: 1.7em !important; }

.paddingB18 {
  padding-bottom: 1.8em !important; }

.paddingB19 {
  padding-bottom: 1.9em !important; }

.paddingB20 {
  padding-bottom: 2em !important; }

.paddingB21 {
  padding-bottom: 2.1em !important; }

.paddingB22 {
  padding-bottom: 2.2em !important; }

.paddingB23 {
  padding-bottom: 2.3em !important; }

.paddingB24 {
  padding-bottom: 2.4em !important; }

.paddingB25 {
  padding-bottom: 2.5em !important; }

.paddingB26 {
  padding-bottom: 2.6em !important; }

.paddingB27 {
  padding-bottom: 2.7em !important; }

.paddingB28 {
  padding-bottom: 2.8em !important; }

.paddingB29 {
  padding-bottom: 2.9em !important; }

.paddingB30 {
  padding-bottom: 3em !important; }

.paddingT0 {
  padding-top: 0em !important; }

.paddingT1 {
  padding-top: 0.1em !important; }

.paddingT2 {
  padding-top: 0.2em !important; }

.paddingT3 {
  padding-top: 0.3em !important; }

.paddingT4 {
  padding-top: 0.4em !important; }

.paddingT5 {
  padding-top: 0.5em !important; }

.paddingT6 {
  padding-top: 0.6em !important; }

.paddingT7 {
  padding-top: 0.7em !important; }

.paddingT8 {
  padding-top: 0.8em !important; }

.paddingT9 {
  padding-top: 0.9em !important; }

.paddingT10 {
  padding-top: 1em !important; }

.paddingT11 {
  padding-top: 1.1em !important; }

.paddingT12 {
  padding-top: 1.2em !important; }

.paddingT13 {
  padding-top: 1.3em !important; }

.paddingT14 {
  padding-top: 1.4em !important; }

.paddingT15 {
  padding-top: 1.5em !important; }

.paddingT16 {
  padding-top: 1.6em !important; }

.paddingT17 {
  padding-top: 1.7em !important; }

.paddingT18 {
  padding-top: 1.8em !important; }

.paddingT19 {
  padding-top: 1.9em !important; }

.paddingT20 {
  padding-top: 2em !important; }

.paddingT21 {
  padding-top: 2.1em !important; }

.paddingT22 {
  padding-top: 2.2em !important; }

.paddingT23 {
  padding-top: 2.3em !important; }

.paddingT24 {
  padding-top: 2.4em !important; }

.paddingT25 {
  padding-top: 2.5em !important; }

.paddingT26 {
  padding-top: 2.6em !important; }

.paddingT27 {
  padding-top: 2.7em !important; }

.paddingT28 {
  padding-top: 2.8em !important; }

.paddingT29 {
  padding-top: 2.9em !important; }

.paddingT30 {
  padding-top: 3em !important; }

.paddingL0 {
  padding-left: 0em !important; }

.paddingL1 {
  padding-left: 0.1em !important; }

.paddingL2 {
  padding-left: 0.2em !important; }

.paddingL3 {
  padding-left: 0.3em !important; }

.paddingL4 {
  padding-left: 0.4em !important; }

.paddingL5 {
  padding-left: 0.5em !important; }

.paddingL6 {
  padding-left: 0.6em !important; }

.paddingL7 {
  padding-left: 0.7em !important; }

.paddingL8 {
  padding-left: 0.8em !important; }

.paddingL9 {
  padding-left: 0.9em !important; }

.paddingL10 {
  padding-left: 1em !important; }

.paddingL11 {
  padding-left: 1.1em !important; }

.paddingL12 {
  padding-left: 1.2em !important; }

.paddingL13 {
  padding-left: 1.3em !important; }

.paddingL14 {
  padding-left: 1.4em !important; }

.paddingL15 {
  padding-left: 1.5em !important; }

.paddingL16 {
  padding-left: 1.6em !important; }

.paddingL17 {
  padding-left: 1.7em !important; }

.paddingL18 {
  padding-left: 1.8em !important; }

.paddingL19 {
  padding-left: 1.9em !important; }

.paddingL20 {
  padding-left: 2em !important; }

.paddingL21 {
  padding-left: 2.1em !important; }

.paddingL22 {
  padding-left: 2.2em !important; }

.paddingL23 {
  padding-left: 2.3em !important; }

.paddingL24 {
  padding-left: 2.4em !important; }

.paddingL25 {
  padding-left: 2.5em !important; }

.paddingL26 {
  padding-left: 2.6em !important; }

.paddingL27 {
  padding-left: 2.7em !important; }

.paddingL28 {
  padding-left: 2.8em !important; }

.paddingL29 {
  padding-left: 2.9em !important; }

.paddingL30 {
  padding-left: 3em !important; }

.paddingR0 {
  padding-right: 0em !important; }

.paddingR1 {
  padding-right: 0.1em !important; }

.paddingR2 {
  padding-right: 0.2em !important; }

.paddingR3 {
  padding-right: 0.3em !important; }

.paddingR4 {
  padding-right: 0.4em !important; }

.paddingR5 {
  padding-right: 0.5em !important; }

.paddingR6 {
  padding-right: 0.6em !important; }

.paddingR7 {
  padding-right: 0.7em !important; }

.paddingR8 {
  padding-right: 0.8em !important; }

.paddingR9 {
  padding-right: 0.9em !important; }

.paddingR10 {
  padding-right: 1em !important; }

.paddingR11 {
  padding-right: 1.1em !important; }

.paddingR12 {
  padding-right: 1.2em !important; }

.paddingR13 {
  padding-right: 1.3em !important; }

.paddingR14 {
  padding-right: 1.4em !important; }

.paddingR15 {
  padding-right: 1.5em !important; }

.paddingR16 {
  padding-right: 1.6em !important; }

.paddingR17 {
  padding-right: 1.7em !important; }

.paddingR18 {
  padding-right: 1.8em !important; }

.paddingR19 {
  padding-right: 1.9em !important; }

.paddingR20 {
  padding-right: 2em !important; }

.paddingR21 {
  padding-right: 2.1em !important; }

.paddingR22 {
  padding-right: 2.2em !important; }

.paddingR23 {
  padding-right: 2.3em !important; }

.paddingR24 {
  padding-right: 2.4em !important; }

.paddingR25 {
  padding-right: 2.5em !important; }

.paddingR26 {
  padding-right: 2.6em !important; }

.paddingR27 {
  padding-right: 2.7em !important; }

.paddingR28 {
  padding-right: 2.8em !important; }

.paddingR29 {
  padding-right: 2.9em !important; }

.paddingR30 {
  padding-right: 3em !important; }

.paddingSection {
  padding: 10vh 0 !important; }
  @media (max-width: 960px) {
    .paddingSection {
      padding: 5vh 0 !important; } }

.paddingTop {
  padding-top: 10vh !important; }
  @media (max-width: 960px) {
    .paddingTop {
      padding-top: 5vh !important; } }

.paddingBottom {
  padding-bottom: 10vh !important; }
  @media (max-width: 960px) {
    .paddingBottom {
      padding-bottom: 5vh !important; } }

.paddingHorizontalSmall {
  padding-right: 5vw !important;
  padding-left: 5vw !important; }

.radius0 {
  border-radius: 0px; }

.radius1 {
  border-radius: 5px; }

.radius2 {
  border-radius: 10px; }

.radius3 {
  border-radius: 15px; }

.radius4 {
  border-radius: 20px; }

.transparentBG {
  background-color: transparent !important; }

.nameBG {
  background-color: #D4982F; }

.nameBG {
  background-color: #0e2039; }

.nameBG {
  background-color: #dda1a3; }

.nameBG {
  background-color: #01040e; }

.nameBG {
  background-color: #194068; }

.boxShadow {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); }

.lightBoxShadow {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); }

.mediumBoxShadow {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2); }

.shadowBottom {
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2); }

.cursorPointer {
  cursor: pointer; }

.cursorInitial {
  cursor: initial; }

.cursorCell {
  cursor: cell; }

.cursorCrosshair {
  cursor: crosshair; }

.cursorHelp {
  cursor: help; }

.cursorNotAllowed {
  cursor: not-allowed; }

.cursorWait {
  cursor: wait; }

.cursorZoomIn {
  cursor: zoom-in; }

.cursorZoomOut {
  cursor: zoom-out; }

.pointerEventNone {
  pointer-events: none; }

.noAppearance {
  -webkit-appearance: none !important;
  appearance: none !important; }

.noListStyle {
  list-style: none; }

.noResize {
  resize: none; }

.noScrollBar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }

.noScrollBar ::-webkit-scrollbar {
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */ }

.noScrollBar::-webkit-scrollbar {
  -webkit-appearance: none; }

body, html {
  width: 100vw;
  overflow-x: hidden;
  background-color: black !important; }

.body {
  background-color: black !important; }

.container {
  width: 100%;
  padding: 0; }

.black-txt, .black-txt *, .black-txt * *, .black-txt * * * {
  color: black !important; }
  .black-txt::placeholder, .black-txt *::placeholder, .black-txt * *::placeholder, .black-txt * * *::placeholder {
    color: grey !important; }
  .black-txt.wpcf7-submit, .black-txt *.wpcf7-submit, .black-txt * *.wpcf7-submit, .black-txt * * *.wpcf7-submit {
    color: white !important; }
    .black-txt.wpcf7-submit:hover, .black-txt *.wpcf7-submit:hover, .black-txt * *.wpcf7-submit:hover, .black-txt * * *.wpcf7-submit:hover {
      color: #D4982F !important; }

.flexColContainer > .wpb_column {
  display: flex;
  flex-direction: column;
  background-size: cover !important; }

.flexColContainer > .wpb_column .vc_column-inner, .flexColContainer > .wpb_column .vc_column-inner .wpb_wrapper, .flexColContainer > .wpb_column .vc_column-inner .wpb_wrapper .vc_row {
  height: 100%; }

.flexColContainer > .wpb_column .vc_row {
  background-size: cover !important; }

.flexColContainer {
  display: flex; }
  .flexColContainer .flexCol {
    display: flex;
    flex-direction: column; }

.flexCenter > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.center > * {
  margin-left: auto; }

.primary {
  color: #D4982F !important; }
  .primary *, .primary * *, .primary * * *, .primary * * * * {
    color: #D4982F !important; }

.screenWidth .vc_single_image-img {
  width: 100vw; }

@media screen and (max-width: 1100px) {
  #wrapper.hide-title-section, #wrapper {
    padding-top: 0 !important; } }

.activity-template-default .entry-header {
  display: none; }

.page-template-default .entry-header {
  padding: 0 !important;
  margin-bottom: 0;
  height: 70vh !important;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 750px) {
    .page-template-default .entry-header {
      height: 50vh; } }
  .page-template-default .entry-header > div {
    text-align: center; }
    .page-template-default .entry-header > div h1 {
      color: white;
      font-size: 3em; }
      @media screen and (min-width: 1800px) {
        .page-template-default .entry-header > div h1 {
          font-size: 4em; } }
  @media screen and (max-width: 750px) {
    .page-template-default .entry-header {
      height: 30vh;
      padding-bottom: 1em !important;
      align-items: center; }
      .page-template-default .entry-header h1 {
        font-size: 1.8em !important; } }

.page-template-default #primary {
  padding-bottom: 0; }

.kd-section-title.sectionTitle {
  padding: 0 4vw;
  margin-bottom: 5vh !important; }
  .kd-section-title.sectionTitle h3, .kd-section-title.sectionTitle h6 {
    margin-bottom: 0 !important; }
  .kd-section-title.sectionTitle h3 {
    text-transform: none;
    font-size: 2.3em; }
    @media screen and (min-width: 1800px) {
      .kd-section-title.sectionTitle h3 {
        font-size: 3.2em; } }
    @media screen and (max-width: 750px) {
      .kd-section-title.sectionTitle h3 {
        font-size: 2em;
        text-align: center;
        padding-bottom: 0.5em; } }
  .kd-section-title.sectionTitle h6 {
    font-size: 1.6em; }
    @media screen and (min-width: 1800px) {
      .kd-section-title.sectionTitle h6 {
        font-size: 2.4em; } }
    @media screen and (max-width: 750px) {
      .kd-section-title.sectionTitle h6 {
        font-size: 1.2em;
        text-align: center; } }

.experts .kd-section-title.sectionTitle {
  padding: 0 6vw; }

.vc_column_container > .vc_column-inner {
  padding: 0 !important; }

.back-to-top.active {
  right: 0;
  bottom: 0;
  border-radius: 0;
  color: white;
  background: #D4982F; }

#calendly {
  width: 100%;
  height: 100%; }

.contactFormContainer {
  background: white;
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  padding-left: 4vw !important;
  padding-right: 4vw !important; }
  @media screen and (max-width: 750px) {
    .contactFormContainer {
      padding: 0; } }
  .contactFormContainer.vc_row.wpb_row.vc_inner {
    margin-top: -2em !important;
    margin-bottom: 2em !important;
    z-index: 2; }
    @media screen and (max-width: 750px) {
      .contactFormContainer.vc_row.wpb_row.vc_inner {
        padding: 2em 2em 0 !important; } }
    @media screen and (max-width: 750px) {
      .contactFormContainer.vc_row.wpb_row.vc_inner .vc_column-inner {
        padding: 1em 0 !important; } }
  .contactFormContainer h3 {
    text-transform: none !important;
    font-size: 1.8em; }
    @media screen and (min-width: 1800px) {
      .contactFormContainer h3 {
        font-size: 2.8em; } }
  @media screen and (min-width: 1800px) {
    .contactFormContainer h6 {
      font-size: 1.8em; } }
  @media screen and (max-width: 750px) {
    .contactFormContainer h6 {
      font-size: 1.1em; } }
  .contactFormContainer .imgCol .wpb_wrapper {
    display: flex; }
    .contactFormContainer .imgCol .wpb_wrapper :first-child {
      margin: auto; }
  .contactFormContainer .contactFormCol {
    padding: 0 4vw;
    margin: auto; }
  .contactFormContainer .wpcf7 .wpcf7-form {
    text-align: justify; }
  .contactFormContainer .wpcf7 input:not([type='submit']), .contactFormContainer .wpcf7 textarea {
    border-bottom: #bbb solid 2px;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 1.2em; }
    @media screen and (min-width: 1800px) {
      .contactFormContainer .wpcf7 input:not([type='submit']), .contactFormContainer .wpcf7 textarea {
        font-size: 1.8em; } }
    @media screen and (max-width: 750px) {
      .contactFormContainer .wpcf7 input:not([type='submit']), .contactFormContainer .wpcf7 textarea {
        font-size: 1em;
        border-bottom: #bbb solid 1px; } }
    .contactFormContainer .wpcf7 input:not([type='submit'])::placeholder, .contactFormContainer .wpcf7 textarea::placeholder {
      color: #bbb; }
  .contactFormContainer .wpcf7 .wpcf7-text {
    padding: 0 1em !important; }
  .contactFormContainer .wpcf7 .wpcf7-textarea {
    padding: 0.5em 1em 0 !important;
    margin-right: 0 !important; }
  .contactFormContainer .wpcf7 .wpcf7-submit {
    border-radius: 5px !important;
    color: whitesmoke;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    width: fit-content;
    height: auto;
    margin: 2em auto 0;
    padding: 0.8em 2em !important; }
    @media screen and (min-width: 1800px) {
      .contactFormContainer .wpcf7 .wpcf7-submit {
        font-size: 1.8em; } }
    @media screen and (max-width: 750px) {
      .contactFormContainer .wpcf7 .wpcf7-submit {
        font-size: 1em; } }
  .contactFormContainer .wpcf7 .acceptance-4 .wpcf7-list-item {
    margin: 0; }
  .contactFormContainer .wpcf7 p {
    display: flex;
    flex-direction: column; }

.slick-standard-carousel, .slick-theme-carousel {
  padding: 0 3rem;
  width: 100vw;
  text-align: center; }
  .slick-standard-carousel.marginNeg, .slick-theme-carousel.marginNeg {
    margin-top: -20vh; }
    @media screen and (max-width: 750px) {
      .slick-standard-carousel.marginNeg, .slick-theme-carousel.marginNeg {
        margin-top: -12vh; } }
  .slick-standard-carousel .slick-dots, .slick-theme-carousel .slick-dots {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: transparent !important; }
    .slick-standard-carousel .slick-dots li button, .slick-theme-carousel .slick-dots li button {
      background: whitesmoke;
      border-radius: 100%;
      width: 1em;
      height: 1em;
      transition: all ease 0.3s; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel .slick-dots li button, .slick-theme-carousel .slick-dots li button {
          background-color: #444; } }
      .slick-standard-carousel .slick-dots li button:hover, .slick-theme-carousel .slick-dots li button:hover {
        background: #e5c284; }
      .slick-standard-carousel .slick-dots li button:before, .slick-theme-carousel .slick-dots li button:before {
        content: ""; }
    .slick-standard-carousel .slick-dots li.slick-active button, .slick-theme-carousel .slick-dots li.slick-active button {
      background-color: #D4982F; }
  @media screen and (min-width: 1800px) {
    .slick-standard-carousel, .slick-theme-carousel {
      padding: 0 4.5rem; } }
  @media screen and (max-width: 750px) {
    .slick-standard-carousel, .slick-theme-carousel {
      padding: 0 1rem; } }
  .slick-standard-carousel .slick-prev:before, .slick-standard-carousel .slick-next:before, .slick-standard-carousel .slick-prev:after, .slick-standard-carousel .slick-next:after, .slick-theme-carousel .slick-prev:before, .slick-theme-carousel .slick-next:before, .slick-theme-carousel .slick-prev:after, .slick-theme-carousel .slick-next:after {
    content: "" !important;
    display: none; }
  .slick-standard-carousel .slick-prev, .slick-standard-carousel .slick-next, .slick-theme-carousel .slick-prev, .slick-theme-carousel .slick-next {
    background: url(assets/img/left_arrow_old.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 2.25rem;
    width: 2.25rem;
    left: 0.75rem !important;
    z-index: 100000;
    transition: all ease 0.2s;
    border-radius: 100%; }
    @media screen and (max-width: 750px) {
      .slick-standard-carousel .slick-prev, .slick-standard-carousel .slick-next, .slick-theme-carousel .slick-prev, .slick-theme-carousel .slick-next {
        height: 1rem;
        width: 1rem;
        left: 5px !important; } }
    @media screen and (min-width: 1440px) {
      .slick-standard-carousel .slick-prev, .slick-standard-carousel .slick-next, .slick-theme-carousel .slick-prev, .slick-theme-carousel .slick-next {
        height: 3rem;
        width: 3rem; } }
    @media screen and (min-width: 1800px) {
      .slick-standard-carousel .slick-prev, .slick-standard-carousel .slick-next, .slick-theme-carousel .slick-prev, .slick-theme-carousel .slick-next {
        left: 1.5rem !important; } }
  .slick-standard-carousel .slick-next, .slick-theme-carousel .slick-next {
    left: auto !important;
    right: 0.75rem !important;
    z-index: 100000;
    background-image: url(assets/img/right_arrow_old.png) !important; }
    @media screen and (max-width: 750px) {
      .slick-standard-carousel .slick-next, .slick-theme-carousel .slick-next {
        right: 5px !important; } }
    @media screen and (min-width: 1800px) {
      .slick-standard-carousel .slick-next, .slick-theme-carousel .slick-next {
        right: 1.5rem !important; } }
  .slick-standard-carousel .slick-list, .slick-theme-carousel .slick-list {
    overflow: hidden;
    width: 100%;
    padding: 0 !important; }
    @media screen and (max-width: 750px) {
      .slick-standard-carousel .slick-list, .slick-theme-carousel .slick-list {
        overflow: visible; } }
  .slick-standard-carousel .standardSlide, .slick-theme-carousel .standardSlide {
    outline: none; }
    .slick-standard-carousel .standardSlide .content, .slick-theme-carousel .standardSlide .content {
      flex: 1;
      display: flex;
      flex-direction: column;
      padding: 2em;
      text-align: left; }
      @media screen and (min-width: 1800px) {
        .slick-standard-carousel .standardSlide .content, .slick-theme-carousel .standardSlide .content {
          padding: 3em; } }
      .slick-standard-carousel .standardSlide .content *, .slick-standard-carousel .standardSlide .content * *, .slick-theme-carousel .standardSlide .content *, .slick-theme-carousel .standardSlide .content * * {
        color: black; }
      .slick-standard-carousel .standardSlide .content h3, .slick-theme-carousel .standardSlide .content h3 {
        margin-bottom: 0; }
        @media screen and (min-width: 1800px) {
          .slick-standard-carousel .standardSlide .content h3, .slick-theme-carousel .standardSlide .content h3 {
            font-size: 2.5em; } }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel .standardSlide .content h3, .slick-theme-carousel .standardSlide .content h3 {
            font-size: 1em; } }
      .slick-standard-carousel .standardSlide .content h4, .slick-theme-carousel .standardSlide .content h4 {
        font-size: 1.2em;
        text-transform: none;
        color: #D4982F; }
        @media screen and (min-width: 1800px) {
          .slick-standard-carousel .standardSlide .content h4, .slick-theme-carousel .standardSlide .content h4 {
            font-size: 2em; } }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel .standardSlide .content h4, .slick-theme-carousel .standardSlide .content h4 {
            font-size: 1em; } }
      .slick-standard-carousel .standardSlide .content p, .slick-theme-carousel .standardSlide .content p {
        line-height: 1.2; }
        @media screen and (min-width: 1800px) {
          .slick-standard-carousel .standardSlide .content p, .slick-theme-carousel .standardSlide .content p {
            font-size: 1.5em; } }
  .slick-standard-carousel.threeCards .slick-track, .slick-standard-carousel.fourCards .slick-track, .slick-theme-carousel.threeCards .slick-track, .slick-theme-carousel.fourCards .slick-track {
    display: flex !important;
    padding-bottom: 1em; }
    @media screen and (max-width: 750px) {
      .slick-standard-carousel.threeCards .slick-track, .slick-standard-carousel.fourCards .slick-track, .slick-theme-carousel.threeCards .slick-track, .slick-theme-carousel.fourCards .slick-track {
        width: max-content; } }
  @media screen and (max-width: 750px) {
    .slick-standard-carousel.threeCards .slick-arrow, .slick-standard-carousel.fourCards .slick-arrow, .slick-theme-carousel.threeCards .slick-arrow, .slick-theme-carousel.fourCards .slick-arrow {
      display: none !important; } }
  .slick-standard-carousel.threeCards .standardSlide, .slick-standard-carousel.fourCards .standardSlide, .slick-theme-carousel.threeCards .standardSlide, .slick-theme-carousel.fourCards .standardSlide {
    overflow: hidden;
    background-image: none !important;
    background: white;
    height: auto;
    display: flex !important;
    flex-direction: column; }
    @media screen and (max-width: 750px) {
      .slick-standard-carousel.threeCards .standardSlide, .slick-standard-carousel.fourCards .standardSlide, .slick-theme-carousel.threeCards .standardSlide, .slick-theme-carousel.fourCards .standardSlide {
        margin: 0; } }
    @media screen and (min-width: 1440px) {
      .slick-standard-carousel.threeCards .standardSlide, .slick-standard-carousel.fourCards .standardSlide, .slick-theme-carousel.threeCards .standardSlide, .slick-theme-carousel.fourCards .standardSlide {
        margin: 0 1.5rem !important; } }
    @media screen and (min-width: 1800px) {
      .slick-standard-carousel.threeCards .standardSlide, .slick-standard-carousel.fourCards .standardSlide, .slick-theme-carousel.threeCards .standardSlide, .slick-theme-carousel.fourCards .standardSlide {
        margin: 0 2rem !important; } }
    .slick-standard-carousel.threeCards .standardSlide .imgContainer, .slick-standard-carousel.fourCards .standardSlide .imgContainer, .slick-theme-carousel.threeCards .standardSlide .imgContainer, .slick-theme-carousel.fourCards .standardSlide .imgContainer {
      height: 20vw;
      width: 100%;
      background-size: cover;
      flex-shrink: 0; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.threeCards .standardSlide .imgContainer, .slick-standard-carousel.fourCards .standardSlide .imgContainer, .slick-theme-carousel.threeCards .standardSlide .imgContainer, .slick-theme-carousel.fourCards .standardSlide .imgContainer {
          height: 25vh; } }
    .slick-standard-carousel.threeCards .standardSlide .content .head, .slick-standard-carousel.fourCards .standardSlide .content .head, .slick-theme-carousel.threeCards .standardSlide .content .head, .slick-theme-carousel.fourCards .standardSlide .content .head {
      width: 100%; }
      .slick-standard-carousel.threeCards .standardSlide .content .head h3, .slick-standard-carousel.fourCards .standardSlide .content .head h3, .slick-theme-carousel.threeCards .standardSlide .content .head h3, .slick-theme-carousel.fourCards .standardSlide .content .head h3 {
        font-size: 1.2em;
        font-weight: 600; }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel.threeCards .standardSlide .content .head h3, .slick-standard-carousel.fourCards .standardSlide .content .head h3, .slick-theme-carousel.threeCards .standardSlide .content .head h3, .slick-theme-carousel.fourCards .standardSlide .content .head h3 {
            font-size: 1em; } }
        @media screen and (min-width: 1800px) {
          .slick-standard-carousel.threeCards .standardSlide .content .head h3, .slick-standard-carousel.fourCards .standardSlide .content .head h3, .slick-theme-carousel.threeCards .standardSlide .content .head h3, .slick-theme-carousel.fourCards .standardSlide .content .head h3 {
            font-size: 2em; } }
    .slick-standard-carousel.threeCards .standardSlide .content p, .slick-standard-carousel.fourCards .standardSlide .content p, .slick-theme-carousel.threeCards .standardSlide .content p, .slick-theme-carousel.fourCards .standardSlide .content p {
      flex: 1;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.threeCards .standardSlide .content p, .slick-standard-carousel.fourCards .standardSlide .content p, .slick-theme-carousel.threeCards .standardSlide .content p, .slick-theme-carousel.fourCards .standardSlide .content p {
          font-size: 0.8em; } }
    .slick-standard-carousel.threeCards .standardSlide .content::after, .slick-standard-carousel.fourCards .standardSlide .content::after, .slick-theme-carousel.threeCards .standardSlide .content::after, .slick-theme-carousel.fourCards .standardSlide .content::after {
      content: "";
      height: 1px;
      background: rgba(0, 0, 0, 0.2);
      margin-top: 2em; }
    .slick-standard-carousel.threeCards .standardSlide .buttonSection, .slick-standard-carousel.fourCards .standardSlide .buttonSection, .slick-theme-carousel.threeCards .standardSlide .buttonSection, .slick-theme-carousel.fourCards .standardSlide .buttonSection {
      display: flex;
      justify-content: space-between;
      padding: 0 2em 1em; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.threeCards .standardSlide .buttonSection, .slick-standard-carousel.fourCards .standardSlide .buttonSection, .slick-theme-carousel.threeCards .standardSlide .buttonSection, .slick-theme-carousel.fourCards .standardSlide .buttonSection {
          padding: 0 1em 1em; } }
      .slick-standard-carousel.threeCards .standardSlide .buttonSection a, .slick-standard-carousel.fourCards .standardSlide .buttonSection a, .slick-theme-carousel.threeCards .standardSlide .buttonSection a, .slick-theme-carousel.fourCards .standardSlide .buttonSection a {
        margin: auto;
        color: white;
        text-transform: none;
        font-size: 1em;
        padding: 0.5em;
        transition: all ease 0.3s;
        flex-grow: 0;
        width: fit-content;
        margin: 0; }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel.threeCards .standardSlide .buttonSection a, .slick-standard-carousel.fourCards .standardSlide .buttonSection a, .slick-theme-carousel.threeCards .standardSlide .buttonSection a, .slick-theme-carousel.fourCards .standardSlide .buttonSection a {
            min-height: 40px;
            width: 45%; } }
        @media screen and (min-width: 1800px) {
          .slick-standard-carousel.threeCards .standardSlide .buttonSection a, .slick-standard-carousel.fourCards .standardSlide .buttonSection a, .slick-theme-carousel.threeCards .standardSlide .buttonSection a, .slick-theme-carousel.fourCards .standardSlide .buttonSection a {
            font-size: 1.5em; } }
        .slick-standard-carousel.threeCards .standardSlide .buttonSection a:hover, .slick-standard-carousel.fourCards .standardSlide .buttonSection a:hover, .slick-theme-carousel.threeCards .standardSlide .buttonSection a:hover, .slick-theme-carousel.fourCards .standardSlide .buttonSection a:hover {
          color: #D4982F; }
        .slick-standard-carousel.threeCards .standardSlide .buttonSection a.tt_button, .slick-standard-carousel.fourCards .standardSlide .buttonSection a.tt_button, .slick-theme-carousel.threeCards .standardSlide .buttonSection a.tt_button, .slick-theme-carousel.fourCards .standardSlide .buttonSection a.tt_button {
          width: 50%; }
        .slick-standard-carousel.threeCards .standardSlide .buttonSection a.discover, .slick-standard-carousel.fourCards .standardSlide .buttonSection a.discover, .slick-theme-carousel.threeCards .standardSlide .buttonSection a.discover, .slick-theme-carousel.fourCards .standardSlide .buttonSection a.discover {
          color: black;
          text-align: left;
          position: relative;
          width: fit-content;
          display: flex;
          align-items: center; }
          .slick-standard-carousel.threeCards .standardSlide .buttonSection a.discover span, .slick-standard-carousel.fourCards .standardSlide .buttonSection a.discover span, .slick-theme-carousel.threeCards .standardSlide .buttonSection a.discover span, .slick-theme-carousel.fourCards .standardSlide .buttonSection a.discover span {
            position: absolute;
            left: 100%;
            top: 50%;
            font-size: 1.3em;
            transform: translate(0, calc(-50% + 0.1em));
            margin-left: 0;
            transition: all ease 0.3s;
            pointer-events: none; }
          .slick-standard-carousel.threeCards .standardSlide .buttonSection a.discover:hover span, .slick-standard-carousel.fourCards .standardSlide .buttonSection a.discover:hover span, .slick-theme-carousel.threeCards .standardSlide .buttonSection a.discover:hover span, .slick-theme-carousel.fourCards .standardSlide .buttonSection a.discover:hover span {
            margin-left: 0.5em; }
  .slick-standard-carousel.threeCards.hide-cta .standardSlide .content, .slick-standard-carousel.fourCards.hide-cta .standardSlide .content, .slick-theme-carousel.threeCards.hide-cta .standardSlide .content, .slick-theme-carousel.fourCards.hide-cta .standardSlide .content {
    padding: 1.5em 0; }
    .slick-standard-carousel.threeCards.hide-cta .standardSlide .content .head h3, .slick-standard-carousel.fourCards.hide-cta .standardSlide .content .head h3, .slick-theme-carousel.threeCards.hide-cta .standardSlide .content .head h3, .slick-theme-carousel.fourCards.hide-cta .standardSlide .content .head h3 {
      text-transform: none; }
    .slick-standard-carousel.threeCards.hide-cta .standardSlide .content .head h4, .slick-standard-carousel.fourCards.hide-cta .standardSlide .content .head h4, .slick-theme-carousel.threeCards.hide-cta .standardSlide .content .head h4, .slick-theme-carousel.fourCards.hide-cta .standardSlide .content .head h4 {
      font-weight: 600; }
    .slick-standard-carousel.threeCards.hide-cta .standardSlide .content::after, .slick-standard-carousel.fourCards.hide-cta .standardSlide .content::after, .slick-theme-carousel.threeCards.hide-cta .standardSlide .content::after, .slick-theme-carousel.fourCards.hide-cta .standardSlide .content::after {
      display: none; }
  .slick-standard-carousel.threeCards.hide-cta .standardSlide .buttonSection, .slick-standard-carousel.fourCards.hide-cta .standardSlide .buttonSection, .slick-theme-carousel.threeCards.hide-cta .standardSlide .buttonSection, .slick-theme-carousel.fourCards.hide-cta .standardSlide .buttonSection {
    display: none; }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    .slick-standard-carousel.threeCards, .slick-theme-carousel.threeCards {
      padding: 0.5em; } }
  .slick-standard-carousel.threeCards .standardSlide, .slick-theme-carousel.threeCards .standardSlide {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 1.5em;
    margin: 0 0.375rem 2.5rem !important; }
    @media screen and (min-width: 1800px) {
      .slick-standard-carousel.threeCards .standardSlide, .slick-theme-carousel.threeCards .standardSlide {
        padding: 2.5em; } }
    .slick-standard-carousel.threeCards .standardSlide .imgContainer, .slick-theme-carousel.threeCards .standardSlide .imgContainer {
      height: 25vw;
      border-radius: 5px; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.threeCards .standardSlide .imgContainer, .slick-theme-carousel.threeCards .standardSlide .imgContainer {
          height: 65vw; } }
  .slick-standard-carousel.threeCards.hide-cta .standardSlide, .slick-theme-carousel.threeCards.hide-cta .standardSlide {
    margin: 1rem 2.5rem 2.5rem !important; }
    @media screen and (min-width: 750px) and (max-width: 1100px) {
      .slick-standard-carousel.threeCards.hide-cta .standardSlide, .slick-theme-carousel.threeCards.hide-cta .standardSlide {
        margin: 1rem 1rem 2.5rem !important; } }
  .slick-standard-carousel.threeCards.noBorder, .slick-theme-carousel.threeCards.noBorder {
    padding-right: 0; }
    .slick-standard-carousel.threeCards.noBorder .slick-next, .slick-standard-carousel.threeCards.noBorder .slick-prev, .slick-theme-carousel.threeCards.noBorder .slick-next, .slick-theme-carousel.threeCards.noBorder .slick-prev {
      top: 15.5vw; }
    .slick-standard-carousel.threeCards.noBorder .slick-next, .slick-standard-carousel.threeCards.noBorder .slick-prev, .slick-theme-carousel.threeCards.noBorder .slick-next, .slick-theme-carousel.threeCards.noBorder .slick-prev {
      background-color: rgba(255, 255, 255, 0.5) !important; }
    .slick-standard-carousel.threeCards.noBorder .slick-list, .slick-theme-carousel.threeCards.noBorder .slick-list {
      transform: translate(-2rem, 0px) scale(0.95);
      overflow: visible;
      position: relative; }
      @media screen and (min-width: 1800px) {
        .slick-standard-carousel.threeCards.noBorder .slick-list, .slick-theme-carousel.threeCards.noBorder .slick-list {
          transform: translate(-2.9rem, 0px) scale(0.95); } }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.threeCards.noBorder .slick-list, .slick-theme-carousel.threeCards.noBorder .slick-list {
          transform: translate(-0.5rem, 0px) scale(0.95); } }
      .slick-standard-carousel.threeCards.noBorder .slick-list:after, .slick-theme-carousel.threeCards.noBorder .slick-list:after {
        content: "";
        display: block;
        position: absolute;
        right: 100%;
        top: 0;
        height: 100%;
        width: 25vw;
        background: white; }
      .slick-standard-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide, .slick-theme-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide {
        padding: 0;
        box-shadow: 0 0 0; }
        @media screen and (min-width: 750px) {
          .slick-standard-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide, .slick-theme-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide {
            margin: 0 0.6rem 2.5rem !important; } }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide, .slick-theme-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide {
            margin: 0 5vw 2.5rem 1vw !important;
            width: 80vw; } }
        .slick-standard-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide .imgContainer, .slick-theme-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide .imgContainer {
          height: 31vw; }
          @media screen and (max-width: 750px) {
            .slick-standard-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide .imgContainer, .slick-theme-carousel.threeCards.noBorder .slick-list .slick-track .standardSlide .imgContainer {
              height: 80vw; } }
  .slick-standard-carousel.fourCards .slick-next, .slick-standard-carousel.fourCards .slick-prev, .slick-theme-carousel.fourCards .slick-next, .slick-theme-carousel.fourCards .slick-prev {
    top: 11.5vw; }
  .slick-standard-carousel.fourCards .standardSlide, .slick-theme-carousel.fourCards .standardSlide {
    padding: 0;
    width: 25vw !important;
    margin: 0 0.5rem 2.5rem !important; }
    @media screen and (max-width: 750px) {
      .slick-standard-carousel.fourCards .standardSlide, .slick-theme-carousel.fourCards .standardSlide {
        width: 100vw !important;
        margin: 0 1rem 2.5rem !important; } }
    .slick-standard-carousel.fourCards .standardSlide .imgContainer, .slick-theme-carousel.fourCards .standardSlide .imgContainer {
      border-radius: 15px;
      height: 23vw; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.fourCards .standardSlide .imgContainer, .slick-theme-carousel.fourCards .standardSlide .imgContainer {
          height: 80vw; } }
    .slick-standard-carousel.fourCards .standardSlide h3, .slick-theme-carousel.fourCards .standardSlide h3 {
      padding-bottom: 0.5em; }
    .slick-standard-carousel.fourCards .standardSlide h4, .slick-theme-carousel.fourCards .standardSlide h4 {
      display: none; }
    .slick-standard-carousel.fourCards .standardSlide p, .slick-theme-carousel.fourCards .standardSlide p {
      font-weight: 500; }
  .slick-standard-carousel.banners, .slick-theme-carousel.banners {
    padding: 0;
    position: relative; }
    .slick-standard-carousel.banners.header-carousel .slick-dots, .slick-theme-carousel.banners.header-carousel .slick-dots {
      display: flex;
      justify-content: space-around;
      width: 50%;
      margin-left: 25%;
      padding-bottom: 1em; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.banners.header-carousel .slick-dots, .slick-theme-carousel.banners.header-carousel .slick-dots {
          width: 100%;
          padding: 1em;
          margin: 0; } }
      .slick-standard-carousel.banners.header-carousel .slick-dots li, .slick-theme-carousel.banners.header-carousel .slick-dots li {
        width: auto;
        height: auto;
        margin: 0;
        flex-grow: 1;
        margin: 0 0.5em;
        justify-content: center;
        display: flex; }
        .slick-standard-carousel.banners.header-carousel .slick-dots li:first-child, .slick-theme-carousel.banners.header-carousel .slick-dots li:first-child {
          margin-left: 0; }
        .slick-standard-carousel.banners.header-carousel .slick-dots li:last-child, .slick-theme-carousel.banners.header-carousel .slick-dots li:last-child {
          margin-right: 0; }
        .slick-standard-carousel.banners.header-carousel .slick-dots li button, .slick-theme-carousel.banners.header-carousel .slick-dots li button {
          width: 100%;
          border-radius: 0;
          height: 10px;
          transform: scale(1, 0.5); }
    .slick-standard-carousel.banners.header-carousel .standardSlide, .slick-theme-carousel.banners.header-carousel .standardSlide {
      height: 94vh !important; }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.banners.header-carousel .standardSlide, .slick-theme-carousel.banners.header-carousel .standardSlide {
          background-size: cover;
          background-position: center; }
          .slick-standard-carousel.banners.header-carousel .standardSlide > div, .slick-theme-carousel.banners.header-carousel .standardSlide > div {
            background: none; }
            .slick-standard-carousel.banners.header-carousel .standardSlide > div::before, .slick-theme-carousel.banners.header-carousel .standardSlide > div::before {
              display: none; }
            .slick-standard-carousel.banners.header-carousel .standardSlide > div .content, .slick-theme-carousel.banners.header-carousel .standardSlide > div .content {
              text-align: left; }
              .slick-standard-carousel.banners.header-carousel .standardSlide > div .content .head h4, .slick-theme-carousel.banners.header-carousel .standardSlide > div .content .head h4 {
                margin-bottom: 0;
                text-transform: uppercase; }
              .slick-standard-carousel.banners.header-carousel .standardSlide > div .content .head h3, .slick-theme-carousel.banners.header-carousel .standardSlide > div .content .head h3 {
                text-transform: none; }
              .slick-standard-carousel.banners.header-carousel .standardSlide > div .content p, .slick-theme-carousel.banners.header-carousel .standardSlide > div .content p {
                font-size: 1.1em; }
            .slick-standard-carousel.banners.header-carousel .standardSlide > div .buttonSection .tt_button, .slick-theme-carousel.banners.header-carousel .standardSlide > div .buttonSection .tt_button {
              margin: 1em 0 0 !important; } }
    .slick-standard-carousel.banners .standardSlide, .slick-theme-carousel.banners .standardSlide {
      height: calc( 100vw / 1.57 * 0.9);
      margin: 0 !important;
      display: flex;
      align-items: center;
      justify-content: start;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: relative;
      background-position: top center; }
      .slick-standard-carousel.banners .standardSlide::after, .slick-theme-carousel.banners .standardSlide::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 90%); }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel.banners .standardSlide::after, .slick-theme-carousel.banners .standardSlide::after {
            height: 80%; } }
      @media screen and (max-width: 750px) {
        .slick-standard-carousel.banners .standardSlide, .slick-theme-carousel.banners .standardSlide {
          height: 85vh;
          justify-content: center;
          align-items: flex-end;
          padding-bottom: 5em;
          background-position: top;
          background-size: 100%; } }
      .slick-standard-carousel.banners .standardSlide .imgContainer, .slick-theme-carousel.banners .standardSlide .imgContainer {
        display: none; }
      .slick-standard-carousel.banners .standardSlide > div, .slick-theme-carousel.banners .standardSlide > div {
        padding-left: 5em;
        flex: 0 0 35%;
        overflow: hidden;
        position: relative; }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel.banners .standardSlide > div, .slick-theme-carousel.banners .standardSlide > div {
            flex: 0 0 100%;
            padding-left: 0;
            background: white;
            overflow: visible;
            padding: 0 1em; }
            .slick-standard-carousel.banners .standardSlide > div:before, .slick-theme-carousel.banners .standardSlide > div:before {
              content: "";
              position: absolute;
              bottom: 100%;
              left: 0;
              width: 100%;
              height: 4em;
              background: linear-gradient(rgba(0, 0, 0, 0) 0%, black 90%); } }
        @media screen and (min-width: 1440px) {
          .slick-standard-carousel.banners .standardSlide > div, .slick-theme-carousel.banners .standardSlide > div {
            padding-left: 8em; } }
        @media screen and (min-width: 1800px) {
          .slick-standard-carousel.banners .standardSlide > div, .slick-theme-carousel.banners .standardSlide > div {
            padding-left: 10em; } }
      .slick-standard-carousel.banners .standardSlide .content, .slick-theme-carousel.banners .standardSlide .content {
        padding: 0;
        z-index: 10; }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel.banners .standardSlide .content, .slick-theme-carousel.banners .standardSlide .content {
            margin-top: -2em;
            text-align: center; } }
        .slick-standard-carousel.banners .standardSlide .content .head, .slick-theme-carousel.banners .standardSlide .content .head {
          display: flex;
          flex-direction: column-reverse; }
          .slick-standard-carousel.banners .standardSlide .content .head h3, .slick-standard-carousel.banners .standardSlide .content .head h4, .slick-theme-carousel.banners .standardSlide .content .head h3, .slick-theme-carousel.banners .standardSlide .content .head h4 {
            margin-bottom: 1.5rem; }
          .slick-standard-carousel.banners .standardSlide .content .head h3, .slick-theme-carousel.banners .standardSlide .content .head h3 {
            color: white;
            font-size: 3em; }
            @media screen and (min-width: 1800px) {
              .slick-standard-carousel.banners .standardSlide .content .head h3, .slick-theme-carousel.banners .standardSlide .content .head h3 {
                font-size: 3.5em; } }
          .slick-standard-carousel.banners .standardSlide .content .head h4, .slick-theme-carousel.banners .standardSlide .content .head h4 {
            font-size: 1.5em; }
            @media screen and (min-width: 1800px) {
              .slick-standard-carousel.banners .standardSlide .content .head h4, .slick-theme-carousel.banners .standardSlide .content .head h4 {
                font-size: 1.7em; } }
        .slick-standard-carousel.banners .standardSlide .content p, .slick-theme-carousel.banners .standardSlide .content p {
          color: white;
          margin-bottom: 0 !important; }
          @media screen and (min-width: 1800px) {
            .slick-standard-carousel.banners .standardSlide .content p, .slick-theme-carousel.banners .standardSlide .content p {
              font-size: 1.3em; } }
      .slick-standard-carousel.banners .standardSlide a, .slick-theme-carousel.banners .standardSlide a {
        color: white;
        margin: 0;
        margin-top: 1.5rem;
        padding: 1em 8em; }
        @media screen and (min-width: 750px) {
          .slick-standard-carousel.banners .standardSlide a, .slick-theme-carousel.banners .standardSlide a {
            width: 100%;
            padding-left: 0;
            padding-right: 0; } }
        @media screen and (max-width: 750px) {
          .slick-standard-carousel.banners .standardSlide a, .slick-theme-carousel.banners .standardSlide a {
            margin: auto;
            margin-top: 1.5rem;
            width: 80%;
            background: #D4982F !important;
            font-size: 1em;
            padding: 0.7em; } }
        @media screen and (min-width: 1800px) {
          .slick-standard-carousel.banners .standardSlide a, .slick-theme-carousel.banners .standardSlide a {
            font-size: 1.5em;
            padding-top: 1em;
            padding-bottom: 1em; } }
        .slick-standard-carousel.banners .standardSlide a:hover, .slick-theme-carousel.banners .standardSlide a:hover {
          background: #D4982F;
          color: white; }
        .slick-standard-carousel.banners .standardSlide a.discover, .slick-theme-carousel.banners .standardSlide a.discover {
          display: none; }

#single-page.services .carousel-wrapper {
  position: relative;
  transition: all ease 0.2s;
  padding-right: 0 !important; }
  #single-page.services .carousel-wrapper.loading {
    opacity: 0; }
  #single-page.services .carousel-wrapper > i {
    cursor: pointer;
    position: absolute;
    top: 15.5vw;
    left: 2em;
    background: url(assets/img/left_arrow_old.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 2.25rem;
    width: 2.25rem;
    left: 0.75rem !important;
    z-index: 100000;
    transition: all ease 0.2s;
    border-radius: 100%;
    z-index: 1000; }
    @media screen and (max-width: 750px) {
      #single-page.services .carousel-wrapper > i {
        display: none; } }
    @media screen and (min-width: 1800px) {
      #single-page.services .carousel-wrapper > i {
        left: 1.5rem !important; } }
    #single-page.services .carousel-wrapper > i.next {
      left: auto !important;
      right: 0.75rem !important;
      transform: rotate(180deg); }
      @media screen and (min-width: 1800px) {
        #single-page.services .carousel-wrapper > i.next {
          right: 1.5rem !important; } }
    #single-page.services .carousel-wrapper > i.next, #single-page.services .carousel-wrapper > i.prev {
      background-color: white !important; }
  #single-page.services .carousel-wrapper .scene {
    display: flex;
    width: 100%;
    overflow: hidden; }
    @media screen and (min-width: 750px) {
      #single-page.services .carousel-wrapper .scene {
        padding: 2.5em 0; } }
    @media screen and (max-width: 750px) {
      #single-page.services .carousel-wrapper .scene {
        overflow: auto; } }
    #single-page.services .carousel-wrapper .scene::-webkit-scrollbar {
      display: none; }
    #single-page.services .carousel-wrapper .scene .slick-standard-carousel {
      display: flex;
      flex-wrap: nowrap;
      width: auto;
      position: relative; }
      #single-page.services .carousel-wrapper .scene .slick-standard-carousel .standardSlide {
        flex-grow: 0;
        flex-shrink: 0;
        margin: 0; }
        @media screen and (max-width: 750px) {
          #single-page.services .carousel-wrapper .scene .slick-standard-carousel .standardSlide {
            width: 80vw !important; } }

#custom_categoriesgrid.vuetify-component .categories {
  padding: 0 4vw; }
  @media screen and (max-width: 750px) {
    #custom_categoriesgrid.vuetify-component .categories {
      display: flex;
      flex-direction: column;
      margin: auto;
      width: 90%; } }
  #custom_categoriesgrid.vuetify-component .categories > :first-child.v-chip.v-chip--outlined {
    display: none;
    background: transparent !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    color: gray; }
  #custom_categoriesgrid.vuetify-component .categories .v-chip {
    width: 19.5vw;
    height: auto !important;
    justify-content: center;
    margin: 1.5vw; }
    @media screen and (max-width: 750px) {
      #custom_categoriesgrid.vuetify-component .categories .v-chip {
        width: 100%;
        margin: 1.5vw 0; } }
    #custom_categoriesgrid.vuetify-component .categories .v-chip.v-chip--outlined {
      background: #f6f6f6 !important;
      border-color: transparent; }
    #custom_categoriesgrid.vuetify-component .categories .v-chip .v-chip__content {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block;
      margin: 0 auto;
      padding: 1vh; }
  #custom_categoriesgrid.vuetify-component .categories .v-divider--vertical {
    display: none;
    vertical-align: middle;
    height: 4vh; }
    #custom_categoriesgrid.vuetify-component .categories .v-divider--vertical.transparent {
      border-color: transparent; }
  #custom_categoriesgrid.vuetify-component .categories .theme--light.v-chip:not(.v-chip--active) {
    background: rgba(212, 152, 47, 0.5); }
  #custom_categoriesgrid.vuetify-component .categories .v-chip.v-size--default {
    font-size: 1.5em; }
    @media screen and (min-width: 1800px) {
      #custom_categoriesgrid.vuetify-component .categories .v-chip.v-size--default {
        font-size: 1.8em;
        height: 1.8em; } }

#custom_categoriesgrid.vuetify-component .experiences {
  padding: 10vh 0; }
  @media screen and (max-width: 1100px) {
    #custom_categoriesgrid.vuetify-component .experiences {
      padding: 10vh 0 0; } }
  #custom_categoriesgrid.vuetify-component .experiences > div h2 {
    padding: 0 5vw;
    text-transform: none;
    font-size: 2.3em; }
  @media screen and (min-width: 750px) {
    #custom_categoriesgrid.vuetify-component .experiences > div .carousel-wrapper {
      padding: 4vh 3vw 0; } }
  @media screen and (min-width: 750px) and (max-width: 1100px) {
    #custom_categoriesgrid.vuetify-component .experiences > div .carousel-wrapper {
      padding: 0 3vw; } }
  @media screen and (min-width: 750px) {
      #custom_categoriesgrid.vuetify-component .experiences > div .carousel-wrapper .slick-standard-carousel.fourCards {
        width: 100%; }
        #custom_categoriesgrid.vuetify-component .experiences > div .carousel-wrapper .slick-standard-carousel.fourCards .slick-prev {
          left: -2.25rem !important; }
        #custom_categoriesgrid.vuetify-component .experiences > div .carousel-wrapper .slick-standard-carousel.fourCards .slick-next {
          right: -2.25rem !important; }
        #custom_categoriesgrid.vuetify-component .experiences > div .carousel-wrapper .slick-standard-carousel.fourCards .slick-track {
          transform: none !important; }
          #custom_categoriesgrid.vuetify-component .experiences > div .carousel-wrapper .slick-standard-carousel.fourCards .slick-track .standardSlide {
            width: 22vw !important; } }
  #custom_categoriesgrid.vuetify-component .experiences button {
    color: transparent; }

.custom-popup {
  position: fixed;
  height: calc(100vh);
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  z-index: 10000000000000000000000;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  display: none; }
  @media screen and (max-width: 750px) {
    .custom-popup {
      padding-top: 4.5rem;
      align-items: flex-start; } }
  @media screen and (min-width: 1800px) {
    .custom-popup {
      padding-top: 8rem; } }
  .custom-popup.active {
    display: flex; }
  .custom-popup > i {
    position: absolute;
    top: 5rem;
    right: 2em;
    font-size: 2.3em;
    cursor: pointer; }
    @media screen and (min-width: 1800px) {
      .custom-popup > i {
        top: 10rem;
        font-size: 3.5em; } }
    @media screen and (max-width: 1100px) {
      .custom-popup > i {
        top: 7rem;
        right: 1em; } }
    @media screen and (max-width: 750px) {
      .custom-popup > i {
        right: 5px;
        top: 5rem;
        z-index: 10000; } }
  .custom-popup > div {
    border-radius: 20px;
    height: 95%;
    width: 80%;
    transform: translate(-5px, 0);
    overflow: hidden;
    background: whitesmoke; }
    @media screen and (max-width: 750px) {
      .custom-popup > div {
        height: calc( 100% - 7rem);
        width: 85%; } }
    @media screen and (min-width: 1800px) {
      .custom-popup > div {
        height: 80%; } }
    .custom-popup > div .templatera_shortcode {
      height: 100%;
      overflow: hidden;
      background-color: black; }
      .custom-popup > div .templatera_shortcode .vc_column-inner {
        padding-top: 0 !important; }
      .custom-popup > div .templatera_shortcode .v-application {
        overflow: auto;
        display: block;
        height: 100%; }
        .custom-popup > div .templatera_shortcode .v-application .v-application--wrap {
          display: block;
          flex: 0;
          min-height: 0;
          height: 100%; }
          .custom-popup > div .templatera_shortcode .v-application .v-application--wrap .v-main {
            height: 100%; }
            .custom-popup > div .templatera_shortcode .v-application .v-application--wrap .v-main .funnelWrapper {
              overflow: hidden !important; }
    .custom-popup > div .custom_funnel {
      height: 100%; }
    .custom-popup > div .resa {
      height: 100% !important;
      overflow: hidden; }
      .custom-popup > div .resa iframe {
        margin: auto !important;
        padding-bottom: 0 !important; }
        @media screen and (max-width: 750px) {
          .custom-popup > div .resa iframe {
            height: calc(100% - 1rem); } }
      .custom-popup > div .resa h2 {
        display: none; }

.faq-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 100%;
  background-position: fixed;
  background-repeat: no-repeat;
  padding-bottom: 10vh; }
  @media screen and (max-width: 750px) {
    .faq-container {
      padding-bottom: 0; } }
  .faq-container .bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%; }
  .faq-container > h2 {
    z-index: 10;
    font-size: 2.8em;
    margin: 1.5em 0 2em;
    line-height: 1;
    font-weight: 900;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 1800px) {
      .faq-container > h2 {
        font-size: 4em; } }
    @media screen and (max-width: 750px) {
      .faq-container > h2 {
        font-size: 2em; } }
  .faq-container .faq-title {
    font-size: 1.2em;
    font-weight: 200;
    margin: 3% 0; }
    @media screen and (min-width: 1800px) {
      .faq-container .faq-title {
        font-size: 1.5em; } }
    .faq-container .faq-title p {
      font-size: 1.2em; }
      @media screen and (min-width: 1800px) {
        .faq-container .faq-title p {
          font-size: 1.5em; } }
  .faq-container .question-wrapper {
    z-index: 10;
    width: 70%; }
    @media screen and (max-width: 750px) {
      .faq-container .question-wrapper {
        width: 90%; } }
    .faq-container .question-wrapper .question-container {
      padding: 0;
      width: 100%;
      margin-bottom: 1em; }
      @media screen and (min-width: 1800px) {
        .faq-container .question-wrapper .question-container {
          margin-bottom: 2em; } }
      .faq-container .question-wrapper .question-container .question {
        padding: 0.8em;
        padding-right: 2.5em;
        border: lightgray solid 1px;
        border-radius: 5px;
        position: relative;
        color: black;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center; }
        @media screen and (min-width: 1800px) {
          .faq-container .question-wrapper .question-container .question {
            padding: 2em; } }
        .faq-container .question-wrapper .question-container .question strong {
          font-size: 1.2em; }
          @media screen and (min-width: 1800px) {
            .faq-container .question-wrapper .question-container .question strong {
              font-size: 2em; } }
        .faq-container .question-wrapper .question-container .question[aria-expanded="true"] {
          border-color: #D4982F;
          color: #D4982F; }
          .faq-container .question-wrapper .question-container .question[aria-expanded="true"] .angle-right:after, .faq-container .question-wrapper .question-container .question[aria-expanded="true"] .angle-right:before {
            background-color: #D4982F !important; }
        .faq-container .question-wrapper .question-container .question .angle-right {
          position: absolute;
          right: 1em;
          top: 50%;
          transform: translate(0, -15%) rotate(90deg);
          height: 0.5em;
          width: 0.5em;
          transition: translate ease 0.3s;
          transform-origin: 70% 35%; }
          .faq-container .question-wrapper .question-container .question .angle-right:after, .faq-container .question-wrapper .question-container .question .angle-right:before {
            content: '';
            width: 100%;
            height: 2px;
            background-color: black;
            position: absolute;
            top: 50%;
            right: 0;
            transform-origin: 100% 50%;
            transform: translate(0, -50%) rotate(-45deg); }
          .faq-container .question-wrapper .question-container .question .angle-right:before {
            transform: rotate(45deg); }
        .faq-container .question-wrapper .question-container .question .expand {
          height: 1.2em;
          width: 1.2em;
          display: inline-block;
          position: relative;
          margin-right: 10px; }
          @media screen and (max-width: 750px) {
            .faq-container .question-wrapper .question-container .question .expand {
              height: 0.8em;
              width: 0.8em; } }
          .faq-container .question-wrapper .question-container .question .expand:after, .faq-container .question-wrapper .question-container .question .expand:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background-color: #D4982F;
            top: 50%;
            left: 0;
            transform: translate(0, -50%);
            transform-origin: center;
            transition: all ease 0.3s; }
          .faq-container .question-wrapper .question-container .question .expand:before {
            transform: translate(0, -50%) rotate(-90deg); }
        .faq-container .question-wrapper .question-container .question:not(.collapsed) .angle-right {
          transform: translate(-25%, -25%) rotate(-90deg); }
        .faq-container .question-wrapper .question-container .question:not(.collapsed) .expand:before {
          transform: translate(0, -50%) rotate(0deg); }
      .faq-container .question-wrapper .question-container .answer * {
        color: black; }
      .faq-container .question-wrapper .question-container .answer h1 {
        font-size: 1.2em;
        font-weight: 200; }
      .faq-container .question-wrapper .question-container .answer h2 {
        font-size: 1.1em;
        font-weight: 200; }
      .faq-container .question-wrapper .question-container .answer h3 {
        font-size: 1em;
        font-weight: 200; }
      .faq-container .question-wrapper .question-container .answer p, .faq-container .question-wrapper .question-container .answer ul {
        font-size: 1em;
        font-weight: 200;
        padding: 1em 0 2em; }
        @media screen and (min-width: 1800px) {
          .faq-container .question-wrapper .question-container .answer p, .faq-container .question-wrapper .question-container .answer ul {
            font-size: 1.5em;
            padding: 1.5em 0 2.5em; } }
        .faq-container .question-wrapper .question-container .answer p li, .faq-container .question-wrapper .question-container .answer ul li {
          margin-bottom: 0.2em; }
      .faq-container .question-wrapper .question-container .answer img {
        max-width: 100%;
        margin: 1%; }

.find-out-more {
  padding: 0 3vw !important; }
  @media screen and (max-width: 750px) {
    .find-out-more {
      padding: 0 !important; } }
  .find-out-more .find-out-more-content {
    border-radius: 20px; }
    @media screen and (max-width: 750px) {
      .find-out-more .find-out-more-content {
        border-radius: 0; } }
    .find-out-more .find-out-more-content .textCol {
      padding: 0 5vw; }
      .find-out-more .find-out-more-content .textCol h3, .find-out-more .find-out-more-content .textCol p {
        color: white; }
        @media screen and (max-width: 750px) {
          .find-out-more .find-out-more-content .textCol h3, .find-out-more .find-out-more-content .textCol p {
            text-align: center !important; } }
      .find-out-more .find-out-more-content .textCol h3 {
        text-transform: none;
        margin-bottom: 1em;
        font-size: 1.7em;
        letter-spacing: 1px; }
        @media screen and (min-width: 1800px) {
          .find-out-more .find-out-more-content .textCol h3 {
            font-size: 3em; } }
        @media screen and (max-width: 750px) {
          .find-out-more .find-out-more-content .textCol h3 {
            font-size: 1.2em; } }
      .find-out-more .find-out-more-content .textCol p {
        font-size: 1.2em;
        margin-bottom: 1em; }
        @media screen and (min-width: 1800px) {
          .find-out-more .find-out-more-content .textCol p {
            font-size: 2.2em; } }
        @media screen and (max-width: 750px) {
          .find-out-more .find-out-more-content .textCol p {
            font-size: 1em; } }
      .find-out-more .find-out-more-content .textCol a {
        text-transform: uppercase;
        font-size: 1.5em;
        font-weight: 600;
        padding: 0.8em 2.5em;
        margin: 1em 0; }
        @media screen and (min-width: 1800px) {
          .find-out-more .find-out-more-content .textCol a {
            font-size: 2.2em; } }
        @media screen and (max-width: 750px) {
          .find-out-more .find-out-more-content .textCol a {
            font-size: 1.2em;
            margin: 2em auto; } }
        .find-out-more .find-out-more-content .textCol a span {
          color: white; }

@media screen and (max-width: 750px) {
  #footer .upper-footer {
    padding: 0; } }

#footer .upper-footer .container {
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 750px) {
    #footer .upper-footer .container {
      padding: 0; } }
  #footer .upper-footer .container .footer-widget-area {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    #footer .upper-footer .container .footer-widget-area > div {
      padding: 2vh 0;
      width: 100%;
      display: flex;
      flex-direction: column;
      padding-top: 0;
      background-color: black;
      display: flex;
      flex: 0 0 100%;
      padding: 6vh 0; }
      @media screen and (max-width: 750px) {
        #footer .upper-footer .container .footer-widget-area > div {
          flex: 0 0 100%;
          flex-wrap: wrap;
          padding: 2vh 0 !important; } }
      #footer .upper-footer .container .footer-widget-area > div .footer_widget {
        margin: auto; }
        @media screen and (max-width: 750px) {
          #footer .upper-footer .container .footer-widget-area > div .footer_widget {
            max-width: 100%;
            margin-bottom: 2em; } }
        #footer .upper-footer .container .footer-widget-area > div .footer_widget.redux-social-icons-display {
          margin-top: 2em; }
          @media screen and (max-width: 1100px) {
            #footer .upper-footer .container .footer-widget-area > div .footer_widget.redux-social-icons-display li {
              width: auto; } }
          @media screen and (max-width: 1100px) {
            #footer .upper-footer .container .footer-widget-area > div .footer_widget.redux-social-icons-display li i {
              margin: 0; } }
        #footer .upper-footer .container .footer-widget-area > div .footer_widget a {
          margin: 0; }
          #footer .upper-footer .container .footer-widget-area > div .footer_widget a i {
            font-size: 2em;
            padding: 0 0.8em; }
            @media screen and (max-width: 750px) {
              #footer .upper-footer .container .footer-widget-area > div .footer_widget a i {
                padding: 0 0.7em;
                font-size: 1.5em; } }
            @media screen and (min-width: 1800px) {
              #footer .upper-footer .container .footer-widget-area > div .footer_widget a i {
                font-size: 2.6em; } }
        @media screen and (max-width: 750px) {
          #footer .upper-footer .container .footer-widget-area > div .footer_widget.widget_text {
            display: block; } }
        @media screen and (max-width: 750px) {
          #footer .upper-footer .container .footer-widget-area > div .footer_widget.widget_text .textwidget {
            margin-bottom: 0; } }
        #footer .upper-footer .container .footer-widget-area > div .footer_widget.widget_text .textwidget p {
          text-transform: uppercase;
          text-align: center;
          line-height: 1.5;
          color: white; }
          @media screen and (max-width: 750px) {
            #footer .upper-footer .container .footer-widget-area > div .footer_widget.widget_text .textwidget p {
              margin-bottom: 0;
              font-size: 0.8em; } }
          @media screen and (min-width: 1800px) {
            #footer .upper-footer .container .footer-widget-area > div .footer_widget.widget_text .textwidget p {
              font-size: 1.3em; } }
        #footer .upper-footer .container .footer-widget-area > div .footer_widget i {
          color: gray !important; }

#footer .footer-bar {
  padding: 0 8vw 4vh;
  margin: 0;
  width: 100%;
  display: flex;
  background-color: black;
  border: none !important; }
  @media screen and (max-width: 750px) {
    #footer .footer-bar {
      padding: 0 3vw 2vh; } }
  #footer .footer-bar .footer-nav-menu {
    margin: auto;
    font-weight: 600;
    letter-spacing: 1px;
    width: auto; }
    #footer .footer-bar .footer-nav-menu ul {
      text-transform: uppercase;
      font-size: 1.2em; }
      @media screen and (max-width: 750px) {
        #footer .footer-bar .footer-nav-menu ul {
          text-align: center;
          line-height: 1.5;
          font-size: 1em; } }
      @media screen and (min-width: 1800px) {
        #footer .footer-bar .footer-nav-menu ul {
          font-size: 1.5em; } }
      #footer .footer-bar .footer-nav-menu ul li {
        margin: 0 1vw; }
        @media screen and (max-width: 750px) {
          #footer .footer-bar .footer-nav-menu ul li {
            text-align: center; } }
        #footer .footer-bar .footer-nav-menu ul li a {
          padding: 0;
          font-size: 0.7em;
          margin: 0; }
          #footer .footer-bar .footer-nav-menu ul li a:hover {
            color: white;
            text-decoration: none; }
  #footer .footer-bar .footer-socials-bar {
    display: none; }

[id^=custom_funnel], .custom_funnel {
  overflow: hidden; }
  [id^=custom_funnel] .v-application, .custom_funnel .v-application {
    background: none !important;
    height: 100%; }
  [id^=custom_funnel] .v-application--wrap, .custom_funnel .v-application--wrap {
    min-height: 300px;
    background-color: black; }
    [id^=custom_funnel] .v-application--wrap .tt_button, .custom_funnel .v-application--wrap .tt_button {
      color: white; }
    [id^=custom_funnel] .v-application--wrap .v-main__wrap, .custom_funnel .v-application--wrap .v-main__wrap {
      display: flex;
      justify-content: center;
      align-items: center; }
    [id^=custom_funnel] .v-application--wrap .funnelWrapper, .custom_funnel .v-application--wrap .funnelWrapper {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
      [id^=custom_funnel] .v-application--wrap .funnelWrapper .basic-fade-enter-active, .custom_funnel .v-application--wrap .funnelWrapper .basic-fade-enter-active {
        opacity: 1;
        z-index: 0; }
      [id^=custom_funnel] .v-application--wrap .funnelWrapper .basic-fade-leave-active, .custom_funnel .v-application--wrap .funnelWrapper .basic-fade-leave-active {
        opacity: 1; }
      [id^=custom_funnel] .v-application--wrap .funnelWrapper .basic-fade-enter,
      [id^=custom_funnel] .v-application--wrap .funnelWrapper .basic-fade-leave-to, .custom_funnel .v-application--wrap .funnelWrapper .basic-fade-enter,
      .custom_funnel .v-application--wrap .funnelWrapper .basic-fade-leave-to {
        opacity: 0; }
      [id^=custom_funnel] .v-application--wrap .funnelWrapper .funnelBG, .custom_funnel .v-application--wrap .funnelWrapper .funnelBG {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-position: center;
        background-size: cover;
        z-index: 0;
        transition: all 1s ease; }
        @media screen and (min-width: 1100px) {
          [id^=custom_funnel] .v-application--wrap .funnelWrapper .funnelBG.mobileBG, .custom_funnel .v-application--wrap .funnelWrapper .funnelBG.mobileBG {
            display: none; } }
      [id^=custom_funnel] .v-application--wrap .funnelWrapper .videoBG-container, .custom_funnel .v-application--wrap .funnelWrapper .videoBG-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        [id^=custom_funnel] .v-application--wrap .funnelWrapper .videoBG-container .youtube-embed, .custom_funnel .v-application--wrap .funnelWrapper .videoBG-container .youtube-embed {
          pointer-events: none;
          position: absolute;
          left: 0;
          top: 50%;
          height: calc(2 / 3 * 100vw);
          width: 100%;
          z-index: 0;
          transform-origin: center;
          transform: translate(0, -50%) scale(1.5);
          z-index: 1; }
          @media screen and (max-width: 1100px) {
            [id^=custom_funnel] .v-application--wrap .funnelWrapper .videoBG-container .youtube-embed, .custom_funnel .v-application--wrap .funnelWrapper .videoBG-container .youtube-embed {
              display: none;
              transform: translate(0, -50%) scale(2.5); } }
      [id^=custom_funnel] .v-application--wrap .funnelWrapper .back, .custom_funnel .v-application--wrap .funnelWrapper .back {
        position: absolute;
        left: 5vw;
        top: 10vh;
        height: 1em;
        width: 1em;
        border-top: white solid 2.5px;
        border-left: white solid 2.5px;
        transform-origin: center;
        transform: rotate(-45deg);
        cursor: pointer;
        transition: all ease 0.3s;
        z-index: 10; }
        @media screen and (min-width: 1800px) {
          [id^=custom_funnel] .v-application--wrap .funnelWrapper .back, .custom_funnel .v-application--wrap .funnelWrapper .back {
            height: 2em;
            width: 2em;
            border-top: white solid 3px;
            border-left: white solid 3px; } }
        @media screen and (max-width: 750px) {
          [id^=custom_funnel] .v-application--wrap .funnelWrapper .back, .custom_funnel .v-application--wrap .funnelWrapper .back {
            left: 5vw;
            top: 8vh; } }
        [id^=custom_funnel] .v-application--wrap .funnelWrapper .back:hover, .custom_funnel .v-application--wrap .funnelWrapper .back:hover {
          transform: scale(1.1) rotate(-45deg); }
    [id^=custom_funnel] .v-application--wrap .funnel, [id^=custom_funnel] .v-application--wrap .choice, [id^=custom_funnel] .v-application--wrap .resa, [id^=custom_funnel] .v-application--wrap .credentials, .custom_funnel .v-application--wrap .funnel, .custom_funnel .v-application--wrap .choice, .custom_funnel .v-application--wrap .resa, .custom_funnel .v-application--wrap .credentials {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 2; }
      [id^=custom_funnel] .v-application--wrap .funnel > :first-child, [id^=custom_funnel] .v-application--wrap .choice > :first-child, [id^=custom_funnel] .v-application--wrap .resa > :first-child, [id^=custom_funnel] .v-application--wrap .credentials > :first-child, .custom_funnel .v-application--wrap .funnel > :first-child, .custom_funnel .v-application--wrap .choice > :first-child, .custom_funnel .v-application--wrap .resa > :first-child, .custom_funnel .v-application--wrap .credentials > :first-child {
        margin: auto; }
      [id^=custom_funnel] .v-application--wrap .funnel ul, [id^=custom_funnel] .v-application--wrap .choice ul, [id^=custom_funnel] .v-application--wrap .resa ul, [id^=custom_funnel] .v-application--wrap .credentials ul, .custom_funnel .v-application--wrap .funnel ul, .custom_funnel .v-application--wrap .choice ul, .custom_funnel .v-application--wrap .resa ul, .custom_funnel .v-application--wrap .credentials ul {
        z-index: 2;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap; }
        [id^=custom_funnel] .v-application--wrap .funnel ul li, [id^=custom_funnel] .v-application--wrap .choice ul li, [id^=custom_funnel] .v-application--wrap .resa ul li, [id^=custom_funnel] .v-application--wrap .credentials ul li, .custom_funnel .v-application--wrap .funnel ul li, .custom_funnel .v-application--wrap .choice ul li, .custom_funnel .v-application--wrap .resa ul li, .custom_funnel .v-application--wrap .credentials ul li {
          cursor: pointer;
          border-radius: 20px;
          border: transparent 2px solid;
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin: 1em auto;
          width: 90%;
          min-height: 10vh;
          background: rgba(255, 255, 255, 0.8);
          position: relative; }
          @media screen and (max-width: 1100px) {
            [id^=custom_funnel] .v-application--wrap .funnel ul li, [id^=custom_funnel] .v-application--wrap .choice ul li, [id^=custom_funnel] .v-application--wrap .resa ul li, [id^=custom_funnel] .v-application--wrap .credentials ul li, .custom_funnel .v-application--wrap .funnel ul li, .custom_funnel .v-application--wrap .choice ul li, .custom_funnel .v-application--wrap .resa ul li, .custom_funnel .v-application--wrap .credentials ul li {
              width: 75%;
              min-height: 7vh;
              border-radius: 10px;
              margin: 0.5em auto; } }

@keyframes leftToRight {
  0% {
    transform: translate(-20%, -50%) rotate(45deg); }
  100% {
    transform: translate(10%, -50%) rotate(45deg); } }
          [id^=custom_funnel] .v-application--wrap .funnel ul li > i, [id^=custom_funnel] .v-application--wrap .choice ul li > i, [id^=custom_funnel] .v-application--wrap .resa ul li > i, [id^=custom_funnel] .v-application--wrap .credentials ul li > i, .custom_funnel .v-application--wrap .funnel ul li > i, .custom_funnel .v-application--wrap .choice ul li > i, .custom_funnel .v-application--wrap .resa ul li > i, .custom_funnel .v-application--wrap .credentials ul li > i {
            position: absolute;
            right: calc(100% + 2em);
            top: 50%;
            transform-origin: center;
            transform: translate(-20%, -50%) rotate(45deg);
            height: 1.9em;
            width: 1.9em;
            border-top: 3px solid white;
            border-right: 3px solid white;
            animation: leftToRight 1s linear infinite alternate;
            pointer-events: none;
            transition: all 0.5s ease; }
          [id^=custom_funnel] .v-application--wrap .funnel ul li > div, [id^=custom_funnel] .v-application--wrap .choice ul li > div, [id^=custom_funnel] .v-application--wrap .resa ul li > div, [id^=custom_funnel] .v-application--wrap .credentials ul li > div, .custom_funnel .v-application--wrap .funnel ul li > div, .custom_funnel .v-application--wrap .choice ul li > div, .custom_funnel .v-application--wrap .resa ul li > div, .custom_funnel .v-application--wrap .credentials ul li > div {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            [id^=custom_funnel] .v-application--wrap .funnel ul li > div p, [id^=custom_funnel] .v-application--wrap .choice ul li > div p, [id^=custom_funnel] .v-application--wrap .resa ul li > div p, [id^=custom_funnel] .v-application--wrap .credentials ul li > div p, .custom_funnel .v-application--wrap .funnel ul li > div p, .custom_funnel .v-application--wrap .choice ul li > div p, .custom_funnel .v-application--wrap .resa ul li > div p, .custom_funnel .v-application--wrap .credentials ul li > div p {
              color: black;
              text-transform: none;
              margin-bottom: 0;
              font-weight: 600;
              font-size: 1.2em;
              line-height: 1.2; }
              @media screen and (min-width: 1800px) {
                [id^=custom_funnel] .v-application--wrap .funnel ul li > div p, [id^=custom_funnel] .v-application--wrap .choice ul li > div p, [id^=custom_funnel] .v-application--wrap .resa ul li > div p, [id^=custom_funnel] .v-application--wrap .credentials ul li > div p, .custom_funnel .v-application--wrap .funnel ul li > div p, .custom_funnel .v-application--wrap .choice ul li > div p, .custom_funnel .v-application--wrap .resa ul li > div p, .custom_funnel .v-application--wrap .credentials ul li > div p {
                  font-size: 1.8em; } }
              @media screen and (max-width: 1100px) {
                [id^=custom_funnel] .v-application--wrap .funnel ul li > div p, [id^=custom_funnel] .v-application--wrap .choice ul li > div p, [id^=custom_funnel] .v-application--wrap .resa ul li > div p, [id^=custom_funnel] .v-application--wrap .credentials ul li > div p, .custom_funnel .v-application--wrap .funnel ul li > div p, .custom_funnel .v-application--wrap .choice ul li > div p, .custom_funnel .v-application--wrap .resa ul li > div p, .custom_funnel .v-application--wrap .credentials ul li > div p {
                  font-size: 1em;
                  margin: 0; } }
            [id^=custom_funnel] .v-application--wrap .funnel ul li > div em, [id^=custom_funnel] .v-application--wrap .choice ul li > div em, [id^=custom_funnel] .v-application--wrap .resa ul li > div em, [id^=custom_funnel] .v-application--wrap .credentials ul li > div em, .custom_funnel .v-application--wrap .funnel ul li > div em, .custom_funnel .v-application--wrap .choice ul li > div em, .custom_funnel .v-application--wrap .resa ul li > div em, .custom_funnel .v-application--wrap .credentials ul li > div em {
              color: grey;
              font-style: normal;
              font-size: 1.2em; }
              @media screen and (min-width: 1800px) {
                [id^=custom_funnel] .v-application--wrap .funnel ul li > div em, [id^=custom_funnel] .v-application--wrap .choice ul li > div em, [id^=custom_funnel] .v-application--wrap .resa ul li > div em, [id^=custom_funnel] .v-application--wrap .credentials ul li > div em, .custom_funnel .v-application--wrap .funnel ul li > div em, .custom_funnel .v-application--wrap .choice ul li > div em, .custom_funnel .v-application--wrap .resa ul li > div em, .custom_funnel .v-application--wrap .credentials ul li > div em {
                  font-size: 1.5em; } }
              @media screen and (max-width: 1100px) {
                [id^=custom_funnel] .v-application--wrap .funnel ul li > div em, [id^=custom_funnel] .v-application--wrap .choice ul li > div em, [id^=custom_funnel] .v-application--wrap .resa ul li > div em, [id^=custom_funnel] .v-application--wrap .credentials ul li > div em, .custom_funnel .v-application--wrap .funnel ul li > div em, .custom_funnel .v-application--wrap .choice ul li > div em, .custom_funnel .v-application--wrap .resa ul li > div em, .custom_funnel .v-application--wrap .credentials ul li > div em {
                  font-size: 0.9em; } }
          [id^=custom_funnel] .v-application--wrap .funnel ul li .thumbnail, [id^=custom_funnel] .v-application--wrap .choice ul li .thumbnail, [id^=custom_funnel] .v-application--wrap .resa ul li .thumbnail, [id^=custom_funnel] .v-application--wrap .credentials ul li .thumbnail, .custom_funnel .v-application--wrap .funnel ul li .thumbnail, .custom_funnel .v-application--wrap .choice ul li .thumbnail, .custom_funnel .v-application--wrap .resa ul li .thumbnail, .custom_funnel .v-application--wrap .credentials ul li .thumbnail {
            flex-grow: 0;
            flex-shrink: 0;
            border-radius: 10px;
            background-size: cover;
            background-position: center; }
          [id^=custom_funnel] .v-application--wrap .funnel ul li.hasImage, [id^=custom_funnel] .v-application--wrap .choice ul li.hasImage, [id^=custom_funnel] .v-application--wrap .resa ul li.hasImage, [id^=custom_funnel] .v-application--wrap .credentials ul li.hasImage, .custom_funnel .v-application--wrap .funnel ul li.hasImage, .custom_funnel .v-application--wrap .choice ul li.hasImage, .custom_funnel .v-application--wrap .resa ul li.hasImage, .custom_funnel .v-application--wrap .credentials ul li.hasImage {
            height: auto; }
            [id^=custom_funnel] .v-application--wrap .funnel ul li.hasImage > div, [id^=custom_funnel] .v-application--wrap .choice ul li.hasImage > div, [id^=custom_funnel] .v-application--wrap .resa ul li.hasImage > div, [id^=custom_funnel] .v-application--wrap .credentials ul li.hasImage > div, .custom_funnel .v-application--wrap .funnel ul li.hasImage > div, .custom_funnel .v-application--wrap .choice ul li.hasImage > div, .custom_funnel .v-application--wrap .resa ul li.hasImage > div, .custom_funnel .v-application--wrap .credentials ul li.hasImage > div {
              align-items: flex-start; }
          [id^=custom_funnel] .v-application--wrap .funnel ul li:hover p, [id^=custom_funnel] .v-application--wrap .choice ul li:hover p, [id^=custom_funnel] .v-application--wrap .resa ul li:hover p, [id^=custom_funnel] .v-application--wrap .credentials ul li:hover p, .custom_funnel .v-application--wrap .funnel ul li:hover p, .custom_funnel .v-application--wrap .choice ul li:hover p, .custom_funnel .v-application--wrap .resa ul li:hover p, .custom_funnel .v-application--wrap .credentials ul li:hover p {
            color: #D4982F !important; }
    [id^=custom_funnel] .v-application--wrap .funnel, [id^=custom_funnel] .v-application--wrap .choice, .custom_funnel .v-application--wrap .funnel, .custom_funnel .v-application--wrap .choice {
      min-height: 80vh;
      height: auto; }
      @media screen and (max-width: 1100px) {
        [id^=custom_funnel] .v-application--wrap .funnel, [id^=custom_funnel] .v-application--wrap .choice, .custom_funnel .v-application--wrap .funnel, .custom_funnel .v-application--wrap .choice {
          min-height: 50vh; } }
      [id^=custom_funnel] .v-application--wrap .funnel .question-container, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader), [id^=custom_funnel] .v-application--wrap .choice .question-container, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader), .custom_funnel .v-application--wrap .funnel .question-container, .custom_funnel .v-application--wrap .funnel > div:not(.loader), .custom_funnel .v-application--wrap .choice .question-container, .custom_funnel .v-application--wrap .choice > div:not(.loader) {
        width: 50%; }
        @media screen and (max-width: 1100px) {
          [id^=custom_funnel] .v-application--wrap .funnel .question-container, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader), [id^=custom_funnel] .v-application--wrap .choice .question-container, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader), .custom_funnel .v-application--wrap .funnel .question-container, .custom_funnel .v-application--wrap .funnel > div:not(.loader), .custom_funnel .v-application--wrap .choice .question-container, .custom_funnel .v-application--wrap .choice > div:not(.loader) {
            width: 100%; } }
        [id^=custom_funnel] .v-application--wrap .funnel .question-container header, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header, [id^=custom_funnel] .v-application--wrap .choice .question-container header, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header, .custom_funnel .v-application--wrap .funnel .question-container header, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header, .custom_funnel .v-application--wrap .choice .question-container header, .custom_funnel .v-application--wrap .choice > div:not(.loader) header {
          display: flex;
          justify-content: space-between;
          text-align: left;
          padding: 5vh 3vw; }
          @media screen and (max-width: 1100px) {
            [id^=custom_funnel] .v-application--wrap .funnel .question-container header, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header, [id^=custom_funnel] .v-application--wrap .choice .question-container header, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header, .custom_funnel .v-application--wrap .funnel .question-container header, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header, .custom_funnel .v-application--wrap .choice .question-container header, .custom_funnel .v-application--wrap .choice > div:not(.loader) header {
              padding: 0.5em 1em;
              flex-direction: column-reverse;
              text-align: center; } }
          [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter, .custom_funnel .v-application--wrap .funnel .question-container header .counter, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter, .custom_funnel .v-application--wrap .choice .question-container header .counter, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter {
            width: 10%;
            text-align: center; }
            @media screen and (max-width: 1100px) {
              [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter, .custom_funnel .v-application--wrap .funnel .question-container header .counter, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter, .custom_funnel .v-application--wrap .choice .question-container header .counter, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter {
                margin: auto;
                padding: 1em 0;
                width: 15%; } }
            [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .figures .current, .custom_funnel .v-application--wrap .funnel .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .figures .current, .custom_funnel .v-application--wrap .choice .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .figures .current {
              color: white;
              font-weight: 600;
              font-size: 1.5em; }
              @media screen and (min-width: 1800px) {
                [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .figures .current, .custom_funnel .v-application--wrap .funnel .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .figures .current, .custom_funnel .v-application--wrap .choice .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .figures .current {
                  font-size: 3em; } }
              @media screen and (max-width: 1100px) {
                [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .figures .current, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .figures .current, .custom_funnel .v-application--wrap .funnel .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .figures .current, .custom_funnel .v-application--wrap .choice .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .figures .current {
                  font-size: 1.8em; } }
            [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .figures .total, .custom_funnel .v-application--wrap .funnel .question-container header .counter .figures .total, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .figures .total, .custom_funnel .v-application--wrap .choice .question-container header .counter .figures .total, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .figures .total {
              color: #D4982F;
              font-size: 1.2em; }
              @media screen and (min-width: 1800px) {
                [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .figures .total, .custom_funnel .v-application--wrap .funnel .question-container header .counter .figures .total, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .figures .total, .custom_funnel .v-application--wrap .choice .question-container header .counter .figures .total, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .figures .total {
                  font-size: 2em; } }
              @media screen and (max-width: 1100px) {
                [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .figures .total, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .figures .total, .custom_funnel .v-application--wrap .funnel .question-container header .counter .figures .total, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .figures .total, .custom_funnel .v-application--wrap .choice .question-container header .counter .figures .total, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .figures .total {
                  font-size: 1.5em; } }
            [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .v-progress-linear, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .v-progress-linear, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .v-progress-linear, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .v-progress-linear, .custom_funnel .v-application--wrap .funnel .question-container header .counter .v-progress-linear, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .v-progress-linear, .custom_funnel .v-application--wrap .choice .question-container header .counter .v-progress-linear, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .v-progress-linear {
              height: 2px !important; }
              [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .v-progress-linear .v-progress-linear__background, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__background, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .v-progress-linear .v-progress-linear__background, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__background, .custom_funnel .v-application--wrap .funnel .question-container header .counter .v-progress-linear .v-progress-linear__background, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__background, .custom_funnel .v-application--wrap .choice .question-container header .counter .v-progress-linear .v-progress-linear__background, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__background {
                opacity: 1 !important; }
              [id^=custom_funnel] .v-application--wrap .funnel .question-container header .counter .v-progress-linear .v-progress-linear__determinate, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__determinate, [id^=custom_funnel] .v-application--wrap .choice .question-container header .counter .v-progress-linear .v-progress-linear__determinate, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__determinate, .custom_funnel .v-application--wrap .funnel .question-container header .counter .v-progress-linear .v-progress-linear__determinate, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__determinate, .custom_funnel .v-application--wrap .choice .question-container header .counter .v-progress-linear .v-progress-linear__determinate, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .counter .v-progress-linear .v-progress-linear__determinate {
                background-color: white !important; }
          [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question, .custom_funnel .v-application--wrap .funnel .question-container header .question, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question, .custom_funnel .v-application--wrap .choice .question-container header .question, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question {
            width: 90%; }
            @media screen and (max-width: 1100px) {
              [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question, .custom_funnel .v-application--wrap .funnel .question-container header .question, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question, .custom_funnel .v-application--wrap .choice .question-container header .question, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question {
                display: flex;
                margin: auto; } }
            [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question *, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question *, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question *, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question *, .custom_funnel .v-application--wrap .funnel .question-container header .question *, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question *, .custom_funnel .v-application--wrap .choice .question-container header .question *, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question * {
              text-transform: uppercase;
              margin: 0; }
            [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question p, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question p, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question p, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question p, .custom_funnel .v-application--wrap .funnel .question-container header .question p, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question p, .custom_funnel .v-application--wrap .choice .question-container header .question p, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question p {
              font-size: 2em;
              line-height: 1.2;
              color: white; }
              @media screen and (min-width: 1800px) {
                [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question p, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question p, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question p, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question p, .custom_funnel .v-application--wrap .funnel .question-container header .question p, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question p, .custom_funnel .v-application--wrap .choice .question-container header .question p, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question p {
                  font-size: 3.2em; } }
              @media screen and (max-width: 1100px) {
                [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question p, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question p, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question p, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question p, .custom_funnel .v-application--wrap .funnel .question-container header .question p, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question p, .custom_funnel .v-application--wrap .choice .question-container header .question p, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question p {
                  font-size: 2em;
                  margin: auto; } }
              [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question p strong, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question p strong, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question p strong, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question p strong, .custom_funnel .v-application--wrap .funnel .question-container header .question p strong, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question p strong, .custom_funnel .v-application--wrap .choice .question-container header .question p strong, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question p strong {
                font-size: 1.5em; }
                @media screen and (max-width: 750px) {
                  [id^=custom_funnel] .v-application--wrap .funnel .question-container header .question p strong, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader) header .question p strong, [id^=custom_funnel] .v-application--wrap .choice .question-container header .question p strong, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader) header .question p strong, .custom_funnel .v-application--wrap .funnel .question-container header .question p strong, .custom_funnel .v-application--wrap .funnel > div:not(.loader) header .question p strong, .custom_funnel .v-application--wrap .choice .question-container header .question p strong, .custom_funnel .v-application--wrap .choice > div:not(.loader) header .question p strong {
                    font-size: 2em; } }
        [id^=custom_funnel] .v-application--wrap .funnel .question-container.first header, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader).first header, [id^=custom_funnel] .v-application--wrap .choice .question-container.first header, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader).first header, .custom_funnel .v-application--wrap .funnel .question-container.first header, .custom_funnel .v-application--wrap .funnel > div:not(.loader).first header, .custom_funnel .v-application--wrap .choice .question-container.first header, .custom_funnel .v-application--wrap .choice > div:not(.loader).first header {
          justify-content: center; }
          [id^=custom_funnel] .v-application--wrap .funnel .question-container.first header .question, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader).first header .question, [id^=custom_funnel] .v-application--wrap .choice .question-container.first header .question, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader).first header .question, .custom_funnel .v-application--wrap .funnel .question-container.first header .question, .custom_funnel .v-application--wrap .funnel > div:not(.loader).first header .question, .custom_funnel .v-application--wrap .choice .question-container.first header .question, .custom_funnel .v-application--wrap .choice > div:not(.loader).first header .question {
            text-align: center; }
            @media screen and (max-width: 750px) {
              [id^=custom_funnel] .v-application--wrap .funnel .question-container.first header .question, [id^=custom_funnel] .v-application--wrap .funnel > div:not(.loader).first header .question, [id^=custom_funnel] .v-application--wrap .choice .question-container.first header .question, [id^=custom_funnel] .v-application--wrap .choice > div:not(.loader).first header .question, .custom_funnel .v-application--wrap .funnel .question-container.first header .question, .custom_funnel .v-application--wrap .funnel > div:not(.loader).first header .question, .custom_funnel .v-application--wrap .choice .question-container.first header .question, .custom_funnel .v-application--wrap .choice > div:not(.loader).first header .question {
                display: block; } }
    [id^=custom_funnel] .v-application--wrap .funnel ul, .custom_funnel .v-application--wrap .funnel ul {
      padding-bottom: 5vh; }
      [id^=custom_funnel] .v-application--wrap .funnel ul li, .custom_funnel .v-application--wrap .funnel ul li {
        padding: 0.5em; }
        @media screen and (max-width: 750px) {
          [id^=custom_funnel] .v-application--wrap .funnel ul li, .custom_funnel .v-application--wrap .funnel ul li {
            padding: 0.2em; } }
        [id^=custom_funnel] .v-application--wrap .funnel ul li .thumbnail, .custom_funnel .v-application--wrap .funnel ul li .thumbnail {
          width: 9vw;
          height: 100%; }
          @media screen and (max-width: 750px) {
            [id^=custom_funnel] .v-application--wrap .funnel ul li .thumbnail, .custom_funnel .v-application--wrap .funnel ul li .thumbnail {
              width: 15vw;
              height: 100%; } }
    [id^=custom_funnel] .v-application--wrap .funnel.dark .question-container header .question p, [id^=custom_funnel] .v-application--wrap .funnel.dark .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .funnel.dark .question-container header .question p, .custom_funnel .v-application--wrap .funnel.dark .question-container header .counter .figures .current {
      color: white; }
    [id^=custom_funnel] .v-application--wrap .funnel.dark .question-container header .counter .v-progress-linear .v-progress-linear__determinate, .custom_funnel .v-application--wrap .funnel.dark .question-container header .counter .v-progress-linear .v-progress-linear__determinate {
      background-color: white !important; }
    [id^=custom_funnel] .v-application--wrap .funnel.light .question-container header .question p, [id^=custom_funnel] .v-application--wrap .funnel.light .question-container header .counter .figures .current, .custom_funnel .v-application--wrap .funnel.light .question-container header .question p, .custom_funnel .v-application--wrap .funnel.light .question-container header .counter .figures .current {
      color: black; }
    [id^=custom_funnel] .v-application--wrap .funnel.light .question-container header .counter .v-progress-linear .v-progress-linear__determinate, .custom_funnel .v-application--wrap .funnel.light .question-container header .counter .v-progress-linear .v-progress-linear__determinate {
      background-color: black !important; }
    @media screen and (max-width: 1100px) {
      [id^=custom_funnel] .v-application--wrap .choice div, .custom_funnel .v-application--wrap .choice div {
        display: flex;
        flex-direction: column; } }
    [id^=custom_funnel] .v-application--wrap .choice div p, .custom_funnel .v-application--wrap .choice div p {
      color: white;
      text-transform: uppercase;
      font-size: 2em;
      line-height: 1.2; }
      @media screen and (min-width: 1800px) {
        [id^=custom_funnel] .v-application--wrap .choice div p, .custom_funnel .v-application--wrap .choice div p {
          font-size: 3.2em; } }
      @media screen and (max-width: 1100px) {
        [id^=custom_funnel] .v-application--wrap .choice div p, .custom_funnel .v-application--wrap .choice div p {
          font-size: 2em;
          margin: auto;
          text-align: center; } }
    [id^=custom_funnel] .v-application--wrap .choice div ul, .custom_funnel .v-application--wrap .choice div ul {
      padding-bottom: 5vh; }
      [id^=custom_funnel] .v-application--wrap .choice div ul li, .custom_funnel .v-application--wrap .choice div ul li {
        flex: auto;
        padding: 0.5em 1em;
        width: 75%; }
        @media screen and (max-width: 1100px) {
          [id^=custom_funnel] .v-application--wrap .choice div ul li, .custom_funnel .v-application--wrap .choice div ul li {
            flex: none;
            padding: 0.2em;
            min-height: 7vh !important; } }
        [id^=custom_funnel] .v-application--wrap .choice div ul li div, .custom_funnel .v-application--wrap .choice div ul li div {
          padding: 0 2em; }
          @media screen and (max-width: 1100px) {
            [id^=custom_funnel] .v-application--wrap .choice div ul li div, .custom_funnel .v-application--wrap .choice div ul li div {
              padding: 0 1em; } }
          @media screen and (max-width: 1100px) {
            [id^=custom_funnel] .v-application--wrap .choice div ul li div p, .custom_funnel .v-application--wrap .choice div ul li div p {
              text-align: left; } }
        [id^=custom_funnel] .v-application--wrap .choice div ul li .thumbnail, .custom_funnel .v-application--wrap .choice div ul li .thumbnail {
          width: 10vw;
          height: 5vw; }
          @media screen and (max-width: 1100px) {
            [id^=custom_funnel] .v-application--wrap .choice div ul li .thumbnail, .custom_funnel .v-application--wrap .choice div ul li .thumbnail {
              width: 15vw;
              height: 100%; } }
    [id^=custom_funnel] .v-application--wrap .resa, .custom_funnel .v-application--wrap .resa {
      flex-direction: column;
      width: 100%;
      height: 1000px; }
      @media screen and (min-width: 1800px) {
        [id^=custom_funnel] .v-application--wrap .resa, .custom_funnel .v-application--wrap .resa {
          height: 1100px; } }
      @media screen and (max-width: 750px) {
        [id^=custom_funnel] .v-application--wrap .resa, .custom_funnel .v-application--wrap .resa {
          height: 1300px; } }
      [id^=custom_funnel] .v-application--wrap .resa .v-picker__title, .custom_funnel .v-application--wrap .resa .v-picker__title {
        display: none; }
      [id^=custom_funnel] .v-application--wrap .resa .loader, .custom_funnel .v-application--wrap .resa .loader {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50vh;
        z-index: 0; }
        @media screen and (max-width: 750px) {
          [id^=custom_funnel] .v-application--wrap .resa .loader, .custom_funnel .v-application--wrap .resa .loader {
            top: 10vh; } }
        [id^=custom_funnel] .v-application--wrap .resa .loader p, .custom_funnel .v-application--wrap .resa .loader p {
          margin: 0;
          margin-top: 0.3em;
          padding: 0;
          font-size: 1em;
          color: #D4982F;
          text-transform: none; }
      [id^=custom_funnel] .v-application--wrap .resa p, .custom_funnel .v-application--wrap .resa p {
        color: white;
        padding-top: 10vh;
        font-size: 2em;
        line-height: 1.2;
        text-transform: uppercase; }
        @media screen and (min-width: 1800px) {
          [id^=custom_funnel] .v-application--wrap .resa p, .custom_funnel .v-application--wrap .resa p {
            font-size: 3.2em; } }
        @media screen and (max-width: 1100px) {
          [id^=custom_funnel] .v-application--wrap .resa p, .custom_funnel .v-application--wrap .resa p {
            font-size: 2em;
            margin: auto;
            padding: 10vh 2em 0;
            text-align: center; } }
      [id^=custom_funnel] .v-application--wrap .resa #calendly, .custom_funnel .v-application--wrap .resa #calendly {
        z-index: 1; }
        @media screen and (max-width: 750px) {
          [id^=custom_funnel] .v-application--wrap .resa #calendly, .custom_funnel .v-application--wrap .resa #calendly {
            margin-top: 5vh; } }
      [id^=custom_funnel] .v-application--wrap .resa .v-date-picker-header__value button, .custom_funnel .v-application--wrap .resa .v-date-picker-header__value button {
        text-transform: uppercase; }
      @media screen and (min-width: 1800px) {
        [id^=custom_funnel] .v-application--wrap .resa iframe, .custom_funnel .v-application--wrap .resa iframe {
          margin-top: -2vh; } }

.custom-popup .custom_funnel .v-application--wrap .resa p {
  display: none; }

.custon-popup.active .custom_funnel .v-application--wrap .resa #calendly {
  margin-top: 0 !important; }

@media screen and (max-width: 1100px) {
  .services-header {
    height: auto;
    flex-direction: column-reverse;
    padding: 7vh 0 0 !important; } }

.services-header .wpb_column.textCol {
  padding-left: 3vw;
  margin: auto; }
  @media screen and (max-width: 1100px) {
    .services-header .wpb_column.textCol {
      padding: 5vh 5vw;
      width: 100%; } }
  .services-header .wpb_column.textCol h1 {
    text-transform: none;
    font-size: 2.8em;
    margin-bottom: 0.5em; }
    @media screen and (max-width: 750px) {
      .services-header .wpb_column.textCol h1 {
        font-size: 2em; } }
    @media screen and (max-width: 1100px) {
      .services-header .wpb_column.textCol h1 {
        padding: 0 5vw;
        text-align: center; } }
    @media screen and (min-width: 1800px) {
      .services-header .wpb_column.textCol h1 {
        font-size: 4.5em; } }
  .services-header .wpb_column.textCol p {
    font-size: 1.3em; }
    @media screen and (max-width: 750px) {
      .services-header .wpb_column.textCol p {
        font-size: 1.1em; } }
    @media screen and (max-width: 1100px) {
      .services-header .wpb_column.textCol p {
        text-align: center; } }
    @media screen and (min-width: 1800px) {
      .services-header .wpb_column.textCol p {
        font-size: 2em; } }

@media screen and (max-width: 1100px) {
  .services-header .wpb_column.imgCol {
    width: 100%; } }

.services-header .wpb_column.imgCol .vc_column-inner {
  height: 100%; }
  .services-header .wpb_column.imgCol .vc_column-inner .wpb_single_image {
    display: flex; }
    .services-header .wpb_column.imgCol .vc_column-inner .wpb_single_image .vc_figure {
      margin: auto; }

.activity-header {
  position: relative; }
  .activity-header .header-title {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2; }
    .activity-header .header-title h1 {
      text-transform: uppercase;
      color: white;
      text-align: center; }
  .activity-header .header-img img {
    width: 100vw;
    height: 80vh;
    object-fit: cover; }
  .activity-header .header-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 80vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.2) 80%, #ffffff 100%); }
  .activity-header + .listAndText {
    margin-top: -15vh;
    padding: 0 10vw 10vh !important; }

.imageAndLink {
  justify-content: center; }
  .imageAndLink .squareItem {
    height: 30vw;
    width: 30vw; }
    @media screen and (max-width: 750px) {
      .imageAndLink .squareItem {
        height: 50vw;
        width: 50vw; } }
    .imageAndLink .squareItem .tt_button {
      position: absolute;
      height: 100%;
      width: 100%;
      border: none;
      color: black;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 1.2em; }
      @media screen and (max-width: 750px) {
        .imageAndLink .squareItem .tt_button {
          font-size: 0.8em; } }
      @media screen and (min-width: 1800px) {
        .imageAndLink .squareItem .tt_button {
          font-size: 1.6em; } }
    .imageAndLink .squareItem .tt_button:hover {
      box-shadow: none !important;
      color: #D4982F !important; }

@media screen and (max-width: 1100px) {
  .imageAndText {
    margin: 0 !important; } }

@media screen and (max-width: 750px) {
  .imageAndText {
    padding: 0 !important;
    overflow: visible !important; } }

@media screen and (max-width: 1100px) {
  .imageAndText .textCol {
    width: 100%; } }

@media screen and (max-width: 1100px) {
  .imageAndText .textCol .wpb_wrapper {
    display: flex;
    flex-direction: column; } }

.imageAndText .textCol .wpb_wrapper h5 {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 600; }
  @media screen and (max-width: 1100px) {
    .imageAndText .textCol .wpb_wrapper h5 {
      text-align: center !important; } }
  @media screen and (min-width: 1800px) {
    .imageAndText .textCol .wpb_wrapper h5 {
      font-size: 1.5em; } }

.imageAndText .textCol .wpb_wrapper h3 {
  text-transform: none;
  margin-bottom: 1em;
  font-size: 2.2em;
  letter-spacing: 1px; }
  @media screen and (max-width: 1100px) {
    .imageAndText .textCol .wpb_wrapper h3 {
      padding: 0 0.3em;
      font-size: 2em;
      text-align: center !important; } }
  @media screen and (min-width: 1800px) {
    .imageAndText .textCol .wpb_wrapper h3 {
      font-size: 3em; } }

.imageAndText .textCol .wpb_wrapper p {
  margin-bottom: 2.5em !important;
  font-size: 1em;
  line-height: 2; }
  @media screen and (max-width: 1100px) {
    .imageAndText .textCol .wpb_wrapper p {
      text-align: center !important; } }
  @media screen and (min-width: 1800px) {
    .imageAndText .textCol .wpb_wrapper p {
      font-size: 1.5em; } }

.imageAndText .textCol .wpb_wrapper a {
  padding: 0.8em 2.5em;
  text-transform: uppercase;
  font-weight: 400; }
  @media screen and (max-width: 1100px) {
    .imageAndText .textCol .wpb_wrapper a {
      margin: 1em auto; } }
  @media screen and (min-width: 1800px) {
    .imageAndText .textCol .wpb_wrapper a {
      font-size: 1.4em; } }
  .imageAndText .textCol .wpb_wrapper a.noBorder {
    border: none; }
    .imageAndText .textCol .wpb_wrapper a.noBorder:hover {
      background-color: transparent;
      color: #D4982F;
      box-shadow: none !important; }

@media screen and (max-width: 750px) {
  .imageAndText .imgCol {
    width: 100% !important; } }

@media screen and (max-width: 1100px) {
  .imageAndText .imgCol {
    width: 50%; } }

.imageAndText .leftCol, .imageAndText .rightCol {
  padding: 0 1em; }
  @media screen and (max-width: 1100px) {
    .imageAndText .leftCol, .imageAndText .rightCol {
      padding: 0; } }
  @media screen and (min-width: 1800px) {
    .imageAndText .leftCol, .imageAndText .rightCol {
      padding: 0 2em; } }

.imageAndText.imageAndTextRow {
  left: 0 !important;
  width: 100% !important;
  margin: 5em 0 !important; }
  @media screen and (max-width: 1100px) {
    .imageAndText.imageAndTextRow {
      flex-direction: column-reverse;
      margin: 0 !important; } }
  .imageAndText.imageAndTextRow .imgCol {
    margin: auto 0; }
    @media screen and (max-width: 1100px) {
      .imageAndText.imageAndTextRow .imgCol {
        padding: 0 !important;
        margin: auto; } }
    .imageAndText.imageAndTextRow .imgCol img {
      border-radius: 5px; }
      @media screen and (max-width: 750px) {
        .imageAndText.imageAndTextRow .imgCol img {
          border-radius: 0; } }
  .imageAndText.imageAndTextRow .textCol {
    margin: auto 0; }
    @media screen and (max-width: 1100px) {
      .imageAndText.imageAndTextRow .textCol {
        padding: 2em 1.5em !important; } }
    .imageAndText.imageAndTextRow .textCol h5 {
      letter-spacing: 1px;
      border-bottom: solid 3px #D4982F;
      width: max-content; }
      @media screen and (max-width: 1100px) {
        .imageAndText.imageAndTextRow .textCol h5 {
          margin: 0 auto 1em;
          font-size: 1.3em; } }

.imageAndText.listAndText {
  padding: 10vw;
  z-index: 10; }
  @media screen and (max-width: 750px) {
    .imageAndText.listAndText {
      flex-direction: column;
      margin: 2em 0 !important;
      padding: 0 !important; } }
  @media screen and (max-width: 750px) {
    .imageAndText.listAndText.marginBottom {
      margin-bottom: 2em !important; } }
  .imageAndText.listAndText .leftCol {
    padding-right: 5vw !important; }
  .imageAndText.listAndText .rightCol {
    padding-left: 10vw !important; }
  .imageAndText.listAndText .listCol {
    margin: auto 0; }
    @media screen and (max-width: 1100px) {
      .imageAndText.listAndText .listCol {
        padding: 0 1.5em !important;
        margin: auto;
        width: 55vw; } }
    @media screen and (max-width: 750px) {
      .imageAndText.listAndText .listCol {
        width: 100%; } }
    .imageAndText.listAndText .listCol .vc_column-inner {
      padding: 2em 2em 3em !important; }
      @media screen and (max-width: 750px) {
        .imageAndText.listAndText .listCol .vc_column-inner {
          padding: 1.5em 0.5em !important; } }
      .imageAndText.listAndText .listCol .vc_column-inner h5 {
        color: #D4982F;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 1em 1em;
        font-size: 1.5em; }
        @media screen and (max-width: 750px) {
          .imageAndText.listAndText .listCol .vc_column-inner h5 {
            text-align: center !important; } }
      .imageAndText.listAndText .listCol .vc_column-inner li {
        font-size: 1em; }
        @media screen and (min-width: 1800px) {
          .imageAndText.listAndText .listCol .vc_column-inner li {
            font-size: 1.3em;
            padding: 0.2em 0; } }
        .imageAndText.listAndText .listCol .vc_column-inner li .icon-simple {
          background: url("./assets/img/rectangle1788.png") no-repeat center;
          background-size: 50%;
          margin-right: 1.5em;
          height: 23px; }
          @media screen and (min-width: 1800px) {
            .imageAndText.listAndText .listCol .vc_column-inner li .icon-simple {
              background-size: 70%;
              margin: 0 1.2em; } }
          .imageAndText.listAndText .listCol .vc_column-inner li .icon-simple i {
            display: none; }
        .imageAndText.listAndText .listCol .vc_column-inner li.phoneIcon {
          padding: 1em 0 0; }
          @media screen and (min-width: 1800px) {
            .imageAndText.listAndText .listCol .vc_column-inner li.phoneIcon {
              padding: 1.5em 0 0; } }
          .imageAndText.listAndText .listCol .vc_column-inner li.phoneIcon .icon-simple {
            background: url("./assets/img/phone.png") no-repeat center;
            background-size: 70%; }
            @media screen and (min-width: 1800px) {
              .imageAndText.listAndText .listCol .vc_column-inner li.phoneIcon .icon-simple {
                background-size: 100%; } }
      .imageAndText.listAndText .listCol .vc_column-inner a {
        padding: 0em 3.5em;
        text-transform: uppercase;
        font-size: 1.2em;
        color: white !important;
        margin: 5vh auto 0; }
        .imageAndText.listAndText .listCol .vc_column-inner a:hover {
          background-color: #D4982F; }
  .imageAndText.listAndText .textCol {
    margin: auto 0; }
    @media screen and (max-width: 750px) {
      .imageAndText.listAndText .textCol {
        padding: 2em 1.5em !important; } }
    .imageAndText.listAndText .textCol h5 {
      letter-spacing: 1px;
      margin: 0;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1.5em; }
    .imageAndText.listAndText .textCol .kd-divider .divider-line {
      width: 15%;
      margin: 0.5em 0 1.5em;
      border-top: 2px solid #D4982F; }
      @media screen and (max-width: 750px) {
        .imageAndText.listAndText .textCol .kd-divider .divider-line {
          width: 25%; } }
      @media screen and (max-width: 1100px) {
        .imageAndText.listAndText .textCol .kd-divider .divider-line {
          margin: auto; } }
    .imageAndText.listAndText .textCol p {
      font-weight: 400;
      line-height: 1.5;
      font-size: 1em; }
      @media screen and (min-width: 1800px) {
        .imageAndText.listAndText .textCol p {
          font-size: 1.3em; } }

.imageAndTextColumn {
  overflow: visible !important;
  z-index: 0; }
  .imageAndTextColumn .imgCol {
    height: 75vh;
    overflow: hidden; }
    @media screen and (max-width: 750px) {
      .imageAndTextColumn .imgCol {
        height: auto !important; } }
    @media screen and (max-width: 1100px) {
      .imageAndTextColumn .imgCol {
        height: 50vh; } }
    .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center {
      margin-top: -15vh !important; }
      @media screen and (max-width: 1100px) {
        .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center {
          margin-top: 0 !important; } }
      .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center .vc_figure {
        height: 100%;
        overflow: hidden; }
        .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center .vc_figure .vc_single_image-wrapper {
          height: 100%;
          overflow: hidden; }
          .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center .vc_figure .vc_single_image-wrapper img {
            margin-top: 32vh;
            transform: translate(0, -50%); }
            @media screen and (max-width: 750px) {
              .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center .vc_figure .vc_single_image-wrapper img {
                margin-top: 0 !important;
                transform: none !important; } }
            @media screen and (max-width: 1100px) {
              .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center .vc_figure .vc_single_image-wrapper img {
                margin-top: 25vh; } }
        .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center .vc_figure::after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 75vh;
          width: 100%;
          background: linear-gradient(#ffffff, rgba(0, 0, 0, 0.1) 40%);
          margin-top: -15vh; }
          @media screen and (max-width: 1100px) {
            .imageAndTextColumn .imgCol.wpb_single_image.wpb_content_element.vc_align_center .vc_figure::after {
              display: none; } }
  .imageAndTextColumn h5 {
    text-transform: none !important;
    font-size: 1.5em;
    font-weight: 600 !important;
    margin-top: 5vh;
    margin-bottom: 1em !important; }
    @media screen and (max-width: 750px) {
      .imageAndTextColumn h5 {
        font-size: 1em; } }
    @media screen and (min-width: 1800px) {
      .imageAndTextColumn h5 {
        font-size: 2em; } }
  .imageAndTextColumn p {
    line-height: 1.5;
    margin-bottom: 5vh !important;
    font-size: 1.1em;
    line-height: 2; }
    @media screen and (max-width: 750px) {
      .imageAndTextColumn p {
        font-size: 0.9em; } }
    @media screen and (min-width: 1800px) {
      .imageAndTextColumn p {
        font-size: 1.5em; } }
  .imageAndTextColumn h5, .imageAndTextColumn p {
    padding: 0 18vw; }
    @media screen and (max-width: 750px) {
      .imageAndTextColumn h5, .imageAndTextColumn p {
        padding: 0 1em; } }

.quote {
  height: 70vh; }
  @media screen and (max-width: 750px) {
    .quote {
      display: flex !important;
      padding: 10vh 2em !important;
      height: auto !important; } }
  @media screen and (max-width: 750px) {
    .quote.vc_row.vc_row-has-fill {
      margin: 10vh 0 !important; } }
  .quote .quote_content img {
    transform: scale(0.8); }
    @media screen and (max-width: 750px) {
      .quote .quote_content img {
        transform: scale(0.5); } }
  .quote .quote_content p, .quote .quote_content h5 {
    padding: 0 5vw; }
  .quote .quote_content p {
    font-size: 1.4em;
    line-height: 2.2;
    color: white; }
    @media screen and (max-width: 750px) {
      .quote .quote_content p {
        padding: 0 2em;
        font-weight: 600;
        font-size: 1.2em; } }
    @media screen and (min-width: 1800px) {
      .quote .quote_content p {
        font-size: 2.2em; } }
  .quote .quote_content h5 {
    color: #D4982F;
    font-weight: 600;
    font-size: 1.4em; }
    @media screen and (max-width: 750px) {
      .quote .quote_content h5 {
        font-size: 1em; } }
    @media screen and (min-width: 1800px) {
      .quote .quote_content h5 {
        font-size: 2em; } }

.privacyPolicy h2 {
  text-transform: uppercase;
  font-size: 2.5em;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 750px) {
    .privacyPolicy h2 {
      font-size: 1.3em; } }
  @media screen and (min-width: 1800px) {
    .privacyPolicy h2 {
      font-size: 3em; } }

.privacyPolicy h3 {
  color: #D4982F !important;
  text-transform: none !important;
  font-weight: 600;
  font-size: 1.6em; }
  @media screen and (max-width: 750px) {
    .privacyPolicy h3 {
      font-size: 1.2em; } }
  @media screen and (min-width: 1800px) {
    .privacyPolicy h3 {
      font-size: 2em; } }

.privacyPolicy h4 {
  font-weight: 600 !important; }

.privacyPolicy h5 {
  font-weight: 400; }

.privacyPolicy p {
  margin: 2em 0 3em !important;
  font-size: 1em; }
  @media screen and (max-width: 750px) {
    .privacyPolicy p {
      font-size: 0.9em; } }
  @media screen and (min-width: 1800px) {
    .privacyPolicy p {
      font-size: 1.2em; } }

.privacyPolicy h3, .privacyPolicy h4, .privacyPolicy h5 {
  margin-bottom: 1em !important; }

.privacyPolicy h4, .privacyPolicy h5 {
  text-transform: none !important;
  font-size: 1.5em; }
  @media screen and (max-width: 750px) {
    .privacyPolicy h4, .privacyPolicy h5 {
      font-size: 1.1em; } }
  @media screen and (min-width: 1800px) {
    .privacyPolicy h4, .privacyPolicy h5 {
      font-size: 1.8em; } }

/*desktop menu matters*/
.nav {
  display: flex;
  flex-direction: row;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  flex-wrap: wrap;
  transition: all ease 0.3s; }
  @media screen and (max-width: 750px) {
    .nav {
      position: absolute; } }
  .nav p, .nav a, .nav i {
    color: white; }
  .nav #links {
    z-index: -1;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    text-align: left;
    pointer-events: none;
    display: flex !important; }

@media screen and (max-width: 750px) and (orientation: landscape) {
  .nav #links {
    overflow: auto;
    height: 100vh; } }
    .nav #links .left {
      width: 60vw;
      height: 100vh;
      background-size: cover;
      background-position: 50% 50%;
      float: left;
      transform: translate(-105%, 0);
      transition: all ease 0.5s; }
      @media screen and (max-width: 750px) {
        .nav #links .left {
          display: none; } }
    .nav #links .right {
      width: 40vw;
      padding-top: 100px;
      min-height: 100vh;
      display: flex;
      align-items: center;
      padding-left: 10%;
      float: left;
      background-image: none !important;
      transform: translate(105%, 0);
      transition: all ease 0.5s;
      background: white; }
      @media screen and (max-width: 750px) {
        .nav #links .right {
          width: 100vw;
          padding: 0;
          align-items: start;
          padding-top: 7em; }
          .nav #links .right > div {
            width: 100%; }
            .nav #links .right > div ul {
              width: 100; }
              .nav #links .right > div ul li {
                width: 100%;
                margin: 0;
                text-align: center;
                font-weight: 500;
                padding: 1em 2em;
                font-size: 1.1em; } }
  @media screen and (max-width: 750px) and (orientation: landscape) {
    .nav #links .right {
      padding-top: 30vh !important; } }
      .nav #links .right .closeIcon {
        position: absolute;
        width: 2em;
        height: 2em;
        top: 2.5em;
        right: 2em;
        cursor: pointer;
        opacity: 1 !important; }
        .nav #links .right .closeIcon:before, .nav #links .right .closeIcon:after {
          position: absolute;
          left: 0.95em;
          content: ' ';
          height: 2em;
          width: 0.1em;
          background-color: black; }
        .nav #links .right .closeIcon:before {
          transform: rotate(45deg); }
        .nav #links .right .closeIcon:after {
          transform: rotate(-45deg); }
      .nav #links .right .closeIcon {
        opacity: 0 !important;
        transition: all ease 0.3s !important;
        transition-delay: 0.5s !important; }
        @media screen and (min-width: 1440px) {
          .nav #links .right .closeIcon {
            right: 6rem; }
            .nav #links .right .closeIcon:after, .nav #links .right .closeIcon:before {
              height: 2.5em; } }
        @media screen and (min-width: 1800px) {
          .nav #links .right .closeIcon {
            top: 3.5rem;
            right: 10rem; }
            .nav #links .right .closeIcon:after, .nav #links .right .closeIcon:before {
              height: 3em; } }
        @media screen and (max-width: 750px) {
          .nav #links .right .closeIcon {
            position: fixed;
            z-index: 100000000;
            top: 1em;
            right: 1em; } }
      .nav #links .right .wpml-ls-flag {
        height: 2vh;
        display: none; }
        @media screen and (max-width: 750px) {
          .nav #links .right .wpml-ls-flag {
            display: inline; } }
      .nav #links .right .wpml-ls-native {
        color: black;
        display: none; }
        @media screen and (max-width: 750px) {
          .nav #links .right .wpml-ls-native {
            display: inline; } }
    .nav #links ul:not(.sub-menu) {
      list-style: none;
      padding: 0; }
      .nav #links ul:not(.sub-menu) > li {
        text-align: left;
        line-height: 3;
        margin: 0;
        margin-bottom: 1em; }
        @media screen and (max-width: 750px) {
          .nav #links ul:not(.sub-menu) > li {
            text-align: center;
            line-height: 1.5; } }
        @media screen and (min-width: 1800px) {
          .nav #links ul:not(.sub-menu) > li {
            line-height: 5; } }
        .nav #links ul:not(.sub-menu) > li.menu-item-has-children.deploy .sub-menu {
          max-height: 500px; }
        .nav #links ul:not(.sub-menu) > li a {
          color: black;
          text-transform: uppercase;
          font-size: 1.5em;
          line-height: 1;
          transition: all ease 0.3s; }
          .nav #links ul:not(.sub-menu) > li a:link {
            text-decoration: none; }
          .nav #links ul:not(.sub-menu) > li a:hover {
            color: #D4982F !important; }
          @media screen and (min-width: 1440px) {
            .nav #links ul:not(.sub-menu) > li a {
              font-size: 2em; } }
          @media screen and (min-width: 1800px) {
            .nav #links ul:not(.sub-menu) > li a {
              font-size: 2.5em; } }
          @media screen and (max-width: 750px) {
            .nav #links ul:not(.sub-menu) > li a {
              font-size: 1.4em; } }
      .nav #links ul:not(.sub-menu) .sub-menu {
        list-style: none;
        padding: 0;
        overflow: hidden;
        max-height: 0;
        transition: all ease 0.4s; }
        .nav #links ul:not(.sub-menu) .sub-menu li {
          margin: 0 !important; }
          .nav #links ul:not(.sub-menu) .sub-menu li a {
            font-weight: 100;
            font-style: italic;
            color: #646464; }
    .nav #links .current_page_item, .nav #links .current-menu-item {
      color: #D4982F !important;
      font-weight: 700; }
      .nav #links .current_page_item *, .nav #links .current-menu-item * {
        color: #D4982F !important;
        font-weight: 700; }
    .nav #links.show {
      pointer-events: all; }
      .nav #links.show .left, .nav #links.show .right {
        transform: none; }
        .nav #links.show .left .closeIcon, .nav #links.show .right .closeIcon {
          opacity: 1 !important; }
      .nav #links.show .right {
        padding-top: 0; }
        .nav #links.show .right > div {
          margin: auto 0; }
          .nav #links.show .right > div::before {
            content: "";
            background: url(assets/img/logo_dore.png) no-repeat;
            background-size: 100%;
            height: 10vh;
            width: 10vw;
            display: block;
            margin-bottom: 5vh; }
            @media screen and (max-width: 750px) {
              .nav #links.show .right > div::before {
                background-size: 100%;
                height: 15vh;
                width: 30vw;
                margin: auto; } }
  .nav #links.show + .main {
    display: none !important;
    background-color: transparent; }
    @media screen and (max-width: 750px) {
      .nav #links.show + .main {
        pointer-events: none; }
        .nav #links.show + .main .toggleMenu {
          opacity: 0; } }
  .nav .main {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0) 100%);
    width: 100%;
    padding: 2vh 5vw;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    transition: all ease 0.3s;
    justify-content: space-between; }
    @media screen and (min-width: 1440px) {
      .nav .main {
        padding: 1em 5em; } }
    @media screen and (min-width: 1800px) {
      .nav .main {
        padding: 2em 7em; } }
    @media screen and (max-width: 750px) {
      .nav .main {
        flex-direction: row; } }
    .nav .main * {
      transition: all ease 0.3s; }
    .nav .main div > *:not(.lang) {
      margin-right: 35px;
      margin-left: 35px; }
      @media screen and (max-width: 1300px) {
        .nav .main div > *:not(.lang) {
          margin-right: 25px;
          margin-left: 25px; } }
    .nav .main .toggleMenu .menu-white, .nav .main .toggleMenu .menu-hover {
      transform: scale(0.7); }
      @media screen and (min-width: 1800px) {
        .nav .main .toggleMenu .menu-white, .nav .main .toggleMenu .menu-hover {
          transform: scale(1.4); } }
      @media screen and (max-width: 750px) {
        .nav .main .toggleMenu .menu-white, .nav .main .toggleMenu .menu-hover {
          transform: scale(0.9); } }
    .nav .main .toggleMenu:hover .menu-hover {
      display: flex; }
    .nav .main .toggleMenu:hover .menu-white {
      display: none; }
    .nav .main .toggleMenu .menu-hover {
      display: none; }
  .nav .tt_button {
    min-height: auto;
    padding: 0.5em 2em !important; }
    @media screen and (max-width: 750px) {
      .nav .tt_button {
        display: none; } }
  .nav #leftContainer, .nav #rightContainer {
    flex: 1;
    display: flex;
    flex-basis: calc((100% - 500px) / 2);
    align-items: center; }
  .nav #rightContainer {
    justify-content: flex-end; }
    @media screen and (max-width: 750px) {
      .nav #rightContainer {
        flex-shrink: 0;
        margin-right: 0;
        margin-left: 0;
        width: auto;
        flex-basis: auto !important;
        flex-grow: 0;
        justify-content: space-between; }
        .nav #rightContainer .menu {
          display: none; } }
    .nav #rightContainer .wpml-ls-menu-item .wpml-ls-flag {
      vertical-align: middle;
      height: 2vh; }
      @media screen and (max-width: 1100px) {
        .nav #rightContainer .wpml-ls-menu-item .wpml-ls-flag {
          height: 1.2vh; } }
  .nav #leftContainer {
    justify-content: flex-start; }
  @media screen and (max-width: 750px) {
    .nav #logo {
      width: 40%;
      overflow: hidden;
      flex-grow: 0; } }
  .nav #logo a {
    display: inline-block;
    text-align: center; }
    .nav #logo a h3 {
      color: white;
      margin: 0; }
  .nav #logo img {
    height: 5vh !important;
    width: auto !important; }
    @media screen and (min-width: 750px) {
      .nav #logo img {
        height: auto; } }
    .nav #logo img .sm-logo {
      display: none; }
    @media screen and (max-width: 750px) {
      .nav #logo img {
        height: 4vh !important;
        min-height: 0;
        max-height: none; } }
  .nav #menu-main, .nav #menu-main-header-menu {
    display: flex;
    padding-left: 0;
    margin: 0; }
    .nav #menu-main > :first-child, .nav #menu-main-header-menu > :first-child {
      margin-right: 2em; }
    .nav #menu-main li, .nav #menu-main-header-menu li {
      display: flex;
      position: relative;
      padding-left: 0px;
      padding-right: 0px;
      border: solid 2px transparent;
      white-space: nowrap;
      margin-right: 1em; }
      @media screen and (max-width: 750px) {
        .nav #menu-main li, .nav #menu-main-header-menu li {
          flex-wrap: wrap; }
          .nav #menu-main li .sub-menu, .nav #menu-main-header-menu li .sub-menu {
            position: relative;
            opacity: 1;
            background: transparent; } }
      .nav #menu-main li a, .nav #menu-main-header-menu li a {
        color: white;
        font-size: 1em;
        margin: auto; }
        @media screen and (min-width: 1800px) {
          .nav #menu-main li a, .nav #menu-main-header-menu li a {
            font-size: 2em; } }
      .nav #menu-main li.menu-contact a::before, .nav #menu-main-header-menu li.menu-contact a::before {
        content: "";
        background: url(assets/img/enveloppe.png) no-repeat center;
        background-size: 100%;
        position: absolute;
        left: -3em;
        height: 100%;
        width: 2vw;
        margin: auto 0.5em;
        transition: all ease 0.3s; }
        @media screen and (max-width: 1100px) {
          .nav #menu-main li.menu-contact a::before, .nav #menu-main-header-menu li.menu-contact a::before {
            width: 3vw !important; } }
        @media screen and (min-width: 1800px) {
          .nav #menu-main li.menu-contact a::before, .nav #menu-main-header-menu li.menu-contact a::before {
            width: 2.5vw !important; } }
      .nav #menu-main li:hover a, .nav #menu-main-header-menu li:hover a {
        color: #D4982F; }
      .nav #menu-main li:hover a::before, .nav #menu-main-header-menu li:hover a::before {
        background: url(assets/img/enveloppe_survol.png) no-repeat center;
        background-size: 100%;
        transition: all ease 0.3s; }
  .nav #showMenu {
    display: none; }
  .nav .action {
    position: relative;
    width: 2em;
    height: 2em;
    margin-left: 10px !important;
    display: inline-block;
    cursor: pointer; }
    .nav .action img {
      width: 100%; }
    @media screen and (max-width: 750px) {
      .nav .action {
        margin: 0 !important;
        height: fit-content !important;
        width: fit-content !important; }
        .nav .action img {
          margin: 0 0em 0 0em !important;
          width: 1.5rem;
          height: 1.5rem; } }
    .nav .action:hover .bars {
      background: #D4982F !important; }
    .nav .action .bars {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      border-radius: 50px;
      width: 2em;
      background: white;
      transition: all ease 0.3s;
      margin: 0 !important;
      transition: all ease 0.3s; }
      .nav .action .bars:nth-child(1) {
        top: 0;
        transform-origin: 0% 50%; }
      .nav .action .bars:nth-child(2) {
        top: 0.6em; }
      .nav .action .bars:nth-child(3) {
        top: 0.6em; }
      .nav .action .bars:nth-child(4) {
        top: 1.2em;
        transform-origin: 0% 50%; }
  .nav #showMenu:checked + #menu-main + .action .bars:nth-child(1), .nav #showMenu:checked + #menu-main + .action .bars:nth-child(4), .nav #showMenu:checked + #menu-main-header-menu + .action .bars:nth-child(1), .nav #showMenu:checked + #menu-main-header-menu + .action .bars:nth-child(4) {
    display: none;
    opacity: 0; }
  .nav #showMenu:checked + #menu-main + .action .bars:nth-child(3), .nav #showMenu:checked + #menu-main-header-menu + .action .bars:nth-child(3) {
    transform: rotate(45deg); }
  .nav #showMenu:checked + #menu-main + .action .bars:nth-child(2), .nav #showMenu:checked + #menu-main-header-menu + .action .bars:nth-child(2) {
    transform: rotate(-45deg); }
  @media screen and (max-width: 750px) {
    .nav.sticky {
      display: none; } }
  .nav.sticky .action .bars {
    background: black; }
  .nav .gap {
    flex: 1; }
  .nav .lang {
    margin-right: 0;
    margin-left: 0;
    flex-basis: auto; }
    .nav .lang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
      content: "";
      display: none; }
  .nav .wpml-ls-sidebars-custom-header-area {
    display: inline-block;
    width: auto; }
  .nav .wpml-ls-native {
    color: white; }
  .nav .wpml-ls-display {
    display: none; }
  .nav .lang .js-wpml-ls-item-toggle, .nav .wpml-ls-link, .nav .wpml-ls-link:hover, .nav .wpml-ls-sub-menu {
    background: transparent !important;
    border: none !important; }

.logged-in .nav.admin {
  margin-top: 32px; }

@media screen and (min-width: 1100px) {
  .respNav {
    display: none !important; }
  .respNavbar {
    display: none !important; }
  .navbar-header {
    float: right; }
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    overflow-y: scroll;
    max-height: calc(100vh - 65px);
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px; }
  .keydesign-cart {
    display: none; } }

@media screen and (max-width: 1100px) {
  .logged-in .desktopNav.admin {
    top: 9px; } }

.separator {
  margin: 1em auto 2em !important;
  border-top: 1px solid #D4982F !important;
  width: 25vw !important; }
  @media screen and (max-width: 750px) {
    .separator {
      width: 45vw !important; } }
  .separator .vc_sep_line {
    border-top-width: 0 !important; }

/*.stars{
    span{
        display: none;
    }
    &::after{
        content: "";
        background: url('./assets/img/stars.svg') no-repeat center;
        height: 5vh;
        width: 100%;
        transform: scale(0.7);
        @media (max-width: 960px){
            //filter: grayscale(0.8);
            transform: scale(0.5);
        }
        @include bigScreen{
            transform: none;;
        }
    }
}*/
