@font-face {
  font-family: Dmserifdisplay;
  src: url('../fonts/dmserifdisplay-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Dmseriftext;
  src: url('../fonts/dmseriftext-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url('../fonts/epilogue-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url('../fonts/epilogue-medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url('../fonts/epilogue-lightitalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url('../fonts/epilogue-extralight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url('../fonts/epilogue-extralightitalic.woff') format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --light-grey: #eeebe6;
  --beige: #f9f7f4;
  --orange: #e16005;
  --charcoal: #36454f;
  --grey: #d2cdc5;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3rem;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

h4 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

p {
  margin-bottom: 0;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.main {
  position: relative;
}

.footer {
  z-index: 0;
  background-color: #000;
  position: relative;
}

.section.bg-black {
  background-color: #000;
}

.section.bg-light-grey {
  background-color: var(--light-grey);
}

.section.bg-beige {
  background-color: var(--beige);
}

.section.bg-orange {
  background-color: var(--orange);
}

.hero {
  width: 100vw;
  height: 100svh;
  margin-bottom: -1px;
}

.nav {
  z-index: 100;
  flex-flow: column;
  align-items: center;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  position: fixed;
  inset: 0% 0% auto;
}

.nav.nav-scrolled {
  background-color: var(--beige);
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  box-shadow: 0 2px 5px #0000001a;
}

.nav-left.w--current {
  align-items: center;
  display: flex;
}

.nav-right {
  z-index: 101;
  cursor: pointer;
  margin-right: -1rem;
  padding: 1rem;
  position: relative;
}

.hamburger-menu {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 13px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.hamburger-menu.hamburger-menu-scrolled {
  filter: invert();
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.top {
  background-color: #fff;
  width: 37px;
  height: 2px;
}

.bottom {
  background-color: #fff;
  width: 24px;
  height: 2px;
}

.section-wrapper {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-wrapper.s-8 {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.section-wrapper.s-6 {
  flex-flow: column;
  align-items: flex-start;
  width: 100vw;
  max-width: none;
  padding-top: 10rem;
  padding-bottom: 18rem;
  overflow: hidden;
}

.section-wrapper.s-5 {
  padding-bottom: 10rem;
}

.section-wrapper.s-1 {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  align-items: stretch;
  width: 90vw;
  padding-top: 12rem;
  padding-bottom: 15rem;
  display: flex;
}

.section-wrapper.s-2 {
  padding-top: 12rem;
  padding-bottom: 15rem;
}

.section-wrapper.s-3 {
  padding-top: 12rem;
  padding-bottom: 18rem;
}

.section-wrapper.s-4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-wrapper.s-7 {
  padding-top: 8rem;
  padding-bottom: 12rem;
}

.section-wrapper.our-work {
  padding-top: 13rem;
  padding-bottom: 10rem;
}

.section-wrapper.blog, .section-wrapper.blog-post {
  width: 100vw;
  max-width: none;
  padding-top: 13rem;
  padding-bottom: 10rem;
}

.opening-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 550px;
  position: relative;
}

.typed-1 {
  color: var(--beige);
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  font-family: Dmserifdisplay, Georgia, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 11rem;
}

.sub-heading {
  color: #000;
  text-align: center;
  font-family: Dmserifdisplay, Georgia, sans-serif;
  font-size: 8.7vw;
  font-weight: 400;
  line-height: 8.7vw;
}

.sub-heading.map {
  color: #fff;
  text-align: left;
  padding-top: 3rem;
  padding-left: 3rem;
}

.sub-heading.white {
  color: #fff;
}

.sub-heading.white.dt {
  font-size: 8.1vw;
  line-height: 8.1vw;
}

.sub-heading.white.tb-mb {
  display: none;
}

.sub-heading.left-align {
  text-align: left;
}

.sub-heading.right-align {
  text-align: right;
}

.sub-heading.tb-mb {
  display: none;
}

.text-wrapper-1 {
  width: 620px;
  margin: 6rem auto 15rem;
}

.big-body {
  color: #000;
  text-align: center;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.big-body.white {
  color: #fff;
  flex: none;
}

.big-body.white.mb {
  display: none;
}

.big-body.white.s-1 {
  text-align: left;
}

.big-body.white.s-1.mp {
  display: none;
}

.sub-heading-wrapper {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading-wrapper.max-width {
  max-width: 1200px;
}

.typed-3 {
  color: var(--orange);
}

.footer-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: stretch;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-logo {
  width: 250px;
}

.footer-content {
  justify-content: space-between;
  align-items: flex-end;
  height: 130px;
  display: flex;
}

.footer-left {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 200px;
  display: flex;
}

.footer-link-text {
  color: #fff;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.arrow {
  z-index: 0;
  color: #0000;
  background-image: url('../images/footer-arrow.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  font-size: .7rem;
  position: relative;
  bottom: 2.5px;
}

.arrow.invert {
  filter: invert();
}

.footer-link {
  margin-right: -1rem;
  padding: .2rem 1rem;
}

.footer-link.hide {
  display: none;
}

.footer-text {
  color: #fff;
  align-items: flex-end;
  font-family: Epilogue, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
}

.footer-terms-privacy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.map.tb-mb {
  display: none;
}

.map-color-overlay {
  background-image: linear-gradient(to bottom, var(--orange), var(--orange));
  opacity: .9;
  position: absolute;
  inset: 0%;
}

.map-heading {
  position: absolute;
}

.map-pin-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.map-pin {
  width: 50px;
}

.map-decor-wrapper {
  margin-top: 3rem;
  margin-right: 3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.map-decor {
  width: 200px;
}

.map-button {
  z-index: 100;
  margin-bottom: 3rem;
  margin-right: 3rem;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.map-icon {
  width: 150px;
}

.section-heading-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section-heading-wrapper.marquee {
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-wrapper.matter {
  position: absolute;
  top: 8rem;
}

.section-heading-wrapper.our-work {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.section-heading-wrapper.blog {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  color: #000;
  font-family: Dmseriftext, Georgia, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.5rem;
}

.section-heading.white {
  color: #fff;
}

.form-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 700px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-top-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.lightbulb-icon {
  width: 80px;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-field:active, .text-field:focus, .text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #000;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.select-field {
  color: #000;
  background-color: #0000;
  background-image: url('../images/credence-form-arrow.webp');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.select-field:active, .select-field:focus, .select-field:focus-visible, .select-field[data-wf-focus-visible] {
  border-bottom-color: #000;
}

.text-area {
  background-color: var(--light-grey);
  color: #000;
  border: 0 solid #000;
  min-height: 250px;
  margin-top: 1rem;
  padding: 15px 0 0 15px;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-area:active, .text-area:focus, .text-area:focus-visible, .text-area[data-wf-focus-visible] {
  border-bottom-color: #000;
}

.text-area::placeholder {
  color: #000;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.checkbox-field {
  color: #000;
  justify-content: flex-start;
  align-items: center;
}

.mini-boby {
  color: #000;
  font-family: Epilogue, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1rem;
}

.checkbox {
  border: 1px solid #000;
  width: 1rem;
  height: 1rem;
  margin-top: 1px;
  margin-right: 10px;
}

.checkbox.w--redirected-checked {
  border-color: var(--beige);
  background-color: #000;
}

.checkbox.w--redirected-focus, .checkbox.w--redirected-focus-visible {
  box-shadow: 0 0 #0003;
}

.submit-button {
  z-index: 3;
  color: #0000;
  background-color: #0000;
  width: 150px;
  height: 45px;
  position: relative;
}

.marquee-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  margin-top: 10rem;
  display: flex;
}

.marquee-wrapper.mb-left {
  display: none;
}

.marquee {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.matter-container {
  width: 100%;
  height: 110vh;
  max-height: 980px;
  position: relative;
  overflow: hidden;
}

.text-orange {
  color: var(--orange);
}

.menu {
  background-color: var(--beige);
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-left {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.menu-item {
  color: var(--light-grey);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 105px;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 6.5rem;
  font-weight: 400;
  line-height: 6.5rem;
}

.menu-item:hover {
  color: var(--black);
}

.wwu-button {
  transform-origin: 100%;
  position: relative;
}

.menu-right-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.wwu-icon {
  width: 150px;
}

.menu-link {
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-left: .5rem;
}

.menu-link._2.hide {
  display: none;
}

.menu-link-text {
  color: #000;
  white-space: nowrap;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.menu-left-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu-left-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.menu-arrow-wrapper {
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 105px;
  padding-bottom: 20px;
  display: flex;
}

.menu-arrow-wrapper:hover, .menu-arrow-wrapper.w--current {
  opacity: 100;
}

.menu-arrow {
  width: 80px;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-wrapper.nav-wrapper-scrolled {
  margin-top: 0;
  padding-top: .4rem;
  padding-bottom: .5rem;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.collection-wrapper {
  margin-top: 5rem;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  grid-column-gap: 1rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-name {
  color: #000;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3rem;
}

.project-category {
  color: #000;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 200;
  line-height: 1.3rem;
}

.collection-link-wrapper {
  justify-content: flex-end;
  margin-top: 5rem;
  display: flex;
}

.collection-link-icon {
  width: 150px;
}

.project-wrapper {
  cursor: pointer;
}

.pop-up-wrapper {
  z-index: 1001;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-up-content {
  z-index: 1002;
  width: 90vw;
  max-width: 1200px;
  height: 92svh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 8svh 0% 0%;
  overflow: clip;
}

.pop-up-title {
  color: var(--beige);
  margin-bottom: 1rem;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1rem;
}

.pop-up-bg {
  z-index: 1000;
  background-color: #000000d9;
  width: 100vw;
  display: none;
  position: absolute;
  inset: 0% 0% -50%;
}

.pop-up-image {
  z-index: 25;
  width: 100%;
}

.pop-up-top {
  z-index: 1002;
  justify-content: space-between;
  align-items: flex-end;
  width: 90vw;
  max-width: 1200px;
  height: 8svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pop-up-close-icon {
  width: 35px;
}

.pop-up-close-button {
  margin-right: -1rem;
  padding: 1rem 1rem .8rem;
}

.pop-up-bottom {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.pop-up-previous {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: 1rem;
  display: flex;
}

.pop-up-next {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  padding-top: .8rem;
  padding-bottom: 1rem;
  display: flex;
}

.pop-up-nav-text {
  color: var(--beige);
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1rem;
}

.pop-up-nav-icon {
  width: 35px;
}

.pop-up-nav-icon.previous {
  transform: rotate(180deg);
}

.hidden-project-order {
  display: none;
}

.typed-2-wrapper {
  width: 500px;
  height: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.typed-2 {
  color: var(--beige);
  font-family: Dmserifdisplay, Georgia, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5rem;
}

.opening-sub-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.opening-sub-inner {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  display: flex;
}

.text-wrapper-2 {
  width: 620px;
  margin-top: 6rem;
  margin-left: auto;
  margin-right: auto;
}

.pop-up-slider {
  width: 100%;
  height: auto;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider-nav {
  margin-bottom: .5rem;
}

.small-body {
  color: #000;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.small-body.white {
  color: #fff;
}

.small-body.white.line-break {
  white-space: pre-wrap;
}

.small-body.center-align {
  text-align: center;
}

.success-message {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding: 2rem 3rem;
}

.error-message {
  border-radius: 10px;
  margin-top: 1rem;
  padding: 1rem;
}

.submit-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.credence-emblem-logo {
  width: 65px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.credence-emblem-logo.credence-emblem-logo-scrolled {
  filter: invert();
  width: 45px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.credence-text-logo {
  flex: none;
  width: 175px;
  margin-left: .6rem;
  padding-top: 5px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.credence-text-logo.credence-text-logo-scrolled {
  filter: invert();
  width: 140px;
  margin-left: .4rem;
  padding-top: 5px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.credence-emblem-logo-black {
  filter: invert();
  width: 65px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.credence-emblem-logo-black.credence-emblem-logo-black-scrolled {
  width: 45px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.credence-text-logo-black {
  filter: invert();
  flex: none;
  width: 175px;
  margin-left: .6rem;
  padding-top: 5px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.credence-text-logo-black.credence-text-logo-black-scrolled {
  width: 140px;
  margin-left: .4rem;
  padding-top: 5px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.hamburger-menu-black {
  filter: invert();
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 13px;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.hamburger-menu-black.hamburger-menu-black-scrolled {
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.column-wrapper {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 15rem;
  padding-bottom: 8rem;
  display: grid;
}

.left-column {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  align-items: flex-start;
  display: flex;
}

.right-column {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 1.5rem;
  display: flex;
}

.credence, .credence.hide {
  display: none;
}

.marquee-text {
  color: var(--beige);
  text-align: center;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.marquee-text.adjust {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.marquee-text-mb {
  color: var(--beige);
  text-align: center;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.document-heading {
  color: #000;
  text-align: center;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.left-column-left, .left-column-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.document-link {
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 105px;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 6rem;
}

.document-arrow-wrapper {
  opacity: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 105px;
  padding-bottom: 20px;
  display: flex;
}

.document-arrow {
  width: 80px;
}

.hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-label {
  display: none;
}

.wwu-button-overlay {
  background-color: var(--charcoal);
  opacity: 0;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.wwu-button-arrow {
  width: 100px;
}

.marquee-item-mb {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: none;
  align-items: center;
  display: flex;
}

.map-text {
  color: #fff;
  text-align: center;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.submit-overlay {
  z-index: 1;
  background-color: var(--charcoal);
  transform-origin: 100%;
  border-radius: 45px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 45px;
  padding-top: 2px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.submit-button-inner {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.submit-arrow {
  z-index: 2;
  transform-origin: 0%;
  height: 35px;
  position: absolute;
  inset: 5px auto 5px 5px;
}

.submit-text {
  color: #fff;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.map-button-overlay {
  background-color: var(--beige);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.map-arrow {
  width: 100px;
}

.collection-button {
  position: relative;
  overflow: hidden;
}

.collection-link-overlay {
  background-color: var(--charcoal);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.collection-link-arrow {
  width: 100px;
}

.map-inner {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.our-work {
  color: var(--black);
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.shop-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shop-text {
  color: var(--black);
  margin-left: 2rem;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.section-content {
  color: var(--black);
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4rem;
}

.blog-hero-wrapper {
  background-color: var(--black);
  margin-top: 4rem;
}

.blog-hero {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.blog-hero-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.collection-item-blog-hero {
  grid-column-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-hero-date {
  color: #fff;
  margin-bottom: .5rem;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}

.blog-heading {
  color: #fff;
  white-space: pre-wrap;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.3rem;
}

.blog-hero-bottom {
  width: 5rem;
}

.blog-collection-wrapper {
  width: 90vw;
  max-width: 1200px;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-blog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-date {
  color: var(--black);
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .3rem;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.2rem;
}

.blog-post-header-wrapper {
  background-color: var(--black);
}

.blog-post-header-inner {
  grid-template-rows: auto;
  grid-template-columns: minmax(7.5vw, 100px) minmax(75vw, 1000px);
  grid-auto-columns: 1fr;
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 5rem;
  display: flex;
}

.blog-post-header-left {
  width: 7.5vw;
  max-width: 100px;
}

.blog-post-header {
  width: 75vw;
  max-width: 1000px;
}

.blog-post-label-text {
  color: #fff;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1rem;
}

.blog-hero-heading {
  color: #fff;
  white-space: pre-wrap;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.3rem;
}

.blog-post-wrapper {
  width: 75vw;
  max-width: 1000px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-wrapper {
  width: 90vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.more-posts-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #000;
  flex-flow: column;
  width: 75vw;
  max-width: 1000px;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  display: none;
}

.blog-heading-text {
  color: var(--black);
  font-family: Epilogue, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.2rem;
}

.collection-list-more-posts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-title-text {
  color: #000;
  text-align: center;
  white-space: pre-wrap;
  font-family: Epilogue, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.pop-up-video {
  width: 100%;
  margin: -1px;
}

.h2 {
  font-family: Epilogue, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.3rem;
}

.blog-heading-wrapper {
  margin-bottom: 1rem;
}

.blog-hero-heading-wrapper {
  margin-top: .5rem;
  margin-bottom: 2rem;
}

.pop-up-jorg-video {
  width: 100%;
}

.blog-description {
  white-space: pre-wrap;
}

@media screen and (min-width: 1280px) {
  .section-wrapper.s-1 {
    width: 80vw;
  }

  .sub-heading, .sub-heading.white.dt {
    font-size: 6rem;
    line-height: 6rem;
  }

  .sub-heading-wrapper.max-width {
    max-width: 1010px;
  }

  .slider-nav {
    margin-bottom: 1rem;
  }

  .document-link {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }

  .blog-hero {
    width: 80vw;
    max-width: 1000px;
  }

  .collection-item-blog-hero {
    grid-column-gap: 4rem;
  }

  .blog-collection-wrapper {
    width: 80vw;
    max-width: 1000px;
  }
}

@media screen and (min-width: 1440px) {
  .section-wrapper.s-1, .section-wrapper.s-2, .section-wrapper.s-3 {
    padding-top: 15rem;
    padding-bottom: 20rem;
  }

  .opening-wrapper {
    height: 580px;
  }

  .typed-1 {
    font-size: 15rem;
    line-height: 12rem;
  }

  .typed-2 {
    font-size: 5rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .section-wrapper.our-work, .section-wrapper.blog, .section-wrapper.blog-post {
    padding-top: 11rem;
  }

  .opening-wrapper {
    height: 500px;
  }

  .typed-1 {
    font-size: 11.5rem;
    line-height: 9.5rem;
  }

  .sub-heading {
    font-size: 9vw;
    line-height: 8.5vw;
  }

  .sub-heading.map {
    padding-top: 6vw;
    padding-left: 6vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .sub-heading.white.dt {
    font-size: 9vw;
    line-height: 9vw;
  }

  .sub-heading.white.tb-mb, .sub-heading.tb-mb {
    display: block;
  }

  .text-wrapper-1 {
    width: 70vw;
    margin-bottom: 12rem;
  }

  .big-body {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .sub-heading-wrapper {
    max-width: none;
  }

  .map.dt {
    display: none;
  }

  .map.tb-mb {
    display: block;
  }

  .map-decor-wrapper {
    margin-top: 6vw;
    margin-right: 6vw;
  }

  .map-decor {
    width: 20vw;
  }

  .map-button {
    margin-bottom: 6vw;
    margin-right: 6vw;
  }

  .map-icon {
    width: 20vw;
  }

  .section-heading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .form-wrapper {
    width: 600px;
  }

  .text-field {
    padding-bottom: 5px;
  }

  .form {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .select-field {
    padding-bottom: 5px;
  }

  .text-area {
    margin-top: .8rem;
  }

  .menu-left {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu-item {
    letter-spacing: -1px;
    height: 90px;
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .wwu-icon {
    width: 140px;
  }

  .menu-link-text {
    font-size: 1rem;
  }

  .menu-left-right {
    width: 430px;
  }

  .menu-arrow-wrapper {
    height: 90px;
    padding-bottom: 25px;
  }

  .menu-arrow {
    width: 70px;
  }

  .nav-wrapper {
    margin-top: 1.5rem;
  }

  .nav-wrapper.nav-wrapper-scrolled {
    padding-top: .3rem;
    padding-bottom: .4rem;
  }

  .project-name {
    margin-top: 1.3rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .project-category {
    font-size: 1.1rem;
  }

  .collection-link-wrapper {
    margin-top: 4rem;
  }

  .collection-link-icon {
    width: 20vw;
  }

  .pop-up-title {
    font-size: 1.4rem;
  }

  .pop-up-close-icon {
    width: 30px;
  }

  .pop-up-close-button {
    padding-bottom: .7rem;
  }

  .pop-up-nav-icon {
    width: 30px;
  }

  .typed-2-wrapper {
    width: 400px;
  }

  .typed-2 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .opening-sub-inner {
    width: 400px;
  }

  .credence-emblem-logo {
    width: 60px;
  }

  .credence-emblem-logo.credence-emblem-logo-scrolled {
    width: 45px;
  }

  .credence-text-logo {
    width: 170px;
    margin-left: .5rem;
  }

  .credence-text-logo.credence-text-logo-scrolled {
    width: 132px;
    margin-left: .3rem;
  }

  .credence-emblem-logo-black {
    width: 60px;
  }

  .credence-emblem-logo-black.credence-emblem-logo-black-scrolled {
    width: 45px;
  }

  .credence-text-logo-black {
    width: 170px;
    margin-left: .5rem;
  }

  .credence-text-logo-black.credence-text-logo-black-scrolled {
    width: 132px;
    margin-left: .3rem;
  }

  .column-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 12rem;
    display: flex;
  }

  .left-column {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-block {
    display: block;
  }

  .document-heading {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .document-link {
    letter-spacing: -1px;
    height: 12vw;
    font-size: 10vw;
    line-height: 10vw;
  }

  .document-arrow-wrapper {
    height: 12vw;
    padding-bottom: 3.5vw;
  }

  .document-arrow {
    width: 8.5vw;
  }

  .wwu-button-arrow {
    width: 90px;
  }

  .map-arrow, .collection-link-arrow {
    width: 13vw;
  }

  .typed-3-dt {
    display: none;
  }

  .our-work {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .shop-text {
    margin-left: 1.5rem;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .section-content {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .blog-collection-wrapper {
    margin-top: 8rem;
  }

  .collection-list-blog {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .blog-date {
    font-size: .9rem;
  }

  .blog-post-header-left {
    width: 9vw;
  }

  .blog-post-header {
    width: 72vw;
  }

  .blog-hero-heading {
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .blog-post-wrapper {
    width: 72vw;
  }

  .heading {
    font-size: 2rem;
    line-height: 2rem;
  }

  .heading-2 {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }

  .more-posts-wrapper {
    width: 90vw;
    margin-top: 7rem;
    padding-top: 6rem;
  }

  .collection-list-more-posts {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .blog-title-text {
    font-size: .9rem;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: hidden;
  }

  .hero {
    height: 80svh;
  }

  .bottom {
    width: 35px;
  }

  .section-wrapper.s-6 {
    padding-top: 8rem;
    padding-bottom: 14rem;
  }

  .section-wrapper.s-5 {
    padding-bottom: 10rem;
  }

  .section-wrapper.s-1 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    padding-top: 10rem;
    padding-bottom: 12rem;
  }

  .section-wrapper.s-2, .section-wrapper.s-3 {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }

  .section-wrapper.s-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-wrapper.s-7 {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }

  .section-wrapper.our-work, .section-wrapper.blog, .section-wrapper.blog-post {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .opening-wrapper {
    height: 64vw;
  }

  .typed-1 {
    font-size: 24vw;
    line-height: 20vw;
  }

  .sub-heading {
    letter-spacing: -.5px;
    font-size: 9.5vw;
    line-height: 9vw;
  }

  .sub-heading.white.dt {
    font-size: 9.5vw;
    line-height: 9.8vw;
  }

  .text-wrapper-1 {
    width: 75vw;
    margin-top: 4rem;
    margin-bottom: 10rem;
  }

  .big-body {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .big-body.white.dt-tb {
    display: none;
  }

  .big-body.white.mb {
    display: block;
  }

  .big-body.white.s-1 {
    text-align: center;
  }

  .footer-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: flex-start;
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: flex;
  }

  .text-logo {
    width: 200px;
  }

  .footer-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: flex-start;
    height: auto;
  }

  .footer-right {
    order: -1;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-link {
    padding-left: 0;
  }

  .map-wrapper {
    border-radius: 10px;
  }

  .map-pin-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .map-pin {
    width: 40px;
  }

  .map-decor {
    width: 23vw;
  }

  .map-icon {
    width: 25vw;
  }

  .section-heading-wrapper.marquee {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .section-heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .form-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 90vw;
    margin-top: 2rem;
  }

  .form-top-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .lightbulb-icon {
    width: 70px;
  }

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

  .select-field {
    background-size: 17px;
  }

  .text-area {
    min-height: 200px;
  }

  .checkbox-field {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .checkbox {
    flex: none;
  }

  .marquee-wrapper {
    margin-top: 6rem;
    display: none;
  }

  .marquee-wrapper.mb-left {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .menu-wrapper {
    flex-flow: column;
  }

  .menu-left {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    margin-bottom: 20vw;
  }

  .menu-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    position: absolute;
    inset: auto 5vw 5vw auto;
  }

  .menu-item {
    height: 80px;
    font-size: 5rem;
    line-height: 5rem;
  }

  .wwu-icon {
    width: 120px;
  }

  .menu-link._1 {
    padding-top: .1rem;
    padding-bottom: .1rem;
  }

  .menu-arrow-wrapper {
    height: 80px;
    padding-bottom: 15px;
  }

  .menu-arrow {
    width: 60px;
  }

  .nav-wrapper.nav-wrapper-scrolled {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }

  .collection-wrapper {
    margin-top: 4rem;
  }

  .collection-list {
    grid-column-gap: 3vw;
    grid-row-gap: 12vw;
    grid-template-columns: 1fr 1fr;
  }

  .project-name {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.1rem;
    line-height: 1.1rem;
  }

  .project-category {
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .collection-link-wrapper {
    margin-top: 1rem;
  }

  .collection-link-icon {
    width: 25vw;
  }

  .pop-up-title {
    margin-bottom: .7rem;
    font-size: 1.3rem;
  }

  .pop-up-close-icon {
    width: 27px;
  }

  .pop-up-close-button {
    padding-bottom: .6rem;
  }

  .pop-up-bottom {
    padding-bottom: 1.5rem;
  }

  .pop-up-previous, .pop-up-next {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .pop-up-nav-text {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .pop-up-nav-icon {
    width: 27px;
  }

  .typed-2-wrapper {
    width: 50vw;
    height: 15vw;
  }

  .typed-2 {
    font-size: 8vw;
    line-height: 8vw;
  }

  .opening-sub-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .opening-sub-inner {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .text-wrapper-2 {
    width: 75vw;
    margin-top: 4rem;
  }

  .slider-nav {
    margin-bottom: 0;
  }

  .small-body.white.line-break {
    font-size: .9rem;
  }

  .submit-button-wrapper {
    margin-top: .5rem;
  }

  .credence-emblem-logo {
    width: 55px;
  }

  .credence-text-logo {
    width: 150px;
    margin-left: .3rem;
  }

  .credence-text-logo.credence-text-logo-scrolled {
    display: none;
  }

  .credence-emblem-logo-black {
    width: 55px;
  }

  .credence-text-logo-black {
    width: 150px;
    margin-left: .3rem;
  }

  .credence-text-logo-black.credence-text-logo-black-scrolled {
    opacity: 0;
  }

  .column-wrapper {
    padding-top: 10rem;
  }

  .left-column {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .right-column {
    padding-top: 1rem;
  }

  .marquee-text {
    font-size: 1.3rem;
  }

  .marquee-text.adjust {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

  .marquee-text-mb {
    white-space: nowrap;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .document-heading {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .document-link {
    height: 14vw;
    font-size: 12vw;
    line-height: 12vw;
  }

  .document-arrow-wrapper {
    height: 14vw;
  }

  .document-arrow {
    width: 10vw;
  }

  .recaptcha-wrapper {
    pointer-events: auto;
    transform-origin: 0%;
    transform: scale(.9);
  }

  .wwu-button-arrow {
    width: 75px;
  }

  .marquee-item-mb {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .marquee-item-mb-inner {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    align-items: center;
    display: flex;
  }

  .map-text {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .map-arrow, .collection-link-arrow {
    width: 15vw;
  }

  .our-work {
    margin-bottom: .7rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .shop-text {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .section-content {
    margin-bottom: .7rem;
    font-size: 1rem;
    line-height: 1rem;
  }

  .blog-hero {
    width: 80vw;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .blog-hero-left {
    height: 60vw;
    overflow: hidden;
  }

  .collection-item-blog-hero {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    flex-flow: column;
    display: flex;
  }

  .blog-hero-date {
    font-size: .9rem;
    line-height: .9rem;
  }

  .blog-heading {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .blog-hero-bottom {
    width: 4.5rem;
    margin-top: 1rem;
  }

  .blog-collection-wrapper {
    margin-top: 6rem;
  }

  .collection-list-blog {
    grid-column-gap: 3vw;
    grid-row-gap: 7vw;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-header-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 5rem;
  }

  .blog-post-header-left {
    width: auto;
    max-width: none;
  }

  .blog-post-header {
    width: 90vw;
  }

  .blog-hero-heading {
    font-size: 5.3vw;
    line-height: 6vw;
  }

  .blog-post-wrapper {
    width: 90vw;
    margin-top: 4rem;
  }

  .heading {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .heading-2 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .more-posts-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-top: 6rem;
    padding-top: 5rem;
  }

  .blog-heading-text {
    font-size: 2rem;
    line-height: 2rem;
  }

  .collection-list-more-posts {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    grid-template-columns: 1fr 1fr;
  }

  .blog-hero-image {
    margin-top: -5.5vw;
  }

  .h2 {
    font-family: Epilogue, Arial, sans-serif;
    font-size: 3rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 69svh;
  }

  .section-wrapper.s-8 {
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .section-wrapper.s-6 {
    padding-top: 7rem;
    padding-bottom: 12rem;
  }

  .section-wrapper.s-5 {
    padding-bottom: 5rem;
  }

  .section-wrapper.s-1, .section-wrapper.s-2, .section-wrapper.s-3 {
    padding-top: 8rem;
    padding-bottom: 10rem;
  }

  .section-wrapper.s-4, .section-wrapper.s-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-wrapper.our-work, .section-wrapper.blog, .section-wrapper.blog-post {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }

  .sub-heading {
    font-size: 9.8vw;
    line-height: 9.5vw;
  }

  .sub-heading.white.dt {
    font-size: 9.8vw;
    line-height: 10.3vw;
  }

  .sub-heading.white.tb-mb {
    line-height: 10vw;
  }

  .text-wrapper-1 {
    width: 85vw;
    margin-bottom: 8rem;
  }

  .big-body {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .big-body.white.s-1 {
    display: none;
  }

  .big-body.white.s-1.mp {
    display: block;
  }

  .footer-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .text-logo {
    width: 180px;
  }

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

  .footer-terms-privacy {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    align-items: flex-start;
  }

  .section-heading-wrapper.marquee {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
  }

  .section-heading-wrapper.matter {
    top: 5rem;
  }

  .section-heading {
    font-size: 8vw;
    line-height: 8vw;
  }

  .lightbulb-icon {
    width: 65px;
  }

  .text-field {
    font-size: .9rem;
    line-height: .9rem;
  }

  .form {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .select-field {
    background-size: 15px;
    font-size: .9rem;
    line-height: .9rem;
  }

  .text-area {
    font-family: Epilogue, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: .9rem;
  }

  .text-area::placeholder {
    font-size: .9rem;
    line-height: .9rem;
  }

  .mini-boby {
    font-size: .8rem;
    line-height: .9rem;
  }

  .checkbox {
    margin-top: 0;
  }

  .submit-button {
    font-size: .9rem;
    line-height: .9rem;
  }

  .menu-item {
    height: 16vw;
    font-size: 16vw;
    line-height: 16vw;
  }

  .wwu-icon {
    width: 100px;
  }

  .menu-link-text {
    font-size: .85rem;
    line-height: .85rem;
  }

  .menu-arrow-wrapper {
    height: 16vw;
    padding-bottom: 3vw;
  }

  .menu-arrow {
    width: 16vw;
  }

  .collection-wrapper {
    margin-top: 3rem;
  }

  .project-name {
    margin-top: 1rem;
    margin-bottom: .2rem;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .project-category {
    font-size: .9rem;
    line-height: 1rem;
  }

  .collection-link-wrapper {
    margin-top: 0;
  }

  .pop-up-title {
    font-size: 1.2rem;
  }

  .opening-sub-wrapper {
    width: 75vw;
  }

  .opening-sub-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-wrapper-2 {
    width: 100%;
  }

  .slider-nav {
    margin-bottom: -.3rem;
  }

  .small-body {
    font-size: .9rem;
    line-height: 1.3rem;
  }

  .credence-emblem-logo {
    width: 50px;
  }

  .credence-emblem-logo.credence-emblem-logo-scrolled {
    width: 43px;
  }

  .credence-text-logo {
    width: 140px;
  }

  .credence-emblem-logo-black {
    width: 50px;
  }

  .credence-emblem-logo-black.credence-emblem-logo-black-scrolled {
    width: 43px;
  }

  .credence-text-logo-black {
    width: 140px;
  }

  .left-column {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .right-column {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .document-heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .document-link {
    height: 18vw;
    font-size: 15vw;
    line-height: 15vw;
  }

  .document-arrow-wrapper {
    height: 18vw;
    padding-bottom: 6vw;
  }

  .document-arrow {
    width: 14vw;
  }

  .recaptcha-wrapper {
    transform: scale(.85);
  }

  .wwu-button-arrow {
    width: 65px;
  }

  .map-text {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .map-arrow, .collection-link-arrow {
    width: 16vw;
  }

  .our-work {
    font-size: .9rem;
    line-height: .9rem;
  }

  .shop-text {
    margin-left: 4vw;
    font-size: 3.7vw;
    line-height: 4vw;
  }

  .section-content {
    font-size: .9rem;
    line-height: .9rem;
  }

  .blog-heading {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .blog-collection-wrapper {
    margin-top: 5rem;
  }

  .blog-hero-heading {
    font-size: 7vw;
    line-height: 7.5vw;
  }

  .heading {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .more-posts-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 5rem;
    padding-top: 4rem;
  }

  .blog-heading-text {
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

  .blog-description {
    font-size: .9rem;
    line-height: 1.3rem;
  }
}


@font-face {
  font-family: 'Dmserifdisplay';
  src: url('../fonts/dmserifdisplay-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dmseriftext';
  src: url('../fonts/dmseriftext-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/epilogue-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/epilogue-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/epilogue-lightitalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/epilogue-extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Epilogue';
  src: url('../fonts/epilogue-extralightitalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}