.accordion__content {
  max-height: 0;
  padding: 0 15px;
  transition: max-height .35s, padding .35s; }
  .accordion__content p:first-child {
    margin-top: 0; }
  .accordion__content p:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .accordion__content {
      padding: 0 30px; } }
.accordion__item {
  overflow: hidden;
  width: 100%; }
  .accordion__item--open .accordion__label {
    color: #58518f; }
    .accordion__item--open .accordion__label::before {
      transform: rotate(90deg); }
  .accordion__item--open .accordion__content {
    background: #fff;
    border-radius: 7.5px;
    box-shadow: 5px 4px 6px #eee;
    max-height: 100vh;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .accordion__item--open .accordion__content {
        padding: 30px; } }
  .accordion__item--open .accordion__link {
    color: #58518f; }
.accordion__label {
  cursor: pointer;
  display: flex;
  font-weight: bold;
  padding: 15px 0; }
  .accordion__label:hover {
    color: #58518f; }
  .accordion__label::before {
    color: #05d7fb;
    content: '\276F';
    height: 1rem;
    margin: 0 5px;
    text-align: center;
    transition: transform .35s; }

div,
nav,
header,
footer {
  box-sizing: border-box; }

a {
  color: #302c4e; }
  a:hover {
    color: #05d7fb; }

body {
  color: #302c4e;
  font-family: "Asap", sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0; }

h1 {
  font-family: "Raleway", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    h1 {
      font-size: 2rem; } }

h2 {
  font-family: "Raleway", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0; }

h3 {
  font-family: "Raleway", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0; }

img {
  display: block;
  width: 100%; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

.anchor {
  margin-top: calc(-8vh - 30px);
  position: absolute; }
  @media screen and (min-width: 768px) {
    .anchor {
      top: 30px; } }

.bullet-list {
  margin-left: 15px; }
  .bullet-list li {
    list-style: inherit; }

@media screen and (min-width: 768px) {
  .content-wrapper {
    padding-bottom: 190px; } }

.page-wrapper {
  margin-top: 8vh;
  min-height: 100vh;
  position: relative; }
  @media screen and (min-width: 768px) {
    .page-wrapper {
      margin-top: 60px;
      min-height: calc(100vh - 60px); } }

.terms-wrapper ol,
.terms-wrapper ul {
  padding-left: 30px; }
.terms-wrapper li {
  list-style: inherit; }

.breadcrumb {
  align-items: center;
  display: flex;
  margin-bottom: 30px; }
  .breadcrumb__separator {
    margin: 0 5px 3px; }
  .breadcrumb__link {
    color: #05d7fb;
    margin-bottom: 3px; }

.button {
  background-color: #302c4e;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Asap", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase; }

.center-container {
  max-width: 960px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .center-container {
      padding: 0 30px; } }
  @media screen and (min-width: 1024px) {
    .center-container {
      padding: 0; } }

.contact__item {
  align-items: center;
  background: #fff;
  border: 1px solid #eae9ee;
  border-radius: 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px; }
  @media screen and (min-width: 768px) {
    .contact__item:last-child {
      grid-column: 1 / 3; } }
.contact__icon {
  max-width: 48px; }
.contact__description {
  margin-top: 15px;
  text-align: center; }

.contact-grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .contact-grid {
      grid-template-columns: 1fr 1fr; } }

.cta-block {
  background: #f6f6f8;
  border-radius: 7.5px;
  display: inline-block;
  padding: 30px; }
  .cta-block__cta {
    display: flex;
    justify-content: center; }
  .cta-block__icon {
    margin-right: 10px;
    max-width: 20px;
    min-width: 20px; }
    .cta-block__icon__img {
      width: auto; }
  .cta-block__item {
    align-items: center;
    display: flex;
    margin-bottom: 15px; }
    .cta-block__item:last-child {
      margin-bottom: 0; }
  .cta-block__list {
    margin-bottom: 30px; }
  .cta-block .button {
    background: #5f31f8; }

.example {
  text-decoration: none; }
  .example__image {
    border-radius: 7.5px 7.5px 0 0;
    width: 100%; }
  .example__description {
    background: #eae9ee;
    border-radius: 0 0 7.5px 7.5px;
    font-size: .875rem;
    font-weight: 700;
    padding: 15px;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1024px) {
      .example__description {
        min-height: 69px; } }
  .example__gallery {
    display: none; }

.examples-grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .examples-grid {
      grid-template-columns: 1fr 1fr 1fr; } }

.footer {
  background: #302c4e;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .footer {
      bottom: 0;
      height: 190px;
      position: absolute; } }
  @media screen and (min-width: 768px) {
    .footer__company {
      margin-left: 30px; } }
  .footer__email {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer__email {
        text-align: left; } }
    .footer__email__link {
      color: #05d7fb; }
  .footer__group {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .footer__group:first-child {
        display: none; } }
    @media screen and (min-width: 1024px) {
      .footer__group:first-child {
        display: block; } }
  .footer__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }
    .footer__logo__img {
      max-width: 45px; }
    @media screen and (min-width: 768px) {
      .footer__logo {
        justify-content: flex-start; } }
  .footer__link {
    margin-bottom: 7.5px; }
    .footer__link__href {
      color: #fff;
      text-decoration: none; }
    .footer__link::before {
      color: #05d7fb;
      content: '\232A';
      height: 1rem;
      text-align: center;
      width: 1rem; }
  .footer__links {
    display: grid;
    grid-template-columns: 1fr; }
    @media screen and (min-width: 768px) {
      .footer__links {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media screen and (min-width: 1024px) {
      .footer__links {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
  .footer__name {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer__name {
        text-align: left; } }
  .footer__title {
    font-size: 1.25rem;
    margin-bottom: 7.5px;
    opacity: .5; }

.header {
  align-items: center;
  background: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 8vh;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }
  .header__logo {
    max-width: 120px; }
    .header__logo__img {
      width: 100%; }
  @media screen and (min-width: 768px) {
    .header {
      height: 60px; } }

.header-wrapper {
  display: flex;
  justify-content: space-between; }

.hero {
  align-items: center;
  background: #eae9ee;
  display: flex;
  height: 92vh;
  justify-content: center;
  overflow: hidden;
  padding: 60px 0;
  position: relative; }
  @media screen and (min-width: 768px) {
    .hero {
      height: auto; } }
  @media screen and (min-width: 1024px) {
    .hero {
      height: auto;
      padding: 60px; } }
  .hero__cta {
    display: flex;
    justify-content: center;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .hero__cta {
        justify-content: flex-start;
        padding: 0 30px; } }
  .hero__confetti {
    opacity: .5;
    position: absolute; }
  .hero__image {
    margin: 30px 0; }
    .hero__image--large {
      display: none; }
    .hero__image__img {
      margin-bottom: -10%;
      margin-left: -16%;
      width: 130%; }
      @media screen and (min-width: 768px) {
        .hero__image__img {
          margin: 0;
          width: 100%; } }
      @media screen and (min-width: 1024px) {
        .hero__image__img {
          margin: 0;
          width: 100%; } }
    @media screen and (min-width: 768px) {
      .hero__image {
        display: none; } }
  .hero__subtitle {
    grid-row-start: 2;
    margin-top: 15px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .hero__subtitle {
        grid-column: col1-start;
        padding: 0 30px;
        text-align: left;
        width: 40%; } }
  .hero__title {
    display: flex;
    justify-content: center;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .hero__title {
        padding: 0 30px;
        text-align: left;
        width: 40%; } }
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
    padding: 0 15px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .hero__wrapper {
        margin-bottom: 0;
        padding: 0; } }

.hero-image-large {
  display: none;
  max-width: 960px;
  position: relative;
  width: 100%; }
  .hero-image-large__image {
    position: absolute;
    right: 20px;
    top: 35px;
    width: 60%;
    z-index: 1; }
    @media screen and (min-width: 1024px) {
      .hero-image-large__image {
        position: absolute;
        right: 70px;
        top: 15px;
        width: 53%;
        z-index: 1; } }
  @media screen and (min-width: 768px) {
    .hero-image-large {
      display: block; } }

.hero-image-large-wrapper {
  display: flex;
  justify-content: center; }

.link {
  display: inline-block;
  margin-top: .5rem; }
  .link--arrow::before {
    color: #05d7fb;
    content: '\276F';
    height: 1rem;
    text-align: center;
    width: 1rem;
    margin-right: 5px; }

.logo-grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (min-width: 768px) {
    .logo-grid {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .logo-grid__item {
    display: flex;
    justify-content: center; }
  .logo-grid__image {
    max-height: 60px;
    max-width: 80px; }

.menu {
  display: none; }
  .menu--highlight {
    color: #5f31f8; }
  .menu__link {
    color: #302c4e;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase; }
    .menu__link--highlight {
      color: #5f31f8; }
    .menu__link:active {
      color: #302c4e; }
  .menu__list {
    display: flex; }
  .menu__item {
    border-left: 1px solid #302c4e;
    padding: 0 15px; }
    .menu__item:first-child {
      border: 0;
      padding-left: 0; }
    .menu__item:last-child {
      padding-right: 0; }
  @media screen and (min-width: 768px) {
    .menu {
      display: flex; } }

.mobile-menu {
  background: #5f31f8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  height: 0;
  left: 0;
  overflow: hidden;
  padding: 0 30px;
  position: fixed;
  top: 60px;
  transition: max-height .35s, padding .35s;
  width: 100%; }
  .mobile-menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .mobile-menu__item:last-child {
      border: 0; }
  .mobile-menu__link {
    color: #fff;
    display: block;
    font-size: .875rem;
    padding: 7.5px 0;
    text-decoration: none;
    text-transform: uppercase; }
    .mobile-menu__link--highlight {
      font-weight: 800; }
  .mobile-menu--open {
    height: auto;
    padding: 30px; }

.mobile-menu-toggle {
  align-items: center;
  display: flex;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase; }
  .mobile-menu-toggle__icon {
    height: .875rem;
    margin-right: 5px;
    width: .875rem; }
  @media screen and (min-width: 768px) {
    .mobile-menu-toggle {
      display: none; } }

.section {
  display: flex;
  justify-content: center;
  margin: 30px 0 15px;
  padding: 30px 0; }
  .section--grey {
    background: #f6f6f8; }
  .section__separator {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    .section__separator__line {
      background: #05d7fb;
      height: 2px;
      width: 100px; }
  .section__subtitle {
    display: flex;
    justify-content: center;
    margin-bottom: 7.5px;
    opacity: .5; }
  .section__title {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    text-align: center; }

.usp-block {
  background: #fff;
  border-radius: 7.5px;
  box-shadow: 5px 4px 6px #eee;
  padding: 30px; }
  .usp-block__body {
    text-align: center; }
  .usp-block__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 15px; }
    .usp-block__icon__img {
      max-height: 48px; }
  .usp-block__title {
    margin-bottom: 15px;
    text-align: center; }

.usp-block-list {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr; }
  @media screen and (min-width: 768px) {
    .usp-block-list {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (min-width: 1024px) {
    .usp-block-list {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }

.usp-primary {
  display: flex;
  justify-content: center;
  padding: 30px 0; }
  @media screen and (min-width: 768px) {
    .usp-primary {
      margin-top: 30px; } }
  .usp-primary__content {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .usp-primary__content {
        text-align: left; } }
  .usp-primary__section {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .usp-primary__section {
        width: 40%; } }
    .usp-primary__section--right {
      padding: 0; }
      @media screen and (min-width: 768px) {
        .usp-primary__section--right {
          padding: 0 30px;
          width: 60%; } }
  .usp-primary__title {
    margin-bottom: 15px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .usp-primary__title {
        text-align: left; } }
  .usp-primary__wrapper {
    display: flex;
    flex-wrap: wrap; }
