@font-face {
  font-family: Dosis Variablefont Wght;
  src: url('../fonts/Dosis-VariableFont_wght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

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

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

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

body {
  color: #333;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.logo-wrapper {
  transform: translateY(30px);
}

.hero-container {
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 35vh;
  padding: 72px;
  display: flex;
}

.heading {
  color: #f4e8de;
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 100px;
  position: static;
}

.form-slider-padding {
  padding: 72px;
}

.form-slider-step-1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 100%;
  max-width: 950px;
  display: flex;
  position: static;
  inset: 0%;
}

.form-slider-step-1.step-2 {
  display: none;
}

.form-slider-step-1.step-2.step-3.step-4.checklist-step6 {
  display: flex;
}

.form-slider-step-1.step-2.step-3.step-4.checklist-step6.upload, .form-slider-step-1.step-2.step-3.step-4.finalcheck-step7 {
  display: none;
}

.form-slider-step-1.step-2.step-3.step5, .form-slider-step-1.step-2.step-3.step-6, .form-slider-step-1.step-2.step-3.step-7, .form-slider-step-1.step-2.step-3.step-8, .form-slider-step-1.step-2.step-3.step-9, .form-slider-step-1.step-2.step-3.step-10 {
  display: flex;
}

.form-title {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: flex;
}

.form-bubbles {
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.form-questions {
  margin-left: 0;
  margin-right: 0;
  padding-left: 1px;
  padding-right: 1px;
}

.heading-2 {
  color: #32343a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
}

.text-block {
  color: #32343a;
  text-align: center;
  margin-left: 1px;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bubble-container {
  background-color: #fff3e9;
  border-radius: 20px;
  width: 80%;
  padding: 8px;
  box-shadow: 0 2px 8px -2px #0003;
}

.body {
  background-color: #f4e8de;
}

.paragraph {
  color: #32343a;
  text-align: center;
  margin: 5px;
  font-size: 17px;
  font-weight: 500;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
}

.form-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff3e9;
  border: 3px solid #436481;
  border-radius: 20px;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
  box-shadow: 0 2px 8px -2px #0003;
}

.form-box.optionals {
  padding-top: 35px;
}

.form-fields {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.form-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label {
  color: #32343a;
  margin-bottom: 0;
  padding-left: 1px;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.field-label.loved-ones-name.other-names, .field-label.email {
  padding-top: 12px;
}

.field-label.final {
  text-underline-position: auto;
  text-decoration: none;
}

.field-label.accordion {
  font-size: 16px;
}

.field-label.quote, .field-label.finaldetails {
  padding-top: 12px;
}

.form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.text-field {
  color: #32343a87;
  background-color: #fff3e9;
  border: .5px solid #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 8px 12px;
}

.text-field.is-date {
  position: relative;
}

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

.text-block-2 {
  color: #33333373;
  padding-top: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
}

.text-block-2.new {
  padding-top: 0;
}

.button-primary {
  color: #f2eadd;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #32343a;
  border-radius: 60px;
  padding: 11px 18px;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #6ca7d3;
  text-shadow: 0 3px 6px #6ca7d33d;
  background-color: #32343a;
}

.button-primary:active {
  text-shadow: 0 0 3px #45678080;
  background-color: #2f3136;
}

.button-primary.get-started, .button-primary.get-started.last {
  display: none;
}

.form-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  color: #f2eadd;
  letter-spacing: 2px;
  background-color: #32343a;
  border-radius: 60px;
  padding: 11px 18px;
  font-size: .9rem;
  font-weight: 700;
  display: none;
}

.submit-button.last {
  transition: all .2s;
  display: inline-block;
}

.submit-button.last:hover {
  color: #6ca7d3;
  text-shadow: 0 3px 6px #6ca7d33d;
}

.submit-button.last-finaldetails {
  display: block;
}

.textarea {
  color: #32343a;
  background-color: #fff3e9;
  border: .5px solid #000;
  border-radius: 5px;
}

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

.div-block {
  color: #f2eadd;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #32343a;
  border-radius: 60px;
  width: auto;
  height: 42px;
  padding: 11px 18px;
  font-size: .9rem;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.div-block:hover {
  color: #6ca7d3;
  text-shadow: 0 3px 6px #6ca7d33d;
}

.div-block.last-child {
  display: none;
}

.div-block.back {
  color: #32343a;
  background-color: #fff3e9;
  border: 1.35px solid #32343a;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
  display: flex;
}

.div-block.back:hover {
  padding-left: 0;
  padding-right: 3px;
}

.div-block.skip {
  order: 0;
  align-self: auto;
}

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

.div-block.accordion {
  letter-spacing: 1.5px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 15px;
  font-size: .85rem;
  display: flex;
}

.div-block.accordion.save {
  z-index: 1;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.form-step-wrapper {
  height: 920px;
  position: relative;
  overflow: hidden;
}

.select-field {
  color: #32343a87;
  background-color: #fff3e9;
  border: .5px solid #000;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
  overflow: visible;
}

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

.faq-container.form-accordion {
  border: .5px solid #000;
  border-radius: 10px;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.faq-item {
  border-bottom: 1px solid #32343a;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.faq-title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.text-block-3 {
  color: #32343a;
  font-size: 16px;
  line-height: 1.1em;
  font-family: Dosis Variablefont Wght, Arial, sans-serif;
}

.faq-item-icon {
  width: 1.25rem;
  max-height: 1.75rem;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
  transform: rotate(-180deg);
}

.faq-body {
  font-size: 1.25rem;
  line-height: 1.5em;
  overflow: hidden;
}

.faq-body-inner {
  padding-top: 1.6rem;
  font-size: 1.1rem;
  line-height: 1.4em;
}

.paragraph-2 {
  color: #32343ae6;
  font-size: 14px;
  line-height: 1.4em;
}

.code-embed {
  margin-bottom: 10px;
}

.button {
  letter-spacing: normal;
  background-color: #32343a;
  border-radius: 20px;
  font-weight: 700;
}

.uploader-memorio {
  color: #f2eadd;
}

.italic-text {
  font-style: normal;
}

.uc-config, .uc-file-uploader-regular, .uc-upload-ctx-provider, .span {
  color: #32343a;
}

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

@media screen and (max-width: 991px) {
  .faq-item {
    width: 100%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-title, .faq-body {
    max-width: 99%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .logo-wrapper {
    margin-left: 0;
  }

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

  .form-slider-padding {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-slider-step-1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .form-slider-step-1.step-2, .form-slider-step-1.step-2.step-3.step-4.checklist-step6.upload, .form-slider-step-1.step-2.step-3.step-4.finalcheck-step7 {
    display: none;
  }

  .form-bubbles {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block {
    display: none;
  }

  .bubble-container {
    width: 95%;
  }

  .paragraph {
    font-size: 16px;
  }

  .form-box {
    padding: 25px 20px;
  }

  .form-box.optional {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-primary.get-started {
    display: none;
  }

  .textarea {
    flex: 0 auto;
  }

  .div-block.accordion.save, .div-block.accordion._2, .div-block.accordion._3, .div-block.accordion._4, .div-block.accordion._5, .div-block.accordion._6 {
    height: 28px;
  }

  .div-block.accordion._1 {
    height: 28px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: .8rem;
  }

  .faq-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}


@font-face {
  font-family: 'Dosis Variablefont Wght';
  src: url('../fonts/Dosis-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}