@charset "UTF-8";
body {
  overflow-x: hidden;
}

.wp-block-indiebio-section {
  overflow: hidden;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General Structure
  ## Code
  ## Cover
  ## Embeds
  ## Gallery
  ## Group
  ## Image
  ## Latest Posts
  ## List
  ## More
  ## Navigation
  ## Pullquote
  ## Quote
  ## Separator
  ## Site Tagline
  ## Table
  ## Video
# Additional Theme Styles
  ## Color Palette
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Block Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## General Structure
--------------------------------------------------------------*/
.block-editor-block-list__layout.is-root-container > .wp-block, .entry-content > * {
  max-width: 1300px;
  padding-left: 14px;
  padding-right: 14px;
  margin-left: auto;
  margin-right: auto;
}

.block-editor-block-list__layout.is-root-container > .wp-block[data-align=wide], .entry-content > .alignwide {
  max-width: 1400px;
}

.block-editor-block-list__layout.is-root-container > .wp-block[data-align=full], .entry-content > .alignfull {
  max-width: 100%;
}

.block-editor-block-list__block .owl-carousel img {
  max-width: 400px;
}

@media (max-width: 576px) {
  div#investor-logos .wp-block-column {
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
## Code
--------------------------------------------------------------*/
.wp-block-code {
  padding: 0.8em 1em;
  margin-left: 14px;
  margin-right: 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-code {
    margin-left: auto;
    margin-right: auto;
  }
}
/*--------------------------------------------------------------
## Cover
--------------------------------------------------------------*/
.wp-block-cover-text p {
  padding: 1.5em 14px;
}

@media screen and (min-width: 608px) {
  .wp-block-cover-text p {
    padding: 1.5em 0;
  }
}
/*--------------------------------------------------------------
## Embeds
--------------------------------------------------------------*/
.wp-block-embed.type-video > .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.wp-block-embed.type-video > .wp-block-embed__wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.wp-block-gallery:not(.components-placeholder) {
  margin: 1.5em auto;
}

/*--------------------------------------------------------------
## Group
--------------------------------------------------------------*/
.wp-block-group > .wp-block-group__inner-container > *:not(.entry-content) {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group > .wp-block-group__inner-container > .alignwide {
  max-width: 1400px;
}

.wp-block-group > .wp-block-group__inner-container > .alignfull {
  max-width: 100%;
}

.wp-block-group.has-background > .wp-block-group__inner-container > :first-child {
  margin-top: 0;
}

.wp-block-group.has-background > .wp-block-group__inner-container > .alignfull {
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

/*--------------------------------------------------------------
# Image
--------------------------------------------------------------*/
.wp-block-image img {
  display: block;
}

.wp-block-image.alignleft,
.wp-block-image.alignright {
  width: 100%;
}

.wp-block-image.alignfull img {
  width: 100vw;
}

.wp-block-image .alignleft img,
.wp-block-image .alignright img,
.wp-block-image .alignleft figcaption,
.wp-block-image .alignright figcaption {
  max-width: 100%;
  width: 100%;
}

/*--------------------------------------------------------------
## Latest Posts
--------------------------------------------------------------*/
ul.wp-block-latest-posts.alignwide,
ul.wp-block-latest-posts.alignfull,
ul.wp-block-latest-posts.is-grid.alignwide,
ul.wp-block-latest-posts.is-grid.alignwide {
  padding: 0 14px;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.entry-content > p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000000;
}

/*--------------------------------------------------------------
# List
--------------------------------------------------------------*/
.entry-content ul,
.entry-content ol {
  margin: 1.5em auto;
  max-width: 1040px;
  list-style-position: outside;
}

.entry-content li {
  margin-left: 2.5em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin: 0 auto;
}

.entry-content ul ul li,
.entry-content ol ol li,
.entry-content ul ol li,
.entry-content ol ul li {
  margin-left: 0;
}

/*--------------------------------------------------------------
## More
--------------------------------------------------------------*/
.more-link {
  display: block;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.wp-block-navigation-link__label {
  font-family: inherit;
  color: #01A2F2;
}

/*--------------------------------------------------------------
## Pullquote
--------------------------------------------------------------*/
.wp-block-pullquote > p:first-child {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Quote
--------------------------------------------------------------*/
.wp-block-quote {
  margin: 40px 14px;
  padding: 0;
  border: none;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}
.wp-block-quote.is-style-smaller p {
  margin: 0 20px;
  width: 880px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
}
.wp-block-quote.is-style-smaller:before {
  margin-top: 0;
}
.wp-block-quote.is-style-smaller:after {
  align-self: flex-end;
}
.wp-block-quote p {
  margin: 0 20px;
  width: 630px;
}
.wp-block-quote:before, .wp-block-quote:after {
  content: "";
  display: inline-block;
  margin-top: 0.5em;
  width: 50px;
  height: 35px;
  min-width: 50px;
  background-repeat: no-repeat;
}
.wp-block-quote:before {
  background: url("./assets/images/quote-open.svg");
}
.wp-block-quote:after {
  background: url("./assets/images/quote-close.svg");
}

.wp-block-quote > * {
  margin-left: 1rem;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 36px auto;
  padding: 0;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 644px) {
  .wp-block-quote {
    margin: 50px auto;
  }
}
/*--------------------------------------------------------------
## Separator
--------------------------------------------------------------*/
.wp-block-separator {
  margin: 3em auto;
  padding: 0;
}

/*--------------------------------------------------------------
## Site Tagline
--------------------------------------------------------------*/
.wp-block-site-tagline {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Site Title
--------------------------------------------------------------*/
.wp-block-site-title {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
## Table
--------------------------------------------------------------*/
.wp-block-table {
  overflow-x: auto;
  margin-left: 14px;
  margin-right: 14px;
  width: calc(100% - 28px);
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}

.wp-block-table td,
.wp-block-table th {
  padding: 0.5em;
}

@media screen and (min-width: 608px) {
  .wp-block-table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Video
--------------------------------------------------------------*/
.wp-block-video video {
  max-width: 1400px;
}

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: Soleil, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 82px;
  margin: 0.5em 0;
  line-height: 1.08;
}
h1 {
  font-size: 49px;
}
@media screen and (min-width: 400px) {
  h1 {
    font-size: calc(49px + 33 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 82px;
  }
}

h2 {
  font-size: 66px;
  line-height: 1.08;
  margin: 0.5em 0;
}
h2 {
  font-size: 40px;
}
@media screen and (min-width: 400px) {
  h2 {
    font-size: calc(40px + 26 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 66px;
  }
}

h3 {
  font-size: 40px;
  line-height: 1.08;
  margin: 0.5em 0;
}
h3 {
  font-size: 30px;
}
@media screen and (min-width: 400px) {
  h3 {
    font-size: calc(30px + 10 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.08;
  margin: 0.5em 0;
}
h4 {
  font-size: 23px;
}
@media screen and (min-width: 400px) {
  h4 {
    font-size: calc(23px + 5 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 23px;
  margin: 0.5em 0;
}
h5 {
  font-size: 18px;
}
@media screen and (min-width: 400px) {
  h5 {
    font-size: calc(18px + 5 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  h5 {
    font-size: 23px;
  }
}

h6 {
  font-size: 17px;
  margin: 0.5em 0;
}
h6 {
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  h6 {
    font-size: calc(15px + 2 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  h6 {
    font-size: 17px;
  }
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  font-family: Soleil, serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

.entry-header .entry-title {
  font-size: 2.44em;
  line-height: 1.4;
  margin: 1em 0 1rem;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em 1em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
  code, kbd, tt, var {
    font-size: 0.8125rem;
  }
}
p > code {
  padding: 2px;
  border-radius: 2px;
  background: #f3f4f5;
  font-size: inherit;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.site-title {
  margin: 0.4375em 0 0;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.2;
  color: #333332;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.site-branding {
  margin-bottom: 1.75em;
}

.site-description {
  margin: 0.4375em 0 0;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1.4;
  word-wrap: break-word;
  color: #6c7781;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

p {
  margin-top: 28px;
  margin-bottom: 28px;
}

blockquote, q {
  quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #01A2F2;
}

a:hover, a:focus, a:active {
  color: #00a0d2;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  border-bottom: 1px solid #e2e4e7;
  margin: 0 auto 60px;
  max-width: 580px;
  overflow: hidden;
  padding-bottom: 60px;
}

.nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  width: 50%;
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft,
.alignright {
  max-width: 580px !important;
  /* Let's work to make this !important unnecessary */
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
  max-width: 50%;
  width: 50%;
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  max-width: 100%;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.entry-meta {
  color: #6c7781;
  font-size: 90%;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  padding-left: 14px;
  padding-right: 14px;
  max-width: 1040px;
}

.entry-header .wp-post-image {
  margin-bottom: 1.5em;
}

.entry-footer span {
  margin-right: 1em;
}

.entry-footer {
  color: #6c7781;
  font-size: 90%;
  margin-top: -20px;
  margin-bottom: 150px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.entry-content .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*
Theme Name: IndieBio
Author: Cohere Studio
Author URI: http://www.coherestudio.com/
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: indiebio
Tags: best, theme, ever

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

gutenberg-starter-theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.wp-block {
  max-width: 1300px;
}

.wp-block[data-align=wide] {
  max-width: 1400px;
}

.wp-block[data-align=full] {
  max-width: none;
}

.has-gray-to-black-gradient-background, .has-gray-to-black-gradient-background *, .has-black-to-gray-gradient-background, .has-black-to-gray-gradient-background *, .has-dark-gray-background-color, .has-dark-gray-background-color *, .has-black-background-color, .has-black-background-color * {
  color: white;
}

.has-white-color {
  color: #ffffff;
}

.has-lightest-gray-color {
  color: #f7f7f7;
}

.has-light-gray-color {
  color: #c6c6c6;
}

.has-gray-color {
  color: #a4a4a4;
}

.has-dark-gray-color {
  color: #1f1f1f;
}

.has-black-color {
  color: #000000;
}

.has-black-to-gray-gradient-background {
  background: linear-gradient(180deg, #000000, #1f1f1f);
}

.has-gray-to-black-gradient-background {
  background: linear-gradient(180deg, #1f1f1f, #000000);
}

.has-yellow-to-green-gradient-background {
  background-image: linear-gradient(295deg, #a8ff39, #f6f55f 100%);
}

.has-lightest-gray-background-color {
  background: #f7f7f7;
}

.has-light-gray-background-color {
  background: #c6c6c6;
}

.has-gray-background-color {
  background: #a4a4a4;
}

.has-dark-gray-background-color {
  background: #1f1f1f;
}

.has-black-background-color {
  background: #000000;
}

body div .has-huge-font-size {
  font-size: 82px;
}
body div .has-huge-font-size {
  font-size: 49px;
}
@media screen and (min-width: 400px) {
  body div .has-huge-font-size {
    font-size: calc(49px + 33 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  body div .has-huge-font-size {
    font-size: 82px;
  }
}

body div .has-xxlarge-font-size {
  font-size: 66px;
}
body div .has-xxlarge-font-size {
  font-size: 40px;
}
@media screen and (min-width: 400px) {
  body div .has-xxlarge-font-size {
    font-size: calc(40px + 26 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  body div .has-xxlarge-font-size {
    font-size: 66px;
  }
}

body div .has-xlarge-font-size {
  font-size: 40px;
}
body div .has-xlarge-font-size {
  font-size: 30px;
}
@media screen and (min-width: 400px) {
  body div .has-xlarge-font-size {
    font-size: calc(30px + 10 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  body div .has-xlarge-font-size {
    font-size: 40px;
  }
}

body div .has-large-font-size {
  font-size: 28px;
}
body div .has-large-font-size {
  font-size: 23px;
}
@media screen and (min-width: 400px) {
  body div .has-large-font-size {
    font-size: calc(23px + 5 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  body div .has-large-font-size {
    font-size: 28px;
  }
}

body div .has-medium-font-size {
  font-size: 23px;
}
body div .has-medium-font-size {
  font-size: 18px;
}
@media screen and (min-width: 400px) {
  body div .has-medium-font-size {
    font-size: calc(18px + 5 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  body div .has-medium-font-size {
    font-size: 23px;
  }
}

body div .has-regular-font-size {
  font-size: 17px;
}
body div .has-regular-font-size {
  font-size: 15px;
}
@media screen and (min-width: 400px) {
  body div .has-regular-font-size {
    font-size: calc(15px + 2 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  body div .has-regular-font-size {
    font-size: 17px;
  }
}

.wp-block-indiebio-hero {
  padding-top: 230px;
  padding-bottom: 20px;
  position: relative;
  background-position: center !important;
  background-size: cover !important;
}
.wp-block-indiebio-hero .social-icons-links .social-icon-links {
  margin-right: 20px;
}
.wp-block-indiebio-hero .social-icons-links .social-icon-links:before {
  width: 28px;
  height: 28px;
}
.wp-block-indiebio-hero .social-icons-links .social-icon-links__sosv {
  display: block;
}
.wp-block-indiebio-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0) 36%, rgba(31, 31, 31, 0) 36%, #1f1f1f), linear-gradient(241deg, rgba(83, 83, 83, 0.22) 99%, rgba(0, 0, 0, 0.5) 0%);
}
.wp-block-indiebio-hero .ab-layout-column-wrap-admin, .wp-block-indiebio-hero .ab-layout-column-wrap {
  max-width: 1300px !important;
  margin: 0 auto !important;
  z-index: 2;
}
.wp-block-indiebio-hero .indiebio-hero__background-caption {
  opacity: 0.6;
  font-family: Soleil;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
@media (min-width: 992px) {
  .wp-block-indiebio-hero .indiebio-hero__background-caption {
    position: absolute;
    bottom: 0;
    max-width: 60%;
  }
}
.wp-block-indiebio-hero .indiebio-hero__background-caption-label {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.wp-block-indiebio-hero > .ab-layout-column-wrap-admin > .block-editor-inner-blocks > .block-editor-block-list__layout,
.wp-block-indiebio-hero > .ab-layout-column-wrap {
  grid-template-columns: 5fr 4fr;
}
.wp-block-indiebio-hero > .ab-layout-column-wrap-admin > .block-editor-inner-blocks > .block-editor-block-list__layout .ab-block-layout-column:first-child,
.wp-block-indiebio-hero > .ab-layout-column-wrap .ab-block-layout-column:first-child {
  margin-bottom: 50px;
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner {
  font-family: Soleil;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: #ffffff;
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout > *:first-child,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > *:first-child {
  margin-top: 0;
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h1, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h2, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h3, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h4, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h5, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h6,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h1,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h2,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h3,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h4,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h5,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h6 {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  font-family: Soleil;
  font-size: 82px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.01em;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h1, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h2, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h3, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h4, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h5, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h6,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h1,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h2,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h3,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h4,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h5,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h6 {
  font-size: 49px;
}
@media screen and (min-width: 400px) {
  .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h1, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h2, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h3, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h4, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h5, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h6,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h1,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h2,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h3,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h4,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h5,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h6 {
    font-size: calc(49px + 33 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h1, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h2, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h3, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h4, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h5, .wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h6,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h1,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h2,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h3,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h4,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h5,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h6 {
    font-size: 82px;
  }
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h3,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h3 {
  font-size: 74px;
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h4,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h4 {
  font-size: 66px;
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h5,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h5 {
  font-size: 54px;
}
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner > .block-editor-inner-blocks > .block-editor-block-list__layout h6,
.wp-block-indiebio-hero .wp-block-atomic-blocks-ab-column > .ab-block-layout-column-inner h6 {
  font-size: 42px;
}
.wp-block-indiebio-hero .block-editor-block-list__block .owl-carousel img {
  max-width: 400px;
}
@media (max-width: 992px) {
  .wp-block-indiebio-hero > .ab-layout-column-wrap-admin > .block-editor-inner-blocks > .block-editor-block-list__layout,
.wp-block-indiebio-hero > .ab-layout-column-wrap {
    display: block;
  }
  .wp-block-indiebio-hero > .ab-layout-column-wrap-admin > .block-editor-inner-blocks > .block-editor-block-list__layout .ab-block-layout-column > *,
.wp-block-indiebio-hero > .ab-layout-column-wrap .ab-block-layout-column > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.wp-block-columns.is-style-indiebio_stats .wp-block-column {
  text-align: center;
}
.wp-block-columns.is-style-indiebio_stats .wp-block-column:nth-child(1) p:nth-child(1) {
  color: #f01716;
}
.wp-block-columns.is-style-indiebio_stats .wp-block-column:nth-child(2) p:nth-child(1) {
  color: #ff9404;
}
.wp-block-columns.is-style-indiebio_stats .wp-block-column:nth-child(3) p:nth-child(1) {
  color: #bd4bcf;
}
.wp-block-columns.is-style-indiebio_stats .wp-block-column:nth-child(4) p:nth-child(1) {
  color: #00a651;
}
.wp-block-columns.is-style-indiebio_stats .wp-block-column:nth-child(5) p:nth-child(1) {
  color: #fed530;
}
.wp-block-columns.is-style-indiebio_stats .wp-block-column p:nth-child(1) {
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: -4.75px;
  text-align: center;
}
.wp-block-columns.is-style-indiebio_stats .wp-block-column p:nth-child(2) {
  opacity: 0.8;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: center;
}
.is-style-indiebio_dark_gradient .wp-block-columns.is-style-indiebio_stats .wp-block-column p:nth-child(2) {
  color: #ffffff;
}

.is-style-indiebio_line {
  position: relative;
  padding-bottom: 0.5em;
}
.is-style-indiebio_line:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 143px;
  min-width: 108px;
  width: 2.2em;
  max-height: 18px;
  min-height: 7px;
  height: 0.27em;
  border-radius: 50px;
  background-image: linear-gradient(to left, #a8ff39, #fff463);
}

.is-style-indiebio_line_side {
  position: relative;
  display: inline-block;
}
.is-style-indiebio_line_side:before {
  content: "";
  position: absolute;
  display: block;
  top: calc( 0.5em - 10px );
  width: calc( (100vw - 100%) / 2 - 40px );
  left: calc( (100vw - 100%) / -2 );
  right: unset;
  border-radius: 0 50px 50px 0;
  height: 18px;
  background-image: linear-gradient(to left, #a8ff39, #fff463);
}
.is-style-indiebio_line_side:after {
  content: "";
  position: absolute;
  display: block;
  top: calc( 0.5em - 10px );
  width: calc( (100vw - 100%) / 2 - 40px );
  right: calc( (100vw - 100%) / -2 );
  left: unset;
  border-radius: 50px 0 0 50px;
  height: 18px;
  background-image: linear-gradient(to left, #fff463, #a8ff39);
}

.is-style-indiebio_no_margin {
  margin: 0;
}

.wp-block-group.is-style-indiebio_dark_gradient {
  background-image: linear-gradient(to bottom, #1f1f1f, #000000);
  color: white;
}
.wp-block-group.is-style-indiebio_dark_gradient h1, .wp-block-group.is-style-indiebio_dark_gradient h2, .wp-block-group.is-style-indiebio_dark_gradient h3, .wp-block-group.is-style-indiebio_dark_gradient h4, .wp-block-group.is-style-indiebio_dark_gradient h5, .wp-block-group.is-style-indiebio_dark_gradient h6 {
  color: white;
}
.wp-block-group.wp-block.is-style-indiebio_readmore {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.wp-block-button {
  background-color: unset !important;
  background-image: unset !important;
}
.wp-block-button .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  border: none;
  letter-spacing: normal;
  text-align: center;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%) !important;
  color: #000000 !important;
}
.wp-block-button .wp-block-button__link:hover, .wp-block-button .wp-block-button__link:focus, .wp-block-button .wp-block-button__link:active {
  color: #00000099;
  outline: none;
}
.wp-block-button.is-style-fill-medium .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  border: none;
  letter-spacing: normal;
  text-align: center;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%) !important;
  color: #000000 !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}
.wp-block-button.is-style-fill-medium .wp-block-button__link:hover, .wp-block-button.is-style-fill-medium .wp-block-button__link:focus, .wp-block-button.is-style-fill-medium .wp-block-button__link:active {
  color: #00000099;
  outline: none;
}
.wp-block-button.is-style-fill-large .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  border: none;
  letter-spacing: normal;
  text-align: center;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%) !important;
  color: #000000 !important;
  min-height: 48px;
  font-size: 18px;
  padding: 0 30px;
  padding-top: 4px;
}
.wp-block-button.is-style-fill-large .wp-block-button__link:hover, .wp-block-button.is-style-fill-large .wp-block-button__link:focus, .wp-block-button.is-style-fill-large .wp-block-button__link:active {
  color: #00000099;
  outline: none;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #ffed00;
  color: #ffed00 !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #ffed00;
  outline: none;
}
.wp-block-button.is-style-outline-medium .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #ffed00;
  color: #ffed00 !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}
.wp-block-button.is-style-outline-medium .wp-block-button__link:hover, .wp-block-button.is-style-outline-medium .wp-block-button__link:focus, .wp-block-button.is-style-outline-medium .wp-block-button__link:active {
  color: #ffed00;
  outline: none;
}
.wp-block-button.is-style-outline-large .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #ffed00;
  color: #ffed00 !important;
  min-height: 48px;
  font-size: 18px;
  padding: 0 30px;
  padding-top: 4px;
}
.wp-block-button.is-style-outline-large .wp-block-button__link:hover, .wp-block-button.is-style-outline-large .wp-block-button__link:focus, .wp-block-button.is-style-outline-large .wp-block-button__link:active {
  color: #ffed00;
  outline: none;
}
.wp-block-button.is-style-outline-gray .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #919191;
  color: #919191 !important;
}
.wp-block-button.is-style-outline-gray .wp-block-button__link:hover, .wp-block-button.is-style-outline-gray .wp-block-button__link:focus, .wp-block-button.is-style-outline-gray .wp-block-button__link:active {
  color: #919191;
  outline: none;
}
.wp-block-button.is-style-outline-gray-medium .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #919191;
  color: #919191 !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}
.wp-block-button.is-style-outline-gray-medium .wp-block-button__link:hover, .wp-block-button.is-style-outline-gray-medium .wp-block-button__link:focus, .wp-block-button.is-style-outline-gray-medium .wp-block-button__link:active {
  color: #919191;
  outline: none;
}
.wp-block-button.is-style-outline-gray-large .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #919191;
  color: #919191 !important;
  min-height: 48px;
  font-size: 18px;
  padding: 0 30px;
  padding-top: 4px;
}
.wp-block-button.is-style-outline-gray-large .wp-block-button__link:hover, .wp-block-button.is-style-outline-gray-large .wp-block-button__link:focus, .wp-block-button.is-style-outline-gray-large .wp-block-button__link:active {
  color: #919191;
  outline: none;
}
.wp-block-button.is-style-outline-black .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #000000;
  color: #000000 !important;
}
.wp-block-button.is-style-outline-black .wp-block-button__link:hover, .wp-block-button.is-style-outline-black .wp-block-button__link:focus, .wp-block-button.is-style-outline-black .wp-block-button__link:active {
  color: #000000;
  outline: none;
}
.wp-block-button.is-style-outline-black-medium .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #000000;
  color: #000000 !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}
.wp-block-button.is-style-outline-black-medium .wp-block-button__link:hover, .wp-block-button.is-style-outline-black-medium .wp-block-button__link:focus, .wp-block-button.is-style-outline-black-medium .wp-block-button__link:active {
  color: #000000;
  outline: none;
}
.wp-block-button.is-style-outline-black-large .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #000000;
  color: #000000 !important;
  min-height: 48px;
  font-size: 18px;
  padding: 0 30px;
  padding-top: 4px;
}
.wp-block-button.is-style-outline-black-large .wp-block-button__link:hover, .wp-block-button.is-style-outline-black-large .wp-block-button__link:focus, .wp-block-button.is-style-outline-black-large .wp-block-button__link:active {
  color: #000000;
  outline: none;
}
.wp-block-button.is-style-outline-green .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #00a651;
  color: #00a651 !important;
}
.wp-block-button.is-style-outline-green .wp-block-button__link:hover, .wp-block-button.is-style-outline-green .wp-block-button__link:focus, .wp-block-button.is-style-outline-green .wp-block-button__link:active {
  color: #00a651;
  outline: none;
}
.wp-block-button.is-style-outline-green-medium .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #00a651;
  color: #00a651 !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}
.wp-block-button.is-style-outline-green-medium .wp-block-button__link:hover, .wp-block-button.is-style-outline-green-medium .wp-block-button__link:focus, .wp-block-button.is-style-outline-green-medium .wp-block-button__link:active {
  color: #00a651;
  outline: none;
}
.wp-block-button.is-style-outline-green-large .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #00a651;
  color: #00a651 !important;
  min-height: 48px;
  font-size: 18px;
  padding: 0 30px;
  padding-top: 4px;
}
.wp-block-button.is-style-outline-green-large .wp-block-button__link:hover, .wp-block-button.is-style-outline-green-large .wp-block-button__link:focus, .wp-block-button.is-style-outline-green-large .wp-block-button__link:active {
  color: #00a651;
  outline: none;
}
.wp-block-button.is-style-outline-square-black .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid black;
  color: black !important;
}
.wp-block-button.is-style-outline-square-black .wp-block-button__link:hover, .wp-block-button.is-style-outline-square-black .wp-block-button__link:focus, .wp-block-button.is-style-outline-square-black .wp-block-button__link:active {
  color: black;
  outline: none;
}
.wp-block-button.is-style-outline-square-black-medium .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid black;
  color: black !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}
.wp-block-button.is-style-outline-square-black-medium .wp-block-button__link:hover, .wp-block-button.is-style-outline-square-black-medium .wp-block-button__link:focus, .wp-block-button.is-style-outline-square-black-medium .wp-block-button__link:active {
  color: black;
  outline: none;
}
.wp-block-button.is-style-outline-square-black-large .wp-block-button__link {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid black;
  color: black !important;
  min-height: 48px;
  font-size: 18px;
  padding: 0 30px;
  padding-top: 4px;
}
.wp-block-button.is-style-outline-square-black-large .wp-block-button__link:hover, .wp-block-button.is-style-outline-square-black-large .wp-block-button__link:focus, .wp-block-button.is-style-outline-square-black-large .wp-block-button__link:active {
  color: black;
  outline: none;
}

.button:not(.gform_button) {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  border: none;
  letter-spacing: normal;
  text-align: center;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%) !important;
  color: #000000 !important;
}
.button:not(.gform_button):hover, .button:not(.gform_button):focus, .button:not(.gform_button):active {
  color: #00000099;
  outline: none;
}

.button--outline:not(.gform_button) {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #ffed00;
  color: #ffed00 !important;
}
.button--outline:not(.gform_button):hover, .button--outline:not(.gform_button):focus, .button--outline:not(.gform_button):active {
  color: #ffed00;
  outline: none;
}

.button--outline-gray:not(.gform_button) {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #919191;
  color: #919191 !important;
}
.button--outline-gray:not(.gform_button):hover, .button--outline-gray:not(.gform_button):focus, .button--outline-gray:not(.gform_button):active {
  color: #919191;
  outline: none;
}

.button--outline-black:not(.gform_button) {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #000000;
  color: #000000 !important;
}
.button--outline-black:not(.gform_button):hover, .button--outline-black:not(.gform_button):focus, .button--outline-black:not(.gform_button):active {
  color: #000000;
  outline: none;
}

.button--outline-green:not(.gform_button) {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #00a651;
  color: #00a651 !important;
}
.button--outline-green:not(.gform_button):hover, .button--outline-green:not(.gform_button):focus, .button--outline-green:not(.gform_button):active {
  color: #00a651;
  outline: none;
}

.button--outline-square-black:not(.gform_button) {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid black;
  color: black !important;
}
.button--outline-square-black:not(.gform_button):hover, .button--outline-square-black:not(.gform_button):focus, .button--outline-square-black:not(.gform_button):active {
  color: black;
  outline: none;
}

.button--medium:not(.gform_button) {
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}

.button--large:not(.gform_button) {
  min-height: 48px;
  font-size: 18px;
  padding: 0 30px;
  padding-top: 4px;
}

.wp-block-cover {
  border-radius: 16px;
  overflow: hidden;
  padding: 60px;
  min-height: unset;
}

.wp-block-cover__inner-container h1, .wp-block-cover__inner-container h2, .wp-block-cover__inner-container h3, .wp-block-cover__inner-container h4, .wp-block-cover__inner-container h5, .wp-block-cover__inner-container h6 {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0px;
  line-height: 1em;
}
.wp-block-cover__inner-container p {
  font-family: Soleil;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13em;
  letter-spacing: normal;
  text-align: center;
  margin: 12px 0;
}
.wp-block-cover__inner-container > p {
  font-size: 26px;
  font-weight: normal;
}

.wp-block-indiebio-cover .block-editor-block-list__layout .wp-block {
  margin-left: unset;
  margin-right: unset;
}
.wp-block-indiebio-cover .ab-layout-column-wrap {
  column-gap: 20px;
}
@media (max-width: 768px) {
  .wp-block-indiebio-cover .ab-layout-column-wrap {
    display: flex;
    flex-direction: column;
  }
}

.wp-block-indiebio-cover-column {
  position: relative;
  padding: 30px;
  padding-top: 40px;
  padding-bottom: 180px;
  border-radius: 16px;
  background-image: linear-gradient(to bottom, #f5f1ff 0%, rgba(241, 241, 241, 0.5));
  background-size: cover;
}
@media (max-width: 768px) {
  .wp-block-indiebio-cover-column:first-child {
    margin-bottom: 30px;
  }
}

.wp-block-indiebio-cover-column__content {
  text-align: center;
}
.wp-block-indiebio-cover-column__content p {
  margin: 20px auto;
  max-width: 460px;
  font-family: Soleil;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: normal;
  text-align: center;
}
.wp-block-indiebio-cover-column__content > *:first-child {
  margin-top: 0;
}
.wp-block-indiebio-cover-column__content > *:last-child {
  margin-bottom: 0;
}

.wp-block-indiebio-cover-column__caption {
  position: absolute;
  opacity: 0.8;
  color: black;
  width: 200px;
  bottom: 30px;
  right: 30px;
  text-align: right;
  line-height: 1.2;
}
.wp-block-indiebio-cover-column__caption span {
  color: black;
  display: block;
}

.site-header--has-submenu ~ .site-main .entry-content .wp-block-indiebio-section:first-child {
  padding-top: 110px;
}

.wp-block-indiebio-section {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 576px) {
  .wp-block-indiebio-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.wp-block-indiebio-section > .block-editor-inner-blocks > .block-editor-block-list__layout .wp-block-indiebio-section-header, .wp-block-indiebio-section .wp-block-indiebio-section-header {
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .wp-block-indiebio-section.section--left .wp-block-buttons {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .wp-block-indiebio-section.section--left .section__inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
  }
  .wp-block-indiebio-section.section--left .section__header {
    max-width: 340px !important;
    padding-right: 2%;
    flex: 1;
  }
  .wp-block-indiebio-section.section--left .section__header, .wp-block-indiebio-section.section--left .section__header * {
    text-align: left;
  }
  .wp-block-indiebio-section.section--left .section__body {
    flex: 1;
    padding-left: 8%;
  }
}

.wp-block-indiebio-section-header {
  font-family: Soleil;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 35px;
}
.wp-block-indiebio-section-header p {
  margin: 20px 0;
  opacity: 0.7;
}
.wp-block-indiebio-section-header h1, .wp-block-indiebio-section-header h2, .wp-block-indiebio-section-header h3, .wp-block-indiebio-section-header h4, .wp-block-indiebio-section-header h5, .wp-block-indiebio-section-header h6 {
  font-family: Soleil;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02em;
  letter-spacing: normal;
  text-align: center;
  margin: 0;
  margin-bottom: 20px;
}

.wp-block-indiebio-section-body {
  width: 100%;
}
.wp-block-indiebio-section-body > * {
  max-width: 1300px;
  margin: 0 auto;
}
.wp-block-indiebio-section-body > *.alignwide {
  max-width: 1400px;
}
.wp-block-indiebio-section-body > *.alignfull {
  max-width: none;
}
.wp-block-indiebio-section-body > *:not(:first-child) {
  margin-top: 60px;
}
.wp-block-indiebio-section-body > *:not(:last-child) {
  margin-bottom: 60px;
}

.wp-block > .wp-block-indiebio-section-body > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
  margin: 0;
  max-width: unset;
}
.wp-block > .wp-block-indiebio-section-body > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > * {
  max-width: 1300px;
  margin: 0 auto;
}
.wp-block > .wp-block-indiebio-section-body > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > *[data-align=wide] {
  max-width: 1400px;
}
.wp-block > .wp-block-indiebio-section-body > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block > *[data-align=full] {
  max-width: none;
}

.indie-bio-latest-news {
  margin-bottom: 30px;
}

.indie-bio-latest-news__item {
  padding: 17px 0;
  position: relative;
}
.indie-bio-latest-news__item:first-child {
  padding-top: 0;
}
.indie-bio-latest-news__item:last-child {
  padding-bottom: 0;
}
.indie-bio-latest-news__item:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 60px;
  height: 3px;
  background-image: linear-gradient(to left, #a8ff39, #fff463 13%);
}
.indie-bio-latest-news__item a {
  text-decoration: none;
}

.indie-bio-latest-news__item-title {
  font-family: Soleil;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: normal;
  color: #ffffff;
}
.indie-bio-latest-news__item-title {
  font-size: 19px;
}
@media screen and (min-width: 400px) {
  .indie-bio-latest-news__item-title {
    font-size: calc(19px + 3 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .indie-bio-latest-news__item-title {
    font-size: 22px;
  }
}

.indie-bio-latest-news__item--pinned .indie-bio-latest-news__item-category {
  display: none;
}
.indie-bio-latest-news__item--pinned .indie-bio-latest-news__item-title {
  font-size: 27px;
}
.indie-bio-latest-news__item--pinned .indie-bio-latest-news__item-title {
  font-size: 24px;
}
@media screen and (min-width: 400px) {
  .indie-bio-latest-news__item--pinned .indie-bio-latest-news__item-title {
    font-size: calc(24px + 3 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .indie-bio-latest-news__item--pinned .indie-bio-latest-news__item-title {
    font-size: 27px;
  }
}

.indie-bio-latest-news__item-category {
  text-transform: uppercase;
  opacity: 0.6;
  font-family: Soleil;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.indie-bio-latest-news__item-category + .indie-bio-latest-news__item-title {
  margin-top: 4px;
}

.indie-bio-latest-news__item--tweets .indie-bio-latest-news__item-category:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-left: 5px;
  background: url("./assets/images/twitter-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 576px) {
  .wp-block-indiebio-stats {
    margin: 0 -14px;
  }
}
.wp-block-indiebio-stats .ab-layout-column-wrap {
  display: flex;
  justify-content: center;
  gap: unset;
}
@media (max-width: 992px) {
  .wp-block-indiebio-stats .ab-layout-column-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .wp-block-indiebio-stats .ab-layout-column-wrap {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.wp-block-indiebio-stats .ab-layout-column-wrap .wp-block-indiebio-stats-column {
  min-width: 166px;
  margin: 18px 18px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .wp-block-indiebio-stats .ab-layout-column-wrap .wp-block-indiebio-stats-column {
    flex: 1;
  }
}
@media (max-width: 576px) {
  .wp-block-indiebio-stats .ab-layout-column-wrap .wp-block-indiebio-stats-column {
    flex-direction: row-reverse;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-end;
    border-bottom: solid 1px #353535;
    margin: 0;
    padding: 18px;
  }
  .wp-block-indiebio-stats .ab-layout-column-wrap .wp-block-indiebio-stats-column:first-child {
    border-top: solid 1px #353535;
  }
  .wp-block-indiebio-stats .ab-layout-column-wrap .wp-block-indiebio-stats-column > * {
    position: relative;
    top: 7px;
  }
  .wp-block-indiebio-stats .ab-layout-column-wrap .wp-block-indiebio-stats-column > *:last-child {
    width: 120px;
    margin-right: 15px;
    margin-top: 5px;
  }
}

.wp-block-indiebio-stats-column {
  --first-color: #ff0404;
  --second-color: #ff4d04;
}
.wp-block-indiebio-stats-column:nth-child(1) {
  --first-color: #ff0404;
  --second-color: #ff4d04;
}
.wp-block-indiebio-stats-column:nth-child(2) {
  --first-color: #ff6004;
  --second-color: #ff9404;
}
.wp-block-indiebio-stats-column:nth-child(3) {
  --first-color: #0049d1;
  --second-color: #2984ff;
}
.wp-block-indiebio-stats-column:nth-child(4) {
  --first-color: #00a651;
  --second-color: #33ff96;
}
.wp-block-indiebio-stats-column:nth-child(5) {
  --first-color: #f300ff;
  --second-color: #ff007c;
}
.wp-block-indiebio-stats-column div:first-child {
  background-image: radial-gradient(circle at 76% 0, var(--first-color), var(--second-color) 74%);
  font-family: Soleil;
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.85;
  letter-spacing: -4.75px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 5px 5px;
  display: inline-block;
}
.wp-block-indiebio-stats-column div:first-child {
  font-size: 60px;
}
@media screen and (min-width: 400px) {
  .wp-block-indiebio-stats-column div:first-child {
    font-size: calc(60px + 20 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-indiebio-stats-column div:first-child {
    font-size: 80px;
  }
}
.wp-block-indiebio-stats-column div:last-child {
  background-image: radial-gradient(circle at 72% -13%, var(--first-color), var(--second-color) 82%);
  font-family: Soleil;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 576px) {
  div#investor-logos .wp-block-column {
    max-width: 50%;
  }
}
.indiebio-media {
  display: flex;
}
@media (max-width: 768px) {
  .indiebio-media {
    flex-wrap: wrap;
    flex-direction: column !important;
  }
  .indiebio-media .indiebio-media__content, .indiebio-media .indiebio-media__image {
    max-width: 100% !important;
    width: 100%;
    padding: 0 !important;
  }
  .indiebio-media .indiebio-media__image {
    margin-bottom: 30px;
  }
}

.indiebio-media--video .indiebio-media__main-image {
  cursor: pointer;
}
.indiebio-media--video .indiebio-media__main-image::after {
  content: "";
  display: block;
  width: 108px;
  height: 107px;
  background-image: url("./assets/images/play-icon.svg"), linear-gradient(to left, #a8ff39, #fff463 100%);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 60px;
  position: absolute;
  top: calc( 50% - 54px );
  left: calc( 50% - 54px );
}

.indiebio-media--reverse {
  flex-direction: row-reverse;
}
.indiebio-media--reverse .indiebio-media__content {
  padding-left: 0;
  padding-right: 10%;
}

.indiebio-media--gap-normal:not(.indiebio-media--reverse) .indiebio-media__content {
  padding-left: 50px;
}
.indiebio-media--gap-normal.indiebio-media--reverse .indiebio-media__content {
  padding-right: 50px;
}

.indiebio-media--gap-wide:not(.indiebio-media--reverse) .indiebio-media__content {
  padding-left: 10%;
}
.indiebio-media--gap-wide.indiebio-media--reverse .indiebio-media__content {
  padding-right: 10%;
}

.indiebio-media--image-wide .indiebio-media__image {
  max-width: 55%;
}
.indiebio-media--image-wide .indiebio-media__content {
  max-width: 45%;
}

.indiebio-media__image {
  flex: 1;
  max-width: 50%;
  padding-right: 30px;
}

.indiebio-media__main-image, .indiebio-media__secondary-image {
  padding-top: 60%;
  border-radius: 16px;
  box-shadow: 0 36px 34px 0 rgba(6, 14, 51, 0.29);
  background-size: cover;
  position: relative;
}

.indiebio-media__image > .indiebio-media__image-caption {
  opacity: 0.5;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  margin: 0;
  margin-top: 20px;
}
.indiebio-media__image > .indiebio-media__image-caption {
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  .indiebio-media__image > .indiebio-media__image-caption {
    font-size: calc(14px + 6 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .indiebio-media__image > .indiebio-media__image-caption {
    font-size: 20px;
  }
}

.indiebio-media__main-image > .indiebio-media__image-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.indiebio-media__main-image > .indiebio-media__image-caption {
  font-size: 14px;
}
@media screen and (min-width: 400px) {
  .indiebio-media__main-image > .indiebio-media__image-caption {
    font-size: calc(14px + 4 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .indiebio-media__main-image > .indiebio-media__image-caption {
    font-size: 18px;
  }
}

.indiebio-media__has-secondary-image .indiebio-media__main-image, .indiebio-media__has-secondary-image .indiebio-media__secondary-image {
  width: calc( 100% - 55px );
}
.indiebio-media__has-secondary-image .indiebio-media__main-image {
  margin-left: 55px;
  z-index: 3;
}
.indiebio-media__has-secondary-image .indiebio-media__secondary-image {
  margin-top: calc( -60% + 40px );
}

.indiebio-media__content {
  flex: 1;
  max-width: 50%;
}
.indiebio-media__content > *:first-child {
  margin-top: 0;
}
.indiebio-media__content > *:last-child {
  margin-bottom: 0;
}
.indiebio-media__content p {
  font-family: Soleil;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: normal;
}

.wp-block-indiebio-features .ab-layout-column-wrap {
  grid-gap: 0 60px;
}
@media (max-width: 992px) {
  .wp-block-indiebio-features.ab-layout-columns-3 > .ab-layout-column-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2";
  }
}
@media (max-width: 576px) {
  .wp-block-indiebio-features.ab-layout-columns-3 > .ab-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1";
  }
}

.wp-block-indiebio-features-column {
  margin-bottom: 70px;
}
.wp-block-indiebio-features-column h3 {
  position: relative;
  font-family: Soleil;
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.3px;
  padding-bottom: 30px;
  margin: 0;
}
.wp-block-indiebio-features-column h3 {
  font-size: 25px;
}
@media screen and (min-width: 400px) {
  .wp-block-indiebio-features-column h3 {
    font-size: calc(25px + 15 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-indiebio-features-column h3 {
    font-size: 40px;
  }
}
.wp-block-indiebio-features-column h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 108px;
  height: 7px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #a8ff39, #fff463);
}
.wp-block-indiebio-features-column h3 a {
  text-decoration: none;
}
.wp-block-indiebio-features-column h3 a:hover {
  text-decoration: none;
  color: white;
}

.wp-block-indiebio-links-grid .ab-layout-column-wrap {
  grid-gap: 0 22px;
}
@media (max-width: 992px) {
  .wp-block-indiebio-links-grid.ab-layout-columns-3 > .ab-layout-column-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2";
  }
}
@media (max-width: 576px) {
  .wp-block-indiebio-links-grid.ab-layout-columns-3 > .ab-layout-column-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: "col1";
  }
}

.wp-block-indiebio-links-grid-column {
  margin-bottom: 22px;
}
.wp-block-indiebio-links-grid-column .links-grid__inner {
  padding: 35px 44px 29px 39px;
  border-radius: 16px;
  box-shadow: 0 17px 29px 0 rgba(54, 205, 255, 0.5);
  background-color: #ffffff;
}
.wp-block-indiebio-links-grid-column h3 {
  font-family: Soleil;
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
}
.wp-block-indiebio-links-grid-column h3:after {
  content: "";
  display: inline-block;
  height: 34px;
  min-width: 37px;
  width: 37px;
  background: url("./assets/images/square-arrow.svg") no-repeat center;
  background-size: contain;
  margin-left: 20px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}
.wp-block-indiebio-links-grid-column h3 a {
  text-decoration: none;
  color: #000000;
}
.wp-block-indiebio-links-grid-column h3 a:hover, .wp-block-indiebio-links-grid-column h3 a:focus, .wp-block-indiebio-links-grid-column h3 a:active {
  color: black;
  text-decoration: none;
}
.wp-block-indiebio-links-grid-column p {
  font-family: Soleil;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5em;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
}
.wp-block-indiebio-links-grid-column p a {
  text-decoration: none;
  color: #000000;
}
.wp-block-indiebio-links-grid-column p a:hover, .wp-block-indiebio-links-grid-column p a:focus, .wp-block-indiebio-links-grid-column p a:active {
  color: black;
  text-decoration: none;
}

.is-style-steps {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 576px) {
  .is-style-steps {
    flex-wrap: wrap;
  }
}
.is-style-steps li.list-line {
  position: relative;
  margin: 0;
  flex: 1;
}
@media (max-width: 576px) {
  .is-style-steps li.list-line {
    display: none;
  }
}
.is-style-steps li.list-line:last-child {
  display: none;
}
.is-style-steps li.list-line::after {
  content: "";
  display: block;
  height: 5px;
  border-radius: 10px;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  position: absolute;
  left: -10px;
  right: -10px;
  top: 55px;
}
.is-style-steps li:not(.list-line) {
  counter-increment: steps;
  text-align: center;
  margin: 0;
  max-width: 200px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 576px) {
  .is-style-steps li:not(.list-line) {
    min-width: 100%;
    margin-bottom: 30px;
  }
}
.is-style-steps li:not(.list-line):nth-child(1)::after {
  left: calc( 200px*1 + 5% );
}
.is-style-steps li:not(.list-line):nth-child(2)::after {
  left: calc( 200px*2 + 5% );
}
.is-style-steps li:not(.list-line)::before {
  content: "0" counter(steps) ".";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
  height: 115px;
  border-radius: 16px;
  border: 2px solid #a8ff39;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

body.home .site-header {
  z-index: 10;
  position: relative;
}
body.home .site-header + * {
  margin-top: -109px;
}

body:not(.home) .site-header {
  background: black;
}

body.menu-open {
  position: fixed;
  width: 100vw;
}
@media (max-width: 992px) {
  body.menu-open .site-header__inner {
    top: calc( var(--promo-bar-height) * -1 );
    margin-top: 30px;
  }
}

.site-header {
  z-index: 10;
  position: relative;
  padding: 0 15px;
}
.site-header.transparent {
  background: unset !important;
  border-bottom: solid 1px #ffffff33;
}
.site-header.transparent--no-border {
  border-bottom: unset;
}
.site-header.toggled {
  background: #1f1f1f !important;
  padding-top: 15px;
}
.site-header.toggled .main-navigation {
  z-index: 999;
  margin-top: 140px;
  padding: 0;
  padding-bottom: 180px;
}
.site-header .site-header__inner {
  position: relative;
  transition: top 0.3s;
  top: 0;
  height: 109px;
  padding-bottom: 30px;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  align-items: flex-end;
}
.site-header .site-header__brand img {
  width: 219px;
  vertical-align: top;
  height: 50px;
}
.site-header .site-header__actions {
  height: 47px;
  display: inline-flex;
  align-items: center;
}
.site-header .site-header__search {
  position: relative;
  height: 41px;
  width: 39px;
}
.site-header .site-header__search.open .site-header__search-inner input {
  padding: 0 39px;
  opacity: 1;
  max-width: 100%;
  border-radius: 50px;
}
.site-header .site-header__search.open .site-header__search-inner #magnifying-glass {
  fill: black;
}
.site-header .site-header__search.open .site-header__search-inner circle#Oval-Copy {
  stroke: transparent;
}
.site-header .site-header__search.open .site-header__search-inner svg * {
  fill: black;
}
.site-header .site-header__search.close {
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
}
.site-header .site-header__search-inner {
  position: absolute;
  right: 0;
  top: 0;
}
.site-header .site-header__search-inner input {
  max-width: calc( 100vw - 45px );
  width: 100%;
  height: 41px;
  border-radius: 19.5px;
  width: 100%;
  height: 41px;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  border: none;
  outline: none;
  padding: 0;
  width: 39px;
  opacity: 0;
  transition: all 0.3s;
}
.site-header .site-header__search-inner svg * {
  transition: all 0.3s;
}
.site-header .site-header__search-inner .site-header__search-icon {
  position: absolute;
  height: 39px;
  width: 39px;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.site-header .main-navigation {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
  flex: 1;
}
.site-header .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.site-header .site-header__menu-toggle .menu-toggle {
  padding: 0;
  background: none;
  border: none;
  outline: none;
  vertical-align: bottom;
}
.site-header .site-header__copyright {
  padding: 30px;
  margin-bottom: 50px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6c6c6c;
}
.site-header #primary-menu > li.button-link > a {
  margin-left: 30px;
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  border: none;
  letter-spacing: normal;
  text-align: center;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%) !important;
  color: #000000 !important;
  height: 40px;
}
.site-header #primary-menu > li.button-link > a:hover, .site-header #primary-menu > li.button-link > a:focus, .site-header #primary-menu > li.button-link > a:active {
  color: #00000099;
  outline: none;
}
@media (max-width: 992px) {
  .site-header {
    /* Small menu. */
  }
  .site-header .site-header__inner .site-header__actions {
    height: 60px;
  }
  .site-header .site-header__inner .site-header__actions .site-header__search .site-header__search-inner input {
    height: 50px;
  }
  .site-header .site-header__inner .site-header__actions .site-header__search .site-header__search-inner .site-header__search-icon {
    border: 1px solid white;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    left: -5px;
  }
  .site-header .site-header__inner .site-header__actions .site-header__search .site-header__search-inner .site-header__search-icon svg {
    position: relative;
    z-index: 9;
  }
  .site-header .site-header__inner .site-header__actions .site-header__search.open .site-header__search-inner .site-header__search-icon.search-close {
    display: block;
    left: 90%;
    width: 40px;
    height: 40px;
    margin: auto;
    padding: 5px 0 5px 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .site-header .site-header__inner .site-header__actions .site-header__search.open .site-header__search-inner .site-header__search-icon.search-close {
    left: 87%;
  }
}
@media (max-width: 992px) {
  .site-header .site-header__inner .site-header__actions .site-header__search.open .site-header__search-inner .site-header__search-icon {
    border: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  .site-header .site-header__menu-toggle {
    display: block;
  }
  .site-header .site-header__menu-toggle img {
    vertical-align: bottom;
  }
}
@media (max-width: 992px) {
  .site-header .site-header__brand {
    flex: 1;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .site-header .site-header__inner > * {
    z-index: 2;
    position: relative;
  }
}
@media (max-width: 992px) {
  .site-header .hamburger-icon {
    display: none;
  }
}
@media (max-width: 992px) {
  .site-header:not(.toggled) .main-navigation {
    height: 0;
    padding-top: 0px;
  }
  .site-header:not(.toggled) .site-header__menu-toggle .close-icon {
    display: none;
  }
  .site-header:not(.toggled) .site-header__menu-toggle .hamburger-icon {
    display: block;
  }
}
@media (max-width: 992px) {
  .site-header .main-navigation {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #1f1f1f;
    margin: 0;
    max-width: unset;
    padding-top: 109px;
    transition: all 0.4s;
    overflow-y: auto;
  }
  .admin-bar .site-header .main-navigation {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .site-header #primary-menu > li {
    border-top: solid 2px #3c3c3c;
  }
  .site-header #primary-menu > li:last-child {
    border-bottom: solid 2px #3c3c3c;
    padding: 10px;
  }
  .site-header #primary-menu > li > a {
    text-align: left;
    display: flex;
    text-decoration: none;
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 30px;
    justify-content: space-between;
    outline: none;
  }
  .site-header #primary-menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("./assets/images/plus-icon-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .site-header #primary-menu > li.sub-menu--open > a:after {
    background-image: url("./assets/images/minus-icon-white@2x.png");
  }
  .site-header #primary-menu > li .sub-menu {
    list-style: none;
    padding: 30px;
    padding-top: 0;
    margin: 0;
  }
  .site-header #primary-menu > li .sub-menu > li > a {
    text-align: left;
    display: block;
    font-family: Soleil;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.33;
    letter-spacing: normal;
    color: #979797;
    text-decoration: none;
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .site-header .site-header__menu-toggle {
    display: none;
  }
  .site-header form.site-header__search.open .search-close {
    left: 90%;
  }
  .site-header .site-header__copyright {
    display: none;
  }
  .site-header #primary-menu > li {
    height: 87px;
    display: inline-flex;
    align-items: flex-end;
  }
  .site-header #primary-menu > li > a {
    height: 47px;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    padding: 0 15px;
  }
  .site-header #primary-menu > li.current-menu-item:not(.button-link) > a, .site-header #primary-menu > li:not(.button-link):hover > a {
    color: #ffed00;
  }
  .site-header #primary-menu > li.current-menu-item:not(.button-link) > a:before, .site-header #primary-menu > li:not(.button-link):hover > a:before {
    content: "";
    position: absolute;
    top: -32px;
    left: calc( 50% - 2px );
    height: 15px;
    width: 4px;
    background: #ffed00;
  }
  .site-header .main-navigation ul ul {
    position: absolute;
    top: 100%;
    z-index: 99999;
    left: calc( (100vw - 100%) / -2 );
    right: calc( (100vw - 100%) / -2 );
    display: none;
    height: 54px;
    align-items: center;
    justify-content: center;
  }
  .site-header #primary-menu > li.current-menu-item > ul {
    display: flex !important;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  }
  .site-header #primary-menu > li.current-menu-item > ul a {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a4a4a4;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    border-bottom: solid 4px transparent;
    padding: 0;
    padding-top: 4px;
    margin: 0 20px;
    transition: all 0.3s;
  }
  .site-header #primary-menu > li.current-menu-item > ul a:hover {
    color: #ffed00;
    border-bottom: solid 4px #ffed00;
  }
}

.site-header__search-icon.search-open {
  z-index: 999 !important;
}

@media (max-width: 1240px) and (min-width: 994px) {
  .site-header #primary-menu > li > a {
    font-size: 14px;
    padding: 0 7px;
  }

  .site-header .site-header__brand img {
    width: 180px;
  }

  .site-header #primary-menu > li.button-link > a {
    margin-left: 10px;
    min-height: 30px;
    padding: 0 15px;
    font-size: 15px;
  }
}
.site-footer {
  margin: 0;
  background: #1f1f1f;
  color: white;
  overflow: hidden;
}

.site-footer__nav {
  border-bottom: solid 2px rgba(255, 255, 255, 0.12);
}
@media (min-width: 576px) {
  .site-footer__nav {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.site-footer__nav-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

.menu-footer-menu-container .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.menu-footer-menu-container .menu > li {
  flex: 1;
  max-width: 25%;
}
.menu-footer-menu-container .menu > li > a {
  display: block;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 12px;
  outline: none;
}
.menu-footer-menu-container .menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-footer-menu-container .menu .sub-menu > li > a {
  display: block;
  opacity: 0.62;
  font-family: Soleil;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.13;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .menu-footer-menu-container .menu {
    flex-wrap: wrap;
  }
  .menu-footer-menu-container .menu > li {
    flex: unset;
    width: 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .menu-footer-menu-container .menu {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .menu-footer-menu-container .menu > li {
    flex: unset;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    border-top: solid 2px #3c3c3c;
  }
  .menu-footer-menu-container .menu > li > a {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    margin-bottom: 0;
  }
  .menu-footer-menu-container .menu > li.menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("./assets/images/plus-icon-white.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .menu-footer-menu-container .menu > li.sub-menu--open > a:after {
    background-image: url("./assets/images/minus-icon-white@2x.png");
  }
  .menu-footer-menu-container .menu .sub-menu {
    padding: 0 30px;
    padding-bottom: 20px;
  }
}

.site-footer__community {
  border-bottom: solid 2px rgba(255, 255, 255, 0.12);
}

.site-footer__community-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .site-footer__community-inner {
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
.site-footer__community-inner > * {
  flex: 1;
  padding: 70px;
}
@media (max-width: 768px) {
  .site-footer__community-inner > * {
    flex: unset !important;
    width: 100%;
    padding: 50px 30px !important;
    max-width: unset !important;
  }
}
.site-footer__community-inner > * > label {
  font-family: Soleil;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  letter-spacing: normal;
  color: #ffffff;
  display: block;
}
.site-footer__community-inner > * > label:not(:last-child) {
  margin-bottom: 16px;
}
.site-footer__community-inner > *:first-child {
  padding-left: 0;
  padding-right: 20px;
}
.site-footer__community-inner > *:last-child {
  padding-left: 40px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .site-footer__community-inner > *:last-child {
    text-align: right;
  }
}

.site-footer__newsletter {
  flex: 2;
  max-width: 500px;
  background-color: rgba(242, 242, 249, 0.07);
  border: solid 2px rgba(255, 255, 255, 0.12);
}
@media (min-width: 768px) {
  .site-footer__newsletter {
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .site-footer__newsletter {
    border-left: none;
    border-right: none;
  }
}

.site-footer__newsletter-form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0 !important;
  grid-row-gap: 20px !important;
}
.site-footer__newsletter-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .submit-button {
  background-image: linear-gradient(301deg, #a8ff39, #f6f55f 100%, #fff463 0%), linear-gradient(to bottom, #ffed00, #ffed00);
  color: #383845;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.site-footer__newsletter-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html .submit-button::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 29px;
  background: url("./assets/images/send-icon.svg") no-repeat center;
}
.site-footer__newsletter-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield_html {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6c6c6c;
}
.site-footer__newsletter-form .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: solid 2px #ffed00;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
.site-footer__newsletter-form .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container input::placeholder {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6c6c6c;
  opacity: 1;
}

.site-footer__we-are-sosv {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.site-footer__we-are-sosv-image {
  flex: 3;
  padding-right: 20px;
  text-align: right;
}
.site-footer__we-are-sosv-image img {
  vertical-align: bottom;
  min-width: 70px;
}

.site-footer__we-are-sosv-text {
  border-left: solid 1px rgba(255, 255, 255, 0.4);
  padding: 5px 0 5px 20px;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color: #6c6c6c;
  flex: 4;
  text-align: left;
}

.site-footer__copyright {
  padding: 26px 0;
}
@media (max-width: 576px) {
  .site-footer__copyright {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.site-footer__copyright-inner {
  max-width: 1300px;
  margin: 0 auto;
  opacity: 0.4;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/* Trends */
.companies-list__trends {
  padding: 0 50px;
}

.companies-list__trends-carousel {
  position: relative;
}
.companies-list__trends-carousel .owl-dots {
  display: none;
}
.companies-list__trends-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 22px);
  left: -50px;
  right: -50px;
}
.companies-list__trends-carousel .owl-nav .owl-prev, .companies-list__trends-carousel .owl-nav .owl-next {
  position: absolute;
  width: 26px;
  height: 44px;
  background-image: url("./assets/images/slider-arrow-next.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.companies-list__trends-carousel .owl-nav .owl-prev span, .companies-list__trends-carousel .owl-nav .owl-next span {
  display: none;
}
.companies-list__trends-carousel .owl-nav .owl-prev.disabled, .companies-list__trends-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
.companies-list__trends-carousel .owl-nav .owl-prev {
  left: 0;
  transform: rotate(180deg);
}
.companies-list__trends-carousel .owl-nav .owl-next {
  right: 0;
}
.companies-list__trends-carousel .owl-item:nth-child(4n+1) .companies-list__trends-item-title {
  background-image: radial-gradient(circle at 100% 0, #ff007c, #f300ff 100%);
}
.companies-list__trends-carousel .owl-item:nth-child(4n+2) .companies-list__trends-item-title {
  background-image: radial-gradient(circle at 100% 0, #ff9404, #ff6004 100%);
}
.companies-list__trends-carousel .owl-item:nth-child(4n+3) .companies-list__trends-item-title {
  background-image: radial-gradient(circle at 100% 0, #33ff96, #00a651 100%);
}
.companies-list__trends-carousel .owl-item:nth-child(4n+4) .companies-list__trends-item-title {
  background-image: radial-gradient(circle at 100% 0, #2984ff, #0049d1 100%);
}

.companies-list__trends-item {
  padding-top: 100%;
  position: relative;
}

.block-editor-inner-blocks .owl-carousel .companies-list__trends-item {
  max-width: 24%;
  display: inline-flex;
  height: auto;
  padding: 0;
}
.block-editor-inner-blocks .theme-popup .theme-popup__content {
  display: none;
}
.block-editor-inner-blocks .companies-list__trends-item-inner {
  bottom: auto;
}

.companies-list__trends-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #030303;
  border-radius: 32px;
  padding: 35px 31px 27px 29px;
  display: flex;
  flex-direction: column;
}

.companies-list__trends-item-title {
  font-size: 39px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: -2.31px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 14px;
}
.companies-list__trends-item-title {
  font-size: 26px;
}
@media screen and (min-width: 400px) {
  .companies-list__trends-item-title {
    font-size: calc(26px + 13 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .companies-list__trends-item-title {
    font-size: 39px;
  }
}

.companies-list__trends-item-content {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 14px;
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* Trends */
.companies-list {
  background: #f7f7f7;
  padding-top: 45px;
  padding-bottom: 100px;
  margin-top: 60px;
  margin-left: calc( (100vw - 100%) / -2 );
  margin-right: calc( (100vw - 100%) / -2 );
  padding-left: 15px;
  padding-right: 15px;
}

.companies-list__container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .companies-list__container {
    display: flex;
    flex-direction: column;
  }
}

.companies-list__sidebar {
  flex: 0 0 auto;
  width: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  .companies-list__sidebar {
    display: flex;
    flex-direction: column;
  }
}

.companies-list__content {
  flex: 1 1 0px;
  width: auto;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (min-width: 768px) {
  .companies-list__content {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .companies-list__content {
    min-height: unset;
  }
}

@media (min-width: 768px) {
  .companies-list__filters {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .companies-list__filters {
    width: 300px;
  }
}

.companies-list__pagination {
  text-align: center;
  margin-top: 50px;
}
.companies-list__pagination button {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  border: none;
  letter-spacing: normal;
  text-align: center;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%) !important;
  color: #000000 !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
  text-transform: uppercase;
}
.companies-list__pagination button:hover, .companies-list__pagination button:focus, .companies-list__pagination button:active {
  color: #00000099;
  outline: none;
}

.companies-list__search .facetwp-input-wrap {
  width: 100%;
}
.companies-list__search .facetwp-input-wrap .facetwp-search {
  min-width: 100px;
}
.companies-list__search .facetwp-input-wrap .facetwp-icon {
  display: none;
}
.companies-list__search input[type=text] {
  opacity: 0.81;
  border-radius: 19.5px;
  background-color: #000000;
  padding: 8px 32px;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  outline: none;
}
.companies-list__search input[type=submit] {
  display: none;
}

.companies-list__filter {
  border-top: 1px solid #979797;
  margin-top: 30px;
}
.companies-list__filter > h5 {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  margin: 0;
  min-height: 44px;
  display: flex;
  align-items: center;
}

.companies-list__filter-options {
  margin-top: 20px;
}
.companies-list__filter-options .facetwp-checkbox {
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.companies-list__filter-options .facetwp-checkbox, .companies-list__filter-options .facetwp-checkbox.checked {
  background-image: none;
  background: none;
  padding: 0px;
}
.companies-list__filter-options .facetwp-checkbox .facetwp-counter {
  position: absolute;
  right: 0;
  color: #a4a4a4;
}
.companies-list__filter-options .facetwp-checkbox:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 11px 0 0;
  border-radius: 3px;
  border: solid 1px #979797;
}
.companies-list__filter-options .facetwp-checkbox.checked {
  font-weight: bold;
}
.companies-list__filter-options .facetwp-checkbox.checked .facetwp-counter {
  color: #000000;
}
.companies-list__filter-options .facetwp-checkbox.checked:before {
  border-color: #000000;
}
.companies-list__filter-options .facetwp-checkbox.checked:after {
  content: "✔";
  color: #00a651;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 29px;
  position: absolute;
}

.companies-list__filter-option input {
  display: none;
}
.companies-list__filter-option label {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.companies-list__filter-option label:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 11px 0 0;
  border-radius: 3px;
  border: solid 1px #979797;
}
.companies-list__filter-option input:checked ~ label {
  font-weight: bold;
}
.companies-list__filter-option input:checked ~ label:before {
  border-color: #000000;
}
.companies-list__filter-option input:checked ~ label:after {
  content: "✔";
  color: #00a651;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 29px;
  position: absolute;
}

.companies-list__item {
  padding: 24px 27px 28px 24px;
  background-color: #ffffff;
  display: flex;
}
.companies-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.companies-list__item-image {
  flex: 1;
  max-width: 290px;
  margin-right: 40px;
  align-self: flex-start;
}

.companies-list__item-image--narrower .companies-list__item-image-inner {
  padding-top: 69%;
}

.companies-list__item-details {
  display: flex;
}
.companies-list__item-details, .companies-list__item-details * {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.63;
  letter-spacing: normal;
  color: #a4a4a4;
  text-decoration: none;
  text-transform: uppercase;
}
.companies-list__item-details:hover, .companies-list__item-details *:hover {
  color: #a4a4a4;
}

.companies-list__item-type:after {
  content: "|";
  margin: 0 8px;
  margin-left: 6px;
}

.companies-list__item-image-inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.companies-list__item-image-inner img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.companies-list__item-image--logo {
  background: rgba(164, 164, 164, 0.05);
  border-radius: 16px;
}
.companies-list__item-image--logo img {
  object-fit: contain;
  height: 90%;
  width: 90%;
  left: 5%;
  top: 5%;
}

.companies-list__item-inner {
  flex: 1;
}

.companies-list__item-cohort a {
  display: inline-block;
  background-image: radial-gradient(circle at 76% 0, #ff9404, #ff6004 74%);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.companies-list__item-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.companies-list__item-title .social-icons {
  margin-left: 10px;
}

.companies-list__item-title > a {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #000000;
  text-decoration: none;
  display: block;
}

.companies-list__item-content p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.3px;
  color: #000000;
}

.companies-list__item-locations {
  margin-top: 5px;
}
.companies-list__item-locations:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  margin-right: 5px;
  background-image: url("./assets/images/marker.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}
.companies-list__item-locations, .companies-list__item-locations a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #979797;
}
.companies-list__item-locations .location-item:not(:last-child):after {
  content: ", ";
}

.companies-list__item-terms {
  margin-top: 20px;
}
.companies-list__item-terms a {
  border-radius: 15px;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  height: 30px;
  padding: 0 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000000;
  margin-right: 5px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .companies-list__item {
    flex-direction: column;
  }

  .companies-list__item-image {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .companies-list__item-image-inner {
    padding-top: 40%;
  }

  .companies-list__item-image--logo img {
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.owl-carousel .companies-list__trends-it {
  max-width: 24%;
  display: inline-flex;
  height: auto;
}

.team-listing__location-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 55px;
}
.team-listing__location-tabs:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100vw;
  border-bottom: solid 1px #6c6c6c;
  left: calc( (100vw - 100%) / -2 );
  opacity: 0.3;
}

.team-listing__location-tab {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4d4d4d;
  text-decoration: none;
  margin: 0 15px;
  padding: 0 5px;
  text-transform: uppercase;
  height: 42px;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.team-listing__location-tab:hover, .team-listing__location-tab:focus, .team-listing__location-tab:active {
  color: #bd4bcf;
}
.team-listing__location-tab.active {
  color: #bd4bcf;
}
.team-listing__location-tab.active:before {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 4px;
  left: 0;
  right: 0;
  background: #bd4bcf;
}

.team-listing__content-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
  align-items: flex-start;
}

.team-listing__content-wrapper.filtered .team-listing__location-content {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .team-listing__content-wrapper.filtered .team-listing__member-column {
    flex: 0 0 auto;
    width: calc(25% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .team-listing__content-wrapper.filtered .team-listing__member-column {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 576px) {
  .team-listing__content-wrapper.filtered .team-listing__member-column {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.team-listing__location-content {
  flex: 0 0 auto;
  width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 576px) {
  .team-listing__location-content {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.team-listing__location-content.team-listing__location-content--colored:nth-child(1) .team-listing__item-image {
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
}
.team-listing__location-content.team-listing__location-content--colored:nth-child(2) .team-listing__item-image {
  background-image: radial-gradient(circle at 76% 0, #33ff96, #00a651 67%);
}
.team-listing__location-content.team-listing__location-content--colored:nth-child(3) {
  width: 100%;
}
@media (min-width: 992px) {
  .team-listing__location-content.team-listing__location-content--colored:nth-child(3) .team-listing__member-column {
    width: calc(25% - 1.875rem);
  }
}

@media (min-width: 768px) {
  .team-listing__member-column {
    flex: 0 0 auto;
    width: calc(50% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .team-listing__member-column {
    flex: 0 0 auto;
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

.team-listing__item {
  margin-bottom: 35px;
}

.team-listing__item-image {
  border-radius: 16px;
  padding-top: 70%;
  margin-bottom: 10px;
  position: relative;
  background-image: radial-gradient(circle at 76% 0, #ffffff, #e0e0e0 67%), linear-gradient(to bottom, #008cf1, #008cf1);
}
.team-listing__item-image img {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc( 100% - 10px );
  object-fit: contain;
  object-position: bottom center;
}

.team-listing__item-title, .team-listing__item-title a {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2em;
  letter-spacing: -0.7px;
  color: #000000;
  text-decoration: none;
}

.team-listing__item-position {
  font-size: 15px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: 0.3px;
  color: #000000;
}

.events-list {
  max-width: 1040px;
}

.events-list__item {
  padding: 22px 0 20px 0;
  border-top: 1px solid #a4a4a4;
}
.events-list__item:last-child {
  border-bottom: 1px solid #a4a4a4;
}

.events-list__date {
  display: inline-block;
  background-image: radial-gradient(circle at 76% 0, #ff007c, #f300ff 100%);
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.events-list__time {
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #979797;
  text-transform: uppercase;
  position: relative;
  margin-left: 13px;
  padding-left: 15px;
}
.events-list__time:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc( 50% - 15px );
  display: inline-block;
  width: 1px;
  height: 30px;
  border-left: solid 1px #dedede;
}

.events-list__title {
  margin-top: 16px;
  font-size: 39px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: #000000;
}

.events-list__content {
  margin-top: 8px;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  color: #000000;
}
.events-list__content *:first-child {
  margin-top: 0;
}
.events-list__content *:last-child {
  margin-bottom: 0;
}

.events-list__actions {
  margin-top: 16px;
}

.team-entry-header {
  margin-top: 120px;
  text-align: center;
}

.team-entry-header__title {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
}

.team-entry-header__position {
  background-image: radial-gradient(circle at 106% -48%, #33ff96, #00a651 68%);
  font-family: Soleil;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.team-entry-header__social-icons {
  margin-top: 20px;
}

.team-entry-header__featured-image {
  margin-top: 32px;
  margin-bottom: 70px;
  padding-bottom: 32px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  position: relative;
}
.team-entry-header__featured-image:before, .team-entry-header__featured-image:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: calc( (100vw - 100%) / 2 );
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.team-entry-header__featured-image:before {
  left: calc( (100vw - 100%) / -2 );
}
.team-entry-header__featured-image:after {
  right: calc( (100vw - 100%) / -2 );
}
.team-entry-header__featured-image img {
  width: 650px;
  max-width: 100%;
}

.team-entry-content {
  margin-bottom: 70px;
}

.team-entry-content > * {
  max-width: 1040px;
}

.team-entry-content > .alignwide {
  max-width: 1140px;
}

.team-entry-content > .alignfull {
  max-width: 100%;
}

.indiebio-company__hero {
  margin-top: -109px;
  height: 650px;
  background-size: cover;
  background-position: center;
}

.indiebio-company__header {
  background: #f7f7f7;
  padding: 0 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.indiebio-company__header-inner {
  background: white;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 32px;
}
@media (max-width: 992px) {
  .indiebio-company__header-inner {
    flex-wrap: wrap;
  }
}

.indiebio-company__hero ~ .indiebio-company__header .indiebio-company__header-inner {
  margin-top: -180px;
}

@media (min-width: 992px) {
  .indiebio-company__image-wrapper {
    max-width: calc( 16% + 30px );
    padding-right: 30px;
    flex: 1;
  }
}
@media (max-width: 992px) {
  .indiebio-company__image-wrapper {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .indiebio-company__image-wrapper {
    width: 100%;
    padding-right: 0px;
  }
}

.indiebio-company__image {
  width: 100%;
  height: 135px;
  border-radius: 16px;
  background-color: rgba(164, 164, 164, 0.1);
  display: flex;
  align-items: center;
}
.indiebio-company__image img {
  width: 100%;
  height: 90%;
  object-fit: contain;
  object-position: center;
}

.indiebio-company__social {
  margin-top: 20px;
}

.indiebio-company__content-wrapper {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .indiebio-company__content-wrapper {
    max-width: calc( 29% + 30px );
    padding-right: 30px;
    flex: 2;
    border-right: 1px solid #e8e8e8;
  }
}
@media (max-width: 992px) {
  .indiebio-company__content-wrapper {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .indiebio-company__content-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
}

.indiebio-company__title {
  font-size: 43px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1em;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}

.indiebio-company__tagline {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.4);
}

.indiebio-company__contact-buttons {
  display: inline-flex;
  flex-direction: column;
  margin-top: 24px;
}
.indiebio-company__contact-buttons > *:not(:first-child) {
  margin-top: 12px;
}

.group-tag-sponsor {
  max-width: calc( 24% + 77px );
  padding-left: 47px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.group-tag-sponsor small {
  color: #a4a4a4;
}
@media (max-width: 992px) {
  .group-tag-sponsor {
    width: 50%;
    padding-right: 30px;
  }
}
@media (max-width: 576px) {
  .group-tag-sponsor {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100%;
  }
}

.indiebio-company__tags-wrapper {
  /* @include lg-min {
      max-width: calc( 24% + 77px );
      padding-left: 47px;
      padding-right: 30px;
      flex: 1;
    }
    @include lg {
      width: 50%;
      padding-right: 30px;
    }
    @include sm {
      width: 100%;
      padding-right: 0px;
    }
    padding-top: 10px;
    margin-top: 10px;
  */
}
.indiebio-company__tags-wrapper > * {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 15px;
  border-radius: 50px;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-decoration: none;
  margin-bottom: 10px;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .indiebio-company__tags-wrapper > * {
    margin-right: 0;
  }
}
.indiebio-company__tags-wrapper > *:hover, .indiebio-company__tags-wrapper > *:active, .indiebio-company__tags-wrapper > *:focus {
  color: #000000;
}

.indiebio-company__details-wrapper {
  margin-top: 10px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .indiebio-company__details-wrapper {
    max-width: 23%;
    flex: 1;
  }
}
@media (max-width: 992px) {
  .indiebio-company__details-wrapper {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .indiebio-company__details-wrapper {
    width: 100%;
  }
}

.indiebio-company__details {
  margin-top: 0;
  margin-bottom: 30px;
}
.indiebio-company__details dt, .indiebio-company__details dd {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #a4a4a4;
}
.indiebio-company__details dt:not(:first-child) {
  margin-top: 1em;
}
.indiebio-company__details dd {
  font-weight: bold;
  color: #000000;
  margin: 0;
}

.indiebio-company__website {
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00a651;
  text-decoration: none;
  text-transform: lowercase;
}
.indiebio-company__website:hover, .indiebio-company__website:active, .indiebio-company__website:focus {
  color: #00a651;
}

.indiebio-company__quote {
  border-bottom: 12px solid #f7f7f7;
}

.indiebio-company__quote-inner {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  text-align: center;
}

.indiebio-company__quote-image {
  display: inline-block;
  width: 110px;
  height: 110px;
  background-color: #e9e9e9;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100px;
}

.indiebio-company__quote-author {
  margin-top: 5px;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #00a651;
  text-transform: uppercase;
}

.indiebio-company__quote-content {
  margin-top: 15px;
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.indiebio-company__main-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 70px 20px;
}
@media (max-width: 576px) {
  .indiebio-company__main-inner {
    flex-direction: column-reverse;
  }
}

.indiebio-company__mission {
  max-width: 50%;
  padding-right: 9%;
  flex: 1;
  font-size: 44px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
}
.indiebio-company__mission {
  font-size: 24px;
}
@media screen and (min-width: 400px) {
  .indiebio-company__mission {
    font-size: calc(24px + 20 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .indiebio-company__mission {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .indiebio-company__mission {
    max-width: 100%;
    padding-right: 0;
    flex: unset;
    text-align: left;
  }
}
.indiebio-company__mission:after {
  content: "";
  display: inline-block;
  width: 270px;
  height: 18px;
  border-radius: 9px;
  margin-top: 50px;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  max-width: 100%;
  display: block;
  margin-left: auto;
}

.indiebio-company__mission ~ .indiebio-company__content {
  max-width: 50%;
  padding-left: 10px;
}
@media (max-width: 576px) {
  .indiebio-company__mission ~ .indiebio-company__content {
    max-width: 100%;
    padding-left: 0px;
    margin-bottom: 40px;
  }
}

.indiebio-company__content {
  flex: 1;
}
.indiebio-company__content > *:first-child {
  margin-top: 0;
}
.indiebio-company__content > *:last-child {
  margin-bottom: 0;
}
.indiebio-company__content p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

.indiebio-company__related {
  background: #f7f7f7;
}

.indiebio-company__related-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding: 70px 20px;
}
@media (max-width: 768px) {
  .indiebio-company__related-inner {
    flex-direction: column;
  }
}

.indiebio-company__related-column {
  max-width: 50%;
  flex: 1;
}
.indiebio-company__related-column:first-child {
  padding-right: 9%;
}
.indiebio-company__related-column:last-child {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .indiebio-company__related-column {
    max-width: 100%;
    margin-bottom: 40px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.indiebio-company__team {
  margin-bottom: 40px;
}

.indiebio-company__team-header {
  display: flex;
  align-items: center;
}

.indiebio-company__team-title {
  flex: 1;
  font-size: 41px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #000000;
}

.indiebio-company__team-nav > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 42px;
}
.indiebio-company__team-nav > span:first-child {
  border-radius: 50px 0 0 50px;
  background-image: linear-gradient(to left, #fff463, #a8ff39 100%);
}
.indiebio-company__team-nav > span:last-child {
  border-radius: 0 50px 50px 0;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
}

.indiebio-company__team-members {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.indiebio-company__team-member {
  width: 50%;
  padding: 15px;
}
.indiebio-company__team-member a {
  text-decoration: none;
}

.indiebio-company__team-member-image {
  padding-top: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

.indiebio-company__team-member-name {
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00a651;
  text-decoration: none;
}

.indiebio-company__team-member-position {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.indiebio-company__team-member-social {
  margin-top: 5px;
}
.indiebio-company__team-member-social .social-icons {
  justify-content: flex-start;
}

.indiebio-company__jobs-header {
  padding: 18px 25px;
  background: white;
  margin-bottom: 4px;
}

.indiebio-company__jobs-title {
  font-size: 41px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  position: relative;
  top: 0.1em;
  letter-spacing: normal;
  color: #000000;
}

.indiebio-company__jobs-item {
  padding: 10px 25px;
  padding-top: 14px;
  background: white;
  margin-bottom: 4px;
}

.indiebio-company__job-item-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.indiebio-company__job-item-location {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: normal;
  color: #000000;
}

.indiebio-company__jobs-footer {
  padding: 21px 25px;
  background: white;
  margin-bottom: 4px;
}

.indiebio-company__news-title {
  font-size: 41px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px;
}

.indiebio-company__news-item {
  padding: 30px 0;
  border-bottom: solid 1px #dadada;
}
.indiebio-company__news-item:first-child {
  padding-top: 0;
}
.indiebio-company__news-item a {
  text-decoration: none;
}

.indiebio-company__news-item-subtitle {
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #979797;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.indiebio-company__news-item-title {
  font-size: 20px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  padding-bottom: 10px;
}

.indiebio-company__news-item-content {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #000000;
}

.indiebio-company__news-footer {
  padding-top: 30px;
}

.blog-post-header {
  margin-top: 120px;
  text-align: center;
  max-width: 1040px;
}
@media (max-width: 768px) {
  .blog-post-header {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  .blog-post-header {
    margin-top: 40px;
  }
}

.blog-post-header__share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-post-header__share-sosv a {
  display: block;
  width: calc( 87px + 20px );
  height: calc( 29px + 10px );
  margin-left: 15px;
  border-left: 1px solid #dedede;
  background-image: url("./assets/images/we-are-sosv-logo-dark.svg") !important;
  background-size: 87px 29px;
  background-position: center right;
  background-repeat: no-repeat;
}

.blog-post-header__title {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  padding: 0 30px;
  margin-bottom: 20px;
  position: relative;
}
.blog-post-header__title {
  font-size: 30px;
}
@media screen and (min-width: 400px) {
  .blog-post-header__title {
    font-size: calc(30px + 36 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .blog-post-header__title {
    font-size: 66px;
  }
}
@media (max-width: 576px) {
  .blog-post-header__title {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog-post-header__details {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.blog-post-header__details * {
  padding: 0 15px;
}

.blog-post-header__details-left {
  background-image: radial-gradient(circle at 76% 0, #ff007c, #f300ff 100%);
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-post-header__details-right {
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #c6c6c6;
  position: relative;
}
.blog-post-header__details-right:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  border-left: solid 1px #dedede;
}

.blog-post-header__embed {
  text-align: center;
  margin-top: 32px;
  margin-bottom: 70px;
  padding-bottom: 32px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  position: relative;
}
.blog-post-header__embed:before, .blog-post-header__embed:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: calc( (100vw - 100%) / 2 );
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.blog-post-header__embed:before {
  left: calc( (100vw - 100%) / -2 );
}
.blog-post-header__embed:after {
  right: calc( (100vw - 100%) / -2 );
}

.blog-post-header__embed--podcasts {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}
.blog-post-header__embed--podcasts .blog-post-header__embed-inner {
  padding-top: 57%;
  position: relative;
  display: block;
}
.blog-post-header__embed--podcasts .blog-post-header__embed-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.blog-post-header__embed-inner {
  display: inline-block;
}

.blog-post-header__featured-image {
  margin-top: 32px;
  margin-bottom: 60px;
}
.blog-post-header__featured-image .blog-post-header__featured-image-inner {
  width: 100%;
  padding-top: 57%;
  position: relative;
}
.blog-post-header__featured-image .blog-post-header__featured-image-inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.blog-post-content {
  margin-bottom: 70px;
}

.blog-post-content > * {
  max-width: 1040px;
}

.blog-post-content > .alignwide {
  max-width: 1140px;
}

.blog-post-content > .alignfull {
  max-width: 100%;
}

.blog-post-actions__buttons {
  display: inline-flex;
  flex-direction: column;
}
.blog-post-actions__buttons > *:not(:first-child) {
  margin-top: 20px;
}

.blog-post-actions--center {
  text-align: center;
}
.blog-post-actions--center .blog-post-actions__buttons {
  display: inline-flex;
}

.companies-slider__wrapper.is-style-white .companies-slider__item-title, .companies-slider__wrapper.is-style-white .companies-slider__item-title a {
  color: white;
}
.companies-slider__wrapper.is-style-white .companies-slider__item-tagline, .companies-slider__wrapper.is-style-white .companies-slider__item-tagline a {
  color: white;
}
.companies-slider__wrapper.is-style-white .owl-nav .owl-prev, .companies-slider__wrapper.is-style-white .owl-nav .owl-next {
  background-image: url("./assets/images/slider-arrow-next.svg") !important;
}
.companies-slider__wrapper.is-style-dark .companies-slider__item-title, .companies-slider__wrapper.is-style-dark .companies-slider__item-title a {
  color: black;
}
.companies-slider__wrapper.is-style-dark .companies-slider__item-tagline, .companies-slider__wrapper.is-style-dark .companies-slider__item-tagline a {
  color: black;
}
.companies-slider__wrapper.is-style-dark .owl-nav .owl-prev, .companies-slider__wrapper.is-style-dark .owl-nav .owl-next {
  background-image: url("./assets/images/slider-arrow-next-black.svg") !important;
}
.companies-slider__wrapper.is-style-dark .companies-slider__footer > * {
  min-height: 34px;
  padding: 0 20px;
  padding-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  text-decoration: none;
  letter-spacing: normal;
  text-align: center;
  background-image: unset !important;
  background-color: unset !important;
  border: 2px solid #000;
  color: #000 !important;
  min-height: 43px;
  font-size: 18px;
  padding: 0 25px;
  padding-top: 3px;
}
.companies-slider__wrapper.is-style-dark .companies-slider__footer > *:hover, .companies-slider__wrapper.is-style-dark .companies-slider__footer > *:focus, .companies-slider__wrapper.is-style-dark .companies-slider__footer > *:active {
  color: #000;
  outline: none;
}

.companies-slider {
  position: relative;
}
.companies-slider .owl-nav {
  position: absolute;
  top: 95px;
  left: -50px;
  right: -50px;
}
.companies-slider .owl-nav .owl-prev, .companies-slider .owl-nav .owl-next {
  position: absolute;
  width: 26px;
  height: 44px;
  background-image: url("./assets/images/slider-arrow-next-black.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.companies-slider .owl-nav .owl-prev span, .companies-slider .owl-nav .owl-next span {
  display: none;
}
.companies-slider .owl-nav .owl-prev.disabled, .companies-slider .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
.companies-slider .owl-nav .owl-prev {
  left: 0;
  transform: rotate(180deg);
}
.companies-slider .owl-nav .owl-next {
  right: 0;
}

.companies-slider__item-image {
  position: relative;
  padding-top: 63%;
  margin-bottom: 20px;
}

.companies-slider__item-image-inner {
  border-radius: 16px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.companies-slider__item-image-inner img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.companies-slider__item-image--logo img {
  object-fit: contain;
  width: 90% !important;
  height: 80%;
}

.companies-slider__item-title, .companies-slider__item-title a {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  margin-bottom: 5px;
  text-decoration: none;
}

.companies-slider__item-tagline, .companies-slider__item-tagline a {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  color: black;
  text-decoration: none;
}

.companies-slider__footer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.block-editor-block-list__block .owl-carousel img {
  max-width: 400px;
}

.companies-hero__wrapper {
  background: #030303;
  background-size: cover;
  background-position: center;
  color: white;
  margin-top: -119px;
  padding-top: 119px;
  position: relative;
}

.companies-hero__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
}

.companies-hero {
  position: relative;
}
.companies-hero .owl-nav {
  position: absolute;
  top: calc(50% - 22px);
  left: -50px;
  right: -50px;
}
.companies-hero .owl-nav .owl-prev, .companies-hero .owl-nav .owl-next {
  position: absolute;
  width: 26px;
  height: 44px;
  background-image: url("./assets/images/slider-arrow-next-yellow.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.companies-hero .owl-nav .owl-prev span, .companies-hero .owl-nav .owl-next span {
  display: none;
}
.companies-hero .owl-nav .owl-prev.disabled, .companies-hero .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
.companies-hero .owl-nav .owl-prev {
  left: 0;
  transform: rotate(180deg);
}
.companies-hero .owl-nav .owl-next {
  right: 0;
}

.companies-hero__background, .companies-hero__item-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}

.companies-hero__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(31, 31, 31, 0) 36%, rgba(31, 31, 31, 0) 36%, #000000), linear-gradient(to bottom, rgba(34, 34, 34, 0.7), rgba(34, 34, 34, 0.7)), linear-gradient(245deg, rgba(83, 83, 83, 0.4) 99%, rgba(0, 0, 0, 0.5) 0%);
}

.companies-hero__item-background {
  opacity: 0;
  transition: opacity 0.3s;
}
.companies-hero__item-background.active {
  opacity: 1;
}

.companies-hero__logos {
  border-top: solid 1px #ffffff33;
  position: relative;
  z-index: 2;
  margin: 0 -14px;
  padding: 30px 0;
}

.companies-hero__logos-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.companies-hero__logo {
  text-align: center;
  color: white;
  transition: opacity 0.3s;
  opacity: 1;
  cursor: pointer;
}
.companies-hero__logo img {
  max-height: 62px;
}
.companies-hero__logo:not(.active) {
  opacity: 0.5;
}

.companies-hero__item {
  padding: 60px 2.5%;
  display: flex;
}

.companies-hero__item-image {
  flex: 1;
  max-width: 290px;
  margin-right: 40px;
  align-self: flex-start;
}

.companies-hero__item-image-inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.companies-hero__item-image-inner img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.companies-hero__item-image--logo {
  background: rgba(164, 164, 164, 0.05);
  border-radius: 16px;
}
.companies-hero__item-image--logo img {
  object-fit: contain;
  height: 90%;
  width: 90%;
  left: 5%;
  top: 5%;
}

.companies-hero__content {
  flex: 1;
}

.companies-hero__item-raising {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1em;
  letter-spacing: -1px;
  margin-bottom: 5px;
  margin-top: 15px;
  color: #979797 !important;
}
.companies-hero__item-raising span {
  color: white !important;
  margin-left: 5px;
}

.companies-hero__item-raising--oversubscribed span {
  background-image: radial-gradient(circle at 76% 0, #ff9404, #ff6004 100%);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.companies-hero__item-title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -1px;
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
}

.companies-hero__item-tagline {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
}
.companies-hero__item-tagline p:first-child {
  margin-top: 0;
}

.companies-hero__item-buttons {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .companies-hero__item {
    flex-direction: column;
  }

  .companies-hero__item-image {
    align-self: normal;
    margin: 0;
    max-width: 100%;
  }

  .companies-hero__inner {
    padding: 0;
  }
}
.did-you-know-section {
  background-image: url("./assets/images/pattern/indiebio.png"), linear-gradient(to left, #90cdff, #a7ffb8 100%);
}
@media (max-width: 768px) {
  .did-you-know-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.did-you-know-section__items-inner {
  margin: 0 -20px;
  display: flex;
}
@media (max-width: 768px) {
  .did-you-know-section__items-inner {
    flex-direction: column;
    align-items: center;
  }
}

.did-you-know-section__item {
  flex: 1;
  text-decoration: none;
  display: block;
  padding: 0 20px;
  color: black;
}
@media (max-width: 768px) {
  .did-you-know-section__item {
    width: 430px;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 35px;
  }
}

.did-you-know-section__item-image {
  padding-top: 63%;
  position: relative;
  margin-bottom: 25px;
}
.did-you-know-section__item-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.did-you-know-section__item-title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: normal;
  color: #000000;
}
.did-you-know-section__item-title {
  font-size: 24px;
}
@media screen and (min-width: 400px) {
  .did-you-know-section__item-title {
    font-size: calc(24px + 8 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .did-you-know-section__item-title {
    font-size: 32px;
  }
}

.company-cards--big-cards {
  max-width: 1140px;
}

.company-card__wrapper {
  text-align: left;
}

.company-card__wrapper--big .company-card {
  display: flex;
  padding: 54px 63px 57px 50px;
}
.company-card__wrapper--big .company-card__image-wrapper {
  flex: 1;
  max-width: 450px;
  margin-right: 40px;
}
.company-card__wrapper--big .company-card__image {
  padding-top: 100%;
}
.company-card__wrapper--big .company-card__inner {
  flex: 1;
}
.company-card__wrapper--big .company-card__tagline {
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #979797;
}
@media (max-width: 768px) {
  .company-card__wrapper--big .company-card {
    flex-direction: column;
  }
  .company-card__wrapper--big .company-card__image-wrapper {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
  .company-card__wrapper--big .company-card__image {
    padding-top: 40%;
  }
  .company-card__wrapper--big .company-card__image--logo img {
    max-width: 400px;
  }
}

.company-card__accomplishment {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67em;
  letter-spacing: normal;
  margin-top: 20px;
}
.company-card__accomplishment span {
  background: linear-gradient(to left, #fff463, #a8ff39 100%);
  color: #000000;
  display: inline;
  padding: 0.25em 10px;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.company-card__content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

.company-card__wrapper--left {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1040px) {
  .company-card__wrapper--left {
    margin-left: calc( (100vw - 1040px) / 2 );
  }
}

.wp-block .company-card__wrapper--left {
  margin-left: 0;
  float: unset;
}

.company-card__wrapper--right {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1040px) {
  .company-card__wrapper--right {
    margin-right: calc( (100vw - 1040px) / 2 );
  }
}

.wp-block .company-card__wrapper--right {
  margin-right: 0;
  margin-bottom: 0px;
  float: unset;
}

.company-card {
  width: 380px;
  padding: 23px 26px 39px 25px;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
}

/** Multiple Cards **/
.company-cards {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;
}
.company-cards:before, .company-cards:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: calc( (100vw - 100%) / 2 );
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
}
.company-cards:before {
  left: calc( (100vw - 100%) / -2 );
}
.company-cards:after {
  right: calc( (100vw - 100%) / -2 );
}
.company-cards.company-cards--big-cards {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150px);
  padding-bottom: 80px;
}
.company-cards.company-cards--big-cards:before, .company-cards.company-cards--big-cards:after {
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 150px);
}
.company-cards.company-cards--big-cards .company-card__wrapper {
  padding: 10px 0;
  padding-bottom: 10px;
  height: 100%;
}
.company-cards .owl-nav {
  top: 45%;
}
.company-cards .owl-stage {
  display: flex;
}
.company-cards .owl-item .company-card__wrapper {
  transition: transform 0.3s;
  transform: translateX(-20px);
}
.company-cards .owl-item.active .company-card__wrapper {
  transform: translateX(0px);
}
.company-cards .owl-item.active ~ .owl-item:not(.active) .company-card__wrapper {
  transform: translateX(20px);
}
.company-cards .company-card__wrapper {
  padding: 20px 0;
  padding-bottom: 40px;
  height: 100%;
}
.company-cards .company-card {
  width: 100%;
  height: 100%;
}

.company-card__image {
  position: relative;
  padding-top: 63%;
  margin-bottom: 15px;
}

.company-card__image-inner {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-card__image-inner img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-card__image--logo img {
  object-fit: contain;
  width: 90% !important;
  height: 80%;
}

.company-card__cohort a {
  display: inline-block;
  background-image: radial-gradient(circle at 76% 0, #ff9404, #ff6004 74%);
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.33;
  letter-spacing: -1px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
}

.company-card__title {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 10px;
}

.company-card__tagline {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: 0.34px;
  color: #000000;
}

.company-card__buttons {
  margin-top: 20px;
}

.call-to-action {
  max-width: unset !important;
  background: #f8f8ff;
}

.call-to-action__inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-to-action__inner img {
  width: 277px;
  max-width: 100%;
  margin: 0 32px;
}
@media (max-width: 576px) {
  .call-to-action__inner {
    flex-direction: column;
  }
  .call-to-action__inner img {
    margin-bottom: 30px;
  }
}

.news-hero {
  background-image: linear-gradient(to bottom, #1f1f1f, #000000);
  margin-top: -120px;
  padding-top: 210px;
  padding-bottom: 90px;
  max-width: unset;
}
.news-hero + .companies-list__wrapper .companies-list {
  margin-top: 0;
}

.news-hero__inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 1fr;
  grid-gap: 0 2em;
  position: relative;
  grid-template-areas: "col1 col2";
  grid-template-columns: 7fr 5fr;
}
@media (max-width: 992px) {
  .news-hero__inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .news-hero__inner {
    display: block;
  }
}

.news-hero__main {
  grid-area: col1;
}
.news-hero__main .social-icons-links {
  top: -20px;
}
.news-hero__main .social-icons-links .social-icon-links {
  margin-right: 20px;
}
.news-hero__main .social-icons-links .social-icon-links:before {
  width: 28px;
  height: 28px;
}
.news-hero__main .social-icons-links .social-icon-links__sosv {
  display: block;
}

.news-hero__main-subtitle {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.1;
  letter-spacing: normal;
  color: #979797;
  height: 42px;
  text-transform: uppercase;
}

.news-hero__main-title {
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: -0.91px;
  color: #ffffff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}
.news-hero__main-title {
  font-size: 40px;
}
@media screen and (min-width: 400px) {
  .news-hero__main-title {
    font-size: calc(40px + 20 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .news-hero__main-title {
    font-size: 60px;
  }
}

.news-hero__main-buttons {
  margin-top: 35px;
}

.news-hero__list {
  grid-area: col2;
  padding-left: 80px;
}
@media (max-width: 768px) {
  .news-hero__list {
    padding-left: 0px;
    margin-top: 50px;
  }
}

.search-page__header {
  max-width: 1040px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 40px;
  padding: 0 30px;
}

.search-page__header-title {
  font-size: 65px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.search-page__header-input {
  display: flex;
  justify-content: center;
}
.search-page__header-input input {
  width: 600px;
  max-width: 100%;
  height: 47px;
  padding: 0 15px 0 20px;
  border-radius: 5px;
  border: solid 1px #a4a4a4;
  background-color: #ffffff;
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1d1d1d;
}

.search-page__body {
  max-width: 1040px;
  margin: 0 auto;
  margin-bottom: 150px;
  padding: 0 30px;
}

.search-page__item {
  padding: 20px 0;
  border-bottom: solid 1px #a4a4a4;
}

.search-page__item-subtext {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a4a4a4;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.search-page__item-subtext:empty {
  display: none;
}

.search-page__item-title {
  margin: 0;
}
.search-page__item-title, .search-page__item-title a {
  font-size: 39px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: #000000;
  text-decoration: none;
}

.search-page__item-content {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000;
  margin-top: 15px;
}
.search-page__item-content:empty {
  display: none;
}
.search-page__item-content * {
  margin: 0;
}

.social-icons, .a2a_kit {
  display: flex !important;
  justify-content: center;
}

.social-icons--bordered .social-icon {
  background-image: none !important;
  margin: 0;
  width: 48px;
  height: 44px;
  border-radius: 0;
}
.social-icons--bordered .social-icon:before {
  width: 26px;
  height: 26px;
}
.social-icons--bordered .social-icon:not(:first-child) {
  border-left: solid 1px #d8d8d8;
}

.social-icons--medium {
  justify-content: flex-start;
}
.social-icons--medium .social-icon {
  width: 33px;
  height: 33px;
  margin: 0 18px 0 0;
}
.social-icons--medium .social-icon:before {
  width: 17px;
  height: 17px;
}

.social-icons--big {
  justify-content: flex-start;
}
.social-icons--big .social-icon {
  width: 65px;
  height: 65px;
  margin: 0 18px 0 0;
}
.social-icons--big .social-icon:before {
  width: 38px;
  height: 38px;
}

.addtoany_share_save_container {
  display: flex;
  justify-content: center;
}

.addtoany_content {
  margin-bottom: 34 px !important;
}

.a2a_kit.addtoany_list > a > span, .a2a_kit.addtoany_list .addtoany_share {
  display: none !important;
}

.social-icon, .a2a_kit.addtoany_list > a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  margin: 0 9px 0 0;
  border-radius: 5px;
  background-image: linear-gradient(315deg, #a8ff39, #f6f55f 100%, #fff463), linear-gradient(to bottom, #ffed00, #ffed00) !important;
}
.social-icon:before, .a2a_kit.addtoany_list > a:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("./assets/images/social/mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
  transition: opacity 0.3s;
}
.social-icon:hover:before, .a2a_kit.addtoany_list > a:hover:before {
  opacity: 0.6;
}

.social-icon--mail:before, .a2a_kit.addtoany_list .a2a_button_email:before {
  background-image: url("./assets/images/social/mail.svg");
}

.social-icon--facebook:before, .a2a_kit.addtoany_list .a2a_button_facebook:before {
  background-image: url("./assets/images/social/facebook.svg");
}

.social-icon--twitter:before, .a2a_kit.addtoany_list .a2a_button_twitter:before {
  background-image: url("./assets/images/social/twitter.svg");
}

.social-icon--linkedin:before, .a2a_kit.addtoany_list .a2a_button_linkedin:before {
  background-image: url("./assets/images/social/linkedin.svg");
}

.social-icon--angelco:before {
  background-image: url("./assets/images/social/angelco.svg");
}

.social-icon--crunchbase:before {
  height: 25px !important;
  background-image: url("./assets/images/social/crunchbase.svg");
}

.social-icons-links {
  display: flex;
  margin-top: -31px !important;
  position: relative;
  top: -40px;
}
.social-icons-links + * {
  margin-top: 0 !important;
}

.social-icon-links {
  display: inline-flex;
  width: 31px;
  height: 31px;
  margin: 0 30px 0 0;
  border-radius: 5px;
}
.social-icon-links:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.social-icon-links:hover:before {
  opacity: 0.3;
}

.social-icon-links__sosv {
  content: "";
  display: none;
  width: calc( 87px + 20px );
  height: calc( 29px + 10px );
  margin-top: -5px;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  background-image: url("./assets/images/we-are-sosv-logo.svg") !important;
  background-size: 87px 29px;
  background-position: center right;
  background-repeat: no-repeat;
}

.social-icon-links--mail:before {
  background-image: url("./assets/images/social/mail-white.svg");
}

.social-icon-links--facebook:before {
  background-image: url("./assets/images/social/facebook-white.svg");
}

.social-icon-links--twitter:before {
  background-image: url("./assets/images/social/twitter-white.svg");
}

.social-icon-links--linkedin:before {
  background-image: url("./assets/images/social/linkedin-white.svg");
}

.social-icon-links--angelco:before {
  background-image: url("./assets/images/social/angelco-white.svg");
}

.social-icon-links--crunchbase:before {
  height: 25px !important;
  background-image: url("./assets/images/social/crunchbase-white.svg");
}

.gform_wrapper {
  margin-bottom: 0 !important;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper .gform_validation_errors, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme .gform_validation_errors {
  background: unset;
  border: unset;
  padding: 0 !important;
  box-shadow: unset;
}
.gform_wrapper .gform_validation_errors, .gform_wrapper.gravity-theme .gform_validation_errors {
  padding-left: 30px !important;
  margin-bottom: 30px;
}
.gform_wrapper .gform_validation_errors .gform-icon, .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  left: 0;
}
.gform_wrapper .gform_footer .gform_button, .gform_wrapper.gravity-theme .gform_footer .gform_button {
  min-width: 239px;
  height: 55px;
  padding: 13px 28px 13px 23px;
  border-radius: 5px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.13);
  background-color: #000000;
  border: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  visibility: hidden;
  position: absolute;
  left: -100vw;
}
.gform_wrapper .gform_body .gform_fields, .gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-row-gap: 27px;
}
.gform_wrapper .gform_body .gfield .gfield_label, .gform_wrapper.gravity-theme .gform_body .gfield .gfield_label {
  display: none;
}
.gform_wrapper .gform_body .gfield.gfield_html, .gform_wrapper.gravity-theme .gform_body .gfield.gfield_html {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.gform_wrapper .gform_body .gfield.gfield_html .submit-button, .gform_wrapper.gravity-theme .gform_body .gfield.gfield_html .submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  height: 55px;
  padding: 13px 28px 13px 23px;
  border-radius: 5px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.13);
  background-color: #000000;
  border: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.gform_wrapper .gform_body .gfield.gfield_html .submit-button.submit-button--dark, .gform_wrapper.gravity-theme .gform_body .gfield.gfield_html .submit-button.submit-button--dark {
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  border-radius: 50px;
  color: black;
}
.gform_wrapper .gform_body .gfield .gfield_checkbox label, .gform_wrapper .gform_body .gfield .gfield_radio label, .gform_wrapper.gravity-theme .gform_body .gfield .gfield_checkbox label, .gform_wrapper.gravity-theme .gform_body .gfield .gfield_radio label {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
}
.gform_wrapper .gform_body .gfield .ginput_container input, .gform_wrapper .gform_body .gfield .ginput_container select, .gform_wrapper .gform_body .gfield .ginput_container textarea, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container input, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container select, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container textarea {
  height: 55px;
  padding: 0 21px 0 23px;
  border-radius: 5px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.13);
  background-color: #ffffff;
  border: none;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  outline: none;
}
.gform_wrapper .gform_body .gfield .ginput_container input::placeholder, .gform_wrapper .gform_body .gfield .ginput_container select::placeholder, .gform_wrapper .gform_body .gfield .ginput_container textarea::placeholder, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container input::placeholder, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container select::placeholder, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container textarea::placeholder {
  opacity: 0.3;
}
.gform_wrapper .gform_body .gfield .ginput_container textarea, .gform_wrapper.gravity-theme .gform_body .gfield .ginput_container textarea {
  height: 140px;
  padding: 21px 21px 21px 23px;
}

.active-cohorts {
  max-width: unset;
  background: black;
  color: white;
  padding: 0;
}

.active-cohorts__inner {
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .active-cohorts__inner {
    flex-direction: column;
  }
}

.cohort-page__hero .active-cohorts__cohort {
  min-height: 0;
}

.active-cohorts__cohort {
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
  min-height: 800px;
  background-size: cover;
  background-position: center;
  padding: 0 30px;
}
@media (max-width: 768px) {
  .active-cohorts__cohort {
    padding: 120px 30px 40px;
    height: auto;
    min-height: unset;
  }
  .active-cohorts__cohort:first-child:last-child {
    padding-top: 150px;
  }
}

.active-cohorts__related {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  width: 220px;
  text-align: left;
  top: 40%;
}
@media (max-width: 768px) {
  .active-cohorts__related {
    top: -60px;
  }
}
.active-cohorts__related a {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #ffed00;
}
.active-cohorts__related a:before {
  content: "";
  position: absolute;
  display: block;
  top: -43px;
  width: 28px;
  height: 23px;
  margin-bottom: 20px;
  background-image: url("./assets/images/undo.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.active-cohorts__contact {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  width: 220px;
  text-align: right;
}
@media (max-width: 768px) {
  .active-cohorts__contact {
    top: -60px;
  }
}
.active-cohorts__contact a {
  position: relative;
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #ffed00;
}

.active-cohorts__class-wrapper {
  width: 186px;
  display: inline-block;
}

.active-cohorts__class {
  padding-top: 100%;
  position: relative;
}

.active-cohorts__class-inner {
  padding-top: 25px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: solid 2px #ffffff44;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #a8ff39;
  text-transform: uppercase;
}
.active-cohorts__class-inner span {
  display: block;
  padding-top: 10px;
  font-size: 126px;
  line-height: 126px;
}

.active-cohorts__name {
  font-size: 65px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}
.active-cohorts__name {
  font-size: 36px;
}
@media screen and (min-width: 400px) {
  .active-cohorts__name {
    font-size: calc(36px + 29 * ((100vw - 400px) / 800));
  }
}
@media screen and (min-width: 1200px) {
  .active-cohorts__name {
    font-size: 65px;
  }
}

.active-cohorts__updated {
  font-size: 21px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  margin-top: 10px;
}

.active-cohorts__buttons {
  margin-top: 50px;
}

.active-cohorts__cohort--pink .button {
  background-image: radial-gradient(circle at 76% 0, #ff007c, #f300ff 100%) !important;
  color: white !important;
}
.active-cohorts__cohort--pink .active-cohorts__class-inner {
  background-image: radial-gradient(circle at 76% 0, #ff007c, #f300ff 65%) !important;
}

.cohort-page__hero .active-cohorts__cohort {
  height: auto;
  min-height: 540px;
}
@media (max-width: 768px) {
  .cohort-page__hero .active-cohorts__cohort {
    min-height: 0;
  }
}
.cohort-page__hero .active-cohorts__cohort-inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.cohort-item__wrapper {
  color: white;
  background: #000000;
}
.cohort-item__wrapper p {
  color: white;
}
.cohort-item__wrapper:nth-child(3n+2) {
  background-image: linear-gradient(to bottom, #7a126d, #7a126d);
}
.cohort-item__wrapper:nth-child(3n+2) .cohort-item__tagline {
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
}
.cohort-item__wrapper:nth-child(3n+3) {
  background-image: linear-gradient(to bottom, #233b7b, #233b7b);
}
.cohort-item__wrapper:nth-child(3n+3) .cohort-item__tagline {
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
}
.cohort-item__wrapper:nth-child(2n) .cohort-item__inner {
  flex-direction: row-reverse;
}

.cohort-item__wrapper {
  padding: 80px 0;
}

.cohort-item {
  max-width: 1300px;
  margin: 0 auto;
}

.cohort-item__inner {
  display: flex;
  margin: 0 -50px;
}
@media (max-width: 768px) {
  .cohort-item__inner {
    flex-direction: column !important;
    margin: 0;
  }
}

.cohort-item__image-wrapper {
  flex: 1;
  max-width: 50%;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .cohort-item__image-wrapper {
    max-width: 100%;
    flex: unset;
    padding: 0 30px;
  }
}

.cohort-item__image {
  position: relative;
  padding-top: 131%;
}
@media (max-width: 768px) {
  .cohort-item__image {
    position: static;
    padding-top: 80%;
  }
}

.cohort-item__image-inner {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cohort-item__image-inner img {
  border-radius: 77px;
  border-top-right-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 98%);
  mask-image: linear-gradient(to bottom, black 40%, transparent 98%);
}

.cohort-item__quote {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
  max-width: 450px;
  text-align: center;
}
.cohort-item__quote:after {
  content: "";
  display: inline-block;
  width: 108px;
  height: 7px;
  margin: 0 auto;
  border-radius: 9px;
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  margin-top: 20px;
}

.cohort-item__quote-image {
  width: 61px;
  height: 61px;
  display: inline-block;
  border-radius: 152.5px;
  box-shadow: 0 -1px 23px 0 rgba(0, 0, 0, 0.57);
  border: solid 1px rgba(255, 255, 255, 0.41);
  background-size: cover;
  background-position: center;
}

.cohort-item__quote-author {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.cohort-item__quote-content {
  background-image: linear-gradient(to left, #a8ff39, #fff463 13%);
  font-family: Soleil;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 10px;
}

.cohort-item__stats {
  margin-top: 20px;
  display: flex;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4em;
  letter-spacing: normal;
  color: #ffffff;
  align-items: center;
}
.cohort-item__stats img {
  display: block;
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-right: 25px;
  background-image: url("./assets/images/company-stats.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cohort-item__details {
  margin-top: 50px;
  flex: 1;
  max-width: 50%;
  padding: 0 50px;
}
@media (max-width: 768px) {
  .cohort-item__details {
    max-width: 100%;
    flex: unset;
    padding: 0 30px;
  }
}

.cohort-item__title {
  font-size: 65px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
}
.cohort-item__title a, .cohort-item__title a:hover, .cohort-item__title a:focus {
  color: white;
  text-decoration: none;
}

.cohort-item__tagline {
  background-image: radial-gradient(circle at 76% 0, #ff007c, #f300ff 76%);
  font-family: Soleil;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
}

.cohort-item__accomplishment {
  font-size: 21px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  color: #000000;
  margin-top: 25px;
}
.cohort-item__accomplishment span {
  background: linear-gradient(to left, #fff463, #a8ff39 100%);
  color: #000000;
  display: inline;
  padding: 0.4em 10px;
  /* Needs prefixing */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cohort-item__content, .cohort-item__content p {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

@media (max-width: 768px) {
  .cohort-item__wrapper {
    padding: 35px 0 40px;
  }

  .cohort-item__details {
    margin-top: 30px;
  }

  .cohort-item__content p {
    line-height: 1.3;
  }

  .cohort-item__title {
    font-size: 50px;
  }

  .cohort-item__inner {
    position: relative;
    padding: 75% 0 0;
  }

  .cohort-item__image-inner {
    position: static;
  }
  .cohort-item__image-inner img {
    position: absolute;
    top: 0;
    width: 90%;
    height: auto;
  }

  .cohort-item__quote {
    position: relative;
    top: 0;
    padding: 0 0 10px;
  }

  .cohort-item__image-wrapper {
    order: 1;
  }

  .cohort-item__stats {
    font-size: 19px;
    line-height: 1.3;
    order: 1;
    margin-top: 50px;
  }

  .cohort-item__image {
    order: 0;
    padding-top: 0;
  }
}
.is-style-indiebio_faq {
  max-width: 1040px;
  margin-bottom: 150px;
}
.is-style-indiebio_faq .wp-block-group__inner-container {
  border-bottom: solid 1px #a4a4a4;
}
.is-style-indiebio_faq .wp-block-group__inner-container > h2, .is-style-indiebio_faq .wp-block-group__inner-container > .faq-title {
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.33px;
  color: #000000;
  padding: 20px 0;
  padding-top: 22px;
  margin: 0;
  border-top: solid 1px #a4a4a4;
  display: flex;
  justify-content: space-between;
}
.is-style-indiebio_faq .wp-block-group__inner-container > h2:after, .is-style-indiebio_faq .wp-block-group__inner-container > .faq-title:after {
  content: "";
  display: block;
  min-width: 32px;
  width: 32px;
  height: 32px;
  background-image: url("./assets/images/plus-icon-black@2x.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  margin-left: 20px;
}
.is-style-indiebio_faq .wp-block-group__inner-container > h2.faq-open:after, .is-style-indiebio_faq .wp-block-group__inner-container > .faq-title.faq-open:after {
  background-image: url("./assets/images/minus-icon-black@2x.png");
}
.is-style-indiebio_faq .faq-content {
  margin-bottom: 20px;
}
.is-style-indiebio_faq .faq-content *:first-child {
  margin-top: 0;
}
.is-style-indiebio_faq .faq-content *:last-child {
  margin-bottom: 0;
}
.is-style-indiebio_faq .faq-content, .is-style-indiebio_faq .faq-content p {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.26px;
  color: #000000;
}

.promotion-bar {
  background-image: linear-gradient(to left, #a8ff39, #fff463 100%);
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 10;
}

.promotion-bar__inner {
  min-height: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  text-align: center;
  color: #000000;
}
.promotion-bar__inner p {
  margin: 0;
}
.promotion-bar__inner a {
  color: #000000;
  font-weight: bold;
}

/* Contact Company */
.contact-company-popup {
  width: 860px;
  background-image: linear-gradient(140deg, #fff463 0%, #a8ff39 100%);
  max-height: 90vh !important;
  overflow-y: auto;
  display: none;
}

.lity-wrap .contact-company-popup {
  display: block;
}

.contact-company-popup__inner {
  padding: 50px 60px;
  padding-bottom: 40px;
}

.contact-company-popup__title {
  margin-top: 0;
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.contact-company-popup__form .gfield_html {
  text-align: center;
}
.contact-company-popup__form .gform_wrapper.gravity-theme .gform_body .gfield.gfield_html .submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 240px;
  height: 55px;
  padding: 13px 28px 13px 23px;
  border-radius: 5px;
  box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.13);
  background-color: #000000;
  background-image: unset;
  border: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

/* Themes */
.theme-popup {
  width: 860px;
  background-image: linear-gradient(140deg, #fff463 0%, #a8ff39 100%);
  max-height: 90vh !important;
  overflow-y: auto;
  display: none;
}

.lity-wrap .theme-popup {
  display: block;
}

.theme-popup__inner {
  padding: 50px 60px;
  padding-top: 40px;
}

.theme-popup__sub {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #979797;
  text-transform: uppercase;
}

.theme-popup__title {
  font-size: 66px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.theme-popup__content, .theme-popup__content p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  color: #000000;
}

.theme-popup__button {
  text-align: center;
}

#quotes {
  transition: background-image 0.4s ease-in-out;
}

#quotes .background-image {
  display: none;
}

#quotes .owl-carousel {
  position: relative;
  padding: 0 50px;
}
#quotes .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 22px);
  left: 0px;
  right: 0px;
}
#quotes .owl-carousel .owl-nav .owl-prev, #quotes .owl-carousel .owl-nav .owl-next {
  position: absolute;
  width: 26px;
  height: 44px;
  background-image: url("./assets/images/slider-arrow-next-yellow.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
}
#quotes .owl-carousel .owl-nav .owl-prev span, #quotes .owl-carousel .owl-nav .owl-next span {
  display: none;
}
#quotes .owl-carousel .owl-nav .owl-prev.disabled, #quotes .owl-carousel .owl-nav .owl-next.disabled {
  opacity: 0.2;
}
#quotes .owl-carousel .owl-nav .owl-prev {
  left: 0;
  transform: rotate(180deg);
}
#quotes .owl-carousel .owl-nav .owl-next {
  right: 0;
}

/*# sourceMappingURL=style.css.map */
