@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --orange: #e6a348;
  --green: #67681d;
  --background: #e7e2d9;
  --blue: #a5cccd;
  --white-transparent: #eeeeeec9;
  --text: #333;
  --white: white;
  --black: black;
}

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

.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;
}

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

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

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

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 5rem;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
}

a {
  color: var(--orange);
  text-decoration: none;
}

.hero-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1440px;
  height: 18vh;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-container.home-hero {
  height: 50vh;
  padding-bottom: 4%;
}

.hero-text-wrapper {
  align-self: flex-end;
  width: 75%;
  padding-top: 15px;
}

.hero-text-wrapper.cs-header {
  align-self: auto;
  padding-top: 21px;
}

.heading {
  text-align: left;
  text-shadow: 0 2px #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -3px;
  font-size: 60px;
  line-height: 54px;
}

.heading.home-heading {
  width: 100%;
  font-size: 90px;
  line-height: 78px;
}

.heading-2 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.heading-2.home-name {
  font-size: 21px;
}

.heading-2.cs-header {
  line-height: 26px;
}

.body {
  background-color: var(--background);
  background-image: url('../images/background-texture.png');
  background-position: 0 0;
  background-size: auto;
  font-family: Inter Tight, sans-serif;
}

.color-bars {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.color-block {
  background-color: var(--blue);
  width: 80px;
  height: 12px;
}

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

.color-block.color-green {
  background-color: var(--green);
}

.hero-divider {
  border-top: 2px solid #333;
  width: 130px;
  height: 1px;
  margin-top: 18px;
}

.hero-divider-2 {
  border-top: 1px solid #333;
  width: 445px;
  height: 1px;
  margin-bottom: 20px;
}

.container, .container-copy {
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
}

.numbers-container {
  width: 100%;
  max-width: 1440px;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

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

.numbers-bento {
  background-color: var(--white-transparent);
  border-radius: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
  overflow: hidden;
}

.numbers-bento.num-1 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: 1px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0000000d;
}

.numbers-bento.num-1:hover {
  background-color: var(--white-transparent);
}

.numbers-bento.num-2 {
  background-color: var(--white-transparent);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: 1px solid #fff;
  padding: 30px;
  box-shadow: 0 2px 5px 2px #0000000d;
}

.numbers-bento.num-2:hover {
  background-color: var(--white-transparent);
}

.numbers-bento.num-2.client-scroll {
  padding-left: 0;
  padding-right: 0;
}

.numbers-bento.num-2.bento-photo-1 {
  background-image: url('../images/family.png');
  background-position: 60% 0;
  background-repeat: no-repeat;
  background-size: auto 150%;
}

.numbers-bento.num-2.chart-skills-block {
  flex-flow: column;
  align-items: center;
  padding: 18px;
  display: flex;
}

.numbers-bento.num-3 {
  background-color: var(--white-transparent);
  padding: 30px;
}

.numbers-bento.c-scroll {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border: 1px solid #fff;
  box-shadow: 0 2px 5px 2px #0000000d;
}

.numbers-bento.graph-lotti {
  height: 200px;
}

.numbers-bento.graph-lotti.num-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  align-items: center;
  height: 200px;
  padding: 20px;
  display: flex;
}

.num-icon {
  color: var(--orange);
  padding-bottom: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.num-icon.num-1 {
  text-align: center;
  padding-bottom: 16px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.num-icon._123456 {
  display: none;
}

.num-kpi {
  color: var(--text);
  letter-spacing: -.5px;
  font-family: Inter Tight, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 44px;
}

.num-kpi.num-1 {
  text-align: center;
}

.num-kpi.num-1.case-study-metric {
  font-size: 45px;
}

.num-kpi.num-3 {
  color: var(--text);
}

.num-kpi._123456 {
  display: none;
}

.num-kpi.kpi-outline {
  color: var(--white-transparent);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text);
}

.num-kpi.case-study-metric {
  font-size: 41px;
}

.num-kpi.case-study-metric.cs-nav {
  color: var(--orange);
  font-size: 23px;
  font-weight: 700;
  line-height: 20px;
}

.num-desc {
  text-transform: uppercase;
  padding-top: 6px;
  line-height: 17px;
}

.num-desc.num-1 {
  text-align: center;
}

.num-desc.num-3 {
  color: var(--text);
}

.num-desc._123456 {
  display: none;
}

.num-desc.cs-nav {
  color: var(--text);
  font-size: 13px;
}

.page-top-wrapper {
  background-image: url('../images/background-lines2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  padding-top: 160px;
  display: flex;
}

.case-studies-section {
  flex-flow: column;
  max-width: 1440px;
  height: 240vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90vw;
  min-width: 90vw;
}

.client-logo {
  max-width: 100px;
  max-height: 100px;
}

.client-logo.client-tall {
  max-height: 60px;
}

.client-scroll {
  display: flex;
}

.heading-3 {
  color: var(--green);
  text-align: center;
}

.heading-3.case-study-header {
  color: var(--green);
  text-align: left;
  padding-bottom: 16px;
  font-size: 40px;
  position: sticky;
  top: 2%;
}

.heading-3.case-study-header.home-header-cs {
  padding-left: 0%;
}

.case-study-card {
  background-color: #515247;
  border-radius: 20px;
  flex-flow: row;
  height: 50vh;
  display: flex;
  position: sticky;
  top: 5%;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px #0003;
}

.case-study-card.cs-card-1 {
  background-color: var(--blue);
  background-image: radial-gradient(circle farthest-side at 80% 80%, #bfcfd180, #fff0);
  border: 1px solid #0000001a;
  margin-bottom: 5.4rem;
  top: 9%;
}

.case-study-card.cs-card-2 {
  background-color: var(--orange);
  background-image: radial-gradient(circle farthest-side at 80% 80%, #fffbee26, #fff0);
  border: 1px solid #0000001a;
  margin-bottom: 3.6rem;
  top: 12%;
}

.case-study-card.cs-card-3 {
  background-color: #646441;
  background-image: radial-gradient(circle farthest-side at 80% 80%, #adad89b3, #fff0);
  border: 1px solid #0000001a;
  margin-bottom: 1.8rem;
  top: 15%;
}

.case-study-card.cs-card-4 {
  background-color: var(--text);
  background-image: radial-gradient(circle farthest-side at 80% 80%, #b3b3b380, #fff0);
  border: 1px solid #0000001a;
  margin-bottom: 0;
  top: 18%;
}

.cs-content {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  padding: 50px 51px;
  text-decoration: none;
  display: flex;
}

.cs-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.cs-image.cs-card-1 {
  background-image: url('../images/cs-1-hero.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-attachment: scroll;
}

.cs-image.cs-card-1.card-2 {
  background-image: url('../images/cs-2-hero.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 500px;
  background-attachment: scroll;
}

.cs-image.cs-card-1.card-3 {
  background-image: url('../images/cs-3-hero.png');
  background-position: 0 100%;
  background-size: auto 520px;
}

.cs-image.cs-card-1.card-4 {
  background-image: url('../images/cs-4-hero.png');
  background-position: 0 100%;
  background-size: auto 500px;
}

.case-study-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image {
  max-width: 90%;
  display: none;
}

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

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

.cs-intro-text {
  color: var(--green);
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.cs-intro-text.card-2 {
  color: var(--text);
}

.cs-intro-text.card-3, .cs-intro-text.card-4 {
  color: var(--orange);
}

.cs-headline-text {
  color: var(--text);
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.cs-headline-text.card-2, .cs-headline-text.card-3, .cs-headline-text.card-4 {
  color: var(--white);
}

.cs-subhead-text {
  color: var(--green);
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.cs-subhead-text.card-3, .cs-subhead-text.card-4 {
  color: var(--orange);
}

.cs-subhead-text.card-2 {
  color: var(--text);
}

.cs-tag-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-top: 10px;
  display: flex;
}

.cs-tag {
  border: 1px solid var(--white);
  color: var(--text);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 0 6px;
  font-size: 9px;
}

.cs-tag.card-3, .cs-tag.card-4 {
  border-color: var(--orange);
  color: var(--background);
}

.cs-tag.card-2 {
  border-color: var(--background);
}

.cs-tag.modal-tag {
  border-color: var(--orange);
  color: var(--text);
  background-color: #fff3;
}

.cs-tag.cs-detail-page {
  border-color: var(--orange);
  background-color: #ffffff75;
}

.paragraph {
  color: var(--text);
  border-bottom: 1px dashed #969696;
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph.card-2 {
  color: var(--white);
  border-bottom-color: #e0e0e0;
}

.paragraph.card-3 {
  color: var(--white);
  border-bottom-color: #b4b4b4;
}

.paragraph.card-4 {
  color: var(--white);
}

.cs-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-top: 13px;
  display: flex;
}

.cs-link-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
}

.cs-link-icon.card-2, .cs-link-icon.card-1 {
  color: var(--white);
}

.cs-link-icon.port-dl {
  color: #e6a247;
}

.cs-link-cta, .cs-link-cta.card-2 {
  color: var(--text);
}

.cs-link-cta.cta-light {
  color: var(--white);
}

.cs-link-cta.cta-light.port-dl {
  color: var(--green);
}

.text-block {
  font-family: Inter Tight, sans-serif;
}

.testimonials-container {
  max-width: 1300px;
  height: auto;
  padding-bottom: 80px;
}

.my-cont-info {
  flex-flow: column;
  align-items: flex-end;
  width: 25%;
  display: flex;
  position: static;
}

.color-bars-container {
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.text-block-2 {
  text-align: right;
}

.portfolio-link-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-top: 10px;
  display: flex;
}

.portfolio-link-wrapper:hover {
  color: var(--green);
}

.portfolio-link-wrapper.link-brands {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--green);
}

.portfolio-link-wrapper.link-brands:hover {
  color: var(--orange);
}

.link-arrow {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
}

.link-arrow:hover {
  color: var(--green);
}

.link-arrow.link-brand {
  color: var(--green);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
}

.link-arrow.link-brand:hover {
  color: var(--orange);
}

.link-arrow.link-brand2 {
  color: var(--green);
  font-size: 20px;
}

.link-arrow.link-brand2:hover {
  color: var(--orange);
}

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

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

.contact-stuff {
  padding-top: 10px;
  display: none;
}

.slide {
  max-width: 50vw;
}

.testimonial-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  height: 100%;
  display: flex;
}

.testimonial-image {
  border: 1px solid var(--white);
  border-radius: 100px;
  max-width: 80px;
  max-height: 80px;
  margin-left: -2px;
  padding-bottom: 0;
}

.slider {
  background-color: #ddd0;
  max-width: none;
  height: auto;
}

.testimonial-name {
  color: var(--green);
  padding-top: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.testimonial-title {
  color: #3339;
  text-transform: uppercase;
  border-top: 1px dashed #aaa;
  margin-top: 5px;
  padding-top: 4px;
}

.testimonial-quote {
  color: #c3bdb1;
  padding-top: 30px;
  padding-bottom: 12px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 30px;
}

.testimonial-text {
  line-height: 23px;
}

.slide-1 {
  padding-left: 7%;
  padding-right: 7%;
}

.testimonial-slide {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 74px;
  display: flex;
}

.slide-3 {
  padding-left: 7%;
  padding-right: 7%;
}

.testimonial-arrow-right {
  color: #c3bdb1;
  text-shadow: 0 2px #fff3;
  font-family: "Fa Solid 900", sans-serif;
}

.right-arrow {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.icon {
  display: none;
}

.testimonial-arrow-left {
  color: #c3bdb1;
  text-shadow: 0 2px #fff3;
  font-family: "Fa Solid 900", sans-serif;
}

.icon-2 {
  display: none;
}

.left-arrow {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.slide-4 {
  padding-left: 7%;
  padding-right: 7%;
}

.portfolio-container {
  max-width: 1440px;
  padding-top: 117px;
  padding-left: 5%;
  padding-right: 5%;
}

.portfolio-title {
  color: var(--text);
  text-align: center;
  margin-bottom: 3px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
}

.portfolio-title.port-dl {
  text-align: left;
}

.div-block {
  background-color: var(--white-transparent);
  border-radius: 20px;
  box-shadow: 0 2px 5px 2px #0000001a;
}

.portfolio-section {
  background-color: #3333331a;
  background-image: url('../images/background-lines2.png');
  background-position: 0 174px;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 57px;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 0;
  padding-bottom: 80px;
}

.bento-basic {
  border: 1px solid var(--white);
  background-color: var(--white-transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
  box-shadow: 0 2px 5px 2px #0000001a;
}

.bento-basic.port-2 {
  background-image: url('../images/RA_Vision_2019_v1.png');
  background-position: 100% 38%;
  background-size: cover;
}

.bento-basic.port-3 {
  background-image: url('../images/agora_v12x.jpg');
  background-position: 0 -5px;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-4 {
  background-image: url('../images/winston_full.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30vh;
}

.bento-basic.port-5 {
  background-image: url('../images/Atlas_v1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-6 {
  background-image: url('../images/landingpage_v5.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-7 {
  background-image: url('../images/print-big-fish.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bento-basic.port-8 {
  background-image: url('../images/SeedPro-v1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-9 {
  background-image: url('../images/pioneer_product_32x.jpg');
  background-position: 50% 8%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-11 {
  background-image: url('../images/Wolverine_v4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-12 {
  background-image: url('../images/poiu_home_square.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-13 {
  background-image: url('../images/print-ign-mags.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-14, .bento-basic.port-15 {
  background-image: url('../images/PRM_Vision2019_v1c.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-16 {
  background-image: url('../images/ux-icons.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-17 {
  background-image: url('../images/large-os-illos.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bento-basic.port-18 {
  padding-top: 20px;
}

.mobile-seedpro {
  max-width: 90%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.image-3 {
  width: 80%;
}

.chart-hair-titles {
  flex-flow: column;
  justify-content: space-between;
  width: 25%;
  height: 100%;
  display: flex;
}

.chart-hair-image {
  height: 100%;
}

.chart-hair {
  height: 110%;
  margin-top: -7px;
}

.chart-hair-title {
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  line-height: 21px;
}

.chart-hair-legend-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.chart-face-box {
  background-color: var(--blue);
  width: 16px;
  height: 16px;
}

.text-block-3 {
  font-size: 11px;
}

.chart-hair-legend-wrapper-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.chart-head-box {
  background-color: var(--orange);
  width: 16px;
  height: 16px;
}

.chart-legend-title {
  font-size: 12px;
}

.chart-legend {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.skills-title {
  text-align: center;
  padding-bottom: 11px;
  font-size: 22px;
  font-weight: 700;
}

.resume-section {
  height: 80vh;
}

.thank-you-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.mobile-ding {
  max-width: 90%;
  padding-top: 35px;
  padding-bottom: 35px;
}

.modal-1 {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-vert {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: column;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-text {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.modal-img-horizontal {
  max-width: 80vh;
  max-height: 80vh;
}

.modal-title {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.modal-desc {
  text-align: center;
}

.modal-close {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.link-block {
  padding-top: .5rem;
  padding-right: .5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-2 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-container-horz {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-image-vert {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-text-vert {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-title-vert {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.modal-desc-vert {
  text-align: left;
}

.modal-close-2 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-bg-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-3 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-3 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-3 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-3 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-text-vert-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-img-vertical-3 {
  max-height: 80vh;
}

.modal-tags {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: wrap;
  padding-top: 7px;
  display: flex;
}

.modal-4 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-4 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-4 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-4 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-4 {
  max-height: 70vh;
}

.modal-text-vert-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-5 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-5 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-5 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-5 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-5 {
  max-height: 70vh;
}

.modal-text-vert-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-9 {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-6 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-vert-6 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: column;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-6 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-img-horz-6 {
  max-width: 80vh;
  max-height: 80vh;
}

.modal-text-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-7 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-7 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-7 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-5-copy, .modal-close-7 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-7 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-text-vert-7 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-img-vertical-7 {
  max-height: 70vh;
}

.modal-8 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-8 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-8 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-8 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-8 {
  max-height: 70vh;
}

.modal-text-vert-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-bg-9 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-vert-9 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: column;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-9 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-img-horz-9 {
  max-width: 80vh;
  max-height: 80vh;
}

.modal-text-9 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.model-6 {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.modal-10 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-10 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-10 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-10 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-10 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-10 {
  max-height: 70vh;
}

.modal-text-vert-10 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-11 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-11 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-11 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-11 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-11 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-11 {
  max-height: 70vh;
}

.modal-text-vert-11 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-12 {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-12 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-vert-12 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: column;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-12 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-img-horz-12 {
  max-width: 80vh;
  max-height: 80vh;
}

.modal-text-12 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-13 {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-13 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-vert-13 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: column;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-13 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-13 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-img-horz-13 {
  max-width: 80vh;
  max-height: 80vh;
}

.modal-text-13 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-14 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-14 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-14 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-14 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-14 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-14 {
  max-height: 70vh;
}

.modal-text-vert-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-15 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-15 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-15 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-15 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-15 {
  max-height: 70vh;
}

.modal-text-vert-15 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-16 {
  z-index: 500;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-16 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-horz-16 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: row;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-16 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-vert-16 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.modal-img-vertical-16 {
  max-height: 70vh;
}

.modal-text-vert-16 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.modal-17 {
  z-index: 500;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-17 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #000000c2;
  width: 100%;
  height: 100%;
}

.modal-container-vert-17 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #ffffffbf;
  border-radius: 20px;
  flex-flow: column;
  width: 1000px;
  padding: 3%;
  display: flex;
  position: absolute;
  box-shadow: 0 2px 17px 3px #0000005c;
}

.modal-close-17 {
  color: var(--text);
  font-size: 50px;
  transform: rotate(45deg);
}

.modal-image-17 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-img-horz-17 {
  max-width: 80vh;
  max-height: 80vh;
}

.modal-text-17 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  text-shadow: 0 2px 0 var(--white);
  font-size: 60px;
  line-height: 50px;
}

.thank-you-wrapper {
  background-color: #ffffff47;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  max-width: 50%;
  padding: 44px 44px 52px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0000001a;
}

.text-block-4 {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.my-cont-info-2 {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  border-top: 1px dashed #ada6a6;
  flex-flow: row;
  align-items: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  position: static;
}

.portfolio-link-wrapper-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-top: 10px;
  display: flex;
}

.portfolio-link-wrapper-2:hover {
  color: var(--green);
}

.portfolio-link-wrapper-2.link-brands {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--green);
}

.portfolio-link-wrapper-2b {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  padding-top: 10px;
  display: flex;
}

.portfolio-link-wrapper-2b.link-brands {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: var(--green);
}

.case-study-header {
  justify-content: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 42px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.case-study-title-wrapper {
  width: 60%;
  padding-right: 34px;
}

.case-study-image-wrapper {
  width: 40%;
  display: block;
}

.paragraph-2 {
  padding-top: 40px;
  padding-right: 59px;
  font-size: 16px;
  line-height: 27px;
}

.paragraph-2.p-extended {
  padding-top: 0;
}

.heading-5 {
  margin-top: 0;
  font-size: 36px;
  line-height: 36px;
}

.case-study-company {
  color: var(--orange);
}

.cs-icon {
  width: 50px;
  padding-bottom: 16px;
}

.cs-icon.cs-nav {
  width: auto;
  height: 40px;
}

.cs-icon.cs-nav.cs-nav-dis {
  margin-top: -6px;
}

.cs-icon.cs-nav.cs-nav-disney {
  height: 40px;
}

.cs-body-ra-1 {
  padding-top: 117px;
  position: static;
}

.cs-body-ra-1.cs-ra-1, .cs-body-ra-1.cs-ra-3 {
  background-color: #0000000d;
}

.cs-ra-body-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  max-width: 1440px;
  height: 80vh;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.cs-ra-images-left {
  width: 500px;
  max-width: 50%;
  display: block;
  position: relative;
}

.cs-ra-text-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.cs-ra-screen {
  max-width: 300px;
  position: absolute;
  top: 116px;
  right: 50px;
}

.cs-ra-screen.ra-1 {
  position: absolute;
  inset: 8% auto auto 7%;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-2 {
  position: absolute;
  inset: 20% auto auto 28%;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-3 {
  max-width: 350px;
  position: absolute;
  inset: 10% 21% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-4 {
  max-width: 350px;
  position: absolute;
  inset: 28% -5% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-5 {
  max-width: 350px;
  position: absolute;
  inset: 11% auto auto 0%;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-6 {
  max-width: 350px;
  position: absolute;
  inset: 42% auto auto 20%;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-7 {
  max-width: 250px;
  position: absolute;
  inset: 8% auto auto 0%;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-8 {
  max-width: 310px;
  position: absolute;
  inset: 0% 32% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.cs-ra-screen.ra-9 {
  z-index: 12;
  max-width: 150px;
  position: absolute;
  inset: 61% 35% auto auto;
}

.cs-ra-screen.ra-10 {
  z-index: 20;
  max-width: 150px;
  position: absolute;
  inset: 61% 0% auto auto;
}

.cs-ra-screen.print {
  z-index: 10;
  max-width: 360px;
  top: 256px;
  right: -57px;
  transform: rotate(15deg);
}

.image-6 {
  max-width: 300px;
  position: relative;
  top: 5%;
  left: 11px;
}

.text-block-5 {
  border-bottom: 1px dashed #a59e81;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 29px;
}

.text-block-5.cs-text-left {
  text-align: right;
}

.text-block-6 {
  color: var(--green);
  line-height: 23px;
}

.text-block-6.cs-text-left {
  text-align: right;
}

.cs-body-ra-2 {
  padding-top: 117px;
  position: static;
}

.cs-body-ra-2.cs-ra-bottom.cs-ra-4 {
  overflow: hidden;
}

.cs-ra-text-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 40%;
  display: flex;
}

.cs-ra-images-right {
  width: 500px;
  max-width: 50%;
  display: block;
  position: relative;
}

.cs-ra-body-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  max-width: 1440px;
  height: 80vh;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.text-block-7 {
  color: var(--orange);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 60px;
  line-height: 30px;
}

.case-study-nav-section {
  background-color: #00000014;
  justify-content: center;
  align-items: center;
  height: 30vh;
  display: flex;
}

.container-2 {
  max-width: 1440px;
}

.cs-nav-link {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding-top: 27px;
  display: flex;
}

.text-block-8 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 17px;
}

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

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.text-block-10 {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
}

.link-block-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  display: flex;
}

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

.cs-top-home {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  display: flex;
}

.grid-cs-3col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 28px;
}

.list {
  width: 80%;
}

.list-item, .list-item-2, .list-item-3 {
  padding-bottom: 15px;
}

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

.about-me-wrapper {
  grid-column-gap: 67px;
  grid-row-gap: 67px;
  border-bottom: 1px dashed #b4b4b4;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  height: 80vh;
  display: flex;
}

.about-me-chart {
  flex-flow: column;
  align-items: center;
  width: 40%;
  display: flex;
}

.about-me-text {
  width: 60%;
}

.image-7 {
  width: 100%;
  padding-bottom: 28px;
}

.about-me-body {
  padding-bottom: 31px;
  font-size: 16px;
  line-height: 28px;
}

.stats-heading {
  color: var(--green);
  text-transform: none;
  padding-bottom: 14px;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.stats-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: row;
  padding-bottom: 16px;
  display: flex;
}

.stat-item {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  width: 40%;
  display: flex;
}

.text-block-12 {
  color: var(--orange);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 19px;
}

.text-block-13 {
  font-size: 16px;
}

.text-block-14 {
  color: var(--orange);
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
}

.text-block-14:hover {
  color: var(--green);
}

.div-block-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffffff42;
  border-radius: 140px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.resume-link {
  color: var(--text);
}

.resume-link:hover {
  color: var(--orange);
}

.portfolio-link {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #eee0;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.portfolio-link:hover {
  color: var(--green);
}

.portfolio-link.port-dl {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
}

.link-3 {
  padding-top: 19px;
}

.kernel-samples-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000000d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.kernel-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.kernel-wrapper {
  max-width: 1440px;
}

.kernel-samples-section2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000000d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.kernel-wrapper2 {
  column-count: 5;
  flex-flow: column;
  align-items: flex-start;
  column-gap: 25px;
  max-width: 1440px;
  padding: 50px 5%;
  display: block;
  position: static;
}

.kernel-images {
  padding-bottom: 20px;
}

.kernel-examples-intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-15 {
  text-align: center;
  width: 450px;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.programs-section-1 {
  background-color: #0000000d;
}

.programs-section-2 {
  background-color: #0000;
}

.programs-section-wrapper-1 {
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.program-1 {
  height: 800px;
  display: flex;
  position: relative;
}

.program-text-1 {
  flex-flow: column;
  align-self: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.program-image-1 {
  width: 60%;
  position: relative;
  overflow: visible;
}

.program-heading-left {
  text-align: right;
  font-size: 26px;
  line-height: 31px;
}

.program-desc-left {
  text-align: right;
  width: 390px;
}

.dcp-1 {
  width: 300px;
  position: absolute;
  inset: 14% auto auto 10%;
  box-shadow: 0 2px 20px 5px #0003;
}

.dcp-2 {
  width: 300px;
  position: absolute;
  inset: 31% auto auto 32%;
  box-shadow: 0 2px 20px 5px #0003;
}

.dcp-3 {
  width: 300px;
  position: absolute;
  inset: 18% auto auto 55%;
  box-shadow: 0 2px 20px 5px #0003;
}

.programs-section-wrapper-2 {
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.program-2 {
  height: 800px;
  display: flex;
  position: relative;
}

.program-text-2 {
  flex-flow: column;
  align-self: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.program-image-2 {
  width: 60%;
  position: relative;
}

.program-heading-right {
  text-align: left;
  font-size: 26px;
  line-height: 31px;
}

.program-desc-right {
  text-align: left;
  width: 390px;
}

.dcs-1 {
  width: 300px;
  position: absolute;
  inset: 14% 51% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.dcs-2 {
  width: 300px;
  position: absolute;
  inset: 9% 9% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.dcs-3 {
  width: 300px;
  position: absolute;
  inset: 29% 26% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.dm-1 {
  width: 250px;
  position: absolute;
  inset: 14% auto auto 20%;
  box-shadow: 0 2px 20px 5px #0003;
}

.dm-2 {
  z-index: 20;
  width: 350px;
  position: absolute;
  inset: 46% auto auto 8%;
  box-shadow: 0 2px 20px 5px #0003;
}

.dm-3 {
  width: 250px;
  position: absolute;
  inset: 17% auto auto 45%;
  box-shadow: 0 2px 20px 5px #0003;
}

.dip-1 {
  width: 300px;
  position: absolute;
  inset: 12% auto auto 11%;
  box-shadow: 0 2px 20px 5px #0003;
}

.dip-2 {
  width: 300px;
  position: absolute;
  inset: 7% 11% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.dip-3 {
  width: 300px;
  position: absolute;
  inset: 29% 35% auto auto;
  box-shadow: 0 2px 20px 5px #0003;
}

.dpi-1 {
  width: 300px;
  position: absolute;
  inset: 11% auto auto 34%;
  box-shadow: 0 2px 20px 5px #0003;
}

.dpi-2 {
  width: 350px;
  position: absolute;
  inset: 32% auto auto 9%;
  box-shadow: 0 2px 20px 5px #0003;
}

.port-download-section {
  background-color: #f7f7f7;
  flex-flow: row;
  justify-content: space-between;
  max-width: 100%;
  padding: 35px 5%;
  display: flex;
}

.port-dl-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.image-8, .image-9, .image-10, .image-11 {
  max-width: 200px;
  max-height: 112px;
}

@media screen and (max-width: 991px) {
  .hero-container {
    flex-flow: row;
    justify-content: flex-start;
    width: auto;
    height: 15vh;
  }

  .hero-text-wrapper {
    width: 75%;
  }

  .heading {
    width: auto;
    font-size: 50px;
    line-height: 37px;
  }

  .heading.home-heading {
    width: 110%;
    line-height: 66px;
  }

  .numbers-container {
    padding-bottom: 14%;
  }

  .page-top-wrapper {
    flex-flow: column;
  }

  .heading-3.case-study-header.home-header-cs {
    padding-left: 0%;
  }

  .cs-content {
    padding: 30px 25px;
  }

  .cs-image.cs-card-1 {
    background-position: 0 110%;
  }

  .cs-image.cs-card-1.card-2 {
    background-position: 0 120%;
  }

  .cs-image.cs-card-1.card-3 {
    background-position: 0 100%;
  }

  .cs-image.cs-card-1.card-4 {
    background-position: 0 140%;
  }

  .cs-headline-text {
    font-size: 36px;
    line-height: 37px;
  }

  .cs-subhead-text {
    font-size: 19px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .testimonials-container {
    display: block;
    overflow: hidden;
  }

  .my-cont-info {
    width: 25%;
  }

  .testimonial-wrapper {
    flex: 0 auto;
    justify-content: space-between;
  }

  .testimonial-name {
    font-size: 23px;
  }

  .testimonial-title {
    font-size: 11px;
  }

  .testimonial-text {
    font-size: 13px;
    line-height: 21px;
  }

  .testimonial-slide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
  }

  .right-arrow {
    margin-right: -10px;
  }

  .testimonial-arrow-left {
    line-height: 20px;
  }

  .left-arrow {
    margin-left: -10px;
    margin-right: 0;
  }

  .portfolio-section {
    display: block;
  }

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

  .bento-basic.port-3 {
    height: 210px;
  }

  .bento-basic.port-5 {
    background-position: 11% 0;
  }

  .bento-basic.port-7 {
    background-size: cover;
  }

  .bento-basic.port-8 {
    height: 123px;
  }

  .bento-basic.port-16 {
    height: 210px;
  }

  .mobile-seedpro {
    height: 21vh;
  }

  .mobile-ding {
    height: 28vh;
  }

  .modal-container-vert {
    width: 90%;
  }

  .modal-img-horizontal {
    max-width: 60vh;
  }

  .modal-container-horz {
    width: 90vw;
  }

  .modal-container-horz-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90vw;
  }

  .modal-tags {
    flex-flow: wrap;
    display: flex;
  }

  .modal-4 {
    display: none;
  }

  .modal-container-horz-4 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-5 {
    display: none;
  }

  .modal-container-horz-5 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-container-vert-6 {
    width: 90%;
  }

  .modal-img-horz-6 {
    max-width: 60vh;
  }

  .modal-7 {
    display: none;
  }

  .modal-container-horz-7 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-8 {
    display: none;
  }

  .modal-container-horz-8 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-container-vert-9 {
    width: 90%;
  }

  .modal-img-horz-9 {
    max-width: 60vh;
  }

  .modal-10 {
    display: none;
  }

  .modal-container-horz-10 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-11 {
    display: none;
  }

  .modal-container-horz-11 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-container-vert-12 {
    width: 90%;
  }

  .modal-img-horz-12 {
    max-width: 60vh;
  }

  .modal-container-vert-13 {
    width: 90%;
  }

  .modal-img-horz-13 {
    max-width: 60vh;
  }

  .modal-14 {
    display: none;
  }

  .modal-bg-14 {
    display: block;
  }

  .modal-container-horz-14 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-15 {
    display: none;
  }

  .modal-bg-15 {
    display: block;
  }

  .modal-container-horz-15 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-16 {
    display: none;
  }

  .modal-bg-16 {
    display: block;
  }

  .modal-container-horz-16 {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
  }

  .modal-container-vert-17 {
    width: 90%;
  }

  .modal-img-horz-17 {
    max-width: 60vh;
  }

  .heading-4 {
    text-align: center;
  }

  .my-cont-info-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    width: 100%;
  }

  .case-study-header, .case-study-header.cs-second-theme {
    flex-flow: row;
  }

  .case-study-title-wrapper {
    width: 60%;
    padding-right: 0;
  }

  .case-study-image-wrapper {
    order: 0;
    width: 40%;
    padding-bottom: 42px;
  }

  .paragraph-2 {
    padding-right: 20px;
  }

  .cs-ra-screen.ra-1 {
    max-width: 250px;
    inset: 0% auto auto 4%;
  }

  .cs-ra-screen.ra-2 {
    max-width: 250px;
    inset: 29% auto auto 17%;
  }

  .cs-ra-screen.ra-3 {
    max-width: 300px;
    inset: 9% 12% auto auto;
  }

  .cs-ra-screen.ra-4 {
    max-width: 300px;
    inset: 40% 3% auto auto;
  }

  .cs-ra-screen.ra-5 {
    max-width: 300px;
    left: 4%;
  }

  .cs-ra-screen.ra-6 {
    max-width: 300px;
    top: 50%;
    left: 10%;
  }

  .cs-ra-screen.ra-7 {
    max-width: 200px;
    top: 17%;
    right: 25%;
  }

  .cs-ra-screen.ra-8 {
    max-width: 250px;
    right: 5%;
  }

  .cs-ra-screen.ra-9 {
    z-index: 20;
    max-width: 100px;
    top: 66%;
    right: 16%;
  }

  .cs-ra-screen.ra-10 {
    max-width: 100px;
    top: 66%;
    right: 2%;
  }

  .cs-ra-screen.print {
    max-width: 320px;
    inset: auto auto 23% 6%;
    transform: rotate(-18deg);
  }

  .case-study-nav-section {
    height: 70vh;
  }

  .grid-cs-3col {
    grid-template-columns: 1fr 1fr;
  }

  .about-me-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 58px;
  }

  .about-me-chart {
    width: 50%;
  }

  .about-me-text {
    align-self: flex-start;
    width: 50%;
  }

  .about-me-body {
    font-size: 14px;
    line-height: 22px;
  }

  .stats-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
  }

  .stat-item {
    width: 50%;
  }

  .text-block-13 {
    font-size: 14px;
  }

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

  .portfolio-link.port-dl {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .kernel-wrapper2 {
    column-gap: 13px;
  }

  .kernel-images {
    padding-bottom: 11px;
  }

  .program-1 {
    flex-flow: column;
  }

  .program-text-1 {
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .program-image-1 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 42px;
    display: flex;
  }

  .program-desc-left {
    text-align: center;
    width: 90%;
  }

  .dcp-1 {
    z-index: 20;
    width: 25%;
    position: static;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .dcp-2 {
    width: 25%;
    position: static;
    top: 35%;
    right: 58%;
  }

  .dcp-3 {
    width: 25%;
    position: static;
    top: 35%;
    right: 12%;
  }

  .program-2 {
    flex-flow: column;
  }

  .program-text-2 {
    order: -1;
    align-items: center;
    width: 100%;
    padding-top: 20px;
  }

  .program-image-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 19px;
    display: flex;
  }

  .program-heading-right {
    text-align: center;
  }

  .program-desc-right {
    text-align: center;
    width: 90%;
  }

  .dcs-1 {
    width: 25%;
    position: static;
    top: 27%;
    left: 4%;
  }

  .dcs-2 {
    width: 25%;
    position: static;
    top: 27%;
    left: 55%;
  }

  .dcs-3 {
    width: 25%;
    position: static;
    top: 37%;
    left: 33%;
  }

  .dm-1 {
    width: 25%;
    position: static;
    top: 23%;
    right: 56%;
  }

  .dm-2 {
    width: 40%;
    position: static;
    right: 24%;
  }

  .dm-3 {
    width: 25%;
    position: static;
    top: 22%;
    right: 8%;
  }

  .dip-2 {
    width: 250px;
    position: static;
    top: 36%;
    left: 55%;
  }

  .dip-3 {
    width: 280px;
    position: static;
    top: 36%;
  }

  .dpi-1 {
    width: 30%;
    position: static;
    top: 35%;
    right: 8%;
  }

  .dpi-2 {
    width: 30%;
    position: static;
    top: 39%;
    right: 43%;
  }

  .port-download-section {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
  }

  .port-dl-images {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .image-8, .image-9, .image-10, .image-11 {
    max-width: 300px;
    max-height: 169px;
  }
}

@media screen and (max-width: 767px) {
  .hero-container {
    height: 23vh;
    padding-bottom: 18%;
  }

  .hero-container.home-hero {
    height: 100vh;
  }

  .hero-text-wrapper {
    width: 70%;
  }

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

  .heading.home-heading {
    font-size: 60px;
    line-height: 50px;
  }

  .heading-2 {
    font-size: 12px;
  }

  .heading-2.home-name {
    font-size: 15px;
  }

  .hero-divider {
    width: 93px;
  }

  .hero-divider-2 {
    width: 320px;
  }

  .num-kpi {
    font-size: 45px;
  }

  .num-kpi.num-3 {
    font-size: 38px;
  }

  .page-top-wrapper {
    padding-top: 48px;
  }

  .case-studies-section {
    height: 470vh;
  }

  .case-study-card.cs-card-1 {
    height: 80vh;
    margin-bottom: 8.5rem;
  }

  .case-study-card.cs-card-2, .case-study-card.cs-card-3, .case-study-card.cs-card-4 {
    height: 80vh;
  }

  .cs-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    width: 100%;
    padding: 29px 20px;
  }

  .cs-image.cs-card-1 {
    background-position: 0 -110%;
    display: none;
  }

  .cs-text-block {
    width: 50%;
  }

  .cs-body-block {
    width: 50%;
    margin-top: -20px;
  }

  .paragraph, .paragraph.card-2, .paragraph.card-3, .paragraph.card-4 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    line-height: 17px;
  }

  .testimonials-container {
    overflow: hidden;
  }

  .my-cont-info {
    width: 30%;
  }

  .link-text {
    font-size: 12px;
  }

  .testimonial-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    width: 100%;
    padding-bottom: 22px;
  }

  .testimonial-name {
    line-height: 24px;
  }

  .testimonial-title {
    line-height: 17px;
  }

  .testimonial-top {
    width: 30%;
    display: block;
  }

  .testimonial-bottom {
    width: 70%;
  }

  .slide-1 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-slide {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow {
    margin-right: -10px;
    position: absolute;
    inset: 1.5% 5% auto auto;
    overflow: visible;
  }

  .left-arrow {
    justify-content: flex-start;
    margin-left: -10px;
    inset: 1.5% 14% auto auto;
    overflow: visible;
  }

  .grid-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .bento-basic.port-7 {
    background-position: 50%;
    background-size: cover;
  }

  .bento-basic.port-8 {
    height: 100px;
  }

  .chart-hair-title {
    font-size: 18px;
  }

  .skills-title {
    padding-bottom: 27px;
    font-size: 21px;
  }

  .mobile-ding {
    height: 21vh;
  }

  .modal-img-horizontal {
    max-width: 44vh;
    max-height: 80vh;
  }

  .modal-desc {
    display: none;
  }

  .modal-desc-vert {
    font-size: 14px;
    display: none;
  }

  .modal-tags {
    display: flex;
  }

  .modal-img-horz-6, .modal-img-horz-9, .modal-img-horz-12, .modal-img-horz-13, .modal-img-horz-17 {
    max-width: 44vh;
    max-height: 80vh;
  }

  .heading-4 {
    text-align: center;
  }

  .my-cont-info-2 {
    width: 100%;
  }

  .case-study-header, .case-study-header.cs-second-theme {
    flex-flow: column;
  }

  .case-study-title-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .case-study-image-wrapper {
    width: 100%;
    padding-top: 46px;
  }

  .cs-ra-body-left {
    flex-flow: column;
  }

  .cs-ra-images-left {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .cs-ra-text-right {
    max-width: 100%;
  }

  .cs-ra-screen.ra-1 {
    max-width: 200px;
    position: static;
    inset: 0% auto auto 6%;
  }

  .cs-ra-screen.ra-2 {
    max-width: 200px;
    position: static;
    inset: 0% auto auto 43%;
  }

  .cs-ra-screen.ra-3 {
    max-width: 240px;
    position: static;
  }

  .cs-ra-screen.ra-4 {
    flex: 0 auto;
    max-width: 240px;
    position: static;
  }

  .cs-ra-screen.ra-5 {
    max-width: 230px;
    position: static;
  }

  .cs-ra-screen.ra-6 {
    max-width: 250px;
    position: static;
  }

  .cs-ra-screen.ra-7 {
    max-width: 235px;
    position: static;
  }

  .cs-ra-screen.ra-8, .cs-ra-screen.ra-9, .cs-ra-screen.ra-10 {
    position: static;
  }

  .cs-ra-screen.print {
    max-width: 250px;
    left: 52%;
    transform: rotate(0);
  }

  .cs-body-ra-2.cs-ra-bottom {
    height: 140vh;
  }

  .cs-ra-text-left {
    max-width: 100%;
  }

  .cs-ra-images-right {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: wrap;
    order: -1;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .cs-ra-body-right {
    flex-flow: column;
  }

  .grid-cs-3col {
    grid-template-columns: 1fr;
  }

  .about-me-wrapper {
    flex-flow: column;
    height: 570vh;
  }

  .about-me-chart {
    width: 100%;
    padding: 4px 56px;
  }

  .about-me-text {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .kernel-wrapper2 {
    column-count: 3;
  }

  .dcp-1 {
    width: 250px;
    top: 50%;
  }

  .dcp-2 {
    width: 200px;
    top: 40%;
  }

  .dcp-3 {
    width: 200px;
    top: 40%;
    right: 3%;
  }

  .dcs-1 {
    width: 250px;
    left: 0%;
  }

  .dcs-2 {
    width: 250px;
    left: 50%;
  }

  .dcs-3 {
    width: 250px;
    top: 46%;
  }

  .dm-1 {
    right: 50%;
  }

  .dm-2 {
    right: 15%;
  }

  .dm-3 {
    right: 0%;
  }

  .dip-2 {
    width: 220px;
    top: 40%;
  }

  .dip-3 {
    width: 250px;
    top: 40%;
    left: 3%;
  }

  .dpi-1 {
    width: 250px;
    top: 44%;
  }

  .dpi-2 {
    width: 250px;
    top: 56%;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    flex-flow: column;
    height: 30vh;
  }

  .hero-container.home-hero {
    height: 76vh;
  }

  .hero-text-wrapper {
    flex-flow: column;
    align-self: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading {
    text-align: center;
    font-size: 3rem;
    line-height: 2.7rem;
  }

  .heading.home-heading {
    text-align: center;
    width: auto;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-2 {
    text-align: center;
    padding-top: 22px;
    font-size: 12px;
  }

  .heading-2.home-name {
    font-size: 17px;
    line-height: 22px;
  }

  .color-bars {
    justify-content: center;
  }

  .hero-divider {
    margin-top: 3px;
  }

  .hero-divider-2 {
    width: 80%;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .numbers-bento.num-2.bento-photo-1 {
    background-position: 61% 20%;
    height: 210px;
  }

  .numbers-bento.c-scroll {
    display: none;
  }

  .page-top-wrapper {
    background-position: 45% 0;
    background-size: 210%;
    padding-top: 116px;
  }

  .case-studies-section {
    height: 380vh;
  }

  .case-study-card.cs-card-1 {
    flex-flow: column;
    justify-content: space-between;
    height: 80vh;
    margin-bottom: 6rem;
    top: 9%;
  }

  .case-study-card.cs-card-2 {
    flex-flow: column;
    justify-content: space-between;
    height: 80vh;
    margin-bottom: 4rem;
  }

  .case-study-card.cs-card-3 {
    flex-flow: column;
    justify-content: space-between;
    height: 80vh;
    margin-bottom: 2rem;
    top: 15%;
  }

  .case-study-card.cs-card-4 {
    flex-flow: column;
    justify-content: space-between;
    height: 80vh;
    margin-bottom: 0;
    top: 18%;
  }

  .cs-content {
    width: 100%;
  }

  .cs-image.cs-card-1 {
    background-position: 40%;
    background-size: 390px;
    width: 100%;
    height: 250px;
  }

  .cs-image.cs-card-1.card-2 {
    background-position: 50%;
    background-size: auto 360px;
  }

  .cs-image.cs-card-1.card-3 {
    background-position: 20% 2%;
    background-size: auto 400px;
  }

  .cs-image.cs-card-1.card-4 {
    background-image: url('../images/cs-4-hero.png');
    background-repeat: no-repeat;
    background-size: auto 500px;
    background-attachment: scroll;
  }

  .cs-headline-text {
    font-size: 30px;
    line-height: 30px;
  }

  .cs-headline-text.card-3 {
    font-size: 27px;
  }

  .cs-subhead-text {
    padding-top: 13px;
    padding-bottom: 19px;
    line-height: 20px;
  }

  .cs-subhead-text.card-3 {
    padding-top: 11px;
  }

  .cs-tag-wrapper {
    flex-flow: wrap;
  }

  .cs-tag.modal-tag {
    display: block;
  }

  .paragraph {
    border-bottom-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .my-cont-info {
    align-self: auto;
    width: auto;
    padding-top: 0;
  }

  .testimonial-name {
    font-size: 17px;
    line-height: 19px;
  }

  .testimonial-title {
    line-height: 17px;
  }

  .testimonial-quote {
    font-size: 27px;
    line-height: 10px;
  }

  .testimonial-slide {
    padding-bottom: 58px;
  }

  .left-arrow {
    right: 18%;
  }

  .portfolio-container {
    padding-top: 46px;
  }

  .portfolio-section {
    background-position: 0 206px;
    background-size: contain;
  }

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

  .bento-basic.port-2 {
    height: 200px;
  }

  .bento-basic.port-5 {
    height: 145px;
  }

  .bento-basic.port-6 {
    height: 200px;
  }

  .bento-basic.port-7 {
    background-size: contain;
    height: 240px;
  }

  .bento-basic.port-8, .bento-basic.port-11 {
    height: 160px;
  }

  .bento-basic.port-12 {
    height: 200px;
  }

  .bento-basic.port-17 {
    background-position: 0 0;
    background-size: cover;
    height: 186px;
  }

  .thank-you-section {
    height: 60vh;
    margin-top: 53px;
  }

  .modal-container-vert {
    align-items: center;
  }

  .modal-text {
    flex-flow: column;
    display: none;
  }

  .modal-img-horizontal {
    max-width: 24vh;
    max-height: none;
  }

  .modal-2 {
    display: none;
  }

  .modal-container-horz {
    flex-flow: column;
  }

  .modal-image-vert {
    width: 100%;
  }

  .modal-text-vert {
    width: 100%;
    display: none;
  }

  .modal-desc-vert {
    display: block;
  }

  .modal-container-horz-3 {
    flex-flow: column;
  }

  .modal-image-vert-3 {
    width: 100%;
  }

  .modal-text-vert-3 {
    width: 100%;
    display: none;
  }

  .modal-tags {
    flex: none;
    display: flex;
  }

  .modal-container-horz-4 {
    flex-flow: column;
  }

  .modal-image-vert-4 {
    width: 100%;
  }

  .modal-text-vert-4 {
    display: none;
  }

  .modal-container-horz-5 {
    flex-flow: column;
  }

  .modal-image-vert-5 {
    width: 100%;
  }

  .modal-text-vert-5 {
    display: none;
  }

  .modal-container-vert-6 {
    align-items: center;
  }

  .modal-img-horz-6 {
    max-width: 24vh;
    max-height: none;
  }

  .modal-text-6 {
    flex-flow: column;
    display: none;
  }

  .modal-container-horz-7 {
    flex-flow: column;
  }

  .modal-image-vert-7 {
    width: 100%;
  }

  .modal-text-vert-7 {
    display: none;
  }

  .modal-container-horz-8 {
    flex-flow: column;
  }

  .modal-image-vert-8 {
    width: 100%;
  }

  .modal-text-vert-8 {
    display: none;
  }

  .modal-container-vert-9 {
    align-items: center;
  }

  .modal-img-horz-9 {
    max-width: 24vh;
    max-height: none;
  }

  .modal-text-9 {
    flex-flow: column;
    display: none;
  }

  .modal-container-horz-10 {
    flex-flow: column;
  }

  .modal-image-vert-10 {
    width: 100%;
  }

  .modal-text-vert-10 {
    display: none;
  }

  .modal-container-horz-11 {
    flex-flow: column;
  }

  .modal-image-vert-11 {
    width: 100%;
  }

  .modal-text-vert-11 {
    display: none;
  }

  .modal-container-vert-12 {
    align-items: center;
  }

  .modal-img-horz-12 {
    max-width: 24vh;
    max-height: none;
  }

  .modal-text-12 {
    flex-flow: column;
    display: none;
  }

  .modal-container-vert-13 {
    align-items: center;
  }

  .modal-img-horz-13 {
    max-width: 24vh;
    max-height: none;
  }

  .modal-text-13 {
    flex-flow: column;
    display: none;
  }

  .modal-container-horz-14 {
    flex-flow: column;
  }

  .modal-image-vert-14 {
    width: 100%;
  }

  .modal-text-vert-14 {
    display: none;
  }

  .modal-container-horz-15 {
    flex-flow: column;
  }

  .modal-image-vert-15 {
    width: 100%;
  }

  .modal-text-vert-15 {
    display: none;
  }

  .modal-container-horz-16 {
    flex-flow: column;
  }

  .modal-image-vert-16 {
    width: 100%;
  }

  .modal-text-vert-16 {
    display: none;
  }

  .modal-container-vert-17 {
    align-items: center;
  }

  .modal-img-horz-17 {
    max-width: 24vh;
    max-height: none;
  }

  .modal-text-17 {
    flex-flow: column;
    display: none;
  }

  .thank-you-wrapper {
    max-width: 90%;
    padding: 25px;
  }

  .my-cont-info-2 {
    align-self: auto;
    width: auto;
    padding-top: 12px;
  }

  .case-study-image-wrapper {
    width: 100%;
  }

  .paragraph-2 {
    padding-right: 0;
  }

  .cs-body-ra-1.cs-ra-1 {
    height: 120vh;
  }

  .cs-body-ra-1.cs-ra-3 {
    height: 118vh;
  }

  .cs-ra-images-left {
    flex-flow: column;
    position: relative;
  }

  .cs-ra-screen.ra-2 {
    position: relative;
    top: -11%;
    left: 27%;
  }

  .cs-ra-screen.ra-3 {
    position: relative;
    top: 0%;
    right: 0%;
  }

  .cs-ra-screen.ra-4 {
    position: relative;
    top: -12%;
    right: -15%;
  }

  .cs-ra-screen.ra-5 {
    position: relative;
    top: -7%;
    left: 3%;
  }

  .cs-ra-screen.ra-6 {
    position: relative;
    top: -16%;
  }

  .cs-ra-screen.ra-7 {
    position: relative;
    top: -4%;
    right: -1%;
  }

  .cs-ra-screen.ra-8 {
    position: relative;
    top: -11%;
    right: -6%;
  }

  .cs-ra-screen.ra-9 {
    position: relative;
    top: -26%;
    right: -22%;
  }

  .cs-ra-screen.ra-10 {
    position: relative;
    top: -26%;
    right: -19%;
  }

  .cs-ra-screen.print {
    inset: auto 14% 4% auto;
  }

  .cs-body-ra-2.cs-ra-bottom.cs-ra-4 {
    height: 130vh;
  }

  .cs-body-ra-2.cs-ra-2 {
    height: 110vh;
  }

  .cs-ra-images-right {
    height: 122vh;
  }

  .case-study-nav-section {
    height: 100vh;
  }

  .grid-cs-3col, .grid-cs-2col {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-me-wrapper {
    height: 200vh;
  }

  .about-me-chart {
    padding-left: 10px;
    padding-right: 10px;
  }

  .kernel-wrapper2 {
    column-count: 2;
  }

  .text-block-15 {
    width: 90%;
  }

  .program-1 {
    height: 740px;
  }

  .program-image-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 36px 0 32px;
    display: flex;
    overflow: hidden;
  }

  .program-heading-left {
    text-align: center;
    font-size: 23px;
  }

  .dcp-1 {
    width: 170px;
    position: static;
    top: 65%;
    left: 22%;
  }

  .dcp-2 {
    width: 120px;
    position: static;
    top: 55%;
    right: 56%;
  }

  .dcp-3 {
    width: 120px;
    position: static;
    top: 55%;
    right: 2%;
  }

  .program-2 {
    height: 720px;
  }

  .program-image-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 33px;
    padding-bottom: 33px;
    display: flex;
    overflow: hidden;
  }

  .dcs-1, .dcs-2, .dcs-3, .dm-1, .dm-2, .dm-3, .dip-2, .dip-3, .dpi-1, .dpi-2 {
    width: 120px;
    position: static;
  }
}

#w-node-d0816dbf-2f74-2620-aacc-c784f878aef0-009669bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: auto;
}

#w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-009669bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e9700c77-56a5-569a-b6fe-e1633b222bc7-009669bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_3b4eada0-280f-ae7d-d135-3db25b30adea-009669bc, #w-node-_98bfe1c2-e74e-2f25-70f5-fa8b1521d581-009669bc, #w-node-_7c7e6dad-2a7d-7341-744c-3520c4584d29-009669bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_30965d23-46fb-3c6c-9c3d-90c25a812cca-009669bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0eba8688-da13-132f-352a-b3407f1cc881-009669bc, #w-node-_3cd1a32d-5027-e678-97c6-7153b86ad649-009669bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98356ffe-e648-c928-5dc4-07715cc2d3a8-009669bc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_228360c2-8278-3e36-6b3a-3607404df217-009669bc, #w-node-b456e68b-e4cf-8fc2-c6ad-bc2f8e950df1-009669bc, #w-node-_00209e64-9b21-9bf4-05fc-ddb515a90c76-009669bc, #w-node-cbd4f528-9b2f-f9d4-a1f3-bd689cb599e5-009669bc, #w-node-e9a3e76b-48fe-1833-e5d9-31980f4ca2da-009669bc, #w-node-_777d6ac0-3252-b02e-62f4-d14fd236ca7e-009669bc, #w-node-cc47a89a-073f-2c81-6cf6-df68d73d6108-009669bc, #w-node-cc47a89a-073f-2c81-6cf6-df68d73d6109-009669bc, #w-node-cc47a89a-073f-2c81-6cf6-df68d73d610a-009669bc, #w-node-cc47a89a-073f-2c81-6cf6-df68d73d610b-009669bc, #w-node-cc47a89a-073f-2c81-6cf6-df68d73d610c-009669bc, #w-node-cc47a89a-073f-2c81-6cf6-df68d73d610d-009669bc, #w-node-_5cd90e2b-0ab2-d5a0-35cf-7f89d1fab45a-009669bc, #w-node-_5cd90e2b-0ab2-d5a0-35cf-7f89d1fab45b-009669bc, #w-node-_5cd90e2b-0ab2-d5a0-35cf-7f89d1fab45c-009669bc, #w-node-_5cd90e2b-0ab2-d5a0-35cf-7f89d1fab45d-009669bc, #w-node-_5cd90e2b-0ab2-d5a0-35cf-7f89d1fab45e-009669bc, #w-node-_5cd90e2b-0ab2-d5a0-35cf-7f89d1fab45f-009669bc, #w-node-c365060e-4834-d927-5a6e-901909c2891b-009669bc, #w-node-c365060e-4834-d927-5a6e-901909c2891c-009669bc, #w-node-c365060e-4834-d927-5a6e-901909c2891d-009669bc, #w-node-c365060e-4834-d927-5a6e-901909c2891e-009669bc, #w-node-c365060e-4834-d927-5a6e-901909c2891f-009669bc, #w-node-c365060e-4834-d927-5a6e-901909c28920-009669bc {
  place-self: center;
}

#w-node-_6f24aef1-88f7-96f2-6724-819e2d93b15d-009669bc {
  justify-self: auto;
}

#w-node-_21dd4c7b-c94a-3af2-f5bb-801d8a15cddc-009669bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0f5d657-22e8-1c18-5b19-4c74c92fc569-009669bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59a356be-3bb6-4f0f-4ef4-cbb77114b5a2-009669bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fc0b4eed-9581-5ab4-230d-fb57226576da-009669bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0dc819c-53ea-9154-cef9-457209399a76-009669bc, #w-node-c0c0ad26-72a1-1b19-2956-afa2e4d5dd1d-009669bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0cafb504-75ec-2c88-858d-7921b766a00b-009669bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_087dd0e4-7122-064b-d60e-2ae62462da7a-009669bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e4cf451d-ca14-56f2-f134-e3ede1857fff-009669bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_7bf5960e-311d-1af5-d9b2-c1fbcfd08e02-009669bc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-5fa2d23e, #w-node-bdf0b276-d741-b254-a176-2df45185429e-5fa2d23e, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-5fa2d23e, #w-node-_737a3d71-076d-38e9-33a8-04a0e5e63572-5fa2d23e, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-5fa2d23e, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-5fa2d23e, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-5fa2d23e, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-5fa2d23e, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-0705de4b, #w-node-bdf0b276-d741-b254-a176-2df45185429e-0705de4b, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-0705de4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-d9bcfbcb-b196-9ee1-e194-b5c7bf3900b5-0705de4b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_59ed0436-d545-ddfa-d3e5-f3521d2751f8-0705de4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8dd5e14-6292-02ed-8074-8be0e65c5a1c-0705de4b, #w-node-_9cd85ae1-68ec-c69e-916d-db947d3a66f7-0705de4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf436a0-407e-ac92-8fdf-2d9b41699187-0705de4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4262379c-9fb7-8d36-fe77-80c8fb4bf8bf-0705de4b, #w-node-e45e80cf-f6c8-60bf-4f61-744d2d7e0415-0705de4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-0705de4b, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-0705de4b, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-0705de4b, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-0705de4b, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-2a3f9624, #w-node-bdf0b276-d741-b254-a176-2df45185429e-2a3f9624, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-2a3f9624, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-2a3f9624, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-2a3f9624, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-2a3f9624, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-2a3f9624, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-55e88e49, #w-node-bdf0b276-d741-b254-a176-2df45185429e-55e88e49, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-55e88e49, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-55e88e49, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-55e88e49, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-55e88e49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-d0816dbf-2f74-2620-aacc-c784f878aef0-009669bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-009669bc, #w-node-_3b4eada0-280f-ae7d-d135-3db25b30adea-009669bc, #w-node-_98bfe1c2-e74e-2f25-70f5-fa8b1521d581-009669bc, #w-node-_7c7e6dad-2a7d-7341-744c-3520c4584d29-009669bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }

  #w-node-_30965d23-46fb-3c6c-9c3d-90c25a812cca-009669bc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_0eba8688-da13-132f-352a-b3407f1cc881-009669bc, #w-node-_3cd1a32d-5027-e678-97c6-7153b86ad649-009669bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-5fa2d23e, #w-node-bdf0b276-d741-b254-a176-2df45185429e-5fa2d23e, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-5fa2d23e, #w-node-_737a3d71-076d-38e9-33a8-04a0e5e63572-5fa2d23e, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-5fa2d23e, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-5fa2d23e, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-5fa2d23e, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-5fa2d23e, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-0705de4b, #w-node-bdf0b276-d741-b254-a176-2df45185429e-0705de4b, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-0705de4b, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-0705de4b, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-0705de4b, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-0705de4b, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-0705de4b, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-2a3f9624, #w-node-bdf0b276-d741-b254-a176-2df45185429e-2a3f9624, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-2a3f9624, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-2a3f9624, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-2a3f9624, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-2a3f9624, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-2a3f9624, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-55e88e49, #w-node-bdf0b276-d741-b254-a176-2df45185429e-55e88e49, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-55e88e49, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-55e88e49, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-55e88e49, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-55e88e49 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d0816dbf-2f74-2620-aacc-c784f878aef0-009669bc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-009669bc, #w-node-e9700c77-56a5-569a-b6fe-e1633b222bc7-009669bc, #w-node-_3b4eada0-280f-ae7d-d135-3db25b30adea-009669bc, #w-node-_98bfe1c2-e74e-2f25-70f5-fa8b1521d581-009669bc, #w-node-_7c7e6dad-2a7d-7341-744c-3520c4584d29-009669bc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: auto;
  }

  #w-node-_0eba8688-da13-132f-352a-b3407f1cc881-009669bc, #w-node-_3cd1a32d-5027-e678-97c6-7153b86ad649-009669bc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_6f24aef1-88f7-96f2-6724-819e2d93b15d-009669bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-f0f5d657-22e8-1c18-5b19-4c74c92fc569-009669bc, #w-node-_59a356be-3bb6-4f0f-4ef4-cbb77114b5a2-009669bc, #w-node-fc0b4eed-9581-5ab4-230d-fb57226576da-009669bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0dc819c-53ea-9154-cef9-457209399a76-009669bc, #w-node-c0c0ad26-72a1-1b19-2956-afa2e4d5dd1d-009669bc {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_0cafb504-75ec-2c88-858d-7921b766a00b-009669bc, #w-node-_2250032f-e8fc-e0f3-2eeb-5f911b511c14-009669bc, #w-node-_7bf5960e-311d-1af5-d9b2-c1fbcfd08e02-009669bc, #w-node-c99a7088-4a62-157d-af11-c4d9be7e9ba7-009669bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-5fa2d23e, #w-node-bdf0b276-d741-b254-a176-2df45185429e-5fa2d23e, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-5fa2d23e, #w-node-_737a3d71-076d-38e9-33a8-04a0e5e63572-5fa2d23e, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-5fa2d23e, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-5fa2d23e, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-5fa2d23e, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-5fa2d23e, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-0705de4b, #w-node-bdf0b276-d741-b254-a176-2df45185429e-0705de4b, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-0705de4b, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-0705de4b, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-0705de4b, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-0705de4b, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-0705de4b, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-2a3f9624, #w-node-bdf0b276-d741-b254-a176-2df45185429e-2a3f9624, #w-node-_0da4d426-9620-d39e-23ff-e8b5f952b37b-2a3f9624, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-2a3f9624, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-2a3f9624, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-2a3f9624, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-2a3f9624, #w-node-_0a2fe21a-c486-ee89-7fd9-ee591e0db3ef-55e88e49, #w-node-bdf0b276-d741-b254-a176-2df45185429e-55e88e49, #w-node-b48ceb8a-4c63-7519-0813-3b954c23c23b-55e88e49, #w-node-_74204925-efc7-231b-4bd8-85a80f8fcdea-55e88e49, #w-node-_9f0c1053-89a9-5eb2-fdbf-a78604193f99-55e88e49, #w-node-_6ae70d13-e84c-6b25-a7ff-2c4f27b139c6-55e88e49 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}