:root {
  --dark-grey: #21262d;
  --main-blue: #84caff;
  --white: white;
  --grey: #d5dbe2;
  --video-border: #000c14;
  --dark-blue: #000c14;
  --black: black;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

@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;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 125%;
}

h4 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
}

.shofsky-primary-nav {
  z-index: 999;
  background-color: #21262d;
  padding: 24px 80px;
  position: sticky;
  top: 0;
}

.shofsky-dark-body {
  background-color: #000c14;
}

.shofsky-primary-nav-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.shofsky-nav-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.shofsky-nav-button-primary {
  color: #84caff;
  background-color: #0000;
  border: 2px solid #84caff;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.shofsky-main-nav-link {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.shofsky-main-nav-link:hover {
  color: var(--main-blue);
}

.shofsky-main-nav-link.dropdown-nav-item {
  color: #84caff;
  font-family: Inter, sans-serif;
}

.shofsky-nav-dropdown-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shofsky-home-hero {
  margin-left: auto;
  margin-right: auto;
  padding: 64px 80px;
  display: flex;
}

.div-block {
  display: flex;
}

.shofsky-hero-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.shofsky-hero-right {
  flex: 1;
  align-items: center;
  display: flex;
}

.heading {
  white-space: normal;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
}

.shofsky-primary-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--dark-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 80px;
  display: flex;
}

.shofsky-primary-footer.original {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.image {
  max-width: 144px;
}

.shofsky-footer-link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.shofsky-footer-link.dropdown-nav-item {
  color: #84caff;
}

.shofsky-nav-right-copy, .shofsky-nav-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
}

.text-block {
  color: #d5dbe2;
  text-align: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.text-span {
  color: #84caff;
}

.heading-2 {
  color: #fff;
}

.heading-2.hero-header {
  max-width: 577px;
}

.heading-2.logo-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.shofsky-large-body-text {
  color: #d5dbe2;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 150%;
}

.shofsky-large-body-text.quote-block {
  color: var(--white);
  text-align: center;
  max-width: 768px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 162%;
}

.shofsky-large-body-text.integrated-section-subtitle {
  border-bottom: 1px solid #333b47;
  padding-bottom: 32px;
}

.shofsky-large-body-text.custom-list-body {
  font-size: 16px;
}

.shofsky-large-body-text.quote-block-copy {
  text-align: center;
  max-width: 768px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 162%;
}

.shofsky-main-btn {
  color: #84caff;
  background-color: #0000;
  border: 2px solid #84caff;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.shofsky-main-btn.hero-btn {
  margin-top: 40px;
}

.shofsky-main-btn.grid-item-btn {
  max-width: 136px;
  margin-top: 40px;
  padding: 8px 12px;
  font-size: 12px;
}

.shofsky-main-btn.small-btn {
  max-width: 136px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 12px;
  font-size: 12px;
}

.shofsky-main-btn.case-study-btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 14px;
  position: absolute;
  bottom: 40px;
}

.image-2 {
  width: 100%;
}

.page-width-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.page-width-wrapper.case-study-hero-wrapper {
  justify-content: center;
  align-items: flex-start;
}

.shofsky-home {
  margin-left: auto;
  margin-right: auto;
  padding: 76px 80px;
  display: flex;
}

.shofsky-home--copy {
  margin-left: auto;
  margin-right: auto;
  padding: 0 80px;
  display: flex;
}

.logo-wrapper {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-cloud {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  margin: 48px auto;
  display: flex;
}

.logo-cloud-img {
  max-width: 16%;
}

.shofsky-awards-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.image-3, .golden-award-img {
  width: 150px;
}

.unified-subhead {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  max-width: 748px;
  margin: 0 auto;
  display: flex;
}

.shofsky-home-unified-section {
  margin-left: auto;
  margin-right: auto;
  padding: 96px 80px;
  display: flex;
}

.shofsky-6-grid {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  max-width: 748px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 65px;
  display: flex;
}

.shofsky-home-grid-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-grey);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px;
  display: flex;
}

.shofsky-6-grid-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 65px;
  display: flex;
}

.shofsky-6-grid-row.grid-row-2 {
  padding-bottom: 0;
}

.shofsky-grid-item-img {
  max-width: 48px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.shofsky-grid-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 125%;
}

.shofsky-medium-body-text {
  color: #d5dbe2;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.section {
  padding: 96px 80px;
}

.case-study-title {
  color: #fff;
  margin-bottom: 64px;
}

.case-study-title.hero-header {
  max-width: 577px;
}

.case-study-title.logo-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.case-study-section-wrapper {
  flex-flow: column;
  display: flex;
}

.case-study-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: grid;
}

.contact-section-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-title {
  color: #fff;
  text-align: center;
  margin-bottom: 64px;
}

.contact-title.hero-header {
  max-width: 577px;
}

.contact-title.logo-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.form-block {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.shofsky-contact-label {
  color: #fff;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  line-height: 150%;
}

.shofsky-text-field {
  color: #f6f7f9;
  background-color: #333b47;
  border: 1px solid #333b47;
  border-radius: 8px;
  height: 52px;
  margin-bottom: 24px;
  padding: 14px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  transition: all .3s ease-in-out;
}

.shofsky-text-field:focus {
  border-color: var(--main-blue);
}

.shofsky-text-field::placeholder {
  color: #d5dbe2;
}

.case-study-item {
  background-image: linear-gradient(222deg, #84caff, #84caff5c);
  border-radius: 8px;
  width: 100%;
  padding: 2px;
}

.case-study-title-card {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 150%;
}

.case-study-title-card.hero-header {
  max-width: 577px;
}

.case-study-title-card.logo-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.case-study-text {
  color: #d5dbe2;
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.case-study-text.bespoke-text {
  border-bottom: 1px solid #333b47;
  padding-bottom: 32px;
}

.case-study-text.larger-study-text {
  font-size: 20px;
}

.div-block-2 {
  background-color: #000c14;
}

.case-study-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #000c14;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

.quote-section {
  background-image: url('../images/Testimonials-bg_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 96px 80px;
}

.image-4 {
  max-width: 20px;
  margin-left: auto;
  margin-right: auto;
}

.quote-icon {
  text-align: center;
  max-width: 20px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.quote-info-block {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

.quote-title {
  color: #d5dbe2;
  font-size: 14px;
  font-weight: 400;
}

.quote-section-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.contact-section, .case-study-section, .template-section {
  padding: 96px 80px;
}

.left-50 {
  align-items: center;
  width: 50%;
  display: flex;
}

.right-50 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.integrated-content-title {
  color: #fff;
}

.shofsky-custom-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 32px;
  display: flex;
}

.shofsky-custom-list.final-list-item {
  border-bottom: 1px solid #333b47;
  margin-bottom: 32px;
  padding-bottom: 32px;
}

.custom-list-left {
  width: 32px;
}

.custom-list-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gradient-box-content {
  background-image: linear-gradient(222deg, #84caff, #84caff5c);
  border-radius: 8px;
  width: 100%;
  padding: 2px;
}

.custom-list-left-checks {
  width: 16px;
}

.shofsky-custom-list-bespoke {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 16px;
  display: flex;
}

.shofsky-custom-list-bespoke.final-list-item {
  border-bottom: 1px solid #333b47;
  margin-bottom: 40px;
  padding-bottom: 33px;
}

.left-50-block {
  width: 50%;
}

.logo-cloud-tablet {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 48px;
  display: none;
}

.mobile-nav-wrapper {
  display: none;
}

.shofsky-nav-mobile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.navbar {
  display: none;
}

.csp-title-section {
  background-color: #000c14;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.case-study-hero-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.case-study-hero-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.case-study-page-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  line-height: 125%;
}

.case-study-page-title.hero-header {
  max-width: 577px;
}

.case-study-page-title.logo-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #d5dbe2;
}

.case-study-sub-title {
  color: #d5dbe2;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.case-study-body {
  color: var(--grey);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.case-study-nav-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr min-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-nav-wrapper.header {
  grid-template-columns: auto min-content auto;
  align-self: flex-start;
}

.case-study-nav-text {
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.medium-text {
  font-weight: 500;
}

.link-block {
  border-right: 1px solid var(--main-blue);
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  padding-right: 10px;
  text-decoration: none;
}

.case-study-nav-left {
  color: var(--main-blue);
  text-align: right;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.case-study-nav-left:hover {
  color: var(--white);
}

.case-study-nav-right {
  border-right: 0px solid var(--main-blue);
  color: var(--main-blue);
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.case-study-nav-right:hover {
  color: var(--white);
}

.csp-full-video-section {
  border: 8px solid #000c14;
  border-bottom-width: 0;
  width: 100vw;
  height: 100vh;
}

.csp-full-video-section.ccs1 {
  background-color: #21272d;
  background-image: url('../images/CNS-4-up-iphone.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1420px;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-left: 0;
  padding-right: 0;
}

.csp-full-video-section.ccs1.vimeo-embed {
  background-image: none;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.csp-full-video-section.ccs1.vimeo-embed.csp-vimeo-1 {
  background-color: #23242e;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  width: 100%;
  min-height: auto;
  overflow: hidden;
}

.csp-full-video-section.ccs1.vimeo-embed.csp-vimeo-2 {
  background-color: #e4eaf2;
  min-height: auto;
  overflow: hidden;
}

.csp-full-video-section.ccs1.vimeo-embed.csp-vimeo-3 {
  background-color: #b1bacb;
  min-height: auto;
  margin-right: 0;
  overflow: hidden;
}

.csp-full-video-section.ccs1.vimeo-embed.mng-vimeo-2 {
  background-color: #22242f;
  border-top-width: 0;
  min-height: auto;
}

.csp-full-video-section.ccs1.vimeo-embed.mng-vimeo-2.border {
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
}

.csp-full-video-section.ccs1.vimeo-embed.mng-vimeo-1 {
  background-color: #b0baca;
  border-width: 0 8px 8px;
  min-height: auto;
}

.csp-full-video-section.ccs1.vimeo-embed.csp-loxo-3 {
  background-color: #b9c2d0;
  border-top-width: 0;
  min-height: auto;
}

.csp-full-video-section.ccs1.vimeo-embed.cns-full-video-1 {
  background-color: #272b33;
  border-top-width: 0;
  min-height: auto;
}

.csp-full-video-section.ccs1.vimeo-embed.cns-vimeo-3 {
  background-color: #252a34;
  min-height: auto;
}

.csp-full-video-section.cs3 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-size: cover;
  border-top-width: 0;
  border-bottom-width: 8px;
  overflow: hidden;
}

.csp-full-video-section.cs4 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-size: cover;
  border-top-width: 0;
  border-bottom-width: 8px;
}

.csp-full-video-section.csg4 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-width: 0;
  border-bottom-width: 8px;
}

.csp-full-video-section.cs4 {
  background-image: url('../images/image-13-1.png');
  background-position: 50%;
  background-size: cover;
  border-top-width: 0;
  border-bottom-width: 0;
  overflow: hidden;
}

.csp-full-video-section.mng1 {
  background-color: #0000;
  background-image: linear-gradient(95deg, #e7eefb, #fae5f3);
  border-top-width: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.csp-full-video-section.mng-full-vid {
  border-top-width: 0;
  border-bottom-width: 8px;
}

.csp-full-video-section.mng-full-vid-2 {
  border-top-width: 8px;
  border-bottom-width: 0;
  overflow: hidden;
}

.csp-full-video-section.entrada-full-2 {
  background-color: #21272d;
  background-image: url('../images/cnsphones.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom-width: 8px;
}

.csp-full-video-section.cns1 {
  background-color: #21272d;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.csp-full-video-section.cns1.vimeo-embed {
  background-image: none;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.csp-full-video-section.cns1.vimeo-embed.csp-vimeo-1 {
  background-color: #23242e;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  width: 100%;
  min-height: auto;
  overflow: hidden;
}

.csp-full-video-section.cns1.vimeo-embed.csp-vimeo-2 {
  background-color: #e4eaf2;
  min-height: auto;
}

.csp-full-video-section.cns1.vimeo-embed.csp-vimeo-3 {
  background-color: #b1bacb;
  min-height: auto;
}

.csp-full-video-section.cns1.vimeo-embed.mng-vimeo-2 {
  background-color: #22242f;
  border-top-width: 0;
  min-height: auto;
}

.csp-full-video-section.cns1.vimeo-embed.mng-vimeo-1 {
  background-color: #b0baca;
  border-top-width: 0;
  min-height: auto;
}

.csp-full-video-section.cns1.vimeo-embed.csp-loxo-3 {
  background-color: #b9c2d0;
  border-top-width: 0;
  min-height: auto;
}

.csp-full-video-section.cns1.vimeo-embed.cns-full-video-1 {
  background-color: #272b33;
  border-top-width: 0;
  min-height: auto;
}

.csp-full-video-section.cns1.vimeo-embed.cns-vimeo-3 {
  background-color: #252a34;
  min-height: auto;
}

.csp-quote-section {
  padding: 0;
}

.background-video {
  border: 8px solid var(--video-border);
  background-image: url('../images/entrada-quote-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.quote-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.quote-wrapper.case-study-hero-wrapper {
  justify-content: center;
  align-items: flex-start;
}

.text-span-4 {
  font-weight: 500;
}

.csp-half-vide-section {
  border: 0 solid #000c14;
  width: 100%;
  height: auto;
  min-height: 50vh;
}

.csp-half-vide-section.csg6 {
  border-bottom-width: 8px;
  border-right-width: 8px;
  border-bottom-color: var(--video-border);
  background-image: url('../images/csgimg6_1.avif');
  background-position: 100%;
  background-size: cover;
  border-left-width: 8px;
  min-height: auto;
}

.csp-half-vide-section.mng-50-section {
  background-image: linear-gradient(90deg, #9768bf 1%, #6f79d2);
  min-height: 50vh;
}

.video-wrapper {
  border-right: 0 solid #000;
  height: auto;
  display: flex;
}

.video-left-col {
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: var(--video-border);
  width: 100%;
  height: auto;
  display: block;
}

.video-right-col {
  border-style: solid;
  border-width: 8px 8px 8px 4px;
  border-color: var(--video-border) black black;
  width: 50%;
  height: 50vh;
  display: block;
  overflow: hidden;
}

.video-right-col.pencil-block {
  aspect-ratio: 4 / 2.5;
  background-color: #263f6a;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.video-right-col.ccs-molecule {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-right-col.business-card-block {
  background-color: #d8dcdb;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.video-right-col.loxo-particle-3d {
  background-color: #fff;
}

.div-block-5 {
  background-color: #d8dcdb;
  background-image: linear-gradient(#223d54, #121f2b);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.csp-brand-guide-section {
  border: 0 solid #000c14;
  border-width: 0 8px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.csp-brand-guide-section.brand-guideline-section {
  border-top-width: 0;
  border-bottom-width: 0;
  border-bottom-color: var(--video-border);
  background-image: none;
  background-size: auto;
  height: auto;
}

.csp-brand-guide-section.cs2 {
  object-fit: fill;
  background-color: #003b5d;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: auto;
}

.csp-brand-guide-section.cs3 {
  border-color: var(--video-border);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(#3b3b3bbf, #3b3b3bbf), linear-gradient(#07bb96, #07bb96);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-clip: border-box;
  width: 100%;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.csp-brand-guide-section.entr-1 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e6ebf3;
  background-clip: border-box;
  border-top-width: 0;
  width: 100%;
}

.csp-brand-guide-section.entrada-triple-phone {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-bottom-color: var(--video-border);
  background-color: #8d8d8d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 900px;
  display: flex;
}

.csp-brand-guide-section.is-green-bg {
  background-color: #2e5b52;
  padding-left: 100px;
  padding-right: 100px;
}

.image-6 {
  width: 100%;
  height: 10%;
}

.section-2, .section-2-copy {
  width: 100%;
  height: 100vh;
}

.csp-grid-section {
  border: 8px solid var(--video-border);
  background-color: #8d8d8d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.case-study-grid-wrapper {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

.case-study-row-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 20px;
  display: flex;
}

.case-study-col {
  width: 33.33%;
}

.image-7, .image-8, .image-9 {
  width: 100%;
}

.csg-image {
  width: 100%;
  box-shadow: 15px 15px 15px #00000026;
}

.case-study-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  display: flex;
}

.shofsky-half-copy {
  border: 8px solid #000c14;
  border-bottom-width: 0;
  width: 100vw;
  height: 100vh;
}

.shofsky-half-copy.cs1 {
  background-image: url('../images/image-11.png');
  background-position: 50%;
  background-size: cover;
}

.shofsky-half-copy.cs3, .shofsky-half-copy.cs4 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-size: cover;
  border-top-width: 0;
  border-bottom-width: 8px;
}

.shofsky-half-copy.csg4 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-top-width: 0;
  border-bottom-width: 8px;
}

.csg-img-wrapper {
  object-fit: cover;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.csg-img-wrapper.img-wrap-hide {
  display: none;
}

.video-left-col-origin {
  aspect-ratio: 4 / 2.5;
  border-style: solid;
  border-width: 8px 4px 8px 8px;
  border-color: var(--video-border);
  width: 100%;
  height: auto;
  min-height: 50vh;
  padding-top: 0;
  display: block;
  overflow: hidden;
}

.image-10 {
  object-fit: contain;
  background-color: #263f6a;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.image-11 {
  object-fit: contain;
  width: 60%;
}

.entry-animation-wrapper.centered {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.triple-col {
  border-style: none;
  border-width: 0 4px 8px;
  border-color: var(--video-border);
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
}

.triple-col.tc1 {
  background-image: url('../images/image-7.avif');
  background-position: 0 -1px;
  background-size: cover;
  height: 55vh;
  margin-top: 0;
}

.triple-col.tc2 {
  background-image: url('../images/jacket_1.avif');
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vh;
}

.triple-col.tc3 {
  background-image: url('../images/Loxo-Oncology-Cooler-Blue_1.avif');
  background-position: 0 -1px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55vh;
}

.video-wrapper-triple {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--video-border);
  border-left: 4px #000;
  border-right: 4px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.triple-col-block {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.csp-footer-section {
  background-color: var(--video-border);
  overflow: hidden;
}

.csp-footer-menu {
  flex-flow: column;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.csp-footer-col {
  width: 33.33%;
}

.csp-footer-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  margin-bottom: 50px;
  padding-bottom: 60px;
  display: flex;
}

.text-block-5 {
  color: var(--grey);
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}

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

.video {
  width: 100%;
  height: 100%;
}

.full-video {
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: var(--video-border);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.full-video.entrada-phone-vid, .full-video.entrada-box-vid {
  border-top: 8px solid var(--video-border);
  border-bottom-width: 8px;
}

.full-video.loxo-first-vid {
  border-bottom-width: 0;
}

.full-video.loxo-second {
  background-color: #b9c2d0;
  border-bottom-width: 0;
}

.full-video.cns-full-video-1 {
  border-top-width: 8px;
  border-bottom-width: 0;
}

.full-video.cns-video-3 {
  background-color: #252a34;
}

.full-video.mngie-vimeo-3, .full-video.mngie-video-2 {
  border-style: none;
  border-width: 0;
}

.full-video.loxo-vimeo-2 {
  border-bottom-width: 0;
}

.cns-cs-50-image {
  object-fit: fill;
  background-color: #223d54;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cns-cup-clipboard-img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.loxo-split-img {
  background-color: #d8dcdb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.loxo-50-1 {
  background-color: #d8dcdb;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cns-50-img2 {
  object-fit: cover;
  background-color: #d8dcdb;
  width: 60%;
  max-height: 100%;
  overflow: hidden;
}

.mng-50-1 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.mngie-50-2 {
  aspect-ratio: auto;
  border-style: solid;
  border-width: 8px 8px 8px 4px;
  border-color: var(--video-border) var(--video-border) var(--video-border) black;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  min-height: 50vh;
  display: block;
}

.mngie-50-2.pencil-block {
  background-color: #263f6a;
}

.mngie-50-2.ccs-molecule {
  justify-content: center;
  align-items: center;
  display: flex;
}

.mngie-50-2.business-card-block {
  background-color: #d8dcdb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mng-50 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.image-13 {
  width: 25%;
}

.case-study-quote-attribution {
  color: var(--main-blue);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.code-embed {
  width: 100%;
}

.code-embed-2 {
  background-color: #fff;
}

.entrada-triple-image-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.entrada-triple-image-col {
  width: 33.33%;
  display: flex;
  box-shadow: 15px 15px 15px #00000026;
}

.image-15, .image-16, .image-17 {
  width: 100%;
}

.image-18 {
  width: 100%;
  max-width: 900px;
}

.lottie-animation-2 {
  max-width: 800px;
}

.image-19 {
  padding-left: 80px;
  padding-right: 80px;
}

.shofsky-arrow-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--main-blue);
  background-color: #0000;
  border: 2px #84caff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s linear;
  display: inline-flex;
}

.shofsky-arrow-btn:hover {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
}

.shofsky-arrow-btn.hero-btn {
  margin-top: 40px;
}

.shofsky-arrow-btn.grid-item-btn {
  max-width: 136px;
  margin-top: 40px;
  padding: 8px 12px;
  font-size: 12px;
}

.shofsky-arrow-btn.small-btn {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-self: flex-start;
  max-width: 136px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
}

.shofsky-arrow-btn.small-btn:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.shofsky-arrow-btn.case-study-btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 14px;
  position: absolute;
  bottom: 40px;
}

.shofsky-arrow-btn.nav-btn {
  font-size: 16px;
}

.shofsky-arrow-btn.medium-btn {
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.btn-icon {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-top: 4px;
  display: flex;
}

.btn-icon.small-btn-icon {
  width: 12px;
  margin-top: 2px;
}

.btn-icon.medium-btn-icon {
  width: 14px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-64 {
  margin-bottom: 64px;
}

.shofsky-3col-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.shofsky-3col-grid.grid-row-2 {
  padding-bottom: 0;
}

.case-study-content-w {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-study-content-w.smaller-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.hide {
  display: none;
}

.shofsky-nav-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--main-blue);
  background-color: #0000;
  border: 2px #84caff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-flex;
}

.shofsky-nav-btn:hover {
  color: var(--white);
}

.shofsky-nav-btn.hero-btn {
  margin-top: 40px;
}

.shofsky-nav-btn.grid-item-btn {
  max-width: 136px;
  margin-top: 40px;
  padding: 8px 12px;
  font-size: 12px;
}

.shofsky-nav-btn.small-btn {
  max-width: 136px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 12px;
}

.shofsky-nav-btn.case-study-btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 14px;
  position: absolute;
  bottom: 40px;
}

.shofsky-nav-btn.nav-btn {
  font-size: 16px;
}

.heading-1 {
  color: #fff;
}

.heading-1.hero-header {
  max-width: 577px;
}

.heading-1.logo-header {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.shofsky-hero-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.check-mark {
  width: 16px;
}

.quote-info-block-w {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.case-study-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.csp-full-img-1 {
  aspect-ratio: 4 / 2.5;
  justify-content: center;
  align-items: center;
  width: 66%;
  max-width: 1420px;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: clip;
}

.csp-full-img-1.full-img {
  width: 100%;
  max-width: 100%;
}

.csp-full-img-1.pipeline-shadow {
  box-shadow: 0 0 18px 7px #0003;
}

.image-in-wrapper {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-in-wrapper.img-contain {
  object-fit: contain;
}

.cns-full-img-2 {
  aspect-ratio: 4.5 / 2.5;
  width: 100%;
  height: 100vh;
  position: relative;
}

.link-divider {
  background-color: var(--main-blue);
  width: 1px;
}

.div-block-6 {
  aspect-ratio: 5.5 / 1.55;
  width: 100%;
  height: 50vh;
  position: relative;
}

.csp-brand-guide-section-img {
  border: 0 solid #000c14;
  border-width: 0 8px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.csp-brand-guide-section-img.brand-guideline-section {
  border-top-width: 0;
  border-bottom-width: 0;
  border-bottom-color: var(--video-border);
  background-image: none;
  background-size: auto;
  height: auto;
}

.csp-brand-guide-section-img.cs2 {
  object-fit: fill;
  background-color: #003b5d;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: auto;
}

.csp-brand-guide-section-img.cs3 {
  border-color: var(--video-border);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-image: linear-gradient(#3b3b3bbf, #3b3b3bbf), linear-gradient(#07bb96, #07bb96);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background-clip: border-box;
  width: 100%;
  height: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.csp-brand-guide-section-img.entr-1 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #e6ebf3;
  background-clip: border-box;
  border-top-width: 0;
  width: 100%;
}

.csp-brand-guide-section-img.entrada-triple-phone {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-bottom-color: var(--video-border);
  background-color: #8d8d8d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 900px;
  display: flex;
}

.csp-brand-guide-section-img.pb-0.border {
  background-color: #e8edf5;
  border-bottom-width: 8px;
  border-right-width: 8px;
  overflow: hidden;
}

.csp-brand-guide-section-img.bottom-border {
  border-bottom-width: 8px;
}

.csp-brand-guide-section-img.bottom-border.bg-color {
  background-color: #8d8d8d;
  overflow: hidden;
}

.video-wrapper-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-blue);
  border-right: 0 solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  padding: 8px;
  display: grid;
}

.video-col {
  border-style: none;
  border-width: 8px 4px;
  border-color: var(--video-border) black black;
  width: 100%;
  height: 50vh;
  display: block;
  position: relative;
  overflow: hidden;
}

.video-col.pencil-block {
  aspect-ratio: 4 / 2.5;
  background-color: #263f6a;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.video-col.ccs-molecule {
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-col.business-card-block {
  border-right-color: var(--video-border);
  border-bottom-color: var(--video-border);
  border-left-color: var(--video-border);
  background-color: #d8dcdb;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.video-col.loxo-particle-3d {
  background-color: #fff;
}

.video-col.is-shorter {
  background-color: var(--dark-grey);
}

.molecula-embeded {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed-3 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .shofsky-primary-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .shofsky-primary-nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shofsky-nav-left {
    display: flex;
  }

  .shofsky-home-hero {
    padding: 60px 40px;
  }

  .image-2 {
    vertical-align: baseline;
  }

  .page-width-wrapper {
    flex-flow: column-reverse;
  }

  .page-width-wrapper.reversed-width-wrapper, .page-width-wrapper.case-study-hero-wrapper, .page-width-wrapper.hero-wrapper {
    flex-flow: column;
  }

  .shofsky-home--copy {
    padding: 60px 40px;
  }

  .logo-cloud {
    grid-row-gap: 30px;
    flex-flow: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-cloud-img {
    max-width: 100%;
  }

  .shofsky-home-unified-section {
    padding: 60px 40px;
  }

  .shofsky-home-grid-item {
    padding: 24px;
  }

  .case-study-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-content: start;
    align-items: stretch;
  }

  .case-study-item {
    width: 100%;
  }

  .case-study-wrapper {
    max-height: 400px;
  }

  .quote-section {
    margin-top: 0;
    padding: 60px 40px;
  }

  .contact-section, .case-study-section {
    padding: 60px 40px;
  }

  .case-study-section.casestudy {
    margin-bottom: 0;
  }

  .template-section {
    padding: 60px 40px;
  }

  .left-50 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .right-50 {
    width: 100%;
  }

  .left-50-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: block;
  }

  .logo-cloud-tablet {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-mobile-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .csp-title-section {
    padding: 24px 40px 60px;
  }

  .case-study-hero-left {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column-reverse;
    align-items: stretch;
    width: 100%;
  }

  .case-study-hero-right {
    width: 100%;
  }

  .case-study-nav-wrapper {
    justify-content: flex-end;
  }

  .case-study-nav-wrapper.header {
    align-self: flex-start;
    overflow: hidden;
  }

  .case-study-nav-text {
    font-size: 12px;
  }

  .csp-full-video-section.ccs1 {
    min-height: 60vh;
    overflow: hidden;
  }

  .csp-full-video-section.ccs1.vimeo-embed.mng-vimeo-2, .csp-full-video-section.ccs1.vimeo-embed.mng-vimeo-1 {
    aspect-ratio: 4 / 2.5;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .csp-full-video-section.mng1 {
    aspect-ratio: 4 / 2.5;
    min-height: auto;
  }

  .csp-full-video-section.entrada-full-2, .csp-full-video-section.cns1 {
    overflow: hidden;
  }

  .csp-quote-section {
    padding: 0;
  }

  .background-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .quote-wrapper {
    padding-left: 0;
  }

  .csp-half-vide-section, .csp-half-vide-section.mng-50-section {
    min-height: auto;
  }

  .video-right-col.pencil-block {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .video-right-col.ccs-molecule {
    aspect-ratio: 4 / 2.5;
    height: auto;
  }

  .video-right-col.business-card-block {
    aspect-ratio: 4 / 2.25;
    height: 40vh;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .csp-brand-guide-section.cs2 {
    background-size: contain;
    height: auto;
  }

  .csp-brand-guide-section.cs3 {
    background-image: linear-gradient(#3b3b3bbf, #3b3b3bbf), linear-gradient(#07bb96, #07bb96);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .csp-brand-guide-section.entr-1 {
    overflow: hidden;
  }

  .csp-brand-guide-section.entrada-triple-phone {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .csp-brand-guide-section.is-green-bg {
    height: auto;
    padding: 60px;
  }

  .csp-grid-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .case-study-grid-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .case-study-row-1 {
    flex-flow: column;
  }

  .case-study-col {
    width: 100%;
  }

  .case-study-row {
    flex-flow: column;
  }

  .video-left-col-origin {
    min-height: auto;
  }

  .triple-col.tc2, .triple-col.tc3 {
    background-position: 100%;
  }

  .cns-cup-clipboard-img {
    object-fit: cover;
  }

  .cns-50-img2 {
    object-fit: contain;
  }

  .mngie-50-2 {
    aspect-ratio: 4 / 2.5;
    height: auto;
    min-height: auto;
  }

  .mngie-50-2.pencil-block, .mngie-50-2.business-card-block {
    display: flex;
  }

  .mng-50 {
    aspect-ratio: 4 / 2.5;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-13 {
    width: 50%;
  }

  .entrada-triple-image-wrapper {
    flex-flow: column;
    height: auto;
  }

  .entrada-triple-image-col {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-2 {
    aspect-ratio: 4 / 2.5;
    object-fit: contain;
  }

  .image-19 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .csp-full-img-1 {
    min-height: auto;
  }

  .csp-full-img-1.full-img {
    width: 100%;
  }

  .cns-full-img-2, .div-block-6 {
    height: auto;
  }

  .csp-brand-guide-section-img {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .csp-brand-guide-section-img.cs2 {
    background-size: contain;
    height: auto;
  }

  .csp-brand-guide-section-img.cs3 {
    background-image: linear-gradient(#3b3b3bbf, #3b3b3bbf), linear-gradient(#07bb96, #07bb96);
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .csp-brand-guide-section-img.entr-1 {
    overflow: hidden;
  }

  .csp-brand-guide-section-img.entrada-triple-phone {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .csp-brand-guide-section-img.pb-0 {
    padding-bottom: 0;
  }

  .video-col.pencil-block {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .video-col.ccs-molecule {
    aspect-ratio: 4 / 2.5;
    height: auto;
  }

  .video-col.business-card-block {
    aspect-ratio: 4 / 2.25;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .video-col.is-shorter {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  .shofsky-primary-nav-wrapper {
    display: flex;
  }

  .shofsky-nav-right {
    display: none;
  }

  .shofsky-home-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .shofsky-large-body-text.quote-block {
    font-size: 20px;
  }

  .page-width-wrapper {
    flex-flow: column-reverse;
  }

  .page-width-wrapper.reversed-width-wrapper {
    flex-flow: column;
  }

  .page-width-wrapper.case-study-hero-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .page-width-wrapper.hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .logo-cloud-img {
    max-width: 40%;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .case-study-title-card {
    font-size: 32px;
  }

  .case-study-text.larger-study-text {
    font-size: 18px;
  }

  .quote-title {
    align-self: auto;
  }

  .left-50, .right-50 {
    width: 100%;
  }

  .gradient-box-content {
    padding: 1px;
  }

  .left-50-block {
    width: 100%;
  }

  .mobile-nav-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .mobile-right-nav {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .mobile-nav-dropdown {
    width: 100%;
    height: 200px;
    position: relative;
    top: 30px;
    overflow: hidden;
  }

  .shofsky-nav-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mobile-nav-icon {
    color: var(--white);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 33px;
    display: flex;
    position: absolute;
  }

  .image-5, .case-study-hero-left, .case-study-hero-right {
    width: 100%;
  }

  .case-study-page-title {
    font-size: 32px;
  }

  .csp-full-video-section.ccs1 {
    height: 50vh;
  }

  .csp-full-video-section.ccs1.vimeo-embed.cns-vimeo-3 {
    background-color: #23242e;
    min-height: 0;
  }

  .csp-full-video-section.cs4, .csp-full-video-section.mng-full-vid, .csp-full-video-section.mng-full-vid-2, .csp-full-video-section.entrada-full-2 {
    height: 50vh;
  }

  .csp-full-video-section.cns1.vimeo-embed.cns-vimeo-3 {
    background-color: #23242e;
    min-height: 0;
  }

  .quote-wrapper {
    flex-flow: column-reverse;
  }

  .quote-wrapper.reversed-width-wrapper {
    flex-flow: column;
  }

  .csp-half-vide-section {
    width: 100%;
  }

  .csp-brand-guide-section.cs3 {
    background-image: linear-gradient(#3b3b3bbf, #3b3b3bbf), linear-gradient(#07bb96, #07bb96);
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    border-bottom-width: 8px;
    width: 100%;
  }

  .csp-brand-guide-section.is-green-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-study-grid-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-10 {
    object-fit: contain;
  }

  .video-wrapper-triple {
    grid-template-columns: 1fr;
  }

  .csp-footer-menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .csp-footer-wrapper {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .full-video.cns-video-3 {
    background-color: #23242e;
  }

  .mng-50-1, .mngie-50-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-14 {
    object-fit: contain;
  }

  .image-19 {
    object-fit: cover;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .heading-1 {
    font-size: 36px;
  }

  .image-20 {
    object-fit: contain;
  }

  .csp-brand-guide-section-img.cs3 {
    border-bottom-width: 8px;
    width: 100%;
  }

  .video-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .video-col.business-card-block {
    height: 100%;
  }

  .video-col.is-shorter {
    height: 50vh;
  }

  .mobile-nav-icon-cross {
    color: var(--white);
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 33px;
    display: flex;
    position: absolute;
  }
}

@media screen and (max-width: 479px) {
  .shofsky-primary-nav {
    background-color: var(--dark-grey);
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .shofsky-primary-nav-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .shofsky-nav-right {
    display: none;
  }

  .shofsky-nav-left {
    width: 50%;
  }

  .shofsky-main-nav-link {
    text-align: left;
  }

  .shofsky-home-hero {
    min-height: 100svh;
    padding: 40px 24px;
  }

  .shofsky-hero-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .shofsky-hero-right {
    align-items: center;
  }

  .shofsky-primary-footer {
    padding: 40px 20px;
  }

  .shofsky-nav-right-copy {
    display: none;
  }

  .shofsky-nav-footer {
    flex-flow: column;
    display: flex;
  }

  .text-block {
    text-align: center;
  }

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

  .shofsky-large-body-text.quote-block {
    font-size: 18px;
  }

  .shofsky-large-body-text.mb-40 {
    margin-bottom: 24px;
  }

  .shofsky-main-btn.hero-btn {
    border-color: var(--main-blue);
  }

  .page-width-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .page-width-wrapper.reversed-width-wrapper {
    flex-flow: wrap;
  }

  .page-width-wrapper.case-study-hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .page-width-wrapper.hero-wrapper {
    flex-flow: column;
  }

  .shofsky-home--copy {
    padding: 40px 24px;
  }

  .logo-cloud {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .logo-cloud-img {
    max-width: 100%;
  }

  .shofsky-home-unified-section {
    padding: 40px 24px;
  }

  .shofsky-6-grid-row {
    flex-flow: column;
    padding-bottom: 0;
  }

  .case-study-title-card {
    font-size: 24px;
  }

  .case-study-text.larger-study-text {
    font-size: 16px;
  }

  .case-study-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 24px;
  }

  .quote-section {
    padding: 40px 24px;
  }

  .quote-info-block, .quote-title {
    flex: none;
  }

  .contact-section {
    padding: 40px 24px;
  }

  .case-study-section {
    padding: 40px;
  }

  .case-study-section.casestudy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .template-section {
    padding: 40px 24px;
  }

  .left-50, .right-50, .left-50-block {
    width: 100%;
  }

  .mobile-nav-wrapper {
    z-index: 20;
    color: #fff;
    cursor: pointer;
    background-color: #0000;
    border-radius: 8px;
    padding: 5px;
  }

  .icon {
    font-size: 33px;
  }

  .mobile-right-nav {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .mobile-nav-dropdown {
    z-index: 10;
    display: flex;
  }

  .shofsky-nav-mobile {
    z-index: 1;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .div-block-4 {
    position: relative;
  }

  .mobile-nav-icon {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 33px;
    display: flex;
  }

  .csp-title-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .case-study-hero-left, .case-study-hero-right {
    width: 100%;
  }

  .case-study-page-title {
    font-size: 26px;
  }

  .case-study-body {
    font-size: 16px;
  }

  .case-study-nav-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
  }

  .case-study-nav-wrapper.header {
    grid-template-columns: 1fr min-content 1fr;
    align-self: center;
  }

  .case-study-nav-text {
    white-space: nowrap;
  }

  .case-study-nav-right {
    padding-right: 0;
  }

  .csp-full-video-section.ccs1 {
    background-size: contain;
    width: 100%;
    height: 400px;
  }

  .csp-full-video-section.ccs1.vimeo-embed.mng-vimeo-2 {
    background-color: #252a34;
    border-bottom-width: 8px;
    border-left-width: 8px;
    border-right-width: 8px;
  }

  .csp-full-video-section.ccs1.vimeo-embed.mng-vimeo-1 {
    background-color: #b8c2d0;
  }

  .csp-full-video-section.ccs1.vimeo-embed.csp-loxo-3 {
    min-height: auto;
  }

  .csp-full-video-section.ccs1.vimeo-embed.cns-full-video-1 {
    background-color: #b0bbcb;
  }

  .csp-full-video-section.cs3 {
    height: 400px;
  }

  .csp-full-video-section.cs4 {
    height: 400px;
    padding-left: 0;
  }

  .csp-full-video-section.mng1 {
    width: 100%;
  }

  .csp-full-video-section.mng-full-vid, .csp-full-video-section.mng-full-vid-2 {
    height: 400px;
    padding-left: 0;
  }

  .csp-full-video-section.entrada-full-2 {
    background-size: cover;
    width: 100%;
    height: 400px;
  }

  .csp-full-video-section.cns1 {
    background-size: contain;
    width: 100%;
  }

  .csp-full-video-section.cns1.vimeo-embed.mng-vimeo-2 {
    background-color: #252a34;
  }

  .csp-full-video-section.cns1.vimeo-embed.mng-vimeo-1 {
    background-color: #b8c2d0;
  }

  .csp-full-video-section.cns1.vimeo-embed.csp-loxo-3 {
    min-height: auto;
  }

  .csp-full-video-section.cns1.vimeo-embed.cns-full-video-1 {
    background-color: #b0bbcb;
  }

  .csp-quote-section {
    padding: 0;
  }

  .quote-wrapper {
    flex-flow: wrap-reverse;
  }

  .quote-wrapper.reversed-width-wrapper {
    flex-flow: wrap;
  }

  .csp-half-vide-section {
    overflow: hidden;
  }

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

  .video-right-col {
    width: 100%;
  }

  .video-right-col.pencil-block {
    border-right-color: var(--video-border);
    border-bottom-color: var(--video-border);
    border-left-width: 8px;
    border-left-color: var(--video-border);
  }

  .video-right-col.ccs-molecule {
    border-left-width: 8px;
  }

  .video-right-col.business-card-block {
    border-left-width: 8px;
    height: 100%;
  }

  .video-right-col.loxo-particle-3d {
    border-right-color: var(--video-border);
    border-bottom-color: var(--video-border);
    border-left-width: 8px;
    border-left-color: var(--video-border);
  }

  .div-block-5 {
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .csp-brand-guide-section.brand-guideline-section {
    border-top-width: 0;
  }

  .csp-brand-guide-section.cs2 {
    background-size: 150%;
  }

  .csp-brand-guide-section.cs3 {
    background-image: linear-gradient(#2e5b52, #2e5b52);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .csp-brand-guide-section.entr-1 {
    background-size: contain;
    height: 400px;
  }

  .csp-brand-guide-section.entrada-triple-phone {
    border-top-width: 8px;
    height: auto;
  }

  .csp-brand-guide-section.is-green-bg {
    padding: 20px;
  }

  .case-study-grid-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-left-col-origin {
    border-bottom-width: 0;
    border-right-width: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .video-left-col-origin.small-image-container {
    min-height: 200px;
  }

  .image-10 {
    object-fit: contain;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 100%;
  }

  .csp-triple-col-section {
    height: auto;
  }

  .triple-col.tc1 {
    width: 100.33%;
    height: 400px;
  }

  .triple-col.tc2, .triple-col.tc3 {
    width: 100%;
    height: 400px;
  }

  .video-wrapper-triple {
    flex-flow: column;
  }

  .csp-footer-menu {
    flex-flow: column;
    padding: 40px 24px;
  }

  .csp-footer-col {
    width: 100%;
  }

  .csp-footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .csp-footer-wrapper.csp-footer-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .text-block-5 {
    width: 100%;
  }

  .image-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .full-video {
    border-top-width: 8px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-video.loxo-second {
    border-top-width: 0;
  }

  .full-video.cns-full-video-1 {
    background-color: #b0bbcb;
    border-top-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-video.cns-video-3 {
    border-top-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-video.mngie-vimeo-3 {
    background-color: #252a34;
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-video.mngie-video-2 {
    background-color: #b8c2d0;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-video.entrada-vimeo-1, .full-video.entrada-vimeo-2 {
    border-bottom-width: 0;
  }

  .cns-cs-50-image {
    padding-left: 0;
    padding-right: 0;
  }

  .cns-cup-clipboard-img {
    object-fit: cover;
  }

  .loxo-split-img {
    padding-left: 40px;
    padding-right: 40px;
  }

  .loxo-50-1 {
    height: 400px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .mng-50-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .mngie-50-2 {
    border-left-width: 8px;
    width: 100%;
  }

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

  .image-14 {
    width: 80%;
  }

  .entrada-triple-image-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .entrada-triple-image-col {
    width: 80%;
  }

  .image-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .shofsky-arrow-btn.hero-btn {
    border-color: var(--main-blue);
  }

  .shofsky-3col-grid {
    flex-flow: column;
    padding-bottom: 0;
  }

  .case-study-content-w {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .shofsky-nav-btn.hero-btn {
    border-color: var(--main-blue);
  }

  .heading-1 {
    font-size: 32px;
  }

  .shofsky-hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .quote-info-block-w {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .csp-full-img-1 {
    width: 80%;
  }

  .csp-brand-guide-section-img {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .csp-brand-guide-section-img.brand-guideline-section {
    border-top-width: 0;
  }

  .csp-brand-guide-section-img.cs2 {
    background-size: 150%;
  }

  .csp-brand-guide-section-img.cs3 {
    background-image: linear-gradient(#2e5b52, #2e5b52);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .csp-brand-guide-section-img.entr-1 {
    background-size: contain;
    height: 400px;
  }

  .csp-brand-guide-section-img.entrada-triple-phone {
    border-top-width: 8px;
    height: auto;
  }

  .video-wrapper-grid {
    flex-flow: column;
  }

  .video-col {
    width: 100%;
  }

  .video-col.pencil-block {
    border-right-color: var(--video-border);
    border-bottom-color: var(--video-border);
    border-left-width: 8px;
    border-left-color: var(--video-border);
  }

  .video-col.ccs-molecule {
    border-left-width: 8px;
  }

  .video-col.business-card-block {
    border-left-width: 8px;
    height: 100%;
  }

  .video-col.loxo-particle-3d {
    border-right-color: var(--video-border);
    border-bottom-color: var(--video-border);
    border-left-width: 8px;
    border-left-color: var(--video-border);
  }

  .video-col.is-shorter {
    height: 40vh;
  }

  .mobile-nav-icon-cross {
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    font-size: 33px;
    display: flex;
  }
}


