/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import '../css/bootstrap-grid.css';
@import '../css/hamburgers.css';
@import '../css/slick.css';
@import '../css/jquery.fancybox.css';
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  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;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  font-family: "Sofia Sans", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

h1 {
  font-size: 2rem;
  line-height: 2rem;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
}

sub {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px;
}

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

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

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #a4c2d5;
  color: #232321;
  padding: 14px 16px 12px 16px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  overflow: hidden;
  text-decoration: none;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #232321;
  background-color: #a4c2d5;
}
.btn.btn-alt, .btn:link.btn-alt, .btn:focus.btn-alt, .btn:visited.btn-alt {
  border: 1px solid #a4c2d5;
  background-color: #a4c2d5;
}
.btn.btn-alt:hover, .btn:link.btn-alt:hover, .btn:focus.btn-alt:hover, .btn:visited.btn-alt:hover {
  color: #232321;
  background-color: transparent;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

.back-btn svg {
  vertical-align: middle;
  margin-right: 5px;
}
.back-btn span {
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 600;
}

nav {
  background-color: #000;
}
nav .img-wrap {
  padding: 21px 0;
}
nav .img-wrap img {
  max-height: 45px;
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: right;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  padding: 32px 20px;
  line-height: 1.5rem;
}
nav .menu:not(.mobile-menu) li a {
  font-size: 1.25rem;
  color: #fff;
  text-transform: uppercase;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  color: #fff;
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.sidenav {
  position: fixed;
  background-color: #000;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner, .sidenav .hamburger .hamburger-inner::after, .sidenav .hamburger .hamburger-inner::before {
  background-color: #fff;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img, .sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 67px);
  overflow: scroll;
  padding-top: 60px;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #000;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  border-bottom: 1px solid #303030;
  padding: 10px 0;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 10px 24px 10px 40px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  border-left: 1px solid #303030;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url(../images/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  display: none;
  border-right: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: relative;
  padding-left: 130px;
  padding-right: 40px;
  border-bottom: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/chevron-right.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}

.placeholder {
  width: 100%;
  height: 100vh; /* fallback */
  height: 100dvh; /* modern browsers */
  position: relative;
}
.placeholder video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.placeholder .content-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.placeholder .content-wrap .content-wrap-inside {
  min-width: 95%;
  min-height: 550px;
  background-color: #ece8d9;
  padding: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .placeholder .content-wrap .content-wrap-inside {
    min-width: 450px;
    min-height: 600px;
  }
}
.placeholder .content-wrap .content-wrap-inside[data-tab="1"] {
  display: none;
}
.placeholder .content-wrap .content-wrap-inside .img-wrap {
  margin-bottom: 25px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .placeholder .content-wrap .content-wrap-inside .img-wrap {
    margin-bottom: 40px;
  }
}
.placeholder .content-wrap .content-wrap-inside .img-wrap img {
  display: block;
}
.placeholder .content-wrap .content-wrap-inside .counter-title {
  font-size: 2.25rem;
  line-height: 2.25rem;
  font-weight: 700;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  margin-bottom: 10px;
}
.placeholder .content-wrap .content-wrap-inside .counter-wrap {
  margin-bottom: 10px;
}
.placeholder .content-wrap .content-wrap-inside .counter-wrap span {
  font-size: 10rem;
  line-height: 10rem;
  font-weight: 400;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.placeholder .content-wrap .content-wrap-inside .date {
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 700;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  margin-bottom: 10px;
}
.placeholder .content-wrap .content-wrap-inside .buttons-wrap {
  margin-top: auto;
}
.placeholder .content-wrap .content-wrap-inside .buttons-wrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
.placeholder .content-wrap .content-wrap-inside .buttons-wrap .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
.placeholder .content-wrap .content-wrap-inside .buttons-wrap .btn {
  width: 100%;
}
.placeholder .content-wrap .content-wrap-inside .newsletter-wrap {
  max-width: 390px;
  /*.hWlvFp{
      padding: 0 !important;
  }*/
}
.placeholder .bottom-logos-wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.back-btn-wrap {
  text-align: left;
}/*# sourceMappingURL=main.min.css.map */