:root {
  --brown: #946656;
  --pink: #ffbcda;
  --black: black;
  --white: white;
  --transparent: rgba(0, 0, 0, 0);
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.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 {
  color: #141414;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 4em;
  font-weight: 900;
  line-height: .9em;
}

p {
  margin-bottom: 10px;
  font-size: 1.2em;
}

.center-w3 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.p-xl-start {
  padding-top: 6.5em;
}

.p-sm-start {
  padding-top: 2.25em;
}

.nav-items {
  z-index: 1;
  background-color: var(--brown);
  background-image: linear-gradient(#ffccea 69%, #fff);
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside {
  color: #ffccea;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.close-btn-text {
  z-index: 1;
  font-size: 1.6em;
  position: relative;
}

.nav-link {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link:hover {
  color: #fff;
  transform: scale(1.1);
}

.nav-link.btn {
  background-color: #fff;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link.btn:hover {
  color: #000;
}

.title2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.p-xs-start {
  padding-top: 1em;
}

.nav-wrapper {
  z-index: 10;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-wrapper.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.close-btn-wrapper {
  z-index: 5;
  background-color: #fff;
  background-image: linear-gradient(136deg, var(--brown) 78%, var(--pink));
  opacity: 1;
  color: #000;
  border-radius: 999em;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 45px;
}

.close-btn-wrapper:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--brown) 80%, white);
  transform: scale(1.2);
}

.p-xl-end {
  padding-bottom: 6.5em;
}

.main-nav {
  background-color: #ffbcda;
  height: 100%;
  max-height: 100px;
  position: static;
  top: 0;
}

.nav-gradient-bg {
  z-index: 0;
  background-color: var(--pink);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-wrapper {
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  margin-top: 100px;
  padding-left: 0;
  display: flex;
  position: static;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  mix-blend-mode: normal;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
  position: static;
}

.nav-toggle-btn:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.gutter-outside {
  padding-left: 40px;
  padding-right: 40px;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
}

.nav-toggle-text {
  z-index: 1;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.main-nav-inner {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.logo {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
}

.copy-medium {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2em;
}

.bg-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.position-relative, .tutorial-footer {
  z-index: 1;
  position: relative;
}

.div-block {
  height: 200px;
}

.image {
  order: 0;
  align-self: auto;
  margin-top: 149px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

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

.div-block-3 {
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar {
  background-color: var(--pink);
  overflow-wrap: normal;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  max-height: 80px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.container {
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-button {
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0;
  display: block;
}

.icon {
  aspect-ratio: auto;
  color: var(--brown);
  object-fit: fill;
  height: auto;
  max-height: none;
  padding-left: 40px;
  font-size: 50px;
}

.div-block-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 3px solid var(--pink);
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  display: inline-flex;
}

.div-block-4.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  aspect-ratio: auto;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 35.5%;
  height: 50%;
  display: inline-flex;
}

.div-block-6 {
  height: 100%;
}

.link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--brown);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  font-family: Great Vibes, cursive;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.link.nav2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.image-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  margin-top: 15px;
  display: inline-flex;
  overflow: visible;
}

.div-block-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 3px none var(--pink);
  justify-content: center;
  align-items: center;
  width: 113%;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 3px solid var(--pink);
  justify-content: space-between;
  align-items: center;
  width: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
}

.image-3 {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.quick-stack {
  width: 100%;
  max-width: 100%;
}

.div-block-9 {
  width: 100%;
  max-width: none;
}

.section {
  width: 100%;
  height: auto;
  max-height: none;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: block;
}

.div-block-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
}

.heading {
  color: var(--pink);
  text-align: left;
  white-space: nowrap;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  font-family: PT Serif, serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  display: block;
}

.button {
  background-color: var(--pink);
}

.paragraph {
  text-align: center;
  display: block;
}

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

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 40px;
  position: relative;
}

.container-3 {
  background-color: var(--brown);
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper-two {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.footer-title {
  font-family: Varela Round, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  font-family: PT Serif, serif;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: var(--pink);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

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

.button-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.quick-stack-2 {
  color: #000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  max-width: none;
}

.cell-2 {
  -webkit-text-stroke-color: #aaa5a5;
  justify-content: center;
  align-items: center;
}

.paragraph-2 {
  font-weight: 600;
}

.image-4 {
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

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

.link-2 {
  color: var(--black);
  -webkit-text-stroke-color: #000;
  text-transform: capitalize;
  font-style: italic;
  font-weight: 600;
}

.link-2:hover {
  color: var(--pink);
}

.cell-4 {
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
}

.cell-4.cell {
  box-shadow: 0 2px 7px 6px var(--brown);
}

.cell-5 {
  background-color: var(--pink);
  border: 1px #000;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cell-5.cell {
  box-shadow: 0 2px 7px 6px var(--brown);
  border-width: 0;
  padding-top: 0;
}

.cell-5.cell-copy {
  box-shadow: 0 2px 7px 6px var(--brown);
  border-width: 0;
  padding-top: 0;
  font-size: 16px;
}

.quick-stack-3 {
  margin-top: 100px;
}

.cell-4-copy {
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
}

.cell-4-copy.cell {
  box-shadow: 0 2px 7px 6px var(--brown);
  padding-top: 6px;
}

.paragraph-3 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.div-block-11 {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.section-3 {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  height: 100%;
  margin-top: 0;
  padding-top: 20px;
  display: block;
}

.section-4 {
  margin-top: 0;
  display: block;
}

.section-5 {
  display: block;
}

.text-block {
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.container-4 {
  max-width: 940px;
}

.heading-2 {
  color: var(--brown);
  text-align: center;
  text-transform: uppercase;
  margin-top: 150px;
  margin-bottom: 100px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.heading-3, .heading-4 {
  color: var(--brown);
  font-family: PT Serif, serif;
  font-weight: 300;
}

.text-block-2 {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.text-block-3 {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
}

.text-block-4 {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.text-block-5 {
  text-align: center;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-12 {
  background-color: #fff;
  border: 1px #000;
  padding: 15px 15px 40px;
  box-shadow: 0 2px 18px 4px #000;
}

.image-5 {
  background-color: var(--pink);
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  box-shadow: 0 2px 20px -2px #000;
}

.image-6 {
  background-color: var(--pink);
  box-shadow: 0 2px 20px -2px #000;
}

.container-5 {
  height: 100px;
}

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

.slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.slider-2 {
  height: 100%;
  display: block;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.slide {
  background-color: var(--brown);
  height: 100%;
}

.section-6 {
  display: block;
}

.section-7 {
  width: 100%;
  display: flex;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.field-icon {
  position: absolute;
  top: auto;
  bottom: auto;
  left: 16px;
  right: auto;
}

.field-label {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.input-field-wrap {
  margin-bottom: 24px;
}

.form-block-2 {
  margin-bottom: 0;
}

.submit-button {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 2px solid #642eff;
  border-radius: 400px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .3s;
  display: flex;
  position: relative;
  box-shadow: 2px 2px 2px rgba(114, 129, 167, .04);
}

.submit-button:hover, .submit-button:focus {
  border-color: #b197ff;
}

.date-field {
  color: #000;
  border: 1px #e9ecf0;
  border-radius: 12px;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px rgba(114, 129, 167, .04);
}

.date-field:hover {
  border-color: #ccd5e0;
}

.date-field:focus {
  border-color: #642eff;
}

.date-field::placeholder {
  color: #a0a6b0;
}

.field-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.success-message {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.card {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 420px;
  padding: 32px;
  position: relative;
  box-shadow: 34px 34px 88px rgba(23, 9, 54, .08);
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pink);
  border: 1px #000;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 35%;
  margin-top: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  box-shadow: 0 2px 20px 5px rgba(0, 0, 0, .2);
}

.section-8 {
  color: var(--brown);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--brown);
  justify-content: space-between;
  align-items: center;
  width: 40%;
  height: 100%;
  display: inline-flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  height: 7%;
  display: flex;
}

.text-field, .text-field-2, .text-field-3, .text-field-4 {
  color: var(--black);
  border-radius: 12px;
}

.text-field-5 {
  color: var(--black);
  border-radius: 12px;
  height: auto;
}

.select-field, .text-field-6, .textarea {
  color: var(--black);
  border-radius: 12px;
}

.heading-5 {
  color: var(--brown);
  justify-content: center;
  align-items: center;
  font-family: PT Serif, serif;
  font-weight: 400;
  display: flex;
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.text-span {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: PT Serif, serif;
  font-size: .9em;
  font-style: italic;
  font-weight: 700;
  display: inline-flex;
}

.field-label-2, .field-label-3 {
  text-transform: uppercase;
  font-family: PT Serif, serif;
}

.field-label-4 {
  text-transform: uppercase;
  font-family: PT Serif, serif;
  font-size: 14px;
}

.field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9, .field-label-10 {
  text-transform: uppercase;
  font-family: PT Serif, serif;
}

.paragraph-4 {
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.text-block-6 {
  text-transform: uppercase;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  font-family: PT Serif, serif;
  font-size: 24px;
}

.error-message {
  outline-offset: 0px;
  object-fit: fill;
  background-color: #a00;
  outline: 3px #946656;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 50%;
  height: 5%;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  height: 50%;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  flex-flow: column;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  display: block;
}

.image-7 {
  flex: 0 auto;
  padding-left: 113px;
  padding-right: 0;
}

.button-3 {
  color: #2e29af;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 2px solid #000;
  border-radius: 100px;
  width: 25%;
  height: auto;
  margin-top: 44px;
  padding: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.button-3:hover {
  color: #fff;
  background-color: #2e29af;
}

.cell-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.div-block-18 {
  background-color: var(--pink);
  width: 100%;
}

.section-9 {
  background-color: var(--pink);
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: flex;
  position: static;
}

.menu-button-2 {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 80%;
  display: block;
  position: static;
}

.container-6 {
  order: 0;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-19 {
  background-color: var(--pink);
  width: 100%;
  height: 75px;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-2 {
  color: var(--brown);
  object-fit: fill;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  font-size: 44px;
  display: block;
}

.checkbox-label {
  color: var(--black);
  text-transform: uppercase;
  font-family: Varela Round, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
}

.div-block-20 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

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

.heading-6 {
  color: var(--brown);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: PT Serif, serif;
  font-weight: 400;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.section-10 {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  display: flex;
}

.div-block-22 {
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: block;
}

.heading-7 {
  color: var(--brown);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-weight: 600;
}

.div-block-23 {
  background-color: var(--pink);
  margin-top: 0;
  padding: 10px;
}

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

.slider-3 {
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: relative;
}

.section-11 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mask {
  background-color: var(--pink);
  width: 100%;
}

.image-8 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.slide-2 {
  vertical-align: baseline;
}

.slide-3 {
  width: auto;
}

.div-block-24, .div-block-25, .div-block-26, .div-block-27, .div-block-28, .div-block-29, .div-block-30 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.image-10 {
  padding-left: 0;
}

.image-11 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.image-12 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.cell-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(148, 102, 86, 0);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 100px;
}

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

.quick-stack-5 {
  grid-row-gap: 0px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.heading-8 {
  color: var(--brown);
  font-family: PT Serif, serif;
}

.cell-10 {
  background-color: var(--pink);
  justify-content: center;
  align-items: center;
}

.div-block-32 {
  background-color: var(--brown);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pink);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 75px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.image-13 {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: left;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.container-7 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  max-width: none;
  height: 100%;
  display: flex;
}

.image-14 {
  object-fit: cover;
  max-height: 100%;
}

.quick-stack-6 {
  margin-top: 100px;
  padding-bottom: 100px;
}

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

.nav-wrapper-2 {
  z-index: 10;
  background-color: #f3e3e3;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.nav-wrapper-2.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.input {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 12px;
  width: 100%;
  height: 38px;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.button-4 {
  background-color: var(--transparent);
  background-image: url('../images/lojos-sweet-treats-high-resolution-logo-transparent1.png');
  background-position: 0 0;
  background-size: auto;
}

.button-4.w--current {
  background-image: url('../images/lojos-sweet-treats-high-resolution-logo-transparent1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-attachment: scroll;
}

.link-block {
  color: #000;
  text-decoration: none;
}

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

.slide-4, .slide-5 {
  background-color: var(--brown);
}

.div-block-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: url('../images/Untitled5.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-15 {
  color: #fff;
  align-self: auto;
  padding-top: 50px;
}

.block-quote {
  color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 25px;
  display: block;
}

.block-quote.other {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-16 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}

.image-16.image-50 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.image-16.other {
  margin-bottom: 43px;
}

.image-16.other-2, .image-16.other-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.image-17 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-35 {
  background-image: url('../images/Untitled5.png');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-36 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--pink);
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 50%;
  padding-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.link-block-3.w--current {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  max-width: 35%;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.flex-block-2 {
  overflow: visible;
}

.flex-block-3, .flex-block-4 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.4em;
  }

  .center-w3, .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-link {
    font-size: 8vw;
  }

  .nav-link.btn {
    font-size: 4vw;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, rgba(175, 112, 173, 0) 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, rgba(232, 135, 151, .31) 31%, rgba(232, 135, 151, 0) 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, rgba(248, 124, 98, 0) 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .gutter-outside {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div-block-4.div-block-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 25%;
    overflow: visible;
  }

  .link {
    text-align: center;
    white-space: normal;
    object-fit: fill;
    justify-content: space-between;
    width: auto;
    max-width: 50%;
    overflow: visible;
  }

  .image-2 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    overflow: visible;
  }

  .div-block-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    max-width: 25%;
    padding-right: 25px;
    overflow: visible;
  }

  .container-3 {
    max-width: 100%;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .quick-stack-2 {
    max-width: 100%;
  }

  .image-4 {
    min-width: 100%;
    overflow: visible;
  }

  .heading-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .div-block-15.phone, .submit-button-2 {
    width: auto;
  }

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

  .div-block-23 {
    width: auto;
    max-width: none;
  }

  .cell-9 {
    padding-top: 175px;
  }

  .div-block-32 {
    justify-content: center;
    align-items: center;
  }

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

  .body {
    object-fit: fill;
  }

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

  .link-block-3.w--current {
    min-width: 50%;
    max-width: 50%;
    overflow: visible;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .flex-block-2 {
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .logo {
    font-size: 1.4em;
  }

  .div-block {
    display: block;
  }

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

  .div-block-5, .div-block-7, .div-block-10 {
    display: none;
  }

  .button {
    margin-bottom: 25px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .image-4 {
    margin-top: 25px;
  }

  .heading-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

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

  .div-block-15.phone {
    width: auto;
  }

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

  .image-12 {
    margin-top: 25px;
  }

  .div-block-32 {
    margin-bottom: 25px;
  }

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

  .div-block-33.div-block-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--transparent);
    background-image: url('../images/Untitled1.png');
    background-position: 50%;
    background-size: contain;
    background-attachment: scroll;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-33.phone {
    display: none;
  }

  .flex-block-3, .flex-block-4 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .center-w3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .p-xl-start {
    padding-top: 5em;
  }

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

  .nav-link {
    font-size: 10vw;
  }

  .title2 {
    font-size: 2em;
  }

  .p-xl-end {
    padding-bottom: 5em;
  }

  .gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    overflow: hidden;
  }

  .div-block-4.div-block-8 {
    display: flex;
    overflow: clip;
  }

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

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

  .link {
    overflow: hidden;
  }

  .container-2 {
    display: inline-flex;
  }

  .image-2 {
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
  }

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

  .div-block-8 {
    overflow: clip;
  }

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

  .heading {
    text-align: center;
    white-space: normal;
    max-width: 100%;
  }

  .button {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 10px;
    display: block;
  }

  .paragraph {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-light {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .image-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-2 {
    margin-top: 50px;
    margin-bottom: 25px;
  }

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

  .text-block-2 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5 {
    text-align: center;
    white-space: normal;
    word-break: normal;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-15 {
    display: block;
  }

  .div-block-15.phone {
    width: auto;
  }

  .div-block-17.phone {
    margin-top: 25px;
  }

  .form {
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
  }

  .quick-stack-4 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: auto;
    max-height: 100%;
  }

  .heading-7 {
    white-space: normal;
    width: 100%;
    max-height: 100%;
    font-size: 2.5em;
    overflow: visible;
  }

  .slider-3 {
    width: 75%;
  }

  .section-11 {
    display: none;
  }

  .div-block-24 {
    max-width: 100%;
    max-height: 100%;
  }

  .image-12 {
    padding-top: 25px;
  }

  .div-block-32 {
    margin-bottom: 25px;
  }

  .div-block-33 {
    padding-top: 0;
    display: none;
  }

  .div-block-33.div-block-flex {
    object-fit: contain;
    background-image: url('../images/Untitled1.png');
    background-repeat: repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    height: 75px;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .div-block-33.phone {
    min-width: 100%;
    max-width: 100px;
  }

  .image-14 {
    white-space: normal;
    height: 100%;
    overflow: hidden;
  }

  .quick-stack-6 {
    max-width: 100%;
  }

  .link-block-3 {
    overflow: hidden;
  }

  .link-block-3.w--current {
    overflow: clip;
  }

  .grid {
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
    overflow: clip;
  }

  .flex-block-2 {
    display: none;
    overflow: clip;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

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

#w-node-_8e238f8a-92e4-3ea8-ff9b-953cf1be29a9-4deeed6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8dadf039-ac0a-adc8-b6d5-9e9d421157fc-4deeed6d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_33d73577-64a6-91bd-338e-264277acecaf-4deeed6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5d37f89e-07a0-711e-158c-51da445a7341-4deeed6d {
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_5d37f89e-07a0-711e-158c-51da445a7343-4deeed6d {
  grid-row: span 2 / span 2;
}

#w-node-_9c367d26-0a20-1132-a075-57962747d1a5-2747d1a2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-dce373d4-5556-a2bc-196d-6ef716c1e5f8-cb365f8f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7cc0f9fb-2047-05a3-0dda-e38a7eb586f4-cb365f8f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9bf1a086-6bd4-eff0-fbd0-399c19afae9c-cb365f8f {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-f0f4c122-6207-151c-7558-ff987895cc73-bcc0cde4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5caa16f1-8797-7cd5-7d5f-bcf338eb9db3-bcc0cde4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

@media screen and (max-width: 991px) {
  #w-node-_8e238f8a-92e4-3ea8-ff9b-953cf1be29a9-4deeed6d {
    display: none;
  }

  #w-node-_8dadf039-ac0a-adc8-b6d5-9e9d421157fc-4deeed6d {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
  }

  #w-node-dce373d4-5556-a2bc-196d-6ef716c1e5f8-cb365f8f, #w-node-f0f4c122-6207-151c-7558-ff987895cc73-bcc0cde4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8e238f8a-92e4-3ea8-ff9b-953cf1be29a9-4deeed6d, #w-node-dce373d4-5556-a2bc-196d-6ef716c1e5f8-cb365f8f, #w-node-_7cc0f9fb-2047-05a3-0dda-e38a7eb586f4-cb365f8f, #w-node-f0f4c122-6207-151c-7558-ff987895cc73-bcc0cde4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e238f8a-92e4-3ea8-ff9b-953cf1be29a9-4deeed6d, #w-node-_8dadf039-ac0a-adc8-b6d5-9e9d421157fc-4deeed6d, #w-node-dce373d4-5556-a2bc-196d-6ef716c1e5f8-cb365f8f, #w-node-_7cc0f9fb-2047-05a3-0dda-e38a7eb586f4-cb365f8f, #w-node-f0f4c122-6207-151c-7558-ff987895cc73-bcc0cde4 {
    display: none;
  }
}


