@charset "UTF-8";
@font-face {
  font-family: "Fivo";
  src: url("../fonts/fivosans/FivoSans-Black.woff2") format("woff2"), url("../fonts/fivosans/FivoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Fivo";
  src: url("../fonts/fivosans/FivoSans-Bold.woff2") format("woff2"), url("../fonts/fivosans/FivoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto";
  src: url("../fonts/notosans/NotoSans-Regular.woff2") format("woff2"), url("../fonts/notosans/NotoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Noto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
}
h1:last-child:not(.maintain-margin), .h1:last-child:not(.maintain-margin), h2:last-child:not(.maintain-margin), h3:last-child:not(.maintain-margin), h4:last-child:not(.maintain-margin), h5:last-child:not(.maintain-margin), h6:last-child:not(.maintain-margin), p:last-child:not(.maintain-margin), ul:last-child:not(.maintain-margin), ol:last-child:not(.maintain-margin) {
  margin-bottom: 0;
}

h1, .h1, h2, h3, h4, h5, h6 {
  font-family: "Fivo", sans-serif;
  line-height: 0.9;
}

h1, .h1 {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
}

h4 {
  font-size: 18.8px;
  font-weight: 900;
}

h5 {
  font-size: 13.6px;
  font-weight: 700;
}

h6 {
  font-size: 12px;
  font-weight: 700;
}

p, ul, ol {
  margin-bottom: 15px;
  font-size: 16.5px;
  font-weight: 400;
}
p.intro, ul.intro, ol.intro {
  font-size: 20px;
}
p.intro strong, ul.intro strong, ol.intro strong {
  font-family: "Fivo";
  font-weight: 700;
  font-size: 24px;
}

h4, h5, h6 {
  margin-bottom: 7px;
}

.small, .button {
  font-size: 12px;
}

.caps {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h1, .h1 {
    margin-bottom: 50px;
    font-size: 72px;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 72px;
  }
  h3 {
    margin-bottom: 20px;
    font-size: 48px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 12px;
  }
  p, ul, ol {
    margin-bottom: 20px;
    font-size: 18px;
  }
  p.intro, ul.intro, ol.intro {
    font-size: 21px;
  }
  h4, h5, h6 {
    margin-bottom: 12px;
  }
  .small, .button {
    font-size: 15px;
  }
}
.quote {
  position: relative;
  display: inline-block;
}
.quote::before {
  content: "“";
  position: absolute;
  left: -18px;
}
.quote::after {
  content: "”";
}

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

body.mobile-nav-active {
  overflow: hidden;
  padding-right: 15px;
}
@media (max-width: 767px) {
  body.mobile-nav-active {
    padding-right: 0;
  }
}

body {
  background-color: #FFF7E4;
}
body::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.page {
  overflow: hidden;
}

section {
  overflow-x: clip;
  margin: 50px 0;
}
@media (min-width: 768px) {
  section {
    margin: 150px 0;
  }
}

.gutter--lg {
  padding-top: 150px;
}

.gutter {
  padding-top: 60px;
}

.gutter--sm {
  padding-top: 30px;
}

.gutter--xs {
  padding-top: 15px;
}

.finger {
  width: 100%;
}
.finger .finger__text {
  padding: 5% 5% 0 5%;
}
.finger .finger__image {
  padding: 0 5% 0 0;
}
.finger .finger__image > img, .finger .finger__image > iframe {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1.4285714286;
  border-radius: 0 4000px 4000px 0;
}
@media (min-width: 768px) {
  .finger {
    display: flex !important;
    flex-direction: row-reverse;
  }
  .finger .finger__text {
    width: 40%;
    padding: 0 2.5% 0 5%;
  }
  .finger .finger__image {
    width: 60%;
    padding: 0;
    aspect-ratio: 2;
  }
  .finger .finger__image > img, .finger .finger__image > iframe {
    width: 100%;
    border-radius: 4000px 0 0 4000px;
  }
}

.modal-bio {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease;
  z-index: 20;
  height: 100%;
  min-height: 100vh;
  z-index: 110;
}
.modal-bio.active {
  visibility: visible;
  opacity: 1;
}
.modal-bio h2 {
  text-transform: initial;
}
.modal-bio .modal-bio--text {
  padding: 60px;
}
.modal-bio .modal-bio--image {
  width: 100%;
  max-height: 70vh;
  aspect-ratio: 1/2;
  object-fit: cover;
}
@media (min-width: 992px) {
  .modal-bio {
    overflow: hidden;
  }
  .modal-bio .modal-bio--image {
    max-height: 100vh;
  }
  .modal-bio .modal-bio--text {
    display: flex;
    align-items: center;
    padding: 0 60px;
  }
}
.modal-bio .button.button--exit {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media (min-width: 1700px) {
  .container-xxl {
    min-width: 1600px;
  }
}
.container.container--case-study-copy {
  max-width: 1170px;
}

.page--about .hero {
  height: auto;
}
.page--about .hero .feature-img.d-md-none {
  height: auto;
}

@media (max-width: 767px) {
  .testimonial .finger__text {
    padding: 10% 10% 0 10%;
  }
}
@media (max-width: 767px) {
  .testimonial .quote {
    font-size: 30px;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 40px;
}
@media (max-width: 767px) {
  header {
    margin: 20px 0.75rem;
  }
}
header #logo-container {
  display: flex;
  position: relative;
  z-index: 100;
}
header #logo-container img {
  display: block;
  width: 170px;
}
header #logo-container .city-container {
  position: relative;
  padding-left: 1.5rem;
  display: flex;
  align-items: center;
}
header #logo-container .city {
  position: absolute;
  display: inline-block;
  font-size: 20px;
  opacity: 0;
  transform: rotateX(90deg); /* Start with flipped state */
  transform-origin: center;
}
header #logo-container .city:first-child {
  opacity: 1; /* Visible at the start */
  transform: rotateX(0deg); /* No flip, already in place */
  animation: flip-animation-1 7s infinite;
}
header #logo-container .city:nth-child(2) {
  animation: flip-animation-2 7s infinite;
}
header #logo-container .city:nth-child(3) {
  animation: flip-animation-3 7s infinite;
}
@keyframes flip-animation-1 {
  0% {
    opacity: 1;
    transform: rotateX(0deg); /* Visible */
  }
  31% {
    opacity: 1;
    transform: rotateX(0deg); /* Hold */
  }
  35% {
    opacity: 0;
    transform: rotateX(-90deg); /* Flip out */
  }
  96% {
    opacity: 0;
    transform: rotateX(-90deg); /* Hold */
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg); /* Flip in */
  }
}
@keyframes flip-animation-2 {
  0% {
    opacity: 0;
    transform: rotateX(90deg); /* Hidden */
  }
  33% {
    opacity: 0;
    transform: rotateX(90deg); /* Hold */
  }
  37% {
    opacity: 1;
    transform: rotateX(0deg); /* Flip in */
  }
  64% {
    opacity: 1;
    transform: rotateX(0deg); /* Hold */
  }
  68% {
    opacity: 0;
    transform: rotateX(-90deg); /* Flip out */
  }
  100% {
    opacity: 0;
    transform: rotateX(90deg); /* Hidden */
  }
}
@keyframes flip-animation-3 {
  0% {
    opacity: 0;
    transform: rotateX(-90deg); /* Hidden */
  }
  66% {
    opacity: 0;
    transform: rotateX(-90deg); /* Hold */
  }
  70% {
    opacity: 1;
    transform: rotateX(0deg); /* Flip in */
  }
  94% {
    opacity: 1;
    transform: rotateX(0deg); /* Hold */
  }
  98% {
    opacity: 0;
    transform: rotateX(-90deg); /* Flip out */
  }
}
header #nav__mobile-toggle {
  height: 40px;
  width: 40px;
  padding: 5px;
  cursor: pointer;
  z-index: 100;
}
header #nav__mobile-toggle.active .nav__mobile-toggle__bar:nth-child(1),
header #nav__mobile-toggle.active .nav__mobile-toggle__bar:nth-child(4) {
  opacity: 0;
}
header #nav__mobile-toggle.active .nav__mobile-toggle__bar:nth-child(2) {
  transform: rotate(45deg);
}
header #nav__mobile-toggle.active .nav__mobile-toggle__bar:nth-child(3) {
  transform: rotate(-45deg);
}
header #nav__mobile-toggle .nav__mobile-toggle__bar {
  display: block;
  height: 3px;
  width: 100%;
  margin: 6px 0;
  background-color: black;
  border-radius: 3px;
  transition: all 0.3s ease;
}
header #nav__mobile-toggle .nav__mobile-toggle__bar:nth-child(3) {
  margin-top: -9px;
}
@media (min-width: 768px) {
  header #nav__mobile-toggle {
    display: none;
    opacity: 0;
  }
}
header nav {
  display: flex;
  position: relative;
  font-size: 0;
  flex-direction: column;
  transition: all 0.3s ease;
}
header nav .nav-item {
  position: relative;
}
header nav .nav-item a {
  font-family: "Fivo", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 20px;
  transition: color 0.3s ease;
}
header nav .nav-item a.active, header nav .nav-item a:hover, header nav .nav-item a:active, header nav .nav-item a:focus {
  color: #e51d41;
  cursor: pointer;
}
header nav .nav-item .connect {
  outline: 1px red solid;
}
header nav .nav-item .linkedin.svg {
  width: 38px;
}
header nav .nav-item .linkedin.svg path {
  fill: #000;
}
@media (max-width: 767px) {
  header nav {
    position: absolute;
    top: 63px;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 0;
    background-color: white;
    overflow: hidden;
    text-align: center;
    z-index: 90;
  }
  header nav.active {
    height: calc(100vh - 63px);
    max-height: 100vh;
    padding: 9vh 0;
  }
  header nav .nav-item a {
    font-family: "Fivo", sans-serif;
    font-size: 34px;
    font-weight: 900;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  header nav {
    justify-content: space-between;
    flex-direction: row;
  }
  header nav .nav-item--linkedin {
    display: none;
  }
  header nav .nav-item {
    margin: 0 5px;
  }
  header nav .nav-item:last-child {
    margin-right: 0;
  }
}
header #nav__click-out {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background-color: white;
  z-index: -1;
}
header #nav__click-out.active {
  visibility: visible;
  opacity: 0.5;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
}
a.highlight {
  color: #e51d41;
  border-bottom: 1px #e51d41 solid;
  cursor: pointer;
}
a.highlight:hover, a.highlight:active, a.highlight:focus {
  color: #d11839;
  border-bottom-color: #d11839;
}
a:hover, a:active, a:focus {
  color: #d11839;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70vh;
  max-width: calc(100% - 1.5rem);
  margin: auto;
}
.hero img, .hero video {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  border-radius: 15px;
}

#hero--home {
  width: 70vh;
  min-width: 40vw;
  min-height: 40vw;
  border-radius: 4000px;
  overflow: hidden;
  transition: all 0.6s ease;
  transition: height 1s ease, width 0.4s ease, border-radius 0.4s ease;
}
#hero--home video {
  height: 100%;
  border-radius: inherit;
}
#hero--home.tall {
  height: 95vh;
}
#hero--home.tall.wide {
  margin-top: 0;
  width: calc(100% - 1.5rem);
  border-radius: 15px;
}
#hero--home.tall.wide .what {
  opacity: 0;
}
#hero--home .what {
  position: absolute;
  font-size: 70px;
  text-shadow: 0 0 40px rgba(255, 255, 255, 0.8);
  transition: all 0.6s ease;
}
#hero--home .what#what1 {
  left: 40px;
  bottom: 45%;
  margin-bottom: 0.25em;
}
#hero--home .what#what2 {
  right: 40px;
  top: 55%;
}

@media (min-width: 2080px) {
  #hero--home .what#what1 {
    left: calc((100vw - 2000px) / 2);
  }
  #hero--home .what#what2 {
    right: calc((100vw - 2000px) / 2);
  }
}
#h1--home {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.6s ease-in;
}
#h1--home.show {
  max-height: 1000px;
  opacity: 1;
  overflow: unset;
}

.cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 60px;
  justify-content: center;
  margin-left: -2.5%;
  margin-right: -2.5%;
}
.cards .card {
  display: block;
  position: relative;
  max-width: 90%;
  width: 650px;
  margin: 0 2.5%;
  overflow: hidden;
  border-radius: 4000px;
  aspect-ratio: 0.7;
  transition: all 0.3s ease;
}
.cards .card:hover .card__img > img, .cards .card:active .card__img > img, .cards .card:focus .card__img > img {
  transform: scale(1.03);
}
.cards .card:hover .text .button--spot, .cards .card:active .text .button--spot, .cards .card:focus .text .button--spot {
  border-color: #e51d41;
  background-color: #e51d41;
}
.cards .card:hover .text .button--spot svg path, .cards .card:active .text .button--spot svg path, .cards .card:focus .text .button--spot svg path {
  fill: white;
}
.cards .card.card--next {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  aspect-ratio: 1;
  margin: 0 15%;
}
@media (min-width: 768px) {
  .cards .card.card--next {
    margin: 0 2.5%;
  }
}
.cards .card.card--next .card__img > img {
  object-position: top center;
}
.cards .card .card__img {
  position: relative;
  height: 100%;
}
.cards .card .card__img.gradient-1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.cards .card .card__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.cards .card .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2.5% 12%;
  text-align: center;
  color: white;
}
.cards .card .text.shadow-1 {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cards .card .text .card__header--sm {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.cards .card .text .card__header--md {
  font-family: "Fivo", sans-serif;
  display: block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 18px;
}
.cards .card .text .card__header--lg {
  font-family: "Fivo", sans-serif;
  display: block;
  margin: 4px 0;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
}
.cards .card .text .label {
  display: none;
  color: white;
  border-color: white;
  font-size: 12px;
  margin: 4px 1.5% 10px 1.5%;
  font-weight: 400;
}
.cards .card .text .button--spot {
  border-color: white;
  background-color: white;
  transition: all 0.3s ease;
}
.cards .card .text .button--spot:hover, .cards .card .text .button--spot:active, .cards .card .text .button--spot:focus {
  transform: none;
}
.cards .card .text .button--spot svg path {
  fill: black;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .cards .card .text .label {
    display: inline-block;
  }
  .cards .card .text .card__header--sm {
    font-size: 1.1vw;
  }
  .cards .card .text .card__header--md {
    font-size: 22px;
  }
  .cards .card .text .card__header--lg {
    font-size: 2.2vw;
  }
  .cards .card .text .label {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .cards .card .text .label {
    display: inline-block;
  }
  .cards .card .text .card__header--sm {
    font-size: 0.85vw;
  }
  .cards .card .text .card__header--md {
    font-size: 22px;
  }
  .cards .card .text .card__header--lg {
    font-size: 1.7vw;
  }
  .cards .card .text .label {
    font-size: 12px;
  }
}
.cards .section-next--next {
  font-size: 36px;
  position: absolute;
  top: 0;
  left: 7.5%;
  width: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .cards .section-next--next {
    font-size: 60px;
    position: relative;
    top: 6vw;
    left: auto;
    right: 5vw;
  }
}

#people-cards {
  margin: 0 -2.5%;
  margin-top: 60px;
  row-gap: 60px;
}
#people-cards .card-container {
  overflow: hidden;
  margin: 0 2.5%;
  width: calc(50% - 5%);
}
@media (min-width: 768px) {
  #people-cards .card-container {
    width: calc(25% - 5%);
  }
}
#people-cards .card {
  width: 100%;
  margin: 0;
  max-width: none;
}
#people-cards .card:hover .text .button--spot svg path, #people-cards .card:active .text .button--spot svg path, #people-cards .card:focus .text .button--spot svg path {
  fill: white;
}
#people-cards .card .card__header--sm {
  margin-bottom: 6px;
}
#people-cards .card .text .button--spot svg path {
  fill: #e51d41;
}

.people-btn {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.people-btn__gradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -100%;
  background: linear-gradient(0deg, rgb(255, 247, 228) 0%, rgba(255, 247, 228, 0) 100%);
}

.people-btn__container {
  background-color: #FFF7E4;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 167px;
}

.people-btn__btn.button {
  position: absolute;
  align-self: center;
  margin: 0;
}

.button {
  font-weight: 700;
  display: inline-block;
  margin-top: -3px;
  margin-right: 10px;
  margin-bottom: 20px;
  border-radius: 35px;
  border: 2px #e51d41 solid;
  padding: 15px 30px;
  background: #e51d41;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: white;
  transition: all 0.3s ease;
  cursor: pointer;
}
.button:last-child {
  margin-right: 0;
}
.button:hover, .button:active, .button:focus {
  border-color: #d11839;
  background-color: #d11839;
  transform: scale(1.03);
  color: white;
}
.button:hover.prev, .button:active.prev, .button:focus.prev {
  transform: rotate(180deg) scale(1.03);
}
.button svg {
  height: 10px;
}
.button path {
  fill: white;
  transition: all 0.3s ease;
}
.button.next svg, .button.prev svg {
  position: relative;
  left: 1px;
}
.button.prev {
  transform: rotate(180deg);
}
.button.button--reverse {
  border-color: transparent;
  background-color: transparent;
  color: #e51d41;
}
.button.button--reverse path {
  fill: #e51d41;
}
.button.button--reverse:hover, .button.button--reverse:active, .button.button--reverse:focus {
  color: #d11839;
}
.button.button--reverse:hover path, .button.button--reverse:active path, .button.button--reverse:focus path {
  fill: #d11839;
}
.button.button--spot {
  position: relative;
  top: 3px;
  margin-top: 0;
  padding: 9px;
}
.button.button--spot img.svg {
  width: 13px;
  height: 13px;
}
.button.button--spot svg {
  display: block;
  height: 13px;
  width: 13px;
}
.button.button--spot svg path {
  fill: white;
}
@media (min-width: 768px) {
  .button.button--spot {
    padding: 12px;
  }
  .button.button--spot img.svg {
    width: 17px;
    height: 17px;
  }
  .button.button--spot svg {
    height: 17px;
    width: 17px;
  }
}
.button.button--exit {
  transform: rotate(45deg);
}

.our-work-button-spacer {
  display: inline-block;
  width: 30px;
}

.label {
  color: #e51d41;
  display: inline-block;
  margin: 10px 10px 15px 10px;
  border: 1px #e51d41 solid;
  border-radius: 4000px;
  padding: 2px 8px;
  font-size: 15px;
  font-weight: 400;
}

.accordion .item {
  border-radius: 32px;
  margin: 8px 0;
  padding: 8px 8px 8px 26px;
  background-color: #ebebeb;
  transition: all 0.3s ease;
}
.accordion .item.active {
  background-color: #e51d41;
}
.accordion .item.active h4, .accordion .item.active p {
  color: white;
}
.accordion .item.active .button.button--spot {
  transform: rotate(45deg);
}
.accordion .item.active .content {
  overflow: show;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  height: auto;
  max-height: 9999px;
}
.accordion .item .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion .item .title h4 {
  margin: 7.5px 7.5px 7.5px 0;
}
.accordion .item .title .button.button--spot {
  position: static;
  margin: 0;
}
.accordion .item .content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}
.accordion .item .content p {
  padding: 7.5px 18px 15.5px 0;
}

footer {
  background-color: black;
  padding: 50px 0;
  color: white;
}
footer h5, footer h6, footer p, footer a {
  color: white;
}
footer .footer-menu ul {
  list-style: none;
  font-weight: 700;
  padding: 0;
}
footer .connect {
  position: relative;
  top: -10px;
  text-align: left;
}
footer .linkedin.svg {
  position: relative;
  top: 10px;
  width: 35px;
  padding-left: 15px;
  box-sizing: content-box;
}
footer .linkedin.svg path {
  fill: white;
}
@media (max-width: 768px) {
  footer .linkedin.svg {
    top: 7px;
    width: 25px;
    padding-left: 10px;
  }
  footer .footer-menu, footer .address, footer .connect {
    margin: 20px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 100px 0;
  }
  footer .connect {
    text-align: right;
  }
}

.work__intro {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .work__intro {
    margin-bottom: 120px;
  }
}

.work__h1 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .work__h1 {
    font-size: 84px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .work__h1 {
    font-size: 120px;
    margin-bottom: 0;
  }
}

.work__filter-col {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 12px;
}

#work-filters {
  display: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  #work-filters {
    display: block;
  }
}
#work-filters .filter-by {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 20px;
}
#work-filters .label {
  margin: 0 5px 10px 0;
}
#work-filters .label:hover, #work-filters .label.selected {
  color: #fff;
  background-color: #e51d41;
}
#work-filters .label--clear {
  font-size: 15px;
}

#work-filters--mobile {
  margin-top: 40px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  #work-filters--mobile {
    display: none;
  }
}
#work-filters--mobile::before {
  content: "Filter by service:";
  pointer-events: none;
  display: block;
  position: absolute;
  top: 15px;
  left: 20px;
  font-family: "Fivo", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-size: 15px;
}
#work-filters--mobile::after {
  content: url(../images/work/filter-arrow.svg);
  pointer-events: none;
  position: absolute;
  top: 11px;
  right: 20px;
  width: 9px;
  height: auto;
  transform: rotate(90deg);
}
#work-filters--mobile select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background-color: #fff;
  border: solid 2px #e51d41;
  border-radius: 40px;
  padding: 13px 20px 10px 180px;
  font-family: "Fivo", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #e51d41;
  text-transform: uppercase;
  font-size: 15px;
}

#work-cards .work-btn {
  text-align: center;
}
#work-cards .cards.work-cards--primary {
  padding-bottom: 60px;
}
#work-cards .work-cards--secondary-container {
  display: none;
}
#work-cards .cards.work-cards--secondary .card .text .card__header--lg {
  margin-top: 0;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  #work-cards .cards.work-cards--secondary .card .text .card__header--lg {
    font-size: 1.5vw;
  }
}
#work-cards .cards.work-cards--secondary .card .text .label {
  margin-bottom: 7px;
  padding: 0 6px 1px 6px;
}
#work-cards .cards.work-cards--secondary .button.button--spot {
  padding: 8px;
}
#work-cards .cards.work-cards--secondary .button.button--spot svg {
  max-height: 14px;
  max-width: 14px;
}
@media (max-width: 768px) {
  #work-cards .card .button--spot {
    background-color: transparent;
    border: none;
  }
  #work-cards .card .button--spot svg path {
    fill: white;
  }
  #work-cards .cards.work-cards--primary .card {
    width: 100%;
    max-width: 100%;
    border-radius: 0 4000px 4000px 0;
    margin: 0 5% 0 0;
    aspect-ratio: 1.4285714286;
  }
  #work-cards .cards.work-cards--primary .card:nth-child(2n) {
    border-radius: 4000px 0 0 4000px;
    margin: 0 0 0 5%;
  }
  #work-cards .cards.work-cards--primary .card:nth-child(2n) .text {
    left: 0;
  }
  #work-cards .cards.work-cards--primary .card:nth-child(2n) .card__img > img {
    object-position: top left;
  }
  #work-cards .cards.work-cards--primary .card:nth-child(2n) .card__img.gradient-1::after {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  }
  #work-cards .cards.work-cards--primary .card .card__img > img {
    object-position: top right;
  }
  #work-cards .cards.work-cards--primary .card .card__img.gradient-1::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  }
  #work-cards .cards.work-cards--primary .card .text {
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    width: 66%;
    padding: 5% 12% 0% 12%;
  }
  #work-cards .cards.work-cards--primary .card .text .button--spot {
    margin-bottom: 0;
  }
  #work-cards .cards.work-cards--secondary {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
  #work-cards .cards.work-cards--secondary .card {
    width: calc(50% - 5%);
  }
}
@media (min-width: 768px) {
  #work-cards .cards {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
@media (min-width: 768px) {
  #work-cards .cards.work-cards--primary .card {
    width: calc(50% - 5%);
  }
  #work-cards .cards.work-cards--secondary .card {
    width: calc(33.3% - 5%);
  }
}
@media (max-width: 1200px) {
  #work-cards .cards.work-cards--secondary .text .label {
    display: none;
  }
}
@media (min-width: 992px) {
  #work-cards .cards.work-cards--primary .card {
    width: calc(33.3% - 5%);
  }
  #work-cards .cards.work-cards--secondary .card {
    width: calc(25% - 5%);
  }
}

.service-list {
  background-color: #FFF6E3;
  padding: 50px 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service-list {
    padding: 100px 0;
  }
}

.service-list__service-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.service-list__service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #e51d41;
  border: solid 1px #e51d41;
  border-radius: 4000px;
  padding: 116px 20px;
  margin: 0 2px 25px 2px;
  width: 100%;
  max-width: 288px;
}

.service-list__h2 {
  font-family: "Fivo";
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .service-list__h2 {
    font-size: 18px;
  }
}

.service-list__p {
  font-size: 16px;
}

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