/* app/assets/theme/views/pages/about/_body.css */
body {
  margin: 0;
}
@media (min-width: 768px) {
  body {
    background-image: url(/images/speech_bubble.svg), url(/images/speech_bubble2.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: -100px 700px, right 1500px;
    background-size: 680px;
  }
}
@media (min-width: 1024px) {
  body {
    background-position: -100px 300px, right 1200px;
    background-size: 1000px;
  }
}
@media (min-width: 1440px) {
  body {
    background-position: -100px 300px, right 1100px;
  }
}

/* app/assets/theme/views/pages/about/_confidentiality.css */
.confidentiality {
  margin-bottom: 50px;
}
.confidentiality h2 {
  margin: 90px 0 30px;
  font-size: 32px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .confidentiality h2 {
    font-size: 36px;
  }
}
.confidentiality .column:first-child {
  flex: 2;
}
@media (min-width: 768px) {
  .confidentiality .column:first-child {
    padding-right: 50px;
  }
}

/* app/assets/theme/views/pages/about/_goals.css */
.goals h2 {
  margin: 60px 0 10px;
  text-align: center;
  font-size: 32px;
}
@media (min-width: 768px) {
  .goals h2 {
    margin: 90px 0 30px;
    font-size: 36px;
  }
}
.goals .column {
  font-size: 18px;
  padding: 14px 0;
}
@media (min-width: 1024px) {
  .goals .column {
    padding: 14px;
  }
}
.goals .column:first-child {
  padding-left: 0;
}
.goals .column:last-child {
  padding-right: 0;
}
.goals__card {
  padding: 20px;
  background-color: var(--white);
  box-shadow: 0 1px 10px 0 rgba(83, 55, 71, 0.1);
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
  min-height: 100%;
}
@media (min-width: 321px) {
  .goals__card {
    padding: 20px 30px;
  }
}
@media (min-width: 425px) {
  .goals__card {
    padding: 30px 40px;
  }
}
@media (min-width: 768px) {
  .goals__card {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .goals__card {
    display: block;
  }
}
.goals__card p {
  font-weight: 300;
  font-size: 14px;
  color: var(--gray7);
}
.goals__card a {
  font-weight: 300;
}
.goals__card.goals__card_1 div:first-child {
  background-image: url(/images/goals_1.svg);
}
.goals__card.goals__card_2 div:first-child {
  background-image: url(/images/goals_2.svg);
}
.goals__card.goals__card_3 div:first-child {
  background-image: url(/images/goals_3.svg);
}
.goals__card > div:first-child {
  background: var(--white) url(/images/how_1.svg) no-repeat center;
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}

/* app/assets/theme/views/pages/about/_guarantee.css */
.guarantee {
  text-align: center;
  margin-top: 80px;
  padding: 90px 0 120px;
  background-color: var(--purple8);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--white);
  position: relative;
}
.guarantee .container {
  position: relative;
}
.guarantee h2 {
  margin: 25px;
  font-size: 32px;
  color: var(--white);
  line-height: 1.2;
}
@media (min-width: 768px) {
  .guarantee h2 {
    font-size: 36px;
  }
}
.guarantee p {
  font-size: 19px;
  opacity: 0.7;
  margin: 0 auto;
  max-width: 800px;
}
@media (min-width: 768px) {
  .guarantee p {
    padding: 0 100px;
  }
}
.guarantee__fade {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(48, 34, 56, 0.68);
  background-image:
    linear-gradient(
      -50deg,
      rgba(50, 42, 52, 0.8) 55%,
      rgba(50, 42, 52, 0) 100%);
}

/* app/assets/theme/views/pages/about/_hero.css */
.hero {
  background: var(--purple8) url(/images/about_hero.jpg) no-repeat center;
  width: 100%;
  display: flex;
  position: relative;
  background-size: cover;
  color: var(--white);
  z-index: 97;
}
.hero > .container {
  position: relative;
  text-align: center;
  max-width: 850px;
}
@media (min-width: 768px) {
  .hero > .container {
    padding: 0 30px;
  }
}
.hero > .container h2 {
  text-shadow: 0 0 4px rgba(56, 41, 60, 0.4);
  margin-top: 100px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 30px;
  color: var(--white);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .hero > .container h2 {
    margin-top: 180px;
    font-size: 36px;
  }
}
.hero > .container p {
  opacity: 0.9;
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero > .container p {
    font-size: 22px;
  }
}
.hero > .container p:last-child {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .hero > .container p:last-child {
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .hero > .container p:last-child {
    margin-bottom: 170px;
  }
}
.hero__nav-fade {
  height: 276px;
  background-image:
    linear-gradient(
      -180deg,
      rgba(50, 42, 52, 0.5) 0%,
      rgba(50, 42, 52, 0) 76%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.hero__bg-fade {
  background-color: var(--purple8);
  opacity: 0.68;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* app/assets/theme/views/pages/about/_navigation.css */
.nav_scrolled {
  background: transparent;
  box-shadow: none;
  z-index: 98;
  position: absolute;
  transition: top 400ms ease 0s;
}
.nav_scrolled .nav__logo {
  background: transparent url(/images/logo_white.png) no-repeat;
  background-size: contain;
  background-position: 0 10px;
  display: block;
}
.nav_scrolled .nav__logo img {
  visibility: hidden;
}
@media (max-width: 767px) {
  .nav_scrolled button,
  .nav_scrolled a {
    color: var(--white);
  }
}
.nav_scrolled .nav__link {
  color: var(--white);
}
.nav_scrolled .nav__link::before {
  background-color: var(--purple2);
}
.nav_scrolled .nav__link_login {
  color: var(--white);
  border-color: var(--white);
}
.nav_scrolled .nav__link_login:hover {
  border-color: var(--purple2);
  background-color: var(--purple2);
}
.nav_scrolled .nav__link_icon {
  color: var(--white);
}
.nav_scrolled .nav__link_icon:hover {
  border-color: var(--purple2);
  background-color: var(--purple2);
}
body > nav:not(.nav_scrolled) {
  position: fixed;
  z-index: 97;
}

/* app/assets/theme/views/pages/about/_newsletter.css */
.newsletter {
  position: relative;
  margin: 90px 0 0;
}
.newsletter .container {
  padding: 60px 10px;
  position: relative;
}
@media (min-width: 321px) {
  .newsletter .container {
    padding: 60px 30px;
  }
}
@media (min-width: 425px) {
  .newsletter .container {
    padding: 60px;
  }
}
@media (min-width: 1024px) {
  .newsletter .container {
    padding: 60px 10px;
  }
}
.newsletter .container .row {
  align-items: flex-start;
}
.newsletter .container .column:first-child {
  color: var(--black);
  font-size: 20px;
}
.newsletter .container .column:last-child {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .newsletter .container .column:last-child {
    padding-left: 40px;
    padding-top: 0;
  }
}
.newsletter input[type=email] {
  color: var(--input-color);
  background-color: var(--input-background);
  font-size: var(--input-font-size);
  font-weight: 300;
  line-height: 1.25rem;
  width: 100%;
  border-radius: 2px;
  border: 1px solid var(--input-border-color);
  transition: var(--input-transition);
  display: block;
  padding: 0.5rem;
  background-image: none;
  background-clip: padding-box;
}
.newsletter input[type=email]:hover:not(:disabled) {
  border-color: var(--input-hover-border-color);
}
.newsletter input[type=email]:focus {
  color: var(--input-color);
  background-color: var(--input-background);
  border-color: var(--input-hover-border-color);
  outline: none;
}
.newsletter input[type=email]:disabled,
.newsletter input[type=email][readonly] {
  background-color: var(--input-disabled-background);
  color: var(--input-disabled-color);
  cursor: not-allowed;
}
.newsletter input[type=email]::placeholder {
  color: var(--gray5);
  opacity: 1;
}
.newsletter input[type=submit] {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 3px;
  appearance: none;
  transition: background-color ease-in-out 0.15s;
  cursor: pointer;
  box-shadow: var(--block-shadow-min);
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  border: 1px solid transparent;
}
.newsletter input[type=submit]:hover {
  background-color: var(--link-hover-color);
  color: var(--white);
}
.newsletter input[type=submit]:disabled {
  background-color: var(--gray4);
  font-weight: 300;
  cursor: not-allowed;
  color: var(--gray6);
  box-shadow: none;
}
.newsletter .input {
  margin-bottom: 10px;
}
.newsletter .input__hint {
  color: var(--purple6);
}
.newsletter__overlay {
  background-color: var(--black);
  opacity: 0.2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* app/assets/theme/views/pages/about/_rocket.css */
.rocket {
  margin: 0 0 80px;
  text-align: center;
  color: var(--purple6);
}
@media (min-width: 1024px) {
  .rocket {
    margin: 40px 0 120px;
  }
}
.rocket h2 {
  font-size: 36px;
  margin: 20px 0 6px;
  line-height: 1.2;
}
.rocket h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 30px;
}

/* app/assets/theme/views/pages/about/_team.css */
.team h1 {
  margin: 90px 0 30px;
  text-align: center;
  font-size: 32px;
}
@media (min-width: 768px) {
  .team h1 {
    font-size: 36px;
  }
}
.team ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .team ul {
    flex-direction: row;
  }
}
.team li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 30px 10px;
  color: var(--purple6);
  background-color: var(--white);
  box-shadow: 0 1px 10px 0 rgba(83, 55, 71, 0.1);
  border-radius: 3px;
  text-align: center;
  margin: 0 8px 20px;
  flex: 1;
}
@media (min-width: 768px) {
  .team li {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .team li {
    padding: 30px;
  }
}
.team li:first-child {
  margin-left: 0;
}
.team li:last-child {
  margin-right: 0;
}
.team h2 {
  margin: 18px 0 10px;
}
.team p {
  color: var(--gray8);
  flex-grow: 1;
  line-height: 1.45;
  opacity: 0.9;
}
.team__member__links {
  margin-top: 4px;
}
.team__member__links a {
  margin: 0 5px;
  display: inline-block;
}

/* app/assets/theme/views/pages/about/_therapists.css */
.therapists > .container {
  position: relative;
  text-align: center;
  max-width: 800px;
}
.therapists > .container h2 {
  margin: 90px 0 30px;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 768px) {
  .therapists > .container h2 {
    font-size: 36px;
  }
}
.therapists > .container p {
  font-size: 16px;
}
@media (min-width: 768px) {
  .therapists > .container p {
    font-size: 18px;
  }
}

/* app/views/pages/about.css */
/*# sourceMappingURL=about.css.map */