/* import font */
@import url("https://rsms.me/inter/inter.css");
html {
  font-family: "Inter", sans-serif;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
body {
  font-family: "Inter", "Helvetica", sans-serif;
}

label {
  font-family: "General Sans", "Inter", "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: -0.5;
  text-transform: uppercase;
}
label.secondary {
  color: #818DA4 !important;
}
label .thin {
  font-weight: 300;
}

h1, .big {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: -1.2;
  line-height: 115%;
  margin: 0;
}
@media (max-width: 1100px) {
  h1, .big {
    font-size: 2.4em;
  }
}
@media (max-width: 767px) {
  h1, .big {
    font-size: 1.8em;
  }
}

h5 {
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0;
}

h6 {
  color: #818DA4;
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0;
}

p {
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 300;
}

ul, menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0.25rem 0 0.5rem;
}

figcaption {
  color: #818DA4;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}

strong {
  font-weight: 600;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #242528;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
  text-align: center;
}

header .content, section .content, nav .content {
  flex: 0 1 1200px;
  padding: 0 2rem;
  margin: auto;
  max-width: 1200px;
}
@media (max-width: 767px) {
  header .content, section .content, nav .content {
    padding: 0 1rem;
  }
}

.hide {
  display: none;
}
@media (max-width: 767px) {
  .hide {
    display: block;
  }
}

@media (max-width: 500px) {
  .mobile-hide {
    display: none !important;
  }
}

.btn-primary:after {
  box-shadow: 0px 4px 12px 2px rgba(7, 7, 8, 0.45);
}
@media (max-width: 767px) {
  .btn-primary:after {
    box-shadow: 0px 6px 8px 2px rgba(55, 55, 57, 0.1);
  }
}
.btn-primary:hover:after {
  box-shadow: 0px 10px 12px 2px rgba(7, 7, 8, 0.3);
}
@media (max-width: 767px) {
  .btn-primary:hover:after {
    box-shadow: 0px 6px 8px 2px rgba(55, 55, 57, 0.1);
  }
}

.btn-secondary {
  color: #FFF !important;
  font-weight: 600 !important;
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.btn-secondary:after {
  background: none;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.btn-secondary:hover {
  cursor: pointer;
}
.btn-secondary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .btn-secondary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.btn-secondary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.btn-secondary.disabled {
  color: #818DA4;
}
.btn-secondary.disabled:after {
  background: #3b4251;
}
.btn-secondary:after {
  box-shadow: 0px 4px 12px 2px rgba(7, 7, 8, 0.45);
}
@media (max-width: 767px) {
  .btn-secondary:after {
    box-shadow: 0px 6px 8px 2px rgba(55, 55, 57, 0.1);
  }
}
.btn-secondary:hover:after {
  box-shadow: 0px 10px 12px 2px rgba(7, 7, 8, 0.3);
}
@media (max-width: 767px) {
  .btn-secondary:hover:after {
    box-shadow: 0px 6px 8px 2px rgba(55, 55, 57, 0.1);
  }
}
.btn-secondary:after {
  border: 2px solid #FFF;
  z-index: 0;
}

.contact, section.project-details .content .columns div.contact {
  display: flex;
  margin-top: 2rem;
  padding: 0;
}
.contact a[class^=btn-]:not(:last-of-type), section.project-details .content .columns div.contact a[class^=btn-]:not(:last-of-type) {
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .contact a[class^=btn-]:not(:last-of-type), section.project-details .content .columns div.contact a[class^=btn-]:not(:last-of-type) {
    margin-right: 0rem;
  }
}
@media (max-width: 767px) {
  .contact, section.project-details .content .columns div.contact {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .contact a, section.project-details .content .columns div.contact a {
    margin-bottom: 1rem;
  }
}

header {
  height: 40px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
header svg {
  transform-origin: 50% 0%;
  transition: all 500ms cubic-bezier(0.4, 0, 0, 1);
}
header svg:hover {
  transform: scale(120%);
}
header .logo {
  transition: all 500ms cubic-bezier(0.4, 0, 0, 1);
}

[data-theme=intro] .logo {
  fill: #FFE9AF;
}

[data-theme=wunder] .logo {
  fill: #F5C909;
}

[data-theme=az] .logo {
  fill: #DD326D;
}

[data-theme=legalpad] .logo {
  fill: #2680FA;
}

[data-theme=acosta] .logo {
  fill: #FF6660;
}

[data-theme=about] .logo {
  fill: #8725FF;
}

[data-theme=baker] .logo {
  fill: #2BACAF;
}

[data-theme=ibotta] .logo {
  fill: #F17582;
}

/*
nav {
  background: $white;
  position: sticky;
  top: 0;

  menu {
    display: flex;
    list-style: none;
    height: $nav-height;
    justify-content: center;
  }

  li {
    font-size: 1.125rem;
    font-weight: 800;
    line-height: $nav-height; //vertically center the text
    margin: 0;
    padding: 0 1rem;
  }
}
*/
section {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 767px) {
  section {
    overflow: hidden;
  }
}
section.columns, section .columns {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
section.columns div, section .columns div {
  width: 50%;
}
@media (max-width: 767px) {
  section.columns div, section .columns div {
    width: 100%;
  }
}
section.columns p, section .columns p {
  color: #FFF;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  section.columns, section .columns {
    flex-direction: column;
  }
  section.columns .img-wrapper, section .columns .img-wrapper {
    margin-top: 4rem;
  }
}
section.hero {
  text-align: center;
}
section.hero h1 {
  font-family: "General Sans";
  font-size: clamp(3.2rem, 8vw, 124px);
  font-weight: 800;
}
section.project-details {
  padding-bottom: 8rem;
}
section.project-details p {
  margin: 1rem auto;
}
section.project-details p, section.project-details ol {
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 40rem;
}
@media (max-width: 767px) {
  section.project-details p, section.project-details ol {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  section.project-details p, section.project-details ol {
    font-size: 1rem;
  }
}
section.project-details p.break, section.project-details ol.break {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  section.project-details p.break, section.project-details ol.break {
    margin-bottom: 4vh;
  }
}
section.project-details p + figure, section.project-details ol + figure, section.project-details figure + figure {
  margin: 4rem auto;
}
@media (max-width: 767px) {
  section.project-details p + figure, section.project-details ol + figure, section.project-details figure + figure {
    margin: 4vh auto;
  }
}
section.project-details p + figure.bg, section.project-details ol + figure.bg, section.project-details figure + figure.bg {
  background: #F1F5F9;
  padding: 1rem 0 0;
}
section.project-details p + figure.padded img, section.project-details ol + figure.padded img, section.project-details figure + figure.padded img {
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  section.project-details p + figure.padded img, section.project-details ol + figure.padded img, section.project-details figure + figure.padded img {
    padding: 0 0 2rem;
  }
}
section.project-details h1 + p {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  section.project-details h1 + p {
    margin-top: 4vh;
  }
}
section.project-details.intro {
  min-height: auto;
  padding-bottom: 16vh;
}
section.project-details.intro p {
  margin-left: 0;
}
section.project-details.intro p:first-of-type {
  margin-top: 0;
}
section.project-details label {
  font-size: 0.938rem;
}
section.project-details ul {
  margin-bottom: 4rem;
}
section.project-details ol {
  font-weight: 300;
  line-height: 1.2;
  margin: 2rem auto;
}
section.project-details ol li {
  margin-bottom: 1.5rem;
}
section.project-details .content .columns div {
  padding: 0 4rem;
  width: fit-content;
}
@media (max-width: 767px) {
  section.project-details .content .columns div {
    padding: 0 2rem;
  }
}
@media (max-width: 500px) {
  section.project-details .content .columns div {
    padding: 0;
  }
}
section.project-details .content .columns div:first-of-type {
  flex: 2;
}
section.project-details .content .columns div:first-of-type p {
  max-width: 32.5rem;
}
@media (max-width: 767px) {
  section.project-details .content .columns div:first-of-type {
    order: 2;
  }
}
section.project-details .quote {
  font-size: 2.25rem;
  font-family: "DM Serif Text", "Tiempos Text", serif;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 767px) {
  section.project-details .quote {
    font-size: 1.75rem;
  }
}

@media (max-width: 500px) {
  .home section {
    padding: 16vh 0;
  }
}
.home section .tile {
  border-radius: 1.5rem;
  height: 26.25rem;
  margin: 1.5rem 0;
  width: 100%;
}
@media (max-width: 767px) {
  .home section .tile {
    height: 85vw;
  }
}
.home section:not(.home-intro) .content p {
  max-width: 28rem;
}
@media (max-width: 767px) {
  .home section:not(.home-intro) .content {
    align-self: center;
    margin-top: 0;
    margin: 0;
    padding-top: 1rem;
  }
}
.home section.home-intro {
  color: #FFF;
  margin-top: -40px;
  position: relative;
}
.home section.home-intro h1 {
  padding-right: 8vw;
}
@media (max-width: 767px) {
  .home section.home-intro h1 {
    padding-right: 0;
  }
}
.home section.home-intro label {
  color: #FFE9AF;
}
.home section.home-intro label.secondary {
  bottom: 8%;
  position: absolute;
}
.home section.wunder label {
  color: #F5C909;
}
.home section.wunder label span {
  text-transform: none;
}
.home section.wunder .tile {
  background: url(../../img/wunder_bg.png) center center no-repeat;
}
@media (max-width: 767px) {
  .home section.wunder .tile {
    background: url(../../img/wunder_bg_sm.jpg) center center no-repeat;
    background-size: 110%;
  }
}
.home section.wunder .btn-primary {
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #020203;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.home section.wunder .btn-primary:after {
  background: #F5C909;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.home section.wunder .btn-primary:hover {
  cursor: pointer;
}
.home section.wunder .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .home section.wunder .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.home section.wunder .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.home section.wunder .btn-primary.disabled {
  color: #818DA4;
}
.home section.wunder .btn-primary.disabled:after {
  background: #3b4251;
}
.home section.az label {
  color: #DD326D;
}
.home section.az label span {
  text-transform: none;
}
.home section.az .tile {
  background: url(../../img/az_bg.jpg) #FFF center center no-repeat;
}
@media (max-width: 767px) {
  .home section.az .tile {
    background-size: cover;
  }
}
.home section.az .btn-primary {
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.home section.az .btn-primary:after {
  background: #DD326D;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.home section.az .btn-primary:hover {
  cursor: pointer;
}
.home section.az .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .home section.az .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.home section.az .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.home section.az .btn-primary.disabled {
  color: #818DA4;
}
.home section.az .btn-primary.disabled:after {
  background: #3b4251;
}
.home section.legalpad p a {
  color: #2680FA;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.home section.legalpad p a:after {
  background: #2680FA;
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -16%;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .home section.legalpad p a:after {
    height: 1px;
    bottom: -10%;
  }
}
.home section.legalpad p a:hover {
  color: #2680FA;
}
.home section.legalpad p a:hover:after {
  background: #2680FA;
  bottom: 0%;
}
.home section.legalpad label {
  color: #2680FA;
}
.home section.legalpad label span {
  text-transform: none;
}
.home section.legalpad .tile {
  background: url(../../img/legalpad_img.png) #2680FA top center no-repeat;
}
@media (max-width: 767px) {
  .home section.legalpad .tile {
    background-size: 90%;
    background-position: top 3rem center;
  }
}
.home section.legalpad .btn-primary {
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.home section.legalpad .btn-primary:after {
  background: #2680FA;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.home section.legalpad .btn-primary:hover {
  cursor: pointer;
}
.home section.legalpad .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .home section.legalpad .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.home section.legalpad .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.home section.legalpad .btn-primary.disabled {
  color: #818DA4;
}
.home section.legalpad .btn-primary.disabled:after {
  background: #3b4251;
}
.home section.acosta label {
  color: #FF6660;
}
.home section.acosta label span {
  text-transform: none;
}
.home section.acosta .tile {
  background: url(../../img/acosta_bg.jpg) #FFF center center no-repeat;
  background-size: cover;
}
.home section.acosta .btn-primary {
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.home section.acosta .btn-primary:after {
  background: #FF6660;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.home section.acosta .btn-primary:hover {
  cursor: pointer;
}
.home section.acosta .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .home section.acosta .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.home section.acosta .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.home section.acosta .btn-primary.disabled {
  color: #818DA4;
}
.home section.acosta .btn-primary.disabled:after {
  background: #3b4251;
}
.home section.baker p a {
  color: #2BACAF;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.home section.baker p a:after {
  background: #2BACAF;
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -16%;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .home section.baker p a:after {
    height: 1px;
    bottom: -10%;
  }
}
.home section.baker p a:hover {
  color: #2BACAF;
}
.home section.baker p a:hover:after {
  background: #2BACAF;
  bottom: 0%;
}
.home section.baker label {
  color: #2BACAF;
}
.home section.baker label span {
  text-transform: none;
}
.home section.baker .tile {
  background: url(../../img/baker_bg.png) #2BACAF bottom center no-repeat;
}
@media (max-width: 500px) {
  .home section.baker .tile {
    background-size: 130%;
  }
}
.home section.baker .btn-primary {
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.home section.baker .btn-primary:after {
  background: #2BACAF;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.home section.baker .btn-primary:hover {
  cursor: pointer;
}
.home section.baker .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .home section.baker .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.home section.baker .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.home section.baker .btn-primary.disabled {
  color: #818DA4;
}
.home section.baker .btn-primary.disabled:after {
  background: #3b4251;
}
.home section.ibotta p a {
  color: #F17582;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.home section.ibotta p a:after {
  background: #F17582;
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -16%;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .home section.ibotta p a:after {
    height: 1px;
    bottom: -10%;
  }
}
.home section.ibotta p a:hover {
  color: #F17582;
}
.home section.ibotta p a:hover:after {
  background: #F17582;
  bottom: 0%;
}
.home section.ibotta label {
  color: #F17582;
}
.home section.ibotta label span {
  text-transform: none;
}
.home section.ibotta .tile {
  background: url(../../img/ibotta_bg.png) #F17582 bottom center no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .home section.ibotta .tile {
    background-size: 205%;
  }
}
.home section.ibotta .tile img {
  position: absolute;
  right: 10%;
  top: 2rem;
}
@media (max-width: 1100px) {
  .home section.ibotta .tile img {
    right: 0;
  }
}
@media (max-width: 1100px) {
  .home section.ibotta .tile img {
    right: -10%;
  }
}
@media (max-width: 767px) {
  .home section.ibotta .tile img {
    right: -30%;
    top: 0;
  }
}
@media (max-width: 500px) {
  .home section.ibotta .tile img {
    right: -40%;
    width: 280px;
  }
}
.home section.ibotta .btn-primary {
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.home section.ibotta .btn-primary:after {
  background: #F17582;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.home section.ibotta .btn-primary:hover {
  cursor: pointer;
}
.home section.ibotta .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .home section.ibotta .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.home section.ibotta .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.home section.ibotta .btn-primary.disabled {
  color: #818DA4;
}
.home section.ibotta .btn-primary.disabled:after {
  background: #3b4251;
}
.home section.about {
  color: #FFF;
  padding-bottom: 8rem;
}
.home section.about label {
  color: #8725FF;
}
.home section.about a {
  color: #FFF;
  text-decoration: underline;
}
.home section.about a.big {
  color: #FFF;
  display: inline-block;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  text-decoration: none;
}
.home section.about a.big:after {
  background: #FFF;
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -16%;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .home section.about a.big:after {
    height: 1px;
    bottom: -10%;
  }
}
.home section.about a.big:hover {
  color: #FFF;
}
.home section.about a.big:hover:after {
  background: #FFF;
  bottom: 0%;
}
.home section.about .contact, .home section.about section.project-details .content .columns div.contact, section.project-details .content .columns .home section.about div.contact {
  margin-top: 2rem;
}
.home section.about .columns {
  align-items: flex-start;
}
.home section.about .row {
  margin-top: 8rem;
}
.home section.about .row:nth-of-type(2) {
  background: url(../../img/about_bg.jpg) #242528 right 30% no-repeat;
}
@media (max-width: 767px) {
  .home section.about .row:nth-of-type(2) {
    background: none;
  }
}
@media (max-width: 767px) {
  .home section.about .row ul {
    margin-bottom: 8rem;
  }
}
.home section.about .row li {
  margin: 1rem 0 2rem;
}
.home section.about .row li a {
  font-family: "General Sans";
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 300ms cubic-bezier(0.4, 0, 0, 1);
}
.home section.about .row li a:hover {
  color: #FFE9AF;
}
.home section.about .row p:first-of-type {
  margin-top: 0;
}
.home section.about .row p {
  font-size: 1.5rem;
  max-width: 50%;
}
@media (max-width: 767px) {
  .home section.about .row p {
    font-size: 1.25rem;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .home section.about .row p {
    font-size: 1.125rem;
  }
}

.apollo-project {
  background: #F5C909;
}
.apollo-project header {
  margin-top: -40px;
}
.apollo-project header .logo {
  fill: #F5C909;
}
.apollo-project section {
  background: #242528;
  color: #FFF;
}
.apollo-project section h1 {
  font-family: "General Sans";
  font-size: clamp(3.2rem, 8vw, 124px);
  font-weight: 800;
  text-align: center;
}
.apollo-project section .btn-primary {
  z-index: 1;
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.apollo-project section .btn-primary:after {
  background: #F5C909;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.apollo-project section .btn-primary:hover {
  cursor: pointer;
}
.apollo-project section .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .apollo-project section .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.apollo-project section .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.apollo-project section .btn-primary.disabled {
  color: #818DA4;
}
.apollo-project section .btn-primary.disabled:after {
  background: #3b4251;
}
.apollo-project section a {
  color: #F5C909;
  font-weight: 300;
  text-decoration: none;
}
.apollo-project section.hero {
  background: url(../../img/apollo-cs-hero_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #FFF;
  z-index: -1;
  position: relative;
}
.apollo-project section.hero:before {
  content: " ";
  display: block;
  background: -moz-linear-gradient(top, rgba(36, 37, 40, 0) 0%, rgb(36, 37, 40) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36, 37, 40, 0) 0%, rgb(36, 37, 40) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36, 37, 40, 0) 0%, rgb(36, 37, 40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
}
.apollo-project section.hero:before {
  top: auto;
  bottom: 0;
  height: 28%;
}
.apollo-project section.hero h1 {
  text-shadow: 0px 0px 1.25rem rgba(36, 37, 40, 0.3);
}
.apollo-project section.hero h5 {
  margin-top: 2vh;
}
.apollo-project section.hero .content {
  z-index: 1;
}
.apollo-project section.project-details {
  overflow: visible;
}
.apollo-project section.project-details .content {
  background: #242528;
  margin-top: -16vh;
  padding-top: 4rem;
}

.az-project {
  background: #DD326D;
}
.az-project header {
  margin-top: -40px;
}
.az-project header .logo {
  fill: #DD326D;
}
.az-project section {
  background: #242528;
  color: #FFF;
}
.az-project section .btn-primary {
  z-index: 1;
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.az-project section .btn-primary:after {
  background: #DD326D;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.az-project section .btn-primary:hover {
  cursor: pointer;
}
.az-project section .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .az-project section .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.az-project section .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.az-project section .btn-primary.disabled {
  color: #818DA4;
}
.az-project section .btn-primary.disabled:after {
  background: #3b4251;
}
.az-project section a {
  color: #DD326D;
  font-weight: 300;
  text-decoration: none;
}
.az-project section.hero {
  background: url(../../img/az-cs-hero_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #FFF;
  z-index: -1;
  position: relative;
}
.az-project section.hero:before {
  content: " ";
  display: block;
  background: -moz-linear-gradient(top, rgba(36, 37, 40, 0) 0%, rgb(36, 37, 40) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(36, 37, 40, 0) 0%, rgb(36, 37, 40) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(36, 37, 40, 0) 0%, rgb(36, 37, 40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-blend-mode: multiply;
}
.az-project section.hero h1 {
  text-shadow: 0px 0px 1.25rem rgba(36, 37, 40, 0.3);
}
.az-project section.hero h5 {
  margin-top: 2vh;
}
.az-project section.hero .content {
  z-index: 1;
}
.az-project section.project-details {
  overflow: visible;
}
.az-project section.project-details .content {
  background: #242528;
  margin-top: -16vh;
  padding-top: 4rem;
}

.engage-project {
  background: #FF6660;
}
.engage-project nav li {
  color: #FF6660;
}
.engage-project header {
  margin-top: -40px;
}
.engage-project header .logo {
  fill: #FF6660;
}
.engage-project section {
  background: #FFF;
  color: #242528;
}
.engage-project section h1 {
  font-family: "General Sans";
  font-size: clamp(3.2rem, 8vw, 124px);
  font-weight: 800;
  text-align: center;
}
.engage-project section .btn-primary {
  z-index: 1;
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.engage-project section .btn-primary:after {
  background: #FF6660;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.engage-project section .btn-primary:hover {
  cursor: pointer;
}
.engage-project section .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .engage-project section .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.engage-project section .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.engage-project section .btn-primary.disabled {
  color: #818DA4;
}
.engage-project section .btn-primary.disabled:after {
  background: #3b4251;
}
.engage-project section a:not(.btn-primary) {
  color: #FF6660;
  font-weight: 300;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.engage-project section a:not(.btn-primary):hover {
  color: #f90900;
}
.engage-project section.hero {
  overflow: visible;
}
@media (max-width: 767px) {
  .engage-project section.hero {
    min-height: auto;
  }
  .engage-project section.hero h1 {
    margin-top: 24.0060015004vh;
  }
}
.engage-project section.hero h5 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .engage-project section.hero h5 {
    font-size: 1rem;
  }
}
.engage-project section.hero img {
  margin-bottom: -32vh;
  max-width: 900px;
}
@media (max-width: 767px) {
  .engage-project section.hero img {
    margin-bottom: -8vh;
    max-width: 100%;
  }
}
.engage-project section.project-details.intro {
  padding-top: calc(4rem + 16vh);
}
@media (max-width: 767px) {
  .engage-project section.project-details.intro {
    padding-top: calc(4rem + 8vh);
  }
}
.engage-project section.project-details .content {
  color: #242528;
  margin-top: 0;
}
.engage-project section.project-details .content p {
  color: #242528;
}
.engage-project section.project-details figcaption {
  background: #FFF;
}
.engage-project section.thankyou {
  background: #242528;
  color: #FFF;
}
.engage-project section.thankyou p {
  font-size: 1.25rem;
}

.novo-project {
  background: #2680FA;
}
.novo-project nav li {
  color: #2680FA;
}
.novo-project header {
  margin-top: -40px;
}
.novo-project header .logo {
  fill: #2680FA;
}
.novo-project section {
  background: #FFF;
  color: #061532;
}
.novo-project section h1 {
  font-family: "General Sans";
  font-size: clamp(3.2rem, 8vw, 124px);
  font-weight: 800;
  text-align: center;
}
.novo-project section .btn-primary {
  z-index: 1;
  align-items: center;
  box-sizing: border-box;
  border-radius: 3rem;
  color: #FFF;
  display: flex;
  font-family: "General Sans";
  font-size: 1em;
  font-weight: 600;
  justify-content: center;
  min-width: 4.5rem;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: fit-content;
  transition: all 0.15s cubic-bezier(0.4, 0, 0, 1);
}
.novo-project section .btn-primary:after {
  background: #2680FA;
  border-radius: 3rem;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.novo-project section .btn-primary:hover {
  cursor: pointer;
}
.novo-project section .btn-primary:hover:after {
  transform: scale(1.15);
}
@media (max-width: 767px) {
  .novo-project section .btn-primary {
    font-size: 1em;
    padding: 1.2rem;
    width: 100%;
  }
}
.novo-project section .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(0.95);
}
.novo-project section .btn-primary.disabled {
  color: #818DA4;
}
.novo-project section .btn-primary.disabled:after {
  background: #3b4251;
}
.novo-project section a:not(.btn-primary) {
  color: #2680FA;
  font-weight: 300;
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
.novo-project section a:not(.btn-primary):hover {
  color: #0450b6;
}
.novo-project section.hero {
  background: #818DA4;
  background-image: linear-gradient(#F1F5F9, #c5cfdf);
  overflow: visible;
}
@media (max-width: 767px) {
  .novo-project section.hero {
    min-height: auto;
  }
  .novo-project section.hero h1 {
    margin-top: 24.0060015004vh;
  }
}
.novo-project section.hero h5 {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .novo-project section.hero h5 {
    font-size: 1rem;
  }
}
.novo-project section.hero img {
  margin-bottom: -32vh;
}
@media (max-width: 767px) {
  .novo-project section.hero img {
    margin-bottom: -8vh;
  }
}
.novo-project section.project-details.intro {
  padding-top: calc(4rem + 16vh);
}
@media (max-width: 767px) {
  .novo-project section.project-details.intro {
    padding-top: calc(4rem + 8vh);
  }
}
.novo-project section.project-details .content {
  color: #061532;
  margin-top: 0;
}
.novo-project section.project-details .content p {
  color: #061532;
}
.novo-project section.project-details figcaption {
  background: #FFF;
}
.novo-project section.thankyou {
  background: #242528;
  color: #FFF;
}
.novo-project section.thankyou p {
  font-size: 1.25rem;
}

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