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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #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 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.heading {
  text-align: center;
  font-family: Georama, sans-serif;
  font-weight: 100;
}

.container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block {
  object-fit: contain;
  height: auto;
  overflow: visible;
}

.image {
  object-fit: scale-down;
  margin: 10px;
}

.code-block {
  text-align: center;
  border: 25px #2b2b2b;
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

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

.code-block-2 {
  text-align: left;
  border: 5px #2b2b2b;
  border-radius: 5px;
  font-size: 6px;
  line-height: 5px;
}

.link-block {
  background-image: url('../images/MS_1.png');
  background-position: 0 0;
  background-size: contain;
  text-decoration: none;
}

.link-block.w--current {
  background-image: none;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around space-between;
  align-items: center;
  padding: 0;
  display: block;
  position: relative;
}

.container-3 {
  text-align: center;
  justify-content: center;
  padding: 0;
  transition: all .6s;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30vw;
  margin: 30px 0;
  transition: all .2s;
  display: grid;
}

.div-block-3:hover {
  transform: rotate(4deg);
}

.horizontal-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.vertical {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  margin: 5px 10px 10px;
  display: flex;
}

.vertical:focus {
  text-shadow: 0 1px 1px #0003;
}

._10m {
  margin: 10px;
}

.image-3 {
  text-align: left;
  width: 100%;
  display: inline-block;
}

.image-3:hover {
  border: 1px #ff0a0a;
}

.field-label {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.rsvp-field-label {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.submit-button {
  text-align: left;
  background-color: #3898ec00;
  background-image: url('../images/SubmitButton.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  min-width: 150px;
  min-height: 76px;
  margin: 10px;
  display: inline-block;
}

.submit-button:focus {
  outline-offset: 0px;
  outline: 3px solid #fff;
}

.field {
  color: #000;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  margin: 0 17px 17px 0;
  display: block;
}

.field-label-4 {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.heading-6 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.heading-7 {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.heading-8 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

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

.container-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px;
  display: flex;
}

.image-4 {
  mix-blend-mode: normal;
  object-fit: contain;
  transform: rotate(10deg);
}

.div-block-8 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
  position: relative;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: fill;
  max-width: 50%;
  transform: rotate(0);
}

.div-block-9 {
  padding: 9px;
}

.name-div {
  transform: rotate(0);
}

.name-image {
  width: 70%;
  transform: translate(0, -7px)rotate(-4deg);
}

.image-6 {
  object-fit: contain;
  max-height: 70vh;
}

.body-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.field-2 {
  color: #000;
  object-fit: fill;
  border-radius: 10px;
  flex: 1;
  height: 100%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  transition: all .6s;
}

.field-2:focus {
  outline-offset: -3px;
  text-align: left;
  text-shadow: none;
  background-color: #fff8f8;
  background-image: linear-gradient(#0000, #fff);
  border: 1px solid red;
  border-radius: 40px;
  outline: 1px dotted #000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
  font-weight: 500;
  box-shadow: inset 13px 7px 5px #0003, 0 2px 5px #00000057;
}

.submit-button-2 {
  text-align: left;
  margin: 10px;
}

.div-block-10 {
  justify-content: flex-end;
  display: flex;
}

.image-7 {
  opacity: 0;
  position: relative;
}

.image-7:hover {
  opacity: 1;
}

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

.body-3 {
  background-image: url('../images/white.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-12 {
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}

.image-8 {
  margin-bottom: 20px;
}

.image-9 {
  max-width: 50%;
  margin-bottom: 20px;
}

.div-block-14 {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  display: grid;
}

.image-10 {
  object-fit: scale-down;
  height: 100px;
}

.image-11 {
  aspect-ratio: auto;
  object-fit: scale-down;
  width: auto;
  height: 70px;
  margin-right: 10px;
  padding-right: 0;
}

.container-5 {
  padding: 20px;
}

.image-13 {
  object-fit: fill;
  width: 100%;
  display: block;
}

.image-14 {
  text-align: left;
  object-fit: contain;
  width: 100%;
}

.image-15 {
  object-fit: contain;
  width: 100%;
}

.div-block-17 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.div-block-18 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19 {
  flex: 0 auto;
  margin: 10px;
  display: flex;
}

.div-block-20 {
  outline-offset: 0px;
  border-radius: 0;
  outline: 1px solid #333;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.header-text-image {
  object-fit: contain;
  margin-right: 0;
}

.countdown-text {
  letter-spacing: 20px;
  margin: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  transition: all .2s;
}

.div-block-23 {
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.header-text-link {
  display: flex;
}

.container-6 {
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.friday {
  box-shadow: none;
  border: 0 #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.rich-text-block-2 {
  border-right: 0 solid #000;
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.sunday {
  box-shadow: none;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.heading-14 {
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(112deg, #bcbcbc, #fff 41% 86%, #fcd9d9 104%);
  border-radius: 5px;
  flex: 0 auto;
  align-self: stretch;
  align-items: center;
  margin: 20px;
  padding: 11px;
  font-family: Bitter, serif;
  font-weight: 400;
  display: flex;
}

.cell-3 {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  border-right: .1px #000;
  border-radius: 20px;
  align-items: flex-start;
}

.cell-4 {
  border-bottom: 0 solid #000;
  border-right: 1px #000;
  border-radius: 20px;
  align-items: flex-start;
}

.quick-stack {
  grid-column-gap: 80px;
  grid-row-gap: 10px;
}

.cell-5 {
  border-right: 1px #000;
  border-radius: 20px;
}

.cell-6 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-end;
}

.cell-7 {
  background-image: url('../images/webclip.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  border-radius: 20px;
}

.cell-8 {
  border-radius: 20px;
  padding: 0;
}

.page-heading {
  outline-offset: 0px;
  color: #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  border: 0 solid #000;
  outline: 3px #333;
  flex-flow: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 900;
  display: flex;
}

.rich-text-block-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 100;
}

.rich-text-block-4 {
  color: #000;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 10;
  text-decoration: none;
}

.link-2 {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.button {
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #000;
  border-radius: 0;
  font-family: Lato, sans-serif;
  font-size: 19px;
  font-weight: 300;
  transition: all 1s;
  box-shadow: inset 2px 2px 5px #0003;
}

.button:hover {
  word-break: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  box-shadow: inset 0 2px 5px #b83434;
}

.cell-9 {
  border-radius: 20px;
}

.page-border-accomodation {
  background-image: url('../images/accomodation_2.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 102px;
  min-height: 30px;
}

.saturday {
  box-shadow: none;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.image-20 {
  background-color: #0000;
  display: block;
  overflow: visible;
}

.image-21 {
  object-fit: contain;
  object-position: 50% 0%;
  margin-bottom: 31px;
  margin-left: 51px;
  margin-right: 51px;
  display: block;
}

.section {
  margin-left: auto;
  margin-right: auto;
}

.image-22 {
  clear: none;
  vertical-align: middle;
  cursor: col-resize;
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: inline-block;
  position: static;
}

.container-7 {
  justify-content: flex-start;
  display: flex;
}

.faq-question {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-25 {
  flex-flow: column;
  display: flex;
}

.cell-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.quick-stack-2 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
}

.div-block-26 {
  min-height: 75px;
}

.timeline, .timeline-container {
  position: relative;
}

.timeline-wrapper {
  z-index: 0;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.timeline-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 160px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  position: relative;
}

.timeline-left {
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

.timeline-circle {
  background-color: red;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  position: sticky;
  top: 50vh;
}

.timeline-text {
  float: none;
  text-transform: none;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  position: static;
}

.heading-17 {
  font-family: Vollkorn, serif;
}

.timeline-progress {
  z-index: -2;
  background-color: #000;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline-progress-bar {
  z-index: -1;
  background-color: red;
  border-radius: 3px;
  width: 3px;
  height: 50vh;
  position: fixed;
  bottom: 50vh;
}

.image-23 {
  width: 20%;
}

.section-white-bg {
  z-index: 1;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-9 {
  z-index: 1;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-33 {
  margin: -10px;
}

.radio-button-label, .bold-text {
  font-weight: 400;
}

.rich-text-block-5 {
  align-self: stretch;
  padding-top: 0;
  font-weight: 400;
}

.rsvp-h1 {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.section-3 {
  z-index: auto;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.navbar-no-shadow-container {
  z-index: auto;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  transform-style: preserve-3d;
}

.navbar-brand:hover {
  transform: scale3d(1, 1, 1.2);
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.spacer-div-100 {
  z-index: 4;
  height: 100px;
  position: relative;
}

.warning-bg {
  background-image: repeating-linear-gradient(50deg, #0000, #000000b3 15%), repeating-linear-gradient(50deg, #ff880080 2%, #00000080 2.5%), repeating-linear-gradient(50deg, #000, #ff6f00 3%);
  padding: 10px;
  display: none;
}

.container-10 {
  border: 1px solid var(--white);
  background-color: #19132c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 15px;
}

.text-block-2 {
  color: #e99c8d;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-style: italic;
  font-weight: 900;
}

.spacer-10 {
  height: 10px;
}

.page-border-itinerary {
  background-image: url('../images/itinerary.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 70px;
  min-height: 30px;
}

.page-border-rsvp {
  background-image: url('../images/rsvp.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 20px;
  background-attachment: scroll;
  min-height: 30px;
}

.container-11 {
  flex-flow: column;
  padding-top: 40px;
  display: flex;
}

.image-27 {
  margin-bottom: 10px;
  transition: all .2s;
}

.image-27:hover {
  transform: rotate(0);
}

.image-27:active {
  transform: translate(0, -7px)rotate(0)rotate(0);
}

.container-12 {
  position: relative;
}

.text-block-3 {
  color: #969696;
  text-align: center;
  flex: 1;
  align-self: center;
  margin-top: 10px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.loader-div {
  z-index: 999;
  background-image: linear-gradient(#fee, #fff 38%);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.guest-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  display: grid;
}

.additional-guest-div {
  background-color: #d3c7ff;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-right: 10px;
  display: flex;
}

.additional-guest-div-wrapper {
  justify-content: space-between;
  margin: 10px;
  display: flex;
}

.horizontal-left-aligned-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.radio-div {
  margin: 10px 20px 0 0;
  padding-left: 0;
}

.guest-vertical-div {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.guest-vertical-div:focus {
  text-shadow: 0 1px 1px #0003;
}

.div-block-36 {
  background-image: url('../images/backgroundreg2-White.svg');
  background-position: 0 0;
  background-size: 200px;
  border: .01px solid #b1b1b1;
  border-radius: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  padding: 5px 10px 0;
  display: flex;
}

.horizontal-div-full {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.form-success_icon-lottie {
  width: 110px;
  position: absolute;
  inset: auto 50% 40% auto;
  transform: translate(50%, 50%);
}

.border-top {
  border-top: 1px solid #aeb0b5;
}

.input-group {
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group._2col {
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.input-label {
  z-index: 1;
  color: #212121;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.input-group_col {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.form-success_icon {
  text-align: center;
  flex: none;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-2 {
  width: 100%;
  position: relative;
}

.btn {
  color: #fff;
  background-color: #212121;
  border: 1px solid #0000;
  border-radius: 4px;
  margin-top: 12px;
  margin-right: 12px;
  padding: 8px 18px;
  text-decoration: none;
  transition: box-shadow .3s ease-out, border-color .3s ease-out;
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.btn-primary {
  background-color: #4253ff;
  border-color: #0000;
}

.btn.btn-secondary {
  color: #212121;
  background-color: #0000;
  border-color: #4253ff;
}

.btn.btn-secondary.btn-sm.btn-remove {
  display: none;
}

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

.input {
  color: #212121;
  background-color: #fff;
  border: 1px solid #aeb0b5;
  border-radius: 4px;
  height: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover, .input:focus {
  background-color: #fff;
  border-color: #4253ff;
}

.input::placeholder {
  color: #aeb0b5;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.guest-list-ui-div {
  background-image: url('../images/backgroundreg2-White.svg'), linear-gradient(#fcf4ff, #fff9f9);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: .1px solid #000;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 10px;
  box-shadow: 2px 2px 5px #0003;
}

.guest-list-ui-button {
  color: #000;
  background-color: #791daf00;
  background-image: url('../images/submit.png'), linear-gradient(#e8bbff, #fff0f0);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 0%, auto;
  border: .01px solid #000;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  transition: all .6s;
  box-shadow: inset 0 0 #ff747433, 2px 2px 5px #0003, inset 2px 2px 5px #0000;
}

.guest-list-ui-button:hover {
  box-shadow: inset 0 0 20px 5px #ff74741a, 2px 2px 5px #0000, inset 2px 2px 5px #0003;
}

.button-3 {
  margin-right: 10px;
}

.heading-19 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.heading-21 {
  font-size: 20px;
  font-weight: 700;
}

.field-label-5 {
  align-self: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.group-attending-radio-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-self: stretch;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.rsvp-guest-ui-h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.form-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.form-vertical:focus {
  text-shadow: 0 1px 1px #0003;
}

.radio-button-3 {
  display: none;
}

.group-attending-radio-field {
  background-image: url('../images/backgroundreg2-White.svg'), linear-gradient(#fff7f7, #fcf4ff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: .05px solid #a1a1a1;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  padding: 20px;
  transition: opacity .6s;
  display: flex;
  box-shadow: 2px 2px 5px #0003, inset 0 0 #0003;
}

.group-attending-radio-field.is-active-inputactive {
  background-image: url('../images/backgroundreg2-White.svg'), linear-gradient(#efebff, #fff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: .1px solid #000;
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  width: auto;
  transition: all .6s;
  box-shadow: 0 0 #0003, inset 2px 2px 5px #0003;
}

.group-attending-radio-button {
  text-align: left;
  background-image: radial-gradient(circle, #fff0, #fff0);
  border-radius: 10px;
  flex-flow: column;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 200;
  transition: all .6s;
  display: none;
  box-shadow: inset 2px 2px 5px #ff5e5e00;
}

.guest-list-ui-button-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-5 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.rsvp-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.field-label-6 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.div-block-37 {
  background-image: url('../images/backgroundreg2-White.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: 200px;
  border: .01px solid #b1b1b1;
  border-radius: 10px;
  padding: 10px;
}

.div-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-39 {
  background-image: url('../images/rsvp.png');
  background-position: 0 0;
  background-size: 30px;
  border-radius: 100px 0 0 10px;
  width: 10%;
  margin-right: 20px;
}

.div-block-39-copy {
  background-image: url('../images/rsvp.png');
  background-position: 0 0;
  background-size: 30px;
  border-radius: 0 100px 10px 0;
  width: 100%;
  height: 44px;
  margin-left: 20px;
}

.form-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.div-block-40 {
  align-self: center;
}

.text-block-7 {
  margin: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.text-block-8 {
  text-align: center;
  white-space: break-spaces;
  overflow-wrap: break-word;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
}

.group-attending-radio-button-wrapper {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  width: 40vh;
  display: flex;
}

.div-block-41 {
  object-fit: scale-down;
  width: 100%;
  display: flex;
}

.paragraph {
  text-align: center;
  font-family: Montserrat, sans-serif;
  position: absolute;
  bottom: 0;
}

._100vh-wrapper {
  min-height: 100vh;
}

.text-block-9 {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
}

.text-block-10 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  display: none;
}

.div-block-42 {
  width: 100%;
  height: 100%;
  box-shadow: 2px 2px 5px #0003;
}

.guest-decorations-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #efebff;
  border: 1px solid #4a00aa;
  border-width: .01px 1px 1px .01px;
  border-radius: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: grid;
  position: static;
  top: 0;
  bottom: 0;
  box-shadow: 2px 2px 5px #0003;
}

.link-3 {
  color: #333;
  text-decoration: underline;
}

.div-block-43 {
  justify-content: space-between;
  align-self: center;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto;
}

.div-block-44, .div-block-45 {
  flex: 1;
}

.button-4 {
  -webkit-text-fill-color: inherit;
  background-color: #3898ec00;
  background-image: linear-gradient(#00000080, #00000080), linear-gradient(#6f00cf, #0f00b9);
  background-clip: border-box;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-46 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.rsvp-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 200;
}

.joy-button {
  text-align: center;
  letter-spacing: -2.5px;
  -webkit-text-stroke-width: 2.5px;
  -webkit-text-stroke-color: #4a257b;
  background-color: #4a257b;
  border-radius: 4px;
  justify-content: center;
  padding: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.button-6 {
  font-family: Montserrat, sans-serif;
}

.div-block-47 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.text-block-11 {
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
}

.registry-button-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Withjoy Withjoy"
                 "Etsy Etsy"
                 / .25fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  display: grid;
}

.image-28 {
  margin: 5px;
}

.registry-header {
  font-family: Montserrat, sans-serif;
}

.container-13 {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field {
  display: none;
}

.guest-list-ui-button-2 {
  color: #000;
  background-color: #791daf00;
  background-image: linear-gradient(#e8bbff, #fff0f0);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border: .01px solid #000;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: none;
  box-shadow: inset 0 0 #ff747433, 2px 2px 5px #0003, inset 2px 2px 5px #0000;
}

.guest-list-ui-button-2:hover {
  box-shadow: inset 0 0 20px 5px #ff74741a, 2px 2px 5px #0000, inset 2px 2px 5px #0003;
}

.image-29 {
  border-top: 47px #000;
  border-radius: 10px;
  flex: 0 auto;
  align-self: center;
  display: none;
}

.section-4 {
  flex: 1;
}

.div-block-48 {
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-49 {
  aspect-ratio: auto;
  background-image: linear-gradient(#ffffff80, #0000), url('../images/backgroundreg2.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 200px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.etsy-button {
  text-align: center;
  background-color: #e46d2c;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: Vollkorn, serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-span {
  font-family: Open Sans, sans-serif;
  font-style: italic;
}

.div-block-50 {
  background-image: url('../images/marita1stapt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  align-self: center;
  width: 100vw;
  min-width: 200px;
  height: 50vh;
  min-height: 300px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-30 {
  border-radius: 10px;
  align-self: center;
}

.heading-22 {
  font-weight: 600;
}

.heading-23 {
  font-weight: 500;
}

.heading-24 {
  font-size: 17px;
  font-weight: 400;
}

.heading-21-copy {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-12 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle, #00000014, #fff), linear-gradient(#f0a6, #5200f6c2), repeating-linear-gradient(#f60000, orange 10%, #ff0 20%, green 30%, #00f 40%, indigo 50%, violet 60%);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.div-block-51 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: 1;
  background-image: linear-gradient(#ff00a21a, #ae7fff1a), url('../images/us2018.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto 100%;
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.image-31 {
  border: 1px dashed #000;
  border-radius: 20px;
  margin-top: 10px;
}

.div-block-52 {
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  margin: 0 200px;
  display: flex;
}

.image-32 {
  flex: 1;
  align-self: stretch;
}

.image-33 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-34 {
  margin-bottom: 10px;
}

.guest-list-ui-button---remove {
  color: #000;
  background-color: #791daf00;
  background-image: url('../images/remove2.svg'), linear-gradient(#e8bbff00, #fff0f000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 80%, auto;
  border: 0 solid #000;
  border-radius: 10px;
  padding: 20px 80px;
  font-family: Montserrat, sans-serif;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: block;
  box-shadow: inset 0 0 #ff747433, 2px 2px 5px #0000, inset 2px 2px 5px #0000;
}

.guest-list-ui-button---remove:hover {
  background-image: url('../images/remove2.svg'), linear-gradient(#e8bbff00, #fff0f000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 80%, auto;
  box-shadow: inset 0 0 20px 5px #ff74741a, 2px 2px 5px #0000, inset 2px 2px 5px #0003;
}

.guest-list-ui-button-copy---add {
  color: #000;
  background-color: #791daf00;
  background-image: url('../images/add2.svg'), linear-gradient(#e8bbff00, #fff0f000);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 80%, auto;
  border: 0 solid #000;
  border-radius: 10px;
  padding: 20px 80px;
  font-family: Montserrat, sans-serif;
  transition: all .6s;
  box-shadow: inset 0 0 #ff747400, 2px 2px 5px #0000, inset 2px 2px 5px #0000;
}

.guest-list-ui-button-copy---add:hover {
  box-shadow: inset 0 0 20px 5px #ff74741a, 2px 2px 5px #0000, inset 2px 2px 5px #0003;
}

.guest-list-ui-button---submit {
  color: #000;
  background-color: #791daf00;
  background-image: url('../images/submit.png'), linear-gradient(#e8bbff, #fff0f0);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 70%, auto;
  border: .01px solid #000;
  border-radius: 10px;
  align-self: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  transition: all .6s;
  box-shadow: inset 0 0 #ff747433, 2px 2px 5px #0003, inset 2px 2px 5px #0000;
}

.guest-list-ui-button---submit:hover {
  box-shadow: inset 0 0 20px 5px #ff74741a, 2px 2px 5px #0000, inset 2px 2px 5px #0003;
}

.div-block-54 {
  z-index: 1;
  position: relative;
}

.div-block-55 {
  display: none;
}

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

.div-block-57 {
  background-image: linear-gradient(#0000 59%, #fff);
  padding: 40px;
}

.timeline-image-div {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.marita-sam-header {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-35, .image-36 {
  position: relative;
}

.spacer-div-100-white-bg {
  z-index: 4;
  background-color: #fff;
  height: 100px;
  position: relative;
}

.spacer-10-white-bg {
  background-color: #fff;
  height: 10px;
  position: relative;
}

.section-5 {
  position: relative;
}

.div-block-58 {
  object-fit: fill;
  position: relative;
}

.body-4 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-25 {
  font-size: 20px;
}

.cell-12 {
  align-items: stretch;
}

.friday-header-itinerary {
  background-image: url('../images/friday900.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 30px;
  align-self: stretch;
  min-height: 30px;
}

.saturday-header-itinerary {
  background-image: url('../images/Saturday600.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 30px;
  background-attachment: scroll;
  align-self: stretch;
  min-height: 30px;
}

.sunday-header-itinerary {
  background-image: url('../images/sunday900.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 30px;
  background-attachment: scroll;
  align-self: stretch;
  min-height: 30px;
}

.heading-26 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.heading-27 {
  margin-top: 5px;
}

.heading-28, .heading-29 {
  margin-top: 10px;
  font-weight: 500;
}

.heading-30 {
  font-weight: 500;
}

.page-heading-no-margin {
  outline-offset: 0px;
  color: #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  border: 0 solid #000;
  outline: 3px #333;
  flex-flow: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 900;
  display: flex;
}

.success-message {
  background-color: #fff;
}

.guest-list-ui-button-remove {
  box-shadow: none;
  color: #000;
  background-color: #791daf00;
  background-image: url('../images/remove2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  border: .01px #000;
  border-radius: 10px;
  padding: 20px 80px;
  font-family: Montserrat, sans-serif;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: none;
}

.guest-list-ui-button-remove:hover {
  box-shadow: inset 0 0 20px 5px #ff74741a, 2px 2px 5px #0000, inset 2px 2px 5px #0003;
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    margin: 30px;
  }

  .image-4 {
    object-fit: contain;
  }

  .image-5 {
    object-fit: cover;
    max-width: 70%;
  }

  .name-image {
    width: 80%;
  }

  .div-block-15 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: stretch;
  }

  .image-10 {
    height: 70px;
  }

  .image-11 {
    height: 50px;
  }

  .navbar-wrapper {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: column;
  }

  .navbar-brand {
    flex: 1;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    background-color: #fff;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    padding: 12px;
  }

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

  .warning-bg {
    height: 0%;
    overflow: hidden;
  }

  .group-attending-radio-div {
    justify-content: space-around;
  }

  .group-attending-radio-field {
    flex: 1;
  }

  .div-block-53 {
    margin-left: 85px;
    margin-right: 85px;
  }
}

@media screen and (max-width: 767px) {
  .code-block {
    border-width: 0;
    font-size: 12px;
  }

  .code-block-2 {
    font-size: 1px;
    line-height: 1px;
  }

  .container-2 {
    position: static;
  }

  .div-block-3 {
    width: 50vw;
    margin: 10px;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .div-block-15 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 50%;
  }

  .image-15 {
    display: block;
  }

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

  .div-block-20 {
    flex-flow: column;
    width: 101%;
  }

  .countdown-text {
    margin: 10px;
  }

  .friday {
    align-items: flex-start;
  }

  .heading-14 {
    justify-content: flex-start;
    margin-left: 0;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .cell-6 {
    align-items: flex-start;
  }

  .cell-10 {
    justify-content: center;
  }

  .timeline-container {
    margin: 15px;
  }

  .timeline-item {
    grid-template-columns: 1fr 89px 1fr;
  }

  .timeline-progress-bar {
    z-index: -3;
  }

  .section-white-bg {
    position: relative;
  }

  .div-block-33 {
    margin: 0;
  }

  .rich-text-block-5 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .rsvp-h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .section-3 {
    z-index: 5;
    flex-flow: row;
    display: flex;
    position: static;
  }

  .navbar-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: space-between;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    position: relative;
  }

  .warning-bg {
    z-index: 1;
    display: block;
    position: relative;
  }

  .cell-11 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-11 {
    padding: 10px;
  }

  .burger-wrapper {
    z-index: 1;
    position: relative;
  }

  .text-block-4 {
    font-family: Burger Font, sans-serif;
  }

  .additional-guest-div-wrapper {
    flex-flow: column;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .card-body {
    padding: 16px 20px 20px;
  }

  .btn {
    padding: 7px 15px;
  }

  .group-attending-radio-div {
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
  }

  .group-attending-radio-field {
    flex: 1;
    padding: 20px 10px;
  }

  .group-attending-radio-button {
    font-size: 24px;
  }

  .rsvp-h2 {
    margin-top: 20px;
    font-size: 29px;
    line-height: 24px;
  }

  .form-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-8 {
    width: 100%;
  }

  .group-attending-radio-button-wrapper {
    width: auto;
  }

  .rsvp-h3 {
    margin-top: 20px;
  }

  .container-13 {
    padding: 10px;
  }

  .div-block-53 {
    margin-left: 100px;
    margin-right: 100px;
    padding-top: 20px;
  }

  .div-block-54 {
    z-index: 2;
    position: relative;
  }

  .cell-13, .cell-14, .cell-15, .cell-16 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    width: 75vw;
    margin: 10px;
  }

  .horizontal-div {
    flex-direction: column;
  }

  .container-4 {
    padding: 20px;
  }

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

  .image-10 {
    height: 40px;
  }

  .image-11 {
    height: 25px;
  }

  .image-13 {
    padding: 20px;
  }

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

  .div-block-20 {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .countdown-text {
    letter-spacing: 8px;
    margin: 0;
    font-size: 24px;
  }

  .div-block-23 {
    justify-content: space-around;
    align-items: stretch;
    margin-top: 20px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
  }

  .cell-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 37px 37px 37px 0;
  }

  .faq-question {
    object-fit: fill;
    width: 100%;
  }

  .div-block-25 {
    object-fit: fill;
    width: 100%;
    display: flex;
  }

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

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: fill;
  }

  .timeline-left {
    width: 100%;
  }

  .timeline-text {
    font-size: 100%;
  }

  .rsvp-h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .navbar-no-shadow-container {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .spacer-div-100 {
    display: none;
  }

  .warning-bg {
    padding: 20px 5px;
  }

  .container-10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-2 {
    text-align: center;
    text-transform: none;
    white-space: break-spaces;
    word-break: keep-all;
    margin-bottom: 0;
    font-size: 13px;
    overflow: visible;
  }

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

  .image-24, .image-25 {
    width: 50px;
  }

  .container-11 {
    padding-bottom: 0;
  }

  .guest-div, .additional-guest-div {
    flex-direction: column;
  }

  .additional-guest-div-wrapper {
    flex-flow: column;
  }

  .horizontal-left-aligned-div, .horizontal-div-full, .input-group_col {
    flex-direction: column;
  }

  .group-attending-radio-div {
    flex-flow: column;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .group-attending-radio-field.is-active-inputactive {
    width: auto;
  }

  .rsvp-h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-38 {
    margin-bottom: 0;
  }

  .guest-decorations-div {
    flex-direction: column;
  }

  .rsvp-h3 {
    font-size: 12px;
  }

  .joy-button {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .container-13 {
    padding: 10px;
  }

  .etsy-button {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
  }

  .text-block-12 {
    font-size: 12px;
    line-height: 10px;
  }

  .div-block-52 {
    object-fit: cover;
    width: 101%;
  }

  .div-block-53 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-31 {
    margin-top: 40px;
    font-size: 37px;
  }
}

#w-node-_256ca7a6-2cfc-67b1-3973-fa59be8e023d-1dae34a8 {
  align-self: center;
}

#w-node-e551baa9-d019-1c7c-6863-01b63813c85d-1dae34a8 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-e551baa9-d019-1c7c-6863-01b63813c85c-1dae34a8 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-e551baa9-d019-1c7c-6863-01b63813c85b-1dae34a8 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-e551baa9-d019-1c7c-6863-01b63813c85a-1dae34a8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c3728b1-6344-2253-0cf6-54a99de41e44-0f3c9786, #w-node-_9a512a60-e9f7-faf1-9910-37c9530c8548-0f3c9786, #w-node-cd292030-4ab6-544b-e7f2-adb11baf6a20-ce7f1241 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_942c9a1f-887a-89f1-56d5-ada6b796d479-ce7f1241 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#email.w-node-dda4ab11-c203-f056-4a20-e6302d599767-ce7f1241 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_2d7a95c1-e86d-559c-5bbd-133cf6b67650-ce7f1241 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_2d7a95c1-e86d-559c-5bbd-133cf6b67651-ce7f1241 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center stretch;
}

#w-node-_51b1fb8e-3c70-6741-4a6d-cdac0f79f938-43108d86 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1008b4ae-7b6e-465f-8b65-74e152c5949f-68f9819f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: .75fr 2.5fr;
}

#w-node-_85d9f5ae-abf8-c030-59d8-ecab8daef953-68f9819f, #w-node-_0f2ab5de-aaf5-6bc7-dcec-a840281b9af1-68f9819f, #w-node-b8c511a8-1b2c-2c22-032e-7b5d49ed4e60-68f9819f {
  grid-column: span 2 / span 2;
}

#w-node-a218688c-44cc-5c76-9709-9608abf931fb-6d354149 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a3e8ca9f-45fa-da54-7324-fdfb3988e9a1-6d354149 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: stretch stretch;
}

#w-node-_2b0841f3-eb54-fc65-ebb8-a2f88aa055ae-6d354149 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-a3282e79-6205-d874-8941-ecfb4e1b5418-6d354149 {
  align-self: stretch;
}

#w-node-_2f139e8c-ce9d-3846-e286-077a36fe2641-6b105f7e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_0ecb72f3-5282-acdb-83c0-2c47c79e1668-6b105f7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-d05cf88b-7688-d7f5-a8ca-96f889b6040b-15187f22, #w-node-_6aab7f24-9fdf-166c-6118-9bed3cd4bb00-15187f22, #w-node-d05cf88b-7688-d7f5-a8ca-96f889b6040b-796da159, #w-node-_6aab7f24-9fdf-166c-6118-9bed3cd4bb00-796da159, #w-node-d05cf88b-7688-d7f5-a8ca-96f889b6040b-4c12b2c2, #w-node-_6aab7f24-9fdf-166c-6118-9bed3cd4bb00-4c12b2c2 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-cd292030-4ab6-544b-e7f2-adb11baf6a20-ce7f1241 {
    justify-self: stretch;
  }

  #w-node-_2f139e8c-ce9d-3846-e286-077a36fe2641-6b105f7e {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1008b4ae-7b6e-465f-8b65-74e152c5949f-68f9819f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_434207c9-036a-53e5-7138-b2b3ae8cf3c2-68f9819f {
    grid-column: span 2 / span 2;
  }

  #w-node-f206ffdd-5bec-9420-db4b-c50bb753e596-68f9819f {
    order: 0;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1008b4ae-7b6e-465f-8b65-74e152c594a0-68f9819f, #w-node-_1008b4ae-7b6e-465f-8b65-74e152c594a1-68f9819f, #w-node-_5feb4c7b-6649-7b46-c337-89c9ba44aafd-68f9819f, #w-node-_7025303b-e237-5cda-85a0-428368e8741e-68f9819f, #w-node-f412449b-5f62-472e-eb38-c4a9b17c239e-68f9819f, #w-node-_24f4509e-d265-0163-b7b2-ccbe253e5ec4-68f9819f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_51b1fb8e-3c70-6741-4a6d-cdac0f79f938-43108d86 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1008b4ae-7b6e-465f-8b65-74e152c5949f-68f9819f {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2f139e8c-ce9d-3846-e286-077a36fe2641-6b105f7e, #w-node-_0ecb72f3-5282-acdb-83c0-2c47c79e1668-6b105f7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Burger Font';
  src: url('../fonts/BurgerFont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Burger Font';
  src: url('../fonts/BurgerFont_bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}