.logo-wrapper {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  background-image: url('../images/thekardashians-s38100x12000-v13-pr12-1-3422559.jpg.webp');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.page-wrapper {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.form-wrapper {
  width: 500px;
  background-color: #fff;
  border: 1px solid rgba(156, 156, 156, .1);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: block;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, .03);
}

.form {
  width: 100%;
  padding: 1rem;
}

.text-field {
  border-radius: .5rem;
}

.text-field-2 {
  color: #000;
  border: 1px solid #000;
  border-radius: .5rem;
}

.body {
  background-color: #000;
  background-image: url('../images/default_background.jpg');
  background-position: 0 0;
  background-size: auto;
}

.logo {
  padding-top: 0;
}

.submit-button {
  background-color: #e40029;
  border-radius: .5rem;
  padding: 1rem 2rem;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
}

.faq_cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.text-style-muted {
  opacity: .75;
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.faq_cta-title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.faq_component {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.text-weight-medium {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-style-h5 {
  color: #fff;
  letter-spacing: -.015625rem;
  justify-content: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.125;
  display: flex;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #f8f9fc;
  white-space: nowrap;
  background-color: #363f72;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: .625rem;
  align-items: center;
  padding: .5rem .875rem;
  transition: color .6s, background-color .15s linear;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #293056;
}

.button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #121926;
}

.button[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 3px solid #121926;
}

.button.is-secondary {
  color: #fff;
  background-color: #e40029;
}

.button.is-secondary:hover {
  color: #293056;
  background-color: rgba(54, 63, 114, .2);
}

.heading-style-h6 {
  color: #fff;
  letter-spacing: -.015625rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.125;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.faq_item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: start;
  justify-items: start;
  padding: 1rem;
  display: grid;
}

.code-wrapper {
  width: 500px;
  background-color: #fff;
  border: 1px solid rgba(156, 156, 156, .1);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, .03);
}

.field-label {
  color: #000;
}

@media screen and (max-width: 991px) {
  .faq_cta-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .faq_item {
    padding: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .faq_cta-wrapper {
    padding: 1.5rem;
  }

  .faq_component {
    border-radius: 1rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .faq_item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding: 1.25rem;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-wrapper {
    width: 90svw;
  }

  .submit-button {
    width: 100%;
  }

  .heading {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
  }

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

  .faq_cta-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
  }

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

  .faq_cta-title-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    font-family: Montserrat, sans-serif;
    font-size: 1rem;
    line-height: 1px;
  }

  .heading-style-h5 {
    text-align: center;
  }

  .heading-style-h6 {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    display: flex;
  }

  .faq_item {
    padding: 1.5rem 1rem;
  }

  .code-wrapper {
    width: 90svw;
  }
}


