:root {
    --brand--neutrals--light-background: #fefefe;
    --text--default--dark-text: #46291e;
    --brand--primary--action: #ab654c;
    --brand--primary--action-pressed: #0a0a0a;
    --brand--primary--action-hover: #8a513c;
    --brand--color--brown-light: #f9e8d2;
    --text--default--medium-text: #d1884f;
    --text--default--light-text: #7a7a7a;
    --brand--neutrals--grey-dark: #6f6c67;
    --dark-blue\<deleted\|variable-47274d42\>: #0e2244;
    --brand--neutrals--grey-background: #cddad0;
    --brand--neutrals--grey-mid: #d3d3d3;
    --headerheight: 5.5rem;
    --brand--color--pink: #e7c6b3;
    --socialheaderheight\<deleted\|variable-027888ca-6537-9450-4512-2ebb6b877c1a\>: 48px;
    --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #162b4c;
    --brand--color--red\<deleted\|variable-77654926-6933-b517-4f60-3f21b1974730\>: #ca4949;
    --brand--color--red-light\<deleted\|variable-dad8a357-8cda-10cf-b0ed-9cc89fda3963\>: #f8e2e2;
    --brand--neutrals--black: black;
    --brand--color--neutral: #e4cdbb;
    --untitled-ui--gray25: #fcfcfd;
  
    --main-light-color: #f9e8d2;
    /*is the light grey */
    --main-dark-color: #46291e;
    /* is the text*/
    --main-active-color: #46291e;
    /*  is the highlight
    you can just add like red, or blue or any helx you like! */
    --item-hover-color: #e7c6b3;
    
    --list-bg-color: #F9E8D2;
    --list-text-color: inherit;
    /* Use "inherit" to take on parent text color */
    --list-text-color-hover: inherit;
    /* Add your hex code here for the hover text color on the list option/item */
    --current-field-text-color: inherit;
    /* Add hex code for selected option text color in the field itself */
    --select-field-arrow-color: black;
    /* This is the select field arrow color */
    --border-color-active: black;
    /* Active State */
    --border-color-hover: #E7C6B3;
    /* Select Field could be the same as your form field border color */
    --list-item-bg-color: #E7C6B3;
    /* Select Field Hover/Focus State */
    /* ----------- Spacing ----------- */
    --select-field-padding-left: 12px;
    /* Match the padding values for your form fields */
    --select-field-padding-right: 12px;
    /* Match the padding values for your form fields */
    --list-padding-top-bottom: 10px;
    /* This is the top and bottom padding for the dropdown list */
    --list-max-height: 150px;
    /* You can set this to "Auto" as well */
    --list-item-padding-left: 18px;
    --list-item-padding-right: 18px;
    --list-item-min-height: 40px;
    /* This is the height of each list item in the dropdown */
    --list-item-line-height: 40px;
    
    --headerheight: 5.5rem;
}

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

.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;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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;
}

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

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

body {
  background-color: var(--brand--neutrals--light-background);
  color: var(--text--default--dark-text);
  flex-direction: column;
  min-height: 100%;
  font-family: Montaga, sans-serif;
  font-size: 1rem;
  line-height: 100%;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.6rem;
  font-weight: 400;
  line-height: 1.07em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 1.05em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--brand--primary--action);
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: var(--brand--primary--action-pressed);
}

ul {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

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

label {
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: .3125rem solid #e2e2e2;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

figure {
  margin-bottom: 10px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.container.navigation-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.container.navigation-container.social-media-container {
  background-color: #0000;
  align-items: stretch;
  height: 100%;
}

.container.container-polaroids {
  max-width: 90rem;
}

.container.container-instructions {
  max-width: 56rem;
  margin-top: 2rem;
}

.container.about_container {
  grid-row-gap: 6rem;
  position: relative;
}

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

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.heading-h4 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-h5 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-h6 {
  font-size: 1rem;
  line-height: 120%;
}

.paragraph-18 {
  color: var(--brand--primary--action);
  font-family: Jost;
  font-size: 1.125rem;
  line-height: 1.5em;
}

.primary-button {
  background-color: var(--brand--primary--action);
  color: var(--brand--neutrals--light-background);
  border: .0625rem solid #0000;
  border-top-width: 1px;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 9rem;
  padding: .85rem 1.75rem;
  font-family: Charmonman, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5em;
  transition-property: background-color;
  display: flex;
}

.primary-button:hover {
  background-color: var(--brand--primary--action-hover);
  color: var(--brand--neutrals--light-background);
}

.primary-button:focus {
  background-color: var(--text--default--dark-text);
}

.primary-button.button-white {
  background-color: var(--brand--color--brown-light);
  color: var(--brand--primary--action-hover);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Charmonman, sans-serif;
  font-size: 1.3rem;
  transition: background-color .3s;
}

.primary-button.button-white:hover {
  background-color: var(--text--default--medium-text);
  color: var(--brand--neutrals--light-background);
}

.primary-button.primary-button-slim {
  min-width: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1.125rem;
}

.primary-button.button_prestation {
  margin-top: auto;
}

.section {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Secret-Garden.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.section.section-hero {
  padding-top: 8.5rem;
}

.heading-h2 {
  font-size: 4rem;
  line-height: 1.15em;
}

.paragraph-14 {
  color: var(--text--default--medium-text);
  font-size: .875rem;
  line-height: 1.4em;
}

.paragraph-16 {
  color: var(--text--default--dark-text);
  font-family: Montaga, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: center;
}

.paragraph-16.light-text {
  color: var(--text--default--light-text);
}

.paragraph-12 {
  color: var(--text--default--medium-text);
  font-size: .75rem;
  line-height: 1.125rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.secondary-button {
  border: .03125rem solid var(--brand--neutrals--grey-dark);
  color: var(--text--default--dark-text);
  background-color: #fff0;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  min-width: 8.25rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: border .3s, background-color .3s;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--brand--neutrals--grey-dark);
  background-color: #f3f3f3;
}

.secondary-button:active {
  border-color: #d4d3d1;
}

.secondary-button:focus {
  border-color: #a1a09c;
}

.footer-bottom-link {
  color: var(--text--default--dark-text);
  font-family: Jost;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-bottom-link:hover {
  color: var(--brand--primary--action);
}

.footer-bottom-link:active {
  color: var(--dark-blue\<deleted\|variable-47274d42\>);
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-about-text-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 23rem;
  display: flex;
  margin-top: 2.5rem;
}

.navha-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.nav-cta-button-conatiner {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.paragraph-20 {
  color: var(--text--default--dark-text);
  text-align: justify;
  font-family: Montaga, sans-serif;
  font-size: 1rem;
  line-height: 1.4em;
}

.paragraph-20.contact-text {
  text-align: justify;
}

.paragraph-20.centered-text {
  text-align: center;
}

.field-label {
  margin-bottom: .5rem;
  font-family: Jost;
  font-size: .9rem;
  line-height: 1.3em;
  display: inline-block;
}

.form-elements-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-self: auto;
  align-items: start;
  width: 100%;
  display: grid;
}

._100-width {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

._100-width.inline-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 200px;
  transition: height .3s;
  display: inline-flex;
}

._100-width.closer-input {
  margin-top: -1rem;
}

._100-width.half-width {
  justify-content: space-between;
  width: 35%;
}

.text-field {
  border: 1px solid var(--brand--neutrals--grey-background);
  background-color: var(--brand--color--brown-light);
  color: var(--text--default--dark-text);
  border-radius: 8px;
  width: 90%;
  max-width: 100%;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Jost;
  font-size: .9rem;
  line-height: 1.5em;
  transition: border .3s;
  display: inline-block;
}

.text-field:hover, .text-field:focus {
  border-color: var(--text--default--dark-text);
}

.text-field::placeholder {
  color: #5e3c1d;
}

.text-field.text-field-area {
  min-width: 100%;
  min-height: 11.25rem;
  position: relative;
}

.text-field.inline-input {
  width: 10vw;
}

.text-field.inline-input:focus {
  border-color: var(--text--default--dark-text);
}

.text-field.inline-input.longer-inline-input {
  width: 20vw;
}

.contact-form-block {
  width: 100%;
}

.contact-form-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  border: 1px solid var(--brand--primary--action-pressed);
  background-color: #ddd0;
  border-radius: 1rem;
  width: 100%;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.display-heading-2 {
  font-family: Playfair Display;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.15em;
}

.paragraph-32 {
  font-size: 1.75rem;
  line-height: 1.3em;
}

.nav-inner-container {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 102%;
  display: flex;
}

.nav-inner-container.media-container {
  justify-content: flex-start;
  align-items: center;
}

.nav-inner-container.page-links {
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--text--default--dark-text);
  text-transform: capitalize;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  opacity: 1;
  color: var(--text--default--medium-text);
}

.nav-link.w--current {
  text-transform: capitalize;
  border-bottom-color: #ffffff80;
  font-size: 1.3rem;
}

.nav-link.w--current:hover {
  color: var(--text--default--medium-text);
}

.nav-link.nav-link-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.nav-link.social-media-text {
  color: var(--text--default--dark-text);
}

.nav-link.social-media-text:hover {
  color: var(--text--default--medium-text);
}

.nav-link.social-media-text.icons_contact {
  color: var(--text--default--dark-text);
  padding-top: 0;
  padding-bottom: 0;
}

.nav-link.social-media-text.icons_contact:hover {
  color: var(--brand--primary--action);
}

.nav-link.social-media-text.header-phone-number {
  font-size: 1rem;
  font-weight: 100;
}

.nav-link.social-media-text.header-full-email {
  text-transform: none;
  font-size: 1rem;
  font-weight: 100;
}

.nav-link.social-media-text.header-short-email {
  font-size: 1rem;
  display: none;
}

.nav-bar {
  z-index: 1000;
  min-height: var(--headerheight);
  border-bottom: 1px solid var(--brand--neutrals--grey-background);
  background-color: var(--brand--neutrals--light-background);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 48px;
  font-family: Charmonman, sans-serif;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-bar.social-media-nav-bar {
  z-index: 1;
  background-color: var(--brand--color--pink);
  height: 48px;
  min-height: auto;
  margin-top: 0%;
  font-family: Boston Angel;
  position: absolute;
  top: 0%;
}

.nav-bar.sticky-header {
  transition: margin-top .2s, min-height .2s;
}

.nav-logo {
  color: var(--brand--neutrals--light-background);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100px;
  max-width: 220px;
  max-height: 64px;
  font-size: 1.2rem;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  opacity: .81;
}

.nav-menu-button {
  padding: 0;
}

.nav-links-conatiner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-fit: cover;
  object-position: 50% 42%;
  width: 78%;
  height: 100%;
}

.display-heading-1 {
  z-index: 6;
  color: var(--text--default--dark-text);
  margin-bottom: 1.5rem;
  font-family: Playfair Display;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.15em;
  position: relative;
}

.label-heading {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-h3 {
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 2.8rem;
  line-height: 1.8em;
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.contact-links {
  color: var(--text--default--dark-text);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.contact-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.contact-side-container {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.rich-text-block {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 16px;
}

.rich-text-block h1 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-size: 3rem;
}

.rich-text-block h3 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-family: Work Sans;
  font-size: 2.5rem;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 400;
}

.rich-text-block h5, .rich-text-block figure, .rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-block li {
  font-family: Jost;
}

.rich-text-block a {
  color: var(--brand--primary--action);
  font-weight: 500;
  text-decoration: underline;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--brand--neutrals--grey-mid);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  transition: background-color .2s;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.heading-h1 {
  font-size: 4.5rem;
}

.styles-line {
  background-color: var(--brand--neutrals--grey-mid);
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-margins-container {
  background-color: var(--brand--neutrals--grey-background);
  width: 25%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

._404-image {
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.contact-list-icon {
  color: var(--text--default--dark-text);
  width: 1.5rem;
  height: 1.5rem;
}

.contact-list-icon-wrapper {
  color: var(--untitled-ui--primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-list-item {
  align-items: center;
  display: flex;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

._4-column-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.schedule-title {
  font-size: 1.5rem;
  line-height: 1.4em;
}

.schedule-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.rsvp-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  z-index: 2;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rsvp-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rsvp-image-inner-wrapper {
  z-index: 4;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 34rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rsvp-text-container {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--brand--primary--action);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--brand--primary--action);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--brand--primary--action);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--brand--primary--action);
  background-color: var(--brand--neutrals--light-background);
  text-align: center;
  z-index: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 4rem;
  display: flex;
}

.text-points-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.benefits-card {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand--neutrals--grey-background);
  cursor: pointer;
  border-radius: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 2.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand--neutrals--grey-background);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-grid-dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav-link-2 {
  opacity: .74;
  color: var(--text--default--dark-text);
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav-item-dropdown {
  padding-left: 0;
  padding-right: 24px;
}

.nav-dropdown {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.nav_dropdown-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.nav-arrow {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  font-size: 1.1rem;
  display: flex;
}

.nav_dropdown-list.w--open {
  background-color: var(--brand--neutrals--grey-background);
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 64px;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.nav_dropdown-card {
  border: 1px solid var(--brand--neutrals--grey-mid);
  background-color: var(--brand--neutrals--light-background);
  border-radius: 4px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 280px;
  padding: 32px 24px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.nav_dropdown-card:hover {
  border-color: var(--brand--neutrals--grey-dark);
}

.spacer-medium {
  width: 100%;
  min-height: 2rem;
}

.faq-text-max-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.faq-answer {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.3s linear;
}

.accordion-vertical-line {
  background-color: var(--text--default--dark-text);
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.accordion-horizontal-line {
  background-color: var(--text--default--dark-text);
  color: var(--text--default--dark-text);
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-icon {
  border: 2px solid var(--text--default--dark-text);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq-icon-wrapper {
  color: var(--text--default--dark-text);
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
  font-family: Charmonman, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq-accordion {
  border: 1px solid var(--brand--neutrals--grey-mid);
  background-color: #0000;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq-list-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-text-container {
  flex-flow: column;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.blog-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text--default--medium-text);
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .3s;
  display: flex;
}

.blog-button:hover {
  color: var(--text--default--dark-text);
  text-decoration: underline;
}

.error-message {
  border: 1px solid var(--brand--color--red\<deleted\|variable-77654926-6933-b517-4f60-3f21b1974730\>);
  background-color: var(--brand--color--red-light\<deleted\|variable-dad8a357-8cda-10cf-b0ed-9cc89fda3963\>);
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.form-block {
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.schedule-image-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.schedule-image {
  z-index: 4;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  position: relative;
}

.center-heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 38rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.rsvp-line {
  background-color: var(--brand--primary--action);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rsvp-details-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 27rem;
  display: flex;
}

.rsvp-title-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 28rem;
  display: flex;
}

.our-story-quote-heading {
  color: var(--text--default--dark-text);
  font-size: 3.75rem;
  line-height: 1.1em;
}

.about-us-image-fill {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  height: 100%;
  position: relative;
}

.about-us-intro-image-wrapper {
  width: 100%;
  position: relative;
}

.about-us-image-4-3 {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-us-intro-grid {
  grid-column-gap: 8rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: flex;
  position: relative;
}

.about-us-photos-grid-1 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  align-items: center;
  display: flex;
}

.about-us-intro-image {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 40rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  overflow: clip;
}

.about-us-bottom {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-us-top-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
  display: flex;
}

.about-us-photos-grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 7fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: stretch center;
  height: min-content;
  display: flex;
  position: relative;
}

.about-us-image-wrapper {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.about-us-image-wrapper.image-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65vw;
  height: min-content;
}

.about-us-image-wrapper.image-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  max-width: 35vw;
  max-height: 100%;
  display: flex;
}

.about-us-image-wrapper.image-3.about-image-container {
  justify-content: flex-start;
  height: 900px;
  margin-top: auto;
}

.about-us-image-wrapper.image-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 65vw;
}

.about-us-image-wrapper.image-1 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  max-width: 35vw;
  display: flex;
}

.project_img-3-4 {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.footer-item-link {
  color: var(--text--default--dark-text);
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: Charmonman, sans-serif;
  font-size: 1rem;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .4s;
}

.footer-item-link:hover {
  color: var(--brand--primary--action);
}

.footer-item-link.w--current {
  cursor: pointer;
}

.footer-item-link.special-link {
  font-size: .8rem;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.footer-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-site-title {
  color: var(--text--default--dark-text);
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.footer-about-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.section-footer {
  background-color: var(--brand--color--pink);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.polaroids-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.polaroid-photo {
  z-index: 4;
  aspect-ratio: 3.35 / 4;
  object-fit: cover;
  border: 8px solid #fff;
  border-bottom-width: 40px;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 1px 4px #24160721, 0 3px 12px #47380224;
}

.polaroid-photo-wrapper {
  width: 100%;
}

.our-story-heading {
  color: var(--text--default--dark-text);
  margin-bottom: 2rem;
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 2.8rem;
  line-height: 2.3em;
}

.rsvp-image {
  z-index: 4;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.hero {
  background-color: #ab654c;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr;
}

.our-journey-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.hero-text-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-image-inner-wrapper {
  z-index: 4;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 32rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  z-index: 4;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.nav-social-media-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.path {
  object-fit: fill;
}

.svg {
  object-fit: fill;
  width: 24px;
  height: 24px;
}

.svg-2, .svg-3, .svg-4, .svg-5, .svg-6 {
  width: 24px;
  height: 24px;
}

.hero_container {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  display: flex;
}

.image-6 {
  object-fit: cover;
  width: 50%;
}

.hero_right_col {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
  display: flex;
  text-align: center;
}

.paragraph-33 {
  text-align: center;
  font-family: Montaga, sans-serif;
  font-weight: 400;
}

.paragraph-33 p:last-child {
    margin-top: 1rem;
}

.section_values {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  aspect-ratio: auto;
  background-color: var(--brand--primary--action);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.container_values {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start center;
  align-self: center;
  place-items: center start;
  width: 50%;
  max-width: 80rem;
  margin-top: 1rem;
  font-size: 1rem;
  display: flex;
}

.value_element {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: justify;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  padding-top: 1rem;
  display: flex;
}

.value_title {
  text-align: center;
  text-transform: capitalize;
  white-space: nowrap;
  font-family: Charmonman, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}

.value_description {
  text-align: center;
  font-family: Montaga, sans-serif;
  font-weight: 300;
  line-height: 150%;
}

.heading-2 {
  color: var(--brand--color--brown-light);
  text-align: center;
  text-transform: none;
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 2.8rem;
  line-height: 3em;
}

.heading-2.prestations_heading {
  color: var(--brand--neutrals--black);
  text-align: center;
  text-transform: none;
  padding-bottom: 1rem;
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 2.8rem;
}

.heading-2.prestations_heading.small_heading {
  font-size: 1.6rem;
  line-height: 2em;
}

.section_prestations {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--brand--color--brown-light);
  flex-flow: column;
  align-items: center;
  padding-bottom: 3rem;
  display: flex;
  overflow: hidden;
}

.prestations_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  transform-origin: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  display: flex;
  overflow: visible;
}

.prestations_element {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--brand--neutrals--light-background);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 20vw;
  min-width: 300px;
  padding: 18px;
  display: flex;
  text-align: center;
}

.heading-3 {
  text-align: center;
  font-family: Charmonman, sans-serif;
  font-weight: 700;
}

.paragraph-34 {
  text-align: center;
  font-family: Montaga, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.section_presentation {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.image-7 {
  box-sizing: border-box;
  aspect-ratio: 2 / 3;
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  height: 50vh;
  position: static;
  inset: 0% -50%;
  overflow: clip;
}

.image-7.image-right {
  object-position: 100% 50%;
}

.div-block-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--brand--neutrals--light-background);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  align-items: center;
  width: 40%;
  max-width: 30vw;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 4px 2px #0003;
  text-align: center;
}

.heading-4 {
  text-align: center;
  text-transform: none;
  width: 100%;
  font-family: Charmonman, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.heading-4.sub_title_second {
  text-align: center;
  margin-top: -2rem;
  font-family: Montaga, sans-serif;
  font-size: 1.1rem;
}

.paragraph-35 {
  text-align: center;
  font-family: Montaga, sans-serif;
  font-size: 1rem;
  line-height: 130%;
}

.paragraph-35 p:last-child {
    margin-top: 1rem;
}

.heading-5 {
  text-align: center;
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 1.8rem;
  line-height: 2em;
}

.div-block-4 {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  max-width: 80rem;
  display: flex;
}

.image-8 {
  width: 100%;
  position: absolute;
  inset: -10% 0% auto auto;
}

.prestations_scrolling_container {
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.button {
  position: absolute;
  inset: 50% 0% 50% auto;
}

.button.scrolling_button {
  background-color: var(--brand--primary--action);
  cursor: pointer;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: static;
  right: 5vh;
}

.button.scrolling_button:hover {
  background-color: var(--brand--primary--action-hover);
}

.button.scrolling_button.left_button {
  left: 5vh;
  right: auto;
}

.prestations_buttons_container {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-7 {
  color: var(--brand--neutrals--light-background);
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  overflow: visible;
}

.svg-7.right_button {
  transform: rotate(180deg);
}

.svg-8 {
  color: var(--brand--neutrals--light-background);
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  overflow: visible;
}

.slider {
  background-color: #0000;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: -moz-fit-content;
  height: fit-content;
}

.slide {
  width: 25vw;
  margin-right: 2rem;
}

.slide.slide_prestations_item.slide-1 {
  height: -moz-fit-content;
  height: fit-content;
}

.mask {
  background-color: #0000;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.slide-3, .slide-4, .slide-5, .slide-6 {
  width: 25vw;
  margin-right: 2rem;
}

.div-block-5 {
  flex: 1;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
}

.slider-2 {
  background-color: #0000;
  height: -moz-fit-content;
  height: fit-content;
}

.slide-7 {
  width: 25vw;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2rem;
}

.slide-8, .slide-9, .slide-10, .slide-11 {
  width: 25vw;
  margin-right: 2rem;
}

.section-2 {
  background-color: var(--brand--color--brown-light);
  align-items: center;
  height: 100vh;
  display: flex;
}

.mask-2 {
  height: -moz-fit-content;
  height: fit-content;
}

.slide-nav-2 {
  width: 100vw;
}

.prestation_slide {
  width: 25vw;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 2rem;
}

.mask-3 {
  width: 95%;
  height: -moz-fit-content;
  height: fit-content;
}

.slider-3 {
  background-color: #0000;
  width: 100vw;
  height: 55%;
}

.slide-nav-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto 0% -1vh;
}

.left_arrow {
  width: 24px;
  height: 24px;
  inset: auto 50% -3vh 48%;
}

.right_arrow {
  width: 24px;
  height: 24px;
  inset: auto 50% -3vh 52%;
}

.icon {
  transform: translate(-10px);
}

.left-arrow {
  width: 24px;
  height: 24px;
  inset: auto 2.5% -4vh 0%;
}

.right-arrow {
  width: 24px;
  height: 24px;
  inset: auto 0% -4vh 2.8%;
}

.icon-2 {
  transform: translate(-10px);
}

.rectangle {
  z-index: -1;
  box-sizing: border-box;
  background-color: var(--brand--color--brown-light);
  -webkit-text-fill-color: inherit;
  cursor: none;
  background-clip: border-box;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 15% auto 50% 0%;
}

.slider-4 {
  background-color: #0000;
  height: 50vh;
}

.mask-4 {
  width: 300px;
  height: 50vh;
}

.slide-12 {
  vertical-align: baseline;
  width: 300px;
}

.icon-3 {
  color: var(--brand--neutrals--light-background);
}

.icon-3:hover {
  color: var(--brand--color--brown-light);
}

.icon-4 {
  color: var(--brand--neutrals--light-background);
}

.icon-4:hover {
  color: var(--brand--color--brown-light);
}

.triangle {
  background-color: var(--brand--color--brown-light);
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
  flex: 1;
  height: 100%;
  position: static;
  top: 0%;
  left: 0%;
}

.triangle.triangle_2 {
  position: static;
  left: 33%;
}

.triangle.triangle_3 {
  position: static;
  left: 66%;
}

.triangles_top_container, .triangles_bottom_container {
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}

.triangle_bottom {
  background-color: var(--brand--color--brown-light);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 1000%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 1000%);
  flex: 1;
  height: 100%;
  position: static;
  top: 0%;
  left: 0%;
}

.triangle_bottom.triangle_2 {
  position: static;
  left: 33%;
}

.triangle_bottom.triangle_3 {
  position: static;
  left: 66%;
}

.code-embed {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed.poly {
  border: 10px solid #fff;
  border-radius: 0;
}

.title_container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  display: flex;
}

.grid_container_values {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  color: var(--text--default--dark-text);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #e4cdbb;
  background-clip: border-box;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr .25fr 1.5fr .5fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem 2rem;
  display: grid;
}

.grid_divider {
  justify-content: center;
  align-items: center;
  display: flex;
}

.svg-9 {
  color: var(--brand--color--brown-light);
  width: 10%;
}

.svg-10, .svg-11, .svg-12, .svg-13, .svg-14, .svg-15 {
  width: 15%;
}

.div-block-6 {
  z-index: 1;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.div-block-7 {
  background-color: var(--brand--primary--action);
  flex-flow: column;
  width: 80%;
  display: flex;
}

.image-9 {
  width: 20%;
  position: absolute;
  inset: -5% -1% auto auto;
}

.section-3 {
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-10 {
  z-index: -1;
  filter: brightness(70%);
  position: absolute;
  inset: 0%;
}

.heading-6 {
  color: var(--brand--neutrals--light-background);
  text-transform: capitalize;
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 4.5rem;
}

.bold-text {
  text-align: center;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6em;
}

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

.prestation_container {
  border-top: 2rem solid var(--brand--color--brown-light);
  display: flex;
}

.prestation_image {
  object-fit: cover;
  will-change: transform;
  width: 33%;
  overflow: clip;
}

.prestation_image.position_image {
  object-position: 80% 50%;
}

.prestation_content_container {
  z-index: 1;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.sub_title {
  margin-top: -1rem;
  font-family: Montaga, sans-serif;
}

.sub_title.sub_title_secondary {
  text-align: center;
  margin-top: 0;
  margin-bottom: -2rem;
  font-weight: 300;
}

.body {
  scroll-behavior: smooth;
}

.heading-7 {
  font-size: 6vw;
}

.faq-accordion-2 {
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #0000 !important;
}

.accordion-horizontal-line-2 {
  color: #18311d;
  background-color: #18311d;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.accordion-vertical-line-2 {
  background-color: #18311d;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.paragraph-36 {
  color: var(--text--default--dark-text);
  flex: 1;
  padding-bottom: 1rem;
  font-family: Montaga, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.faq-icon-wrapper-2 {
  color: #18311d;
}

.accordion-icon-2 {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  transform: rotate(-90deg);
  transition: transform 0.3s linear;
}

.svg-16 {
  color: var(--brand--primary--action);
  transform: rotate(-90deg);
}

.svg-17 {
  opacity: .5;
  color: var(--brand--primary--action-hover);
  width: 16px;
  height: 12px;
  transform: rotate(-90deg);
}

.prestation_heading {
  color: var(--brand--primary--action);
  align-self: flex-start;
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 2.4rem;
  line-height: 2.4em;
}

.price_paragraph {
  color: var(--text--default--medium-text);
  white-space: nowrap;
  font-family: Charmonman, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  display: block;
  position: static;
  inset: 10% 5% auto auto;
}

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-11 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.image-12 {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.image-12.wave_divider {
  object-position: 54% 50%;
  height: 230px;
}

.image-13 {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.image-14 {
  width: 64px;
  height: 64px;
}

.image-15, .image-16 {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.cursor-glitter {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}

.paragraph-37 {
  margin-bottom: 0;
}

.paragraph-37.third_paragraph {
  margin-bottom: -3.5rem;
  margin-left: 1rem;
  font-family: Montaga, sans-serif;
}

.paragraph-37.first_paragraph {
  width: 85%;
  margin-top: -2.5rem;
  font-family: Boston Angel;
  font-style: italic;
}

.paragraph-37.second_paragraph {
  font-family: Montaga, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 125%;
}

.div-block-9 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-38 {
  max-width: 70%;
  font-family: Montaga, sans-serif;
}

.paragraph-38.text_on_right {
  text-align: right;
}

.image-17 {
  object-fit: cover;
  width: 90%;
  height: 216px;
}

.div-block-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.link-navbar-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bold-text-2 {
  font-family: Montaga, sans-serif;
  font-weight: 400;
  line-height: 100%;
}

.svg-19 {
  width: 24px;
  height: 24px;
}

.div-block-11 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.about_title {
  color: var(--brand--primary--action-hover);
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: 2.4rem;
  line-height: 2.4em;
}

.bold-text-3 {
  text-shadow: -.25px -.25px #000, .25px -.25px #000, -.25px .25px #000, .25px .25px #000;
  font-weight: 700;
}

.bold_color {
  color: var(--brand--primary--action);
  text-shadow: inherit;
}

.unique_word {
  color: var(--text--default--medium-text);
  text-align: right;
  text-transform: capitalize;
  width: 72%;
  margin-top: 16px;
  font-family: Charmonman, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.unique_word.unique_word_left {
  color: var(--brand--primary--action);
  text-align: left;
  text-transform: none;
  width: 85%;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 400;
}

.svg-20 {
  width: 128px;
  height: 128px;
  position: absolute;
  bottom: -10%;
  left: 32%;
}

.svg-21 {
  color: var(--brand--primary--action);
  transform-style: preserve-3d;
  width: auto;
  height: 8%;
  position: absolute;
  bottom: -10%;
  left: 43%;
  transform: rotate(8deg);
}

.text-span {
  font-size: 1.2rem;
}

.bold-text-4 {
  display: flex;
}

.text-span-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--text--default--medium-text);
  margin-left: 30px;
  font-family: Charmonman, sans-serif;
  font-weight: 400;
  line-height: 2.6em;
  display: flex;
}

.bold-text-5 {
  color: var(--text--default--medium-text);
  font-family: Charmonman, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3em;
}

.image-18, .image-19 {
  aspect-ratio: 1;
  object-fit: cover;
}

.bold-text-6 {
  font-style: italic;
  font-weight: 400;
}

.bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  font-style: italic;
}

.div-block-12 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-20, .image-21, .image-22 {
  aspect-ratio: 1;
  object-fit: contain;
  height: 32%;
}

.testimonial-slider-large {
  background-color: var(--brand--color--brown-light);
  padding-top: 1rem;
  padding-bottom: 3rem;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 80vw;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: -moz-fit-content;
  height: fit-content;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 6rem;
  padding: 1.5rem 5.7rem;
  display: flex;
  position: relative;
}

.testimonial-content {
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.testimonial-quote-icon {
  width: 4%;
  margin-bottom: 24px;
  transform: rotate(0);
}

.testimonial-quote-icon.reverse-testimonial-quote {
  margin-left: auto;
  transform: rotate(180deg);
}

.testimonial-quote {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.testimonial-quote.testimonial-quote-icon {
  width: auto;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  width: 32px;
  height: 32px;
  margin: 0;
  display: block;
  top: 108%;
  left: auto;
  right: 45%;
}

.testimonial-slider-arrow.testimonial-left-arrow {
  width: 32px;
  height: 32px;
  margin: 0;
  top: 108%;
  left: 45%;
  right: auto;
}

.testimonial-slider-nav {
  font-size: 10px;
  position: absolute;
}

.reverse-testimonial-quote {
  transform: rotate(180deg);
}

.reverse-testimonial-quote.testimonial-quote-icon {
  text-shadow: 1px 1px 7px #fff;
  margin-top: auto;
}

.unused {
  width: 10%;
}

.testimonial-quote-icon {
  color: var(--brand--primary--action);
  margin-bottom: 0;
}

.mask-5 {
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}

.icon-5 {
  color: var(--brand--primary--action);
  width: 32px;
  height: 32px;
  font-size: 1.8rem;
  inset: 0%;
}

.icon-6 {
  color: var(--brand--primary--action);
  width: 32px;
  height: 32px;
  margin: 0;
  font-size: 1.8rem;
}

.image-23 {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 55% 50%;
  width: 30%;
  height: 2rem;
  overflow: clip;
}

.div-block-13 {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-24 {
  z-index: 1;
  pointer-events: none;
  width: 18%;
  max-width: none;
  position: absolute;
  inset: -15% 0% 0% -1%;
}

.image-25 {
  z-index: 1;
  transform-style: preserve-3d;
  width: 20%;
  position: absolute;
  inset: auto -5% 20% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-26 {
  z-index: 1;
  pointer-events: none;
  transform-style: preserve-3d;
  width: 10%;
  position: absolute;
  inset: auto -3% -15% auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-27 {
  z-index: 1;
  transform-style: preserve-3d;
  width: 17%;
  position: absolute;
  inset: -17% -5% auto auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(15deg);
}

.section-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  min-height: 100vh;
  padding: 6rem 2rem;
  font-family: Vollkorn, serif;
  display: flex;
}

.heading-8 {
  max-width: 80rem;
  font-family: Charmonman, sans-serif;
  font-size: 2.8rem;
  line-height: 3em;
}

.paragraph-39 {
  max-width: 80rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.heading-9 {
  font-size: 4rem;
  font-weight: 700;
}

.bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.bold-text-19 {
  text-shadow: -.25px -.25px, .25px -.25px, -.25px .25px, .25px .25px;
  font-weight: 400;
}

.ms-input-wrap {
  z-index: 10;
  flex: none;
  width: 15vw;
  max-height: 40px;
  margin-right: 8px;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input.nice-select {
  background-color: var(--brand--color--brown-light);
  box-shadow: none;
  -webkit-text-stroke-color: var(--text--default--dark-text);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.ms-input.nice-select:hover {
  border-color: var(--text--default--dark-text);
}

.ms-input.has-left-icon {
  background-color: var(--brand--color--brown-light);
  box-shadow: none;
  color: var(--text--default--dark-text);
  padding-left: 38px;
}

.ms-input.has-left-icon:hover, .ms-input.has-left-icon:focus {
  border-color: var(--text--default--dark-text);
}

.ms-select-svg {
  z-index: 6;
  background-color: var(--brand--color--brown-light);
  pointer-events: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 6px;
  right: 4px;
}

.paragraph-40 {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ms-input-wrap-2 {
  z-index: 5;
  width: 10vw;
  height: 40px;
  padding: 0;
  display: inline-flex;
  position: relative;
}

.ms-svg {
  z-index: 5;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.div-block-15 {
  width: 120px;
  height: 1px;
}

.paragraph-41 {
  vertical-align: baseline;
  flex-flow: wrap;
  margin-right: 8px;
  line-height: 1.6rem;
  display: inline;
}

.paragraph-42 {
  margin-right: 8px;
  display: inline-block;
}

.paragraph-43 {
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.paragraph-44 {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: -1.1rem;
  margin-right: 8px;
  display: block;
}

.image-28 {
  width: 25%;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-3 {
  font-family: Amsterdam One, Georgia, sans-serif;
  font-size: .8rem;
}

.bold-text-20 {
  max-width: 10%;
  font-size: .8rem;
}

.paragraph-45 {
  font-size: .6rem;
}

.checkbox-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1rem;
  display: flex;
}

.div-block-17 {
  display: flex;
}

.svg-22 {
  aspect-ratio: 1;
  color: #cc2929;
  flex: 0 auto;
  width: 32px;
  height: 18px;
}

.svg-23 {
  color: #cc2929;
  width: 1.125rem;
}

.color-prop {
  width: 0;
  height: 0;
  overflow: hidden;
}

.about-contact-me-container {
  width: 100%;
  margin-top: -8rem;
  margin-bottom: -2rem;
  display: flex;
}

.contact-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  width: 35vw;
  display: flex;
}

.paragraph-46 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}

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

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container.navigation-container {
    z-index: 12;
    background-color: var(--brand--neutrals--light-background);
    justify-content: space-between;
    align-items: center;
  }

  .container.about_container {
    grid-row-gap: 8rem;
  }

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

  .section.section-hero {
    padding-top: 6.5rem;
  }

  .heading-h2 {
    font-size: 3.5rem;
  }

  .paragraph-12 {
    color: var(--brand--neutrals--grey-dark);
  }

  .navha-hamburger-button {
    background-color: var(--brand--neutrals--grey-background);
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .navha-hamburger-button:hover {
    background-color: var(--brand--neutrals--grey-mid);
  }

  .nav-cta-button-conatiner {
    z-index: 8;
    border-top: 1px solid var(--brand--neutrals--grey-mid);
    border-bottom: 1px solid var(--brand--neutrals--grey-mid);
    flex-direction: column;
    flex: none;
    width: 100%;
    margin-top: auto;
    padding: 2rem;
    position: absolute;
  }

  .nav-close-icon {
    opacity: 0;
    width: 1rem;
    margin: .25rem;
    position: absolute;
  }

  .nav-hamburger-icon {
    opacity: 1;
    flex: none;
    width: 1.5rem;
    display: block;
    position: absolute;
  }

  .paragraph-20 {
    font-size: 1.25rem;
  }

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

  .text-field.inline-input {
    width: 15vw;
  }

  .contact-form-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 3fr;
  }

  .nav-inner-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-inner-container.media-container {
    flex-flow: row;
    height: 100%;
  }

  .nav-link {
    border-top: 1px solid var(--brand--neutrals--grey-mid);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 16px 32px 16px 2rem;
    font-size: 18px;
    display: flex;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .nav-link.nav-link-dropdown {
    padding-left: 32px;
  }

  .nav-link.social-media-text {
    border-top-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-link.social-media-text.icons_contact {
    width: auto;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    min-height: 4rem;
  }

  .nav-logo {
    z-index: 2;
    height: 100%;
    font-size: 1.6rem;
    position: relative;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

  .nav-menu-button.w--open {
    background-color: #0000;
  }

  .nav-links-conatiner {
    z-index: 1;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    background-color: var(--brand--neutrals--light-background);
    flex-flow: column;
    justify-content: flex-end;
    height: 100%;
    padding-top: 4rem;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .display-heading-1 {
    font-size: 4rem;
  }

  .heading-h3 {
    font-size: 2.5rem;
  }

  .contact-links {
    font-size: 1.1em;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 2.5fr;
  }

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

  ._4-column-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rsvp-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .rsvp-image-wrapper {
    border-radius: 1rem;
  }

  .rsvp-image-inner-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rsvp-text-container {
    padding: 1.5rem;
  }

  .benefits-card, .feature-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .nav-grid-dropdown-grid {
    padding: 1rem;
  }

  .nav-link-2 {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.nav-item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-dropdown {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .nav-arrow {
    margin-right: 2rem;
  }

  .nav_dropdown-list.w--open {
    box-shadow: none;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding: 0;
    position: relative;
  }

  .faq-component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .our-story-quote-heading {
    font-size: 3rem;
  }

  .about-us-image-fill {
    aspect-ratio: 1;
    object-fit: cover;
    height: 50%;
    display: block;
  }

  .about-us-intro-image-wrapper {
    width: 40vw;
  }

  .about-us-intro-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-items: stretch;
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-us-photos-grid-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-us-top-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .about-us-photos-grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap-reverse;
    grid-template-columns: 8.5fr 7fr;
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-us-image-wrapper.image-5 {
    width: 60vw;
  }

  .about-us-image-wrapper.image-5.about-text-container {
    width: 100vw;
    max-width: 100vw;
    height: auto;
  }

  .about-us-image-wrapper.image-3 {
    width: 40vw;
    display: block;
  }

  .about-us-image-wrapper.image-3.about-image-container {
    flex-flow: row;
    justify-content: space-between;
    width: 100vw;
    max-width: 100vw;
    display: flex;
    max-height: 50vh !important;
  }

  .about-us-image-wrapper.image-2 {
    width: 100%;
    max-width: 100vw;
  }

  .about-us-image-wrapper.image-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100vw;
    height: auto;
  }

  .section-footer {
    border-top: .0625rem solid #eeeded;
  }

  .polaroids-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .polaroid-photo {
    border-width: 4px 4px 20px;
    border-radius: 2px;
  }

  .our-story-heading {
    font-size: 2rem;
  }

  .rsvp-image {
    justify-content: center;
    align-items: center;
  }

  .hero {
    padding-top: 2rem;
  }

  .grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .hero-image-inner-wrapper, .hero-image {
    justify-content: center;
    align-items: center;
  }

  .nav-social-media-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section_values {
    padding-bottom: 1rem;
  }

  .container_values {
    grid-template-rows: minmax(auto, auto) auto;
    place-items: center start;
    width: 100%;
  }

  .value_element {
    align-items: stretch;
    width: 100%;
  }

  .prestations_container {
    clear: none;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .prestations_element {
    width: 40vw;
  }

  .section_presentation {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    flex-flow: wrap;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
  }

  .div-block-3 {
    width: 50%;
    max-width: 45vw;
  }

  .heading-5 {
    font-size: 1.3rem;
  }

  .div-block-4 {
    position: relative;
  }

  .image-8 {
    opacity: .5;
    width: 100%;
    position: absolute;
  }

  .rectangle {
    border-width: 550px 750px 550px 350px;
    top: 0%;
    left: -40%;
  }

  .grid_container_values {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-7 {
    width: 90%;
  }

  .prestation_container {
    min-height: auto;
  }

  .prestation_image, .prestation_image.position_image {
    width: 40%;
  }

  .prestation_content_container {
    padding: 1rem;
  }

  .image-11, .image-12, .image-13, .image-14, .image-15, .image-16 {
    width: 48px;
    height: 48px;
  }

  .link-navbar-container {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .div-block-11 {
    flex-flow: column;
    width: 60vw;
    display: flex;
  }

  .unique_word {
    width: 65%;
    font-size: 1.8rem;
  }

  .svg-21 {
    height: 6%;
    display: block;
    bottom: -7%;
    left: 52%;
    transform: rotateX(0)rotateY(180deg)rotateZ(30deg);
  }

  .text-span-2 {
    margin-left: 30px;
  }

  .bold-text-5 {
    line-height: 1.8em;
  }

  .image-18 {
    height: 100%;
    overflow: clip;
  }

  .image-19, .div-block-12 {
    height: 100%;
  }

  .image-20, .image-21, .image-22 {
    width: 32%;
    height: 100%;
  }

  .testimonial-slider-large {
    flex-flow: column;
    align-items: center;
    padding-bottom: 1rem;
    display: flex;
    overflow: clip;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-arrow {
    top: 86%;
  }

  .testimonial-slider-arrow.testimonial-left-arrow {
    top: 86%;
    left: 40%;
  }

  .image-24 {
    top: -10%;
    left: -2%;
  }

  .image-26 {
    bottom: 9%;
  }

  .ms-input-wrap {
    width: 25vw;
  }

  .ms-input-wrap-2 {
    width: 16vw;
  }

  .contact-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.9rem;
    line-height: 1.2em;
  }

  a {
    text-decoration: none;
  }

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

  .container.navigation-container.social-media-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .primary-button {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    position: relative;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .paragraph-16 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .footer-about-text-container {
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }

  .navha-hamburger-button {
    height: 3.375rem;
  }

  .nav-cta-button-conatiner {
    grid-row-gap: .75rem;
    padding: 1.25rem;
  }

  .paragraph-20 {
    width: 100%;
  }

  .paragraph-20.about-description {
    order: 3;
  }

  .form-elements-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(12.5rem, 1fr);
  }

  ._100-width.inline-form {
    height: 320px;
  }

  ._100-width.half-width {
    width: 50%;
  }

  .text-field.text-field-area {
    min-height: 8.75rem;
  }

  .contact-form-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr;
  }

  .display-heading-2 {
    font-size: 2.5rem;
  }

  .paragraph-32 {
    font-size: 2rem;
  }

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

  .nav-link.w--current {
    font-size: 18px;
  }

  .nav-link.nav-link-dropdown {
    padding-left: 1.25rem;
  }

  .nav-link.social-media-text {
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link.social-media-text.header-short-email {
    display: none;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .nav-logo {
    max-width: 200px;
  }

  .display-heading-1 {
    font-size: 3.5rem;
  }

  .heading-h3 {
    font-size: 2rem;
  }

  .contact-links {
    font-size: 1em;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.5rem;
  }

  .rich-text-block h3 {
    font-size: 2rem;
  }

  .rich-text-block h4 {
    font-size: 1.75rem;
  }

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

  .contact-list {
    margin-top: 2rem;
  }

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

  .schedule-card {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .rsvp-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .rsvp-image-wrapper {
    width: 75%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits-card, .feature-card {
    max-width: none;
  }

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

  .nav-link-2 {
    padding: 24px;
  }

  .nav-arrow {
    margin-right: 1.25rem;
  }

  .nav_dropdown-card {
    padding: 16px;
  }

  .spacer-medium {
    min-height: 1.5rem;
  }

  .faq-answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-question {
    padding: 1rem 1.25rem;
  }

  .faq-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .rsvp-line {
    width: 100%;
    margin-left: 0%;
  }

  .our-story-quote-heading {
    font-size: 2.5rem;
  }

  .about-us-image-fill {
    height: 50%;
  }

  .about-us-intro-image-wrapper {
    order: 2;
    width: 100%;
    height: 70vw;
  }

  .about-us-intro-grid {
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 11fr;
  }

  .about-us-photos-grid-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .about-us-intro-image {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 50% 20%;
  }

  .about-us-bottom {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .about-us-photos-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 8.5fr;
  }

  .about-us-image-wrapper.image-5 {
    width: 100%;
  }

  .about-us-image-wrapper.image-5.about-text-container {
    width: 90vw;
    display: contents;
  }

  .about-us-image-wrapper.image-3 {
    width: 100%;
    height: 30vw;
  }

  .about-us-image-wrapper.image-3.about-image-container {
    order: 2;
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .about-us-image-wrapper.image-2 {
    display: contents;
  }

  .about-us-image-wrapper.image-1 {
    flex-flow: wrap;
    order: 2;
    height: auto;
  }

  .footer-item-link {
    margin-bottom: 8px;
  }

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

  .footer-text-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .polaroid-photo {
    border-width: 6px 6px 30px;
  }

  .our-story-heading {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
  }

  .hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .hero-image-inner-wrapper {
    width: 80%;
  }

  .image-6, .hero_right_col {
    width: 100%;
  }

  .container_values {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .value_element {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading-2.prestations_heading {
    max-width: 80%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2.5rem;
    line-height: 1.6em;
  }

  .heading-2.prestations_heading.small_heading {
    font-size: 1.6rem;
    line-height: 2em;
  }

  .section_prestations {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .prestations_container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 100%;
  }

  .section_presentation {
    grid-row-gap: 2rem;
  }

  .div-block-3 {
    align-items: center;
    width: 100%;
    max-width: 80vw;
  }

  .rectangle {
    display: none;
  }

  .grid_container_values {
    grid-row-gap: 1rem;
    grid-template-rows: auto 50px auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: start center;
    place-items: center stretch;
  }

  .grid_divider {
    display: none;
  }

  .grid_divider.grid_middle_divider {
    padding-bottom: 20px;
    display: block;
  }

  .section-3 {
    height: 30vh;
    margin-bottom: 1rem;
  }

  .prestation_container {
    border-top-width: 0;
    flex-flow: wrap-reverse;
  }

  .prestation_container.reverse_container {
    flex-flow: column;
  }

  .prestation_image {
    object-position: 50% 10%;
    width: 100%;
    height: 250px;
  }

  .prestation_image.position_image {
    object-fit: cover;
    object-position: 50% 10%;
    width: 100%;
    height: 300px;
  }

  .prestation_content_container {
    flex-flow: column;
  }

  .prestation_heading {
    min-width: 30vw;
  }

  .image-12.wave_divider {
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: rotate(90deg);
  }

  .image-17 {
    height: 270px;
  }

  .div-block-11 {
    width: 100%;
    display: contents;
  }

  .about_title {
    order: 1;
  }

  .unique_word {
    width: 60%;
    padding-top: 16px;
  }

  .unique_word.unique_word_left {
    font-size: 1.8rem;
  }

  .svg-21 {
    height: 5%;
    bottom: -6%;
    left: 68%;
    transform: rotateX(0)rotateY(180deg)rotateZ(30deg);
  }

  .text-span-2 {
    margin-left: 30px;
  }

  .bold-text-5 {
    font-size: 1.8rem;
  }

  .div-block-12 {
    height: 40%;
  }

  .image-20, .image-21, .image-22 {
    width: 32%;
    height: auto;
  }

  .testimonial-slider-large {
    text-align: center;
    padding: 1rem 15px;
    overflow: clip;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-arrow {
    top: 88%;
  }

  .testimonial-slider-arrow.testimonial-left-arrow {
    top: 88%;
    left: 40%;
  }

  .image-24 {
    top: -8%;
  }

  .image-26 {
    bottom: 10%;
    right: -3%;
  }

  .ms-input-wrap {
    width: 30vw;
    margin-right: 60px;
  }

  .ms-input-wrap-2 {
    width: 20vw;
  }

  .paragraph-44 {
    margin-bottom: -.6rem;
  }

  .div-block-16 {
    width: 100%;
  }

  .about-contact-me-container {
    margin-top: -6rem;
  }
}

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

  .container {
    flex-wrap: nowrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container.navigation-container.social-media-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h4 {
    font-size: 1.5rem;
  }

  .primary-button, .primary-button.button_space_left {
    width: 100%;
  }

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

  .heading-h2 {
    font-size: 2.75rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-about-text-container {
    justify-content: center;
  }

  .navha-hamburger-button {
    pointer-events: all;
  }

  .paragraph-20.about-description {
    max-width: 100vw;
  }

  .form-elements-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-columns: minmax(auto, 1fr);
  }

  ._100-width.inline-form {
    align-items: center;
    width: 91vw;
    max-width: 100vw;
    height: 320px;
  }

  ._100-width.half-width, .text-field {
    width: 100%;
  }

  .text-field.inline-input {
    width: 40vw;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .display-heading-2 {
    font-size: 2.1rem;
  }

  .paragraph-32 {
    font-size: 1.6rem;
  }

  .nav-inner-container {
    z-index: 7;
  }

  .nav-inner-container.media-container {
    flex: 0 auto;
    width: auto;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

  .nav-link.social-media-text {
    border-top-style: none;
    font-size: 28px;
  }

  .nav-link.social-media-text.header-phone-number, .nav-link.social-media-text.header-full-email {
    display: none;
  }

  .nav-link.social-media-text.header-short-email {
    margin-top: 8px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .nav-bar.social-media-nav-bar {
    height: var(--socialheaderheight\<deleted\|variable-027888ca-6537-9450-4512-2ebb6b877c1a\>);
  }

  .nav-logo {
    max-width: 200px;
  }

  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 11vw);
  }

  .heading-h3 {
    font-size: 2rem;
  }

  .rich-text-block h1 {
    font-size: 2.7rem;
  }

  .heading-h1 {
    font-size: calc(.75rem + 9vw);
  }

  .contact-list {
    margin-bottom: 2rem;
  }

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

  .rsvp-text-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-points-container {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .benefits-card {
    flex-direction: column;
    max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .feature-card {
    flex-direction: column;
    max-width: 100%;
  }

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

  .nav_dropdown-card {
    flex-direction: column;
  }

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

  .form-block {
    width: 100%;
  }

  .schedule-image-wrapper {
    width: 75%;
  }

  .rsvp-title-container {
    margin-top: .25rem;
    margin-bottom: .25rem;
  }

  .about-us-intro-image-wrapper {
    height: 70vw;
    position: relative;
    top: 0;
  }

  .about-us-intro-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 5fr;
  }

  .about-us-photos-grid-1 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .about-us-photos-grid-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 7fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 100vw;
    margin-bottom: 3rem;
  }

  .about-us-image-wrapper.image-5 {
    margin-bottom: 0%;
  }

  .about-us-image-wrapper.image-5.about-text-container {
    width: 100%;
  }

  .about-us-image-wrapper.image-3 {
    height: 50vw;
  }

  .about-us-image-wrapper.image-3.about-image-container {
    flex-flow: wrap;
    max-height: initial !important;
  }

  .about-us-image-wrapper.image-1 {
    flex-flow: wrap;
    height: auto;
  }

  .footer-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .footer-site-title {
    margin-bottom: .5rem;
  }

  .footer-about-wrapper {
    max-width: 97vw;
  }

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

  .polaroid-photo-wrapper {
    width: 85%;
  }

  .our-story-heading {
    font-size: 2rem;
  }

  .hero-image-inner-wrapper {
    width: 100%;
  }

  .nav-social-media-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-social-media-container.left-social-media-icons {
    justify-content: flex-start;
  }

  .container_values {
    grid-row-gap: 3rem;
  }

  .value_element {
    width: 80vw;
  }

  .heading-2 {
    font-size: 2.5rem;
  }

  .heading-2.prestations_heading {
    white-space: normal;
    word-break: normal;
    max-width: 80%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }

  .heading-2.prestations_heading.small_heading {
    max-width: 90%;
    line-height: 2.5em;
  }

  .section_prestations {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .prestations_element {
    width: 90vw;
    min-width: auto;
  }

  .image-7 {
    object-fit: scale-down;
    max-height: 50vh;
    overflow: clip;
  }

  .div-block-3 {
    max-width: 90vw;
  }

  .heading-5 {
    font-size: 1.85rem;
    line-height: 2.3em;
  }

  .image-8 {
    width: 100vw;
    max-width: none;
    height: auto;
    left: -55%;
  }

  .grid_divider.grid_middle_divider {
    object-position: 60% 50%;
    width: 100%;
  }

  .section-3 {
    height: 20vh;
    margin-bottom: 1rem;
  }

  .heading-6 {
    font-size: 2.5rem;
    line-height: 2.3em;
  }

  .prestation_container {
    flex-flow: wrap-reverse;
    min-height: auto;
  }

  .prestation_container.reverse_container {
    flex-flow: column;
  }

  .prestation_content_container {
    flex-flow: column;
    padding: 1rem;
  }

  .prestation_heading {
    min-width: 50vw;
    font-size: 6vw;
  }

  .price_paragraph {
    white-space: normal;
    font-size: .7rem;
    line-height: 125%;
  }

  .div-block-8 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 95vw;
  }

  .image-12.wave_divider {
    object-position: 60% 50%;
  }

  .paragraph-37.first_paragraph {
    width: 100%;
    font-family: Montaga, sans-serif;
  }

  .paragraph-37.second_paragraph {
    font-size: 1.15rem;
    font-weight: 400;
  }

  .div-block-9 {
    flex-flow: column;
  }

  .div-block-9.reverse_prestation_last_container {
    flex-flow: column-reverse;
  }

  .paragraph-38 {
    text-align: center;
    max-width: 100%;
  }

  .paragraph-38.text_on_right {
    text-align: center;
  }

  .svg-18 {
    width: 24px;
    height: 24px;
  }

  .about_title {
    width: 100%;
    max-width: 100vw;
    font-size: 1.8rem;
    line-height: 2.6em;
  }

  .unique_word.unique_word_left {
    width: 100%;
  }

  .svg-21 {
    height: 3%;
    bottom: -4%;
    left: 53%;
  }

  .image-18, .image-19, .image-20 {
    width: 100%;
  }

  .image-21, .image-22 {
    width: 48%;
  }

  .story-carrousel-container {
    overflow: clip;
  }

  .testimonial-slider-large {
    padding-bottom: 3rem;
  }

  .container-2 {
    max-width: none;
    height: auto;
  }

  .testimonial-slider-two {
    height: auto;
    overflow: visible;
  }

  .testimonial-slide {
    justify-content: center;
    height: 35vh;
    padding: 36px;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-arrow {
    top: 103%;
    left: 60%;
    right: -15%;
    overflow: visible;
  }

  .testimonial-slider-arrow.testimonial-left-arrow {
    top: 103%;
    left: 30%;
    overflow: visible;
  }

  .mask-5 {
    height: auto;
    overflow: hidden;
  }

  .image-24 {
    width: 66%;
    top: -7%;
    left: -5%;
  }

  .image-26 {
    width: 28%;
    bottom: -5%;
    right: -8%;
  }

  .ms-input-wrap {
    width: 60vw;
  }

  .ms-input-wrap-2 {
    width: 40vw;
  }

  .paragraph-42 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .paragraph-44 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .div-block-16 {
    width: 100%;
  }

  .text-span-3 {
    white-space: nowrap;
    word-break: keep-all;
  }

  .div-block-17 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .about-contact-me-container {
    margin-top: -6rem;
  }
}

#w-node-f8715a06-bdf7-70fe-81c4-9fb91d003429-dd5bccc6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc180c75-a99b-9209-fdb2-39480eb6af3b-4136295f {
  justify-self: center;
}

#w-node-_0c8acef0-95c1-5753-b2b1-0aa54136296e-4136295f {
  justify-self: end;
}

#w-node-_334a11bf-5dee-5a60-2e94-5e9068038ddd-dd5bcd35, #w-node-_334a11bf-5dee-5a60-2e94-5e9068038de2-dd5bcd35 {
  align-self: start;
}

#w-node-_5acbce0e-c562-2207-8890-9cdd06afc03f-dd5bcdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_5acbce0e-c562-2207-8890-9cdd06afc03d-dd5bcdaa, #w-node-b3a90343-5b81-a8d3-598a-0ed49c4cd9f6-dd5bcdaa, #w-node-_5acbce0e-c562-2207-8890-9cdd06afc031-dd5bcdaa, #w-node-_5acbce0e-c562-2207-8890-9cdd06afc032-dd5bcdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5acbce0e-c562-2207-8890-9cdd06afc033-dd5bcdaa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-a87b0328-981e-9010-a9d5-09742817c21e-dd5bcd64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #specific-questions.w-node-_69ab63c5-c21e-44cc-a166-269523d9ce32-dd5bcd35 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4942410-e751-45f9-ce2f-d850143881fb-dd5bccc6 {
    order: -9999;
  }

  #w-node-_5acbce0e-c562-2207-8890-9cdd06afc009-dd5bcdaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Amsterdam One WOFF2';
  src: url('../fonts/Amsterdam-One.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam One Slant WOFF2';
  src: url('../fonts/Amsterdam-OneSlant.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam One EOT';
  src: url('../fonts/Amsterdam-One.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam One Slant EOT';
  src: url('../fonts/Amsterdam-OneSlant.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam One Slant WOFF';
  src: url('../fonts/Amsterdam-OneSlant.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam One WOFF';
  src: url('../fonts/Amsterdam-One.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam One';
  src: url('../fonts/AmsterdamOneSlant-0WglP.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Amsterdam One';
  src: url('../fonts/AmsterdamOne-eZ12l.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

#specific-questions {
    visibility: visible;
    display: inline-flex;
    height: 200px;
    transition: height 0.3s ease-in-out;
}
@media (max-width: 568px) {
    #specific-questions {
        height: 320px;
    }
}
.specific-questions-hidden {
    overflow: hidden;
    height: 0 !important;
    transition: height 0.3s ease-in-out;
}
.glitter {
    position: fixed;
    border-radius: 50%;
    z-index: 10;
    pointer-events: none;
    will-change: transform, opacity;
}
@media (max-width: 760px) {
    .glitter {
        display: none;
    }
}
::selection {
    background: #d1884fad;
    color: var(--main-dark-color);
}
::-moz-selection {
    background: #d1884fad;
    color: var(--main-dark-color);
}
input::selection,
textarea::selection {
    background: #e4cdbb;
}
input::-moz-selection,
textarea::-moz-selection {
    background: #e4cdbb;
}
input::placeholder,
textarea::placeholder {
    color: #b39888 !important;
}

.datepicker-dropdown {
    background-color: var(--main-light-color) !important;
    border-radius: 6px !important;
    border: 0 !important;
    -webkit-box-shadow: 0px 48px 88px rgba(23, 9, 54, 0.08);
    box-shadow: 0px 48px 88px rgba(23, 9, 54, 0.08);
    box-sizing: border-box;
}
.datepicker-panel > ul > li {
    background-color: var(--main-light-color);
}
.datepicker-panel > ul[data-view='week'] > li {
    background-color: var(--main-light-color);
    color: var(--main-dark-color);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    height: initial;
    padding-top: 3px;
    margin-bottom: 4px;
}
.datepicker-panel > ul[data-view='week'] > li:hover {
    background-color: var(--item-hover-color);
    color: var(--main-dark-color);
    border-radius: 0px;
}
.datepicker-panel > ul[data-view='week'] li:first-child {
    border-radius: 6px 0 0 6px;
}
.datepicker-panel > ul[data-view='week'] li:last-child {
    border-radius: 0 6px 6px 0;
}
.datepicker-top-left::before,
.datepicker-top-left::after {
    display: none;
}
.datepicker-panel > ul > li.highlighted {
    color: var(--main-active-color);
    background: none !important;
    border: 1px solid var(--item-hover-color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: var(--main-active-color);
    background: var(--item-hover-color) !important;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
li[data-view='month current'],
li[data-view='year current'] {
    text-align: left;
    color: var(--main-dark-color);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 24px; */
    padding-left: 15px;
    border-radius: 6px;
}
.datepicker-panel > ul > li:hover {
    background: var(--item-hover-color) !important;
    border-radius: 6px;
}
li[data-view='month current'],
li[data-view='year current'],
li[data-view='years current'] {
    margin-bottom: 4px !important;
}
li[data-view='day'] {
    background-color: var(--main-light-color) !important;
}
.datepicker-panel > ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
@media screen and (min-width: 768px) {
    .datepicker-dropdown {
        width: 364px;
        padding: 12px;
    }
    .datepicker-panel > ul > li {
        width: 48px;
        height: 48px;
        padding-top: 10px;
    }
    li[data-view='month next'],
    li[data-view='year next'],
    li[data-view='years next'] {
        position: absolute;
        right: 18px;
    }
    li[data-view='month prev'],
    li[data-view='year prev'],
    li[data-view='years prev'] {
        position: absolute;
        right: 66px;
    }
    ul[data-view='months'] li,
    ul[data-view='years'] li {
        padding-top: 0px;
        width: 57px !important;
    }
}
@media screen and (max-width: 768px) {
    .datepicker-panel {
        transform: scale(0.97);
    }
}
  
select {
    -webkit-appearance: none;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  clear: both;
}

.nice-select:hover {
  border-color: var(--border-color-hover);
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: var(--border-color-active);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

.nice-select .list {
  background-color: var(--list-bg-color);
  color: var(--list-text-color);
  border-radius: 5px;
  box-shadow: 0 7px 20px 0px rgba(68, 68, 68, 0.11);
  border-color: 3px solid #ededed;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: var(--list-padding-top-bottom) 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: var(--list-max-height);
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: var(--list-item-line-height);
  list-style: none;
  min-height: var(--list-item-min-height);
  outline: none;
  padding-left: var(--list-item-padding-left);
  padding-right: var(--list-item-padding-right);
  text-align: left;
}

.nice-select .option:first-child {
  display: none;
}

.nice-select span.current {
  color: var(--current-field-text-color);
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--list-item-bg-color);
}

.nice-select .option.selected {
  color: #fff;
  font-weight: bold;
}

.nice-select .option:hover {
  color: var(--list-text-color-hover);
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.ms-select-svg {
  pointer-events: none;
}