.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  background-color: #f8f8f4;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 20px;
  border-color: #f9e4d9;
  background-color: #000;
  color: #012a3b;
  font-size: 17px;
  line-height: 25px;
}

.body.home {
  display: block;
  overflow: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #060806;
}

.listen-on-text-3 {
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.listen-on-text-3:hover {
  opacity: 1;
  color: #fff;
}

.listen-on-text-3:focus {
  border-style: none;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.side-nav-container {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(3, 105, 106, 0.1);
  background-color: transparent;
  font-family: Bwquintapro;
  color: #fff;
}

.navigation-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 6px solid #8fd6a5;
  border-radius: 0px;
  background-color: #060806;
  color: #fff;
}

.nav-link-wrap {
  position: relative;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-wrap:hover {
  color: #8fd6a5;
}

.nav-link-wrap:focus {
  border-bottom: 1px none #000;
  color: #7d410a;
}

.nav-link-wrap.w--current {
  z-index: 110;
  color: #fff;
}

.nav-link-wrap.w--current:focus {
  border-bottom-style: none;
}

.image-13 {
  display: block;
  width: 80%;
  max-width: none;
  min-width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.homepage-content-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: red;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#060806), to(#060806));
  background-image: linear-gradient(180deg, #060806, #060806);
  opacity: 1;
}

.quote-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-14 {
  display: block;
  max-width: 100%;
  min-width: 346px;
}

.container-logo {
  position: fixed;
  left: -116px;
  top: 50%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  margin-top: 0px;
  margin-right: 15%;
  margin-left: 15%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.section.job-postings {
  display: block;
  height: auto;
}

.section.top {
  width: 80%;
  height: auto;
  max-height: 70vh;
  max-width: 1000px;
  min-height: 50vh;
  min-width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #8fd6a5;
}

.section.top.why {
  width: 80%;
  max-width: 1000px;
  min-width: auto;
}

.section.our-story-section {
  width: 70%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #060806;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.heading.centered {
  text-align: center;
}

.heading.centered.white {
  color: #fff;
}

.heading.center {
  font-weight: 600;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.wrapper.talent {
  width: 100%;
  max-width: none;
  min-width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.capalities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  max-width: 1000px;
  min-width: auto;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border: 1px none #000;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #060806;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-2.light {
  color: #fff;
}

.section-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-15 {
  position: relative;
  z-index: 2;
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.heading-5 {
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px none #000;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #8fd6a5;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.heading-5.left {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-align: left;
}

.job-description {
  margin-bottom: 5px;
  font-family: Glacialindifference, sans-serif;
  color: #060806;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.job-description.spacer-top {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #4a4a4a;
  font-weight: 400;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #7d410a;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-3 {
  width: 100%;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #0f0d0f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.paragraph-3.small {
  margin-top: 0px;
  font-family: 'Proximanova webfont webfont', sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-3.small.centered.white {
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-3.bullet {
  font-family: 'Proximanova webfont webfont', sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.paragraph-3.centered {
  width: 90%;
  text-align: center;
}

.grid-2 {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-column-gap: 12px;
  grid-row-gap: 5px;
  -ms-grid-columns: 1fr minmax(200px, 1fr);
  grid-template-columns: 1fr minmax(200px, 1fr);
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
  border-top: 1px none rgba(15, 13, 15, 0.1);
}

.bio-container-3-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 70%;
  min-width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-4 {
  margin-top: 60px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4.small {
  width: 100%;
  margin-top: 0px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-name {
  font-family: Montserrat, sans-serif;
  color: #060806;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.team-name.smaller {
  display: block;
  color: #060806;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.team-name.smaller.light {
  margin-bottom: 10px;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #fff;
  font-size: 25px;
}

.bio-image {
  margin-top: 10px;
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.bio-image.circle {
  max-width: 100%;
  margin-top: 0px;
  border-radius: 100%;
  background-image: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.dash {
  width: 50px;
  height: 3px;
  margin-top: 20px;
  background-color: #8fd6a5;
  color: #202020;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-9.schedule {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.spacer {
  height: 20px;
}

.facts-and-stats {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #060806;
  background-image: url('../images/HueCap_Pattern_3.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.heading-10 {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 1px none #000;
  border-radius: 0px;
  font-family: Montserrat, sans-serif;
  color: #060806;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-10.center-white {
  color: #fff;
  text-align: center;
}

.heading-10.center-white {
  color: #fff;
  text-align: center;
}

.div-block-33 {
  width: 50px;
  height: 5px;
  margin-top: 20px;
  background-color: #8fd6a5;
}

.div-block-33.nav {
  width: 30px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.paragraph-5 {
  font-family: Glacialindifference, sans-serif;
  color: #060806;
  line-height: 24px;
}

.paragraph-5.title {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
}

.button-2 {
  padding: 15px 30px;
  border-radius: 50px;
  background-color: #060806;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.underline-progress {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 2px;
  background-color: #344e41;
  opacity: 1;
}

.underline-progress.underline-progress-white {
  background-color: #8fd6a5;
  opacity: 0.9;
}

.underline-progress.underline-progress-white {
  background-color: #8fd6a5;
  opacity: 0.9;
}

.underline-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.underline-link.underline-link-white {
  display: block;
  width: auto;
  max-width: none;
  padding-top: 0px;
  color: #060806;
  text-decoration: none;
}

.underline-link.underline-link-white {
  display: block;
  width: auto;
  max-width: none;
  padding-top: 0px;
  color: #060806;
  text-decoration: none;
}

.utility-page-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f4;
}

.text-block-15 {
  width: auto;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  text-transform: none;
}

.text-block-15.white {
  direction: ltr;
  color: #fff;
  letter-spacing: 0px;
  text-decoration: none;
  white-space: normal;
}

.text-block-15.footer-small {
  font-size: 14px;
}

.text-block-15.dark {
  color: #060806;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}

.underline-track {
  width: 100%;
  height: 2px;
  background-color: #344e41;
  opacity: 0.1;
}

.underline-track.underline-track-white {
  width: auto;
  background-color: #8fd6a5;
}

.underline-track.underline-track-white {
  width: auto;
  background-color: #8fd6a5;
}

.heading-11 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #060806;
  font-size: 80px;
  line-height: 80px;
}

.utility-page-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.underline-container {
  position: relative;
  overflow: visible;
}

.utility-page-text {
  margin-bottom: 30px;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #000;
  font-weight: 300;
}

.div-block-34 {
  display: block;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.jobs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #f8f8f4;
}

.justify-column-between {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  min-width: 0px;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.justify-column-between.right {
  width: 50%;
  padding-right: 0px;
  padding-left: 30px;
}

.content7-content-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: -60px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 65, 10, 0.2)), to(rgba(125, 65, 10, 0.2)));
  background-image: linear-gradient(180deg, rgba(125, 65, 10, 0.2), rgba(125, 65, 10, 0.2));
  box-shadow: 0 3px 40px 0 rgba(125, 65, 10, 0.1);
}

.grid-14 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
}

.bio-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  margin-left: 52%;
  padding: 0px 0px 0px 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.personalities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.body-2 {
  overflow: visible;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-18 {
  display: none;
  width: 100%;
  height: auto;
  max-width: none;
}

.bios {
  position: static;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: 100vh;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 20px;
  border-color: #000;
  background-color: #fff;
  background-image: url('../images/HueCap_Pattern.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.fix-home {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100vh;
  min-width: 40%;
}

.link-block {
  height: auto;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-left: 0%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow {
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.heading-12 {
  margin-bottom: 5px;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #060806;
  font-size: 30px;
  line-height: 33px;
  font-weight: 500;
}

.sticky-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/Brooke_Hall_Half.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.sticky-container.nichelle {
  background-color: #060806;
  background-image: url('../images/HueCap_Pattern_4.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.sticky-container.rob {
  background-color: #060806;
  background-image: url('../images/HueCap_Pattern_4.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-reveal {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50vh;
  max-height: none;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  background-image: url('../images/HueCap_Pattern_7.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.secondary-logo {
  display: none;
}

.scheduled {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #060806;
  background-image: url('../images/HueCap_Pattern_3.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.absolute.show-on-hover {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
  font-size: 2px;
  line-height: 1.8px;
}

.show_skew-on_load {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.show_skew-on_load.robert {
  display: none;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show_skew-on_load.nichelle {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show_skew-on_load.brooke {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tooltip_hover-trigger {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.tooltip_hover-trigger.layouts {
  height: auto;
}

.margin-paragraph {
  position: relative;
  margin-bottom: 1rem;
}

.margin-paragraph.overflow-hidden {
  margin-bottom: auto;
}

.dark-frame {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #121217;
}

.content-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.italic-text {
  line-height: 26px;
}

.dividers {
  width: 100%;
  height: 80vh;
  background-image: url('../images/GettyImages-1150533032.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.dividers.what-we-do-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/GettyImages-1150533032.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/GettyImages-1150533032.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.dividers.what-we-do-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/GettyImages-1135176767_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/GettyImages-1135176767_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.dividers.why-huecap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/GettyImages-1163568487.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/GettyImages-1163568487.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.dividers.our-team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/GettyImages-1129489551_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/GettyImages-1129489551_1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.dividers.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/nastuh-abootalebi-eHD8Y1Znfpk-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/nastuh-abootalebi-eHD8Y1Znfpk-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.divider-headers {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-talent {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #060806;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
}

.intro-talent.center {
  font-family: 'Proximanova webfont webfont', sans-serif;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.intro-video {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 70vh;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.name {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #595959;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-span-4 {
  font-weight: 700;
}

.image-24 {
  margin-top: 15px;
  margin-bottom: 0px;
}

.div-block-56 {
  top: 50%;
  bottom: auto;
  z-index: 3;
}

.talent-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 0px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.talent-container.middle {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.talent {
  width: 80%;
  max-width: 1000px;
  min-width: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.freelance {
  max-width: 60%;
}

.intro-text {
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.intro-text.home {
  width: 70%;
  text-align: center;
}

.text-span-3 {
  color: #8fd6a5;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-61 {
  width: 10px;
  height: 9px;
  margin-top: 5px;
  margin-right: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #8fd6a5;
  border-radius: 100px;
}

.heading-18 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #7d410a;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 20px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.heading-19 {
  width: auto;
  margin-top: auto;
  margin-right: 20px;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  color: #7d410a;
}

.heading-19.none {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.06086%;
}

.job-description-2 {
  width: 50%;
  margin-bottom: auto;
  padding-right: 40px;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #060806;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.centered-stats {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 20px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-6 {
  color: #8fd6a5;
}

.text-span-6.brown {
  color: #7d410a;
}

.stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stat._1st {
  margin-bottom: 20px;
  padding: 20px;
  border-bottom: 3px dashed rgba(125, 65, 10, 0.3);
  background-color: rgba(32, 32, 32, 0.5);
}

.stat._2nd {
  margin-top: 20px;
  padding: 20px;
  border-top: 3px dashed rgba(125, 65, 10, 0.4);
  background-color: rgba(32, 32, 32, 0.3);
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heading-20 {
  font-family: Montserrat, sans-serif;
  color: #8fd6a5;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
}

.heading-20.small {
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

.heading-20.small:active {
  text-decoration: none;
}

.spacer-2 {
  height: 30px;
}

.image-27 {
  max-width: 60%;
}

.image-28 {
  max-width: 60%;
}

.grid-18 {
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-21 {
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #7d410a;
  font-size: 20px;
  font-weight: 400;
}

.text {
  width: 100%;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #060806;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.split-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 104px 60px 104px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.split-section-content.left {
  width: 50%;
  padding: 0px;
  border-right: 1px solid rgba(6, 8, 6, 0.2);
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.black {
  width: 160px;
  height: 40px;
  padding: 10px 20px;
  background-color: #060806;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bio-container-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/HueCap_Pattern_6.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block-77 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/HueCap_Pattern_7.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1000px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-span-7 {
  color: #fff;
}

._2-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1000px;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  max-width: 1000px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none hsla(0, 0%, 100%, 0.2);
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-84 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #8fd6a5;
}

.div-block-86 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-17 {
  width: auto;
  font-family: 'Proximanova webfont webfont', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  text-transform: none;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #060806;
  background-image: url('../images/HueCap_Pattern_7.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-29 {
  width: 60%;
  max-width: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.section-12 {
  position: relative;
  z-index: 4;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #060806;
}

.link {
  color: #060806;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
    background-color: #000;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .body.home {
    overflow: visible;
  }

  .nav-menu-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100vh;
    padding: 100px 2.5% 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-top: 6px solid #8fd6a5;
    background-color: #fff;
  }

  .listen-on-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #060806;
    font-size: 20px;
    line-height: 50px;
    text-align: left;
  }

  .listen-on-text-3:hover {
    color: #7d410a;
  }

  .side-nav-container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 70px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 6px none #8fd6a5;
    border-bottom-style: none;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
  }

  .navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-top-style: none;
    background-color: transparent;
  }

  .nav-link-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #7d410a;
    line-height: 35px;
    text-align: left;
  }

  .nav-link-wrap.w--current:hover {
    color: #7d410a;
  }

  .menu-button-2 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    padding: 0px;
    border-style: none;
    border-width: 1px;
    border-color: rgba(192, 170, 129, 0.1);
    background-color: transparent;
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #344e41;
    font-size: 30px;
  }

  .menu-button-2.w--open {
    z-index: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
  }

  .menu-line {
    width: 25px;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .menu-line.top-line {
    height: 3px;
    background-color: #7d410a;
  }

  .image-13 {
    width: 100%;
    min-width: auto;
  }

  .homepage-content-section {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .quote-container {
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-14 {
    display: block;
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .container-logo {
    display: none;
  }

  .section {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .section.top {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
    margin-top: 70px;
    padding: 40px;
  }

  .section.top.why {
    width: 100%;
  }

  .section.our-story-section {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
  }

  .heading {
    font-size: 21px;
    line-height: 25px;
    text-align: left;
  }

  .heading.center {
    font-size: 20px;
    text-align: center;
  }

  .wrapper {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .wrapper.talent {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .capalities {
    width: 100%;
    height: auto;
    max-width: none;
    min-width: auto;
  }

  .heading-2 {
    width: 100%;
    text-align: center;
  }

  .job-description.spacer-top {
    margin-top: 20px;
  }

  .paragraph-3.small.centered {
    text-align: center;
  }

  .grid-2 {
    margin-top: 20px;
    justify-items: end;
  }

  .bio-container-3-up {
    width: auto;
    max-width: none;
  }

  .grid-4.small {
    width: 85%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-name.smaller {
    display: block;
  }

  .div-block-33.nav {
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .utility-page-content-2 {
    width: 100%;
  }

  .justify-column-between {
    width: 100%;
    padding-right: 0px;
  }

  .justify-column-between.right {
    width: 50%;
    padding-left: 30px;
  }

  .content7-content-wrap {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: -100px;
    padding: 40px;
    background-position: 50% 50%;
    background-size: 1030px;
    box-shadow: 2px 2px 40px 1px rgba(125, 65, 10, 0.1);
  }

  .grid-14 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(0px, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(auto, 1fr);
    grid-template-rows: minmax(auto, 1fr);
  }

  .bio-container {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 50px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bio-container.none {
    margin-top: 70px;
  }

  .personalities {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .image-18 {
    display: block;
  }

  .bios {
    height: auto;
  }

  .fix-home {
    position: relative;
    left: auto;
    top: auto;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    min-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fix-home.hide {
    display: none;
  }

  .sticky-container {
    background-size: cover;
    background-attachment: fixed;
  }

  .sticky-container.rob {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer-reveal {
    z-index: 1;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .secondary-logo {
    display: block;
    width: 40%;
  }

  .secondary-logo.w--current {
    position: fixed;
    z-index: 110;
    display: none;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .dividers.what-we-do-1 {
    height: 70vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dividers.what-we-do-2 {
    height: 70vh;
  }

  .dividers.why-huecap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dividers.our-team {
    height: 70vh;
  }

  .divider-headers {
    font-size: 70px;
    line-height: 70px;
  }

  .intro-video {
    width: 100%;
    height: 70vh;
    margin-top: 60px;
  }

  .talent-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .talent {
    width: 100%;
    max-width: none;
    min-width: 100%;
    margin-top: 40px;
    padding-top: 40px;
  }

  .freelance {
    max-width: 60%;
    margin-top: -40px;
  }

  .intro-text.home {
    width: 100%;
    text-align: center;
  }

  .div-block-62 {
    width: 100%;
    margin-right: auto;
    padding-top: 20px;
    border-bottom-style: solid;
  }

  .div-block-63 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .about-us-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .job-description-2 {
    width: 100%;
    padding-right: 20px;
  }

  .job-description-2.second {
    width: 100%;
    margin-top: 20px;
  }

  .centered-stats {
    width: 80%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stat {
    margin-bottom: auto;
  }

  .stat._1st {
    height: 200px;
    margin-bottom: 0px;
    border-bottom-style: none;
  }

  .stat._2nd {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top-style: none;
  }

  .div-block-64 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-20 {
    font-size: 40px;
  }

  .split-section-content {
    padding: 40px 110px 40px 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .split-section-content.left {
    width: 50%;
    padding-right: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-76 {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .section-10 {
    width: 100%;
  }

  ._2-up {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .div-block-80 {
    width: 100%;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-81 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-12 {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #060806;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: #000;
  }

  .body.home {
    overflow: visible;
  }

  .nav-menu-3 {
    width: 100%;
    padding-bottom: 20px;
    background-color: #fff;
    color: #060806;
  }

  .listen-on-text-3 {
    width: 100%;
    text-align: center;
  }

  .side-nav-container {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
  }

  .navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-button-2 {
    display: block;
    background-color: #fff;
  }

  .menu-line.top-line {
    background-color: #7d410a;
  }

  .quote-container {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section.top {
    width: 100%;
    height: auto;
    margin-top: 70px;
  }

  .section.top.why {
    height: auto;
    margin-top: 70px;
    margin-bottom: 0px;
    padding: 20px;
  }

  .heading {
    font-size: 19px;
  }

  .wrapper {
    width: 100%;
  }

  .wrapper.talent {
    width: 100%;
  }

  .heading-2 {
    width: 100%;
  }

  .job-description.spacer-top {
    margin-top: 20px;
  }

  .heading-8 {
    font-size: 34px;
    line-height: 40px;
  }

  .paragraph-3.small {
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph-3.bullet {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-3.creative-talent {
    margin-bottom: 20px;
    text-align: center;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 12px;
    grid-row-gap: 10px;
    -ms-grid-columns: minmax(auto, 0.25fr) 1fr;
    grid-template-columns: minmax(auto, 0.25fr) 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
  }

  .grid-4.small {
    width: 90%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-9.schedule {
    width: 80%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .facts-and-stats {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: 70% 50%;
  }

  .justify-column-between {
    width: 100%;
    padding-right: 0px;
  }

  .justify-column-between.right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content7-content-wrap {
    width: 90%;
    margin: 0px auto;
    padding: 40px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    background-color: #fff;
    box-shadow: 0 3px 40px 1px rgba(125, 65, 10, 0.1);
  }

  .bio-container {
    padding: 30px;
  }

  .image-18 {
    display: block;
  }

  .sticky-container {
    height: 100%;
  }

  .secondary-logo {
    width: 50%;
  }

  .show_skew-on_load.robert {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .show_skew-on_load.nichelle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .show_skew-on_load.brooke {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .dividers.what-we-do-1 {
    height: 60vh;
  }

  .dividers.what-we-do-2 {
    height: 60vh;
  }

  .dividers.why-huecap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dividers.our-team {
    height: 60vh;
  }

  .intro-talent {
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .intro-video {
    width: 100%;
    height: 60vh;
  }

  .talent-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .talent {
    padding-top: 40px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .freelance {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .intro-text.home {
    text-align: center;
  }

  .heading-18 {
    font-size: 34px;
    line-height: 40px;
  }

  .div-block-63 {
    padding-top: 20px;
  }

  .job-description-2 {
    padding-right: 60px;
  }

  .job-description-2.second {
    margin-top: 20px;
  }

  .centered-stats {
    width: 90%;
  }

  .stat {
    margin-bottom: auto;
  }

  .div-block-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-27 {
    max-width: 100%;
    margin-top: -40px;
  }

  .image-28 {
    max-width: 100%;
    margin-top: -40px;
  }

  .grid-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .middle-quality {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .split-section-content {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .split-section-content.left {
    width: 100%;
    padding-right: 0px;
    border-bottom: 1px solid rgba(6, 8, 6, 0.2);
    border-right-style: none;
  }

  .div-block-72 {
    padding-bottom: 30px;
  }

  .div-block-76 {
    background-image: url('../images/HueCap_Pattern_6.svg');
    background-position: 100% 50%;
    background-size: cover;
    background-repeat: repeat-x;
    background-attachment: fixed;
  }

  ._2-up {
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
    background-color: #041109;
    -o-object-fit: none;
    object-fit: none;
  }

  .body.home {
    overflow: visible;
    background-color: #060806;
    -o-object-fit: none;
    object-fit: none;
  }

  .nav-menu-3 {
    width: 100%;
    background-color: #fff;
  }

  .listen-on-text-3 {
    width: 100%;
  }

  .listen-on-text-3:hover {
    color: #7d410a;
  }

  .side-nav-container {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-width: 1px 1px 2px;
    border-color: #000 #000 rgba(52, 78, 65, 0.1);
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.09);
  }

  .navigation-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-wrap {
    color: #060806;
  }

  .nav-link-wrap:hover {
    color: #7d410a;
  }

  .menu-button-2 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    background-color: transparent;
  }

  .menu-line.top-line {
    background-color: #7d410a;
    color: #7ed321;
  }

  .image-13 {
    width: 100%;
    max-width: 100%;
  }

  .quote-container {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content {
    margin-top: 40px;
  }

  .section {
    height: auto;
  }

  .section.top {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.top.why {
    height: auto;
    min-height: auto;
    margin-top: 40px;
    margin-bottom: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.our-story-section {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading {
    width: 100%;
    font-size: 17px;
    line-height: 23px;
    text-align: center;
  }

  .wrapper {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .wrapper.talent {
    width: 100%;
    padding-top: 20px;
  }

  .capalities {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-2 {
    width: 100%;
  }

  .job-description.spacer-top {
    margin-top: 20px;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 23px;
  }

  .paragraph-3.small.centered {
    text-align: center;
  }

  .paragraph-3.creative-talent {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
  }

  .grid-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 43px auto auto;
    grid-template-rows: 43px auto auto;
  }

  .bio-container-3-up {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-4.small {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-9.schedule {
    width: auto;
    height: auto;
  }

  .spacer {
    display: none;
  }

  .facts-and-stats {
    z-index: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 90% 50%;
    background-size: cover;
  }

  .heading-10 {
    text-align: center;
  }

  .utility-page-wrap-2 {
    padding: 15px;
  }

  .text-block-15 {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .div-block-34 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .justify-column-between {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content7-content-wrap {
    margin-bottom: 0px;
    padding: 20px;
  }

  .grid-14 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bio-container {
    padding: 20px;
  }

  .bios {
    margin-top: 60px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .sticky-container {
    background-image: url('../images/Brooke_Hall_Half.jpg');
    background-size: cover;
  }

  .footer-reveal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .secondary-logo {
    position: fixed;
    z-index: 1;
    width: 70%;
  }

  .show_skew-on_load.robert {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .show_skew-on_load.nichelle {
    height: 100%;
  }

  .show_skew-on_load.brooke {
    height: 100%;
  }

  .margin-paragraph {
    margin-bottom: 1rem;
  }

  .content-container.middle-always {
    max-width: 100%;
  }

  .dividers.what-we-do-1 {
    width: 100%;
    height: 60vh;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/GettyImages-1150533032.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/GettyImages-1150533032.jpg');
    background-position: 0px 0px, 50% 50%;
    -o-object-fit: none;
    object-fit: none;
  }

  .dividers.why-huecap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 8, 6, 0.02)), to(rgba(6, 8, 6, 0.02))), url('../images/GettyImages-1163568487.jpg');
    background-image: linear-gradient(180deg, rgba(6, 8, 6, 0.02), rgba(6, 8, 6, 0.02)), url('../images/GettyImages-1163568487.jpg');
    background-position: 0px 0px, 75% 50%;
  }

  .divider-headers {
    display: block;
    overflow: visible;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 40px;
    line-height: 40px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .div-block-50 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro-talent {
    font-size: 20px;
    line-height: 27px;
  }

  .intro-talent.center {
    font-size: 18px;
    line-height: 24px;
  }

  .intro-video {
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    height: 60vh;
  }

  .image-24 {
    margin-top: 10px;
  }

  .talent {
    margin-top: 0px;
    padding-top: 40px;
  }

  .freelance {
    margin-top: -10px;
  }

  .intro-text.home {
    font-size: 17px;
    line-height: 26px;
    text-align: center;
  }

  .heading-18 {
    font-size: 30px;
    line-height: 30px;
  }

  .heading-19.none {
    text-align: center;
  }

  .div-block-63 {
    padding-top: 20px;
  }

  .job-description-2 {
    padding-right: 2px;
    text-align: left;
  }

  .centered-stats {
    position: relative;
    z-index: 6;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "."
      "."
      "Area";
    -ms-grid-columns: minmax(94px, 1fr);
    grid-template-columns: minmax(94px, 1fr);
  }

  .stat {
    margin-bottom: auto;
  }

  .stat._1st {
    width: 80%;
  }

  .stat._2nd {
    width: 80%;
  }

  .spacer-2 {
    text-align: center;
  }

  .image-27 {
    max-width: 100%;
    margin-top: -10px;
  }

  .image-28 {
    max-width: 100%;
    margin-top: -10px;
  }

  .grid-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text {
    text-align: center;
  }

  .split-section-content {
    padding: 40px 20px;
  }

  .div-block-72 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bio-container-section {
    background-position: 80% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-76 {
    background-position: 95% 50%;
  }

  .div-block-77 {
    background-position: 80% 50%;
    background-size: cover;
  }

  .section-10 {
    position: relative;
    z-index: 7;
  }

  ._2-up {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-17 {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .image-29 {
    width: 80%;
  }

  .link-block-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#w-node-ed096a57-3dbc-ea24-8412-2d17ef399c48-a2417085 {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: span 0.9943181276321411;
  -ms-grid-column: span 0.9943181276321411;
  grid-column-start: span 0.9943181276321411;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: span 0.9943181276321411;
  -ms-grid-row: span 0.9943181276321411;
  grid-row-start: span 0.9943181276321411;
}

#w-node-ed096a57-3dbc-ea24-8412-2d17ef399c66-a2417085 {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: span 0.9943181276321411;
  -ms-grid-column: span 0.9943181276321411;
  grid-column-start: span 0.9943181276321411;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: span 0.9943181276321411;
  -ms-grid-row: span 0.9943181276321411;
  grid-row-start: span 0.9943181276321411;
}

#w-node-ed096a57-3dbc-ea24-8412-2d17ef399c84-a2417085 {
  -ms-grid-column-span: 0.9943181276321411;
  grid-column-end: span 0.9943181276321411;
  -ms-grid-column: span 0.9943181276321411;
  grid-column-start: span 0.9943181276321411;
  -ms-grid-row-span: 0.9943181276321411;
  grid-row-end: span 0.9943181276321411;
  -ms-grid-row: span 0.9943181276321411;
  grid-row-start: span 0.9943181276321411;
}

#w-node-_1093f2fa-3a01-f354-6dff-25485ba578a6-42417087 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b71c02d5-88aa-c442-2232-f1bedfb374e7-42417087 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-b6888cde-95dc-37c4-af24-66146348e598-34417086 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Proximanova webfont webfont';
  src: url('../fonts/proximanova-bold-webfont-webfont.eot') format('embedded-opentype'), url('../fonts/proximanova-bold-webfont-webfont.woff') format('woff'), url('../fonts/proximanova-bold-webfont-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova webfont webfont';
  src: url('../fonts/proximanova-regular-webfont-webfont.eot') format('embedded-opentype'), url('../fonts/proximanova-regular-webfont-webfont.woff') format('woff'), url('../fonts/proximanova-regular-webfont-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Glacialindifference';
  src: url('../fonts/GlacialIndifference-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}