.sub{font-size:18px;font-weight: normal;text-transform:uppercase;letter-spacing:4px;line-height:40px}.sub.dark{color:rgba(21,20,24,.6)}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  margin-top: 0;
  font-family: var(--head);
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  font-family: var(--text);
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-style: normal;
  font-size: 6em;
  letter-spacing: 1px;
  line-height: 6.25rem;
  margin: 20px 0;
  color: var(--lightpink);
}

h2 {
  font-size: 4.6rem;
  letter-spacing: 0;
  line-height: 5rem;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 3rem;
  letter-spacing: 0.5px;
  line-height: 3.125rem;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h5.gradient {
  margin-bottom: 15px;
  background: -webkit-linear-gradient(315deg, #24C6DC 0%, #514A9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

p {
  font-family: var(--text);
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 2rem;
  padding-bottom: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.sm {
  font-size: 0.95rem;
  line-height: 1.2rem;
}

p.lg {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 500;
}

p:last-of-type {
  padding-bottom: 0px;
}

h2.light,h3.light,h4.light,h5.light,h6.light,p.light{color:var(--light-text)}
h2.dark,h3.dark,h4.dark,h5.dark,h6.dark,p.dark{color:var(--black)}

ul {
  list-style: none;
}

.content--wrapper {
  padding: 20px 0;
}

.content--wrapper ul {
  margin: 0 0 20px 20px;
}

.content--wrapper ul li {
  font-family: sofia-pro, 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #8D8D8D;
  margin-bottom: 10px;
}

.content--wrapper ul li::before {
  content: "\2022";
  color: #85D8CE;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

body a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease-in;
}

body.darkmode a {
  color: var(--darklink);
  text-decoration: none;
}

.outline-text {     
  -webkit-text-stroke: 1px #fff;
  letter-spacing: 2px;
}

.primary {
  color: var(--primary);
}

.quote {
  font-family: var(--head);
  color: var(--primary-dark);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 4rem;
  line-height: 5rem;
  text-align: left;
}

/** Block Quote **/
blockquote {
  position: relative;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 2px 2px 10px 0 rgba(199, 199, 199, 0.5);
  padding: 56px 45px 35px 45px;
  margin: 70px 0 50px 0;
}

blockquote::before {
  position: absolute;
  content: '“';
  top: -50px;
  left: 50px;
  font-family: ff-cocon-pro, 'Open Sans', Helvetica, Arial, sans-serif;
  background: -webkit-linear-gradient(315deg, #24C6DC 0%, #514A9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 170px;
  width: 100px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 170px;
}

blockquote p {
  font-style: italic;
}

/** Curves **/
.curve-bottom {
  position: absolute;
  bottom: -1px;
  width: 100%;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  z-index: 1;
}

.curve-top {
  position: absolute;
  top: -1px;
  width: 100%;
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 1;
}

.mobile-only {
  display: none;
}

@media only screen and (max-width : 992px) {
  h1 {
    font-size: 3.5em;
    letter-spacing: 0;
    line-height: 62px;
  }

  h2 {
    font-size: 2em;
    letter-spacing: 0;
    line-height: 40px;
  }

  h3 {
    font-size: 1.8em;
    letter-spacing: 0;
    line-height: 2em;
  }

  .quote {
    font-size: 2.5rem;
    line-height: 4rem;
    text-align: left;
  }
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 3em;
    line-height: 45px;
  }

  h2 {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 3.2rem;
  }
  h3 {
    font-size: 1.5em;
    letter-spacing: 0;
    line-height: 1.8em;
  }
  p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .quote {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: left;
  }
}

  @media only screen and (max-width: 768px) {
    .mobile-only {
      display: grid;
    }
  }
  