@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Redaction;
  src: url('../fonts/Redaction-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 2";
  src: url('../fonts/HotelGrande-Rounded2.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 2";
  src: url('../fonts/HotelGrande-Rounded2Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hotelgrande;
  src: url('../fonts/HotelGrande-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 4";
  src: url('../fonts/HotelGrande-Rounded4Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Hotelgrande;
  src: url('../fonts/HotelGrande-Regular.otf') format("opentype"), url('../fonts/HotelGrande-RegularOutline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 3";
  src: url('../fonts/HotelGrande-Rounded3.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 1 Outline";
  src: url('../fonts/HotelGrande-Rounded1Outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 2 Outline";
  src: url('../fonts/HotelGrande-Rounded2Outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 4 Outline";
  src: url('../fonts/HotelGrande-Rounded4Outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hotelgrande Script;
  src: url('../fonts/HotelGrande-Script.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 1";
  src: url('../fonts/HotelGrande-Rounded1Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 4";
  src: url('../fonts/HotelGrande-Rounded4.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 3 Outline";
  src: url('../fonts/HotelGrande-Rounded3Outline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 3";
  src: url('../fonts/HotelGrande-Rounded3Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Hotelgrande Rounded 1";
  src: url('../fonts/HotelGrande-Rounded1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Redaction, Times New Roman, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Redaction, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

.slide {
  height: 120vh;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.arrow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.mask {
  height: 120vh;
}

.bg-scroll-1 {
  z-index: 1;
  background-image: url('../images/lev-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 120vh;
  position: absolute;
}

.bg-main {
  z-index: auto;
  background-image: url('../images/pexels-pixabay-247594.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.bg-main.hide {
  background-image: url('../images/pexels-pixabay-247594.jpg');
}

.padding-global {
  background-color: #0000;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.page-wrapper {
  z-index: 1;
  background-color: #d8c6b0;
  width: auto;
  position: relative;
}

.blur_bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h1 {
  font-size: 3.5rem;
}

.heading-style-h1.in-hero {
  color: #f0f1ec;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
}

.heading-style-h1.in-hero.italics {
  margin-top: 7px;
  font-size: 3rem;
  font-style: italic;
}

.heading-style-h1.is-white {
  color: #f0f1ec;
}

.section_header {
  z-index: 999;
  height: 120vh;
  position: relative;
}

.slide-nav.hide {
  display: none;
}

.scroll-hero {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 350vh;
  display: flex;
  position: relative;
}

.header_content {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.max-width-medium {
  z-index: 999;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 35rem;
  display: flex;
  position: relative;
}

.header_background-image-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.label {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #2b2118;
  text-align: left;
  border: .5px solid #2b211899;
  border-radius: 5000px;
  padding: .25rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 120%;
  display: inline-flex;
}

.label.border-none {
  border-style: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.label.border-none.is-white {
  color: #f0f1ecfa;
  letter-spacing: .4px;
  font-family: "Hotelgrande Rounded 2", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.label.is-white {
  color: #f0f1ec;
  border-width: .125px;
  border-color: #f0f1ec66;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-small {
  color: #2b2118;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-small.is-white {
  color: #f0f1ec;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.button {
  color: #f0f1ec;
  text-align: center;
  cursor: pointer;
  background-color: #c3452c;
  border-radius: 2rem;
  padding: .5rem 1.5rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
  transition: all .35s;
}

.button:hover {
  color: #f0f1ec;
  background-color: #a9351e;
  text-decoration: none;
  transform: translate(0, -3px);
  box-shadow: 2px 4px #2b2118;
}

.button.tertiary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #2b2118;
  background-color: #c3452c00;
  border-bottom: .5px solid #2b2118;
  border-radius: 0;
  padding: .3rem 0;
  display: inline-flex;
}

.button.tertiary:hover {
  box-shadow: none;
  color: #c3452c;
  border-bottom-color: #c3452c;
  transform: translate(0, -2px);
}

.button.tertiary.is-white {
  color: #f0f1ec;
  border-bottom-color: #f0f1ec;
}

.bold-span {
  font-size: 4.5rem;
  font-style: italic;
  font-weight: 400;
}

.arrow-icon {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  background-color: #f0f1ec24;
  border: .5px solid #f0f1ec;
  border-radius: 100%;
  padding: 16px 21px;
  transition: all .35s;
}

.arrow-icon:hover {
  background-color: #f0f1ec57;
}

.sticky-container {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.overlay {
  z-index: 3;
  background-color: #00000091;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.hero-parent {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-parent.bottom_center {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 5%;
  padding-bottom: 3rem;
}

.margin-top {
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium {
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.slider {
  height: 120vh;
  display: none;
}

.bg-scroll {
  z-index: 2;
  background-image: url('../images/lev-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-block {
  text-decoration: none;
}

.container {
  width: 100%;
}

.footer {
  background-color: #000;
}

.footer-note {
  color: #e2dcd8;
  text-align: center;
  line-height: 150%;
}

.footer-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: 1px solid #e2dcd8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: .7rem;
  display: grid;
}

.column-right {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.spacing-16px {
  height: 1rem;
}

.footer-position {
  color: #e2dcd8;
  font-family: "Hotelgrande Rounded 3", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 135%;
}

.footer-name {
  color: #e2dcd8;
  font-family: "Hotelgrande Rounded 3", Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 135%;
}

.column-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-location {
  color: #e2dcd8;
  font-size: 1rem;
  font-weight: 300;
  line-height: 135%;
}

.spacing-8px {
  height: .3rem;
}

.footer_social-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.text-normal {
  font-weight: 400;
}

.spacing-40px {
  height: 2.5rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #1b75fe;
  border-radius: 1rem;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: all .4s;
}

.button-2:hover {
  background-color: #1464df;
  transform: scale(1.01);
  box-shadow: 3px 3px #000;
}

.button-2.is-link {
  background-color: #0000;
  border-style: none none solid;
  border-bottom-color: #000;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  display: flex;
}

.button-2.is-link.is-icon.is-white {
  color: #fff;
  border-bottom-color: #fff;
  border-radius: 0;
  font-size: 1rem;
  transition: all .4s;
}

.button-2.is-link.is-icon.is-white:hover {
  box-shadow: none;
  color: #f0f0f0;
  transform: translate(0, -2px);
}

.button_color {
  z-index: 1;
  filter: blur(16px);
  mix-blend-mode: normal;
  background-image: linear-gradient(112deg, #ff0f33d6, #ff6600db);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -21px;
  left: -14px;
}

.button_color._1 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: -24%;
  left: -11%;
}

.button_color._2 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: -15%;
  left: auto;
  right: 54%;
}

.button_color._3 {
  background-image: linear-gradient(251deg, #0004ffd6, #b115ffd9);
  top: 52%;
  left: auto;
  right: -27%;
}

.button_color._4 {
  background-image: linear-gradient(112deg, #0ff3ffd6, #00b7ffdb);
  top: 53%;
  left: auto;
  right: 5%;
}

.button-3 {
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 54px;
  margin-top: 0;
  display: flex;
  position: relative;
  transform: none;
}

.label-2 {
  z-index: 4;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  position: relative;
}

.button_color-wrap {
  z-index: 2;
  filter: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_color-wrap.blur {
  filter: blur(5px);
  overflow: hidden;
}

.button_bg {
  z-index: 3;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 146px;
  height: 50px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.button_bg:hover {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #000000bf;
}

.destination-image-wrapper {
  border-radius: .3rem;
  overflow: hidden;
}

.item {
  background-image: url('../images/linea-gialla-sottile.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex: none;
  width: 100vw;
  height: 100vh;
  padding: 0 2.5rem;
}

.camera {
  width: 100vw;
  height: 80vh;
  font-family: "Hotelgrande Rounded 4 Outline", Arial, sans-serif;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.destinations {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 80%;
  display: grid;
}

.destination-description {
  letter-spacing: .8px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.destination-description.destination {
  font-weight: 700;
}

.destination-description.special {
  font-weight: 400;
}

.frame {
  height: 100%;
  display: flex;
}

.track {
  z-index: 1;
  height: 80vw;
  margin-top: 5%;
  padding-top: 0;
  font-family: "Hotelgrande Rounded 4", Arial, sans-serif;
  display: block;
  position: relative;
}

.destination {
  cursor: pointer;
  background-color: #fffffd;
  border: .5px solid #f8b960;
  border-radius: .3rem;
  padding: .925rem;
}

.destination._1 {
  transform: translate(0, -50px);
}

.destination._4 {
  transform: translate(0);
}

.destination._3 {
  transform: translate(0, -25px);
}

.destination._2 {
  transform: translate(0, 25px);
}

.heading {
  color: #e4e1e1;
  letter-spacing: .7px;
  font-family: Redaction, Times New Roman, sans-serif;
  font-size: 3rem;
}

.blog_link {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: all .35s;
}

.blog_link:hover {
  color: #f8b960;
  border-bottom: .5px solid #f8b960;
}

.button-4 {
  color: #383127;
  background-color: #f8b960;
  border-radius: .3rem;
  padding: 1.5rem 3rem;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transition: all .35s;
}

.button-4:hover {
  color: #fbfaf1;
  background-color: #383127;
}

.padding-section-large-2 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

.padding-global-3 {
  background-color: #0000;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.deals-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.deals_heading-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.deals_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.button-group-2 {
  justify-content: center;
  display: flex;
}

.deals {
  z-index: 1;
  position: relative;
}

.heading-style-h2 {
  color: #383127;
  font-size: 3rem;
  font-weight: 600;
  line-height: 135%;
}

.deals_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.deals_image-wrapper {
  border-radius: .3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog {
  z-index: 1;
  position: relative;
}

.blog-content {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.blog-content.horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: .5px solid #f8b960;
  border-radius: .3rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding: 2rem;
  display: grid;
}

.blog-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.padding-section-large-3 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.blog_content {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 2fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.blog_heading-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.padding-global-4 {
  background-color: #0000;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

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

.heading-style-h3 {
  color: #383127;
  font-size: 2.441rem;
  font-weight: 600;
  line-height: 135%;
}

.heading-style-h3.align-left {
  text-align: left;
}

.blog-image {
  object-fit: cover;
  border-radius: .3rem;
  width: 100%;
}

.blog_image-wrapper {
  width: 100%;
  position: relative;
}

.blog-item.small {
  background-color: #eeeeec87;
  width: 100%;
}

.blog-item.large {
  background-color: #f4f3ef;
  border: .5px solid #f8b960;
  border-radius: .3rem;
  width: 100%;
  padding: 3rem;
}

.rating-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #383127;
  display: flex;
}

.reviews {
  z-index: 1;
  position: relative;
}

.padding-global-5 {
  background-color: #0000;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.testimonial-item {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #eeeeecde;
  border: .5px solid #f8b960;
  border-radius: .3rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  font-family: Lato, sans-serif;
  display: flex;
}

.testimonial_rating-icon {
  flex-direction: column;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.testimonial_component {
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.testimonial-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: -9rem;
  display: grid;
}

.cta-link {
  color: #383127;
  cursor: pointer;
  border-radius: .3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 6rem;
  padding: 0;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-link:hover {
  color: #fbfaf1;
  background-color: #383127;
}

.label-3 {
  color: #fbfaf1;
  text-transform: uppercase;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  line-height: 150%;
}

.label-3.brown {
  color: #383127;
  font-family: Open Sans, sans-serif;
}

.padding-section-large-4 {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.cta_component {
  text-align: center;
}

.padding-global-6 {
  background-color: #0000;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-border {
  border: .5px dashed #383127;
  border-radius: .3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cta {
  z-index: 1;
  position: relative;
}

.footer_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.credits-link {
  color: #fbfaf1;
  text-decoration: none;
  transition: all .35s;
}

.credits-link:hover {
  color: #f8b960;
  border-bottom: .5px solid #f8b960;
  font-weight: 400;
}

.footer-2 {
  z-index: 1;
  background-color: #383127;
  position: relative;
}

.footer_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.padding-global-7 {
  background-color: #0000;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.footer_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.logo_text {
  color: #fbfaf1;
}

.footer_link {
  color: #fbfaf1;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-decoration: none;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.padding-section-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer_line-divider {
  background-color: #fbfaf1;
  width: 100%;
  height: .5px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer-social-link {
  color: #fbfaf1;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo_span {
  font-style: italic;
}

.footer_credit-text {
  color: #fbfaf1;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.5;
}

.navbar_logo-link {
  color: #383127;
  padding-left: 0;
  font-size: 2rem;
}

.heading-2 {
  color: #1b1b1b;
  letter-spacing: 1px;
  font-family: "Hotelgrande Rounded 4", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white-form {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 500px;
  padding-right: 13px;
  display: flex;
  box-shadow: 1px 1px 6px #00000026;
}

.form {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 6px 0 0 6px;
  max-width: 500px;
  height: 55px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
}

.form:active, .form:focus {
  border-color: #fff;
}

.form::placeholder {
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}

.submit-btn {
  letter-spacing: .2px;
  background-color: #074646;
  border-radius: 6px;
  font-weight: 600;
}

.submit-btn:hover {
  background-color: #053535;
}

.success {
  color: #fff;
  background-color: #074646;
  border-radius: 6px;
  width: 500px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
}

.h1.polaroid-heading {
  color: #1b1b1b;
  letter-spacing: 0;
  font-family: Redaction, Times New Roman, sans-serif;
  font-size: 41px;
  font-weight: 700;
}

.subhead {
  color: #ffffffd6;
  text-align: center;
  letter-spacing: .2px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.div-block {
  margin-bottom: 60px;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #fff9;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  align-items: center;
  display: flex;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.slide-2 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.content {
  overflow: hidden;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  position: absolute;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.grey-font {
  color: #000000bf;
}

.text-f-15.light-grey-font {
  color: #00000080;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.slide-content {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 3em;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-3 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.slider-2 {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.dot-divider {
  background-color: #ff7a00;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.heading-4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.divider {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.heading-5 {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75em;
  font-weight: 400;
  line-height: 1;
}

.heading-6 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.popular-text {
  color: #fffc;
  text-align: left;
  letter-spacing: .2px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}

.nav {
  text-align: center;
  background-color: #0000;
  border-radius: 6px;
  margin-top: 28px;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.icon-img {
  margin-bottom: 0;
  margin-right: 10px;
}

.overlay-2 {
  background-color: #0000;
  background-image: linear-gradient(#0006 2%, #00000061 52%, #00000029 87%);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.underlined {
  cursor: pointer;
  border-bottom: 1px solid #ffffff2e;
  line-height: 19px;
  transition: all .2s;
}

.underlined:hover {
  border-bottom-color: #ffffffa6;
}

.content-2 {
  z-index: 1;
  text-align: center;
  position: relative;
}

.brand-div {
  display: inline-block;
}

.subhead-2 {
  color: #ffffffd6;
  letter-spacing: .2px;
  margin-bottom: 50px;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
}

.video-background {
  height: 100vh;
}

.copyright-div {
  z-index: 1;
  opacity: 1;
  color: #ffffffd9;
  text-align: center;
  font-weight: 300;
  position: absolute;
  inset: auto 0% 10px;
}

.bg-video {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h1-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 62px;
  font-weight: 600;
  line-height: 82px;
}

.copyright-text {
  text-shadow: 1px 1px 6px #0000004d;
  display: inline-block;
}

.bolder {
  color: #ffffffd9;
  font-weight: 400;
}

.brand {
  float: none;
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  font-size: 26px;
  font-weight: 100;
  line-height: 28px;
  display: flex;
}

.cta-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 13%;
  padding-right: 13%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12 {
  color: #1b1b1b;
  letter-spacing: 1px;
  font-family: "Hotelgrande Rounded 4", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-13, .heading-14, .heading-15 {
  font-family: Redaction, Times New Roman, sans-serif;
}

.text-block-2 {
  font-family: Open Sans, sans-serif;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  font-family: Open Sans, sans-serif;
}

.text-block-5 {
  padding-left: 0;
}

.column-wrapper {
  align-items: flex-start;
  display: flex;
}

.faq-h3 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-h3.noselect {
  color: #0b1033;
  font-size: 18px;
  font-weight: 600;
}

.faq-circle {
  background-color: #e9e5e5;
  border: 1px solid #739fdb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 30px;
  display: flex;
}

.paragraph {
  color: #445567;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.faq {
  cursor: pointer;
  border: 1.3px solid #1b1b1b;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 80px;
  padding: 20px 30px;
  transition: all .2s;
  display: flex;
}

.faq:hover {
  box-shadow: 0 1px 13px #3d516929;
}

.heading-16 {
  color: #1b1b1b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 44px;
  font-weight: 700;
}

.section-2 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
}

.detail-block {
  background-color: #56e8ff0d;
  border: 1px solid #56e8ff;
  max-width: 800px;
  margin: 20px auto 60px;
  padding: 30px 20px;
  font-size: 17px;
}

.container-2 {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrap {
  margin-bottom: 60px;
}

.faq-question-wrap {
  margin-bottom: 20px;
}

.column {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-content {
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .button-3 {
    margin-left: 5px;
    transform: scale(1.1);
  }
}

@media screen and (min-width: 1920px) {
  .button-3 {
    margin-left: 12px;
    transform: scale(1.2);
  }

  .header {
    margin-top: 8em;
    margin-bottom: 2em;
  }

  .slider-2 {
    margin-bottom: 8em;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3rem;
  }

  .padding-global {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .heading-style-h1.in-hero {
    font-size: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .bold-span {
    font-size: 3rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .footer-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .camera {
    height: auto;
  }

  .destinations {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .frame {
    flex-direction: column;
  }

  .track {
    height: auto;
  }

  .padding-global-3 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .deals_content, .blog_content {
    grid-column-gap: 2rem;
  }

  .padding-global-4, .padding-global-5 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .testimonial-list {
    grid-template-columns: 1fr 1fr;
  }

  .padding-global-6, .padding-global-7 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .h1 {
    font-size: 65px;
    line-height: 79px;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .slider-2 {
    display: flex;
  }

  .h1-2 {
    font-size: 65px;
    line-height: 79px;
  }

  .cta-2 {
    justify-content: flex-start;
    padding-top: 190px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .faq-question-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .destinations {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .deals_content, .blog_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-global-4, .padding-global-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .testimonial-item {
    padding: 1.5rem;
  }

  .testimonial-list {
    grid-template-columns: 1fr;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .padding-global-7 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer_credit-text {
    margin-top: 1rem;
  }

  .white-form, .success {
    width: 100%;
  }

  .h1 {
    font-size: 62px;
    line-height: 70px;
  }

  .header {
    margin-top: 4em;
  }

  .copyright-div {
    flex: 1;
    align-items: flex-end;
    margin-top: 25px;
    padding-bottom: 15px;
    display: flex;
    position: static;
  }

  .h1-2 {
    font-size: 62px;
    line-height: 70px;
  }

  .cta-2 {
    justify-content: flex-start;
    padding-top: 180px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 479px) {
  .bg-main {
    background-size: cover;
    background-attachment: fixed;
    display: block;
    overflow: visible;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .page-wrapper {
    width: 100%;
  }

  .blur_bg {
    display: none;
  }

  .heading-style-h1 {
    font-size: 3.1rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-name {
    font-size: 4.5rem;
    line-height: 120%;
  }

  .footer_social-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .item {
    height: 90vh;
  }

  .destinations {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .padding-global-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .deals_content {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.8rem;
  }

  .blog_content {
    grid-template-columns: 1fr;
  }

  .padding-global-4, .padding-global-5, .padding-global-6, .padding-global-7 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .white-form {
    width: 100%;
  }

  .success {
    font-size: 16px;
    line-height: 23px;
  }

  .h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .text-f-13, .text-f-13.all-caps.light-grey-font {
    font-size: 1.2em;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .section {
    min-height: 90vh;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .heading-3 {
    font-size: 3.25em;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

  .credentials {
    flex-direction: column;
    align-items: center;
  }

  .text-f-14 {
    font-size: 1.4em;
  }

  .heading-4 {
    font-size: 5em;
  }

  .heading-5 {
    font-size: 3.25em;
  }

  .heading-6 {
    font-size: 5em;
  }

  .popular-text {
    max-width: 100%;
    font-size: 14px;
  }

  .overlay-2 {
    background-image: linear-gradient(#0000007a 38%, #00000061 72%);
  }

  .video-background {
    height: 100%;
  }

  .copyright-div {
    flex: none;
    margin-top: 69px;
  }

  .h1-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .cta-2 {
    height: 90vh;
    padding-top: 140px;
  }

  .faq-circle {
    margin-bottom: 9px;
  }

  .paragraph {
    margin-left: 15px;
  }

  .faq {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .section-2 {
    display: block;
  }
}

#w-node-bbc6ec4a-ec18-886e-f122-506663f6adc7-503b113d, #w-node-bbc6ec4a-ec18-886e-f122-506663f6add1-503b113d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bbc6ec4a-ec18-886e-f122-506663f6add4-503b113d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bbc6ec4a-ec18-886e-f122-506663f6adc7-503b113d, #w-node-bbc6ec4a-ec18-886e-f122-506663f6add1-503b113d {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }
}


@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Redaction';
  src: url('../fonts/Redaction-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 2';
  src: url('../fonts/HotelGrande-Rounded2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 2';
  src: url('../fonts/HotelGrande-Rounded2Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande';
  src: url('../fonts/HotelGrande-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 4';
  src: url('../fonts/HotelGrande-Rounded4Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande';
  src: url('../fonts/HotelGrande-Regular.otf') format('opentype'), url('../fonts/HotelGrande-RegularOutline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 3';
  src: url('../fonts/HotelGrande-Rounded3.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 1 Outline';
  src: url('../fonts/HotelGrande-Rounded1Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 2 Outline';
  src: url('../fonts/HotelGrande-Rounded2Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 4 Outline';
  src: url('../fonts/HotelGrande-Rounded4Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Script';
  src: url('../fonts/HotelGrande-Script.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 1';
  src: url('../fonts/HotelGrande-Rounded1Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 4';
  src: url('../fonts/HotelGrande-Rounded4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 3 Outline';
  src: url('../fonts/HotelGrande-Rounded3Outline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 3';
  src: url('../fonts/HotelGrande-Rounded3Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hotelgrande Rounded 1';
  src: url('../fonts/HotelGrande-Rounded1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}