h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

a {
  padding: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
}

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.body-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 4vw;
}

.h1 {
  position: relative;
  top: auto;
  right: auto;
  z-index: 100;
  max-width: 500px;
  margin-bottom: 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #000;
  font-size: 4vw;
  line-height: 1.4;
}

.h1.white {
  top: auto;
  right: auto;
  color: #fff;
}

.h1.absolute {
  position: absolute;
  right: 634px;
  padding-left: 40px;
}

.h2 {
  max-width: 500px;
  padding: 30px 30px 30px 0px;
  color: #0000fc;
  font-size: 3vw;
  line-height: 1.4;
}

.h2.biggest {
  color: #000;
  font-size: 5vw;
  line-height: 1.4;
}

.h2.black {
  color: #000;
}

.h2.black.oversized {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  font-size: 5vw;
  text-transform: none;
}

.h2.black.oversized.sideways {
  top: 250px;
  -webkit-transform: rotate(-90deg) perspective(1000px);
  transform: rotate(-90deg) perspective(1000px);
}

.h2.white {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 3.5vw;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0000fc;
  font-size: 2.5vw;
}

.h3.black {
  color: #000;
}

.h3.black.oversized {
  font-size: 4.5vw;
  line-height: 1.4;
  text-transform: none;
}

.desktop-nav {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 12vh;
  padding: 20px 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 5px none #000;
  border-radius: 0px;
  background-color: #fff;
}

.desktop-nav.reversed {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 100%;
}

.logo-placeholder {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 2vw;
  font-weight: 700;
}

.hero-section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0 #000;
  color: #0000fc;
}

.image {
  width: 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: perspective(1000px) rotate(0deg);
  transform: perspective(1000px) rotate(0deg);
}

.heading-2 {
  color: #000;
}

.image-2 {
  position: relative;
  left: 109px;
  right: 0px;
  z-index: 1;
  width: auto;
  height: 750px;
  max-width: 500px;
  border-top-left-radius: 40%;
  border-top-right-radius: 0%;
  box-shadow: 4px 19px 35px -20px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotateX(43deg) rotateY(-20deg) rotateZ(26deg) perspective(1000px);
  transform: rotateX(43deg) rotateY(-20deg) rotateZ(26deg) perspective(1000px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  color: #000;
}

.section.m {
  background-color: #cc016b;
}

.section.grid {
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  min-height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: 0.5fr 1fr;
  grid-template-rows: 0.5fr 1fr;
}

.section.k {
  top: -100px;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.top-shadow-with-overlap {
  top: -100px;
  z-index: 10;
  min-height: 90vh;
  box-shadow: 0 -7px 35px 0 #000;
}

.section.c {
  background-color: #0000fc;
}

.section.duplico-blue {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0000fc;
}

.heading-3 {
  color: #000;
}

.quarter-block {
  width: 100%;
  height: 100%;
}

.quarter-block.c {
  background-color: #0000fc;
}

.quarter-block.m {
  background-color: #cc016b;
}

.quarter-block.y {
  background-color: #fff10d;
}

.quarter-block.cyan {
  position: relative;
  z-index: 6;
  background-image: url('../images/Cyan.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 0 40px -8px #000;
}

.quarter-block.magenta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/john-schaidler-D6mZtrRZVGs-unsplash.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.quarter-block.yellow {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/jason-dent-S53ekmu8KkE-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -7px 12px 10px 0 #000;
}

.image-3 {
  max-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.services-list {
  margin-top: 15px;
  margin-left: 0px;
  padding-right: 25px;
}

.list-item {
  margin-bottom: 15px;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 500;
}

.div-block {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 50px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.nav-link {
  margin-right: 30px;
  color: #000;
  font-size: 1.5vw;
  text-decoration: none;
}

.nav-link.emphasized {
  padding: 20px 5px;
  border-style: none;
  border-width: 2px;
  border-color: #0000fc;
  border-radius: 0px;
  background-color: #0000fc;
  color: #fff;
  font-size: 1.5vw;
  text-transform: uppercase;
}

.nav-inks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px 25px 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid solid none none;
  border-width: 3px 3px 5px 5px;
  border-color: #0000fc #0000fc #000 #000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: border-width 150ms cubic-bezier(.455, .03, .515, .955);
  transition: border-width 150ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.cta-button:hover {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.cta-button.black {
  width: 90px;
  height: 90px;
  margin-top: 25px;
  padding: 0px;
  border-style: none none solid solid;
  border-bottom-width: 3px;
  border-bottom-color: #0000fc;
  border-left-width: 3px;
  border-left-color: #0000fc;
  color: #000;
  font-size: 16px;
  text-align: left;
}

.cta-button.black:hover {
  border-top-style: solid;
  border-top-color: #000;
  border-right-style: solid;
  border-right-color: #000;
}

.cta-button.navbar {
  padding-right: 0px;
  color: #000;
  font-size: 14px;
  text-align: center;
}

.cta-button.navbar:hover {
  border-bottom-color: #000;
  border-left-color: #000;
}

.services-list-and-cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 700px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  min-height: 100vh;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  max-width: 500px;
  font-size: 3vw;
  line-height: 1.4;
}

.client-logo-gridblock {
  display: -ms-grid;
  display: grid;
  margin-left: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.client-logo {
  width: 120px;
  height: 120px;
}

.image-4 {
  width: 120px;
  height: 120px;
}

.image-5 {
  width: 120px;
  height: 120px;
}

.h2-subtext {
  width: 40ch;
  color: #fff;
  font-size: 2vw;
  line-height: 1.4;
}

.h2-subtext.black {
  color: #000;
}

.h2-subtext.mobile-only {
  display: none;
}

.team-columns {
  width: 90%;
  max-width: 1200px;
  min-width: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.chris-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lesley-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  min-width: 200px;
}

.portrait {
  max-width: 350px;
  margin-bottom: 25px;
  border-radius: 5%;
  box-shadow: -5px 14px 30px -10px #000;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.portrait-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.portrait-wording {
  width: 80%;
  font-size: 1.4vw;
  line-height: 1.3;
}

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

.footer-homelink-block {
  width: 60%;
  max-width: 350px;
  padding: 20px;
}

.logo-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact-text {
  font-size: 1.5vw;
}

.contact-links-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-columns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 20vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.icon-text {
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: font-size 300ms ease, color 300ms ease;
  transition: font-size 300ms ease, color 300ms ease;
  font-family: 'Font awesome 5 free solid 900', sans-serif;
  color: #0000fc;
  font-size: 3vw;
  font-weight: 400;
}

.icon-text:hover {
  color: #cc016b;
  font-size: 3.2vw;
}

.icon-text.brand {
  font-family: 'Font awesome 5 brands 400', sans-serif;
}

.menu-bars {
  display: none;
}

.menu-bars.bottom {
  display: none;
}

.duplico-logo-replacement-text {
  display: none;
}

.mobile-menu-links-wrapper {
  display: none;
}

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

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

.cta-button-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  border-bottom: 3px solid #0000fc;
  border-left: 3px solid #0000fc;
  background-color: transparent;
  -webkit-transition: border-color 200ms cubic-bezier(.77, 0, .175, 1), border-width 200ms cubic-bezier(.77, 0, .175, 1);
  transition: border-color 200ms cubic-bezier(.77, 0, .175, 1), border-width 200ms cubic-bezier(.77, 0, .175, 1);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}

.cta-button-full:hover {
  border-top: 3px solid #cc016b;
  border-right: 3px solid #fff10d;
}

._404-heading {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #cc016b;
  font-size: 3vw;
  line-height: 1.2;
  font-weight: 700;
}

._404-page-text {
  width: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 2.5vw;
  line-height: 1.2;
}

.image-6 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .h1 {
    max-width: 1000px;
    font-size: 75px;
  }

  .h1.absolute {
    right: 1299px;
    z-index: 100;
    font-size: 75px;
  }

  .h2 {
    width: auto;
    max-width: 1000px;
    font-size: 50px;
  }

  .h2.black.oversized.sideways {
    top: 480px;
    font-size: 100px;
  }

  .h2.white {
    font-size: 75px;
  }

  .h3 {
    font-size: 30px;
  }

  .h3.black.oversized {
    font-size: 65px;
  }

  .image-2 {
    left: 357px;
    z-index: 1;
    height: 1000px;
    max-width: 1200px;
  }

  .section.duplico-blue {
    background-color: #cc016b;
  }

  .list-item {
    font-size: 30px;
  }

  .nav-link {
    font-size: 25px;
  }

  .cta-button.navbar {
    font-size: 16px;
  }

  .content-wrapper {
    width: 80%;
    max-width: 2000px;
  }

  .client-logo-gridblock {
    margin-left: 40px;
  }

  .h2-subtext {
    font-size: 40px;
  }

  .h2-subtext.black {
    font-size: 25px;
  }

  .team-columns {
    width: 100%;
    max-width: 1500px;
  }

  .portrait {
    margin-bottom: 60px;
  }

  .portrait-wording {
    font-size: 20px;
  }

  .logo-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-contact-text {
    font-size: 20px;
  }

  .contact-links-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .icon-text {
    font-size: 40px;
  }

  .icon-text:hover {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    max-width: 600px;
    font-size: 4.5vw;
  }

  .h1.absolute {
    top: 72px;
    right: 451px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .h2.black.oversized.sideways {
    top: -45px;
    max-width: none;
    padding-right: 0px;
    font-size: 5.5vw;
  }

  .h2.white {
    width: 100%;
    max-width: 700px;
    font-size: 4vw;
  }

  .h3 {
    font-size: 3.5vw;
  }

  .image-2 {
    left: 51px;
    height: 650px;
    max-width: 400px;
  }

  .section.top-shadow-with-overlap {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .section.duplico-blue {
    min-height: 85vh;
    margin-top: -100px;
  }

  .quarter-block.cyan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item {
    font-size: 3vw;
  }

  .nav-link {
    margin-right: 15px;
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    font-size: 2vw;
  }

  .nav-link:hover {
    color: #cc016b;
  }

  .cta-button.black:hover {
    border-top-color: #cc016b;
    border-right-color: #fff10d;
  }

  .cta-button.navbar {
    margin-left: 20px;
  }

  .cta-button.navbar:hover {
    border-bottom-color: #cc016b;
    border-left-color: #fff10d;
  }

  .content-wrapper {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .client-logo-gridblock {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .heading-and-subtext-vertical-wrapper {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h2-subtext {
    width: 40ch;
    font-size: 3vw;
  }

  .portrait {
    max-width: 300px;
  }

  .portrait-wording {
    font-size: 2vw;
  }

  .footer-homelink-block {
    width: 90%;
  }

  .footer-contact-text {
    font-size: 2vw;
  }

  .contact-links-column {
    padding: 5px;
  }

  .icon-text {
    font-size: 5vw;
  }

  .icon-text:hover {
    font-size: 4.8vw;
  }

  .cta-button-full {
    font-size: 18px;
  }

  ._404-heading {
    font-size: 3.5vw;
  }

  ._404-page-text {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    margin-bottom: 20px;
    font-size: 5vw;
  }

  .h1.absolute {
    top: 20px;
    right: auto;
    width: 80%;
    max-width: none;
    margin-top: 20px;
    font-size: 5vw;
  }

  .h2 {
    font-size: 5vw;
  }

  .h2.black.oversized.sideways {
    top: -45px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 8vw;
  }

  .h2.white {
    width: 100%;
    font-size: 5.5vw;
  }

  .h3 {
    font-size: 4vw;
  }

  .h3.black.oversized {
    font-size: 6vw;
  }

  .desktop-nav {
    display: none;
  }

  .image-2 {
    left: -15px;
    top: 50px;
    height: 450px;
    max-width: 400px;
  }

  .section.grid {
    min-height: 90vh;
  }

  .section.k {
    padding-bottom: 40px;
  }

  .section.duplico-blue {
    top: -100px;
    min-height: 65vh;
    margin-top: 0px;
  }

  .quarter-block.cyan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item {
    font-size: 3.5vw;
  }

  .nav-link {
    font-size: 2vw;
  }

  .cta-button.black {
    margin-left: 60px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .cta-button.navbar {
    margin-left: 0px;
  }

  .heading-and-subtext-vertical-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .h2-subtext {
    display: none;
    font-size: 3.5vw;
  }

  .h2-subtext.mobile-only {
    display: block;
    width: 100%;
  }

  .portrait-column {
    margin-top: 50px;
  }

  .portrait-wording {
    font-size: 3vw;
  }

  .footer-homelink-block {
    padding: 15px;
  }

  .logo-column {
    padding: 15px;
  }

  .footer-contact-text {
    display: none;
  }

  .contact-links-column {
    padding: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .footer-columns {
    margin-top: -100px;
    padding-bottom: 60px;
  }

  .icon-text {
    font-size: 10vw;
  }

  .icon-text:hover {
    font-size: 9.8vw;
  }

  .contennt-wrapper {
    width: 90%;
  }

  .mobile-menu {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 12vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #0000fc;
    background-color: #fff;
    box-shadow: 0 0 50px -10px #000;
  }

  .mobile-menu-trigger {
    position: relative;
    bottom: -13px;
    width: 65px;
    height: 65px;
  }

  .mobile-menu-trigger.top {
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    margin-right: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-bars {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 55px;
    height: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #0000fc;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
  }

  .menu-bars.bottom {
    bottom: 25px;
    display: block;
  }

  .duplico-logo-replacement-text {
    display: block;
    margin-left: 40px;
    color: #0000fc;
    font-size: 4vw;
    font-weight: 700;
  }

  .mobile-menu-links-wrapper {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: none;
    min-height: 25vh;
    min-width: 90vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #0000fc;
  }

  .mobile-menu-links {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 3vw;
    text-transform: capitalize;
  }

  .cta-button-full {
    font-size: 16px;
  }

  ._404-heading {
    font-size: 5vw;
  }

  ._404-page-text {
    font-size: 3vw;
  }

  .image-6 {
    display: block;
    max-height: 50%;
    max-width: none;
    margin-left: 4%;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    max-width: 200px;
    font-size: 7.5vw;
  }

  .h1.absolute {
    font-size: 6vw;
  }

  .h2 {
    font-size: 6vw;
  }

  .h2.black.oversized.sideways {
    top: -45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    min-width: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10vw;
  }

  .h2.white {
    width: auto;
    padding-right: 0px;
    font-size: 7.5vw;
  }

  .h3 {
    font-size: 6vw;
  }

  .h3.black.oversized {
    font-size: 7vw;
  }

  .hero-section {
    min-height: 70vh;
  }

  .image-2 {
    height: 60vh;
    max-width: 70vw;
  }

  .section.duplico-blue {
    min-height: 70vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .quarter-block.cyan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    margin-right: -70px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .client-logo-gridblock {
    width: 90%;
    height: auto;
  }

  .client-logo {
    width: auto;
    height: auto;
  }

  .h2-subtext {
    font-size: 4vw;
  }

  .h2-subtext.mobile-only {
    width: 100%;
  }

  .portrait-wording {
    font-size: 3.5vw;
  }

  .footer-homelink-block {
    width: 70%;
  }

  .contact-links-column {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .footer-columns {
    padding-bottom: 100px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .contennt-wrapper {
    width: 95%;
  }

  .mobile-menu-trigger.top {
    margin-right: 4%;
  }

  .menu-bars {
    width: 45px;
  }

  .cta-button-full {
    font-size: 14px;
  }

  ._404-heading {
    font-size: 8vw;
  }

  ._404-page-text {
    font-size: 5vw;
  }

  .image-6 {
    max-width: 50%;
    margin-left: 4%;
  }
}

#w-node-249b9db43931-b4b82a68 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-775f775b436e-b4b82a68 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-cb340da99e57-b4b82a68 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('../fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('../fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}