:root {
  --lightgreybg: rgba(241, 241, 241, .83);
  --salmon: #f05655;
  --salmontextaa: #e70806;
  --salmontext: #e70806;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.navbar-no-shadow {
  display: none;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading-2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.section {
  width: 100vw;
  height: 45vw;
  min-height: auto;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-left: 0;
  display: flex;
  position: relative;
}

.section.errorsection {
  height: 35vw;
}

.section-2 {
  min-height: 0%;
  background-color: var(--lightgreybg);
  background-image: linear-gradient(to bottom, var(--lightgreybg), white);
  padding: 5vw 34vw 5vw 10vw;
  position: relative;
}

.section-2.sectionnormal {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  margin-bottom: 6rem;
  padding: 0;
}

.section-2.sectionnormal.casestudysection {
  margin-bottom: 5rem;
}

.section-2.casestudyheader {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-top: 10vw;
}

.section-2.casestudyitem {
  min-height: 22rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.section-2.errorcontent {
  height: 30rem;
}

.section-2.homeintro {
  padding-bottom: 8vw;
  padding-right: 10vw;
}

.image {
  width: 45%;
  max-width: none;
  align-self: flex-end;
  margin-bottom: -50px;
  margin-right: 100px;
}

.paragraph {
  margin-left: 15%;
  font-family: Amatic SC;
  font-size: 90px;
  line-height: 100px;
}

.container {
  width: 85vw;
  height: 45vw;
  max-width: 1900px;
  background-image: url('../images/retouched_sized_0209.jpg');
  background-position: 102% 100%;
  background-repeat: no-repeat;
  background-size: 41%;
  align-self: flex-start;
  margin-left: 10vw;
  margin-right: 10vw;
  padding-top: 4vw;
  position: relative;
  overflow: visible;
}

.container.errorcontainer {
  height: 35vw;
  background-image: url('../images/retouched_sized_0198_small.jpg');
  background-position: 100% 100%;
  background-size: 30%;
}

.heading-3 {
  width: 54vw;
  color: #333;
  letter-spacing: 0;
  flex-wrap: nowrap;
  align-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 6.5vw;
  font-weight: 200;
  line-height: 112%;
  display: block;
  position: absolute;
}

.monoton {
  color: var(--salmon);
  flex-flow: column;
  margin-left: 1.2vw;
  margin-right: 1.2vw;
  font-family: Monoton, sans-serif;
  font-size: 10vw;
  line-height: 10%;
  display: inline-block;
  position: relative;
  top: 2.3vw;
}

.heading-4 {
  width: 23rem;
  height: auto;
  color: #333;
  letter-spacing: 0;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 100%;
  display: block;
}

.heading-4.mobilelogo {
  display: none;
}

.link {
  width: 5.3rem;
  height: auto;
  min-height: auto;
  min-width: auto;
  color: var(--salmon);
  text-align: left;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: normal;
  background-image: url('../images/caret_1caret.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: .45rem;
  align-self: baseline;
  align-items: center;
  margin-left: 2rem;
  margin-right: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  bottom: .1rem;
  right: 0;
}

.link.wsplink {
  width: auto;
  color: var(--salmontextaa);
  padding-right: .8rem;
}

.link.wsplink.wsplinkcopy {
  width: auto;
  float: left;
  clear: left;
  margin-bottom: 0;
  margin-left: 10vw;
  display: inline-block;
  bottom: 0;
  left: 0;
}

.link.wsplink.wsplinkcopy.seecss {
  width: auto;
  display: inline-block;
}

.link.wsplink.wsplinkcopy.casestudylink {
  color: var(--salmontextaa);
  margin-top: 1.4rem;
  margin-bottom: 0;
  margin-left: 0;
}

.link.wsplink.wsplinkcopy.wspnomarginlink {
  margin-left: 0;
}

.link.wsplink.wsplinkleft {
  color: var(--salmontextaa);
  -webkit-text-stroke-color: var(--salmontextaa);
  background-image: url('../images/caret-left_1caret-left.png');
  background-position: 3% 55%;
  background-size: .3rem;
  margin-left: 0;
  padding-left: .6rem;
  padding-right: 0;
  font-size: .7rem;
  left: -18rem;
  right: auto;
}

.container-2 {
  height: 90%;
  max-width: none;
  min-height: 90%;
  object-fit: none;
  flex-flow: column;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding-right: 45%;
  display: flex;
  position: relative;
}

.paragraph-2 {
  margin-top: 0%;
  margin-bottom: 15px;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  line-height: 170%;
}

.paragraph-2.last {
  margin-bottom: 0;
}

.paragraph-2.copy {
  color: #000;
  margin-bottom: 2rem;
  margin-right: 0;
  font-size: 1.2rem;
  display: block;
}

.paragraph-2.copy.last {
  color: #333;
  font-size: 1.1rem;
}

.paragraph-2.copy.bodycopy {
  width: auto;
  color: #333;
  margin-left: 10vw;
  margin-right: 34vw;
  font-size: 1.1rem;
}

.paragraph-2.copy.bodycopy.lifecopy {
  width: 29%;
  min-width: 29%;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2.copy.bodycopy.cscopy {
  font-size: 1rem;
}

.paragraph-2.copy.bodycopy.cscopy.cslist {
  padding-left: 0;
  list-style-type: none;
}

.paragraph-2.copy.bodycopy.csintro {
  margin-top: -2.5rem;
  margin-bottom: 4rem;
  font-size: .9rem;
}

.paragraph-2.copy.bodycopy.fullwidth {
  width: 80vw;
  position: relative;
}

.paragraph-2.copy.removed {
  display: none;
}

.body {
  min-width: 100%;
}

.container-3 {
  width: 35rem;
  height: 3.3rem;
  max-width: none;
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: baseline;
  align-items: baseline;
  margin-top: 0%;
  margin-left: 0;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sectionheader {
  color: #333;
  margin: 0 34vw 3.5rem 10vw;
  font-family: Poppins, sans-serif;
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 1;
}

.sectionheader.cssectionheader {
  color: #000;
  margin-bottom: 2rem;
  margin-right: 32vw;
  font-size: 2.2rem;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 14rem;
}

.resultsthumbs {
  margin-bottom: 2.2rem;
}

.container-4 {
  max-width: none;
  align-items: flex-start;
  margin-top: 2.8rem;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
  position: relative;
  top: auto;
}

.image-2 {
  width: auto;
  max-width: 70%;
  padding-left: 4rem;
  position: relative;
  top: -53px;
}

.inlinetextlink {
  color: var(--salmontextaa);
  text-decoration: none;
}

.footer-2 {
  height: 14rem;
  background-image: linear-gradient(rgba(241, 241, 241, .81), #fff);
}

.div-block {
  width: auto;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.image-3 {
  width: 3rem;
}

.div-block-2 {
  width: 16rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block {
  color: var(--salmontextaa);
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 100%;
}

.header {
  align-items: baseline;
  margin-bottom: 4.5rem;
  margin-left: 10vw;
  margin-right: 10vw;
  display: flex;
}

.heading-5 {
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.div-block-3 {
  width: 3.4rem;
  height: 3.4rem;
  background-color: var(--salmon);
  border-radius: 100rem;
  margin-top: -1.7rem;
  margin-left: -1.7rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10vw;
  right: auto;
}

.div-block-4 {
  height: auto;
  min-height: 10rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  width: 30%;
}

.div-block-5.csitemleft {
  width: 36%;
  justify-content: space-between;
  padding-top: 3.3rem;
  padding-bottom: 0;
  display: flex;
}

.div-block-6 {
  width: 64%;
  height: 100%;
  max-height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 120%;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: .3rem;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-7.clientlabel {
  color: #000;
  font-size: 1rem;
  line-height: 120%;
}

.heading-7.clientfield {
  color: #000;
  margin-left: .5rem;
  font-size: 1rem;
  line-height: 120%;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.heading-8.rolelabel {
  color: #000;
  font-size: 1rem;
  line-height: 120%;
}

.heading-8.rolefield {
  color: #000;
  margin-left: .5rem;
  font-size: 1rem;
  line-height: 120%;
}

.div-block-7 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  margin-top: 1.4rem;
}

.div-block-9, .div-block-10 {
  display: flex;
}

.image-4 {
  width: 100%;
  height: 100%;
  max-height: 30rem;
  max-width: none;
  object-fit: contain;
}

.container-5 {
  max-width: none;
  margin-left: 10vw;
  margin-right: 10vw;
}

.heading-9 {
  width: 80%;
  color: #000;
  margin-top: 0;
  margin-bottom: 1.4rem;
  font-family: Poppins, sans-serif;
  font-size: 2.9rem;
  font-weight: 200;
  line-height: 110%;
}

.section-3 {
  margin-bottom: 2rem;
}

.div-block-11 {
  width: 80vw;
  height: 39vw;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: 0;
  padding-left: 10vw;
  display: block;
  position: relative;
}

.div-block-11.div11dlcs {
  height: auto;
  object-fit: contain;
  padding-left: 0;
}

.section-4 {
  margin-bottom: 5rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
}

.section-5 {
  display: flex;
}

.div-block-12 {
  width: 100vw;
  height: auto;
  background-color: #353535;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 5rem;
  padding-top: 0;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.div-block-12.csimageblock {
  display: none;
}

.image-5 {
  height: auto;
  max-height: 100%;
  max-width: none;
  clear: none;
  object-fit: none;
  flex: 1;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.image-6 {
  height: auto;
  max-height: 100%;
  max-width: none;
  object-fit: none;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.div-block-13 {
  width: 80vw;
  height: auto;
  white-space: nowrap;
  word-break: keep-all;
  object-fit: none;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .7vw;
  margin-bottom: .7vw;
  display: block;
  overflow: visible;
}

.play-pause-button {
  -webkit-text-stroke-color: #333;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 17vw;
  height: 30vw;
  float: none;
  object-fit: fill;
  display: block;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.background-video.videoinsertvideo {
  width: 25vw;
  height: 44vw;
  justify-content: center;
  align-items: center;
  margin-left: 5%;
  display: flex;
  position: relative;
  top: 0%;
}

.background-video.videoinsertvideo.largevideo {
  width: 80vw;
  height: 42vw;
  margin-left: 0%;
}

.div-block-14 {
  width: 50rem;
  height: 80%;
  margin-top: 2.5rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-7 {
  position: static;
}

.image-7.image7dlcs {
  margin-left: -.6vw;
}

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

.image-8 {
  display: none;
}

.html-embed {
  max-width: 1px;
  display: none;
  position: absolute;
}

.compressedlogotypespan, .compressedlogotypespan.mobilelogotypespan {
  letter-spacing: -.05rem;
}

.body-2 {
  display: block;
}

.section-6 {
  margin-top: 140px;
  margin-left: 140px;
}

.text-span {
  letter-spacing: -.1rem;
}

.smallcompressedlogotypespan {
  letter-spacing: -.05rem;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.image-9 {
  object-fit: cover;
}

.link-block {
  color: #000;
}

.homelistitem {
  flex-direction: row-reverse;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 200%;
  list-style-type: none;
  display: flex;
}

.homelistitem.cslistitem {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  padding-left: 2rem;
  display: block;
  position: relative;
}

.list {
  grid-column-gap: .5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  padding-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 200%;
  list-style-type: none;
  display: grid;
}

.text-span-2 {
  width: 1rem;
  height: 1rem;
  background-color: var(--salmon);
  border-radius: 20px;
  display: inline-block;
  position: static;
}

.text-span-2.listitembullet {
  width: .8rem;
  height: .8rem;
  align-self: center;
  margin-right: 1rem;
}

.text-span-2.listitembullet.cslistitembullet {
  width: .6rem;
  height: .6rem;
  margin-top: -.5rem;
  margin-right: .8rem;
  position: absolute;
  top: 1.1rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.listitemtext {
  align-self: center;
  font-size: 1.4rem;
}

.listitemtext.cslistitemtext {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 170%;
  display: block;
}

.subheading {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
}

.cslistitem {
  padding-left: 3rem;
}

.image-10 {
  width: 15%;
  margin-left: 7%;
}

.image-10.imageleftmargin {
  margin-left: 5%;
}

.image-11 {
  width: 15%;
  margin-left: 5%;
}

.div-block-15 {
  height: 10rem;
  background-color: #353535;
}

.div-block-15.videoinsert {
  height: 44vw;
  color: rgba(51, 51, 51, 0);
  background-color: rgba(53, 53, 53, 0);
  margin-bottom: 2rem;
  padding-left: 10vw;
  display: flex;
}

.div-block-15.videoinsert.widevideo {
  width: 80vw;
  height: auto;
}

.div-block-16 {
  width: 25vw;
  height: 44vw;
  color: rgba(51, 51, 51, 0);
  background-color: #353535;
  margin-left: 10vw;
  position: static;
}

.image-12 {
  width: 26%;
  margin-left: 5%;
}

.image-13, .image-14 {
  width: 33%;
}

.image-15, .image-16 {
  width: 26%;
  margin-left: 5%;
}

.video {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-2.casestudyitem {
    max-height: 26rem;
    min-height: 16.1rem;
  }

  .section-2.homeintro {
    padding-right: 34vw;
  }

  .link.wsplink {
    color: var(--salmontext);
  }

  .link.wsplink.wsplinkcopy.casestudylink {
    color: var(--salmontextaa);
  }

  .link.wsplink.wsplinkleft {
    left: -18.9rem;
  }

  .paragraph-2.copy.bodycopy.cscopy.nobottommargin {
    margin-bottom: 1rem;
  }

  .paragraph-2.copy.bodycopy.bodysubheading {
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .inlinetextlink {
    color: var(--salmontext);
  }

  .text-block {
    color: var(--salmontext);
    -webkit-text-stroke-color: var(--salmontextaa);
    font-weight: 200;
  }

  .header {
    margin-bottom: 6rem;
  }

  .heading-5 {
    font-size: 1.7rem;
    line-height: 120%;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .heading-7.clientlabel, .heading-7.clientfield {
    font-size: 1rem;
    line-height: 120%;
  }

  .container-5 {
    max-width: none;
  }

  .heading-9 {
    font-size: 3rem;
  }

  .section-4 {
    display: block;
  }

  .background-video.videoinsertvideo {
    width: 20vw;
    height: 35vw;
  }

  .homelistitem {
    padding-left: 2rem;
    display: block;
    position: relative;
  }

  .homelistitem.cslistitem {
    padding-left: 2rem;
    line-height: 170%;
  }

  .text-span-2 {
    width: 1rem;
    height: 1rem;
    border: 0px solid var(--salmon);
    background-color: var(--salmon);
    border-radius: 20px;
    margin-top: -.5rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .text-span-2.listitembullet.cslistitembullet {
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 1.1rem;
  }

  .listitemtext {
    display: block;
  }

  .listitemtext.cslistitemtext {
    font-size: 1rem;
    font-weight: 400;
    line-height: 170%;
  }

  .cslistitem {
    margin-bottom: .5rem;
    padding-left: 2rem;
  }

  .image-10 {
    width: 14%;
    max-width: 120px;
  }

  .image-10.imageleftmargin {
    margin-left: 5%;
  }

  .image-11 {
    width: 14%;
    max-width: 120px;
    margin-left: 5%;
  }

  .div-block-15.videoinsert {
    height: 35vw;
  }

  .image-12, .image-15, .image-16 {
    width: 24%;
  }
}

@media screen and (min-width: 1440px) {
  .section-2.sectionnormal.casestudysection {
    margin-bottom: 4rem;
  }

  .section-2.casestudyitem {
    max-height: 50rem;
  }

  .container {
    max-width: 80vw;
  }

  .heading-4 {
    width: 25rem;
    font-size: 3.1rem;
  }

  .link.wsplink {
    background-size: .5rem;
    font-size: 1.4rem;
  }

  .link.wsplink.wsplinkcopy {
    display: block;
  }

  .link.wsplink.wsplinkleft {
    font-size: .9rem;
    left: -24rem;
  }

  .paragraph-2.copy.bodycopy.csintro {
    margin-bottom: .4rem;
  }

  .sectionheader.cssectionheader {
    margin-bottom: 2rem;
  }

  .heading-5 {
    font-size: 2.3rem;
    line-height: 120%;
  }

  .heading-6 {
    font-size: 2.6rem;
  }

  .heading-7.clientlabel, .heading-7.clientfield, .heading-8.rolelabel, .heading-8.rolefield {
    font-size: 1.1rem;
  }

  .container-5 {
    width: 80vw;
    max-width: none;
  }

  .heading-9 {
    font-size: 3.4rem;
  }

  .section-3 {
    margin-bottom: 3rem;
  }

  .div-block-11 {
    width: 100%;
    height: 44vw;
    padding-left: 12%;
  }

  .div-block-11.div11dlcs {
    object-fit: contain;
  }

  .div-block-13 {
    width: 100%;
  }

  .background-video, .background-video.videoinsertvideo {
    width: 17vw;
    height: 30vw;
  }

  .div-block-14 {
    width: 50%;
  }

  .image-7 {
    width: 100%;
    object-fit: contain;
  }

  .list {
    grid-column-gap: 1rem;
    grid-row-gap: 0rem;
  }

  .image-10, .image-11 {
    width: 12%;
  }

  .div-block-15.videoinsert {
    height: 30vw;
  }

  .image-12, .image-15, .image-16 {
    width: 20%;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .section-2.sectionnormal {
    margin-bottom: 3.5rem;
  }

  .section-2.sectionnormal.casestudysection {
    margin-bottom: 3rem;
  }

  .section-2.casestudyitem {
    min-height: 13rem;
    padding-left: 6vw;
  }

  .section-2.homeintro {
    padding-bottom: 7vw;
  }

  .heading-3 {
    color: #333;
  }

  .heading-4 {
    width: auto;
    color: #333;
    font-size: 2rem;
  }

  .heading-4.mobilelogo {
    display: none;
  }

  .link {
    width: 3.8rem;
    background-size: .35rem;
    margin-left: 1.2rem;
    padding-right: .5rem;
    font-size: .9rem;
    bottom: 0;
  }

  .link.wsplink.wsplinkcopy.wspnomarginlink {
    font-size: 1.1rem;
  }

  .link.wsplink.wsplinkleft {
    background-size: .27rem;
    margin-top: .6rem;
    padding-top: 0;
    padding-left: .6rem;
    bottom: auto;
    left: 0;
  }

  .paragraph-2.copy {
    color: #333;
    font-size: .8rem;
  }

  .paragraph-2.copy.bodycopy {
    margin-bottom: 1.5rem;
    font-size: .8rem;
  }

  .paragraph-2.copy.bodycopy.lifecopy {
    width: 40%;
  }

  .paragraph-2.copy.bodycopy.cscopy {
    color: #333;
    margin-bottom: 1.2rem;
    margin-left: 6vw;
    margin-right: 6vw;
    font-size: .7rem;
  }

  .paragraph-2.copy.bodycopy.bodysubheading {
    margin-bottom: .5rem;
    margin-left: 6vw;
  }

  .container-3 {
    width: 25rem;
    margin-top: 10%;
  }

  .sectionheader {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }

  .sectionheader.cssectionheader {
    color: #333;
    margin-bottom: 1.5rem;
    margin-left: 6vw;
    margin-right: 6vw;
    font-size: 2rem;
  }

  .container-4 {
    align-items: flex-start;
  }

  .image-2 {
    max-width: 65%;
    padding-left: 2rem;
    top: -20px;
  }

  .footer-2 {
    height: 10rem;
  }

  .div-block {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .image-3 {
    width: 2rem;
  }

  .div-block-2 {
    width: 10rem;
  }

  .text-block {
    font-size: .8rem;
  }

  .header {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
    margin-left: 6vw;
  }

  .heading-5 {
    align-self: auto;
    margin-top: .2rem;
    line-height: 120%;
  }

  .div-block-3 {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -.8rem;
    margin-left: -.8rem;
    left: 6vw;
  }

  .div-block-5.csitemleft {
    padding-top: 2rem;
  }

  .heading-6 {
    color: #333;
    font-size: 1.2rem;
    line-height: 120%;
  }

  .heading-7.clientlabel, .heading-7.clientfield {
    color: #333;
    font-size: .7rem;
  }

  .heading-8.rolelabel, .heading-8.rolefield {
    font-size: .7rem;
  }

  .container-5 {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .heading-9 {
    width: 90%;
    color: #333;
    margin-bottom: 1rem;
    font-size: 2.4rem;
  }

  .div-block-11.div11dlcs {
    width: 88vw;
  }

  .section-4 {
    margin-bottom: 3rem;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-4.sectiondlcs {
    margin-bottom: 3rem;
  }

  .div-block-12 {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-13 {
    width: 88vw;
  }

  .background-video.videoinsertvideo {
    width: 22vw;
    height: 39vw;
  }

  .background-video.videoinsertvideo.insert2.largevideo {
    height: 44vw;
  }

  .background-video.videoinsertvideo.largevideo {
    height: 44vw;
    margin-left: 0%;
  }

  .image-9 {
    width: 100%;
  }

  .homelistitem {
    font-size: 1.2rem;
  }

  .homelistitem.cslistitem {
    margin-bottom: .3rem;
    padding-left: 1.4rem;
  }

  .list {
    font-size: 1.1rem;
  }

  .text-span-2.listitembullet {
    font-size: 1rem;
  }

  .text-span-2.listitembullet.cslistitembullet {
    width: .4rem;
    height: .4rem;
    top: .9rem;
  }

  .listitemtext {
    font-size: 1.2rem;
  }

  .listitemtext.cslistitemtext {
    font-size: .7rem;
  }

  .image-10 {
    margin-left: 0%;
  }

  .div-block-15.videoinsert {
    padding-left: 6vw;
  }

  .div-block-15.videoinsert.widevideo {
    height: 48vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .heading-2 {
    margin-top: 0;
  }

  .section-2 {
    padding-right: 10vw;
  }

  .section-2.sectionnormal, .section-2.sectionnormal.casestudysection {
    margin-bottom: 2rem;
  }

  .heading-4 {
    font-size: 1.3rem;
    display: block;
  }

  .heading-4.mobilelogo {
    display: none;
  }

  .link {
    width: 3.1rem;
    background-size: .27rem;
    font-size: .7rem;
  }

  .link.wsplink.wsplinkcopy {
    background-size: .4rem;
    margin-bottom: 1.2rem;
    font-size: 1rem;
  }

  .link.wsplink.wsplinkcopy.casestudylink {
    margin-top: .8rem;
  }

  .link.wsplink.wsplinkcopy.wspnomarginlink {
    background-size: .4rem;
    font-size: 1rem;
  }

  .link.wsplink.wsplinkleft {
    background-size: .2rem;
    margin-top: .4rem;
    padding-left: .4rem;
    font-size: .5rem;
  }

  .paragraph-2.copy.bodycopy {
    margin-right: 10vw;
  }

  .paragraph-2.copy.bodycopy.lifecopy {
    width: 100%;
  }

  .paragraph-2.copy.bodycopy.cscopy {
    margin-bottom: 1rem;
  }

  .container-3 {
    width: 20rem;
    height: 1.5rem;
  }

  .sectionheader {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .sectionheader.cssectionheader {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .container-4 {
    margin-top: 1.4rem;
    display: block;
  }

  .image-2 {
    width: 90%;
    max-width: 100%;
    padding-top: 1rem;
    padding-left: 0;
  }

  .footer-2 {
    height: 10rem;
  }

  .div-block {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .image-3 {
    width: 2rem;
  }

  .div-block-2 {
    width: 10rem;
  }

  .text-block {
    font-size: .8rem;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .div-block-5.csitemleft {
    min-width: 30%;
    padding-top: 1.4rem;
  }

  .heading-6 {
    font-size: 1rem;
  }

  .heading-7.clientlabel, .heading-7.clientfield, .heading-8.rolelabel, .heading-8.rolefield {
    font-size: .5rem;
  }

  .div-block-8 {
    margin-top: .8rem;
  }

  .heading-9 {
    margin-bottom: .8rem;
    font-size: 1.8rem;
  }

  .div-block-11 {
    width: 90vw;
    height: 45vw;
  }

  .section-4 {
    margin-bottom: 3rem;
  }

  .section-4.sectiondlcs {
    margin-bottom: 2rem;
  }

  .div-block-12 {
    margin-bottom: 3rem;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-13 {
    width: 88vw;
  }

  .background-video.videoinsertvideo.largevideo {
    margin-left: 0%;
  }

  .image-8 {
    width: 20%;
    display: none;
  }

  .html-embed {
    display: none;
  }

  .homelistitem {
    align-items: flex-start;
  }

  .list {
    align-content: start;
    align-items: start;
    justify-items: stretch;
  }

  .text-span-2.listitembullet {
    object-fit: none;
    flex: none;
  }

  .listitemtext {
    font-size: 2.3vw;
  }

  .image-10 {
    width: 11%;
    margin-left: 5%;
  }

  .image-11 {
    width: 11%;
  }

  .div-block-15.videoinsert {
    height: 39vw;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .section {
    width: 100vw;
    height: 110vw;
    min-height: 100vw;
    flex-direction: column-reverse;
    justify-content: flex-start;
    display: flex;
  }

  .section-2 {
    background-image: linear-gradient(#f1f1f1, #fff 19%);
    padding: 10vw 6vw;
  }

  .section-2.sectionnormal {
    margin-bottom: 3rem;
    overflow: hidden;
  }

  .section-2.sectionnormal.casestudysection {
    margin-bottom: 2rem;
  }

  .section-2.casestudyitem {
    max-height: 20rem;
    min-height: 32rem;
  }

  .image {
    width: 80%;
    margin-bottom: -5px;
    display: none;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .container {
    min-width: 100%;
    background-image: url('../images/retouched_sized_0209.jpg');
    background-position: 114% 130%;
    background-repeat: no-repeat;
    background-size: 55%;
    flex: 1;
    order: 0;
    align-self: flex-end;
    margin-left: 6vw;
    margin-right: 0;
    padding-top: 1vw;
    padding-left: 0;
  }

  .container.errorcontainer {
    background-image: url('../images/retouched_sized_0197.jpg');
    background-size: 60%;
  }

  .heading-3 {
    width: 90vw;
    justify-content: flex-start;
    align-items: center;
    margin-top: 4vw;
    margin-bottom: 9.5vw;
    font-family: Poppins, sans-serif;
    font-size: 12vw;
    font-weight: 200;
    line-height: 14vw;
    display: block;
    position: static;
  }

  .monoton {
    height: auto;
    color: var(--salmon);
    letter-spacing: normal;
    column-count: auto;
    font-family: Monoton, sans-serif;
    font-size: 18vw;
    font-weight: 400;
    line-height: 0;
    display: inline;
    position: relative;
    top: 3.6vw;
  }

  .heading-4 {
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 7vw;
    font-weight: 600;
    display: block;
  }

  .heading-4.mobilelogo {
    letter-spacing: -.1px;
    display: none;
  }

  .link {
    color: #f05655;
    text-transform: uppercase;
    background-image: url('../images/caret_1caret.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 2.5vw;
    padding-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 3.7vw;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
  }

  .link.wsplink {
    background-size: auto 3vw;
    align-self: flex-start;
    margin-top: 2vw;
    margin-left: 0;
    padding-right: .8rem;
    font-size: 4.5vw;
    left: 0;
    right: auto;
  }

  .link.wsplink.wsplinkcopy {
    margin-top: 4vw;
    margin-bottom: 1rem;
    margin-left: 6vw;
    font-size: 5vw;
  }

  .link.wsplink.wsplinkcopy.casestudylink {
    background-size: auto 3.2vw;
    margin-top: 1rem;
    font-size: 1rem;
  }

  .link.wsplink.wsplinkcopy.wspnomarginlink {
    font-size: 5vw;
  }

  .link.wsplink.wsplinkleft {
    background-size: .3rem;
    padding-left: .6rem;
    font-size: .7rem;
  }

  .container-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .paragraph-2 {
    padding: 7vw 5vw;
    font-family: Poppins, sans-serif;
    font-size: 4vw;
    line-height: 170%;
  }

  .paragraph-2.copy {
    margin-bottom: 1rem;
    padding: 0;
    font-size: 1rem;
  }

  .paragraph-2.copy.bodycopy {
    margin-bottom: 1rem;
    margin-left: 6vw;
    margin-right: 6vw;
    padding: 0;
    font-size: 1rem;
  }

  .paragraph-2.copy.bodycopy.lifecopy {
    padding: 0;
  }

  .paragraph-2.copy.bodycopy.cscopy {
    padding: 0;
    font-size: .9rem;
  }

  .paragraph-2.copy.bodycopy.fullwidth {
    flex-direction: column;
    display: flex;
  }

  .container-3 {
    width: 88vw;
    height: 3rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10%;
    position: relative;
  }

  .container-3.errorcontainer3 {
    margin-top: 0%;
  }

  .sectionheader {
    margin-left: 6vw;
    margin-right: 6vw;
    font-size: 2rem;
  }

  .sectionheader.cssectionheader {
    margin-bottom: 1rem;
    margin-right: 6vw;
    font-size: 1.8rem;
    line-height: 110%;
  }

  .resultsthumbs {
    width: 200vw;
    max-width: 200vw;
    object-fit: fill;
  }

  .container-4 {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .image-2 {
    width: 100%;
  }

  .footer-2 {
    margin-top: 0;
  }

  .div-block {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 2rem;
  }

  .heading-5 {
    font-size: 1.6rem;
  }

  .div-block-4 {
    flex-direction: column-reverse;
  }

  .div-block-5.csitemleft {
    width: 88vw;
  }

  .div-block-6 {
    width: 100vw;
    height: 12rem;
    max-height: 15rem;
    position: relative;
    left: -6vw;
  }

  .heading-6 {
    font-size: 1.8rem;
  }

  .heading-7.clientlabel, .heading-7.clientfield, .heading-8.rolelabel, .heading-8.rolefield {
    font-size: .9rem;
  }

  .image-4 {
    height: 100%;
    max-height: 20rem;
    object-fit: contain;
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    position: relative;
  }

  .heading-9 {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 2.3rem;
  }

  .div-block-11 {
    width: 100vw;
    height: auto;
    flex-direction: row;
    padding-left: 0;
  }

  .div-block-11.div11dlcs {
    width: 100vw;
    height: 100vw;
    object-fit: contain;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    display: block;
  }

  .div-block-11.div11dlcs.gbg-hero {
    height: 60vw;
  }

  .section-4 {
    height: 60vw;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section-4.sectiondlcs {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .div-block-12 {
    display: none;
  }

  .div-block-12.csimageblock {
    margin-bottom: 2rem;
    display: flex;
  }

  .div-block-13 {
    margin-top: 1.4vw;
    margin-bottom: 1.4vw;
  }

  .background-video {
    width: 34vw;
    height: 60vw;
    display: none;
    top: -2%;
    bottom: auto;
    left: auto;
    right: 12.5vw;
  }

  .background-video.videoinsertvideo {
    width: 60vw;
    height: 107vw;
    display: flex;
    right: 0;
  }

  .background-video.videoinsertvideo.largevideo {
    width: 88vw;
    margin-left: 6vw;
  }

  .image-7 {
    width: 140vw;
    height: auto;
    max-width: none;
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-left: -52px;
  }

  .image-7.image7dlcs {
    width: 180vw;
    height: auto;
    object-fit: contain;
    flex: none;
    align-self: auto;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }

  .image-7.image7dlcs.image7csacs {
    width: 160vw;
  }

  .image-7.image7dlcs.gbgheroimage {
    width: 140vw;
  }

  .html-embed {
    display: none;
  }

  .compressedlogotypespan {
    letter-spacing: -.05rem;
  }

  .homelistitem {
    font-size: 1.5rem;
  }

  .homelistitem.cslistitem {
    margin-bottom: .5rem;
    padding-left: 1.6rem;
  }

  .list {
    grid-template-columns: 1fr;
    font-size: 1.1rem;
  }

  .text-span-2.listitembullet.cslistitembullet {
    width: .5rem;
    height: .5rem;
    margin-top: -.5rem;
    top: 1rem;
  }

  .listitemtext {
    font-size: 5vw;
  }

  .listitemtext.cslistitemtext {
    font-size: .9rem;
  }

  .image-10, .image-11 {
    width: 30%;
  }

  .div-block-15.videoinsert {
    height: 107vw;
  }

  .div-block-15.videoinsert.widevideo {
    padding-left: 0;
  }

  .image-12, .image-15 {
    width: 80%;
    margin-bottom: 10%;
    margin-left: 0%;
  }

  .image-16 {
    width: 80%;
    margin-bottom: 5%;
    margin-left: 0%;
  }

  .youtube {
    padding-left: 0;
  }
}

#w-node-_96c82f1e-0146-8b03-74db-a68c92a2150c-93db21ee, #w-node-_58ba8f0c-889c-d9d4-36c8-0bc8f8ebac70-93db21ee, #w-node-_034837e1-38db-d4fe-fbb2-2875ca13037d-93db21ee, #w-node-b12c84d2-a5e3-bb3b-67c3-6ccf21dc575c-93db21ee, #w-node-ffd2737e-d273-e1ff-af7c-ec71d2624681-93db21ee, #w-node-_71b0884c-3beb-417e-c3fb-e9ce9def2ec2-93db21ee {
  align-self: end;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_96c82f1e-0146-8b03-74db-a68c92a2150c-93db21ee, #w-node-_58ba8f0c-889c-d9d4-36c8-0bc8f8ebac70-93db21ee {
    align-self: start;
  }
}


