/* ABSTRACT FOLDER */
/* Colors - Color names from Sipapp on Mac */
/* Fonts */
/* Horizontal Spacing Within Container */
/* Vertical Spacing Within Container */
/* Vertical Spacing Between Sections */
/* BASE FOLDER */
/*** The new CSS Reset - version 1.4.4 (last updated 22.12.2021) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
  -webkit-user-drag: element;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "DM Sans", sans-serif;
  letter-spacing: -0.04em;
  line-height: 1.15;
  color: #141c28;
}

img.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

img.img-cover {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* GENERAL TEXT STYLES */
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  letter-spacing: -0.04em;
}

.display-text {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.heading-1 {
  font-size: 10vw;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .heading-1 {
    font-size: 6.475vw;
  }
}

@media only screen and (min-width: 1440px) {
  .heading-1 {
    font-size: 6.3888888888888vw;
  }
}

.heading-2 {
  font-size: 10vw;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .heading-2 {
    font-size: 6.475vw;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-2 {
    font-size: 5.46875vw;
  }
}

@media only screen and (min-width: 1440px) {
  .heading-2 {
    font-size: 4.861111111111112vw;
  }
}

.heading-3 {
  font-size: 7.5vw;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .heading-3 {
    font-size: 4.1666666666666vw;
  }
}

@media only screen and (min-width: 992px) {
  .heading-3 {
    font-size: 4.00390625vw;
  }
}

@media only screen and (min-width: 1200px) {
  .heading-3 {
    font-size: 3.20312499999996vw;
  }
}

@media only screen and (min-width: 1440px) {
  .heading-3 {
    font-size: 3.75vw;
  }
}

.sub-heading-1 {
  font-size: 4.375vw;
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .sub-heading-1 {
    font-size: 3.75vw;
  }
}

@media only screen and (min-width: 768px) {
  .sub-heading-1 {
    font-size: 2.158vw;
  }
}

@media only screen and (min-width: 1200px) {
  .sub-heading-1 {
    font-size: 1.875vw;
  }
}

@media only screen and (min-width: 1440px) {
  .sub-heading-1 {
    font-size: 1.666666667vw;
  }
}

.sub-heading-2 {
  font-size: 3.75vw;
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .sub-heading-2 {
    font-size: 3.125vw;
  }
}

@media only screen and (min-width: 768px) {
  .sub-heading-2 {
    font-size: 2.08333333333333vw;
  }
}

@media only screen and (min-width: 992px) {
  .sub-heading-2 {
    font-size: 1.5625vw;
  }
}

@media only screen and (min-width: 1200px) {
  .sub-heading-2 {
    font-size: 1.09375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .sub-heading-2 {
    font-size: 1.11111111111112vw;
  }
}

.body-paragraph {
  font-size: 5vw;
}

@media only screen and (min-width: 480px) {
  .body-paragraph {
    font-size: 4.166666666666vw;
  }
}

@media only screen and (min-width: 768px) {
  .body-paragraph {
    font-size: 2.604166666667vw;
  }
}

@media only screen and (min-width: 992px) {
  .body-paragraph {
    font-size: 1.953125vw;
  }
}

@media only screen and (min-width: 1200px) {
  .body-paragraph {
    font-size: 1.7187500000000002vw;
  }
}

@media only screen and (min-width: 1440px) {
  .body-paragraph {
    font-size: 1.666666666667vw;
  }
}

.body-paragraph--small {
  font-size: 5vw;
}

@media only screen and (min-width: 480px) {
  .body-paragraph--small {
    font-size: 4.166666666666vw;
  }
}

@media only screen and (min-width: 768px) {
  .body-paragraph--small {
    font-size: 2.604166666667vw;
  }
}

@media only screen and (min-width: 992px) {
  .body-paragraph--small {
    font-size: 1.953125vw;
  }
}

@media only screen and (min-width: 1200px) {
  .body-paragraph--small {
    font-size: 1.40625vw;
  }
}

@media only screen and (min-width: 1440px) {
  .body-paragraph--small {
    font-size: 1.38888888888888vw;
  }
}

/* COMPONENTS FOLDER */
.marquee-divider {
  width: 100%;
  overflow: hidden;
  padding: 5rem 0;
}

.marquee-divider .marquee-header {
  font-size: 16.875vw;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 480px) {
  .marquee-divider .marquee-header {
    font-size: 15.972vw;
  }
}

@media only screen and (min-width: 768px) {
  .marquee-divider .marquee-header {
    font-size: 11.031vw;
  }
}

@media only screen and (min-width: 992px) {
  .marquee-divider .marquee-header {
    font-size: 9.274vw;
  }
}

@media only screen and (min-width: 1440px) {
  .marquee-divider .marquee-header {
    font-size: 8.4027777779vw;
  }
}

.marquee-divider svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  fill: #ff1744;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

@media only screen and (min-width: 480px) {
  .marquee-divider svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .marquee-divider svg {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .marquee-divider svg {
    margin-right: 2rem;
    margin-left: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25vw;
            flex: 0 0 1.25vw;
  }
}

.marquee-divider .marquee-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.marquee-divider .top-marquee {
  -webkit-transform: translateX(-25%);
          transform: translateX(-25%);
}

.project {
  display: block;
  margin-bottom: 5rem;
}

.project:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .project {
    margin-bottom: 15.625vmax;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1440px) {
  .project {
    margin-bottom: 13.888888888889vw;
  }
}

.project .project-top-mobile {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .project .project-top-mobile {
    display: none;
  }
}

.project .project-top-mobile h3 {
  font-size: 4.375vw;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 480px) {
  .project .project-top-mobile h3 {
    font-size: 3.75vw;
  }
}

.project .project-top-mobile .project-award-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.project .project-top-mobile .project-award-winner .award-icon {
  width: 3.75vw;
}

@media only screen and (min-width: 480px) {
  .project .project-top-mobile .project-award-winner .award-icon {
    width: 3.125vw;
  }
}

.project .project-top-mobile .project-award-winner > h3 {
  margin-left: 0.2rem;
  line-height: 1;
}

.project .project-img-container {
  width: 100%;
  height: 50vmax;
  margin-bottom: 1rem;
  display: block;
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .project .project-img-container {
    height: 60vmax;
  }
}

@media only screen and (min-width: 768px) {
  .project .project-img-container {
    height: 40vmax;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .project .project-img-container {
    height: 85vmin;
  }
}

@media only screen and (min-width: 768px) {
  .project .project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.project .project-info .project-info-desktop {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .project .project-info .project-info-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.project .project-info .project-info-desktop h3 {
  text-transform: uppercase;
  letter-spacing: -0.04em;
  font-size: 2.158vw;
}

@media only screen and (min-width: 1200px) {
  .project .project-info .project-info-desktop h3 {
    font-size: 1.875vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project .project-info .project-info-desktop h3 {
    font-size: 1.66666666667vw;
  }
}

.project .project-info .project-info-desktop > h3 {
  margin-bottom: 0.5rem;
}

.project .project-info .project-info-desktop .project-award-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .project .project-info .project-info-desktop .project-award-winner .award-icon {
    height: 1.5825vw;
    margin-left: 0.390625vw;
  }
}

@media only screen and (min-width: 1200px) {
  .project .project-info .project-info-desktop .project-award-winner .award-icon {
    height: 1.40625vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project .project-info .project-info-desktop .project-award-winner .award-icon {
    height: 1.25vw;
  }
}

.project .project-info .project-info-desktop .project-award-winner .award-icon img {
  height: 100%;
  width: auto;
  display: block;
}

.project .project-info .project-info-desktop .project-award-winner > h3 {
  margin-left: 0.2rem;
  line-height: 0.85;
}

.project .project-info .project-title {
  font-size: 10vw;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 768px) {
  .project .project-info .project-title {
    font-size: 7.03125vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project .project-info .project-title {
    font-size: 6.3888888888888vw;
  }
}

.project .project-info .project-description,
.project .project-info .project-completion {
  font-size: 4.375vw;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 480px) {
  .project .project-info .project-description,
  .project .project-info .project-completion {
    font-size: 3.75vw;
  }
}

@media only screen and (min-width: 768px) {
  .project .project-info .project-description,
  .project .project-info .project-completion {
    font-size: 2.158vw;
  }
}

@media only screen and (min-width: 1200px) {
  .project .project-info .project-description,
  .project .project-info .project-completion {
    font-size: 1.875vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project .project-info .project-description,
  .project .project-info .project-completion {
    font-size: 1.666666667vw;
  }
}

/* LAYOUT FOLDER */
footer {
  padding: 1.5rem 1.5rem;
}

footer > a {
  margin-bottom: 0.8rem;
  display: inline-block;
}

footer .underline {
  margin-bottom: 0.8rem;
  width: 100%;
  height: 0.1rem;
  background-color: #141c28;
}

footer .bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.home-header {
  padding: 1.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  header.home-header {
    padding: 3rem 3rem;
  }
}

@media only screen and (min-width: 992px) {
  header.home-header {
    display: none;
  }
}

header.home-header .logo-container {
  height: 4.5rem;
}

@media only screen and (min-width: 768px) {
  header.home-header .logo-container {
    height: 6rem;
  }
}

header.home-header .logo-container svg {
  width: auto;
  height: 100%;
}

/* PAGES FOLDER */
.hero {
  height: 100vh;
  min-height: 100vh;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 20.8333333vh;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 480px) {
  .hero {
    min-height: 45rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    padding-top: 2.9296875vh;
    padding-right: 3rem;
    padding-bottom: 9.765625vh;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero {
    padding: 7.32064vh 2.92969vw;
  }
}

@media only screen and (min-width: 1200px) {
  .hero {
    padding: 4.16667vh 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .hero {
    padding-right: 2.08333vw;
    padding-left: 2.08333vw;
  }
}

@media only screen and (min-width: 992px) {
  .hero .hero-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero .hero-top .hero-firstname,
.hero .hero-top .hero-lastname {
  font-size: 24vw;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
}

@media only screen and (min-width: 480px) {
  .hero .hero-top .hero-firstname,
  .hero .hero-top .hero-lastname {
    font-size: 18.75vw;
  }
}

@media only screen and (min-width: 768px) {
  .hero .hero-top .hero-firstname,
  .hero .hero-top .hero-lastname {
    font-size: 20.57291666664vw;
  }
}

@media only screen and (min-width: 992px) {
  .hero .hero-top .hero-firstname,
  .hero .hero-top .hero-lastname {
    font-size: 15.4296975vw;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 1200px) {
  .hero .hero-top .hero-firstname,
  .hero .hero-top .hero-lastname {
    font-size: 12.34375vw;
  }
}

.hero .hero-top .hero-logo-container {
  display: none;
}

@media only screen and (min-width: 992px) {
  .hero .hero-top .hero-logo-container {
    display: block;
    width: 2.15842375vw;
    margin-top: 1.25vh;
  }
}

@media only screen and (min-width: 1440px) {
  .hero .hero-top .hero-logo-container {
    width: 1.875vw;
  }
}

@media only screen and (min-width: 480px) {
  .hero .hero-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .hero .hero-bottom {
    margin-top: 6.667vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.hero .hero-bottom .hero-job .hero-jobtitle {
  font-size: 10vw;
  text-transform: uppercase;
}

@media only screen and (min-width: 480px) {
  .hero .hero-bottom .hero-job .hero-jobtitle {
    font-size: 7.1180555555555vw;
  }
}

@media only screen and (min-width: 768px) {
  .hero .hero-bottom .hero-job .hero-jobtitle {
    font-size: 8.072916666666668vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 992px) {
  .hero .hero-bottom .hero-job .hero-jobtitle {
    font-size: 6.0546875vw;
    line-height: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .hero .hero-bottom .hero-job .hero-jobtitle {
    font-size: 5.46875vw;
  }
}

@media only screen and (min-width: 1440px) {
  .hero .hero-bottom .hero-job .hero-jobtitle {
    font-size: 4.861111111112vw;
  }
}

.hero .hero-bottom .hero-circle {
  position: absolute;
  width: 7rem;
  right: 1.5rem;
  bottom: 5.556vh;
}

@media only screen and (min-width: 768px) {
  .hero .hero-bottom .hero-circle {
    right: 3rem;
    bottom: 9.765625vh;
  }
}

@media only screen and (min-width: 992px) {
  .hero .hero-bottom .hero-circle {
    bottom: 7.32064421vh;
  }
}

@media only screen and (min-width: 1200px) {
  .hero .hero-bottom .hero-circle {
    right: 2.34375vw;
    bottom: 4.1666666vh;
  }
}

@media only screen and (min-width: 1440px) {
  .hero .hero-bottom .hero-circle {
    width: 6.9444444445vw;
    right: 2.08333vw;
  }
}

.hero .hero-bottom .hero-circle #white-arrow {
  width: 1.8rem;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1440px) {
  .hero .hero-bottom .hero-circle #white-arrow {
    width: 1.875vw;
  }
}

.hero .hero-bottom .hero-nav {
  display: none;
}

@media only screen and (min-width: 480px) {
  .hero .hero-bottom .hero-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.hero .hero-bottom .hero-nav .hero-navlink {
  text-transform: uppercase;
  font-size: 4.375vw;
}

@media only screen and (min-width: 480px) {
  .hero .hero-bottom .hero-nav .hero-navlink {
    font-size: 2.778vw;
  }
}

@media only screen and (min-width: 768px) {
  .hero .hero-bottom .hero-nav .hero-navlink {
    font-size: 2.344vw;
    line-height: 1.25;
  }
}

@media only screen and (min-width: 992px) {
  .hero .hero-bottom .hero-nav .hero-navlink {
    font-size: 1.815vw;
  }
}

@media only screen and (min-width: 1200px) {
  .hero .hero-bottom .hero-nav .hero-navlink {
    font-size: 1.667vw;
  }
}

.hero .hero-circle {
  position: fixed;
  width: 7rem;
  right: 1.5rem;
  bottom: 5.556vh;
}

@media only screen and (min-width: 768px) {
  .hero .hero-circle {
    right: 3rem;
    bottom: 9.765625vh;
  }
}

@media only screen and (min-width: 992px) {
  .hero .hero-circle {
    bottom: 7.32064421vh;
  }
}

@media only screen and (min-width: 1200px) {
  .hero .hero-circle {
    right: 2.34375vw;
    bottom: 4.1666666vh;
  }
}

@media only screen and (min-width: 1440px) {
  .hero .hero-circle {
    width: 6.9444444445vw;
    right: 2.08333vw;
  }
}

.hero .hero-circle #white-arrow {
  width: 1.8rem;
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1440px) {
  .hero .hero-circle #white-arrow {
    width: 1.875vw;
  }
}

.about-me {
  padding-top: 0;
  padding-right: 1.5rem;
  padding-bottom: 5rem;
  padding-left: 1.5rem;
}

@media only screen and (min-width: 480px) {
  .about-me {
    padding-top: 5rem;
  }
}

@media only screen and (min-width: 768px) {
  .about-me {
    padding-top: 7.8125vmax;
    padding-right: 3rem;
    padding-bottom: 7.8125vmax;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .about-me {
    padding-top: 9.765625vmax;
    padding-right: 2.92969vw;
    padding-bottom: 9.765625vmax;
    padding-left: 2.92969vw;
  }
}

@media only screen and (min-width: 1200px) {
  .about-me {
    padding-top: 11.71875vmax;
    padding-right: 2.34375vw;
    padding-bottom: 11.71875vmax;
    padding-left: 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .about-me {
    padding-top: 10.4166666666vmax;
    padding-right: 2.0833333333333vw;
    padding-bottom: 10.4166666666vmax;
    padding-left: 2.0833333333333vw;
  }
}

.about-me .about-paragraph {
  width: 80%;
  margin-bottom: 7.8125vmin;
  font-size: 7.5vw;
}

.about-me .about-paragraph:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .about-me .about-paragraph {
    font-size: 5.556vw;
  }
}

@media only screen and (min-width: 768px) {
  .about-me .about-paragraph {
    font-size: 5.33854166666vw;
  }
}

@media only screen and (min-width: 992px) {
  .about-me .about-paragraph {
    width: 70%;
    font-size: 4.00390625vw;
  }
}

@media only screen and (min-width: 1200px) {
  .about-me .about-paragraph {
    width: 65%;
    font-size: 3.5937499999999vw;
  }
}

@media only screen and (min-width: 1440px) {
  .about-me .about-paragraph {
    width: 60%;
    font-size: 3.19444444444vw;
    margin-bottom: 5.55555555555vmax;
  }
}

.about-me .about-paragraph .no-wrap {
  white-space: nowrap;
}

.about-me .about-paragraph .display-text {
  color: #ff1744;
  font-weight: 500;
}

.projects {
  padding: 5rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .projects {
    padding: 5rem 3rem;
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .projects {
    padding-top: 9.765625vmax;
    padding-right: 2.92969vw;
    padding-bottom: 9.765625vmax;
    padding-left: 2.92969vw;
  }
}

@media only screen and (min-width: 1200px) {
  .projects {
    display: block;
    padding-right: 2.34375vw;
    padding-left: 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .projects {
    padding-top: 10.4166666666vmax;
    padding-right: 2.08333vw;
    padding-bottom: 10.4166666666vmax;
    padding-left: 2.08333vw;
  }
}

.text-break {
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  padding: 5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .text-break {
    padding: 5rem 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .text-break {
    padding-right: 2.34375vw;
    padding-left: 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .text-break {
    padding-right: 2.08333vw;
    padding-left: 2.08333vw;
  }
}

.text-break .text-break-heading {
  line-height: 1;
  text-transform: uppercase;
  font-size: 7.5vw;
}

@media only screen and (min-width: 480px) {
  .text-break .text-break-heading {
    font-size: 5.556vw;
  }
}

@media only screen and (min-width: 768px) {
  .text-break .text-break-heading {
    font-size: 5.33854166666vw;
  }
}

@media only screen and (min-width: 1200px) {
  .text-break .text-break-heading {
    font-size: 3.5937499999999vw;
  }
}

@media only screen and (min-width: 1440px) {
  .text-break .text-break-heading {
    font-size: 3.19444444444vw;
  }
}

.text-break .text-break-heading .display-text {
  color: #ff1744;
  font-weight: bold;
  font-size: 15.625vw;
}

@media only screen and (min-width: 1200px) {
  .text-break .text-break-heading .display-text {
    font-size: 17vw;
  }
}

.contact {
  width: 100%;
  padding: 10rem 1.5rem;
}

@media only screen and (min-width: 768px) {
  .contact {
    padding-top: 9.765625vh;
    padding-right: 3rem;
    padding-bottom: 9.765625vh;
    padding-left: 3rem;
  }
}

@media only screen and (min-width: 992px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .contact {
    height: 100vh;
    min-height: 100vh;
  }
}

.contact .contact-content .contact-copy {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  font-size: 7.5vw;
  margin-bottom: 6.5rem;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 480px) {
  .contact .contact-content .contact-copy {
    font-size: 5.556vw;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-content .contact-copy {
    padding-right: 3rem;
    padding-left: 3rem;
    font-size: 5.036vw;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-content .contact-copy {
    font-size: 4.839vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-content .contact-copy {
    font-size: 3.203124999999vw;
  }
}

@media only screen and (min-width: 1440px) {
  .contact .contact-content .contact-copy {
    font-size: 3.75vw;
  }
}

.contact .contact-content .no-animations-heading {
  margin-bottom: 3rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 7.5vw;
}

@media only screen and (min-width: 480px) {
  .contact .contact-content .no-animations-heading {
    font-size: 5.556vw;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-content .no-animations-heading {
    font-size: 5.33854166666vw;
    margin-bottom: 7.8125vmin;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-content .no-animations-heading {
    font-size: 3.5937499999999vw;
  }
}

@media only screen and (min-width: 1440px) {
  .contact .contact-content .no-animations-heading {
    font-size: 3.19444444444vw;
  }
}

.contact .contact-content .no-animations-heading .display-text {
  color: #ff1744;
  font-weight: bold;
  font-size: 15.625vw;
}

@media only screen and (min-width: 768px) {
  .contact .contact-content .no-animations-heading .display-text {
    font-size: 15.7552083333334vw;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-content .no-animations-heading .display-text {
    font-size: 11.81640625vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-content .no-animations-heading .display-text {
    font-size: 16.171875vw;
  }
}

.contact .contact-content .no-animations-email {
  font-size: 8.75vw;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .contact .contact-content .no-animations-email {
    font-size: 7.03125vw;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-content .no-animations-email {
    font-size: 6.475vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-content .no-animations-email {
    font-size: 5.46875vw;
  }
}

.contact .contact-content .no-animations-email > a {
  cursor: pointer;
}

.contact .contact-content .no-animations-email .red-text {
  color: #ff1744;
}

.contact .contact-content .contact-marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.contact .contact-content .contact-marquee .email-header {
  font-size: 10vw;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .contact .contact-content .contact-marquee .email-header {
    font-size: 8.393vw;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-content .contact-marquee .email-header {
    font-size: 7.056vw;
  }
}

.contact .contact-content .contact-marquee .email-header .red-text {
  color: #ff1744;
}

.contact .contact-content .contact-marquee > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  fill: #ff1744;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}

@media only screen and (min-width: 480px) {
  .contact .contact-content .contact-marquee > svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.5rem;
            flex: 0 0 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-content .contact-marquee > svg {
    margin-right: 2rem;
    margin-left: 2rem;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-content .contact-marquee > svg {
    margin-right: 2rem;
    margin-left: 2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 1.25vw;
            flex: 0 0 1.25vw;
  }
}

.project-header {
  padding: 1.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .project-header {
    padding: 3rem 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .project-header {
    padding: 1.5625vmax 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project-header {
    padding: 1.38889vmax 2.08333vw;
  }
}

.project-header .back-to-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.project-header .back-to-main .back-arrow {
  width: 6.25vw;
  margin-right: 1.5625vw;
}

@media only screen and (min-width: 768px) {
  .project-header .back-to-main .back-arrow {
    width: 3.125vw;
    margin-right: 1.04166666665vw;
  }
}

@media only screen and (min-width: 1200px) {
  .project-header .back-to-main .back-arrow {
    width: 2.5vw;
    margin-right: 0.625vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project-header .back-to-main .back-arrow {
    width: 2.77777777777777vw;
    margin-right: 0.694444444444vw;
  }
}

.project-header .back-to-main .heading-3 {
  line-height: 0.9;
}

.project-hero-container {
  width: 100%;
  height: 34.72222222222vmax;
}

@media only screen and (min-width: 768px) {
  .project-hero-container {
    height: 39.0625vmax;
  }
}

@media only screen and (min-width: 1200px) {
  .project-hero-container {
    height: 46.875vmax;
  }
}

.project-hero-container > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-quick-hits {
  padding: 1.5rem 1.5rem;
  padding-bottom: 8.68056vmax;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .project-quick-hits {
    padding: 3rem 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .project-quick-hits {
    padding: 1.5625vmax 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project-quick-hits {
    padding: 1.38889vmax 2.08333vw;
  }
}

@media only screen and (min-width: 768px) {
  .project-quick-hits {
    padding-bottom: 7.8125vmax;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .project-quick-hits {
    padding-bottom: 5.85938vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-quick-hits {
    padding-bottom: 5.55556vmax;
  }
}

.project-quick-hits > div {
  margin-bottom: 3.4722222222223vmax;
}

@media only screen and (min-width: 768px) {
  .project-quick-hits > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.project-quick-hits > div:last-of-type {
  margin-bottom: 0;
}

.project-synopsis {
  padding: 8.68056vmax 1.5rem;
}

@media only screen and (min-width: 768px) {
  .project-synopsis {
    padding: 7.8125vmax 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .project-synopsis {
    padding: 5.85938vmax 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis {
    padding: 5.55556vmax 2.08333vw;
  }
}

@media only screen and (min-width: 768px) {
  .project-synopsis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .project-synopsis.mosaic-enabled {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.project-synopsis.mosaic-enabled .project-overview {
  margin-bottom: 0;
}

.project-synopsis.mosaic-enabled .project-mosaic {
  display: none;
}

@media only screen and (min-width: 768px) {
  .project-synopsis.mosaic-enabled .project-mosaic {
    display: block;
    height: 45vmax;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.3958333333%;
            flex: 0 0 47.3958333333%;
  }
}

@media only screen and (min-width: 992px) {
  .project-synopsis.mosaic-enabled .project-mosaic {
    height: 39.0625vmax;
  }
}

@media only screen and (min-width: 1200px) {
  .project-synopsis.mosaic-enabled .project-mosaic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    height: 39.0625vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis.mosaic-enabled .project-mosaic {
    height: 41.66666666666667vmax;
  }
}

@media only screen and (min-width: 768px) {
  .project-synopsis.mosaic-enabled .project-mosaic > .img-responsive {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.project-synopsis .project-overview {
  margin-bottom: 17.3611111111111vmax;
}

@media only screen and (min-width: 768px) {
  .project-synopsis .project-overview {
    margin-bottom: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.3958333333%;
            flex: 0 0 47.3958333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-overview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis .project-overview {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
  }
}

.project-synopsis .project-overview > .heading-3 {
  line-height: 0.9;
  margin-bottom: 4.34027777778vmax;
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-overview > .heading-3 {
    margin-bottom: 3.125vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis .project-overview > .heading-3 {
    margin-bottom: 3.47222222222222223vmax;
  }
}

.project-synopsis .project-overview > .body-paragraph {
  margin-bottom: 4.34027777777778vmax;
}

@media only screen and (min-width: 992px) {
  .project-synopsis .project-overview > .body-paragraph {
    margin-bottom: 3.125vmax;
  }
}

.project-synopsis .project-overview .visit-website {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.project-synopsis .project-overview .visit-website > .heading-3 {
  line-height: 0.9;
  margin-right: 0.8rem;
}

.project-synopsis .project-overview .visit-website .diagonal-arrow {
  width: 5vw;
}

@media only screen and (min-width: 768px) {
  .project-synopsis .project-overview .visit-website .diagonal-arrow {
    width: 2.604166666667vw;
  }
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-overview .visit-website .diagonal-arrow {
    width: 2.1875vw;
  }
}

@media only screen and (min-width: 768px) {
  .project-synopsis .project-awards {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.3958333333%;
            flex: 0 0 47.3958333333%;
  }
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-awards {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.project-synopsis .project-awards > .heading-3 {
  line-height: 0.9;
  margin-right: 0.8rem;
  margin-bottom: 4.34027777777778vmax;
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-awards > .heading-3 {
    margin-bottom: 3.125vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis .project-awards > .heading-3 {
    margin-bottom: 3.47222222222222223vmax;
  }
}

.project-synopsis .project-awards .awards-table-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-awards .awards-table-mobile {
    display: none;
  }
}

.project-synopsis .project-awards .awards-table-mobile .awards-table-headings > .sub-heading-2 {
  line-height: 1.55;
}

@media only screen and (min-width: 992px) {
  .project-synopsis .project-awards .awards-table-mobile .awards-table-headings > .sub-heading-2 {
    line-height: 1.4;
  }
}

.project-synopsis .project-awards .awards-table-mobile .awards-table-titles .awards-table-award {
  margin-bottom: 5.20833333333vmax;
}

.project-synopsis .project-awards .awards-table-mobile .awards-table-titles .awards-table-award:last-of-type {
  margin-bottom: 0;
}

.project-synopsis .project-awards .awards-table-desktop {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-awards .awards-table-desktop {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis .project-awards .awards-table-desktop {
    -webkit-column-gap: 1.3888888888888888vw;
            column-gap: 1.3888888888888888vw;
  }
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-awards .awards-table-desktop > .sub-heading-2 {
    margin-bottom: 1.5625vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis .project-awards .awards-table-desktop > .sub-heading-2 {
    margin-bottom: 1.3888888888888vmax;
  }
}

@media only screen and (min-width: 1200px) {
  .project-synopsis .project-awards .awards-table-desktop > .body-paragraph {
    margin-bottom: 3.90625vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-synopsis .project-awards .awards-table-desktop > .body-paragraph {
    margin-bottom: 3.47222222222222223vmax;
  }
}

.project-images {
  padding: 8.68056vmax 1.5rem;
}

@media only screen and (min-width: 768px) {
  .project-images {
    padding: 7.8125vmax 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .project-images {
    padding: 5.85938vmax 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project-images {
    padding: 5.55556vmax 2.08333vw;
  }
}

.project-images .project-desktop-images {
  margin-bottom: 13.888888888888vmax;
}

@media only screen and (min-width: 768px) {
  .project-images .project-desktop-images {
    margin-bottom: 20.83333333333336vmax;
  }
}

@media only screen and (min-width: 1200px) {
  .project-images .project-desktop-images {
    margin-bottom: 15.625vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-images .project-desktop-images {
    margin-bottom: 13.8888888888889vmax;
  }
}

.project-images .project-desktop-images .project-desktop-image-container {
  margin-bottom: 6.944444444445vmax;
}

.project-images .project-desktop-images .project-desktop-image-container:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .project-images .project-desktop-images .project-desktop-image-container {
    width: 87.5%;
  }
  .project-images .project-desktop-images .project-desktop-image-container:nth-of-type(even) {
    margin-left: auto;
  }
}

@media only screen and (min-width: 1200px) {
  .project-images .project-desktop-images .project-desktop-image-container {
    width: 75%;
    margin-bottom: 6.640625vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .project-images .project-desktop-images .project-desktop-image-container {
    margin-bottom: 6.9444444444444445vmax;
  }
}

@media only screen and (min-width: 768px) {
  .project-images .project-mobile-images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.604166666667vw;
            column-gap: 2.604166666667vw;
  }
}

@media only screen and (min-width: 1200px) {
  .project-images .project-mobile-images {
    -webkit-column-gap: 1.5625vw;
            column-gap: 1.5625vw;
  }
}

@media only screen and (min-width: 1440px) {
  .project-images .project-mobile-images {
    -webkit-column-gap: 1.388888888888888vw;
            column-gap: 1.388888888888888vw;
  }
}

.project-images .project-mobile-images .project-mobile-image-container {
  width: 50%;
}

.project-images .project-mobile-images .project-mobile-image-container:nth-of-type(even) {
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .project-images .project-mobile-images .project-mobile-image-container {
    width: 100%;
  }
  .project-images .project-mobile-images .project-mobile-image-container:nth-of-type(even) {
    margin-left: 0;
  }
  .project-images .project-mobile-images .project-mobile-image-container:nth-of-type(2) {
    margin-top: 100%;
  }
  .project-images .project-mobile-images .project-mobile-image-container:nth-of-type(3) {
    margin-top: 200%;
  }
  .project-images .project-mobile-images .project-mobile-image-container:nth-of-type(4) {
    margin-top: 300%;
  }
}

.next-project {
  padding: 8.68056vmax 1.5rem;
}

@media only screen and (min-width: 768px) {
  .next-project {
    padding: 7.8125vmax 3rem;
  }
}

@media only screen and (min-width: 1200px) {
  .next-project {
    padding: 5.85938vmax 2.34375vw;
  }
}

@media only screen and (min-width: 1440px) {
  .next-project {
    padding: 5.55556vmax 2.08333vw;
  }
}

@media only screen and (min-width: 768px) {
  .next-project .project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .next-project .project .project-top-mobile {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .next-project .project .project-img-container {
    height: 40vmax;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}

@media only screen and (min-width: 1200px) {
  .next-project .project .project-img-container {
    height: 85vmin;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .next-project .project .project-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .next-project .project .project-info .project-info-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* ANTIMATIONS FOLDER */
#gray-circle-canvas, #project-circle-canvas {
  position: fixed;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#projects-canvas {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  pointer-events: none;
}

.is-transitioning {
  pointer-events: none;
}

.hero {
  display: block;
  height: Max(100vh, 600px);
}

.hero .hero-animation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
}

.hero .hero-animation-container .logo-container {
  height: 4.5rem;
  margin-bottom: calc(3rem + 5.2083vh);
}

@media only screen and (min-width: 768px) {
  .hero .hero-animation-container .logo-container {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 768px) {
  .hero .hero-animation-container .logo-container {
    height: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .hero .hero-animation-container .logo-container {
    display: none;
  }
}

.hero .hero-animation-container .logo-container svg {
  width: auto;
  height: 100%;
}

.hero .hero-animation-container .hero-bottom {
  margin-top: auto;
}

.hero .hero-animation-container .hero-circle {
  right: 0;
  bottom: 0;
}

.hero-firstname,
.hero-lastname,
.hero-jobtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0;
  color: #141c28;
}

.hero-firstname.display-text .split-text,
.hero-lastname.display-text .split-text,
.hero-jobtitle.display-text .split-text {
  letter-spacing: -0.02em;
}

.hero-firstname .split-text,
.hero-lastname .split-text,
.hero-jobtitle .split-text {
  position: relative;
  display: inline-block;
  letter-spacing: -0.03em;
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
}

.hero-logo-container, .hero-arrow-container {
  opacity: 0;
}

.hero-arrow-placer {
  width: 7rem;
  height: 7rem;
  position: fixed;
  right: 1.5rem;
  bottom: 5.556vh;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .hero-arrow-placer {
    right: 3rem;
    bottom: 9.765625vh;
  }
}

@media only screen and (min-width: 992px) {
  .hero-arrow-placer {
    right: 2.92969vw;
    bottom: 7.32064421vh;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-arrow-placer {
    width: 6.944444444vw;
    height: 6.944444444vw;
    right: 2.34375vw;
    bottom: 4.16667vh;
  }
}

@media only screen and (min-width: 1440px) {
  .hero-arrow-placer {
    right: 2.08333vw;
  }
}

.hero-arrow-container {
  width: 1.8rem;
  display: block;
  position: relative;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .hero-arrow-container {
    width: 1.875vw;
  }
}

.about-paragraph {
  overflow: hidden;
  vertical-align: middle;
}

.about-paragraph .word-split {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.about-paragraph .word-split .inside-word-split {
  position: relative;
  display: inline-block;
  letter-spacing: -0.04em;
}

.marquee-divider .top-marquee {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.projects .project:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .projects .project {
    margin-bottom: 19.53125vmax;
  }
}

@media only screen and (min-width: 1440px) {
  .projects .project {
    margin-bottom: 17.36111111111111vmax;
  }
}

.projects .project .project-text-container {
  overflow: hidden;
}

.projects .project .project-img-container {
  overflow: hidden;
  position: relative;
}

.projects .project .project-img-container .project-img-cover {
  background-color: #f4f5f5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.projects .project .project-img-container .curtains-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.projects .project .project-img-container .curtains-plane {
  width: 100%;
  height: 100%;
}

.projects .project .project-img-container .curtains-plane img {
  display: none;
}

.contact {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .contact {
    display: block;
    padding-top: 3.90625vh;
    padding-bottom: 3.90625vh;
  }
}

@media only screen and (min-width: 1200px) {
  .contact {
    height: 100vh;
  }
}

.contact .contact-intro-heading {
  line-height: 1;
  text-transform: uppercase;
  font-size: 7.5vw;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}

@media only screen and (min-width: 480px) {
  .contact .contact-intro-heading {
    font-size: 5.556vw;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-intro-heading {
    font-size: 5.33854166666vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-intro-heading {
    font-size: 3.5937499999999vw;
  }
}

@media only screen and (min-width: 1440px) {
  .contact .contact-intro-heading {
    font-size: 3.19444444444vw;
  }
}

.contact .contact-decorative-text-container {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .contact .contact-decorative-text-container {
    height: 100%;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .contact .contact-decorative-text-container {
    height: 100%;
  }
}

.contact .contact-decorative-text-container .contact-decorative-text {
  text-transform: uppercase;
  color: #f4f5f5;
  font-size: 28.125vw;
  font-weight: 500;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .contact .contact-decorative-text-container .contact-decorative-text {
    font-size: 25vw;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-decorative-text-container .contact-decorative-text {
    font-size: 15.0390625vw;
    line-height: 0.9;
  }
}

@media only screen and (min-width: 1024px) and (orientation: portrait) {
  .contact .contact-decorative-text-container .contact-decorative-text {
    font-size: 25vw;
  }
}

.contact .contact-decorative-text-container .contact-snippet-container {
  overflow: hidden;
  margin-top: 5rem;
  white-space: nowrap;
  display: none;
}

@media only screen and (min-width: 768px) {
  .contact .contact-decorative-text-container .contact-snippet-container {
    margin-top: 7rem;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-decorative-text-container .contact-snippet-container {
    margin-top: 9.114583333333332vh;
  }
}

.contact .contact-decorative-text-container .contact-snippet-container .contact-snippet {
  margin-left: 0.5rem;
  text-transform: uppercase;
  color: #f4f5f5;
  font-size: 4.375vw;
  letter-spacing: -0.04em;
}

@media only screen and (min-width: 480px) {
  .contact .contact-decorative-text-container .contact-snippet-container .contact-snippet {
    font-size: 3.75vw;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .contact .contact-decorative-text-container .contact-snippet-container .contact-snippet {
    font-size: 2.158vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-decorative-text-container .contact-snippet-container .contact-snippet {
    font-size: 1.875vw;
  }
}

@media only screen and (min-width: 1440px) {
  .contact .contact-decorative-text-container .contact-snippet-container .contact-snippet {
    font-size: 1.666666667vw;
  }
}

.contact .contact-decorative-text-container .email-container {
  margin-top: 5rem;
  overflow: hidden;
  display: block;
}

@media only screen and (min-width: 768px) {
  .contact .contact-decorative-text-container .email-container {
    margin-top: 7rem;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-decorative-text-container .email-container {
    margin-top: 9.114583333333332vh;
  }
}

.contact .contact-decorative-text-container .email-container .email-heading {
  margin-left: 0.5rem;
  color: #f4f5f5;
  font-size: 8.125vw;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

@media only screen and (min-width: 768px) {
  .contact .contact-decorative-text-container .email-container .email-heading {
    font-size: 7.03125vw;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 992px) {
  .contact .contact-decorative-text-container .email-container .email-heading {
    font-size: 6.475vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .contact-decorative-text-container .email-container .email-heading {
    font-size: 5.46875vw;
  }
}

.contact .copyright-container {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .contact .copyright-container {
    left: 4rem;
  }
}

.contact .copyright-container .copyright {
  color: #f4f5f5;
}

@media only screen and (min-width: 768px) {
  .contact .copyright-container .copyright {
    font-size: 2.0833333333333333vw;
  }
}

@media only screen and (min-width: 992px) {
  .contact .copyright-container .copyright {
    font-size: 1.5625vw;
  }
}

@media only screen and (min-width: 1200px) {
  .contact .copyright-container .copyright {
    font-size: 1.25vw;
  }
}

/*********** PROJECTS PAGE ANIMATIONS **************/
.project-header {
  height: 12.152777777777777vmax;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

@media only screen and (min-width: 768px) {
  .project-header {
    height: 9.765625vmax;
  }
}

@media only screen and (min-width: 1200px) {
  .project-header {
    height: 16.666666666666664vmin;
  }
}

@media only screen and (min-width: 1440px) {
  .project-header {
    height: 13.333333333333334vmin;
  }
}

.project-hero-container {
  height: 65vmax;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) {
  .project-hero-container {
    height: 83.33333333333333336vmin;
  }
}

@media only screen and (min-width: 1440px) {
  .project-hero-container {
    height: 86.66666666666666664vmin;
  }
}

.project-hero-container .project-hero-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 2;
}

.project-hero-container .project-hero-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.project-hero-container #mcnay-background {
  background-image: url("/dist/img/mcnay/mcnay-front.jpg");
}

.project-hero-container #freetail-background {
  background-image: url("/dist/img/freetail/freetail_ltn.jpg");
}

.project-hero-container #cym-background {
  background-image: url("/dist/img/cym/cym_submission_bg_60.jpg");
}

.project-hero-container #alamobowl-background {
  background-image: url("/dist/img/alamobowl/alamobowl-action2.jpg");
}

.project-hero-container #electric-background {
  background-image: url("/dist/img/electric/electric-front.jpg");
}

.project-images {
  overflow: hidden;
}

.project-images .project-desktop-image-container {
  position: relative;
  overflow: hidden;
}

.project-images .project-desktop-image-container .project-desktop-image-cover {
  width: 100%;
  height: 100%;
  background: #f4f5f5;
  position: absolute;
  top: 0;
  left: 0;
}

.project-quick-hits {
  opacity: 0;
}

.next-project .project-img-container {
  overflow: hidden;
  position: relative;
}

.next-project .project-img-container .curtains-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.next-project .project-img-container .curtains-plane {
  width: 100%;
  height: 100%;
}

.next-project .project-img-container .curtains-plane img {
  display: none;
}
/*# sourceMappingURL=main.css.map */