[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/********** MIXIN */
/* REM font */
/* Media Query */
/********** VARIABLES */
/* Colors */
/* Type of Fonts */
/********** BASE */
html {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  word-wrap: break-word;
  direction: ltr;
  width: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  font-display: block;
  background-color: #F4F2EF;
}

body {
  margin: 0;
  padding: 0;
  width: auto;
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  font-display: block;
  position: relative;
  background-color: #F4F2EF;
}

p {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #222222;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 5px;
  margin-block-end: 5px;
}

p b {
  font-size: 20px;
  font-size: 1.33rem;
}

ul {
  -webkit-padding-start: 20px;
  padding-inline-start: 20px;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  margin-bottom: 5px;
}

a {
  color: #866D4B;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.clearfix {
  overflow: auto;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

.container-default {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1364px;
}

@media only screen and (max-width: 767px) {
  .container-default {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.container-full {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}

@media only screen and (min-width: 1025px) {
  .container-full {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-full {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container-full {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.container-medium {
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1096px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-medium {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .container-medium {
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-medium--res1 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container-medium--res1 {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-medium--res2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .container-medium--res2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.container-medium--spacing1 {
  padding-left: 110px;
  padding-right: 110px;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container-medium--spacing1 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .container-medium--spacing1 {
    padding-left: 27px;
    padding-right: 27px;
  }
}

.container-small {
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
  max-width: 874px;
}

.main-padding {
  padding-top: 180px;
}

img:not([src]) {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

img {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.hidden {
  display: none !important;
}

.blurred {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

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

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

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

.cta-dark {
  /* DARK BUTTON */
  /* DARK LINK  */
}

.cta-dark-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 185px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 42px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 26px;
  line-height: 1.73rem;
  background: transparent;
  position: relative;
  border: 1px solid white;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-dark-btn a {
  color: #FFFFFF;
}

.cta-dark-btn:before {
  content: '';
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .cta-dark-btn {
    min-width: 212.52px;
    height: 47px;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 26px;
    line-height: 1.73rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.cta-dark-btn:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 8px;
  background-image: url(/etc.clientlibs/explora/clientlibs/clientlib-site/resources/images/animated-svg/loader-white.svg);
}

.cta-dark-btn:hover {
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #222222;
}

.cta-dark-btn:hover a {
  color: #222222;
}

.cta-dark-btn.clicked:hover {
  color: white;
  background: transparent;
}

.cta-dark-btn.clicked:hover a {
  color: white;
}

.cta-dark-btn.clicked:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-dark-link {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  outline: none;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 17px;
  line-height: 1.13rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  padding: 0;
  color: white;
  background: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
}

.cta-dark-link a {
  color: white;
}

.cta-dark-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #fff;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.cta-dark-link:hover:after {
  width: 100%;
}

.cta-dark-scroll {
  outline: none;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 26px;
  line-height: 1.73rem;
  padding: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-dark-scroll a {
  color: white;
}

.cta-dark-scroll:before {
  content: "\e90a";
  font-family: 'explora';
  display: block;
  font-size: 14px;
  font-size: 0.93rem;
  padding-bottom: 8px;
}

.cta-dark-scroll:hover {
  color: #CBC4BC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-dark-scroll:hover a {
  color: #CBC4BC;
}

.cta-dark-share {
  outline: none;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 26px;
  line-height: 1.73rem;
  letter-spacing: 0.1em;
  padding: 0;
  text-transform: uppercase;
  color: white;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-dark-share a {
  color: white;
}

.cta-dark-share:before {
  content: "\e901";
  font-family: 'explora';
  padding-right: 14px;
  font-size: 20px;
  font-size: 1.33rem;
  bottom: -1px;
  position: relative;
}

.cta-dark-share:hover {
  color: #CBC4BC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-dark-share:hover a {
  color: #CBC4BC;
}

/* VERSION LIGHT */
.cta-light-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  min-width: 185px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  height: 42px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #222222;
  padding: 0 40px;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 26px;
  line-height: 1.73rem;
  background: transparent;
  position: relative;
  border: 1px solid #222222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-light-btn a {
  color: #222222;
}

.cta-light-btn:before {
  content: '';
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .cta-light-btn {
    min-width: 212.52px;
    height: 47px;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 26px;
    line-height: 1.73rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

.cta-light-btn:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 8px;
  background-image: url(/etc.clientlibs/explora/clientlibs/clientlib-site/resources/images/animated-svg/loader-black.svg);
}

.cta-light-btn:hover {
  background: #222222;
  color: white;
}

.cta-light-btn:hover a {
  color: white;
}

.cta-light-btn.clicked:hover {
  background: white;
  color: #222222;
}

.cta-light-btn.clicked:hover a {
  color: #222222;
}

.cta-light-btn.clicked:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-light-link {
  outline: none;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 17px;
  line-height: 1.13rem;
  padding: 0;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #222222;
  background: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
}

.cta-light-link a {
  color: #222222;
}

.cta-light-link:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #222222;
  -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.cta-light-link:hover:after {
  width: 100%;
}

.cta-light-scroll {
  outline: none;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 26px;
  line-height: 1.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0;
  color: #222222;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-light-scroll a {
  color: #222222;
}

.cta-light-scroll:before {
  content: "\e90a";
  font-family: 'explora';
  display: block;
  font-size: 14px;
  font-size: 0.93rem;
  padding-bottom: 8px;
}

.cta-light-scroll:hover {
  color: #9C441D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-light-scroll:hover a {
  color: #9C441D;
}

.cta-light-share {
  outline: none;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 26px;
  line-height: 1.73rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #866D4B;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-light-share a {
  color: #866D4B;
}

.cta-light-share:before {
  content: "\e901";
  font-family: 'explora';
  padding-right: 14px;
  font-size: 18px;
  font-size: 1.2rem;
  bottom: -2px;
  position: relative;
}

.cta-light-share:hover {
  color: #9C441D;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cta-light-share:hover a {
  color: #9C441D;
}

/** BTN MARGIN **/
.btn--margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.btn--center .cmp-button {
  margin-right: auto;
  margin-left: auto;
}

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

.btn--left .cmp-button {
  margin-right: 0;
  margin-left: 0;
}

@font-face {
  font-family: 'explora';
  src: url(fonts/explora.eot);
  src: url(fonts/explora.eot#iefix) format('embedded-opentype'), url(fonts/explora.ttf) format('truetype'), url(fonts/explora.woff) format('woff'), url(fonts/explora.svg#explora) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-explora-"],
[class*=" icon-explora-"],
.cmp-button__icon {
  font-family: 'explora';
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-explora-"]::before,
[class*=" icon-explora-"]::before,
.cmp-button__icon::before {
  font-family: 'explora';
}

/************* icons landing page */
.cmp-button__icon--share:before {
  content: "\e901";
}

.cmp-button__icon--linkedin:before {
  content: "\e902";
}

.cmp-button__icon--pinterest:before {
  content: "\e903";
}

.cmp-button__icon--twitter:before {
  content: "\e904";
}

.cmp-button__icon--instagram:before {
  content: "\e905";
}

.cmp-button__icon--facebook:before {
  content: "\e906";
}

/* all icons */
.icon-explora-check:before {
  content: "\e911";
}

.icon-explora-check-box:before {
  content: "\e90b";
}

.icon-explora-check-active:before {
  content: "\e90c";
}

.icon-explora-bullet:before {
  content: "\e90d";
}

.icon-explora-bullet-active:before {
  content: "\e90e";
}

.icon-explora-player:before {
  content: "\e90f";
}

.icon-explora-mail:before {
  content: "\e910";
}

.icon-explora-arrow-down:before {
  content: "\e90a";
}

.icon-explora-arrow:before {
  content: "\e908";
}

.icon-explora-close:before {
  content: "\e909";
}

.icon-explora-logo:before {
  content: "\e900";
}

.icon-explora-mandala:before {
  content: "\e907";
}

.icon-explora-share:before {
  content: "\e901";
}

.icon-explora-linkedin:before {
  content: "\e902";
}

.icon-explora-pinterest:before {
  content: "\e903";
}

.icon-explora-twitter:before {
  content: "\e904";
}

.icon-explora-instagram:before {
  content: "\e905";
}

.icon-explora-facebook:before {
  content: "\e906";
}

@font-face {
  font-family: 'WT Monarch Nova';
  src: url(fonts/WT_Monarch_Nova.eot);
  src: url(fonts/WT_Monarch_Nova.eot) format('embedded-opentype'), url(fonts/WT_Monarch_Nova.woff) format('woff'), url(fonts/WT_Monarch_Nova.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Shapiro';
  src: url(fonts/shapiro-35feather-webfont.woff);
  src: url(fonts/shapiro-35feather-webfont.woff) format('woff'), url(fonts/shapiro-35feather-webfont.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Sangbleu';
  src: url(fonts/SangBleuRepublic-Bold-WebS.eot);
  src: url(fonts/SangBleuRepublic-Bold-WebS.eot) format('embedded-opentype'), url(fonts/SangBleuRepublic-Bold-WebS.ttf) format('truetype'), url(fonts/SangBleuRepublic-Bold-WebS.woff) format('woff'), url(fonts/SangBleuRepublic-Bold-WebS.woff2) format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

*:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #F4F2EF inset !important;
}

fieldset {
  border: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
}

label {
  display: block;
  font-size: 13px;
  font-size: 0.87rem;
  line-height: 21px;
  line-height: 1.4rem;
  letter-spacing: 0.03em;
  color: #999999;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  border: none;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  font-size: 15px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.73rem;
  color: #222222;
  letter-spacing: 0.02em;
  width: 100%;
  outline: none;
  background-color: transparent;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
  margin-right: 8px;
  width: 17px;
  height: 17px;
  position: relative;
}

input[type="checkbox"]:before,
input[type="radio"]:before {
  cursor: pointer;
  content: "";
  font-family: 'explora';
  font-size: 17px;
  position: absolute;
  color: #999999;
  left: 0px;
  top: 0px;
  z-index: 1;
  background-color: #F4F2EF;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before,
input[type="checkbox"]:active:before,
input[type="radio"]:active:before {
  color: #222222;
}

input[type="checkbox"]:before {
  content: "\e90b";
}

input[type="radio"]:before {
  content: "\e90d";
}

input[type="checkbox"]:hover:before,
input[type="checkbox"]:checked:before {
  content: "\e90c";
}

input[type="radio"]:hover:before,
input[type="radio"]:checked:before {
  content: "\e90e";
}

#explora-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

#explora-modal .cmp-title__text {
  font-family: 'WT Monarch Nova', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 39px;
  font-size: 2.6rem;
  line-height: 49px;
  line-height: 3.27rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 70px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #explora-modal .cmp-title__text {
    font-size: 28px;
    font-size: 1.87rem;
    line-height: 39px;
    line-height: 2.6rem;
    letter-spacing: 0.05em;
  }
}

#explora-modal>.cmp-container {
  top: 100px;
  background: #F4F2EF;
  max-width: 980px;
  padding: 70px 140px;
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #explora-modal>.cmp-container {
    top: 0;
    padding: 50px 25px 50px 25px;
    overflow-y: scroll;
    max-height: calc(100vh - 50px);
    margin: 25px;
  }
}

#explora-modal>.cmp-container .container {
  padding: 0;
}

#modal-explora-close {
  cursor: pointer;
  font-size: 20px;
  font-size: 1.33rem;
  color: #0C2340;
  position: absolute;
  right: 50px;
  top: 50px;
}

@media only screen and (max-width: 767px) {
  #modal-explora-close {
    right: 25px;
    top: 25px;
  }
}

#explora-modal-hls-play [data-js-component="VideoHLS"] {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.color-navy {
  color: #0C2340;
}

.color-shell {
  color: #CBC4BC;
}

.color-gold {
  color: #866D4B;
}

.color-dark-grey {
  color: #666666;
}

.color-shell-dark {
  color: #BFB3A4;
}

.color-grey {
  color: #F4F2EF;
}

.color-light-grey {
  color: #E0E0E0;
}

.color-mid-grey {
  color: #999999;
}

.color-red {
  color: #BA0C2F;
}

.color-text {
  color: #222222;
}

.color-white {
  color: white;
}

.color-black {
  color: black;
}

.color-terracotta {
  color: #9C441D;
}

.bg-navy {
  background: #0C2340;
}

.bg-shell {
  background: #CBC4BC;
}

.bg-gold {
  background: #866D4B;
}

.bg-shell-dark {
  background: #BFB3A4;
}

.bg-grey {
  background: #F4F2EF;
}

.bg-light-grey {
  background: #E0E0E0;
}

.bg-mid-grey {
  background: #999999;
}

.bg-red {
  background: #BA0C2F;
}

.bg-text {
  background: #222222;
}

.bg-white {
  background: white;
}

.bg-black {
  background: black;
}

.bg-terracotta {
  background: #9C441D;
}

.loader {
  background: #F4F2EF;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.loader:after {
  content: '';
  width: 70px;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translatey(-50%) translatex(-50%);
  -ms-transform: translatey(-50%) translatex(-50%);
  transform: translatey(-50%) translatex(-50%);
  background: url(/etc.clientlibs/explora/clientlibs/clientlib-site/resources/images/animated-svg/loader.svg);
}

.loader-opacity {
  background: rgba(244, 242, 239, 0.4);
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.loader-opacity:after {
  content: '';
  width: 70px;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  -webkit-transform: translatey(-50%) translatex(-50%);
  -ms-transform: translatey(-50%) translatex(-50%);
  transform: translatey(-50%) translatex(-50%);
  background: url(/etc.clientlibs/explora/clientlibs/clientlib-site/resources/images/animated-svg/loader.svg);
}

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.reset-default--button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* TYPOGRAPHY */
.title-h1 {
  font-family: 'WT Monarch Nova', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 56px;
  font-size: 3.73rem;
  line-height: 71px;
  line-height: 4.73rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .title-h1 {
    font-size: 35px;
    font-size: 2.33rem;
    line-height: 42px;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
  }
}

.title-h2 {
  font-family: 'WT Monarch Nova', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 39px;
  font-size: 2.6rem;
  line-height: 49px;
  line-height: 3.27rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .title-h2 {
    font-size: 28px;
    font-size: 1.87rem;
    line-height: 39px;
    line-height: 2.6rem;
    letter-spacing: 0.05em;
  }
}

.title-h5 {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  font-size: 2rem;
  line-height: 60px;
  line-height: 4rem;
}

.title-h4 {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 36px;
  line-height: 2.4rem;
  letter-spacing: 0.1em;
}

.title-h3 {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 1.33rem;
  line-height: 40px;
  line-height: 2.67rem;
}

.text-regular {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 2rem;
  letter-spacing: 0.1em;
}

.text-mini {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.87rem;
  line-height: 21px;
  line-height: 1.4rem;
  letter-spacing: 0.03em;
}

.text-caps {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 15px;
  line-height: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.text-body {
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 15px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.73rem;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .text-body {
    font-size: 15px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.47rem;
  }
}

/********** MIXIN */
/* REM font */
/* Media Query */
/********** VARIABLES */
/* Colors */
/* Type of Fonts */
/**** GRADIENT  **/
footer .cmp-experiencefragment--footer {
  position: relative;
  z-index: 2;
}

footer .gradient-type {
  content: '';
  height: 140px;
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer.type__light .gradient-type {
  background: -webkit-linear-gradient(bottom, #222222 0%, rgba(34, 34, 34, 0.3) 62%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0.3) 62%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer.type__dark .gradient-type {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

/********** XF FOOTER */
#landingFooter {
  padding: 50px 0;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* SOCIAL */
  /* COUNTDOWN */
  /* PRIVACY */
  /* CTA REGISTER */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #landingFooter {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  #landingFooter {
    padding: 30px 0;
  }
}

#landingFooter .container,
#landingFooter .sign-up-newsletter {
  padding: 0;
  margin: 0;
  max-width: none;
  width: 33.3333%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  #landingFooter .container,
  #landingFooter .sign-up-newsletter {
    width: 100%;
    box-sizing: border-box;
  }
}

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

  #landingFooter .container,
  #landingFooter .sign-up-newsletter {
    width: 100%;
    box-sizing: border-box;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #landingFooter .container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #landingFooter .sign-up-newsletter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and only screen and (min-width: 768px) and (max-width: 1024px) {
  #landingFooter .sign-up-newsletter {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #landingFooter .container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  #landingFooter .sign-up-newsletter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) and only screen and (max-width: 767px) {
  #landingFooter .sign-up-newsletter {
    margin-bottom: 50px;
  }
}

#landingFooter #social {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #landingFooter #social {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #landingFooter #social {
    margin-bottom: 50px;
  }
}

#landingFooter #social .button {
  padding-right: 25px;
}

#landingFooter #social a {
  color: white;
  font-size: 18px;
  font-size: 1.2rem;
}

#landingFooter #social a .cmp-button__text {
  display: none;
}

#landingFooter .countdown {
  display: none;
  text-align: center;
  color: white;
  letter-spacing: 1em;
  font-size: 20px;
  font-size: 1.33rem;
  width: 100%;
  margin-bottom: 70px;
}

#landingFooter #privacy {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #landingFooter #privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  #landingFooter #privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#landingFooter #privacy .button {
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 15px;
  line-height: 1rem;
  letter-spacing: 0.17em;
  margin: 0 10px;
}

@media only screen and (max-width: 767px) {
  #landingFooter #privacy .button {
    margin-bottom: 15px;
  }
}

#landingFooter #privacy .text {
  margin: 0 10px;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 15px;
  line-height: 1rem;
  letter-spacing: 0.17em;
  color: white;
}

#landingFooter .sign-up-newsletter {
  text-align: center;
}

#landingFooter #footerBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  margin: auto;
  box-sizing: border-box;
  cursor: pointer;
  width: 185px;
  height: 42px;
  text-align: center;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'Shapiro', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 26px;
  line-height: 1.73rem;
  background: transparent;
  position: relative;
  border: 1px solid white;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#landingFooter #footerBtn:before {
  content: '';
  position: absolute;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #landingFooter #footerBtn {
    width: 212.52px;
    height: 47px;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 26px;
    line-height: 1.73rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  #landingFooter #footerBtn {
    width: 212.52px;
    height: 47px;
    font-size: 12px;
    font-size: 0.8rem;
    line-height: 26px;
    line-height: 1.73rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

#landingFooter #footerBtn:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: '';
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 8px;
  background-image: url(/etc.clientlibs/explora/clientlibs/clientlib-site/resources/images/animated-svg/loader-white.svg);
}

#landingFooter #footerBtn:hover {
  background: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #222222;
}

#landingFooter #footerBtn.clicked:hover {
  color: #FFFFFF;
  background: transparent;
}

#landingFooter #footerBtn.clicked:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer.footer-fixed {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: calc(100% - 142px);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer.footer-fixed {
    top: calc(100% - 296px);
  }
}

@media only screen and (max-width: 767px) {
  footer.footer-fixed {
    top: calc(100% - 296px);
  }
}

/* DARK VERSION */
.footer--dark .cmp-experiencefragment--footer {
  border-top: 1px solid #866D4B;
}

.footer--dark #landingFooter {
  padding: 50px 0;
  color: #222222;
}

.footer--dark #landingFooter #social a {
  color: #866D4B;
}

.footer--dark #landingFooter #social .social-share button,
.footer--dark #landingFooter #social .social-share .cmp-button__icon {
  color: #866D4B;
}

.footer--dark #landingFooter #footerBtn {
  color: #222222;
  border-color: #222222;
}

.footer--dark #landingFooter #footerBtn:hover {
  background: #222222;
  color: white;
}

.footer--dark #landingFooter #privacy .text {
  color: #222222;
}

/********** MIXIN */
/* REM font */
/* Media Query */
/********** VARIABLES */
/* Colors */
/* Type of Fonts */
header {
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  top: 0;
  z-index: 500;
}

header .icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

header .icon__sticky {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  font-size: 50px;
}

@media only screen and (max-width: 767px) {
  header .icon__sticky {
    font-size: 33px;
    font-size: 2.2rem;
  }
}

header.header__sticky #headerLogo .icon {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

header.header__sticky #headerLogo .icon__sticky {
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

header .cmp-experiencefragment--header {
  position: relative;
  z-index: 2;
}

header .gradient-type {
  content: '';
  height: 140px;
  display: block;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.type__light .gradient-type {
  background: -webkit-linear-gradient(top, #222222 0%, rgba(34, 34, 34, 0.3) 62%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0.3) 62%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header.type__dark .gradient-type {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/********* XF HEADER */
#landingHeader {
  padding: 40px 0 20px 0;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  max-height: 186px;
  min-height: 120px;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* LANGUAGE */
  /* LOGO */
  /* BUTTON */
}

@media only screen and (max-width: 767px) {
  #landingHeader {
    padding: 30px 0 20px 0;
  }
}

#landingHeader>div {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#landingHeader #menuLang {
  display: inline-block;
}

#landingHeader .languagenavigation {
  width: 33.3333%;
}

#landingHeader .languagenavigation .cmp-languagenavigation__active {
  cursor: pointer;
  font-size: 10px;
  font-size: 0.67rem;
  line-height: 12px;
  line-height: 0.8rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#landingHeader .languagenavigation .cmp-languagenavigation__active .cta-light-link {
  display: none;
}

#landingHeader .languagenavigation .cmp-languagenavigation__active .cta-dark-link {
  display: inline-block;
}

#landingHeader .languagenavigation .cmp-languagenavigation__active .icon {
  color: white;
  font-size: 4px;
  padding-left: 10px;
  position: relative;
  bottom: 2px;
}

#landingHeader .languagenavigation .cmp-languagenavigation__title {
  color: #999999;
  text-transform: uppercase;
  padding-bottom: 15px;
}

#landingHeader .languagenavigation .cmp-languagenavigation__close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 40px;
}

#landingHeader .languagenavigation .cmp-languagenavigation__item--active {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group {
  list-style: none;
  top: 0;
  left: -3000px;
  z-index: 10;
  position: fixed;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  background: white;
  width: 530px;
  height: 100vh;
  -webkit-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #landingHeader .languagenavigation .cmp-languagenavigation__group {
    width: 100%;
    box-sizing: border-box;
  }
}

#landingHeader .languagenavigation .cmp-languagenavigation__group.open {
  left: 0;
  -webkit-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__inner {
  padding: 40px 25px 50px 60px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 767px) {
  #landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__inner {
    padding: 40px 23px 50px 25px;
  }
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  #landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap {
    padding-right: 25px;
  }
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap.scrollbar {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #222222 #E0E0E0;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap.scrollbar::-webkit-scrollbar {
  width: 5px;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap.scrollbar::-webkit-scrollbar-track {
  background: #E0E0E0;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap.scrollbar::-webkit-scrollbar-thumb {
  background-color: #222222;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap li {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  margin-top: -1px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap li a {
  font-size: 15px;
  font-size: 1rem;
  line-height: 66px;
  line-height: 4.4rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #222222;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  padding-left: 30px;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap li a:hover {
  color: #9C441D;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap li.cmp-languagenavigation__item--active {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap li.cmp-languagenavigation__item--active a {
  color: #9C441D;
}

#landingHeader .languagenavigation .cmp-languagenavigation__group .cmp-languagenavigation__wrap li.cmp-languagenavigation__item--active a:before {
  color: #222222;
  font-family: 'explora';
  content: "\e911";
  font-size: 10px;
  left: 0;
  position: absolute;
}

#landingHeader .arrow-back {
  position: absolute;
  top: 125px;
  cursor: pointer;
}

#landingHeader .header-logo {
  width: 33.3333%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #landingHeader .header-logo {
    padding-top: 15px;
  }
}

#landingHeader .header-logo #headerLogo {
  position: relative;
}

#landingHeader .header-logo .icon {
  color: white;
  font-size: 120px;
  font-size: 8rem;
}

@media only screen and (max-width: 767px) {
  #landingHeader .header-logo .icon {
    font-size: 80px;
    font-size: 5.33rem;
  }
}

#landingHeader .container {
  width: 33.3333%;
  text-align: right;
  padding: 0;
}

#landingHeader .container .button {
  display: inline-block;
}

/* DARK VERSION */
.header--dark #landingHeader {
  color: #0C2340;
}

.header--dark #landingHeader .languagenavigation .cmp-languagenavigation__active .cta-light-link {
  display: inline-block;
}

.header--dark #landingHeader .languagenavigation .cmp-languagenavigation__active .cta-dark-link {
  display: none;
}

.header--dark #landingHeader .languagenavigation .cmp-languagenavigation__active .icon,
.header--dark #landingHeader .languagenavigation .cmp-languagenavigation__active .icon__sticky {
  color: #0C2340;
}

.header--dark #headerLogo .icon,
.header--dark #headerLogo .icon__sticky {
  color: #866D4B;
}

/********** MIXIN */
/* REM font */
/* Media Query */
/********** VARIABLES */
/* Colors */
/* Type of Fonts */
/* SIGN UP - EXPERIENCE FRAGMENT */
#newsletterForm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

#newsletterForm .aem-GridColumn--default--6 {
  width: 48%;
}

@media only screen and (max-width: 767px) {
  #newsletterForm .aem-GridColumn--default--6 {
    width: 100%;
  }
}

#newsletterForm .aem-GridColumn--default--12 {
  width: 100%;
}

#newsletterForm .title {
  margin-bottom: 15px;
}

#newsletterForm .cmp-title__text {
  text-align: center;
  margin-top: 0;
  font-size: 39px;
  font-size: 2.6rem;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  #newsletterForm .cmp-title__text {
    font-size: 28px;
    font-size: 1.87rem;
    line-height: 39px;
    line-height: 2.6rem;
    max-width: 90%;
    margin: 10px auto 10px auto;
  }
}

@media only screen and (max-width: 360px) {
  #newsletterForm .cmp-title__text {
    max-width: 100%;
  }
}

#newsletterForm .cmp-title__subtitle {
  color: #999999;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.73rem;
  margin: 0px 75px;
}

@media only screen and (max-width: 767px) {
  #newsletterForm .cmp-title__subtitle {
    max-width: 70%;
    margin: auto;
    line-height: 22px;
    line-height: 1.47rem;
  }
}

#newsletterForm .cmp-form-options:not(.cmp-form-options--checkbox) {
  margin-top: 25px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #newsletterForm .cmp-form-options:not(.cmp-form-options--checkbox) {
    margin-top: 45px;
  }
}

#newsletterForm #checkboxError,
#newsletterForm #generalError {
  display: none;
}

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

  #newsletterForm #checkboxError,
  #newsletterForm #generalError {
    text-align: center;
    max-width: 80%;
    margin: auto;
  }
}

#newsletterForm #checkboxError p,
#newsletterForm #generalError p {
  color: #BA0C2F;
  font-size: 13px;
  font-size: 0.87rem;
  padding-top: 15px;
}

#privacySubmit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #privacySubmit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #privacySubmit .cmp-form-button {
    margin: 10px auto 0;
  }

  #privacySubmit .button {
    width: 100%;
  }
}

#privacySubmit .cmp-form-button {
  margin: 0;
}

#privacySubmit .cmp-text p {
  font-size: 13px;
  font-size: 0.87rem;
  line-height: 21px;
  line-height: 1.4rem;
  color: #666666;
}

/* FORMS CMP*/
.cmp-form {
  background: #F4F2EF;
}

.cmp-form .cmp-title__text {
  font-family: 'WT Monarch Nova', Helvetica, Arial, sans-serif;
}

@media only screen and (max-width: 767px) {
  .cmp-form .cmp-title__text {
    font-size: 28px;
    font-size: 1.87rem;
    line-height: 39px;
    line-height: 2.6rem;
  }
}

.cmp-form .text .cmp-form-text {
  margin: calc(61px - 1rem) 0px 1rem;
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .cmp-form .text .cmp-form-text {
    margin: calc(40px - 1rem) 0px 1rem;
  }
}

.cmp-form .text .cmp-form-text label {
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  top: 0.25em;
  color: #999999;
  font-size: 13px;
  font-size: 0.87rem;
}

.cmp-form .text .cmp-form-text.filled label {
  top: -1.4em;
  left: 0px;
  color: #666666;
}

.cmp-form-validation {
  display: none;
  color: #BA0C2F;
  font-size: 13px;
  font-size: 0.87rem;
  position: absolute;
  bottom: -2.2em;
}

.cmp-form-validation.show-validation {
  display: block;
}

.cmp-form-options {
  display: block;
  margin-left: 0px;
  padding-left: 0px;
}

.cmp-form-options .cmp-form-options__field-label {
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.cmp-form-options .cmp-form-options__field-label:first-child {
  margin-left: 0px;
}

.cmp-form-options .cmp-form-options__field-description {
  cursor: pointer;
  padding-top: 2px;
  font-size: 15px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.73rem;
}

@media only screen and (min-width: 1025px) {
  .cmp-form-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cmp-form-options .cmp-form-options__field-label {
    margin-right: 25px;
    margin-bottom: 0px;
  }
}

#checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #666666;
  font-size: 13px;
  font-size: 0.87rem;
  height: 42px;
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  #checkbox {
    margin-right: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#checkbox .options {
  position: relative;
  top: -3px;
}

#checkbox .cmp-form-options__field--checkbox.required:before {
  color: #BA0C2F;
}

#checkbox p {
  margin-bottom: 0;
}

#checkbox .cmp-form-options__field-label {
  margin: 0px;
  line-height: 0;
}

#newsletterThankYou {
  padding: 50px 0 0 0;
}

#newsletterThankYou button {
  margin-bottom: 0;
}

/********** MIXIN */
/* REM font */
/* Media Query */
/********** VARIABLES */
/* Colors */
/* Type of Fonts */
.reset-default--button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.social-share {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .social-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .social-share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.social-share .cmp-button__icon {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  padding: 0 13px;
  color: white;
  font-size: 16px;
  font-size: 1.07rem;
  font-family: 'Shapiro';
}

@media only screen and (max-width: 400px) {
  .social-share .cmp-button__icon {
    padding: 0 7px;
  }
}

.social-share .cmp-button__icon:hover {
  color: #CBC4BC;
}

.social-share .cmp-button__icon:active {
  color: #BFB3A4;
}

.social-share .cmp-button__icon#ss-share {
  font-size: 10px;
  font-size: 0.67rem;
  text-transform: uppercase;
  padding-bottom: 3px;
}

.social-share .cmp-button__icon#ss-share:before {
  font-size: 18px;
  font-size: 1.2rem;
  position: relative;
  bottom: -2px;
}

.social-share__social-networks-links {
  display: block;
}

.social-share__share-btn::before {
  padding-right: 14px;
}

.social-share__share-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66px;
  overflow-y: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px 37px;
  position: absolute;
  background: white;
  z-index: 1;
  top: -17px;
  opacity: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .social-share__share-content {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
  }
}

@media only screen and (max-width: 767px) {
  .social-share__share-content {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0);
    -ms-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
  }
}

.social-share__share-content_title {
  font-family: 'Shapiro';
  color: #866D4B;
  font-size: 10px;
  font-size: 0.67rem;
  margin-right: 14px;
  cursor: default;
}

.social-share__share-content .cmp-button__icon {
  color: #866D4B;
  font-size: 16px;
  font-size: 1.07rem;
}

.social-share__share-content .cmp-button__icon.icon-explora-close {
  color: #222222;
  padding-right: 0px;
}

.social-share__share-content .cmp-button__icon:hover {
  color: #9C441D;
}

.social-share__share-content .cmp-button__icon:active {
  color: #866D4B;
}

.social-share__share-content.open {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .social-share__share-content.open {
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}

@media only screen and (max-width: 767px) {
  .social-share__share-content.open {
    -webkit-transform: translateX(-50%) scaleX(1);
    -ms-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}