@import url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Forum&family=Josefin+Slab:ital,wght@0,100..700;1,100..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Pacifico&family=Pinyon+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sacramento&display=swap);
@media (min-width: 768px) {
  .hide-for-medium {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .show-for-medium {
    display: none !important;
  }
}

address {
  font-style: normal;
}

.navbar__burger-menu {
  padding-right: 16px;
  background-color: transparent;
  border: none;
  display: block;
}
@media (min-width: 768px) {
  .navbar__burger-menu {
    display: none;
  }
}
.navbar__burger-menu img {
  max-width: 30px;
}
.navbar__popout-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f4e1d2;
}
.navbar__cross {
  background-color: transparent;
  border: none;
  padding-right: 16px;
}
.navbar__cross img {
  max-width: 20px;
}
.navbar__popout-link-wrapper {
  width: 100%;
}
.navbar__popout-enquire {
  width: 100%;
  margin-top: 32px;
}
.navbar__popout-enquire a {
  width: calc(100% - 40px) !important;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
}
.navbar__popout-links {
  text-align: left;
  padding: 32px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.navbar__popout-links a {
  text-decoration: none;
  font-family: "Josefin Slab", serif;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #37000a;
  letter-spacing: 0.05em;
}
.navbar__popout-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 92px);
}
.navbar__popout {
  width: 90vw;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #fcf8ef;
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.navbar__popout.open {
  transform: translateX(0);
}
.navbar__popout--socials {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  color: #37000a;
  font-size: 22px;
  margin: 0px 0px 0px 20px;
}
.navbar__roseWater .navbar__navbar {
  background-color: #f4e1d2;
}
.navbar__almondMilk .navbar__navbar {
  background-color: #fcf8ef;
}
.navbar__navbar-outer {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .navbar__navbar-outer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar__navbar {
  height: 48px;
  width: 100%;
  background-color: #fcf8ef;
  border-bottom: 1px solid #f4e1d2;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar__navbar {
    border: none;
    height: 56px;
    max-width: calc(100vw - 40px);
  }
}
.navbar__navbar--button-outer {
  margin-right: 8px;
}
.navbar__navbar--right {
  display: none;
  gap: 32px;
}
@media (min-width: 768px) {
  .navbar__navbar--right {
    display: flex;
  }
}
.navbar__navbar--button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  width: -moz-fit-content;
  width: fit-content;
}
.navbar__navbar--button .button-bg {
  position: absolute;
  inset: 0;
  background-color: #b6bdad;
  border-radius: 0px;
  z-index: 1;
  transition: transform 0.3s ease;
}
.navbar__navbar--button .button-text {
  position: relative;
  z-index: 2;
  color: white;
  padding: 0 16px;
  display: inline-block;
  font-family: "Josefin Slab", serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.navbar__navbar--button:hover .button-bg {
  transform: scale(1.05);
}
.navbar__navbar--socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.navbar__navbar--socials a {
  text-decoration: none;
}
.navbar__navbar--socials img {
  width: 20px;
  transition: transform 0.2s ease;
}
.navbar__navbar--socials img:hover {
  transform: scale(1.1);
}
.navbar__navbar--links {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.navbar__navbar--links a {
  font-family: "Josefin Slab", serif;
  color: #37000a;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
}
.navbar__navbar--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6px;
}
.navbar__navbar--logo img {
  width: 36px;
}
@media (min-width: 768px) {
  .navbar__navbar--logo img {
    width: 48px;
  }
}

.holding-page {
  overflow-x: clip;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.holding-page__logo-large {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%);
}
.holding-page__logo-large img {
  width: 200px;
}
@media (min-width: 768px) {
  .holding-page__logo-large img {
    width: 250px;
  }
}
.holding-page__link a {
  text-decoration: none;
  padding: 0px 12px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b6bdad;
  color: #382e25;
  font-size: 18px;
  margin-right: 20px;
  text-transform: uppercase;
  font-weight: 800;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "Josefin Slab", serif;
  margin-top: 40px;
}
.holding-page__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fcf8ef;
  width: 100%;
  z-index: 3;
  font-family: "Josefin Slab", serif;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  font-size: clamp(26px, 5vw, 64px);
}
.holding-page__content h1 {
  font-weight: 400;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-family: "Sacramento", cursive;
}
.holding-page__content p {
  margin-top: 0px;
  font-size: 18px;
  font-family: "Josefin Slab", serif;
  padding: 0px 10px;
  max-width: 900px;
  margin: auto;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .holding-page__content p {
    font-size: 22px;
  }
}
.holding-page__main-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.holding-page__image-container {
  position: relative;
  width: 100vw;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .holding-page__image-container {
    height: 100vh;
  }
}

.banner__image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  height: 93vh;
}
@media (min-width: 768px) {
  .banner__image-wrapper {
    height: 100vh;
  }
}
.banner__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner__content {
  z-index: 2;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1216px;
  height: 93vh;
}
@media (min-width: 768px) {
  .banner__content {
    height: 100vh;
  }
}
.banner__content--title {
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  max-width: 800px;
  text-align: center;
  line-height: 140%;
  margin: auto;
  color: white;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner__content--title {
    font-size: 56px;
    line-height: 160%;
  }
}
.banner__content--subtitle {
  font-family: "Sacramento", cursive;
  font-size: 24px;
  max-width: 800px;
  text-align: center;
  line-height: 140%;
  margin: auto;
  color: white;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (min-width: 768px) {
  .banner__content--subtitle {
    font-size: 30px;
  }
}
.banner__logo-large {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%);
}
.banner__logo-large img {
  width: 200px;
}
@media (min-width: 768px) {
  .banner__logo-large img {
    width: 250px;
  }
}
.banner__arrow {
  position: absolute;
  bottom: 20px;
  left: 50% !important;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
}
.banner__arrow img {
  width: 20px;
}
@media (min-width: 768px) {
  .banner__arrow img {
    width: 30px;
  }
}
.banner__arrow p {
  color: white;
  text-align: center;
}

.banner-short {
  background-color: #f4e1d2;
}
.banner-short__image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  height: 300px;
}
@media (min-width: 768px) {
  .banner-short__image-wrapper {
    height: 40vh;
  }
}
.banner-short__image-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.banner-short__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 300px;
  z-index: 2;
}
@media (min-width: 768px) {
  .banner-short__overlay {
    height: 40vh;
  }
}
.banner-short__navbar {
  background-color: #fcf8ef !important;
}
.banner-short__nav {
  background-color: transparent !important;
}
.banner-short__content {
  z-index: 2;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1216px;
  height: 250px;
}
@media (min-width: 768px) {
  .banner-short__content {
    height: 40vh;
  }
}
.banner-short__content--copy {
  margin: 0px;
  max-width: 800px;
  padding: 0px 16px;
}
.banner-short__content--copy h2 {
  margin: 0px;
  font-size: 16px;
  text-align: center;
  font-family: "Josefin Slab", serif;
  line-height: 120%;
  font-weight: 400;
}
@media (min-width: 768px) {
  .banner-short__content--copy h2 {
    font-size: 20px;
    line-height: 160%;
  }
}
.banner-short__content--title {
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  max-width: 800px;
  text-align: center;
  line-height: 160%;
  margin: auto;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding: 0px 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .banner-short__content--title {
    font-size: 56px;
    padding-top: 58px;
    margin-top: 0px;
  }
}

.blog-listing {
  background-color: #fcf8ef;
  padding: 32px 16px;
}
@media (min-width: 1024px) {
  .blog-listing {
    padding: 64px 16px;
  }
}
.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1216px;
  margin: auto;
}
.blog-listing__tile {
  aspect-ratio: 1/1;
  position: relative;
  text-decoration: none;
}
.blog-listing__tile:hover .blog-listing__thumbnail img {
  transform: scale(1.05);
}
.blog-listing__thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.blog-listing__thumbnail img {
  width: 100%;
  transition: transform 0.3s ease;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-listing__tint {
  position: absolute;
  height: 50%;
  bottom: 0px;
  width: 100%;
  left: 0px;
  z-index: 3;
  background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 75%);
}
.blog-listing__type {
  background-color: #b6bdad;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 0px 12px;
  align-items: center;
  justify-content: center;
}
.blog-listing__type p {
  color: white;
}
.blog-listing__content {
  z-index: 4;
  position: relative;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-listing__formatted-title p, .blog-listing__formatted-title h2, .blog-listing__formatted-title h3, .blog-listing__formatted-title h4 {
  font-family: "Josefin Slab", serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0px 8px;
  color: white;
  letter-spacing: 0.16em;
}
.blog-listing__formatted-title p i, .blog-listing__formatted-title h2 i, .blog-listing__formatted-title h3 i, .blog-listing__formatted-title h4 i {
  font-family: "Sacramento", cursive;
}
.blog-listing__title {
  font-family: "Josefin Slab", serif;
  font-size: 24px;
  font-weight: 500;
  margin: 0px 0px 8px;
  color: white;
  letter-spacing: 0.16em;
}
.blog-listing__wedding-date {
  font-family: "Josefin Slab", serif;
  font-size: 16px;
  margin: 0px 0px 8px;
  color: white;
  letter-spacing: 0.16em;
}
.blog-listing__abstract p {
  font-family: "Josefin Slab", serif;
  font-size: 16px;
  margin: 0px 0px 8px;
  color: white;
}

.blog__top {
  position: relative;
  height: 80vh;
}
.blog__image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}
.blog__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__mobile-image {
  display: block;
}
@media (min-width: 1024px) {
  .blog__mobile-image {
    display: none;
  }
}
.blog__desktop-image {
  display: none;
}
@media (min-width: 1024px) {
  .blog__desktop-image {
    display: block;
  }
}
.blog__content {
  z-index: 4;
  position: relative;
  padding: 0px;
  height: calc(100% - 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .blog__content {
    height: calc(100% - 64px);
  }
}
.blog__formatted-title p, .blog__formatted-title h2, .blog__formatted-title h3, .blog__formatted-title h4 {
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  margin: 0px 0px 8px;
  color: white;
  letter-spacing: 0.16em;
  line-height: 100%;
}
.blog__formatted-title p i, .blog__formatted-title h2 i, .blog__formatted-title h3 i, .blog__formatted-title h4 i {
  font-family: "Sacramento", cursive;
}
@media (min-width: 1024px) {
  .blog__formatted-title p, .blog__formatted-title h2, .blog__formatted-title h3, .blog__formatted-title h4 {
    font-size: 48px;
  }
}
.blog__title {
  font-family: "Josefin Slab", serif;
  font-size: 36px;
  font-weight: 500;
  margin: 0px 0px 8px;
  text-align: center;
  color: white;
  letter-spacing: 0.16em;
  line-height: 100%;
}
@media (min-width: 1024px) {
  .blog__title {
    font-size: 48px;
  }
}
.blog__wedding-date {
  font-family: "Josefin Slab", serif;
  font-size: 18px;
  margin: 0px 0px 18px;
  text-align: center;
  color: white;
  letter-spacing: 0.16em;
}
@media (min-width: 1024px) {
  .blog__wedding-date {
    font-size: 24px;
  }
}
.blog__abstract p {
  text-align: center;
  font-family: "Josefin Slab", serif;
  font-size: 16px;
  margin: 0px 0px 8px;
  color: white;
}
@media (min-width: 1024px) {
  .blog__abstract p {
    font-size: 20px;
  }
}
.blog__type {
  background-color: #f4e1d2;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  height: 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0px 12px;
  align-items: center;
  margin: 20px auto 0px;
  justify-content: center;
}
.blog__type p {
  font-size: 18px;
  color: #37000a;
}
.blog__review {
  background-color: #f4e1d2;
  padding: 20px 16px;
}
@media (min-width: 1024px) {
  .blog__review {
    padding: 32px 16px;
  }
}
.blog__review p, .blog__review h2, .blog__review h3 {
  color: #37000a;
  max-width: 1216px;
  margin: 0px auto;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .blog__review p, .blog__review h2, .blog__review h3 {
    font-size: 18px;
  }
}
.blog__copy-wrapper {
  background-color: #fcf8ef;
  padding: 32px 16px;
}
@media (min-width: 1024px) {
  .blog__copy-wrapper {
    padding: 64px 16px;
  }
}
.blog__copy {
  display: flex;
  gap: 32px;
  max-width: 1216px;
  margin: auto;
  font-family: "Josefin Slab", serif;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .blog__copy {
    flex-direction: row;
    gap: 20px;
  }
}
.blog__copy h2, .blog__copy h3 {
  font-family: "Josefin Slab", serif;
  font-weight: 500;
  width: 100%;
  margin: 0px 0px 8px;
  text-align: left;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .blog__copy h2, .blog__copy h3 {
    margin: 0px 0px 20px;
  }
}
.blog__copy h2 {
  font-size: 20px;
}
@media (min-width: 1024px) {
  .blog__copy h2 {
    font-size: 24px;
  }
}
.blog__copy h3 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .blog__copy h3 {
    font-size: 22px;
  }
}
.blog__copy p {
  margin: 0px 0px 20px;
  font-size: 16px;
  line-height: 120%;
}
@media (min-width: 1024px) {
  .blog__copy p {
    font-size: 18px;
    margin: 0px 0px 64px;
  }
}
.blog__item-images {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (min-width: 1024px) {
  .blog__item-images {
    flex-direction: column;
    gap: 20px;
  }
}
.blog__vendor-role {
  opacity: 0.4;
}
.blog__vendors {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: "Josefin Slab", serif;
  width: 100%;
  flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .blog__vendors {
    margin-top: 64px;
    flex-direction: row;
    align-items: center;
  }
}
.blog__vendors h4 {
  margin: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.blog__vendors p {
  margin-bottom: 0px;
}
.blog__vendors a {
  display: flex;
  color: #8f565f;
  gap: 8px;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .blog__vendors a {
    justify-content: center;
  }
}
.blog__vendors a p {
  font-family: "Josefin Slab", serif;
}
.blog__vendors a img {
  width: 40px;
}
.blog__item-image-wrapper {
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .blog__item-image-wrapper {
    width: 260px;
  }
}
.blog__item-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-us {
  background-color: #fcf8ef;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .about-us {
    padding-bottom: 92px;
    padding-top: 32px;
  }
}
.about-us__inner {
  display: flex;
  max-width: 1216px;
  margin: auto;
  gap: 16px;
  flex-direction: column-reverse;
  position: relative;
  padding: 32px 16px 0px;
  background-color: #fcf8ef;
}
@media (min-width: 768px) {
  .about-us__inner {
    flex-direction: row;
    gap: 32px;
    padding: 92px 16px 0px;
  }
}
.about-us__strike {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .about-us__strike {
    position: absolute;
    right: 0px;
    bottom: -20px;
    flex-direction: row;
    margin-top: 0px;
  }
}
.about-us__strike p {
  margin: 0px;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  color: #382e25;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .about-us__strike p {
    letter-spacing: 0.16em;
  }
}
.about-us__strike img {
  width: 100px;
}
@media (min-width: 768px) {
  .about-us__strike img {
    width: 120px;
  }
}
.about-us__main-image {
  width: 130px;
  height: 320px;
  overflow: hidden;
  min-width: 240px;
}
.about-us__main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .about-us__main-image {
    width: 240px;
    height: 360px;
    overflow: hidden;
    min-width: 240px;
  }
}
.about-us__subtitle {
  font-family: "Sacramento", cursive;
  font-size: 36px;
  font-weight: 400;
  margin-top: 0px;
  color: #382e25;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .about-us__subtitle {
    font-size: 56px;
  }
}
.about-us__title {
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 8px;
  color: #382e25;
}
@media (min-width: 768px) {
  .about-us__title {
    font-size: 32px;
  }
}
.about-us__copy {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  font-family: "Josefin Slab", serif;
  color: #382e25;
  letter-spacing: 0.05em;
}
.about-us__copy p {
  margin: 0px;
}
.about-us__copy p:first-of-type {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .about-us__copy p {
    margin: 0px !important;
  }
}
@media (min-width: 768px) {
  .about-us__copy {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.about-us__small-image {
  width: 240px;
  height: 240px;
  overflow: hidden;
  min-width: 240px;
  margin-top: -40px;
  display: none;
}
.about-us__small-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .about-us__small-image {
    display: block;
  }
}
.about-us__images {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .about-us__images {
    padding-bottom: 0px;
  }
}
.about-us__small-image-mobile {
  width: 160px;
  height: 160px;
  overflow: hidden;
  min-width: 160px;
  margin-top: -100px;
  margin-left: 160px;
  display: block;
}
.about-us__small-image-mobile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .about-us__small-image-mobile {
    margin-top: -80px;
    margin-left: 50px;
    width: 240px;
    height: 240px;
    min-width: 240px;
  }
}
@media (min-width: 1024px) {
  .about-us__small-image-mobile {
    display: none;
  }
}

.collection-listing {
  background-color: #f4e1d2;
  padding: 32px 0px 16px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .collection-listing {
    padding: 64px 0px 32px;
  }
}
.collection-listing__entry {
  height: auto;
}
.collection-listing__entry img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.collection-listing__collection-button {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.collection-listing__collection-button--button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  height: 42px;
  line-height: 42px;
  width: -moz-fit-content;
  width: fit-content;
}
.collection-listing__collection-button--button .button-bg {
  position: absolute;
  inset: 0;
  background-color: #fcf8ef;
  border-radius: 0px;
  z-index: 1;
  transition: transform 0.3s ease;
}
.collection-listing__collection-button--button .button-text {
  position: relative;
  z-index: 2;
  color: #37000a;
  padding: 0 16px;
  display: inline-block;
  font-family: "Josefin Slab", serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.collection-listing__collection-button--button:hover .button-bg {
  transform: scale(1.05);
}
.collection-listing__carousel {
  position: relative;
  margin-bottom: 64px !important;
}
@media (min-width: 768px) {
  .collection-listing__carousel {
    overflow: hidden;
    margin-bottom: 16px !important;
  }
}
.collection-listing__carousel::before, .collection-listing__carousel:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 768px) {
  .collection-listing__carousel::before, .collection-listing__carousel:after {
    width: 80px;
  }
}
.collection-listing__carousel:before {
  left: 0;
  background: linear-gradient(to right, #f4e1d2 0%, rgba(244, 225, 210, 0) 100%);
}
.collection-listing__carousel:after {
  right: 0;
  background: linear-gradient(to left, #f4e1d2 0%, rgba(244, 225, 210, 0) 100%);
}
.collection-listing .slick-dots {
  bottom: -40px;
}
.collection-listing .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
@media (min-width: 768px) {
  .collection-listing .slick-dots li {
    width: 16px;
    height: 16px;
  }
}
.collection-listing .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #b6bdad;
  opacity: 0.5;
  padding: 0;
  border: none;
}
.collection-listing .slick-dots li button:before {
  color: transparent;
}
.collection-listing .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.2);
}
.collection-listing .slick-prev.slick-disabled,
.collection-listing .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.collection-listing .slick-slide {
  padding: 0 8px;
}
@media (min-width: 768px) {
  .collection-listing .slick-slide {
    padding: 0 16px;
  }
}
.collection-listing .slick-list {
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .collection-listing .slick-list {
    margin: 0 -16px;
  }
}
.collection-listing .slick-prev,
.collection-listing .slick-next {
  background: transparent;
  color: transparent;
  z-index: 3;
}
.collection-listing .slick-prev:before,
.collection-listing .slick-next:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  opacity: 1;
  background-image: url("/images/components/collection-listing/arrow-plain.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .collection-listing .slick-prev:before,
  .collection-listing .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
.collection-listing .slick-prev:before {
  transform: rotate(180deg);
}
.collection-listing .slick-prev {
  left: 40px;
}
.collection-listing .slick-next {
  right: 40px;
}

.reviews {
  padding: 32px 16px;
  background-color: #fcf8ef;
}
@media (min-width: 768px) {
  .reviews {
    padding: 64px 16px;
  }
}
.reviews__inner {
  max-width: 1216px;
  margin: auto;
}
.reviews__inner--top {
  font-family: "Sacramento", cursive;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 300;
  font-weight: 400;
  color: #37000a;
}
@media (min-width: 768px) {
  .reviews__inner--top {
    margin-bottom: 32px;
    font-size: 32px;
  }
}
.reviews__inner--top span {
  font-family: "Josefin Slab", serif;
  margin-right: 8px;
  font-size: 22px;
}
@media (min-width: 768px) {
  .reviews__inner--top span {
    font-size: 28px;
    margin-right: 20px;
  }
}
.reviews .slick-prev,
.reviews .slick-next {
  background: transparent;
  color: transparent;
  z-index: 3;
  top: 100%;
  transform: translateY(-100%);
}
@media (min-width: 768px) {
  .reviews .slick-prev,
  .reviews .slick-next {
    top: 96%;
    transform: translateY(-96%);
  }
}
.reviews .slick-prev:before,
.reviews .slick-next:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  opacity: 1;
  background-image: url("/images/components/collection-listing/arrow-plain.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .reviews .slick-prev:before,
  .reviews .slick-next:before {
    width: 40px;
    height: 40px;
  }
}
.reviews .slick-prev:before {
  transform: rotate(180deg);
}
.reviews .slick-prev {
  left: calc(80% - 20px);
}
@media (min-width: 768px) {
  .reviews .slick-prev {
    left: calc(50% - 30px);
  }
}
.reviews .slick-next {
  left: calc(80% + 30px);
}
@media (min-width: 768px) {
  .reviews .slick-next {
    left: calc(50% + 30px);
  }
}
.reviews .slick-slide {
  padding: 0 8px;
}
@media (min-width: 768px) {
  .reviews .slick-slide {
    padding: 0 16px;
  }
}
.reviews .slick-list {
  margin: 0 -8px;
}
@media (min-width: 768px) {
  .reviews .slick-list {
    margin: 0 -16px;
  }
}
.reviews__review {
  display: flex !important;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .reviews__review {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.reviews__review--title {
  font-family: "Josefin Slab", serif;
  color: #37000a;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 24px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .reviews__review--title {
    font-size: 34px;
  }
}
.reviews__review--copy {
  font-family: "Josefin Slab", serif;
  color: #37000a;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-top: 8px;
}
.reviews__review--names {
  font-family: "Josefin Slab", serif;
  margin-top: 36px;
  margin-bottom: 0px;
  color: #37000a;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 16px;
  text-transform: uppercase;
}
.reviews__review--text {
  max-width: 600px;
}
.reviews__review--image {
  width: 100%;
  min-width: 300px;
  height: 400px;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .reviews__review--image {
    width: 300px;
    min-width: 300px;
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .reviews__review--image {
    width: 400px;
    min-width: 400px;
    height: 500px;
  }
}
.reviews__review--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.collections__entry-inner {
  padding: 32px 16px;
  display: flex;
  max-width: 1216px;
  margin: auto;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 1024px) {
  .collections__entry-inner {
    padding: 64px 16px;
    gap: 64px;
  }
}
.collections__filters {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fcf8ef;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4e1d2;
  padding-left: 20px;
  padding-right: 20px;
}
.collections__filters p {
  font-family: "Josefin Slab", serif;
  text-transform: uppercase;
  color: #37000a;
}
.collections__filters a {
  text-decoration: none;
}
.collections__filters a img {
  width: 24px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .collections__filters {
    flex-direction: row;
    justify-content: space-between;
  }
}
.collections__filters-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collections__filters-container {
    flex-direction: row;
    display: flex;
    gap: 16px;
  }
}
.collections__filter {
  text-align: center;
  font-size: 32px;
  color: #37000a;
  background-color: #fcf8ef;
  font-family: "Sacramento", cursive;
}
.collections__filter--desktop {
  display: none;
}
@media (min-width: 768px) {
  .collections__filter--desktop {
    display: block;
  }
}
.collections__filter--mobile {
  display: block;
  padding-top: 16px;
  margin-bottom: -16px;
}
@media (min-width: 768px) {
  .collections__filter--mobile {
    display: none;
  }
}
.collections__filter h3 {
  font-weight: 300;
  margin: 0px;
}
.collections__entry-inner-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.collections__theme-text {
  font-family: "Josefin Slab", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: none;
}
@media (min-width: 768px) {
  .collections__theme-text {
    display: block;
  }
}
.collections__buttons {
  display: flex;
  align-items: end;
}
.collections__buttons--enquire {
  display: none !important;
}
@media (min-width: 768px) {
  .collections__buttons--enquire {
    display: flex !important;
  }
}
.collections__buttons-inner {
  height: -moz-fit-content;
  height: fit-content;
}
.collections__buttons-inner p {
  text-align: left;
  font-size: 14px;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
}
.collections__buttons-inner a {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0px 12px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}
.collections__buttons-inner a:first-of-type {
  margin-bottom: 16px;
}
.collections__buttons-inner a:hover {
  opacity: 0.8;
}
.collections__buttons-inner--coming-soon {
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-bottom: 1px solid #37000a;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.collections__entry--almond {
  background-color: #fcf8ef;
}
.collections__entry--almond .collections__entry-inner {
  flex-direction: row;
}
@media (min-width: 768px) {
  .collections__entry--almond .collections__entry-inner {
    text-align: right;
  }
}
.collections__entry--almond .collections__theme-text {
  border: 2px solid #f4e1d2;
  color: #37000a;
}
.collections__entry--almond .collections__entry--bottom {
  flex-direction: row;
}
.collections__entry--almond .collections__subheading {
  color: #445f5e;
}
.collections__entry--almond .collections__buttons-inner a {
  background-color: #f4e1d2;
  color: #37000a;
}
.collections__entry--almond .collections__buttons-inner a:last-of-type {
  background-color: #b6bdad;
  color: #fcf8ef;
}
.collections__entry--rose {
  background-color: #f4e1d2;
}
.collections__entry--rose .collections__entry-inner {
  flex-direction: row-reverse;
}
.collections__entry--rose .collections__theme-text {
  border: 2px solid #fcf8ef;
  color: #37000a;
}
@media (min-width: 1024px) {
  .collections__entry--rose .collections__entry--bottom {
    flex-direction: row-reverse;
  }
}
.collections__entry--rose .collections__subheading {
  color: #37000a;
}
.collections__entry--rose .collections__buttons-inner a {
  background-color: #fcf8ef;
  color: #37000a;
}
.collections__entry--rose .collections__buttons-inner a:last-of-type {
  background-color: #b6bdad;
  color: #fcf8ef;
}
.collections__entry--bottom {
  display: flex;
  justify-content: space-between;
}
.collections__mobile-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  position: relative;
}
.collections__mobile-image img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .collections__mobile-image {
    display: none;
  }
}
.collections__mobile-image--coming-soon {
  filter: blur(1px);
}
.collections__coming-soon {
  position: absolute;
  background-color: #fcf8ef;
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-size: 18px;
  top: 20px;
  height: 46px;
  color: #37000a;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  text-transform: uppercase;
  right: 20px;
  left: auto;
}
@media (min-width: 768px) {
  .collections__coming-soon {
    transform: translate(-50%);
    left: 50%;
    font-size: 24px;
    right: auto;
  }
}
.collections__main-image {
  display: none;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .collections__main-image {
    display: block;
  }
  .collections__main-image img {
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .collections__main-image img {
    max-width: 500px;
  }
}
.collections__main-image--coming-soon {
  filter: blur(2px);
}
.collections__sub-image {
  display: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .collections__sub-image {
    display: block;
  }
  .collections__sub-image img {
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  .collections__sub-image img {
    max-width: 300px;
  }
}
.collections__subheading {
  font-weight: 400;
  font-family: "Sacramento", cursive;
  color: #37000a;
  font-size: 26px;
  margin: 0px;
}
.collections__heading {
  font-family: "Josefin Slab", serif;
  color: #37000a;
  font-size: 26px;
  letter-spacing: 0.1em;
  margin: 0px 0px 8px;
  font-weight: 500;
  text-transform: uppercase;
}
.collections__copy {
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.05em;
  font-size: 18px;
}

.footer {
  padding: 32px 16px;
  background-color: #fcf8ef;
  border-top: 1px solid #f4e1d2;
}
@media (min-width: 768px) {
  .footer {
    padding: 64px 16px;
  }
}
.footer__inner {
  max-width: 1216px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer__inner {
    justify-content: space-between;
    flex-direction: row;
    gap: 0px;
  }
}
.footer__company-house {
  background-color: #b6bdad;
  text-align: center;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #37000a;
  padding: 16px 16px;
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 768px) {
  .footer__company-house {
    font-size: 16px;
  }
}
.footer__company-house p {
  margin: 0px;
  letter-spacing: 0.016em;
}
.footer__links h3, .footer__contact h3, .footer__socials h3 {
  font-family: "Sacramento", cursive;
  font-size: 26px;
  margin: 0px 0px 16px;
  font-weight: 400;
  line-height: 100%;
}
@media (min-width: 768px) {
  .footer__links h3, .footer__contact h3, .footer__socials h3 {
    margin: 0px 0px 20px;
  }
}
.footer__socials {
  min-width: 100px;
}
.footer__socials a {
  text-decoration: none;
}
.footer__socials img {
  width: 20px;
  transition: transform 0.2s ease;
}
.footer__socials img:hover {
  transform: scale(1.1);
}
.footer__inner-text {
  display: flex;
}
.footer__inner-contact {
  display: flex;
  gap: 64px;
  justify-content: flex-end;
  margin-top: -80px;
}
@media (min-width: 768px) {
  .footer__inner-contact {
    margin-top: 0px;
    justify-content: center;
  }
}
.footer__links--inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .footer__links--inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.footer__links--inner a {
  font-family: "Josefin Slab", serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #37000a;
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .footer__links--inner a {
    font-size: 18px;
  }
}
.footer__links--normal {
  border-bottom: 1px solid transparent;
}
.footer__links--normal:hover {
  border-bottom: 1px solid #7b5e57 !important;
  color: #7b5e57 !important;
}
.footer__links--current {
  border-bottom: 1px solid #7b5e57 !important;
  width: -moz-fit-content;
  width: fit-content;
  color: #7b5e57 !important;
}
.footer__contact p {
  font-family: "Josefin Slab", serif;
  color: #37000a;
  max-width: 300px;
  letter-spacing: 0.05em;
  line-height: 160%;
  margin: 0px 0px 8px;
}
.footer__contact p:last-of-type {
  margin-bottom: 0px;
}

.contact-form {
  background-color: #fcf8ef;
  padding: 32px 16px;
  border-bottom: 1px solid #f4e1d2;
}
@media (min-width: 768px) {
  .contact-form {
    padding: 64px 16px;
  }
}
.contact-form__inner {
  max-width: 1216px;
  margin: auto;
}
.contact-form__title {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #37000a;
  font-size: 28px;
  margin: 0px 0px 0px;
}
@media (min-width: 768px) {
  .contact-form__title {
    font-size: 42px;
    margin: 0px 0px 0px;
  }
}
.contact-form__subtitle {
  font-family: "Sacramento", cursive;
  font-weight: 400;
  color: #37000a;
  font-size: 40px;
  margin: 0px;
  text-align: right;
}
@media (min-width: 768px) {
  .contact-form__subtitle {
    text-align: left;
    font-size: 60px;
    margin: 0px 0px 0px 270px;
  }
}
.faqs {
  background-color: #fcf8ef;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .faqs {
    padding: 64px 16px;
  }
}
.faqs__minus {
  position: absolute;
  right: 20px;
}
.faqs__plus {
  position: absolute;
  right: 20px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs__entries {
  margin-top: 20px;
}
.faqs__inner {
  max-width: 1216px;
  margin: auto;
}
.faqs__question {
  cursor: pointer;
  position: relative;
  padding: 20px 50px 20px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  background-color: #f4e1d2;
  border-bottom: 1px solid #fcf8ef;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqs__question {
    padding: 20px 16px 20px;
    font-size: 18px;
  }
}
.faqs__question:hover {
  color: #7b5e57;
}
.faqs__question.active .faqs__plus {
  transform: rotate(90deg);
}
.faqs__question h3 {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqs__question h3 {
    font-size: 18px;
  }
}
.faqs__question img {
  max-width: 20px;
}
.faqs__faq {
  padding-bottom: 20px;
}
.faqs__answer {
  padding: 0px 16px;
  text-align: left;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs__answer.active {
  max-height: 500px;
}
.faqs__answer p {
  margin: 0px;
  font-size: 18px;
  padding: 20px 0px;
}
.faqs__subtitle {
  font-family: "Sacramento", cursive;
  color: #37000a;
  font-weight: 400;
  font-size: 28px;
  margin: 0px 0px 16px;
}
.faqs__title {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  font-size: 32px;
  margin: 0px;
  color: #37000a;
}

.prices {
  background-color: #fcf8ef;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .prices {
    padding: 64px 16px;
  }
}
.prices__inner {
  max-width: 1216px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 64px;
  align-items: stretch;
}
.prices__inner-reverse {
  flex-direction: row-reverse;
}
.prices__image {
  display: none;
}
@media (min-width: 768px) {
  .prices__image {
    display: block;
  }
  .prices__image img {
    max-width: 350px;
  }
}
@media (min-width: 1024px) {
  .prices__image img {
    max-width: 500px;
  }
}
.prices__image-mobile img {
  width: 100%;
  max-width: 400px;
}
.prices__image-mobile {
  display: block;
}
@media (min-width: 768px) {
  .prices__image-mobile {
    display: none;
  }
}
.prices__button {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0px 12px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #b6bdad;
  color: #fcf8ef;
  font-weight: 600;
  width: 100%;
}
@media (min-width: 768px) {
  .prices__button {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
    justify-content: flex-end;
  }
}
.prices__button a {
  text-decoration: none;
  font-family: "Josefin Slab", serif;
  color: #fcf8ef;
  font-weight: 700;
  font-size: 18px;
}
.prices__bottom {
  border-top: 1px solid rgba(182, 189, 173, 0.768627451);
}
@media (min-width: 768px) {
  .prices__bottom {
    border-top: none;
  }
}
.prices__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.prices__list-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.prices__list-item img {
  width: 30px;
}
.prices__list-item p {
  font-family: "Josefin Slab", serif;
  margin: 0px;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 18px;
  color: #37000a;
}
.prices__copy {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #37000a;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.prices__list-title {
  font-family: "Sacramento", cursive;
  font-weight: 500;
  color: #37000a;
  letter-spacing: 0.1em;
  font-size: 22px;
  margin-bottom: 8px;
}
.prices__title {
  font-family: "Josefin Slab", serif;
  font-weight: 700;
  color: #37000a;
  letter-spacing: 0.1em;
  font-size: 32px;
}
.prices__subtitle {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  color: #37000a;
  letter-spacing: 0.16em;
  font-size: 20px;
}
.prices__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prices__cost {
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-size: 20px;
  color: #37000a;
  text-align: center;
}
@media (min-width: 768px) {
  .prices__cost {
    text-align: right;
    font-size: 24px;
  }
}
.prices__button-outer {
  display: flex;
  justify-content: flex-end;
}
.prices__list {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .prices__list {
    margin-bottom: 0px;
  }
}

.prices-carousel {
  background-color: #fcf8ef;
  padding: 32px 0px;
}
@media (min-width: 768px) {
  .prices-carousel {
    padding: 64px 16px;
  }
}
.prices-carousel .slick-initialized .slick-slide {
  display: flex !important;
}
.prices-carousel .slick-dots {
  bottom: -40px;
}
.prices-carousel .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
}
@media (min-width: 768px) {
  .prices-carousel .slick-dots li {
    width: 16px;
    height: 16px;
  }
}
.prices-carousel .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #b6bdad;
  opacity: 0.5;
  padding: 0;
  border: none;
}
.prices-carousel .slick-dots li button:before {
  color: transparent;
}
.prices-carousel .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .prices-carousel__carousel {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .prices-carousel__carousel {
    max-width: 1216px;
    margin: auto;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.prices-carousel__button {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  text-decoration: none;
  color: #37000a;
  text-transform: uppercase;
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  margin-top: 20px;
}
.prices-carousel__button:hover {
  opacity: 0.8;
}
.prices-carousel__button--matcha {
  background-color: #b6bdad;
}
.prices-carousel__button--rose {
  background-color: #f4e1d2;
}
.prices-carousel__button--almond {
  background-color: #fcf8ef;
}
.prices-carousel__included {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.prices-carousel__included:last-of-type {
  margin-bottom: 0px;
}
.prices-carousel__included img {
  width: 24px;
}
.prices-carousel__included p {
  font-family: "Josefin Slab", serif;
  font-size: 18px;
  margin: 0px;
}
.prices-carousel__entry {
  padding: 32px 20px;
  margin-top: 60px;
  position: relative;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .prices-carousel__entry {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.prices-carousel__entry--inner {
  min-height: 360px;
}
.prices-carousel__entry .prices-carousel__logo {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%);
  width: 60px;
}
.prices-carousel__entry h2 {
  font-size: 32px;
  font-family: "Josefin Slab", serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
}
.prices-carousel__entry h3 {
  font-size: 22px;
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  text-align: center;
}
.prices-carousel__entry--matcha {
  background-color: #fcf8ef;
  border: 1px solid #37000a;
}
.prices-carousel__entry--rose {
  background-color: #b6bdad;
}
.prices-carousel__entry--almond {
  background-color: #f4e1d2;
}

.policy-pages {
  background-color: #fcf8ef;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .policy-pages {
    padding: 64px 16px;
  }
}
.policy-pages__inner {
  max-width: 1216px;
  margin: auto;
}
.policy-pages__copy {
  font-family: "Josefin Slab", serif;
  margin-top: 30px;
  font-weight: 400;
}
.policy-pages__copy a {
  color: #b6bdad;
}

.envelope {
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 19;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-mask-image: radial-gradient(circle at center, black 100%, transparent 100%);
  mask-image: radial-gradient(circle at center, black 100%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.envelope__outer-wrapper {
  margin: 0 auto;
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 214px;
  perspective: 1000px;
}
@media (min-width: 768px) {
  .envelope__outer-wrapper {
    width: 600px;
    height: 414px;
    bottom: 5%;
  }
}
.envelope__wrapper {
  width: 100%;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.envelope__wrapper img {
  max-width: 100%;
  height: auto;
}
.colour--biscotti .envelope__wrapper .envelope__face {
  background-image: url("/images/components/envelope/biscotti-bg.png");
}
.colour--biscotti .envelope__wrapper .envelope__cover {
  background-image: url("/images/components/envelope/biscotti-closed.png");
}
.colour--biscotti .envelope__wrapper .envelope__cover::after {
  background-image: url("/images/components/envelope/biscotti-open.png");
}
.colour--biscotti .envelope__wrapper .envelope__date {
  font-family: "Pinyon Script", cursive;
  color: #37000a;
}
.colour--biscotti .envelope__wrapper .envelope__save-the-date {
  background-color: #8f565f;
}
.colour--biscotti .envelope__wrapper .envelope__save-the-date p {
  font-family: "Pinyon Script", cursive;
  color: #fcf8ef;
}
.colour--pine .envelope__wrapper .envelope__face {
  background-image: url("/images/components/envelope/pine-bg.png");
}
.colour--pine .envelope__wrapper .envelope__cover {
  background-image: url("/images/components/envelope/pine-closed.png");
}
.colour--pine .envelope__wrapper .envelope__cover::after {
  background-image: url("/images/components/envelope/pine-open.png");
}
.colour--pine .envelope__wrapper .envelope__date {
  font-family: "Pinyon Script", cursive;
  color: #fcf8ef;
}
.colour--pine .envelope__wrapper .envelope__save-the-date {
  background-color: #b6bdad;
}
.colour--pine .envelope__wrapper .envelope__save-the-date p {
  font-family: "Pinyon Script", cursive;
  color: #fcf8ef;
}
.colour--orchid .envelope__wrapper .envelope__face {
  background-image: url("/images/components/envelope/orchid-bg.png");
}
.colour--orchid .envelope__wrapper .envelope__cover {
  background-image: url("/images/components/envelope/orchid-closed.png");
}
.colour--orchid .envelope__wrapper .envelope__cover::after {
  background-image: url("/images/components/envelope/orchid-open.png");
}
.colour--orchid .envelope__wrapper .envelope__date {
  font-family: "Pinyon Script", cursive;
  color: #1c2a0a;
}
.colour--orchid .envelope__wrapper .envelope__save-the-date {
  background-color: #f4e1d2;
}
.colour--orchid .envelope__wrapper .envelope__save-the-date p {
  font-family: "Pinyon Script", cursive;
  color: #445f5e;
}
.colour--orchid .envelope__wrapper .envelope__flower-three {
  top: -67% !important;
  width: 26% !important;
}
.envelope__outer {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}
.envelope__face {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  background-color: white;
  transform: rotateY(180deg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.envelope__cover {
  width: 100%;
  height: 650%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  z-index: 20;
  transform-origin: top;
  position: relative;
  bottom: 0px;
}
.envelope__cover::after {
  content: "";
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform: rotateX(180deg);
}
.envelope__case {
  position: absolute;
  bottom: 0;
  z-index: 19;
}
.envelope__wax {
  position: absolute;
  top: 32%;
  width: 25%;
  right: 37%;
  z-index: 22;
  opacity: 1;
}
.envelope__image-one {
  position: absolute;
  top: 25%;
  transform: rotate(90deg);
  width: 45%;
  left: 5%;
  z-index: 16;
}
.envelope__image-two {
  position: absolute;
  top: 25%;
  transform: rotate(90deg);
  width: 45%;
  right: 17%;
  z-index: 17;
}
.envelope__flowers {
  opacity: 0;
}
.envelope__flower-one {
  position: absolute;
  top: -60%;
  transform: rotate(-31deg);
  width: 22%;
  right: 84%;
  z-index: 14;
}
.envelope__flower-two {
  position: absolute;
  top: -93%;
  transform: rotate(-31deg);
  width: 22%;
  right: 72%;
  z-index: 13;
}
.envelope__flower-three {
  position: absolute;
  top: -85%;
  transform: rotate(31deg);
  width: 22%;
  right: 12%;
  z-index: 13;
}
.envelope__save-the-date {
  width: 38%;
  height: 50%;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: absolute;
  top: 39%;
  right: 5%;
  z-index: 15;
  padding: 23px 10px 0px;
}
@media (min-width: 768px) {
  .envelope__save-the-date {
    padding: 40px 20px 0px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    height: 48%;
    width: 33%;
  }
}
.envelope__save-the-date p {
  margin: 0px;
  font-size: 32px;
  text-align: center;
  line-height: 100%;
}
@media (min-width: 768px) {
  .envelope__save-the-date p {
    font-size: 46px;
  }
}
.envelope__clover-date {
  top: 55%;
  right: 39%;
  position: absolute;
  z-index: 17;
  width: 32%;
}
@media (min-width: 768px) {
  .envelope__clover-date {
    width: 28%;
  }
}
.envelope__clover-date img {
  width: 100%;
}
.envelope__date {
  margin: 0px;
  font-size: 14px;
  letter-spacing: 0.05em;
  position: absolute;
  right: 11%;
  top: 42%;
}
@media (min-width: 768px) {
  .envelope__date {
    font-size: 20px;
    right: 19%;
  }
}

.animated-input {
  position: relative;
}
.animated-input textarea {
  height: auto !important;
  padding: 15px 16px 0px !important;
}
.animated-input input,
.animated-input textarea,
.animated-input select {
  border-radius: 3px;
  background-color: transparent;
  font-family: "Josefin Slab", serif;
  border: 2px solid #f4e1d2;
  width: calc(100% - 32px);
  height: 36px;
  font-size: 18px;
  padding: 12px 16px 0px;
  color: black;
}
.animated-input input:focus,
.animated-input textarea:focus,
.animated-input select:focus {
  border: 2px solid #f4e1d2;
  outline: none;
  box-shadow: none;
}
.animated-input input:focus ~ label, .animated-input input.has-value ~ label,
.animated-input textarea:focus ~ label,
.animated-input textarea.has-value ~ label,
.animated-input select:focus ~ label,
.animated-input select.has-value ~ label {
  top: 7px;
  font-size: 12px;
}
.animated-input input:-moz-read-only {
  color: #8f8d8d;
  cursor: not-allowed;
}
.animated-input input:read-only,
.animated-input select:disabled {
  color: #8f8d8d;
  cursor: not-allowed;
}
.animated-input select {
  height: 52px !important;
  width: 100%;
  padding: 12px 10px 0px;
}
.animated-input textarea {
  line-height: 1.6;
}
.animated-input input.open-by-default ~ label {
  top: 2px;
  font-size: 12px;
}
.animated-input label {
  position: absolute;
  left: 16px;
  top: 15px;
  transition: all 200ms;
  display: block;
  font-size: 18px;
  font-family: "Josefin Slab", serif;
  text-transform: uppercase;
  pointer-events: none;
}
.animated-input .form-error {
  margin-top: -1.5rem;
  display: flex;
}
.animated-input select:focus ~ label,
.animated-input select:valid ~ label {
  top: 7px;
  font-size: 12px;
}

.animated-input:has(input:focus) label,
.animated-input:has(input.has-value) label,
.animated-input:has(select:focus) label,
.animated-input:has(select:valid) label {
  top: 7px;
  font-size: 12px;
}

.rsvp-popup {
  position: fixed;
  width: 86%;
  max-width: 1216px;
  left: 50%;
  top: 32px;
  padding: 0px 0px 20px 20px;
  transform: translate(-50%);
  z-index: 10;
  background-color: #fcf8ef;
  display: none;
}
@media (min-width: 768px) {
  .rsvp-popup {
    padding: 0px 60px 20px;
    width: 80%;
  }
}
.rsvp-popup.active {
  display: block;
}
.colour--biscotti .rsvp-popup .rsvp-popup__password-overlay {
  background-color: #37000a;
}
.colour--biscotti .rsvp-popup .rsvp-popup__tag {
  background-color: #37000a;
}
.colour--biscotti .rsvp-popup .rsvp-popup__tag p {
  color: #fcf8ef;
}
.colour--biscotti .rsvp-popup .rsvp-popup__buttons button {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input:has(input:focus),
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input:has(input.has-value),
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input:has(select:focus),
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input:has(select:valid) {
  color: #f4e1d2;
}
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input:has(input.has-value) {
  opacity: 0.6;
}
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input:has(input.event-type) {
  opacity: 0.9;
}
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input:has(select:invalid) {
  opacity: 1;
}
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input input,
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input textarea,
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input select {
  background-color: #8f565f;
  color: #f4e1d2;
  border: none;
}
.colour--biscotti .rsvp-popup .rsvp-popup__form .animated-input label {
  color: #f4e1d2;
}
.colour--pine .rsvp-popup .rsvp-popup__password-overlay {
  background-color: #1c2a0a;
}
.colour--pine .rsvp-popup .rsvp-popup__tag {
  background-color: #1c2a0a;
}
.colour--pine .rsvp-popup .rsvp-popup__tag p {
  color: #fcf8ef;
}
.colour--pine .rsvp-popup .rsvp-popup__buttons button {
  background-color: #1c2a0a;
  color: #fcf8ef;
}
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input:has(input:focus),
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input:has(input.has-value),
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input:has(select:focus),
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input:has(select:valid) {
  color: #fcf8ef;
}
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input:has(input.has-value) {
  opacity: 0.6;
}
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input:has(input.event-type) {
  opacity: 0.9;
}
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input:has(select:invalid) {
  opacity: 1;
}
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input input,
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input textarea,
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input select {
  background-color: #445f5e;
  color: #fcf8ef;
  border: none;
}
.colour--pine .rsvp-popup .rsvp-popup__form .animated-input label {
  color: white;
}
.colour--orchid .rsvp-popup .rsvp-popup__password-overlay {
  background-color: #445f5e;
}
.colour--orchid .rsvp-popup .rsvp-popup__tag {
  background-color: #cad5e2;
}
.colour--orchid .rsvp-popup .rsvp-popup__tag p {
  color: #445f5e;
}
.colour--orchid .rsvp-popup .rsvp-popup__buttons button {
  background-color: #cad5e2;
  color: #445f5e;
}
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input:has(input:focus),
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input:has(input.has-value),
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input:has(select:focus),
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input:has(select:valid) {
  color: #445f5e;
}
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input:has(input.has-value) {
  opacity: 0.6;
}
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input:has(input.event-type) {
  opacity: 0.9;
}
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input:has(select:invalid) {
  opacity: 1;
}
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input input,
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input textarea,
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input select {
  background-color: #efd5d4;
  color: #445f5e;
  border: none;
}
.colour--orchid .rsvp-popup .rsvp-popup__form .animated-input label {
  color: #445f5e;
}
.rsvp-popup__password-overlay {
  height: 100vh;
  width: 100vw;
  opacity: 0.9;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 12;
  justify-content: center;
  align-items: center;
}
.rsvp-popup__password-overlay.active {
  display: flex;
}
.rsvp-popup__form-overlay {
  height: 100vh;
  width: 100vw;
  opacity: 0.9;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 9;
  justify-content: center;
  align-items: center;
}
.rsvp-popup__form-overlay.active {
  display: flex;
}
.rsvp-popup__password {
  position: relative;
  height: 100vh;
  align-items: center;
  justify-content: center;
  z-index: 13;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.rsvp-popup__password input {
  background-color: white;
}
.rsvp-popup__cross {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 10;
  right: 16px;
  top: 16px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-image: url("/images/invite/biscotti-cross.svg");
}
.rsvp-popup__cross:hover {
  opacity: 0.6;
}
.rsvp-popup__full-width .animated-input {
  margin-top: 20px;
}
.rsvp-popup__form {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .rsvp-popup__form {
    padding-top: 60px;
  }
}
.rsvp-popup__info {
  font-family: "Sacramento", cursive;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.rsvp-popup__info span {
  font-family: "Forum", serif;
}
.rsvp-popup__subtitle {
  margin: 0px;
  font-size: 28px;
  font-family: "Pinyon Script", cursive;
  text-align: center;
}
@media (min-width: 768px) {
  .rsvp-popup__subtitle {
    font-size: 56px;
    text-align: left;
  }
}
.rsvp-popup__titles {
  max-width: 800px;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .rsvp-popup__titles {
    padding-top: 40px;
  }
}
.rsvp-popup__title {
  margin: 0px;
  padding-top: 8px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: right;
  font-family: "Forum", serif;
  text-align: center;
}
@media (min-width: 768px) {
  .rsvp-popup__title {
    font-size: 48px;
    text-align: right;
  }
}
.rsvp-popup__inner {
  width: 100%;
  height: 90vh;
  overflow-y: auto;
  padding-left: 0px;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 768px) {
  .rsvp-popup__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.rsvp-popup__form-food .animated-input:first-of-type {
  margin-top: 20px;
}
.rsvp-popup__form-food .animated-input:not(last-of-type) {
  margin-top: 20px;
}
.rsvp-popup__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 20px;
}
.rsvp-popup__buttons button {
  height: 42px;
  width: 100%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 12px;
  min-width: 120px;
  border: none;
}
@media (min-width: 768px) {
  .rsvp-popup__buttons button {
    min-width: 200px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.rsvp-popup__tag {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-top: 28px;
  top: -24px;
  left: 10px;
  width: 80px;
  height: 66px;
}
@media (min-width: 768px) {
  .rsvp-popup__tag {
    right: 40px;
    width: 110px;
    height: 75px;
    left: auto;
    top: 0px;
  }
}
.rsvp-popup__tag p {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Forum", serif;
}
@media (min-width: 768px) {
  .rsvp-popup__tag p {
    font-size: 18px;
    margin-top: 0px;
  }
}
.rsvp-popup__tag::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 30px solid #fcf8ef;
}
@media (min-width: 768px) {
  .rsvp-popup__tag::after {
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
  }
}

.guest-slide {
  position: absolute;
  left: -9999px; /* hides off-screen instead of display:none */
}

.guest-slide.active {
  position: static; /* current slide shown normally */
  left: auto;
}

.guest-id-cell {
  display: none;
}

.colour--biscotti .rsvp-popup__password-overlay,
.colour--biscotti .rsvp-popup__form-overlay {
  background-color: #37000a;
}
.colour--biscotti .password-form__close {
  color: #37000a;
}
.colour--biscotti .password-form__button {
  color: #8f565f;
}

.colour--pine .rsvp-popup__password-overlay,
.colour--pine .rsvp-popup__form-overlay {
  background-color: #1c2a0a;
}
.colour--pine .password-form__close {
  color: #1c2a0a;
}

.colour--orchid .rsvp-popup__password-overlay,
.colour--orchid .rsvp-popup__form-overlay {
  background-color: #445f5e;
}
.colour--orchid .password-form__close {
  color: #445f5e;
}

.password-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.password-form .animated-input {
  min-width: 200px;
}
@media (min-width: 768px) {
  .password-form .animated-input {
    min-width: 300px;
  }
}
.password-form__outer {
  width: 100vw;
  height: 100vh;
  position: fixed;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 12;
}
.password-form__outer.active {
  display: flex;
}
.password-form__inner {
  background-color: #fcf8ef;
  height: 400px;
  width: 90vw;
  padding: 20px;
}
@media (min-width: 768px) {
  .password-form__inner {
    width: 60vw;
  }
}
.password-form__button {
  margin-top: 0px;
}
.password-form__button button {
  width: 30px !important;
  height: 30px;
  max-width: 60px !important;
  min-width: auto;
  border-radius: 50%;
  background-color: #f4e1d2;
}
@media (min-width: 768px) {
  .password-form__button button {
    width: 40px !important;
    height: 40px !important;
  }
}
.password-form__button button img {
  width: 14px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .password-form__button button img {
    width: 24px;
  }
}
.password-form__top {
  min-width: 260px;
}
@media (min-width: 768px) {
  .password-form__top {
    min-width: 360px;
  }
}
.password-form__top p {
  font-size: 14px;
  color: #445f5e;
  margin-top: 4px;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Forum", serif;
}
.password-form__top h2 {
  font-family: "Sacramento", cursive;
  color: #445f5e;
  text-align: center;
  font-size: 36px;
  margin: 0px;
  padding-bottom: 20px;
  line-height: 20%;
}
.password-form__back {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
}
@media (min-width: 768px) {
  .password-form__back {
    min-width: 360px;
  }
}
.password-form__back button {
  background-color: transparent;
  color: #445f5e !important;
  text-decoration: underline;
  border: none;
  font-size: 16px;
  text-align: center;
  font-family: "Forum", serif;
  text-transform: uppercase;
}

.food-field {
  display: none;
  transition: all 0.3s ease;
}

.food-field.active {
  display: block;
}

.form__2-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .form__2-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.form__collection h4 {
  text-transform: none !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}
.form__message {
  margin-top: 20px;
}
.form__checkbox {
  font-family: "Josefin Slab", serif;
  margin-top: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.form__checkbox div[data-field-container=privacyPolicy] label {
  display: flex;
  color: #37000a;
  align-items: center;
}
.form__checkbox div[data-field-container=privacyPolicy] label a {
  text-decoration: none;
  color: #37000a;
  font-weight: 700;
}
.form__checkbox input {
  height: 16px;
  width: 16px;
  margin: 0;
  accent-color: #f4e1d2;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -4px;
}
.form__button {
  display: block !important;
}
@media (min-width: 768px) {
  .form__button {
    display: flex;
  }
}
.form__button > div {
  display: block !important;
}
@media (min-width: 768px) {
  .form__button > div {
    display: flex;
  }
}
.form__button button {
  height: 46px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Josefin Slab", serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0px 12px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #b6bdad;
  color: #fcf8ef;
  font-weight: 600;
  width: 100%;
  border: none;
  margin-top: 20px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .form__button button {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.form__button button:hover {
  opacity: 0.8;
}
.form__weekend-text {
  font-family: "Forum", serif;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
.form__checkboxes {
  font-family: "Josefin Slab", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.form__checkboxes h4 {
  font-family: "Josefin Slab", serif;
  color: #37000a;
  font-weight: 600;
  letter-spacing: 0.16em;
}
.form__checkboxes--inner:not(:last-of-type) {
  margin-bottom: 20px;
}
.form__checkboxes label {
  display: flex;
  color: #37000a;
  align-items: center;
}
.form__checkboxes input {
  height: 16px;
  background-color: transparent;
  width: 16px;
  margin: 0;
  accent-color: #f4e1d2;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -4px;
}

.event-details-oak {
  padding: 32px 0px;
}
@media (min-width: 768px) {
  .event-details-oak {
    padding: 64px 0px;
  }
}
.colour--biscotti .event-details-oak {
  background-color: #f4e1d2;
}
.colour--biscotti .event-details-oak .event-details-oak__venue,
.colour--biscotti .event-details-oak .event-details-oak__date {
  color: #37000a;
}
.colour--biscotti .event-details-oak .event-details-oak__line {
  background-color: #37000a;
}
.colour--pine .event-details-oak {
  background-color: #fcf8ef;
}
.colour--pine .event-details-oak .event-details-oak__venue,
.colour--pine .event-details-oak .event-details-oak__date {
  color: #1c2a0a;
}
.colour--pine .event-details-oak .event-details-oak__line {
  background-color: #1c2a0a;
}
.colour--orchid .event-details-oak {
  background-color: #fff7e9;
}
.colour--orchid .event-details-oak .event-details-oak__venue,
.colour--orchid .event-details-oak .event-details-oak__date {
  color: #445f5e;
}
.colour--orchid .event-details-oak .event-details-oak__line {
  background-color: #445f5e;
}
.event-details-oak__line-left {
  position: absolute;
  left: 0px;
}
.event-details-oak__line-right {
  position: absolute;
  right: 0px;
}
.event-details-oak__line {
  width: 20%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .event-details-oak__line {
    width: 30%;
  }
}
.event-details-oak__inner {
  max-width: 1216px;
  margin: auto;
}
.event-details-oak__date {
  font-family: "Forum", serif;
  position: relative;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 16px;
  margin-top: 0px;
  letter-spacing: 0.16em;
}
@media (min-width: 768px) {
  .event-details-oak__date {
    font-size: 48px;
  }
}
.event-details-oak__venue {
  font-family: "Pinyon Script", cursive;
  text-align: center;
  font-size: 24px;
  padding: 0px 16px;
  margin: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .event-details-oak__venue {
    font-size: 42px;
  }
}

.copy-2-col-oak {
  padding: 0px 0px 32px;
}
@media (min-width: 768px) {
  .copy-2-col-oak {
    padding: 0px 0px 64px;
  }
}
.colour--biscotti .copy-2-col-oak {
  background-color: #f4e1d2;
}
.colour--biscotti .copy-2-col-oak .copy-2-col-oak__titles,
.colour--biscotti .copy-2-col-oak .copy-2-col-oak__subtitles,
.colour--biscotti .copy-2-col-oak .copy-2-col-oak__subsubtitles {
  color: #37000a;
}
.colour--biscotti .copy-2-col-oak .copy-2-col-oak__top,
.colour--biscotti .copy-2-col-oak .copy-2-col-oak__small-titles {
  background-color: #8f565f;
}
.colour--biscotti .copy-2-col-oak .event-details-oak__line {
  background-color: #37000a;
}
.colour--pine .copy-2-col-oak {
  background-color: #fcf8ef;
}
.colour--pine .copy-2-col-oak .copy-2-col-oak__titles,
.colour--pine .copy-2-col-oak .copy-2-col-oak__subtitles,
.colour--pine .copy-2-col-oak .copy-2-col-oak__subsubtitles {
  color: #1c2a0a;
}
.colour--pine .copy-2-col-oak .copy-2-col-oak__top,
.colour--pine .copy-2-col-oak .copy-2-col-oak__small-titles {
  background-color: #b6bdad;
}
.colour--pine .copy-2-col-oak .event-details-oak__line {
  background-color: #1c2a0a;
}
.colour--orchid .copy-2-col-oak {
  background-color: #fff7e9;
}
.colour--orchid .copy-2-col-oak .copy-2-col-oak__titles,
.colour--orchid .copy-2-col-oak .copy-2-col-oak__subtitles,
.colour--orchid .copy-2-col-oak .copy-2-col-oak__subsubtitles {
  color: #445f5e;
}
.colour--orchid .copy-2-col-oak .copy-2-col-oak__top,
.colour--orchid .copy-2-col-oak .copy-2-col-oak__small-titles {
  background-color: #f3d381;
}
.colour--orchid .copy-2-col-oak .event-details-oak__line {
  background-color: #445f5e;
}
.copy-2-col-oak__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  max-width: 1216px;
  margin: auto;
}
@media (min-width: 768px) {
  .copy-2-col-oak__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
.copy-2-col-oak__top {
  padding: 20px 0px;
  margin-bottom: 64px;
  display: none;
}
@media (min-width: 768px) {
  .copy-2-col-oak__top {
    display: block;
    padding: 0px;
  }
}
.copy-2-col-oak__small-titles {
  display: block;
}
@media (min-width: 768px) {
  .copy-2-col-oak__small-titles {
    display: none;
  }
}
.copy-2-col-oak__tile h2 {
  font-family: "Forum", serif;
  font-size: 24px;
  margin: 0px auto;
  padding: 16px;
  letter-spacing: 0.16em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .copy-2-col-oak__tile h2 {
    font-size: 38px;
    margin: 0px;
  }
}
.copy-2-col-oak__tile h3 {
  font-family: "Pinyon Script", cursive;
  font-size: 24px;
  margin: 16px auto 16px;
  padding: 0px 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .copy-2-col-oak__tile h3 {
    font-size: 32px;
    margin-top: 0px;
  }
}
.copy-2-col-oak__tile h4 {
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0px auto 8px;
  padding: 0px 16px;
}
@media (min-width: 768px) {
  .copy-2-col-oak__tile h4 {
    font-size: 28px;
  }
}
.copy-2-col-oak__left {
  text-align: center;
}
@media (min-width: 768px) {
  .copy-2-col-oak__left {
    text-align: left;
  }
}
.copy-2-col-oak__copy {
  padding: 0px 16px;
  font-family: "Forum", serif;
  letter-spacing: 0.05em;
}
.copy-2-col-oak__copy p {
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .copy-2-col-oak__copy p {
    margin-bottom: 0px !important;
  }
}
.copy-2-col-oak__right {
  text-align: center;
}
@media (min-width: 768px) {
  .copy-2-col-oak__right {
    text-align: right;
  }
}
.copy-2-col-oak__right .copy-2-col-oak__copy p {
  margin-bottom: 0px !important;
}

.full-width-image-oak {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
.colour--biscotti .full-width-image-oak .full-width-image-oak__rsvp {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--pine .full-width-image-oak .full-width-image-oak__rsvp {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--orchid .full-width-image-oak .full-width-image-oak__rsvp {
  background-color: #efd5d4;
  color: #445f5e;
}
.full-width-image-oak__rsvp {
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px;
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  font-family: "Forum", serif;
  font-weight: 400;
  border: none;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .full-width-image-oak__rsvp {
    height: 46px;
    padding: 0px 24px;
  }
}
.full-width-image-oak__rsvp p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .full-width-image-oak__rsvp p {
    font-size: 20px;
  }
}
.full-width-image-oak__mobile-image {
  display: block;
}
@media (min-width: 768px) {
  .full-width-image-oak__mobile-image {
    display: none;
  }
}
.full-width-image-oak__back {
  background-color: white;
  border-radius: 10px;
  position: fixed;
  top: 20px;
  left: 20px;
  color: #37000a;
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  height: 34px;
  text-decoration: none;
  display: flex;
  gap: 8px;
  justify-content: center;
  line-height: 100%;
  align-items: center;
  padding: 0px 16px;
  z-index: 100;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.full-width-image-oak__back p {
  margin: 4px 0px 0px;
}
.full-width-image-oak__back img {
  max-width: 16px;
}
.full-width-image-oak__desktop-image {
  display: none;
}
@media (min-width: 768px) {
  .full-width-image-oak__desktop-image {
    display: block;
  }
}
.full-width-image-oak__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 93vh;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .full-width-image-oak__image-container {
    height: 100vh;
  }
}
.full-width-image-oak__image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.full-width-image-oak__and {
  font-family: "Pinyon Script", cursive;
  margin: 0px;
  line-height: 60%;
  text-align: center;
  color: white;
  font-weight: 400;
}
.full-width-image-oak__overlay {
  position: absolute;
  top: 0px;
  z-index: 3;
  height: 93vh;
  width: 100%;
  left: 0;
}
@media (min-width: 768px) {
  .full-width-image-oak__overlay {
    height: 100vh;
  }
}
.full-width-image-oak__header {
  width: 100%;
  z-index: 4;
  position: absolute;
  left: 50%;
  bottom: 350px;
  transform: translateX(-50%);
}
.full-width-image-oak__header h3 {
  color: white;
  margin: 0px 0px 0px;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  font-family: "Forum", serif;
}
.full-width-image-oak__homepage {
  position: absolute;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.full-width-image-oak__homepage h1 {
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: white;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .full-width-image-oak__homepage h1 {
    font-size: 32px;
    letter-spacing: 0.2em;
  }
}
.full-width-image-oak__names-wrapper {
  font-size: clamp(36px, 8vw, 120px);
}
.full-width-image-oak__names {
  margin: 0px;
  text-align: center;
  font-weight: 400;
  font-family: "Forum", serif;
  line-height: 80%;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.full-width-image-oak__names--top {
  line-height: 42%;
}
.full-width-image-oak__scroll-text {
  letter-spacing: 0.1em;
  color: white;
  font-family: "Forum", serif;
  font-size: 16px;
  font-weight: 600;
  margin: 0px 0px 8px;
}
.full-width-image-oak__from-sparks {
  position: absolute;
  top: 10px;
  color: white;
  letter-spacing: 0.1em;
  font-family: "Forum", serif;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.scroll-down-indicator {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 9;
  animation: pulse-move 2s infinite ease-in-out;
  opacity: 0.85;
}
.scroll-down-indicator .full-width-image-oak__scroll-text,
.scroll-down-indicator .banner__arrow--text {
  animation: bounce-fade 2s infinite ease-in-out;
}
.scroll-down-indicator .arrow-icon,
.scroll-down-indicator .banner__arrow--img {
  width: 42px;
  height: 42px;
  stroke: white;
  animation: bounce-fade 2s infinite ease-in-out;
}

@keyframes bounce-fade {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-10px);
    opacity: 1;
  }
}
.hotel-listing-oak {
  padding: 32px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .hotel-listing-oak {
    padding: 92px 16px;
  }
}
.hotel-listing-oak__bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hotel-listing-oak__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-listing-oak__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.colour--biscotti .hotel-listing-oak {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--biscotti .hotel-listing-oak .hotel-listing-oak__entry {
  background-color: rgba(244, 225, 210, 0.9019607843);
  color: #37000a;
}
.colour--biscotti .hotel-listing-oak .hotel-listing-oak__entry--link {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .hotel-listing-oak .hotel-listing-oak__overlay {
  background-color: rgba(244, 225, 210, 0.4392156863);
}
.colour--pine .hotel-listing-oak {
  background-color: #fcf8ef;
  color: #1c2a0a;
}
.colour--pine .hotel-listing-oak .hotel-listing-oak__entry {
  background-color: rgba(252, 248, 239, 0.9019607843);
  color: #1c2a0a;
}
.colour--pine .hotel-listing-oak .hotel-listing-oak__entry--link {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--pine .hotel-listing-oak .hotel-listing-oak__overlay {
  background-color: rgba(252, 248, 239, 0.4392156863);
}
.colour--orchid .hotel-listing-oak {
  background-color: #cad5e2;
  color: #445f5e;
}
.colour--orchid .hotel-listing-oak .hotel-listing-oak__entry {
  background-color: rgba(255, 247, 233, 0.8901960784);
  color: #445f5e;
}
.colour--orchid .hotel-listing-oak .hotel-listing-oak__entry--link {
  background-color: #445f5e;
  color: #fff7e9;
}
.colour--orchid .hotel-listing-oak .hotel-listing-oak__overlay {
  background-color: rgba(255, 247, 233, 0.2196078431);
}
.hotel-listing-oak__title {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hotel-listing-oak__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.hotel-listing-oak__inner {
  max-width: 1216px;
  margin: auto;
  position: relative;
}
.hotel-listing-oak__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .hotel-listing-oak__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.hotel-listing-oak__entry {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hotel-listing-oak__entry {
    padding: 40px 20px;
  }
}
.hotel-listing-oak__entry--title {
  font-family: "Pinyon Script", cursive;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hotel-listing-oak__entry--title {
    font-size: 32px;
  }
}
.hotel-listing-oak__entry--distance, .hotel-listing-oak__entry--copy {
  font-family: "Forum", serif;
  margin-top: 0px;
}
.hotel-listing-oak__entry--stars {
  padding-bottom: 8px;
}
.hotel-listing-oak__entry--stars img {
  width: 24px;
}
.hotel-listing-oak__entry--copy {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotel-listing-oak__entry--distance {
  font-weight: 400;
  margin-bottom: 40px;
}
.hotel-listing-oak__entry--link-wrapper {
  display: flex;
  justify-content: flex-end;
}
.hotel-listing-oak__entry--link {
  padding: 0px 12px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Forum", serif;
}
@media (min-width: 768px) {
  .hotel-listing-oak__entry--link {
    height: 48px;
  }
}

.copy-with-background-oak {
  padding: 32px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .copy-with-background-oak {
    padding: 92px 16px;
  }
}
.colour--biscotti .copy-with-background-oak .copy-with-background-oak__inner {
  background-color: rgba(244, 225, 210, 0.9019607843);
  color: #37000a;
}
.colour--biscotti .copy-with-background-oak .copy-with-background-oak__overlay {
  background-color: rgba(244, 225, 210, 0.4392156863);
}
.colour--pine .copy-with-background-oak .copy-with-background-oak__inner {
  background-color: rgba(252, 248, 239, 0.9019607843);
  color: #1c2a0a;
}
.colour--pine .copy-with-background-oak .copy-with-background-oak__overlay {
  background-color: rgba(252, 248, 239, 0.4392156863);
}
.colour--orchid .copy-with-background-oak .copy-with-background-oak__inner {
  background-color: rgba(255, 247, 233, 0.8901960784);
  color: #445f5e;
}
.colour--orchid .copy-with-background-oak .copy-with-background-oak__overlay {
  background-color: rgba(255, 247, 233, 0.2196078431);
}
.copy-with-background-oak__bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.copy-with-background-oak__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.copy-with-background-oak__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.copy-with-background-oak__inner {
  max-width: 1216px;
  z-index: 3;
  position: relative;
  padding: 20px 16px;
  margin: auto;
}
@media (min-width: 768px) {
  .copy-with-background-oak__inner {
    padding: 40px 20px;
  }
}
.copy-with-background-oak__title {
  margin: 0px 8px;
  font-family: "Forum", serif;
  font-size: 28px;
  padding: 0px 16px 16px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 500;
}
@media (min-width: 768px) {
  .copy-with-background-oak__title {
    font-size: 38px;
  }
}
.copy-with-background-oak__subtitle {
  font-family: "Pinyon Script", cursive;
  font-size: 24px;
  margin: 0px auto 8px;
  padding: 0px 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .copy-with-background-oak__subtitle {
    font-size: 32px;
    margin-top: 0px;
  }
}
.copy-with-background-oak__copy {
  font-family: "Forum", serif;
  padding: 0px 16px;
  letter-spacing: 0.05em;
}
.copy-with-background-oak__copy p {
  margin-bottom: 16px !important;
}
@media (min-width: 768px) {
  .copy-with-background-oak__copy p {
    margin-bottom: 0px !important;
  }
}
.copy-with-background-oak__copy p:last-of-type {
  margin-bottom: 0px !important;
}

.rsvp-cta-oak {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .rsvp-cta-oak {
    padding: 64px 16px;
  }
}
.colour--biscotti .rsvp-cta-oak {
  background-color: #37000a;
}
.colour--biscotti .rsvp-cta-oak .rsvp-cta-oak__title,
.colour--biscotti .rsvp-cta-oak .rsvp-cta-oak__subtitle,
.colour--biscotti .rsvp-cta-oak .rsvp-cta-oak__copy {
  color: #f4e1d2;
}
.colour--biscotti .rsvp-cta-oak .rsvp-cta-oak__button {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--pine .rsvp-cta-oak {
  background-color: #445f5e;
}
.colour--pine .rsvp-cta-oak .rsvp-cta-oak__title,
.colour--pine .rsvp-cta-oak .rsvp-cta-oak__subtitle,
.colour--pine .rsvp-cta-oak .rsvp-cta-oak__copy {
  color: #fcf8ef;
}
.colour--pine .rsvp-cta-oak .rsvp-cta-oak__button {
  background-color: #fcf8ef;
  color: #445f5e;
}
.colour--orchid .rsvp-cta-oak {
  background-color: #cad5e2;
}
.colour--orchid .rsvp-cta-oak .rsvp-cta-oak__title,
.colour--orchid .rsvp-cta-oak .rsvp-cta-oak__subtitle,
.colour--orchid .rsvp-cta-oak .rsvp-cta-oak__copy {
  color: #445f5e;
}
.colour--orchid .rsvp-cta-oak .rsvp-cta-oak__button {
  background-color: #fff7e9;
  color: #445f5e;
}
.rsvp-cta-oak__title {
  margin-top: 0px;
  font-family: "Forum", serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0px auto 16px;
  font-weight: 400;
  max-width: 600px;
}
@media (min-width: 768px) {
  .rsvp-cta-oak__title {
    font-size: 38px;
  }
}
.rsvp-cta-oak__subtitle {
  margin-top: 0px;
  text-align: center;
  font-weight: 400;
  font-family: "Pinyon Script", cursive;
  font-size: 28px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .rsvp-cta-oak__subtitle {
    font-size: 32px;
  }
}
.rsvp-cta-oak__copy {
  margin-top: 0px;
  text-align: center;
  font-family: "Forum", serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .rsvp-cta-oak__copy {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.rsvp-cta-oak__button {
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 24px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: "Forum", serif;
  border: none;
  margin: 0px auto 0px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .rsvp-cta-oak__button {
    height: 42px;
  }
}

.registry-oak {
  padding: 32px 16px 0px;
}
@media (min-width: 768px) {
  .registry-oak {
    padding: 92px 16px 0px;
  }
}
.colour--biscotti .registry-oak {
  background-color: #f4e1d2;
}
.colour--biscotti .registry-oak .registry-oak__content h2, .colour--biscotti .registry-oak .registry-oak__content h3, .colour--biscotti .registry-oak .registry-oak__content p {
  color: #37000a;
}
.colour--biscotti .registry-oak .registry-oak__content a {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--pine .registry-oak {
  background-color: #fcf8ef;
}
.colour--pine .registry-oak .registry-oak__content h2, .colour--pine .registry-oak .registry-oak__content h3, .colour--pine .registry-oak .registry-oak__content p {
  color: #1c2a0a;
}
.colour--pine .registry-oak .registry-oak__content a {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--orchid .registry-oak {
  background-color: #fff7e9;
}
.colour--orchid .registry-oak .registry-oak__content h2, .colour--orchid .registry-oak .registry-oak__content h3, .colour--orchid .registry-oak .registry-oak__content p {
  color: #445f5e;
}
.colour--orchid .registry-oak .registry-oak__content a {
  background-color: #cad5e2;
  color: #445f5e;
}
.registry-oak__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .registry-oak__content {
    padding-bottom: 92px;
  }
}
.registry-oak__content h2 {
  font-size: 32px;
  font-family: "Pinyon Script", cursive;
  margin: 0px 0px 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .registry-oak__content h2 {
    font-size: 48px;
  }
}
.registry-oak__content h3 {
  font-size: 24px;
  font-family: "Forum", serif;
  font-weight: 400;
  margin: 0px 0px 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .registry-oak__content h3 {
    font-size: 32px;
  }
}
.registry-oak__content p {
  font-size: 16px;
  font-family: "Forum", serif;
  letter-spacing: 0.05em;
  margin: 0px 0px 20px;
  max-width: 600px;
}
@media (min-width: 768px) {
  .registry-oak__content p {
    font-size: 18px;
  }
}
.registry-oak__content a {
  height: 42px;
  padding: 0px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Forum", serif;
  font-size: 18px;
  text-transform: uppercase;
}
.registry-oak__inner {
  max-width: 1216px;
  margin: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .registry-oak__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.registry-oak__envelope {
  position: relative;
  display: flex;
  justify-content: center;
  height: 300px;
}
@media (min-width: 768px) {
  .registry-oak__envelope {
    height: auto;
  }
}
.registry-oak__envelope-image-back {
  z-index: 1;
  position: absolute;
  bottom: -6px;
}
.registry-oak__envelope-image-back img {
  width: 300px;
}
@media (min-width: 768px) {
  .registry-oak__envelope-image-back img {
    width: 370px;
  }
}
.registry-oak__envelope-image-wrapper {
  z-index: 2;
  position: absolute;
  bottom: 100px;
}
.registry-oak__envelope-image-wrapper img {
  width: 180px;
}
@media (min-width: 768px) {
  .registry-oak__envelope-image-wrapper img {
    width: 250px;
  }
}
.registry-oak__envelope-image-front {
  z-index: 3;
  position: absolute;
  bottom: -6px;
}
.registry-oak__envelope-image-front img {
  width: 300px;
}
@media (min-width: 768px) {
  .registry-oak__envelope-image-front img {
    width: 370px;
  }
}
.registry-oak__button {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Forum", serif;
  font-size: 18px;
  border: none;
  letter-spacing: 0.16em;
}
@media (min-width: 768px) {
  .registry-oak__button {
    height: 48px;
  }
}

.footer-link-oak {
  padding: 0px 16px;
}
.colour--biscotti .footer-link-oak {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .footer-link-oak .registry-oak__button {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--pine .footer-link-oak {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--pine .footer-link-oak .registry-oak__button {
  background-color: #fcf8ef;
  color: #445f5e;
}
.colour--orchid .footer-link-oak {
  background-color: #cad5e2;
  color: #445f5e;
}
.colour--orchid .footer-link-oak .registry-oak__button {
  background-color: #efd5d4;
  color: #445f5e;
}
.footer-link-oak__inner-top {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-link-oak__inner-top img {
  width: 24px;
}
.footer-link-oak__inner {
  max-width: 1216px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-link-oak__inner .registry-ivy__button {
  margin: 0px;
  width: 102px;
}
.footer-link-oak p {
  margin-top: 0px;
  font-family: "Forum", serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.our-story-oak {
  padding: 64px 16px;
}
@media (min-width: 768px) {
  .our-story-oak {
    padding: 92px 16px;
  }
}
.colour--biscotti .our-story-oak {
  background-color: #f4e1d2;
}
.colour--biscotti .our-story-oak .our-story-oak__content h2,
.colour--biscotti .our-story-oak .our-story-oak__content .our-story-oak__story {
  color: #37000a;
}
.colour--pine .our-story-oak {
  background-color: #fcf8ef;
}
.colour--pine .our-story-oak .our-story-oak__content h2,
.colour--pine .our-story-oak .our-story-oak__content .our-story-oak__story {
  color: #1c2a0a;
}
.colour--orchid .our-story-oak {
  background-color: #fff7e9;
}
.colour--orchid .our-story-oak .our-story-oak__content h2,
.colour--orchid .our-story-oak .our-story-oak__content .our-story-oak__story {
  color: #445f5e;
}
.our-story-oak__images {
  position: relative;
  height: 350px;
}
@media (min-width: 768px) {
  .our-story-oak__images {
    height: auto;
  }
}
.our-story-oak__images img {
  width: 25%;
  min-width: 170px;
}
.our-story-oak__image-wrapper {
  max-height: 180px;
  overflow: hidden;
  aspect-ratio: 1.8/2;
}
.our-story-oak__image-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-story-oak__image-wrapper-1 {
  position: absolute;
  left: 4%;
  bottom: 47%;
  transform: rotate(-10deg);
}
@media (min-width: 768px) {
  .our-story-oak__image-wrapper-1 {
    left: 20%;
    bottom: 40%;
  }
}
.our-story-oak__image-wrapper-2 {
  position: absolute;
  left: 27%;
  bottom: 0%;
}
@media (min-width: 768px) {
  .our-story-oak__image-wrapper-2 {
    bottom: -15%;
    left: 35%;
  }
}
.our-story-oak__image-wrapper-3 {
  position: absolute;
  transform: rotate(20deg);
  left: 48%;
  bottom: 44%;
}
@media (min-width: 768px) {
  .our-story-oak__image-wrapper-3 {
    bottom: 30%;
    left: 50%;
  }
}
.our-story-oak__story {
  font-family: "Forum", serif;
  line-height: 150%;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .our-story-oak__story {
    font-size: 18px;
  }
}
.our-story-oak__story p {
  margin-bottom: 0px;
}
.our-story-oak__inner {
  max-width: 1216px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
  .our-story-oak__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.our-story-oak__content h2 {
  font-family: "Pinyon Script", cursive;
  font-size: 36px;
  font-weight: 400;
  margin: 32px 0px 20px;
}
@media (min-width: 768px) {
  .our-story-oak__content h2 {
    font-size: 48px;
  }
}

.faqs-oak {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .faqs-oak {
    padding: 64px 16px;
  }
}
.colour--biscotti .faqs-oak {
  background-color: #37000a;
}
.colour--biscotti .faqs-oak .faqs-oak__inner {
  background-color: #f4e1d2;
}
.colour--biscotti .faqs-oak .faqs-oak__question {
  color: #37000a;
}
.colour--biscotti .faqs-oak .faqs-oak__entry {
  border-bottom: 1px solid #37000a;
}
.colour--biscotti .faqs-oak .faqs-oak__title,
.colour--biscotti .faqs-oak .faqs-oak__subtitle {
  color: #37000a;
}
.colour--pine .faqs-oak {
  background-color: #445f5e;
}
.colour--pine .faqs-oak .faqs-oak__inner {
  background-color: #fcf8ef;
}
.colour--pine .faqs-oak .faqs-oak__question {
  color: #1c2a0a;
  color: #1c2a0a;
}
.colour--pine .faqs-oak .faqs-oak__entry {
  border-bottom: 1px solid #1c2a0a;
}
.colour--pine .faqs-oak .faqs-oak__title,
.colour--pine .faqs-oak .faqs-oak__subtitle {
  color: #1c2a0a;
}
.colour--orchid .faqs-oak {
  background-color: #cad5e2;
}
.colour--orchid .faqs-oak .faqs-oak__inner {
  background-color: #fff7e9;
}
.colour--orchid .faqs-oak .faqs-oak__question {
  background-color: #fff7e9;
  color: #445f5e;
}
.colour--orchid .faqs-oak .faqs-oak__entry {
  border-bottom: 1px solid #445f5e;
}
.colour--orchid .faqs-oak .faqs-oak__answer {
  background-color: #fff7e9;
  color: #445f5e;
}
.colour--orchid .faqs-oak .faqs-oak__title,
.colour--orchid .faqs-oak .faqs-oak__subtitle {
  color: #445f5e;
}
.faqs-oak__minus {
  position: absolute;
  right: 7px;
}
.faqs-oak__plus {
  position: absolute;
  right: 7px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs-oak__entries {
  margin-top: 20px;
}
.faqs-oak__entries .faqs-oak__entry:last-child {
  border-bottom: none;
}
.faqs-oak__inner {
  max-width: 1216px;
  margin: auto;
  padding: 20px 24px;
}
@media (min-width: 768px) {
  .faqs-oak__inner {
    padding: 20px 64px 60px;
  }
}
.faqs-oak__question {
  cursor: pointer;
  position: relative;
  padding: 16px 50px 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqs-oak__question {
    padding: 16px 16px 20px 0px;
    font-size: 18px;
  }
}
.faqs-oak__question.active .faqs-oak__plus {
  transform: rotate(90deg);
}
.faqs-oak__question h3 {
  font-family: "Forum", serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqs-oak__question h3 {
    font-size: 18px;
  }
}
.faqs-oak__question img {
  max-width: 20px;
}
.faqs-oak__faq {
  padding-bottom: 20px;
}
.faqs-oak__answer {
  padding: 0px;
  text-align: left;
  font-family: "Forum", serif;
  font-weight: 400;
  margin-top: -4px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.faqs-oak__answer.active {
  max-height: 500px;
}
.faqs-oak__answer p {
  margin: 0px;
  font-weight: 300;
  font-size: 16px;
  padding: 0px;
  margin-bottom: 16px;
}
.faqs-oak__subtitle {
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 22px;
  margin: 0px 0px 16px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 768px) {
  .faqs-oak__subtitle {
    font-size: 28px;
  }
}
.faqs-oak__title {
  font-family: "Pinyon Script", cursive;
  font-weight: 400;
  font-size: 36px;
  margin: 0px;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .faqs-oak__title {
    font-size: 48px;
  }
}

.timeline-oak {
  padding: 32px 0px;
}
@media (min-width: 768px) {
  .timeline-oak {
    padding: 64px 0px;
  }
}
.colour--biscotti .timeline-oak {
  background-color: #f4e1d2;
}
.colour--biscotti .timeline-oak .timeline-oak__content,
.colour--biscotti .timeline-oak .timeline-oak__title {
  color: #37000a;
}
.colour--pine .timeline-oak {
  background-color: #fcf8ef;
}
.colour--pine .timeline-oak .timeline-oak__content,
.colour--pine .timeline-oak .timeline-oak__title {
  color: #1c2a0a;
}
.colour--orchid .timeline-oak {
  background-color: #fff7e9;
}
.colour--orchid .timeline-oak .timeline-oak__content,
.colour--orchid .timeline-oak .timeline-oak__title {
  color: #445f5e;
}
.timeline-oak__timeline {
  display: flex;
}
@media (min-width: 768px) {
  .timeline-oak__timeline {
    justify-content: center;
  }
}
.timeline-oak__inner {
  max-width: 1216px;
  margin: auto;
}
.timeline-oak__entry {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .timeline-oak__entry:nth-child(even) {
    flex-direction: row-reverse;
  }
  .timeline-oak__entry:nth-child(even) .timeline-oak__content {
    text-align: right;
  }
}
.timeline-oak__title {
  text-align: center;
  font-size: 36px;
  font-family: "Pinyon Script", cursive;
  margin: 0px 0px 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .timeline-oak__title {
    font-size: 48px;
  }
}
.timeline-oak__spacer {
  width: 350px;
  display: none;
}
@media (min-width: 768px) {
  .timeline-oak__spacer {
    display: block;
    flex: 1;
  }
}
.timeline-oak__content {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .timeline-oak__content {
    padding-bottom: 0px;
  }
}
.timeline-oak__content h3 {
  margin: 0px 0px 8px;
  font-weight: 400;
  font-size: 18px;
  font-family: "Forum", serif;
  text-transform: uppercase;
  width: 270px;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .timeline-oak__content h3 {
    width: 350px;
    font-size: 22px;
  }
}
.timeline-oak__content p {
  margin: 0px;
  font-size: 16px;
  font-family: "Forum", serif;
}
@media (min-width: 768px) {
  .timeline-oak__content p {
    font-size: 20px;
  }
}
.timeline-oak__image {
  display: flex;
}
.timeline-oak__image img {
  height: 115%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.full-width-image-thistle {
  position: relative;
  overflow-x: hidden;
  z-index: 1;
}
.full-width-image-thistle__image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(var(--vh, 1vh) * 100 - 86px);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .full-width-image-thistle__image-container {
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1024px) {
  .full-width-image-thistle__image-container {
    height: calc(100vh - 140px);
  }
}
.full-width-image-thistle__image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.navbar-thistle {
  height: 140px;
  height: 86px;
  display: flex;
}
@media (min-width: 768px) {
  .navbar-thistle {
    height: 100px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .navbar-thistle {
    height: 140px;
  }
}
.colour--biscotti .navbar-thistle {
  background-color: #37000a;
}
.colour--biscotti .navbar-thistle .navbar-thistle__names p {
  color: #f4e1d2;
}
.colour--biscotti .navbar-thistle .navbar-thistle__links a {
  color: #f4e1d2;
}
.colour--biscotti .navbar-thistle .navbar-thistle__menu-bar {
  fill: #f4e1d2;
}
.colour--pine .navbar-thistle {
  background-color: #1c2a0a;
}
.colour--pine .navbar-thistle .navbar-thistle__names p {
  color: #fcf8ef;
}
.colour--pine .navbar-thistle .navbar-thistle__links a {
  color: #fcf8ef;
}
.colour--pine .navbar-thistle .navbar-thistle__menu-bar {
  fill: #fcf8ef;
}
.colour--orchid .navbar-thistle {
  background-color: #fff7e9;
}
.colour--orchid .navbar-thistle .navbar-thistle__names p {
  color: #445f5e;
}
.colour--orchid .navbar-thistle .navbar-thistle__links a {
  color: #445f5e;
}
.colour--orchid .navbar-thistle .navbar-thistle__menu-bar {
  fill: #445f5e;
}
.navbar-thistle__inner {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-thistle__inner {
    gap: 40px;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  .navbar-thistle__inner {
    gap: 80px;
  }
}
.navbar-thistle__links {
  display: flex;
  gap: 80px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media (min-width: 768px) {
  .navbar-thistle__links {
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .navbar-thistle__links {
    gap: 80px;
  }
}
.navbar-thistle__links a {
  text-decoration: none;
}
.navbar-thistle__names {
  font-family: "Pacifico", cursive;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .navbar-thistle__names {
    padding-left: 0px;
  }
}
.navbar-thistle__names p {
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .navbar-thistle__names p {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .navbar-thistle__names p {
    font-size: 42px;
  }
}
.navbar-thistle__names span {
  font-size: 32px;
  line-height: 90%;
}
@media (min-width: 768px) {
  .navbar-thistle__names span {
    font-size: 42px;
  }
}
@media (min-width: 1024px) {
  .navbar-thistle__names span {
    font-size: 56px;
  }
}

.banner-ivy {
  height: calc(var(--vh, 1vh) * 100);
}
@media (min-width: 768px) {
  .banner-ivy {
    height: 100vh;
  }
}
.banner-ivy__back {
  background-color: white;
  border-radius: 10px;
  position: fixed;
  top: 20px;
  left: 20px;
  color: #37000a;
  font-family: "Josefin Slab", serif;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  height: 34px;
  text-decoration: none;
  display: flex;
  gap: 8px;
  justify-content: center;
  line-height: 100%;
  align-items: center;
  padding: 0px 16px;
  z-index: 4;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.banner-ivy__back:hover {
  opacity: 0.9;
}
.banner-ivy__back p {
  margin: 4px 0px 0px;
}
.banner-ivy__back img {
  max-width: 16px;
}
.colour--biscotti .banner-ivy {
  background-color: #37000a;
}
.colour--biscotti .banner-ivy .banner-ivy__names,
.colour--biscotti .banner-ivy .banner-ivy__subtitle,
.colour--biscotti .banner-ivy .banner-ivy__date {
  color: #1f0812;
}
.colour--biscotti .banner-ivy .banner-ivy__rsvp {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--pine .banner-ivy {
  background-color: #445f5e;
}
.colour--pine .banner-ivy .banner-ivy__names,
.colour--pine .banner-ivy .banner-ivy__subtitle,
.colour--pine .banner-ivy .banner-ivy__date {
  color: #1c2a0a;
}
.colour--pine .banner-ivy .banner-ivy__rsvp {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--orchid .banner-ivy {
  background-color: #cad5e2;
}
.colour--orchid .banner-ivy .banner-ivy__names,
.colour--orchid .banner-ivy .banner-ivy__subtitle,
.colour--orchid .banner-ivy .banner-ivy__date {
  color: #445f5e;
}
.colour--orchid .banner-ivy .banner-ivy__rsvp {
  background-color: #efd5d4;
  color: #445f5e;
}
.banner-ivy__rsvp {
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px;
  position: absolute;
  z-index: 4;
  top: 20px;
  right: 20px;
  font-family: "Poppins", sans-serif;
  border: none;
  margin-bottom: 0px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .banner-ivy__rsvp {
    height: 46px;
    padding: 0px 24px;
  }
}
.banner-ivy__rsvp:hover {
  opacity: 0.9;
}
.banner-ivy__rsvp p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .banner-ivy__rsvp p {
    font-size: 18px;
  }
}
.banner-ivy__names {
  font-family: "Dancing Script", cursive;
  font-size: clamp(36px, 15vw, 75px);
  line-height: 130%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.banner-ivy__names h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.banner-ivy__names h2:last-of-type {
  text-align: right;
}
.banner-ivy__names span {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .banner-ivy__names span {
    font-size: 56px;
  }
}
.banner-ivy__subtitle {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .banner-ivy__subtitle {
    font-size: 32px;
  }
}
.banner-ivy__date {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) {
  .banner-ivy__date {
    font-size: 32px;
  }
}
.banner-ivy__content {
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-ivy__scallop {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-ivy__scallop img {
  width: 150vw;
  height: 90vh;
  transform: rotate(90deg);
  max-width: 1116px;
}
@media (min-width: 768px) {
  .banner-ivy__scallop img {
    transform: rotate(180deg);
    width: 100vw;
  }
}
.banner-ivy__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-ivy__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.faqs-ivy {
  padding: 0px;
  position: relative;
}
.colour--biscotti .faqs-ivy {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .faqs-ivy .faqs-ivy__inner-tile {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .faqs-ivy .faqs-ivy__faq:not(:last-child) {
  border-bottom: 1px solid rgba(244, 225, 210, 0.3490196078);
}
.colour--pine .faqs-ivy {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--pine .faqs-ivy .faqs-ivy__inner-tile {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--pine .faqs-ivy .faqs-ivy__faq:not(:last-child) {
  border-bottom: 1px solid rgba(252, 248, 239, 0.2784313725);
}
.colour--orchid .faqs-ivy {
  background-color: #fff7e9;
  color: #445f5e;
}
.colour--orchid .faqs-ivy .faqs-ivy__inner-tile {
  background-color: #fff7e9;
  color: #445f5e;
}
.colour--orchid .faqs-ivy .faqs-ivy__faq:not(:last-child) {
  border-bottom: 1px solid rgba(68, 95, 94, 0.3490196078);
}
.faqs-ivy__inner {
  max-width: 1216px;
  margin: auto;
  z-index: 2;
  position: relative;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .faqs-ivy__inner {
    padding: 92px 16px;
  }
}
.faqs-ivy__inner-tile {
  padding: 0px;
}
@media (min-width: 768px) {
  .faqs-ivy__inner-tile {
    padding: 40px;
  }
}
.faqs-ivy__title {
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .faqs-ivy__title {
    font-size: 48px;
  }
}
.faqs-ivy__question {
  cursor: pointer;
  padding: 20px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  cursor: pointer;
}
.faqs-ivy__question:hover {
  opacity: 0.8;
}
.faqs-ivy__question h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqs-ivy__question h3 {
    font-size: 18px;
  }
}
.faqs-ivy__question img {
  max-width: 20px;
}
.faqs-ivy__faq {
  padding-bottom: 20px;
}
.faqs-ivy__answer {
  display: none;
  padding: 10px 0px 0px;
  max-width: 90%;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.faqs-ivy__answer p {
  margin: 0px;
}

.hotel-listing-ivy {
  padding: 32px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .hotel-listing-ivy {
    padding: 92px 16px;
  }
}
.hotel-listing-ivy__bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hotel-listing-ivy__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel-listing-ivy__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.colour--biscotti .hotel-listing-ivy {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--biscotti .hotel-listing-ivy .hotel-listing-ivy__entry {
  background-color: rgba(55, 0, 10, 0.8196078431);
  color: #f4e1d2;
}
.colour--biscotti .hotel-listing-ivy .hotel-listing-ivy__entry--link {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--biscotti .hotel-listing-ivy .hotel-listing-ivy__overlay {
  background-color: rgba(244, 225, 210, 0.4392156863);
}
.colour--pine .hotel-listing-ivy {
  background-color: #fcf8ef;
  color: #1c2a0a;
}
.colour--pine .hotel-listing-ivy .hotel-listing-ivy__entry {
  background-color: rgba(68, 95, 94, 0.9411764706);
  color: #fcf8ef;
}
.colour--pine .hotel-listing-ivy .hotel-listing-ivy__entry--link {
  background-color: #b6bdad;
  color: #1c2a0a;
}
.colour--pine .hotel-listing-ivy .hotel-listing-ivy__overlay {
  background-color: rgba(252, 248, 239, 0.4392156863);
}
.colour--orchid .hotel-listing-ivy {
  background-color: #cad5e2;
  color: #445f5e;
}
.colour--orchid .hotel-listing-ivy .hotel-listing-ivy__entry {
  background-color: rgba(255, 247, 233, 0.8901960784);
  color: #445f5e;
}
.colour--orchid .hotel-listing-ivy .hotel-listing-ivy__entry--link {
  background-color: #445f5e;
  color: #fff7e9;
}
.colour--orchid .hotel-listing-ivy .hotel-listing-ivy__overlay {
  background-color: rgba(255, 247, 233, 0.2196078431);
}
.hotel-listing-ivy__title {
  font-family: "Dancing Script", cursive;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .hotel-listing-ivy__title {
    font-size: 48px;
  }
}
.hotel-listing-ivy__inner {
  max-width: 1216px;
  margin: auto;
  position: relative;
  z-index: 3;
}
.hotel-listing-ivy__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .hotel-listing-ivy__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.hotel-listing-ivy__entry {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hotel-listing-ivy__entry {
    padding: 40px 20px;
  }
}
.hotel-listing-ivy__entry--title {
  font-family: "Dancing Script", cursive;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hotel-listing-ivy__entry--title {
    font-size: 32px;
  }
}
.hotel-listing-ivy__entry--distance, .hotel-listing-ivy__entry--copy {
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}
.hotel-listing-ivy__entry--stars {
  padding-bottom: 20px;
}
.hotel-listing-ivy__entry--stars img {
  width: 24px;
}
.hotel-listing-ivy__entry--copy {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotel-listing-ivy__entry--distance {
  font-weight: 400;
  margin-bottom: 40px;
}
.hotel-listing-ivy__entry--link-wrapper {
  display: flex;
  justify-content: flex-end;
}
.hotel-listing-ivy__entry--link {
  padding: 0px 12px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hotel-listing-ivy__entry--link {
    height: 48px;
  }
}
.hotel-listing-ivy__entry--link:hover {
  opacity: 0.9;
}

.love-story-ivy {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .love-story-ivy {
    padding: 92px 16px;
  }
}
.colour--biscotti .love-story-ivy {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--biscotti .love-story-ivy .love-story-ivy__mobile-heart--line {
  background-color: #37000a;
}
.colour--biscotti .love-story-ivy .love-story-ivy__mobile-heart img {
  background-color: #f4e1d2;
}
.colour--pine .love-story-ivy {
  background-color: #fcf8ef;
  color: #1c2a0a;
}
.colour--pine .love-story-ivy .love-story-ivy__mobile-heart--line {
  background-color: #1c2a0a;
}
.colour--pine .love-story-ivy .love-story-ivy__mobile-heart img {
  background-color: #fcf8ef;
}
.colour--orchid .love-story-ivy {
  background-color: #cad5e2;
  color: #445f5e;
}
.colour--orchid .love-story-ivy .love-story-ivy__mobile-heart--line {
  background-color: #fff7e9;
}
.colour--orchid .love-story-ivy .love-story-ivy__mobile-heart img {
  background-color: #cad5e2;
}
.love-story-ivy__inner {
  max-width: 1216px;
  margin: auto;
}
@media (min-width: 768px) {
  .love-story-ivy__partner-one {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .love-story-ivy__grid {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .love-story-ivy__partner-two {
    padding-left: 60px;
    text-align: right;
  }
}
.love-story-ivy__title {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .love-story-ivy__title {
    margin-bottom: 0px;
  }
}
.love-story-ivy__headings, .love-story-ivy__title {
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .love-story-ivy__headings, .love-story-ivy__title {
    font-size: 48px;
  }
}
.love-story-ivy__headings {
  margin-bottom: 16px;
  margin-top: 16px;
  display: none;
}
@media (min-width: 768px) {
  .love-story-ivy__headings {
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
  }
}
.love-story-ivy__copy {
  font-family: "Poppins", sans-serif;
  font-weight: 18px;
}
.love-story-ivy__mobile-heart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .love-story-ivy__mobile-heart {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .love-story-ivy__mobile-heart--second {
    justify-content: flex-end;
  }
}
.love-story-ivy__mobile-heart--line {
  height: 1px;
  width: 100%;
  background-color: #37000a;
  position: absolute;
  z-index: 1;
}
@media (min-width: 768px) {
  .love-story-ivy__mobile-heart--line {
    height: 0px;
  }
}
.love-story-ivy__mobile-heart img {
  max-width: 60px;
  z-index: 2;
}

.registry-ivy {
  padding: 32px 16px;
  position: relative;
}
@media (min-width: 768px) {
  .registry-ivy {
    padding: 92px 16px;
  }
}
.colour--biscotti .registry-ivy {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--biscotti .registry-ivy .registry-ivy__button {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .registry-ivy .registry-ivy__inner {
  background-color: #f4e1d2;
  color: #37000a;
  border: 2px solid #37000a;
}
.colour--pine .registry-ivy {
  background-color: #fcf8ef;
  color: #445f5e;
}
.colour--pine .registry-ivy .registry-ivy__button {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--pine .registry-ivy .registry-ivy__inner {
  background-color: #fcf8ef;
  color: #445f5e;
  border: 2px solid #445f5e;
}
.colour--orchid .registry-ivy {
  background-color: #fff7e9;
  color: #445f5e;
}
.colour--orchid .registry-ivy .registry-ivy__button {
  background-color: #445f5e;
  color: #fff7e9;
}
.colour--orchid .registry-ivy .registry-ivy__inner {
  background-color: #fff7e9;
  color: #445f5e;
  border: 2px solid #445f5e;
}
.registry-ivy img {
  width: 120px;
  margin: auto;
}
.registry-ivy__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.registry-ivy__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.registry-ivy__inner {
  max-width: 1216px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 60px 0px;
}
.registry-ivy__title {
  font-size: 36px;
  font-family: "Dancing Script", cursive;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .registry-ivy__title {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
.registry-ivy__abstract {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.registry-ivy__button {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .registry-ivy__button {
    height: 48px;
  }
}
.registry-ivy__button:hover {
  opacity: 0.9;
}

.footer-link-ivy {
  padding: 0px 16px;
}
.colour--biscotti .footer-link-ivy {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .footer-link-ivy .registry-ivy__button {
  background-color: #f4e1d2;
  color: #37000a;
}
.colour--pine .footer-link-ivy {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--pine .footer-link-ivy .registry-ivy__button {
  background-color: #fcf8ef;
  color: #445f5e;
}
.colour--orchid .footer-link-ivy {
  background-color: #cad5e2;
  color: #445f5e;
}
.colour--orchid .footer-link-ivy .registry-ivy__button {
  background-color: #efd5d4;
  color: #445f5e;
}
.footer-link-ivy__inner-top {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-link-ivy__inner-top img {
  width: 24px;
}
.footer-link-ivy__inner {
  max-width: 1002px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-link-ivy__inner .registry-ivy__button {
  margin: 0px;
}
.footer-link-ivy p {
  margin-top: 0px;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.timeline-ivy {
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .timeline-ivy {
    padding: 92px 16px;
  }
}
.colour--biscotti .timeline-ivy {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--biscotti .timeline-ivy .slick-dots li button {
  background: #d8a7b1;
}
.colour--biscotti .timeline-ivy .slick-dots li.slick-active button {
  background: #f4e1d2;
}
.colour--biscotti .timeline-ivy .slick-next::before,
.colour--biscotti .timeline-ivy .slick-prev::before {
  background-image: url("/images/components/timeline-ivy/biscotti-arrow.svg");
}
.colour--pine .timeline-ivy {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--pine .timeline-ivy .slick-dots li button {
  background: rgba(244, 255, 255, 0.3215686275);
}
.colour--pine .timeline-ivy .slick-dots li.slick-active button {
  background: #fcf8ef;
}
.colour--pine .timeline-ivy .slick-next::before,
.colour--pine .timeline-ivy .slick-prev::before {
  background-image: url("/images/components/timeline-ivy/pine-arrow.svg");
}
.colour--orchid .timeline-ivy {
  background-color: #fff7e9;
  color: #445f5e;
}
.colour--orchid .timeline-ivy .slick-dots li button {
  background: rgba(48, 64, 51, 0.6235294118);
}
.colour--orchid .timeline-ivy .slick-dots li.slick-active button {
  background: #445f5e;
}
.colour--orchid .timeline-ivy .slick-next::before,
.colour--orchid .timeline-ivy .slick-prev::before {
  background-image: url("/images/components/timeline-ivy/orchid-arrow.svg");
}
.timeline-ivy__inner {
  margin: auto;
}
.timeline-ivy__event-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .timeline-ivy__event-carousel {
    gap: 32px;
  }
}
.timeline-ivy__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Dancing Script", cursive;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .timeline-ivy__title {
    margin-bottom: 40px;
    font-size: 48px;
  }
}
.timeline-ivy__event--inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline-ivy__event--title {
  font-family: "Dancing Script", cursive;
  font-size: 18px;
  margin-top: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .timeline-ivy__event--title {
    font-size: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.timeline-ivy__event--dates {
  font-family: "Poppins", sans-serif;
  margin-top: 0px;
}
@media (min-width: 768px) {
  .timeline-ivy__event--dates {
    letter-spacing: 0.05em;
  }
}
.timeline-ivy__event--image img {
  width: 60px;
}
@media (min-width: 768px) {
  .timeline-ivy__event--image img {
    width: 130px;
  }
}

.colour--biscotti .wedding-info-ivy {
  background-color: #f4e1d2;
}
.colour--biscotti .wedding-info-ivy .wedding-info-ivy__venue,
.colour--biscotti .wedding-info-ivy .wedding-info-ivy__date {
  color: #37000a;
}
.colour--biscotti .wedding-info-ivy .wedding-info-ivy__rsvp {
  background-color: #37000a;
  color: #f4e1d2;
}
.colour--pine .wedding-info-ivy {
  background-color: #fcf8ef;
}
.colour--pine .wedding-info-ivy .wedding-info-ivy__venue,
.colour--pine .wedding-info-ivy .wedding-info-ivy__date {
  color: #445f5e;
}
.colour--pine .wedding-info-ivy .wedding-info-ivy__rsvp {
  background-color: #445f5e;
  color: #fcf8ef;
}
.colour--orchid .wedding-info-ivy {
  background-color: #fff7e9;
}
.colour--orchid .wedding-info-ivy .wedding-info-ivy__venue,
.colour--orchid .wedding-info-ivy .wedding-info-ivy__date {
  color: #445f5e;
}
.colour--orchid .wedding-info-ivy .wedding-info-ivy__rsvp {
  background-color: #efd5d4;
  color: #445f5e;
}
.wedding-info-ivy__rsvp {
  height: 36px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 24px;
  font-family: "Poppins", sans-serif;
  border: none;
  margin-bottom: 0px;
  margin-top: 16px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wedding-info-ivy__rsvp {
    margin-top: 40px;
    height: 46px;
  }
}
.wedding-info-ivy__rsvp:hover {
  opacity: 0.9;
}
.wedding-info-ivy__rsvp p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .wedding-info-ivy__rsvp p {
    font-size: 18px;
  }
}
.wedding-info-ivy__inner {
  max-width: 1216px;
  margin: auto;
  padding: 32px 16px 0px;
}
@media (min-width: 768px) {
  .wedding-info-ivy__inner {
    display: flex;
    justify-content: space-between;
    padding: 0px 16px 0px;
  }
}
.wedding-info-ivy__inner--text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .wedding-info-ivy__inner--text {
    max-width: 500px;
    align-items: flex-start;
  }
}
.wedding-info-ivy__inner--envelope {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.3/1;
}
@media (min-width: 768px) {
  .wedding-info-ivy__inner--envelope {
    width: 50%;
    aspect-ratio: 1/1;
  }
}
.wedding-info-ivy__inner--envelope img {
  width: 150%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -120px;
}
.wedding-info-ivy__navbar {
  height: 52px;
}
@media (min-width: 768px) {
  .wedding-info-ivy__navbar {
    height: 96px;
  }
}
.wedding-info-ivy__navbar--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: auto;
  height: 52px;
  max-width: 1216px;
}
@media (min-width: 768px) {
  .wedding-info-ivy__navbar--inner {
    height: 96px;
  }
}
.wedding-info-ivy__navbar--initials {
  display: flex;
  margin-left: 16px;
  max-height: 100%;
}
.wedding-info-ivy__navbar--initials p {
  font-family: "Dancing Script", cursive;
  font-size: 32px;
  margin: 0px;
}
@media (min-width: 768px) {
  .wedding-info-ivy__navbar--initials p {
    font-size: 56px;
  }
}
.wedding-info-ivy__navbar--links {
  display: none;
  gap: 30px;
}
@media (min-width: 768px) {
  .wedding-info-ivy__navbar--links {
    display: flex;
  }
}
.wedding-info-ivy__navbar--links a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.colour--biscotti .wedding-info-ivy__navbar {
  background-color: #f4e1d2;
  border-bottom: 1px solid rgba(55, 0, 10, 0.4);
  border-top: 1px solid rgba(55, 0, 10, 0.4);
}
.colour--biscotti .wedding-info-ivy__navbar .wedding-info-ivy__navbar--links,
.colour--biscotti .wedding-info-ivy__navbar .wedding-info-ivy__navbar--initials {
  color: #37000a;
}
.colour--biscotti .wedding-info-ivy__navbar .wedding-info-ivy__navbar--links a,
.colour--biscotti .wedding-info-ivy__navbar .wedding-info-ivy__navbar--initials a {
  color: #37000a;
}
.colour--pine .wedding-info-ivy__navbar {
  background-color: #fcf8ef;
  border-bottom: 1px solid rgba(68, 95, 94, 0.4);
  border-top: 1px solid rgba(68, 95, 94, 0.4);
}
.colour--pine .wedding-info-ivy__navbar .wedding-info-ivy__navbar--links,
.colour--pine .wedding-info-ivy__navbar .wedding-info-ivy__navbar--initials {
  color: #445f5e;
}
.colour--pine .wedding-info-ivy__navbar .wedding-info-ivy__navbar--links a,
.colour--pine .wedding-info-ivy__navbar .wedding-info-ivy__navbar--initials a {
  color: #445f5e;
}
.colour--orchid .wedding-info-ivy__navbar {
  background-color: #fff7e9;
  border-bottom: 1px solid rgba(68, 95, 94, 0.4);
  border-top: 1px solid rgba(68, 95, 94, 0.4);
}
.colour--orchid .wedding-info-ivy__navbar .wedding-info-ivy__navbar--links,
.colour--orchid .wedding-info-ivy__navbar .wedding-info-ivy__navbar--initials {
  color: #445f5e;
}
.colour--orchid .wedding-info-ivy__navbar .wedding-info-ivy__navbar--links a,
.colour--orchid .wedding-info-ivy__navbar .wedding-info-ivy__navbar--initials a {
  color: #445f5e;
}
.wedding-info-ivy__venue {
  margin: 0px;
  font-family: "Dancing Script", cursive;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .wedding-info-ivy__venue {
    font-size: 48px;
    text-align: left;
  }
}
.wedding-info-ivy__date {
  font-family: "Poppins", sans-serif;
  margin-top: 8px;
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .wedding-info-ivy__date {
    font-size: 24px;
    text-align: left;
  }
}

body {
  margin: 0px;
}

.template-logo {
  width: 120px;
  height: 80px;
  background-color: white;
  border-radius: 10px;
  position: fixed;
  bottom: 25px;
  right: 25px;
  padding: 0px 16px;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}
.template-logo img {
  margin-top: -10px;
}
.template-logo p {
  margin: 0px;
  color: black;
  font-family: "Forum", serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 14px;
}
@media (min-width: 768px) {
  .template-logo p {
    font-size: 18px;
  }
}
.template-logo p:last-of-type {
  font-family: "Sacramento", cursive;
  text-transform: none;
  font-size: 20px;
  line-height: 90%;
}
@media (min-width: 768px) {
  .template-logo {
    width: 160px;
    height: 100px;
    bottom: 25px;
    right: 45px;
  }
}

.rsvp-thistle {
  position: fixed;
  bottom: 40px;
  right: 40px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  font-family: "Pacifico", cursive;
  font-size: 22px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .rsvp-thistle {
    top: 45px;
    right: 45px;
    height: 120px;
    width: 120px;
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .rsvp-thistle {
    top: 45px;
    right: 45px;
    height: 140px;
    width: 140px;
    font-size: 36px;
  }
}
.rsvp-thistle span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 90%;
}
@media (min-width: 1024px) {
  .rsvp-thistle span {
    font-size: 18px;
  }
}
.colour--biscotti .rsvp-thistle {
  background-color: #f4e1d2;
  color: #1f0812;
}
.colour--pine .rsvp-thistle {
  background-color: #fcf8ef;
  color: #445f5e;
}
.colour--orchid .rsvp-thistle {
  background-color: #f3d381;
  color: #445f5e;
}
