/* line 4, app/assets/stylesheets/faq.scss */
:root {
  font-size: 62.5%;
}

/* line 8, app/assets/stylesheets/faq.scss */
body, main {
  background-color: #eee;
  max-width: 100dvw;
}

/* line 13, app/assets/stylesheets/faq.scss */
p {
  margin: 0;
}

/* line 17, app/assets/stylesheets/faq.scss */
header {
  width: 100%;
  background: url("/faq_illustration.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
}

/* line 23, app/assets/stylesheets/faq.scss */
header div {
  width: 100%;
  min-height: 20dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0000BB50;
  -webkit-backdrop-filter: blur(0.1em);
          backdrop-filter: blur(0.1em);
}

/* line 33, app/assets/stylesheets/faq.scss */
header div h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: .35em;
}

/* line 40, app/assets/stylesheets/faq.scss */
header div p {
  font-size: larger;
  text-align: center;
}

/* line 47, app/assets/stylesheets/faq.scss */
section {
  margin: 2em auto;
}

/* line 51, app/assets/stylesheets/faq.scss */
.faqs {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

/* line 56, app/assets/stylesheets/faq.scss */
.faqs article {
  margin: 1em 0;
}

/* line 59, app/assets/stylesheets/faq.scss */
.faqs article h2 {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .35em;
}

/* line 66, app/assets/stylesheets/faq.scss */
.faqs article p {
  font-size: 1.4rem;
}

/* line 73, app/assets/stylesheets/faq.scss */
section > div:last-of-type {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  margin: 1em auto;
  padding: 1em;
}

/* line 81, app/assets/stylesheets/faq.scss */
section > div:last-of-type h3 {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 87, app/assets/stylesheets/faq.scss */
section > div:last-of-type p {
  margin: .25em 0;
}

/* line 91, app/assets/stylesheets/faq.scss */
section > div:last-of-type button {
  height: 50px;
  padding: 1em 2em !important;
  background: #293A62 !important;
}

/* line 96, app/assets/stylesheets/faq.scss */
section > div:last-of-type button:hover {
  background: #11285e;
  box-shadow: 0.1em 0.5em 1.5em rgba(0, 0, 0, 0.1);
  border-radius: 1%;
}

/* line 103, app/assets/stylesheets/faq.scss */
section > div:last-of-type a {
  display: flex;
  align-items: center;
  gap: 1em;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: .8;
  list-style-type: none;
}

/* line 113, app/assets/stylesheets/faq.scss */
section > div:last-of-type a svg {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  /* line 121, app/assets/stylesheets/faq.scss */
  section .faqs {
    max-width: 100%;
    padding: 0 2em;
    overflow-x: auto;
    overflow-y: hidden;
  }
  /* line 127, app/assets/stylesheets/faq.scss */
  section .faqs article {
    width: 85dvw;
  }
  /* line 132, app/assets/stylesheets/faq.scss */
  section > div:last-of-type {
    flex-direction: column;
    gap: 2em;
    padding: 2em 1em;
  }
  /* line 137, app/assets/stylesheets/faq.scss */
  section > div:last-of-type h3, section > div:last-of-type p {
    text-align: center;
  }
  /* line 141, app/assets/stylesheets/faq.scss */
  section > div:last-of-type h3 {
    font-size: x-large;
  }
  /* line 145, app/assets/stylesheets/faq.scss */
  section > div:last-of-type p {
    width: 30ch;
  }
  /* line 149, app/assets/stylesheets/faq.scss */
  section > div:last-of-type svg {
    width: .5em;
  }
}

@media screen and (min-width: 768px) {
  /* line 157, app/assets/stylesheets/faq.scss */
  header div {
    min-height: 30dvh;
  }
  /* line 161, app/assets/stylesheets/faq.scss */
  section {
    max-width: 992px;
  }
  /* line 164, app/assets/stylesheets/faq.scss */
  section .faqs {
    -moz-column-gap: 3em;
         column-gap: 3em;
  }
}
