@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

.body {
  font-family: Cormorant Garamond, sans-serif;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-logo-center-container.shadow-three {
  background-color: #fff;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  position: relative;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 0 solid #f9f0a0;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: border .2s;
}

.nav-link:hover {
  border-bottom: 2px solid #f9f0a0;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.mobile-link {
  display: none;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.logo-image {
  width: 200px;
  margin-top: -70px;
}

.hero-stack {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-special {
  color: #1a1b1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 0 solid #f9f0a0;
  padding-bottom: 4px;
  font-size: 18px;
  text-decoration: none;
  transition: border .2s;
  display: inline;
}

.nav-special:hover {
  border-bottom: 2px solid #f9f0a0;
}

.nav-special:focus-visible, .nav-special[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.top-nav-wrapper {
  justify-content: space-between;
  display: flex;
}

.instagram {
  text-decoration: none;
}

.facebook {
  margin-right: 16px;
  text-decoration: none;
}

.slider {
  height: 800px;
  margin-bottom: 60px;
}

.slide {
  background-image: url('../images/hero-background.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-block {
  text-shadow: 1px 1px 40px #000;
  position: absolute;
  inset: auto auto 12.5% 7.5%;
}

.hero-text-small {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.hero-text-big {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 700;
  line-height: 70px;
}

.brand-background {
  z-index: 5;
  background-color: #fff;
  border-bottom-right-radius: 300px;
  border-bottom-left-radius: 300px;
  height: 80px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  top: 54px;
}

.fontawesome {
  color: #1a1b1f;
  text-align: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 32px;
  transition: color .2s;
}

.fontawesome:hover {
  color: #32343a;
  text-shadow: 0 0 12px #fcf19b;
}

.mobile-extra {
  justify-content: space-between;
  display: none;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.footer-container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
  text-shadow: 0 0 12px #fcf19b;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
  text-decoration: none;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.section {
  padding: 0 20px;
}

.section.cut {
  padding-top: 0;
  padding-bottom: 0;
}

.section-container {
  max-width: 1280px;
  margin-bottom: 60px;
}

.slide-2 {
  background-image: url('../images/hero-background-2.jpg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.quick-stack {
  padding-left: 0;
  padding-right: 0;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.paragraph {
  font-size: 18px;
  line-height: 36px;
}

.hero-text-big-2 {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 700;
  line-height: 70px;
}

.hero-text-small-2 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.logo-cell {
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.image {
  width: 200px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-bottom: 70px;
}

.fontawesome-footer {
  color: #1a1b1f;
  text-align: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
  transition: color .2s;
}

.fontawesome-footer:hover {
  color: #32343a;
  text-shadow: 0 0 12px #fcf19b;
}

.three-choice {
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-size: 30px;
  text-decoration: none;
}

.nav-special-container {
  margin-bottom: 8px;
}

.circle-image {
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: var(--white);
  border-right-style: solid;
  border-right-width: 4px;
  border-right-color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: var(--white);
  border-left-style: solid;
  border-left-width: 4px;
  border-left-color: var(--white);
  object-fit: cover;
  border-radius: 100%;
  flex: 0 auto;
  width: 30vw;
  max-width: 413.333px;
  height: 30vw;
  max-height: 413.33px;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  box-shadow: 0 2px 5px #0003;
}

.circle-image:hover {
  opacity: .75;
}

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

.button-primary-smaller {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 10px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-smaller:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-smaller:active {
  background-color: #43464d;
}

.contact-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.contact-text {
  font-size: 20px;
  line-height: 32px;
}

.contact-cell {
  align-items: center;
}

.contact-alert {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
  line-height: 32px;
}

.divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
}

.form-block {
  width: 100%;
  padding-right: 20px;
}

.quick-stack-3 {
  margin-top: 120px;
  margin-bottom: 60px;
}

.field-label {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.text-field {
  margin-bottom: 20px;
}

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

.text-block {
  max-width: 550px;
  font-size: 20px;
  line-height: 38px;
}

.text-block.space {
  margin-bottom: 20px;
}

.about-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.cell-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.about-grid-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 250px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.grid {
  grid-template-rows: auto;
}

.collections-stack {
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

.collection-button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.collection-button:hover {
  color: #fff;
  background-color: #32343a;
}

.collection-button:active {
  background-color: #43464d;
}

.col-image-2 {
  object-fit: cover;
  width: 75%;
  height: 75%;
}

.grid-right {
  grid-template-rows: auto;
  justify-items: end;
}

.cell-right {
  align-items: flex-end;
}

.grid-bottom-left {
  grid-template-rows: auto;
  align-items: end;
}

.grid-bottom-right {
  grid-template-rows: auto;
  place-items: end;
}

.col-image {
  max-height: 440px;
}

.quick-stack-4 {
  margin-top: 0;
  margin-bottom: 60px;
}

.foot-section-container {
  max-width: 1280px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
  margin-top: 120px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.section-container-2 {
  max-width: 1280px;
}

.mothers-text {
  text-align: center;
  max-width: 550px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 38px;
}

.mothers-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.mothers-text-block {
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  margin-bottom: 60px;
  display: flex;
}

.mothers-grid-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.mothers-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.collections-text-block {
  flex-direction: column;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.bridesmaids-grid-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.bridesmaid-grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 16px;
}

.youtube {
  margin-bottom: 30px;
  display: none;
}

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

.designer-link {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 29px;
  padding-bottom: 29px;
  transition: opacity .2s;
  display: flex;
}

.designer-link:hover {
  opacity: .5;
}

.designer-stack {
  padding: 0;
}

.hero-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 2px solid #fff;
  border-radius: 100px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  transition: all .2s;
}

.hero-button:hover {
  color: #fff;
  background-color: #32343a12;
}

.about-section-container {
  max-width: 1280px;
  margin-bottom: 0;
}

.mobile-cta {
  justify-content: space-between;
  display: none;
}

.button-footer-cta {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 2px solid #333;
  padding: 15px 60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  transition: background-color .2s;
}

.button-footer-cta:hover {
  background-color: #32343a12;
}

.footer-extra {
  text-align: center;
  background-image: url('../images/book-appointment-background-2.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  max-width: 1280px;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.video-cell {
  justify-content: center;
  align-items: stretch;
}

.contact-stack, .map {
  margin-top: 120px;
  margin-bottom: 60px;
}

.cookie-modal_styles {
  display: none;
}

.ck-cookie-w {
  z-index: 9500;
  max-width: 25rem;
  display: none;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton.is-sticky {
  position: sticky;
  top: -1rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  color: #262926;
  text-decoration: underline;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-preference_background {
  opacity: 1;
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #d7e7d580;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-modal_radio_button {
  float: left;
  border: 1.75px solid #999c98;
  border-radius: .375rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #515750;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-preference_component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-preference-button {
  z-index: 9475;
  color: #262926;
  text-decoration: none;
  display: block;
  position: fixed;
  bottom: 0;
  left: 1.25rem;
}

.cookie-preference-button:hover {
  text-decoration: underline;
}

.cookie-preference-button_flex {
  color: #5aad9a;
  background-color: #fff;
  border-radius: .5rem .5rem 0 0;
  align-items: center;
  margin-bottom: -.125rem;
  padding: .75em 1em .875em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: margin-bottom .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.cookie-preference-button_flex:hover {
  margin-bottom: 0;
  text-decoration: underline;
}

.cookie-preference-button_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .375rem;
}

.cookie-preference-button_text {
  color: #000;
}

.div-block-5 {
  padding: 20px;
}

.sms-terms {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.notification-cover-block {
  z-index: 9999;
  background-color: #000000b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.notify-popup-block {
  z-index: 500;
  background-color: #fff;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  position: fixed;
  overflow: scroll;
}

.close-popup {
  float: right;
  opacity: .65;
  width: 48px;
  height: 48px;
  transition: opacity .4s;
}

.close-popup:hover {
  opacity: 1;
}

.close-bar-top {
  background-color: #ffda388a;
  border-radius: 9px;
  width: 48px;
  height: 6px;
  position: absolute;
  top: 40px;
  transform: rotate(-45deg);
}

.close-bar-bottom {
  opacity: .9;
  background-color: #ffda38;
  border-radius: 9px;
  width: 48px;
  height: 6px;
  position: absolute;
  top: 40px;
  transform: rotate(45deg);
}

.notification-title {
  clear: both;
  border-bottom: 4px solid #f6eb94;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 2em;
}

.notification-text {
  font-family: Montserrat, sans-serif;
}

.notification-text-2 {
  flex-flow: column;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.notification-link {
  color: #333;
  font-weight: 600;
  text-decoration: underline;
  transition: color .2s;
}

.notification-link:hover {
  color: #777;
}

.link {
  text-decoration: none;
}

.div-block-6 {
  float: right;
  clear: both;
}

.button-notify {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 10px;
  margin-left: 20px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-notify:hover {
  color: #fff;
  background-color: #32343a;
}

.button-notify:active {
  background-color: #43464d;
}

.button-notify-invert {
  color: #1a1b1f;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #1a1b1f;
  margin-top: 10px;
  margin-left: 20px;
  padding: 10px 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-notify-invert:hover {
  color: #fff;
  background-color: #32343a;
  border-color: #1a1b1f00;
}

.button-notify-invert:active {
  background-color: #43464d;
}

.notify-brand-text {
  font-weight: 600;
}

.footer-container-2 {
  width: 100%;
  max-width: 940px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.terms-privacy {
  text-align: center;
  margin-top: 60px;
}

.policy-terms-content {
  margin-top: 120px;
  margin-bottom: 60px;
}

.policy-terms-heading {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

.policy-terms-text, .appointments-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 38px;
}

.spaced-container {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 60px;
}

.full-width-text {
  max-width: 960px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 38px;
}

.full-width-text.space {
  max-width: 960px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.full-width-heading {
  max-width: 960px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 38px;
}

.appointment-link {
  color: #fff;
  background-color: #4d72a0;
  border: 2px solid #4d72a0;
  border-radius: 100px;
  padding: 12px 24px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.appointment-link:hover {
  color: #7a8086;
}

.appointment-info {
  max-width: 960px;
  margin: 10px auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.appointment-info.space {
  max-width: 960px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.appointment-heading {
  color: #4d72a0;
  transition: color .2s;
}

.appointment-heading:hover {
  color: #7a8086;
}

.appointment-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 100px;
  padding: 16px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.appointment-button:hover {
  color: #fff;
  background-color: #5467a1;
}

.appointment-button:active {
  background-color: #43464d;
}

.sms-opt-in {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.continue {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  margin-top: 10px;
  margin-left: 20px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.continue:hover {
  color: #fff;
  background-color: #32343a;
}

.continue:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .navbar-logo-center-container.shadow-three {
    padding-top: 16px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: block;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    margin-bottom: 20px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.last {
    margin-right: 0;
  }

  .nav-link.mobile-link {
    display: inline;
  }

  .button-primary {
    border-radius: 100px;
    display: none;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #1a1b1f00;
  }

  .logo-image {
    width: 160px;
    margin-top: 0;
  }

  .nav-special {
    padding-bottom: 0;
    display: inline;
  }

  .top-nav-wrapper {
    flex-direction: row;
    align-items: stretch;
    display: none;
  }

  .slider {
    height: 600px;
  }

  .slide {
    background-position: 20% 0;
  }

  .hero-block {
    left: 3.5%;
  }

  .hero-text-small {
    font-size: 24px;
    line-height: 24px;
  }

  .hero-text-big {
    font-size: 58px;
    line-height: 60px;
  }

  .brand-background {
    background-color: #fff0;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    height: auto;
    padding: 0 10px 10px 0;
    display: inline-block;
    position: relative;
    top: auto;
  }

  .contact-wrapper {
    text-align: left;
    margin-bottom: 10px;
  }

  .social-wrapper {
    margin-top: 30px;
  }

  .ham-line {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--black);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 30px;
    height: 2px;
    margin-bottom: 8px;
  }

  .ham-line.last {
    width: 24px;
  }

  .div-block-4 {
    width: 30px;
    height: 30px;
  }

  .mobile-extra {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    display: block;
  }

  .contact-mobile-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .paragraph {
    white-space: nowrap;
  }

  .hero-text-big-2 {
    font-size: 52px;
    line-height: 60px;
  }

  .hero-text-small-2 {
    font-size: 24px;
    line-height: 24px;
  }

  .footer-divider-2 {
    margin-bottom: 0;
  }

  .nav-special-container {
    margin-bottom: 16px;
  }

  .about-grid-image {
    object-position: 100% 50%;
  }

  .foot-section-container {
    margin-bottom: 60px;
  }

  .mothers-grid-image {
    object-position: 50% 50%;
  }

  .mothers-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr;
  }

  .bridesmaids-grid-image {
    object-position: 50% 50%;
  }

  .bridesmaid-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr;
  }

  .mobile-cta {
    justify-content: flex-end;
    display: block;
    position: absolute;
    inset: 20px 30px auto auto;
  }

  .footer-extra {
    background-position: 50% 0;
    background-size: cover;
  }

  .notify-popup-block {
    width: 100%;
    height: 100%;
  }

  .footer-container-2 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
  }

  .nav-menu-block {
    flex-direction: column;
    margin-bottom: 0;
  }

  .nav-link {
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 40px;
    display: inline;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .slider {
    height: 500px;
  }

  .hero-text-small {
    font-size: 16px;
    line-height: 20px;
  }

  .hero-text-big {
    font-size: 40px;
    line-height: 40px;
  }

  .brand {
    padding-left: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-text-big-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .hero-text-small-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .circle-image {
    width: 90vw;
    max-width: 691px;
    height: 90vw;
    max-height: 691px;
  }

  .circle-cell {
    align-items: center;
    padding-bottom: 60px;
  }

  .circle-cell.last {
    padding-bottom: 0;
  }

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

  .collections-stack {
    margin-bottom: 0;
  }

  .col-image-2 {
    width: 100%;
    height: 100%;
  }

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

  .cell-right {
    align-items: center;
  }

  .grid-bottom-left, .grid-bottom-right {
    grid-template-columns: 1fr;
  }

  .col-image {
    object-fit: cover;
    height: 400px;
  }

  .cell-left {
    align-items: center;
  }

  .brides-container {
    align-items: center;
    padding-bottom: 60px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .mothers-grid, .bridesmaid-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton.is-sticky {
    top: -1rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-preference-button_icon {
    margin-right: 0;
  }

  .cookie-preference-button_text {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    margin-top: 10px;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .logo-image {
    width: 160px;
  }

  .nav-special {
    font-size: 16px;
  }

  .top-nav-wrapper {
    flex-direction: column-reverse;
  }

  .instagram, .facebook {
    background-size: cover;
    width: 24px;
    height: 24px;
  }

  .hero-text-small {
    line-height: 20px;
  }

  .hero-text-big {
    font-size: 32px;
    line-height: 34px;
  }

  .brand-background {
    background-color: #fff0;
    padding-top: 0;
  }

  .contact-wrapper, .social-wrapper {
    margin-bottom: 10px;
  }

  .footer-container {
    max-width: none;
  }

  .footer-content {
    flex-flow: column;
  }

  .title-small, .footer-link {
    font-size: 18px;
  }

  .section-container {
    margin-bottom: 60px;
  }

  .slide-2 {
    background-position: 85% 0;
  }

  .hero-text-big-2 {
    font-size: 32px;
    line-height: 34px;
  }

  .hero-text-small-2 {
    line-height: 20px;
  }

  .logo-cell.last {
    padding-bottom: 0;
  }

  .cell-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .about-grid-image {
    object-position: 100% 100%;
    height: 300px;
  }

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

  .col-image-2 {
    height: 240px;
  }

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

  .cell-right {
    align-items: center;
    padding-bottom: 30px;
  }

  .grid-bottom-left, .grid-bottom-right {
    grid-template-columns: 1fr 1fr;
  }

  .col-image {
    height: 240px;
  }

  .cell-left {
    align-items: center;
    padding-bottom: 30px;
  }

  .foot-section-container {
    margin-bottom: 60px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .mothers-grid-image {
    object-position: 100% 100%;
  }

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

  .bridesmaids-grid-image {
    object-position: 100% 100%;
  }

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

  .mobile-cta {
    text-align: center;
    flex-direction: column-reverse;
    margin-top: 30px;
    position: static;
  }

  .button-footer-cta {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-extra {
    background-position: 78% 40%;
    background-size: auto;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ck-cookie-w {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-preference-button {
    left: 1rem;
  }

  .close-popup {
    float: none;
    margin-bottom: 20px;
  }

  .button-notify, .button-notify-invert {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }

  .footer-container-2 {
    max-width: none;
  }

  .continue {
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}

#w-node-d183bcd5-99ec-0b71-8adf-519cdaed4f82-75092a0c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-e1dc6191-e85b-af73-2564-3619f9497952-75092a0c, #w-node-eac48726-9aab-2776-9053-3f6a74e35966-75092a0c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8e0d605f-79fb-a1aa-ba0e-44e213559433-75092a0c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-d32ce624-ad6e-fa17-2f3c-dc9a0a08279b-0a082794, #w-node-d32ce624-ad6e-fa17-2f3c-dc9a0a0827a4-0a082794, #w-node-d32ce624-ad6e-fa17-2f3c-dc9a0a0827ad-0a082794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a62295ae-93e6-7e93-39dd-e2b953db6c34-75092a0d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c939704c-c0ce-b7a6-087e-d3b8ae9dac2d-75092a0d, #w-node-_9bf8ed42-5cf1-c6c1-c6ea-eb9dcad3d552-75092a0d, #w-node-cebbf1da-6e41-76e2-f6fe-0811da34b804-75092a0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_715a70fe-6351-dca3-ef38-c8aa4c9268a7-75092a0d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9b6a8786-2447-1c8b-9732-8d8c3e2dc7d6-75092a0e, #w-node-_9b6a8786-2447-1c8b-9732-8d8c3e2dc7d7-75092a0e, #w-node-_9b6a8786-2447-1c8b-9732-8d8c3e2dc7d8-75092a0e, #w-node-fc65dcce-b135-f3cf-cea7-b42326568615-75092a0e, #w-node-_7e46bc96-1efd-0ed0-8048-f5be41cd7271-75092a0e, #w-node-ae903512-cafc-4bd3-b938-fcf5249d2bc9-75092a0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a302020c-1a28-0d26-b08d-8cbf70d0f3ec-75092a0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_20b2e0ae-b9fd-1841-2b16-ddeac40e3d1e-75092a0f, #w-node-a302020c-1a28-0d26-b08d-8cbf70d0f3f5-75092a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8153cf7b-af9d-7eda-e73a-605cefc3c2fa-75092a0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1e550c3e-76be-8650-9e89-d7d0ad2cb0cf-75092a0f, #w-node-_3531430f-9bd7-7b9d-efa5-dda9adee3c6f-75092a0f, #w-node-_3531430f-9bd7-7b9d-efa5-dda9adee3c6e-75092a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f103770-c43e-5465-5603-ce5d38e3ea19-75092a0f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9f103770-c43e-5465-5603-ce5d38e3ea1d-75092a0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13052919-9fe8-a667-45cf-fa0222911392-75092a10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_1c1f8298-fd61-db94-eec3-d8a9a8c74064-75092a10 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_52625d34-c7de-7269-c67d-59116d82ed92-75092a12, #w-node-c939704c-c0ce-b7a6-087e-d3b8ae9dac2d-75092a12, #w-node-_52625d34-c7de-7269-c67d-59116d82ed91-75092a12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf0053a2-c5d2-e030-db70-883734378af5-f79fb40e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d183bcd5-99ec-0b71-8adf-519cdaed4f82-75092a0c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e0d605f-79fb-a1aa-ba0e-44e213559433-75092a0c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e1dc6191-e85b-af73-2564-3619f9497952-75092a0c, #w-node-eac48726-9aab-2776-9053-3f6a74e35966-75092a0c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8e0d605f-79fb-a1aa-ba0e-44e213559433-75092a0c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e0d605f-79fb-a1aa-ba0e-44e213559433-75092a0c {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-a62295ae-93e6-7e93-39dd-e2b953db6c34-75092a0d, #w-node-_715a70fe-6351-dca3-ef38-c8aa4c9268a7-75092a0d, #w-node-a302020c-1a28-0d26-b08d-8cbf70d0f3ec-75092a0f, #w-node-_8153cf7b-af9d-7eda-e73a-605cefc3c2fa-75092a0f, #w-node-_9f103770-c43e-5465-5603-ce5d38e3ea19-75092a0f, #w-node-_13052919-9fe8-a667-45cf-fa0222911392-75092a10, #w-node-_1c1f8298-fd61-db94-eec3-d8a9a8c74064-75092a10, #w-node-bf0053a2-c5d2-e030-db70-883734378af5-f79fb40e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}