:root {
  --black: black;
  --white: white;
  --blue: #0940f0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
}

h3 {
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}

h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

a {
  color: #1a1b1f;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  list-style-type: disc;
}

ol {
  margin-top: -20px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-about-light {
  opacity: .6;
  text-align: center;
}

.section {
  margin-top: 100px;
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex-direction: column;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.navigation {
  background-color: var(--white);
  align-items: center;
  height: 80px;
  padding: 30px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 50px;
  display: flex;
  position: sticky;
}

.footer-wrap.mycontain {
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-links {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: underline;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.hi-there-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.mycontain {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.workblock {
  margin: 60px 30px 40px;
  display: block;
}

.thumbnailwrapper.hide {
  display: none;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
}

.casestudythumbnail {
  object-fit: fill;
  min-height: 250px;
  overflow: auto;
}

.hero {
  margin-top: 60px;
}

.casestudyhero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  max-width: 1200px;
  display: inline-block;
}

.roleblock {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 20px;
  display: flex;
}

.content.homehero {
  margin-top: 160px;
  margin-left: 60px;
  margin-right: 60px;
}

.content.homehero.mycontain {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.casestudycontent {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 700px;
  margin-top: 0;
  display: flex;
}

.casestudycontent.filler {
  min-width: 700px;
}

.casestudywrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.casestudynav {
  border-top: 1px solid #cdcdcd;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-top: 20px;
  display: flex;
}

.bottomright {
  text-align: right;
}

.bottomleft {
  display: block;
  position: static;
  overflow: visible;
}

.casestudyimage {
  flex-wrap: nowrap;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 0 40px;
  display: block;
}

.readmoretext {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.casestudyh2 {
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.casestudyp {
  color: var(--black);
  text-align: left;
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  line-height: 150%;
}

.casestudyh3 {
  font-family: Playfair Display, sans-serif;
  line-height: 120%;
}

.nomarginh4 {
  margin-bottom: 0;
}

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

.image-4 {
  max-width: 700px;
  max-height: 400px;
}

.aboutme {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutmep {
  max-width: 700px;
  margin-top: 32px;
}

.hideleft {
  display: none;
}

.tagline {
  text-align: center;
  max-width: 800px;
}

.heroimage {
  justify-content: center;
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
}

.role-grid {
  grid-column-gap: 170px;
  grid-row-gap: 3px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center start;
}

.logotext {
  padding-right: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.text-block-2 {
  margin-top: 2px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 13px;
}

.casestudyvideo {
  width: 60%;
  min-width: auto;
  max-width: 850px;
}

.copyrighttext {
  opacity: .6;
  padding-left: 0;
  font-size: 14px;
  line-height: 20px;
}

.list-embed {
  margin-top: -20px;
  font-family: Open Sans, sans-serif;
}

.list-embed.no-neg-margin {
  margin-top: 20px;
}

.scroll-progress-bar {
  z-index: 999999;
  background-color: var(--blue);
  transform-origin: 0%;
  width: 100%;
  min-height: 3px;
  margin-top: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.heading-jumbo-2 {
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 64px;
  font-weight: 500;
  line-height: 80px;
}

.casestudyimage-2 {
  max-width: 850px;
  margin: 0 0 40px;
}

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

.visitsite {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  border: 1px solid #0000;
}

.text-block-3 {
  color: var(--white);
}

.h4spacing {
  margin-bottom: 32px;
}

.image-5, .lightbox-link, .image-6, .image-7 {
  display: none;
}

.homeheroh1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.homeherobody {
  width: 650px;
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}

.worktitlehero {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  display: inline-block;
}

.div-block-4 {
  text-align: left;
  padding-bottom: 20px;
  display: none;
}

.callout {
  font-size: 32px;
  font-weight: 600;
  line-height: 39px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gif-embed {
  min-width: 1200px;
  max-width: 1200px;
}

.image-8 {
  width: 150px;
  min-width: 32px;
}

.painpoint-icon {
  width: 150px;
  height: 150px;
}

.text-block-4, .text-block-5, .text-block-6 {
  font-family: Open Sans, sans-serif;
}

.section-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: none;
}

.container-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-67e9299e-141a-dc69-660e-f62d4469e5a3 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.content-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.a-senior-product-designer-with-over-8-years-experience-originally-from-dublin-ireland-i-am-now-living-in-melbourne-australia-i-m-currently-working-as-a-senior-product-designer-at-bluerock-leading-the-design-on-the-rebuild-of-workflow-max-by-bluerock-a-company-that-was-acquired-from-xero-in-2023-see-the-case-study-here-1 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.homepage-hero-section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-7 {
  margin-top: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.paragraph {
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 150%;
}

.section-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.content-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.paragraph1 {
  color: #212121;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.image-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.content-5 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.row-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-link {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.new-page {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.case-study-overview {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.error-b46bae81-fdf6-8eb1-fcb8-29746018607b {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.overview-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.info {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.info.hidden {
  display: none;
}

.text-9 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-10 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.case-study-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 40px;
  text-decoration: none;
  display: flex;
}

.image-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.container-5 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.content-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.image-and-caption {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.image-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.caption-text {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-13 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.large-image-and-caption {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.error-b46bae81-fdf6-8eb1-fcb8-29746018608a {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2-columns {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: static;
}

.column {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.product-audit-screenshots-of-every-section-of-the-product {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 432px;
  display: flex;
}

._3-columns {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 434px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 434px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.content-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-15 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.section-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.container-6 {
  border: 0 solid #dfdfdf;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.case-study-nav {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.previous {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.previous.hide {
  opacity: 0;
}

.text-16 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-17 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.next {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-19 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-research-and-discovery-phase-focused-on-two-key-areas-product-audit-we-analysed-existing-screens-and-components-mapping-overall-product-structure-information-flow-and-opportunities-to-improve-information-accessibility-component-analysis-we-identified-and-cataloged-all-components-and-their-variations-this-allowed-us-to-pinpoint-potential-areas-for-consolidation-and-creating-a-more-streamlined-component-library-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.product-audit-screenshots-of-every-section-of-the-product-0 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.caption-text-bold {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.section-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.casestudytitle {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.casestudyoverview {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.info-row {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.info-header {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.info-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.info-2.white {
  color: #fff;
}

.image-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
}

.container-7 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  text-decoration: none;
  display: flex;
}

.casestudycontent-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.image-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.caption {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.h3.white {
  color: #fff;
}

.paragraph-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.caption-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-5 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 432px;
  display: flex;
}

.column-6 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 437px;
  text-decoration: none;
  display: flex;
}

.caption-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.column-7 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 437px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.casestudycontent-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.h2-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.paragraph-1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.caption-0 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.list {
  margin-top: 16px;
}

.no-bullet {
  list-style-type: none;
}

.section-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.container-8 {
  border: 0 solid #dfdfdf;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-21 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-22, .text-23 {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list-item, .list-item-2 {
  line-height: 150%;
}

.mycontain-spacing {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  display: block;
  position: static;
}

.heading-2-columns {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.header {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.content-8 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-24 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-25 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2-columns-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-numbered-points {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 472px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.numbered-point {
  grid-column-gap: 16px;
  border: 0 solid #ddd;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.heading-and-3-block-columns {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.content-9 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.text-29 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._3-columns-2 {
  grid-column-gap: 24px;
  object-fit: fill;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.column-block {
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #f4f4f4;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.column-block-2 {
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

._3-columns-3 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.column-block-3 {
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 184px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.column-block-4 {
  grid-row-gap: 16px;
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.call-out-section {
  grid-row-gap: 16px;
  background-color: #2f2f2f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: flex;
}

.link {
  display: inline;
}

.link-2 {
  color: #0024b4;
  font-style: italic;
  text-decoration: underline;
  display: inline-block;
}

.subtitle {
  color: gray;
  text-transform: uppercase;
  margin-bottom: -11px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.grid-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-radius: 0;
  grid-template-columns: 1fr 1fr 1fr;
}

.list-2 {
  text-align: left;
}

.grid-p {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.grid-p.white {
  color: #fff;
}

.grid-h3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.grid-h3.white {
  color: #fff;
}

._2-columns-hx {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: static;
}

._2-columns-copy {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: static;
}

._2-columns-hx-4 {
  grid-column-gap: 16px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  padding-top: 0;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  position: static;
}

.grid-h3-left {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.grid-h3-left.white {
  color: #fff;
}

.grid-p-left {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.grid-p-left.white {
  color: #fff;
}

.subtitle-grid {
  color: gray;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.grid-4-copy {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-7 {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.casestudycontent-2-copy {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.label-2 {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  font-weight: 500;
}

.label-2.sunset-alert {
  color: #065f46;
  background-color: #d1fae5;
}

.label__wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding: .3rem .5rem;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.label__wrapper.cc-xl {
  padding: .485rem .875rem;
  font-size: .875rem;
}

.label__icon {
  pointer-events: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  min-width: 1.2em;
  height: 1.2em;
  min-height: 1.2em;
  display: flex;
}

.label__text {
  pointer-events: auto;
  flex: none;
  font-size: 1rem;
  line-height: 1.2;
}

.casestudycontent-2-row {
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-top: -32px;
  text-decoration: none;
  display: flex;
}

.casestudycontent-2-center-hx {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  margin-top: -32px;
  text-decoration: none;
  display: flex;
}

.list-3, .list-4 {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .heading-jumbo {
    font-size: 48px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mycontain {
    margin-left: auto;
  }

  .workblock {
    margin-left: 30px;
    margin-right: 30px;
  }

  .grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .casestudyhero {
    margin-left: 30px;
    margin-right: 30px;
  }

  .image-3 {
    max-width: 700px;
    margin-left: 0;
    display: inline-block;
  }

  .roleblock {
    justify-content: center;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }

  .content {
    margin-left: 30px;
    margin-right: 30px;
  }

  .content.homehero.mycontain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .casestudynav {
    margin-left: 30px;
    margin-right: 30px;
  }

  .casestudyh2 {
    font-size: 30px;
  }

  .casestudyh3 {
    font-size: 22px;
  }

  .heroimage {
    display: flex;
  }

  .role-grid {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .casestudyvideo, .video {
    width: 100%;
  }

  .copyrighttext {
    opacity: .6;
  }

  .heading-jumbo-2 {
    font-size: 48px;
    line-height: 70px;
  }

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

  .gif-embed {
    min-width: 700px;
  }

  .large-image-and-caption {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._2-columns {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .column {
    padding-bottom: 40px;
  }

  .image-12 {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3-columns {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .image-13 {
    height: 100%;
  }

  .casestudycontent-2, .column-7 {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .mycontain-spacing {
    margin-left: auto;
  }

  .f2wf-columns, ._2-columns-2 {
    flex-direction: column;
    align-items: center;
  }

  .column-numbered-points {
    height: 100%;
  }

  .heading-and-3-block-columns {
    grid-row-gap: 0px;
    padding-left: 24px;
    padding-right: 24px;
  }

  ._3-columns-2 {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: center;
  }

  .column-block {
    height: 100%;
    margin-bottom: 16px;
  }

  .column-block-2 {
    height: 100%;
  }

  ._3-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  ._2-columns-hx, ._2-columns-copy, ._2-columns-hx-4 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .casestudycontent-2-copy, .casestudycontent-2-row, .casestudycontent-2-center-hx {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }

  p {
    white-space: normal;
    font-size: 16px;
    line-height: 26px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 42px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .casestudythumbnail {
    min-height: 180px;
  }

  .image-3 {
    max-width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .content.homehero.mycontain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .casestudycontent.filler {
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nomarginh4 {
    font-size: 16px;
  }

  .tagline {
    text-align: center;
    max-width: 450px;
  }

  .heroimage {
    justify-content: center;
    display: flex;
  }

  .role-grid {
    grid-column-gap: 42px;
    grid-template-rows: auto auto;
  }

  .copyrighttext {
    padding-left: 0;
  }

  .heading-jumbo-2 {
    text-align: center;
    font-size: 42px;
    line-height: 64px;
  }

  .homeherobody {
    width: auto;
    font-size: 24px;
    line-height: 33px;
  }

  .gif-embed {
    min-width: 500px;
  }

  .grid-4, .grid-4-copy {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 30px;
  }

  .heading-jumbo {
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .logo-link.w--current {
    margin-top: 8px;
  }

  .navigation {
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .footer-links {
    align-self: center;
    margin-right: 0;
  }

  .footer-item {
    margin-right: 0;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .hi-there-heading {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .workblock {
    margin-left: 15px;
    margin-right: 15px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .casestudyhero {
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-3 {
    max-width: 100%;
  }

  .roleblock {
    justify-content: space-between;
    margin: 8px auto 10px;
  }

  .content {
    margin-left: auto;
    margin-right: auto;
  }

  .content.homehero {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .content.homehero.mycontain {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
  }

  .casestudycontent {
    margin-left: 16px;
    margin-right: 16px;
  }

  .casestudycontent.filler {
    margin-left: 10px;
    margin-right: 10px;
  }

  .casestudynav {
    margin-left: 16px;
    margin-right: 16px;
  }

  .casestudyimage {
    max-width: 850px;
    margin-bottom: 30px;
  }

  .casestudyh2 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .casestudyp {
    margin-bottom: 30px;
  }

  .casestudyh3 {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .nomarginh4 {
    margin-top: 0;
    padding-right: 70px;
  }

  .nomarginh4.nopadding {
    text-align: right;
    padding-right: 0;
  }

  .tagline {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .role-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 16px;
    margin-right: 16px;
  }

  .logotext {
    font-size: 20px;
  }

  .text-block-2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .copyrighttext {
    justify-content: center;
    display: block;
  }

  .copyrightwrapper {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .heading-jumbo-2 {
    text-align: center;
    margin-top: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .casestudyimage-2 {
    max-width: 850px;
    margin-bottom: 30px;
  }

  .homeheroh1 {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
  }

  .homeherobody {
    font-size: 16px;
    line-height: 28px;
  }

  .worktitlehero {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .gif-embed {
    min-width: 300px;
  }

  .section-2 {
    padding-top: 48px;
  }

  .text {
    font-size: 48px;
  }

  .text-3 {
    font-size: 16px;
  }

  .homepage-hero-section {
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-4 {
    font-size: 24px;
  }

  .row-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-7 {
    width: 50%;
  }

  .text-7.rightaligned {
    text-align: right;
  }

  .case-study-overview {
    padding-left: 16px;
    padding-right: 16px;
  }

  .large-image-and-caption {
    padding: 0;
  }

  ._2-columns {
    padding-top: 0;
  }

  .column {
    height: auto;
  }

  .image-12 {
    object-fit: scale-down;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .casestudytitle {
    font-size: 48px;
  }

  .info-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .casestudycontent-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h2 {
    font-size: 28px;
  }

  .image-14 {
    height: 100%;
  }

  .column-6 {
    height: auto;
  }

  .h2-2 {
    font-size: 28px;
  }

  .text-22 {
    text-align: left;
  }

  .text-23 {
    text-align: right;
  }

  .heading-2-columns {
    grid-row-gap: 0px;
  }

  .f2wf-columns {
    grid-column-gap: 0px;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .text-25 {
    display: flex;
  }

  .column-numbered-points {
    height: 100%;
    margin-bottom: 24px;
  }

  .text-26 {
    justify-content: flex-start;
    display: flex;
  }

  .text-30 {
    text-align: left;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-h3 {
    font-size: 32px;
  }

  ._2-columns-hx, ._2-columns-copy, ._2-columns-hx-4 {
    padding-top: 0;
  }

  .grid-h3-left {
    font-size: 32px;
  }

  .grid-4-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .casestudycontent-2-copy, .casestudycontent-2-row, .casestudycontent-2-center-hx {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b648d753-75dc-f0e8-7cec-9a4284e889f2-d7a5615e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b648d753-75dc-f0e8-7cec-9a4284e889f5-d7a5615e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b648d753-75dc-f0e8-7cec-9a4284e889f8-d7a5615e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b648d753-75dc-f0e8-7cec-9a4284e889fb-d7a5615e {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b648d753-75dc-f0e8-7cec-9a4284e889fe-d7a5615e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b648d753-75dc-f0e8-7cec-9a4284e88a01-d7a5615e {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3ce38420-33ff-36bf-acec-d05c4a9705f6-37a56160 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3ce38420-33ff-36bf-acec-d05c4a9705f9-37a56160 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3ce38420-33ff-36bf-acec-d05c4a9705fc-37a56160 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3ce38420-33ff-36bf-acec-d05c4a9705ff-37a56160 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_3ce38420-33ff-36bf-acec-d05c4a970602-37a56160 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3ce38420-33ff-36bf-acec-d05c4a970605-37a56160 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-c386f4c6-02dc-3f67-2cca-de7b3ae2050f-56a8b6ad {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c386f4c6-02dc-3f67-2cca-de7b3ae20512-56a8b6ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c386f4c6-02dc-3f67-2cca-de7b3ae20515-56a8b6ad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c386f4c6-02dc-3f67-2cca-de7b3ae20518-56a8b6ad {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-c386f4c6-02dc-3f67-2cca-de7b3ae2051b-56a8b6ad {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c386f4c6-02dc-3f67-2cca-de7b3ae2051e-56a8b6ad {
    grid-area: 3 / 2 / 4 / 3;
  }
}


