body {
  font-family: Inter, sans-serif;
  color: #192b4d;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
  color: #192b4d;
  font-size: 70px;
  line-height: 74px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
  color: #192b4d;
  font-size: 60px;
  line-height: 64px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

h3 {
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
  color: #192b4d;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
  color: #192b4d;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

h5 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #192b4d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

h6 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Quattrocento, sans-serif;
  color: #192b4d;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

p {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #192b4d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

a {
  font-family: Inter, sans-serif;
  color: #192b4d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-decoration: none;
}

a:hover {
  font-weight: 500;
  text-decoration: underline;
}

a:active {
  font-weight: 300;
  text-decoration: none;
}

a:focus {
  font-weight: 300;
  text-decoration: none;
}

a.w--current {
  color: #fff;
}

li {
  font-family: Inter, sans-serif;
  color: #192b4d;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 20px 20px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #192b4d;
  font-family: Inter, sans-serif;
  color: #192b4d;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

figure {
  width: 500px;
  margin: 50px auto;
}

figcaption {
  margin-top: 5px;
  font-family: Inter, sans-serif;
  color: #192b4d;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.main-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 90vh;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: rgba(0, 0, 0, 0.35);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Untitled-design-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Untitled-design-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.main-banner.stay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 24, 24, 0.66)), to(rgba(24, 24, 24, 0.66))), url('../images/Untitled-design-5.jpg');
  background-image: linear-gradient(180deg, rgba(24, 24, 24, 0.66), rgba(24, 24, 24, 0.66)), url('../images/Untitled-design-5.jpg');
}

.main-banner.home {
  background-image: none;
}

.main-banner.wedding {
  background-image: none;
}

.main-banner.dine {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/joseph-gonzalez-fdlZBWIP0aM-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/joseph-gonzalez-fdlZBWIP0aM-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.decorative-line {
  width: 1px;
  height: 100px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.decorative-line.blue {
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #192b4d;
}

.decorative-line.top-white {
  margin-top: 0px;
  margin-bottom: 10px;
  background-color: #fff;
}

.blue-section {
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.blue-section._2 {
  padding-bottom: 0px;
}

.all-caps {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #192b4d;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.all-caps.vertical-left {
  display: inline-block;
  padding-right: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: 'Fontspring demo theseasons bd', sans-serif;
  color: #f3ece2;
  text-align: center;
}

.all-caps.vertical-right {
  padding-right: 0px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #cda654;
  text-align: center;
}

.all-caps.centered {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #181818;
  font-size: 18px;
}

.white-section {
  display: none;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.full-image-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/joseph-gonzalez-fdlZBWIP0aM-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/joseph-gonzalez-fdlZBWIP0aM-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.button {
  min-width: 250px;
  margin-top: 40px;
  padding: 14px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.25);
  background-color: transparent;
  font-family: 'Helvetica neue', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.button:hover {
  border-style: solid;
  border-color: #e5f3ff;
  background-color: #f3ece2;
  color: #333;
  text-decoration: none;
}

.button:active {
  font-weight: 500;
}

.button.blue {
  border-color: rgba(25, 43, 77, 0.25);
  background-color: #cda654;
  font-family: 'Helvetica neue', sans-serif;
  color: #fff;
  font-weight: 200;
}

.button.blue:hover {
  border-color: #192b4d;
  background-color: #272727;
  color: #fff;
}

.button.footer-cta {
  margin-top: 40px;
  margin-bottom: 40px;
}

._3-column-image {
  min-height: 420px;
  margin-bottom: 20px;
  background-image: url('../images/maria-labanda-hEKN_m0qGMA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._3-column-image.review-2 {
  background-image: url('../images/web-pexels-max-vakhtbovych-6078537.jpg');
}

._3-column-image.review-3 {
  background-image: url('../images/joseph-gonzalez-fdlZBWIP0aM-unsplash.jpg');
}

._3-column-image.experiences-2 {
  background-image: url('../images/The-Bell-Inn-Christmas-Lunch-Menu-Instagram-Post-Square-1.jpg');
}

._3-column-image.experiences-3 {
  background-image: url('../images/The-Bell-Inn-Christmas-Lunch-Menu-Instagram-Post-Square-2.jpg');
}

._3-column-image.experiences-1 {
  background-image: url('../images/The-Bell-Inn-Christmas-Lunch-Menu-Instagram-Post-Square.jpg');
}

._3-column {
  padding: 0px 20px 80px;
}

._3-column.middle {
  padding-top: 0px;
}

.review-divider {
  width: 1px;
  height: auto;
  background-color: #e5f3ff;
}

.review-divider.left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.review-divider.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.footer {
  background-color: #181818;
}

.details-div {
  max-width: 400px;
  margin-bottom: 40px;
  padding-right: 20px;
}

.footer-logo {
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 140px;
  -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;
  color: #272727;
}

.container.footer-footnote {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.style-guide-container {
  display: block;
  padding: 60px 200px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #192b4d;
}

.overlapping-back-image-div {
  overflow: hidden;
}

.overlapping-back-image-div.overlapping-bottom-image-right {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-left: 100px;
}

.overlapping-back-image-div.overlapping-bottom-image-left {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin-right: 100px;
}

.main-banner-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.main-banner-image.stay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/web-devon-janse-van-rensburg-DU8Z5djVJtg-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/web-devon-janse-van-rensburg-DU8Z5djVJtg-unsplash.jpg');
  background-size: auto, cover;
}

.main-banner-image.experiences {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/web-jorge-zapata-4nXkhLCrkLo-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/web-jorge-zapata-4nXkhLCrkLo-unsplash.jpg');
  background-size: auto, cover;
}

.main-banner-image.weddings {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/vitor-pinto-FdI2hQxK_L0-unsplash2x.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/vitor-pinto-FdI2hQxK_L0-unsplash2x.jpg');
}

.main-banner-image.dine {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/drew-beamer-bTN-zKFy9uA-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/drew-beamer-bTN-zKFy9uA-unsplash.jpg');
  background-size: auto, cover;
}

.full-image-section-background {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/edward-howell-rdJhMyb4Yuc-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/edward-howell-rdJhMyb4Yuc-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
  background-color: #272727;
  color: #272727;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.full-image-section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  -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;
}

.nav-link {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.footer {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.menu-icon {
  height: 20px;
}

.navy-blue-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 200px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #272727;
  color: #272727;
}

.navy-blue-section.news {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/237034140_3983872995054662_6436453030511243312_n.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/237034140_3983872995054662_6436453030511243312_n.jpeg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.field-label {
  margin-top: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  color: #333;
  line-height: 17px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.field-label.half {
  color: #333;
}

.field {
  border-style: solid;
  border-width: 1px;
  border-color: #333;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #333;
  font-weight: 300;
}

.field:hover {
  display: block;
  border-style: none none solid;
  border-color: #000 #000 #fff;
}

.field:active {
  border-bottom-color: #fff;
}

.field:focus {
  border-bottom-color: #fff;
}

.field.half {
  border-style: solid;
  border-color: #333;
  color: #fff;
}

.field.message {
  height: 120px;
  color: #f3ece2;
}

.contact-form {
  width: 75%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.form-column {
  padding-right: 0px;
  padding-left: 0px;
}

.form-column.right {
  padding-left: 10px;
  color: #f3ece2;
}

.form-column.left {
  padding-right: 10px;
  color: #f3ece2;
}

.navy-blue-page-titles {
  max-width: 800px;
  margin-top: 170px;
  font-family: 'Amalfi coast', sans-serif;
  color: #cda654;
  text-align: center;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.error-message {
  margin-top: 20px;
  background-color: #e5f3ff;
}

.contact-form-alert {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Inter, sans-serif;
  color: #192b4d;
  font-weight: 300;
}

.contact-form-alert.white {
  max-width: 372px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.intro-image-left {
  width: 284px;
  height: 303px;
  background-image: url('../images/web-aurelien-lemasson-theobald-JhfNg-xVuCE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.intro-image-right {
  width: 352px;
  height: 298px;
  margin-right: 0px;
  margin-left: auto;
  background-image: url('../images/web-pexels-cottonbro-5371555.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.decorative-line-div {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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;
}

.decorative-line-div.with-padding {
  position: static;
  margin-top: 140px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.decorative-line-div.flipped {
  top: 0px;
  bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.navigation-logo-div {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0));
}

.horizontal-line {
  width: 100vw;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.25);
}

.navigation {
  position: absolute;
  top: 0px;
  width: 100vw;
  background-color: transparent;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blue-diamond {
  margin-top: 40px;
  margin-bottom: 40px;
}

.intro-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 20px auto;
  -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;
}

.decorative-line-flipped-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.decorative-line-flipped-div.blue {
  position: static;
  margin-top: 40px;
  margin-bottom: 40px;
}

.column-image {
  height: 560px;
  background-image: url('../images/web-pexels-max-vakhtbovych-63011822x.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-image.home-experiences {
  background-image: url('../images/300790260_400971302123111_4376606290374909850_n.jpeg');
}

._2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 120px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-aligned {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.left-aligned.smaller {
  font-family: 'Fontspring demo theseasons bd', sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.centered-column-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 40px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-copy {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 300;
}

.footer-copy.left {
  margin: 30px auto 30px 0px;
  font-size: 12px;
  letter-spacing: 2px;
}

.footer-copy.right {
  margin-right: 0px;
  margin-left: auto;
  font-size: 12px;
  letter-spacing: 2px;
}

.social-link {
  margin-top: 20px;
  padding-right: 40px;
}

.social-icons {
  height: 20px;
}

.suites-cms-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.suite-banner-image {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.suite-banner-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.left-arrow {
  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;
}

.right-arrow {
  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;
}

.left-arrow-icon {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: auto;
  height: 65px;
}

.right-arrow-icon {
  height: 65px;
}

.gallery-slider {
  height: 700px;
  margin: 120px 140px;
}

.slide {
  background-image: url('../images/web-nathan-dumlao-ZsPlbTxFosA-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/jessica-f-BmbAdFhTZA4-unsplash.jpg');
}

.slide._3 {
  background-image: url('../images/brittani-burns-M7IcBS_k2fo-unsplash.jpg');
  background-size: cover;
}

.slide-nav {
  display: none;
}

.overlapping-images-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlapping-images-column.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.details {
  display: -ms-grid;
  display: grid;
  margin-top: 50px;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.empty-state {
  background-color: transparent;
}

.overlapping-column-image {
  height: 560px;
  background-image: url('../images/joseph-gonzalez-fdlZBWIP0aM-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.overlapping-column-image.overlapping-front {
  position: absolute;
  z-index: 2;
  width: 317px;
  height: 317px;
  border-radius: 19px;
  background-image: url('../images/The-Bell-Inn-18.png');
  background-position: 0% 50%;
}

.overlapping-column-image.weddings {
  background-image: url('../images/thomas-ae-M-pNtlOX2f0-unsplash.jpg');
}

.overlapping-column-image.overlapping-front-weddings {
  position: absolute;
  z-index: 2;
  width: 274px;
  height: 317px;
  background-image: url('../images/alvin-mahmudov-NSVJAAXOYHs-unsplash.jpg');
}

.news-image {
  width: 100%;
  height: 814px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-entry {
  max-width: 900px;
  margin-top: 80px;
}

.centered {
  margin-bottom: 40px;
  font-family: 'Fontspring demo theseasons reg', sans-serif;
  color: #cda654;
  font-size: 50px;
  font-style: normal;
  text-align: center;
  text-transform: capitalize;
}

.white {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
}

.white.centered {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Amalfi coast', sans-serif;
  color: #cda654;
  font-size: 70px;
  letter-spacing: 0px;
}

.white.centered.home {
  margin-top: 100px;
  margin-bottom: 0px;
  font-family: 'Fontspring demo theseasons reg', sans-serif;
  color: #f3ece2;
  font-size: 55px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.blog-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-collection-list-wrapper {
  margin-right: 140px;
  margin-left: 140px;
}

._3-columns {
  margin-top: 0px;
}

.color {
  width: 200px;
  height: 200px;
  background-color: #192b4d;
  color: #192b4d;
}

.color.light-blue {
  background-color: #e5f3ff;
}

.style-guide-div-block {
  display: inline-block;
  margin-right: 40px;
}

.style-guide-div-block.blue {
  padding: 20px 40px 40px;
  background-color: #192b4d;
}

.style-guide-div-block.white {
  padding: 20px 40px 40px;
  background-color: #fff;
}

.style-guide-headings {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image {
  width: 300px;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Tenor Sans', sans-serif;
  color: #e5f3ff;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}

.submit-button {
  background-color: #fff;
  font-family: 'Tenor Sans', sans-serif;
  color: #272727;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-block {
  margin-bottom: 15px;
  font-family: 'Tenor Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}

.link {
  font-family: 'Tenor Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}

.link-2 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
}

.link-3 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
}

.link-4 {
  color: #fff;
  font-size: 12px;
}

.link-4:hover {
  text-decoration: none;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.35);
}

.paragraph {
  margin-top: 100px;
  font-family: Inter, sans-serif;
  color: #f3ece2;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.paragraph.dark {
  margin-top: 0px;
  font-family: Inter, sans-serif;
  color: #272727;
  font-size: 18px;
  font-weight: 300;
}

.text-span {
  font-family: 'Fontspring demo theseasons bd', sans-serif;
  color: #e5f3ff;
}

.paragraph-2 {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.link-5 {
  color: #f3ece2;
  font-weight: 400;
}

.italic-text {
  font-family: Inter, sans-serif;
}

.section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading-4 {
  margin-bottom: 20px;
  font-family: 'Amalfi coast', sans-serif;
  color: #cda654;
  font-size: 50px;
  text-align: center;
}

.button-2 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: #cda654;
  color: #fff;
  text-align: center;
}

.button-2:hover {
  color: #272727;
  font-weight: 400;
  text-decoration: none;
}

.column-2 {
  margin-right: auto;
  margin-left: auto;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-3 {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.heading-5 {
  font-family: 'Fontspring demo theseasons bd', sans-serif;
  color: #cda654;
}

.heading-6 {
  font-family: 'Fontspring demo theseasons bd', sans-serif;
  color: #cda654;
}

.heading-7 {
  font-family: 'Fontspring demo theseasons bd', sans-serif;
  color: #cda654;
  font-size: 40px;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.container-2 {
  margin-top: 20px;
}

.text-block-3 {
  font-style: normal;
  text-align: center;
}

.button-3 {
  border-style: solid;
  border-width: 2px;
  border-color: #cda654;
  background-color: transparent;
  color: #cda654;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-3 {
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
}

.section-4 {
  padding-top: 60px;
}

.section-5 {
  padding-top: 220px;
  padding-bottom: 220px;
}

.image-3 {
  border-radius: 16px;
}

.section-6 {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 64px;
  }

  figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .main-banner {
    height: 100vh;
  }

  .blue-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .white-section {
    padding: 50px;
  }

  .full-image-section {
    min-height: 700px;
  }

  ._3-column {
    padding: 0px 0px 40px;
  }

  .review-divider.left {
    display: none;
  }

  .review-divider.right {
    display: none;
  }

  .container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container.footer-footnote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.with-columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.style-guide-container {
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }

  .main-banner-image {
    height: 100vh;
  }

  .full-image-section-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .navy-blue-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .contact-form {
    width: 100%;
  }

  .intro-image-left {
    top: 50px;
    width: 192px;
    height: 256px;
  }

  .intro-image-right {
    bottom: 50px;
    width: 192px;
    height: 288px;
  }

  .column.image-column {
    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;
  }

  .column-image {
    top: 50px;
    width: 192px;
    height: 256px;
  }

  ._2-columns {
    margin-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-copy.right {
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
  }

  .gallery-slider {
    height: 600px;
    margin: 50px;
  }

  .overlapping-images-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .details {
    margin-bottom: 50px;
  }

  .overlapping-column-image {
    top: 50px;
    width: 192px;
    height: 300px;
  }

  .overlapping-column-image.overlapping-front {
    width: 200px;
    height: 200px;
  }

  .overlapping-column-image.overlapping-front-weddings {
    width: 200px;
    height: 200px;
  }

  .news-image {
    width: 100%;
    height: 714px;
  }

  .blog-entry {
    margin-top: 50px;
  }

  .blog-collection-list {
    grid-row-gap: 80px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-collection-list-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._3-columns {
    margin-top: 50px;
  }

  .style-guide-div-block.blue {
    margin-right: 0px;
  }

  .style-guide-div-block.white {
    margin-right: 0px;
  }

  .menu-button.w--open {
    background-color: #192b4d;
  }

  .nav-menu {
    background-color: #192b4d;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 54px;
  }

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  h3 {
    font-size: 30px;
    line-height: 34px;
  }

  figure {
    width: 400px;
  }

  .blue-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .full-image-section {
    min-height: 500px;
  }

  .button {
    min-width: 100%;
  }

  ._3-column-image {
    min-height: 320px;
  }

  ._3-column {
    padding-top: 0px;
  }

  .details-div {
    margin-bottom: 20px;
  }

  .container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container.footer-footnote {
    text-align: left;
  }

  .form-column.right {
    padding-left: 0px;
  }

  .form-column.left {
    padding-right: 0px;
  }

  .intro-image-left {
    width: 153px;
    height: 204px;
  }

  .intro-image-right {
    width: 153px;
    height: 230px;
  }

  .column.centered {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column.image-column {
    display: block;
  }

  .column-image {
    width: auto;
  }

  ._2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._2-columns.image-on-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .centered-column-content {
    margin-top: 40px;
  }

  .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-copy.right {
    margin-left: 0px;
  }

  .left-arrow-icon {
    height: 45px;
  }

  .right-arrow-icon {
    height: 45px;
  }

  .gallery-slider {
    height: 300px;
  }

  .overlapping-images-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .details {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .overlapping-column-image {
    width: 100%;
  }

  .news-image {
    width: 100%;
    height: 514px;
  }

  .style-guide-div-block.blue {
    display: block;
  }

  .style-guide-div-block.white {
    display: block;
  }
}

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

  h2 {
    font-size: 40px;
    line-height: 44px;
  }

  figure {
    width: 250px;
  }

  .blue-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .all-caps.vertical-left {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .all-caps.vertical-right {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .all-caps.centered {
    font-size: 16px;
    text-align: center;
  }

  .white-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .full-image-section {
    min-height: 700px;
  }

  .button {
    margin-bottom: 100px;
    background-color: #cda654;
  }

  ._3-column-image {
    margin-bottom: 20px;
  }

  ._3-column-image.experiences-2 {
    background-image: url('../images/derick-mckinney-qSgGfVkpwCQ-unsplash.jpg');
  }

  ._3-column-image.experiences-3 {
    background-image: url('../images/cade-prior-qzv0os5eIJQ-unsplash.jpg');
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .overlapping-back-image-div {
    overflow: hidden;
  }

  .overlapping-back-image-div.overlapping-bottom-image-right {
    margin-left: 50px;
  }

  .overlapping-back-image-div.overlapping-bottom-image-left {
    margin-right: 50px;
  }

  .utility-page-content {
    width: 280px;
  }

  .full-image-section-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navy-blue-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro-image-left {
    top: 20px;
    width: 122px;
    height: 163px;
  }

  .intro-image-right {
    bottom: 20px;
    width: 122px;
    height: 184px;
  }

  .column {
    margin-top: 20px;
  }

  .column-image {
    top: 20px;
  }

  .gallery-slider {
    margin-right: 20px;
    margin-left: 20px;
  }

  .details {
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .overlapping-column-image {
    top: 20px;
    width: 100%;
    height: 300px;
  }

  .news-image {
    height: 314px;
  }

  .centered {
    font-size: 40px;
  }

  .white.centered {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 35px;
    line-height: 65px;
  }

  .white.centered.home {
    font-size: 30px;
    line-height: 35px;
  }

  .style-guide-div-block.blue {
    padding-right: 20px;
    padding-left: 20px;
  }

  .style-guide-div-block.white {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph {
    margin-top: 10px;
  }

  .section {
    margin-right: 10px;
    margin-left: 10px;
  }

  .button-2 {
    margin-bottom: 20px;
  }

  .column-2 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    display: block;
  }

  .text-block-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-4 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .section-6 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container-3 {
    font-size: 15px;
  }
}

@font-face {
  font-family: 'Helvetica neue extended';
  src: url('../fonts/Helvetica-Neue-Medium-Extended.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amalfi coast';
  src: url('../fonts/Amalfi-Coast.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons bd';
  src: url('../fonts/Fontspring-DEMO-theseasons-bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons bdit';
  src: url('../fonts/Fontspring-DEMO-theseasons-bdit.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons lt';
  src: url('../fonts/Fontspring-DEMO-theseasons-lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons ltit';
  src: url('../fonts/Fontspring-DEMO-theseasons-ltit.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons it';
  src: url('../fonts/Fontspring-DEMO-theseasons-it.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring demo theseasons reg';
  src: url('../fonts/Fontspring-DEMO-theseasons-reg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue';
  src: url('../fonts/Helvetica-Neue-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strong girl';
  src: url('../fonts/strong-girl.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}