@charset "UTF-8";
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url(https://db.onlinewebfonts.com/c/0899368ee7bce0b8640ea40e3149574d?family=Champagne+%26+Limousines+V2); 
@import url('https://use.typekit.net/cjf4jnh.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, group,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

html {
    scroll-behavior: smooth;
}

body,
html {
  height: 100%;
}

h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  line-height: 1.2;
  margin: 0;
}

h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  line-height: 1.2;
  margin: 0;
}

h3 {
  font-size: 24px;
  margin: 0;
}

h4 {
  font-size: 12px;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: optimizeSpeed;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ul {
  margin: 0;
  list-style: none;
}

blockquote {
  padding: 10px 20px;
  margin: 17px 0;
  border-left: 5px solid #dee5e7;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  max-width: 100%;
  width:100%;
  font-family: "Champagne & Limousines V2";
  white-space: nowrap;
  text-transform: uppercase;
}

thead th {
	font-weight:800;
}

body {
  background-color: #f1ede5;
  color: #5a6660;
  font-family: "Jost", sans-serif;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.4px;
}

hr.black {
  width:50px;
  border: 1px solid #000;
}

hr.black-full {
  width:100%;
  border: 1px solid #000;
}

hr.orange {
  width:50px;
  margin-left:0;
  border: 1px solid #b5a072;
}

hr.white {
  width:50px;
  margin-left:0;
  border: 1px solid #fff;
}

hr.white-full {
  width:100%;
  border: 1px solid #fff;
}

.mobile-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  height: 0;
  width: 100%;
  opacity: 0;
  position: fixed;
  z-index: 1111;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: -0.2s, 0s;
  -moz-transition-delay: -0.2s, 0s;
  -o-transition-delay: -0.2s, 0s;
  transition-delay: -0.2s, 0s;
  transition-property: height, opacity;
}

.mobile-menu a {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
}

.mobile-menu .closebtn {
  position: absolute;
  top: 20px;
}

.mobile-menu a.closebtn {
  padding: 0;
}

.profile-circle:before {
  content: '';
  background: url(/images/menu_profile_circle.svg) center no-repeat;
  position: absolute;
  top: 4px;
  width: 50px;
  height: 50px;
}

.profile-circle-mobile {
  font-size: 30px;
}

.profile-circle-mobile:before {
  content: '';
  background: url(/images/menu_profile_circle.svg) center no-repeat;
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
}

img.profile-icon {
  width: 35px;
}

.profile-info {
  display: flex;
  align-items: center;
}

.profile-menu-wrapper {
  position: absolute;
  background: #000;
  top: 100%;
  right: 0;
  width: 250px;
  height: 0px;
  overflow: hidden;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.profile-menu {
  padding: 20px;
}

.profile-menu-wrapper.open-menu {
  height: 240px;
}

#profile-hover:hover ~ .profile-menu-wrapper,
.profile-menu-wrapper:hover {
  height: 240px;
}

.profile-menu hr {
  border: 0;
  height: 1px;
  background: #fff;
  margin: 15px 0;
}

.profile-menu-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 !important;
}

.profile-menu-sub span {
  font-size: 1em;
}

/*---------------------- /menu bar -----------------------*/

.accordion {
  display: flex;
  align-items: center;
  background-color: transparent;
  font-family: "Champagne & Limousines V2";
  color: #000;
  cursor: pointer;
  width: 100%;
  font-size: inherit;
  text-align: left;
  line-height:1.5;
  margin-left: 25px;
  padding-right: 30px;
  border: 0;
  transition: 0.4s;
  position:relative;
}

.accordion:before {
  font-family: FontAwesome;
  content: '\f107';
  font-size: 2rem;
  color: #707070;
  position: absolute;
  margin-right: 20px;
  margin-left: -30px;
}

.accordion.active:before {
  font-family: FontAwesome;
  content: '\f106';
  font-size: 2rem;
  color: #707070;
  position: absolute;
  margin-right: 20px;
  margin-left: -30px;
}

.panel {
  max-height: 0;
  overflow: hidden;
  margin-top: 20px;
  font-size: inherit;
  transition: max-height 0.2s ease-out;
  padding: 0 30px;
}

.panel {
  margin-block-end: 30px;
}

.b-a {
  border: 3px solid;
}

.b-b {
  border-bottom: 3px solid;
}

.b-l {
  border-left: 3px solid;
}

.b-r {
  border-right: 3px solid;
}

.b-t {
  border-top: 3px solid;
}

.b-a-thick {
  border: 5px solid;
}

.b-b-thick {
  border-bottom: 5px solid;
}

.b-l-thick {
  border-left: 5px solid;
}

.b-r-thick {
  border-right: 5px solid;
}

.b-t-thick {
  border-top: 5px solid;
}

.b-a-thin {
  border: 1px solid;
}

.b-b-thin {
  border-bottom: 1px solid;
}

.b-l-thin {
  border-left: 1px solid;
}

.b-r-thin {
  border-right: 1px solid;
}

.b-t-thin {
  border-top: 1px solid;
}

.b-black {
  border-color: #000;
}

.b-green {
  border-color: #4a6358;
}

.b-orange {
  border-color: #b5a072;
}

.b-white {
  border-color: #fff;
}

.b-radius {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.bg-black {
  background-color: #000;
}

.bg-green {
  background-color: #4a6358;
}

.bg-gray {
  background-color: #111;
}

.bg-ivory {
  background-color: #e8e3d9;
}

.bg-orange {
  background-color: #b5a072;
}

.bg-white {
  background-color: #fff;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 11;
  pointer-events: none;
}

.border-sides {
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

.border-gap {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.border-gap:before {
  -webkit-border-radius: 25px 0 0 0;
  -moz-border-radius: 25px 0 0 0;
  border-radius: 25px 0 0 0;
  display: block;
  content: '';
  flex: 2 0 0;
  height: 1px;
  border-top: 1px solid #707070;
}

.border-gap:after {
  -webkit-border-radius: 0 25px 0 0;
  -moz-border-radius: 0 25px 0 0;
  border-radius: 0 25px 0 0;
  display: block;
  content: '';
  flex: 2 0 0;
  height: 1px;
  border-top: 1px solid #707070;
}

.box-shadow {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.8);
}

.btn-green {
  background-color: #4a6358;
  border: 1px solid #4a6358 !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:3.5px;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-green:hover {
  background-color: #b5a072;
  border: 1px solid #b5a072 !important;
}

.btn-orange {
  background-color: #b5a072;
  border: 1px solid #b5a072 !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:3.5px;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-orange:hover {
  background-color: #fff;
  border: 1px solid #fff !important;
  color:#b5a072;
}

.btn-orange-outline {
  background-color: transparent;
  border: 1px solid #b5a072 !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:3.5px;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-orange-outline:hover {
  background-color: #b5a072;
  border: 1px solid #b5a072 !important;
  color:#fff;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff !important;
  display: inline-block;
  color: #000;
  width: fit-content;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:3.5px;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-white:hover {
  background-color: #000;
  border: 1px solid #000 !important;
  color: #fff;
}

.btn-white-outline {
  background-color: transparent;
  border: 1px solid #fff !important;
  display: inline-block;
  color: #fff;
  width: fit-content;
  text-align: center;
  text-transform:uppercase;
  letter-spacing:3.5px;
  padding: 12px 44px;
  white-space: nowrap;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.btn-white-outline:hover {
  background-color: #fff;
  border: 1px solid #fff !important;
  color:#000;
}

.clear {
  clear: both;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.cover-bottom {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: relative;
}

.cover-top {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}

.cover-top-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
}

.cover-left {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}

.cover-right {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.cover-object {
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
  position: relative;
}

.contain {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.contain-left {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
}

.contain-right {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  position: relative;
}

.container {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fit-content {
  width: fit-content;
}

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

.flex-align-end {
  align-items: flex-end;
}

.flex-align-first {
  align-items: first baseline;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-block {
  display: flex;
}

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

.flex-center-items {
  justify-items: center;
}

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

.flex-end {
  justify-content: flex-end;
}

.flex-flow-wrap {
  flex-flow: wrap;
}

.flex-inline {
  display: inline-flex;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-space-a {
  justify-content: space-around;
}

.flex-space-b {
  justify-content: space-between;
}

.flex-space-e {
  justify-content: space-evenly;
}

.flex-start {
  justify-content: flex-start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap:nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.gap-10 {
    gap:10px;
}

.gap-20 {
    gap:20px;
}

.gap-30 {
    gap:30px;
}

.gap-40 {
    gap:40px;
}

.gap-50 {
    gap:50px;
}

.gap-60 {
    gap:60px;
}

.gap-70 {
    gap:70px;
}

.gap-80 {
    gap:80px;
}

.gap-90 {
    gap:90px;
}

.gap-100 {
    gap:100px;
}

/*---------------------- flowplayer -----------------------*/

.header-video-container .flowplayer {
  z-index: -1;
}

.header-video-container .fp-ui {
  display: none !important;
}

.is-starting .fp-header .fp-duration {
  display: none !important;
}

.is-small .fp-play {
  width: 5em !important;
  height: 5em !important;
}

.is-tiny .fp-play {
  width: 5em !important;
  height: 5em !important;
}

.is-small.is-starting:not(.is-waiting):not(.is-seeking.is-playing) .fp-switch {
  transform: scale(1) !important;
}

.is-tiny.is-starting:not(.is-waiting):not(.is-seeking.is-playing) .fp-switch {
  transform: scale(1) !important;
}

/*---------------------- forms -----------------------*/

.form-subscribe {
  max-width: 800px;
  margin: 0 auto;
}

label {
    text-transform: uppercase;
    letter-spacing: 4.5px;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'] {
  background-color: transparent;
  width: 100%;
  display: block;
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #4a6358;
  margin: 5px 0 30px;
  padding: 7px 15px;
  border: 0;
  border-bottom: 1px solid #4a6358;
  box-sizing: border-box;
}

.fa-eye {
  margin-left: -30px;
  cursor: pointer;
  display: initial !important;
}

.fa-eye-slash {
  margin-left: -31px;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(/images/dropdown_arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
  grid-area: select;
  border: 1px solid #000;
  border-radius: 0;
  padding: 6px 15px;
  margin: 0;
  color: #000;
  width: 100%;
  font-family: Lato, sans-serif;
  font-size: 16px;
  cursor: pointer;
  line-height: 2;
  box-sizing: border-box;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select:invalid,
select option[value=''] {
  color: #777;
}

option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #1d1d1d !important;
}

textarea {
  font-family: Jost, sans-serif;
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  line-height: 2;
  color: #4a6358;
  padding: 10px 20px;
  max-width: 100%;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #4a6358;
  margin: 10px 0 20px;
  box-sizing: border-box;
}

input[type='submit'] {
  cursor: pointer;
  border: 0;
  font-family: Jost, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

input[type='checkbox'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  margin-right: 20px;
  color: #000;
  width: 25px;
  height: 25px;
  border: 0.15em solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type='checkbox']::before {
  content: ' ';
  width: 20px;
  height: 20px;
  transform: scale(0);
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  background-color: #000;
  -webkit-transition: 120ms all ease-in-out;
  transition: 120ms all ease-in-out;
}

input[type='checkbox']:checked::before {
  transform: scale(1);
}

input[type='checkbox']:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

input:focus {
  outline: none;
}

::placeholder {
  color: #4a6358;
  font-weight: 500;
}

:-ms-input-placeholder {
  color: #4a6358;
  font-weight: 500;
}

::-ms-input-placeholder {
  color: #4a6358;
  font-weight: 500;
}

::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  color: #56b0d2;
  background: #56b0d2;
}

::-webkit-inner-spin-button {
  display: none;
}

/*---------------------- /form -----------------------*/




.header {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.header-center {
  width: 100%;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.header-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
  padding: 0 20px;
}

.header-slider-container {
  margin-top:73px;
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header-video-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.header-video-container.padding {
  padding-bottom: 56.25%;
}

.header-video-container.padding-sm {
  padding-bottom: 40%;
}

.header-video-container video-js {
  min-width: 100%;
  min-height: 100%;
  max-width: 1920px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.height-container {
    width:100%;
    height:800px;
    position:relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden {
  overflow: hidden;
}

.hide {
    display: none;
}

.image-color {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.image-color:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.image-zoom {
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

img.image-zoom {
  display: block;
}

.image-zoom:hover {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.inline {
  display: inline-block;
}

.list {
  display: inline-block;
  margin-top: 20px;
}

.list li {
  padding: 15px 0;
}

.list-bullets {
  margin: 40px 0 0 0;
  position: relative;
}

.list-bullets li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 15px 0;
  border-bottom: 1px solid #b5a072;
}

.list-bullets li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4a6358;
  line-height: 1em;
}

.m-center {
  margin-left: auto!important;
  margin-right: auto!important;
}

.m-left {
  margin-left: 0 !important;
  margin-right: auto;
}

.m-right {
  margin-right: 0 !important;
  margin-left: auto;
}

.m-a-xs {
  margin: 5px;
}

.m-a-sm {
  margin: 10px;
}

.m-a-md {
  margin: 15px;
}

.m-a-lg {
  margin: 20px;
}

.m-a-xl {
  margin: 30px;
}

.m-a-xxl {
  margin: 50px;
}

.m-a-none {
  margin: 0 !important;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b-md {
  margin-bottom: 15px;
}

.m-b-lg {
  margin-bottom: 20px;
}

.m-b-xl {
  margin-bottom: 30px;
}

.m-b-xxl {
  margin-bottom: 50px;
}

.m-b-xxxl {
  margin-bottom: 100px;
}

.m-b-n-xxl {
  margin-bottom: -50px;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l-md {
  margin-left: 15px;
}

.m-l-lg {
  margin-left: 20px;
}

.m-l-xl {
  margin-left: 30px;
}

.m-l-xxl {
  margin-left: 50px;
}

.m-l-xxxl {
  margin-left: 100px;
}

.m-l-n-xxl {
  margin-left: -50px;
}

.m-l-n-xxxl {
  margin-left: -100px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r-md {
  margin-right: 15px;
}

.m-r-lg {
  margin-right: 20px;
}

.m-r-xl {
  margin-right: 30px;
}

.m-r-xxl {
  margin-right: 50px;
}

.m-r-xxxl {
  margin-right: 100px;
}

.m-r-n-xxl {
  margin-right: -50px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t-md {
  margin-top: 15px;
}

.m-t-lg {
  margin-top: 20px;
}

.m-t-xl {
  margin-top: 30px;
}

.m-t-xxl {
  margin-top: 50px;
}

.m-t-xxxl {
  margin-top: 100px;
}

.m-t-200 {
  margin-top: 200px;
}

.m-t-n-xs {
  margin-top: -3px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n-md {
  margin-top: -15px;
}

.m-t-n-lg {
  margin-top: -20px;
}

.m-t-n-xl {
  margin-top: -30px;
}

.m-t-n-xxl {
  margin-top: -50px;
}

.m-t-n-xxxl {
  margin-top: -100px;
}

.main-container {
  width: 100%;
  min-height: 100%;
}

/*------------------ modal popup ------------------*/

.modal {
  display: none;
  position: fixed;
  z-index: 111;
  padding-top: 35vh;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: auto;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
}

.modal-close {
  color: #0429f6;
  font-size: 25px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.modal-close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
}

.modal-loading {
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}

.modal-content-loading {
  position: fixed;
  color: #fff;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 35%;
  left: calc(50% - 50px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------ /modal popup ------------------*/

.mobile-show {
  display: none !important;
}

.mobile-show-flex {
  display: none !important;
}

.mobile-table-show {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.opacity-1 {
    opacity:.1;
}

.opacity-2 {
    opacity:.2;
}

.opacity-3 {
    opacity:.3;
}

.opacity-4 {
    opacity:.4;
}

.opacity-5 {
    opacity:.5;
}

.opacity-6 {
    opacity:.6;
}

.opacity-7 {
    opacity:.7;
}

.opacity-8 {
    opacity:.8;
}

.opacity-9 {
    opacity:.9;
}

.opacity-10 {
    opacity:1;
}

.overlay-black {
  position: absolute;
  background-color:rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  z-index: 111;
  top: 0;
  left: 0;
}

.p-a-xs {
  padding: 5px;
}

.p-a-sm {
  padding: 10px;
}

.p-a-md {
  padding: 15px;
}

.p-a-lg {
  padding: 20px;
}

.p-a-xl {
  padding: 30px;
}

.p-a-xxl {
  padding: 50px;
}

.p-a-xxxl {
  padding: 100px;
}

.p-b-xs {
  padding-bottom: 5px;
}

.p-b-sm {
  padding-bottom: 10px;
}

.p-b-md {
  padding-bottom: 15px;
}

.p-b-lg {
  padding-bottom: 20px;
}

.p-b-xl {
  padding-bottom: 30px;
}

.p-b-xxl {
  padding-bottom: 50px;
}

.p-b-xxxl {
  padding-bottom: 100px;
}

.p-b-none {
  padding-bottom: 0 !important;
}

.p-l-xs {
  padding-left: 5px;
}

.p-l-sm {
  padding-left: 10px;
}

.p-l-md {
  padding-left: 15px;
}

.p-l-lg {
  padding-left: 20px;
}

.p-l-xl {
  padding-left: 30px;
}

.p-l-xxl {
  padding-left: 50px;
}

.p-l-xxxl {
  padding-left: 100px;
}

.p-r-xs {
  padding-right: 5px;
}

.p-r-sm {
  padding-right: 10px;
}

.p-r-md {
  padding-right: 15px;
}

.p-r-lg {
  padding-right: 20px;
}

.p-r-xl {
  padding-right: 30px;
}

.p-r-xxl {
  padding-right: 50px;
}

.p-r-xxxl {
  padding-right: 100px;
}

.p-t-xs {
  padding-top: 5px;
}

.p-t-sm {
  padding-top: 10px;
}

.p-t-md {
  padding-top: 15px;
}

.p-t-lg {
  padding-top: 20px;
}

.p-t-xl {
  padding-top: 30px;
}

.p-t-xxl {
  padding-top: 50px;
}

.p-t-xxxl {
  padding-top: 100px;
}

.p-h-sm {
  padding-left: 10px;
  padding-right: 10px;
}

.p-h-md {
  padding-left: 15px;
  padding-right: 15px;
}

.p-h-lg {
  padding-left: 20px;
  padding-right: 20px;
}

.p-h-xl {
  padding-left: 30px;
  padding-right: 30px;
}

.p-h-xxl {
  padding-left: 50px;
  padding-right: 50px;
}

.p-h-xxxl {
  padding-left: 100px;
  padding-right: 100px;
}

.p-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-v-md {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-v-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-v-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-v-xxl {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-v-xxxl {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-a-none {
  padding: 0 !important;
}

.p-t-none {
  padding-top: 0 !important;
}

.p-h-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-v-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.play-overlay {
  position: absolute;
  display: block;
  width: 40px;
  height: 36px;
  z-index: 111;
  top: 20px;
  right: 20px;
}

.pointer {
  cursor: pointer;
}

/*------------------ popup ------------------*/

.popup {
  display: none;
  z-index: 111;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.popup-content {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.popup-close {
  color: #000;
  position: absolute;
  right: 6px;
  top: 3px;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}


/*------------------ /popup ------------------*/


.pos-abs {
  position: absolute;
}

.pos-abs-center {
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	z-index:111;
}

.pos-rel {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.2s cubic-bezier(0.22,1,0.36,1), transform 1.2s cubic-bezier(0.22,1,0.36,1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.sr-only {
  font-size: 0;
  height: 1px;
  overflow: hidden;
  display: block;
}



/*---------------------- tabs -----------------------*/

.tab {
    overflow: hidden;
    display: flex;
    justify-content:center;
    flex-wrap:wrap;
    gap: 25px;
}

.tab button {
    background-color: #fff;
    color: #000;
    font-family: "Champagne & Limousines V2";
    border: 1px solid #000;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tab button:hover {
    background-color: #000;
    color: #fff;
}

.tab button.active {
    background-color: #0429f6;
    color: #fff;
}

.tabcontent {
    display: none;
}

.tab.schedule {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab.schedule button {
    background-color: #fff;
    color: #000;
    font-family: "Champagne & Limousines V2";
    border: 1px solid #000;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.tab.schedule button:hover {
    background-color: #000;
    color: #fff;
}

.tab.schedule button.active {
    background-color: #0429f6;
    color: #fff;
}

/*---------------------- /tabs -----------------------*/

.text-black {
  color: #000;
}

.text-gray {
  color: #707070;
}

.text-green {
  color: #4a6358;
}

.text-orange {
  color: #b5a072;
}

.text-white {
  color: #fff;
}

.text-block {
  max-width: 500px;
}

.text-block2 {
  max-width: 300px;
}

.text-bold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

.text-commuters {
  font-family:commuters-sans;
  letter-spacing:2px
}

.text-hover:hover {
  color: #0429f6;
  -webkit-transition: 250ms all ease-in-out;
  transition: 250ms all ease-in-out;
}

.text-italic {
  font-style: italic;
}

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

.text-medium {
  font-weight: 500;
}

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

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
}

.text-small {
  font-size: 80%;
}

.text-spacing {
  letter-spacing: 4.5px;
}

.text-thin {
  font-weight: 100;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.text-vertical {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 80px 40px;
}

.wrapper-np {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 80px 40px;
}

.wrapper-sm-np {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 40px;
  padding-right: 40px;
}

.wrapper-xs {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding: 80px 40px;
}

.underline {
  text-decoration: underline;
}

.vh-50 {
  height: 50vh !important;
}

.vh-75 {
  height: 75vh !important;
}

.vh-100 {
  height: 100vh !important;
}


/*---------------------- video js -----------------------*/


.video-ad.video-js .vjs-play-control {
  display: none;
}

.video-ad.vjs-has-started .vjs-control-bar {
  justify-content: flex-end;
}

.video-ad.video-js .vjs-progress-control {
  display: none;
}

.video-ad.video-js.vjs-playing .vjs-tech {
  pointer-events: none;
}

#vid1 .vjs-progress-control,
#vid1 .vjs-remaining-time,
#vid1 .vjs-time-control {
  display: none !important;
}

#vid2 .vjs-progress-control,
#vid2 .vjs-remaining-time,
#vid2 .vjs-time-control,
#vid2 .vjs-play-control {
  display: none !important;
}

#vid2 .vjs-tech {
  pointer-events: none;
}


/*---------------------- /video js -----------------------*/


.video-container {
  padding-left: 255px;
}

.video-container video {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  z-index: 11;
  height: 75vh;
}

.video-dimensions {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-dimensions iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video_player {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	background: #000;
	max-width: 100%;
}

#video_container {
	position: relative;
	width:81%;
	box-sizing: border-box;
}


#video_container video {
	position: absolute;
	display: block;
	width: 97%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	cursor: pointer;
}

#video_player figcaption {
	display: flex;
	flex-direction: column;
	width: 19%;
	box-sizing: border-box;
}

#video_player figcaption a {
	padding: 5px;
	display: flex;
	opacity: .3;
	transition: 1s opacity;
	box-sizing: border-box;
}

#video_player figcaption a img {
	width: 100%;
}

#video_player figcaption a.currentvid,
#video_player figcaption a:hover,
#video_player figcaption a:focus {
	opacity: 1;
}

.video-wrapper {
  padding: 30px 10px;
  max-width: 1600px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.width-10 {
  width: 10%;
  box-sizing: border-box;
}

.width-14 {
  width: calc(100% / 7);
  box-sizing: border-box;
}

.width-16 {
  width: calc(100% / 6);
  box-sizing: border-box;
}

.width-20 {
  width: 20%;
  box-sizing: border-box;
}

.width-25 {
  width: 25%;
  box-sizing: border-box;
}

.width-33 {
  width: 33.333%;
  box-sizing: border-box;
}

.width-50 {
  width: 50%;
  box-sizing: border-box;
}

.width-66 {
  width: 66.666%;
  box-sizing: border-box;
}

.width-75 {
  width: 75%;
  box-sizing: border-box;
}

.width-80 {
  width: 80%;
  box-sizing: border-box;
}

.width-90 {
  width: 90%;
  box-sizing: border-box;
}

.width-100 {
  width: 100%;
  box-sizing: border-box;
}

.z-11 {
  z-index: 11;
}

/*---------------------- footer -----------------------*/

.footer-container {
  width: 100%;
  position: relative;
  font-size: 12px;
  background-color: #1c1c1c;
}

.footer-nav {
  text-align: left;
}

.footer-nav a {
  position: relative;
  font-size:12px;
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footer-social-row { 
    display: flex;
    gap: 18px;
    flex-direction: column;
    align-items: center;
}

.footer-social-row a .fa {
    font-size: 1.6rem;
    color: #fff;
    transition: color 0.25s;
}

.footer-social-row a:hover .fa {
    color: #0429f6;
}

.footer-wrapper {
  max-width: 1600px;
  padding: 50px 40px;
  margin: 0 auto;
}

.footer-wrapper2 {
  max-width: 1000px;
  padding: 10px 40px;
  margin: 0 auto;
}

img.logo-footer {
  width: 225px;
}



@media only screen and (min-width: 1050px) {
  .mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 1050px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }

  .b-cancel {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .b-l-thin {
    border-left-width: 0;
    border-top-width: 1px;
    border-top-style: solid;
  }

  .fa-plus {
    right: 20px;
    bottom: 56%;
  }

  .flex-center-mobile {
    justify-content: center;
  }

  .flex-align-start-mobile {
    align-items: flex-start;
  }

  .flex-start-mobile {
    justify-content: flex-start;
  }

  .flex-wrap-mobile {
    flex-wrap: wrap;
  }

  .footer-nav {
    text-align: left;
  }

  .footer-nav a {
    padding: 10px 0;
  }

  .footer-social {
    margin-top: 20px;
  }

  .footer-wrapper {
    padding: 40px 30px;
  }

  .header-mobile {
    display: flex;
    align-items: center;
  }

  .header-container {
    margin-top:72px;
  }

  .header-nav {
    display: none;
  }

  .header-wrapper {
    padding: 5px 30px;
  }

  input[type='text'],
  input[type='email'] {
    border-right: 1px solid #ffeded;
  }

  .list-numbered {
    margin-left: 30px;
  }

  .logo-header img {
    width: 125px;
  }

  .m-cancel {
    margin: 0 !important;
  }

  .m-h-cancel {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-t-mobile {
    margin-top: 30px;
  }

  .mobile-hide {
    display: none !important;
  }

  .mobile-menu .closebtn {
    right: 35px;
  }

  .mobile-show {
    display: block !important;
  }

  .mobile-show-flex {
    display: flex !important;
  }

  .nav-menu {
    padding-left: 50px;
  }

  .p-cancel {
    padding: 0 !important;
  }

  .p-t-cancel {
    padding-top: 0 !important;
  }

  .p-h-cancel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .p-v-cancel {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .p-v-mobile {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .pull-cancel {
    float: none;
  }
    
    .tab button {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    .tab.schedule button {
        font-size: 16px;
        padding: 10px 20px;
    }
    
    .tabcontent {
        font-size: 15px;
    }
    
    .tabcontent h3 {
        font-size: 22px;
    }
    
    .tabcontent h4 {
        font-size: 16px;
    }
    
    .leaders-tabcontent {
        font-size: 15px;
    }
    
    .leaders-tabcontent h3 {
        font-size: 22px;
    }
    
    .leaders-tabcontent h4 {
        font-size: 16px;
    }

  .text-block {
    max-width: 100%;
  }

  .text-center-mobile {
    text-align: center;
  }

  .text-left-mobile {
    text-align: left;
  }

  .text-right-mobile {
    text-align: right;
  }

  .text-large-mobile {
    font-size: 5em;
  }

  .text-vertical {
    writing-mode: lr;
    transform: none;
  }
    
  .theme-btn {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
  }

  .wrapper {
    padding: 60px 30px;
  }

  .wrapper-np {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-sm {
    padding: 60px 30px;
  }

  .wrapper-sm-np {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vh-cancel {
    height: initial !important;
  }

  .video-container {
    padding-left: 0px;
  }
	
	#video_player figcaption {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	#video_player video {
		display: table-row;
	}
	
	#video_container {
		width: 100%;
		padding-top: 56.25%;
	}
	
	#video_player figcaption a {
		display: inline-block;
		width: 50%;
	}

  .video-wrapper {
    padding: 0 50px;
  }

  .width-20 {
    width: 100%;
  }

  .width-25 {
    width: 100%;
  }

  .footer-social .width-50 {
    width: 50%;
  }

  .nowrap .width-50 {
    width: 50%;
  }
	
  .width-33 {
    width: 100%;
  }

  .width-50 {
    width: 100%;
  }

  .width-66 {
    width: 100%;
  }

  .footer-social .width-66 {
    width: 66.67%;
  }

  .footer-social .width-33 {
    width: 33.33%;
  }

  .width-75 {
    width: 100%;
  }

  .width-80 {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {


  .btn-red2 {
    padding: 4px 15px;
  }
    
  .btn-white {
    padding: 4px 15px;
  }
    
  .slide-countries li {
    height: 650px;
  }

  .mobile-table-hide {
    display: none !important;
  }

  .mobile-table-show {
    display: block !important;
  }
}



@media only screen and (max-width: 640px) {
    
    
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 11px;
  }

  body {
    font-size: 15px;
    }
}


