.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e6e6;
  position: relative;
}
.rangeslider--horizontal {
  height: 20px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
  height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #00ff00;
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
@font-face {
  font-display: swap;
  font-family: 'Jasmina FY';
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot');
  src: url('/fe-web/css/fonts/JasminaFY-Regular.eot#iefix') format('embedded-opentype'), url('/fe-web/css/fonts/JasminaFY-Regular.woff') format('woff'), url('/fe-web/css/fonts/JasminaFY-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_bold_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-bolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_italic';
  src: url('/fe-web/css/fonts/sabonce/sabonce-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'sabonce_roman';
  src: url('/fe-web/css/fonts/sabonce/sabonce-roman-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-65Medi';
  src: url('/fe-web/css/fonts/nmcv/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff') format('woff'), url('/fe-web/css/fonts/nmcv/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#nimb_36c182c6-ef98-4021-9b0d-d63122c2bbf5') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'HelveticaNeueW01-75Bold';
  src: url('/fe-web/css/fonts/nmcv/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/14ff6081-326d-4dae-b778-d7afa66166fc.woff') format('woff'), url('/fe-web/css/fonts/nmcv/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/f751c8ae-1057-46d9-8d74-62592e002568.svg#nimb_f751c8ae-1057-46d9-8d74-62592e002568') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W02 Bold';
  src: url('/fe-web/css/fonts/nmcv/0f2ef9a3-cf9b-4737-bebd-bb866a4e4e5c.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/69d8de3f-4a1d-4135-9b53-40008ecb5c43.woff') format('woff'), url('/fe-web/css/fonts/nmcv/195f04d2-ae5f-4e46-98f5-70f7621c7d07.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/0d9be645-c58b-4cef-b53a-93dca0a3528d.svg#nimb_0d9be645-c58b-4cef-b53a-93dca0a3528d') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=') format('eot');
}
@font-face {
  font-display: swap;
  font-family: 'Rockwell W01';
  src: url('/fe-web/css/fonts/nmcv/73e6c08f-deb5-4d6f-827b-597a84046aa4.eot?iefix=');
  src: url('/fe-web/css/fonts/nmcv/de4b0540-9702-4662-8f3a-228419485257.woff') format('woff'), url('/fe-web/css/fonts/nmcv/bc34c4cd-af2c-400d-b4d0-726e2d89f690.ttf') format('truetype'), url('/fe-web/css/fonts/nmcv/59c05ddc-99f9-44db-82ce-cb7f503b5110.svg#nimb_59c05ddc-99f9-44db-82ce-cb7f503b5110') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Semibold';
  src: url('/fe-web/css/fonts/Deccan-Semibold.eot?iefix=');
  src: url('/fe-web/css/fonts/Deccan-Semibold.woff') format('woff'), url('/fe-web/css/fonts/Deccan-Semibold.ttf') format('truetype'), url('/fe-web/css/fonts/Deccan-Semibold.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'Deccan-Regular';
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.eot?iefix=');
  src: url('/fe-web/css/fonts/DeccanMulinoBianco.woff') format('woff'), url('/fe-web/css/fonts/DeccanMulinoBianco.ttf') format('truetype'), url('/fe-web/css/fonts/DeccanMulinoBianco.svg') format('svg');
}
@font-face {
  font-display: swap;
  font-family: 'indie-flower';
  src: url('/fe-web/css/fonts/indie-flower.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.titillium {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.titilliumSemiBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.titilliumBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.titilliumBoldItalic {
  font-family: 'Titillium Web', sans-serif;
  font-style: italic;
  font-weight: bold;
}
.titilliumItalic {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: italic;
}
.jasmina {
  font-family: 'Deccan-Semibold';
}
.sabonceBold {
  font-family: 'Deccan-Semibold';
}
.sabonceBoldItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceItalic {
  font-family: 'Deccan-Semibold';
}
.sabonceRoman {
  font-family: 'Deccan-Semibold';
}
.helveticaBold {
  font-family: 'Titillium Web', sans-serif;
}
.helveticaMedium {
  font-family: 'Titillium Web', sans-serif;
}
.rockwell {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.rockwellBold {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
.deccanSemiBold {
  font-family: 'Deccan-Semibold';
}
.deccanRegular {
  font-family: 'Deccan-Regular';
}
.indie-flower {
  font-family: 'indie-flower', sans-serif;
  font-weight: normal;
  font-style: normal;
}
/*Colors*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.external {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.external:after {
  content: '';
  background-image: url("/fe-web/img/landing-calendario-2025/external.svg");
  width: 24px;
  height: 24px;
  flex: 1 0 auto;
}
.visual-background {
  height: 450px;
  padding-left: 51%;
  padding-right: 30px;
  padding-top: 140px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
.visual-background .breadcrumbs {
  margin-bottom: 20px;
}
.visual-background h1,
.visual-background h2,
.visual-background .breadcrumbs,
.visual-background .breadcrumbs a,
.visual-background .breadcrumbs a:visited {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #fbf7ec;
}
.visual-background.text-brown h1,
.visual-background.text-brown h2,
.visual-background.text-brown .breadcrumbs,
.visual-background.text-brown .breadcrumbs a,
.visual-background.text-brown .breadcrumbs a:visited {
  color: #5a1e0f;
}
.visual-background .visual-body {
  position: absolute;
  width: 780px;
  height: 510px;
  left: 50%;
  background-position: center right;
  background-size: contain;
  bottom: -30px;
  padding-top: 30px;
  margin-left: -800px;
  background-repeat: no-repeat;
}
.visual-background .text-on-right h1 p,
.visual-background .text-right h1 p {
  font-family: 'Deccan-Semibold';
  color: white;
  font-size: 60px;
  line-height: 60px;
  font-weight: normal;
}
.visual-background .text-on-right h2 p,
.visual-background .text-right h2 p {
  font-family: 'Deccan-Semibold';
  color: white;
  margin-top: 26px;
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}
.visual-background .title_right_text span p {
  font-size: 24px;
  color: #5a1e0f;
  line-height: 28px;
  max-width: 450px;
  font-family: 'Deccan-Regular';
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-background .text-on-right h1 p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .visual-background {
    height: 295px;
    padding: 75px 0 0 0;
    text-align: center;
    display: block;
    margin-bottom: 170px;
  }
  .visual-background .visual-body {
    height: 240px;
    bottom: -70px;
    width: 100%;
    left: 0;
    top: auto;
    margin-left: 0;
    background-position: center center;
  }
  .visual-background .text-on-right h1 p {
    font-size: 30px;
    line-height: 1.2;
  }
  .visual-background .title_right_text span p {
    display: none;
  }
}
.visual-background.center {
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}
.visual-background.center h2 {
  text-align: center;
}
.mb-dbox-wrapper.alternate-boxes.mb-invert .mb-dbox-box.text-wrapper {
  align-items: center;
}
.mb-dbox-wrapper.alternate-boxes .mb-dbox-box {
  position: relative;
  background-position: center;
}
.mb-dbox-wrapper.alternate-boxes .mb-dbox-box.text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.mb-dbox-wrapper.alternate-boxes .mb-dbox-box.text-wrapper .text-container {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  display: flex;
  width: 100%;
}
.mb-dbox-wrapper.alternate-boxes .mb-dbox-box.text-wrapper .mb-title {
  font-size: 48px;
  font-family: 'Deccan-Semibold';
}
.mb-dbox-wrapper.alternate-boxes .mb-dbox-box.text-wrapper .text {
  line-height: 26px;
  font-size: 20px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.mb-dbox-wrapper.alternate-boxes .mb-dbox-box.image-cnt {
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}
.mb-dbox-wrapper.alternate-boxes .mb-dbox-box.image-cnt .image {
  margin-top: 40px;
  width: 100%;
}
.date-range-box {
  justify-content: center;
  align-items: center;
  display: flex;
}
.date-range-box .date {
  border: 1px solid #e9e2dd;
  border-radius: 5px;
  overflow: hidden;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  width: 81px;
  text-align: center;
}
.date-range-box .date.start .month {
  background: #d3c6bc;
}
.date-range-box .date .month {
  background: #5a1e0f;
  line-height: 30px;
  font-size: 16px;
  display: block;
  height: 30px;
  color: white;
  width: 100%;
  text-transform: uppercase;
}
.date-range-box .date .day {
  background: white;
  line-height: 44px;
  font-size: 36px;
  display: block;
  color: #5a1e0f;
  height: 49px;
  width: 100%;
}
.date-range-box .date-separator .brown-arrow {
  position: relative;
  fill: #5a1e0f;
  height: 20px;
  width: 31px;
  top: 15px;
}
@media (max-width: 767px) {
  .date-range-box .date {
    width: 52px;
  }
  .date-range-box .date .month {
    line-height: 19px;
    font-size: 10px;
    height: 19px;
  }
  .date-range-box .date .day {
    line-height: 32px;
    font-size: 23px;
    height: 32px;
  }
  .date-range-box .date-separator .brown-arrow {
    height: 12px;
    width: 20px;
    top: 9px;
  }
}
.launch-boxes {
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}
.launch-boxes .box {
  position: relative;
  width: 49%;
}
.launch-boxes .box .image {
  width: 100%;
}
.launch-boxes .box .mb-text-medium {
  font-size: 24px;
}
.launch-boxes .box .link {
  text-decoration: none;
  text-align: center;
  position: absolute;
  line-height: 30px;
  display: block;
  color: #5a1e0f;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  bottom: 7%;
  width: 100%;
}
.launch-boxes .box .link strong {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #007a8c;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .launch-boxes .box .link {
    bottom: 2%;
  }
}
@media (max-width: 767px) {
  .launch-boxes {
    display: block;
  }
  .launch-boxes .box {
    margin-bottom: 30px;
    width: 100%;
  }
  .launch-boxes .box .image {
    display: block;
  }
  .launch-boxes .box .link {
    line-height: 21px;
    bottom: 5%;
  }
  .launch-boxes .box .mb-text-medium {
    font-size: 19px;
  }
}
.main-cnt .box-cta {
  padding: 0 15px 26px;
  text-align: center;
  background: white;
  color: #5a1e0f;
}
.main-cnt .box-cta .title {
  padding-bottom: 10px;
  padding-top: 32px;
}
.main-cnt .box-cta .text {
  margin-bottom: 25px;
  display: block;
}
.main-cnt .box-cta.light-reg {
  padding: 0 80px 60px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg {
    padding: 0 20px 40px;
  }
}
.main-cnt .box-cta.light-reg .loader {
  display: none;
}
.main-cnt .box-cta.light-reg.loading {
  opacity: 0.4;
  position: relative;
}
.main-cnt .box-cta.light-reg.loading .loader {
  display: block;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.main-cnt .box-cta.light-reg.loading .loader svg {
  fill: #5a1e0f;
  width: 200px;
}
.main-cnt .box-cta.light-reg .title {
  font-size: 36px;
  padding-top: 60px;
  padding-bottom: 6px;
  line-height: 1.25;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .title {
    font-size: 28px;
  }
}
.main-cnt .box-cta.light-reg .text {
  font-size: 16px;
  line-height: 1.44;
  margin-bottom: 15px;
}
.main-cnt .box-cta.light-reg .text b {
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .text {
    font-size: 15px;
  }
}
.main-cnt .box-cta.light-reg .text a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .mandatory-fields {
  font-size: 12px;
  line-height: 2;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #5a1e0f;
  margin-bottom: 20px;
  display: block;
}
.main-cnt .box-cta.light-reg .button.rounded {
  background: #007a8c;
  min-width: 188px;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  padding: 16px 20px;
}
.main-cnt .box-cta.light-reg .button.rounded.single-cta {
  margin-top: 20px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin-bottom: 5px;
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
  display: inline-block;
  margin: 10px 0 0 2%;
  -webkit-box-flex: 2;
  flex-grow: 2;
  height: 100px;
  width: 48%;
  text-align: left;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .input_container .input-container {
    width: 100%;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .input_container .input-container label {
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #5a1e0f;
  margin-bottom: 10px;
  display: block;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you {
  margin-top: 30px;
}
.main-cnt .box-cta.light-reg .form-cnt .thank-you a.label-no {
  color: #007a8c;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 20px;
  font-size: 18px;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy1 {
    font-size: 15px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy1 a {
  color: #007a8c;
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 {
  text-align: left;
  padding-left: 18px;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .main-cnt .box-cta.light-reg .form-cnt .privacy2 {
    font-size: 12px;
    padding-left: 10px;
  }
}
.main-cnt .box-cta.light-reg .form-cnt .privacy2 a {
  color: #007a8c;
}
.main-cnt .double-boxes-cta-container {
  float: left;
  width: 49%;
  min-height: 281px;
  margin-left: 2%;
}
.main-cnt .double-boxes-cta-container .title.mb-text-large {
  font-size: 40px;
}
.main-cnt .double-boxes-cta-container:first-child {
  margin-left: 0px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 35px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .main-cnt .box-cta {
    padding: 0 10px 40px;
  }
  .main-cnt .double-boxes-cta-container {
    width: 100%;
    float: none;
    min-height: auto;
    margin-bottom: 20px;
  }
  .main-cnt .double-boxes-cta-container .title.mb-text-large {
    font-size: 24px;
  }
  .main-cnt .double-boxes-cta-container .text {
    font-size: 15px;
  }
  .main-cnt .double-boxes-cta-container .box-cta {
    padding: 0 0 26px 0;
  }
}
.main-cnt #nl-litreg-email-confirm a.label-no {
  color: #007a8c;
  font-size: 18px;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-top: 20px;
}
.visual-carousel {
  padding-bottom: 60px;
  height: 600px;
}
.visual-carousel.swiper-container {
  position: relative;
  overflow: hidden;
}
.visual-carousel.swiper-container .swiper-wrapper {
  padding-bottom: 60px;
  position: absolute;
  flex-wrap: nowrap;
  display: flex;
  height: 100%;
  left: 0;
  top: 0;
}
.visual-carousel.swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  float: left;
}
.visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background {
  height: 100%;
}
.visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .visual-body {
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  margin-left: -50%;
  bottom: -50px;
  height: 530px;
  width: 50%;
  left: 50%;
}
.visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .text-right {
  position: absolute;
  padding: 0 16px 0;
  max-width: 495px;
  text-align: left;
  top: 148px;
  left: 50%;
}
.visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .text-right .title {
  line-height: 76px;
  font-size: 66px;
  font-family: 'Deccan-Semibold';
  color: white;
}
.visual-carousel.swiper-container .swiper-pagination {
  justify-content: center;
  align-items: center;
  position: absolute;
  display: flex;
  bottom: 37px;
  width: 100%;
}
.visual-carousel.swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background: #dbcec0;
  display: block;
  margin: 0 5px;
  height: 10px;
  width: 10px;
}
.visual-carousel.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007a8c;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .text-right .title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .visual-carousel {
    height: 420px;
  }
  .visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .visual-body {
    bottom: -12px;
    height: 50%;
    width: 65%;
  }
  .visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .text-right {
    text-align: center;
    width: 100%;
    top: 70px;
    left: 0;
  }
  .visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .text-right .title {
    line-height: 46px;
    font-size: 46px;
  }
}
.main-cnt .geo-localizer {
  padding: 58px 0 65px;
  text-align: center;
}
.main-cnt .geo-localizer .text {
  font-size: 24px;
}
.main-cnt .geo-localizer .position {
  margin: 16px 0 20px;
  font-size: 24px;
  display: block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
}
.main-cnt .geo-localizer .position svg {
  fill: #5a1e0f;
  height: 20px;
  width: 20px;
}
.main-cnt .geo-localizer .link {
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #007a8c;
  text-decoration: none;
}
.main-cnt .geo-localizer .promo_num {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 27px;
  text-align: center;
  font-size: 22px;
}
.promo-page {
  text-align: center;
  color: #5a1e0f;
}
.promo-page .visual-carousel {
  margin-bottom: 25px;
}
.promo-page .main-cta {
  margin-bottom: 69px;
}
.promo-page .main-cta .title {
  margin-bottom: 11px;
  font-family: 'Deccan-Semibold';
  font-size: 48px;
}
.promo-page .main-cta .subtitle {
  font-family: 'Titillium Web', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
}
.promo-page .collection-box {
  margin-bottom: 60px;
}
.promo-page .collection-box .mb-text-large {
  font-size: 36px;
}
.promo-page .promo-box {
  margin-bottom: 66px;
}
.promo-page .promo-box .title {
  margin-bottom: 9px;
}
.promo-page .promo-box .subtitle {
  margin-bottom: 59px;
}
.promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.image-cnt {
  min-height: 520px;
}
.promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .text-container {
  position: relative;
  top: -25px;
}
.promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .date-range-box {
  margin-bottom: 30px;
}
.promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .mb-title {
  margin-bottom: 13px;
  max-width: 100%;
}
.promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .text {
  margin-bottom: 25px;
  max-width: 100%;
}
.promo-page .bottom-visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 335px;
}
.promo-page .bottom-visual .content-wrapper-cnt {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  height: 100%;
}
.promo-page .bottom-visual .text-wrapper {
  padding-left: 16px;
  text-align: left;
  width: 50%;
}
.promo-page .bottom-visual .title {
  font-size: 48px;
  font-family: 'Deccan-Semibold';
}
.promo-page .bottom-visual .button {
  margin-top: 30px;
}
.promo-page .newsletter-container {
  padding: 80px 0;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .promo-page .promo-box .mb-dbox-wrapper {
    margin-bottom: 70px;
  }
  .promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.image-cnt {
    min-height: 0;
  }
  .promo-page .promo-box .title {
    padding: 0 20px;
  }
  .promo-page .promo-box .subtitle {
    padding: 0 25px;
  }
  .promo-page .bottom-visual .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .promo-page .visual-carousel {
    margin-bottom: 0;
  }
  .promo-page .visual-carousel.swiper-container .swiper-wrapper .swiper-slide .visual-background .visual-body {
    bottom: -44px;
    height: 67%;
  }
  .promo-page .main-cta {
    margin-bottom: 35px;
  }
  .promo-page .main-cta .title {
    font-size: 30px;
  }
  .promo-page .main-cta .subtitle {
    line-height: 20px;
    font-size: 16px;
  }
  .promo-page .collection-box .mb-text-large {
    font-size: 30px;
  }
  .promo-page .promo-box {
    margin-bottom: 0;
  }
  .promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.image-cnt {
    min-height: 0;
  }
  .promo-page .promo-box .subtitle {
    margin-bottom: 29px;
    line-height: 18px;
    font-size: 15px;
    padding: 0 32px;
  }
  .promo-page .promo-box .image-cnt .image {
    width: 100%;
  }
  .promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper {
    padding-bottom: 40px;
  }
  .promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .text-container {
    padding-top: 20px;
    top: 0;
  }
  .promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .mb-title {
    margin-bottom: 10px;
    font-size: 30px;
    padding: 0 20px;
  }
  .promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .date-range-box {
    margin-bottom: 20px;
  }
  .promo-page .promo-box .mb-dbox-wrapper .mb-dbox-box.text-wrapper .text {
    margin-bottom: 18px;
    padding: 0 15px;
    line-height: 20px;
    font-size: 16px;
  }
  .promo-page .bottom-visual .text-wrapper {
    text-align: center;
    padding-left: 0;
    width: 100%;
  }
  .promo-page .bottom-visual .title {
    font-size: 35px;
  }
}

