.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 20px;
  background-color: #fff;
  box-shadow: 1px 1px 14px -11px #000;
  line-height: 20px;
}

.nav-grid {
  position: static;
  display: -ms-grid;
  display: grid;
  width: auto;
  max-width: 1400px;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: 'Area';
  -ms-grid-columns: 1fr 20px -webkit-max-content;
  -ms-grid-columns: 1fr 20px max-content;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  position: static;
  width: 210px;
  height: 100px;
  margin-top: -20px;
  margin-left: -14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

._50-50 {
  display: block;
  margin-top: -100px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
}

.hero-image-mask {
  width: 600px;
  height: 600px;
  max-height: 600px;
  max-width: 600px;
  margin-right: 10px;
  margin-left: 40px;
}

.hero-image-2 {
  width: 600px;
  height: 600px;
  max-height: 600px;
  max-width: 600%;
  min-height: 420px;
  min-width: 420px;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.marquee {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  max-height: none;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e6e6e6;
  background-image: url('../images/Indigometrics_marquee.svg');
  background-position: 48% 73%;
  background-size: 1400px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.centered-container {
  display: block;
  margin-top: 61px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-2 {
  margin-top: -190px;
  margin-bottom: 0px;
  font-family: 'Canela 02', sans-serif;
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  text-align: center;
}

.copy-image-left {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  max-width: 1400px;
}

.button-3 {
  margin-top: 36px;
  padding: 20px 32px;
  border-radius: 4px;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
}

.button-4 {
  padding: 12px 29px 12px 30px;
  border-radius: 4px;
  background-color: #3c63a6;
  opacity: 1;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
}

.button-4:hover {
  background-color: #00307e;
  background-clip: border-box;
}

.features {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #e6e6e6;
}

.intro {
  width: auto;
  height: auto;
  background-color: #0c3f5f;
}

.body {
  background-color: #e6e6e6;
}

.text-block-3 {
  width: 200px;
  margin-top: 80px;
  margin-bottom: 24px;
  font-family: 'Canela 01', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
}

.text-block-4 {
  margin-bottom: 24px;
  font-family: 'Canela 02', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

.headline-copy {
  position: relative;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.copy__01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.list-item {
  height: 60px;
}

.column-5 {
  height: 200px;
  border-right: 1px solid #e6e6e6;
  opacity: 0.39;
}

.thread_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.column-6 {
  height: 200px;
}

.copy__03 {
  margin-top: 0px;
}

.container-3 {
  margin-top: 80px;
  padding-left: 0px;
}

.image-5 {
  margin-top: 24px;
  margin-left: -8px;
  padding: 10px 0px;
  border-radius: 17px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-5.custom-padding {
  margin-left: -6px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #81c6bc;
}

.hero-overlay-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1400px;
  height: 90vh;
  max-height: 400px;
  max-width: 1400px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 6px solid #81c6bc;
  border-left: 0px solid transparent;
  border-radius: 0px;
  background-color: #1c1f26;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CS_03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CS_03.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  -webkit-transition: opacity 125ms ease;
  transition: opacity 125ms ease;
  color: #fff;
  text-align: left;
}

.hero-overlay-2:hover {
  background-color: rgba(28, 31, 38, 0.54);
  opacity: 1;
}

.hero-overlay-2.marquee-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CS_2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CS_2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-overlay-2.marquee_03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CS_02.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CS_02.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-overlay-2.marquee_04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CS_04.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CS_04.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-overlay-2.marquee_05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CS_05.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CS_05.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero-overlay-2.marquee_06 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CS_06.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CS_06.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.centered-container-2 {
  height: auto;
  max-height: none;
  margin-bottom: 0px;
  padding-right: 370px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.footer {
  position: static;
  padding-top: 25px;
  padding-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 200px;
  height: auto;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: -20px;
  padding-bottom: 0px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.text-block-9 {
  font-family: Proximanova, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}

.case-study-call-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e6e6e6;
  color: #e6e6e6;
}

.bold-text-4 {
  width: auto;
}

.body-case-study {
  margin-top: 80px;
  margin-bottom: 100px;
  border-left: 1px solid #81c6bc;
  background-color: #e6e6e6;
}

.case-study {
  background-color: #e6e6e6;
}

.more-stories-header {
  margin-top: 80px;
  margin-bottom: 80px;
}

.more-stories {
  margin-bottom: 100px;
}

.image-7 {
  display: inline-block;
  width: 60px;
  margin-top: 0px;
  text-align: center;
}

.call-out {
  display: block;
  height: auto;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -150px;
  margin-bottom: 0px;
  padding-top: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.bold-text-7 {
  padding-left: 0px;
}

.link-block-2 {
  width: 480px;
  height: 320px;
  margin-top: 20px;
}

.link-block-3 {
  width: 480px;
  height: 320px;
  margin-top: 20px;
}

.image-9 {
  width: auto;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-9:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.list-item-2 {
  display: block;
}

.success-stories-header {
  margin-bottom: 40px;
}

.container-10 {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: left;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #e6e6e6;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.italic-text {
  font-family: Proximanova, sans-serif;
}

.text-field {
  border: 1px solid transparent;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  border: 1px solid transparent;
  font-size: 16px;
}

.text-field-3 {
  border: 1px solid transparent;
  font-size: 16px;
}

.text-field-4 {
  border: 1px solid transparent;
  font-size: 16px;
}

.textarea {
  margin-bottom: 25px;
  border: 1px solid transparent;
  font-size: 16px;
}

.image-11 {
  height: 50px;
  padding-left: 80px;
}

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

.section.cc-cta {
  margin-top: 80px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 80px;
  padding-left: 80px;
  background-color: transparent;
  background-image: url('../images/Indigometrics_marquee_bottom.svg');
  background-position: 50% 104%;
  background-size: auto 120%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.cta-bottom {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.label {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Canela 01', sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: none;
}

.label.cc-styleguide-label {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Proximanova, sans-serif;
}

.label.label-padding {
  display: none;
  margin-top: 70px;
}

.button-01 {
  position: static;
  z-index: 0;
  display: inline-block;
  width: auto;
  max-width: 200px;
  margin-right: auto;
  margin-left: 0px;
  padding: 12px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 4px;
  background-color: #3c63a6;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-01:hover {
  background-color: #00307e;
  color: #fff;
}

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

.button-01.w--current {
  display: none;
}

.button-01.cc-contact-us {
  position: relative;
  z-index: 5;
  border-style: solid;
  border-width: 0px;
  border-color: #1c1f26;
  border-radius: 4px;
  background-color: #3c63a6;
}

.button-01.cc-contact-us:hover {
  background-color: #00307e;
}

.button-01.cc-contact-us.w--current {
  display: none;
}

.button-01.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.container-13 {
  position: relative;
  left: 0px;
  right: 80px;
  display: block;
  padding-right: 80px;
  padding-left: 80px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-span-6 {
  font-weight: 600;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-icon {
  display: none;
}

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

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

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

.navigation-item {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  opacity: 0.6;
  font-family: Proximanova, sans-serif;
  color: #1c1f26;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.menu-button {
  display: none;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  background-color: transparent;
}

.logo-image {
  display: block;
  width: 240px;
  margin-left: -29px;
}

.navigation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-15 {
  font-family: Proximanova, sans-serif;
  font-size: 12px;
}

.divider {
  display: block;
  height: 1px;
  margin-top: -10px;
  border: 0px solid #000;
  background-color: #c8cacf;
}

.divider.divider-teal-treatment {
  height: 1px;
  margin-top: -8px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(129, 198, 188, 0.38);
  background-color: rgba(129, 198, 188, 0.5);
  -o-object-fit: fill;
  object-fit: fill;
}

.story-wrap {
  width: 68%;
  margin: 80px auto;
  text-align: center;
}

.cta-text {
  display: inline-block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.paragraph-01 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-bottom: 0px;
  opacity: 1;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.paragraph-01.centered-paragrapg {
  margin-bottom: 0px;
  padding-bottom: 30px;
  text-align: center;
}

.paragraph-01.padded-paragraph {
  width: 80%;
  margin-right: 100px;
  margin-left: 80px;
  padding-right: 0px;
}

.paragraph-01.upper-padding {
  margin-top: 16px;
}

.paragraph-01.padded {
  width: 80%;
  margin-left: 80px;
}

.hero-component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 90vh;
  max-height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid #81c6bc;
  background-color: #0c3f5f;
  color: #fff;
}

.hero-component.teal-marquee {
  background-color: #81c6bc;
}

.hero-component.case-study-marquee {
  border-bottom-width: 0px;
}

.colors {
  display: block;
  margin: 80px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #81c6bc;
  color: #fff;
  text-align: center;
}

.heading-jumbo-02 {
  margin-top: 10px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Canela 02', sans-serif;
  color: #1c1f26;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.heading-jumbo-02.centered-alignment {
  margin-bottom: 190px;
  text-align: center;
}

.heading-jumbo-02.centered-alignment.aqua {
  margin-bottom: 100px;
  color: #81c6bc;
}

.heading-jumbo-02.white {
  margin-top: 30px;
  color: #e6e6e6;
}

.heading-jumbo-02.left-alignment {
  margin-bottom: 40px;
}

.heading-jumbo-02.teal-headline {
  color: #81c6bc;
}

.heading-jumbo-02.teal-headline.centered-headline {
  text-align: center;
}

.heading-jumbo-02.centered-headline {
  text-align: center;
}

.paragraph-tiny {
  font-family: Proximanova, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.divider-2 {
  height: 1px;
  background-color: #eee;
}

.paragraph-02-de-emphasized {
  opacity: 0.6;
  font-family: Proximanova, sans-serif;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-button-wrap:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #00307e;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-03 {
  font-family: Proximanova, sans-serif;
  color: #1c1f26;
  font-size: 14px;
  line-height: 26px;
}

.paragraph-03.white {
  height: 20px;
  color: #e6e6e6;
}

.heading-jumbo-01 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Canela 02', sans-serif;
  color: #1c1f26;
  font-size: 80px;
  line-height: 80px;
  text-transform: none;
}

.heading-01 {
  display: block;
  font-family: 'Canela 02', sans-serif;
  color: #1c1f26;
  font-size: 36px;
  line-height: 40px;
  text-align: left;
}

.heading-01.white-heading {
  margin-top: 100px;
  color: #e6e6e6;
  text-align: center;
}

.heading-01.centered-alignment {
  text-align: center;
}

.heading-02 {
  display: block;
  margin-bottom: 8px;
  font-family: 'Canela 02', sans-serif;
  font-size: 24px;
  line-height: 30px;
}

.heading-02.custom-padding {
  margin-bottom: 0px;
}

.heading-03 {
  font-family: 'Canela 01', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-03.centered-label {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.heading-03.label-padding {
  margin-bottom: 30px;
}

.paragraph-5 {
  font-family: Proximanova, sans-serif;
}

.link {
  font-family: Proximanova, sans-serif;
}

.text-span-7 {
  color: #e6e6e6;
}

.navigation-items-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo-link-2 {
  z-index: 1;
  margin-left: -20px;
}

.logo-link-2:hover {
  opacity: 0.8;
}

.logo-link-2:active {
  opacity: 0.7;
}

.navigation-item-2 {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-item-2:hover {
  opacity: 0.9;
}

.navigation-item-2:active {
  opacity: 0.8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

.header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: auto;
  padding: 30px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image-3 {
  display: block;
  padding-left: 0px;
}

.navigation-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1400px;
  -ms-flex: 0 1400px;
  flex: 0 1400px;
}

.menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  margin-bottom: 50px;
}

.container-16 {
  margin-bottom: 0px;
  padding-bottom: 30px;
}

.footer-2 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-image-2 {
  width: 170px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.head_cs {
  background-color: #fff;
}

.main-header {
  background-color: #fff;
}

.column-14 {
  padding-right: 100px;
  padding-left: 0px;
}

.column-15 {
  padding-left: 0px;
}

.container-17 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-12 {
  margin-top: 8px;
  margin-bottom: 30px;
  border-bottom: 6px solid #81c6bc;
  opacity: 1;
}

.image-12:hover {
  background-color: transparent;
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.case-study-container {
  margin-top: 0px;
  margin-bottom: 59px;
}

.cases-collection {
  margin-top: 80px;
  margin-bottom: 80px;
}

.image-13 {
  width: 480px;
  height: 320px;
  max-width: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-14 {
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-14:hover {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}

.columns-7 {
  height: 120px;
}

.column-16 {
  height: 200px;
  background-color: #81c6bc;
}

.column-17 {
  height: 200px;
  background-color: #0c3f5f;
  color: #1c1f26;
  line-height: 75px;
}

.column-18 {
  height: 200px;
  background-color: #00307e;
}

.column-19 {
  height: 200px;
  background-color: #3c63a6;
}

.column-22 {
  height: 200px;
  background-color: #1c1f26;
}

.column-23 {
  height: 200px;
  background-color: #6a6e78;
}

.column-24 {
  height: 200px;
  background-color: #c8cacf;
}

.column-25 {
  height: 200px;
  background-color: #e6e6e6;
}

.container-20 {
  margin-bottom: 99px;
}

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

.logo-link-3:hover {
  opacity: 0.8;
}

.logo-link-3:active {
  opacity: 0.7;
}

.navigation-item-3 {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-item-3:hover {
  opacity: 0.9;
}

.navigation-item-3:active {
  opacity: 0.8;
}

.navigation-item-3.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

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

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

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

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

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

.button.cc-contact-us {
  position: relative;
  z-index: 5;
  display: block;
  border-radius: 3px;
  background-color: #3c63a6;
}

.button.cc-contact-us:hover {
  background-color: #00307e;
}

.header-global {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logo-image-4 {
  display: block;
}

.navigation-wrap-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.logo-link-4:hover {
  opacity: 0.8;
}

.logo-link-4:active {
  opacity: 0.7;
}

.nav-wrap {
  position: relative;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-16 {
  font-family: Proximanova, sans-serif;
}

.header-global-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-15 {
  width: auto;
  height: auto;
  max-width: none;
  padding-right: 127px;
  padding-left: 20px;
}

.container-21 {
  display: block;
  max-width: 1440px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-16 {
  margin-right: auto;
  margin-left: -10px;
  padding-left: 0px;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 600px;
  height: auto;
  margin-right: 50px;
  margin-left: -170px;
}

.feature-image {
  width: 600px;
  height: 600%;
  max-height: 600px;
  max-width: 600px;
  min-height: 420px;
  min-width: 420px;
  margin-right: 40px;
  margin-left: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.div-block-8 {
  margin-right: 0px;
  margin-left: 80px;
}

@media screen and (max-width: 991px) {
  .nav-logo {
    margin-left: -20px;
  }

  ._50-50 {
    margin-top: 50px;
    padding-bottom: 0px;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-bottom: 16px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-image-2 {
    display: block;
    width: auto;
    height: auto;
    min-height: 600px;
    min-width: 600px;
    float: none;
    clear: left;
  }

  .marquee {
    height: 800vh;
    max-height: 800px;
    background-position: 50% 40%;
    background-size: 1140px;
  }

  .centered-container {
    margin-top: 18px;
  }

  .heading-2 {
    margin-top: -155px;
  }

  .copy-image-left {
    margin-top: 0px;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .intro {
    height: auto;
  }

  .headline-copy {
    margin-right: 30px;
    padding-right: 0px;
  }

  .thread_line {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .copy__03 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-3 {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .image-5 {
    width: auto;
    height: auto;
    margin-left: -4px;
  }

  .image-5.custom-padding {
    margin-left: 0px;
  }

  .footer {
    padding-top: 19px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-image {
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .more-stories {
    margin-bottom: 0px;
  }

  .image-7 {
    margin-top: 40px;
  }

  .call-out {
    height: auto;
    margin-top: 60px;
  }

  .container-7 {
    padding-top: 80px;
  }

  .image-9 {
    position: static;
    display: block;
    overflow: visible;
    width: auto;
    height: 246px;
    clear: none;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    background-clip: border-box;
    cursor: col-resize;
  }

  .list-item-2 {
    margin-right: -9px;
    padding-right: 0px;
  }

  .column-9 {
    margin-bottom: 50px;
  }

  .container-10 {
    margin-bottom: 60px;
  }

  .column-10 {
    margin-bottom: 50px;
  }

  .image-11 {
    padding-left: 40px;
  }

  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
    background-position: 50% 100%;
  }

  .button-01 {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-01.cc-contact-us {
    display: none;
  }

  .container-13 {
    position: static;
    padding-right: 40px;
    padding-left: 40px;
  }

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

  .menu-icon {
    display: block;
  }

  .logo-link.w--current {
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button {
    padding: 0px;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .navigation-wrap {
    margin-right: 25px;
    background-color: #e6e6e6;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .story-wrap {
    width: 90%;
    padding-left: 20px;
  }

  .cta-text {
    display: inline-block;
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .paragraph-01 {
    margin-right: 0px;
    padding-bottom: 20px;
  }

  .paragraph-01.centered-paragrapg {
    margin-bottom: 0px;
  }

  .paragraph-01.padded-paragraph {
    width: 90%;
    margin-right: 49px;
    margin-left: 40px;
    padding-right: 0px;
  }

  .paragraph-01.padded {
    width: auto;
    margin-left: 40px;
  }

  .hero-component {
    width: auto;
  }

  .colors {
    text-align: center;
  }

  .heading-jumbo-02 {
    text-align: center;
  }

  .heading-jumbo-02.centered-alignment {
    margin-bottom: 160px;
    line-height: 52px;
  }

  .heading-jumbo-02.white {
    padding-left: 0px;
    line-height: 52px;
    text-align: left;
  }

  .heading-jumbo-02.left-alignment {
    text-align: left;
  }

  .heading-jumbo-02.teal-headline.centered-headline {
    margin-right: 20px;
    margin-left: 21px;
  }

  .heading-jumbo-01 {
    font-size: 80px;
    line-height: 70px;
  }

  .heading-01.white-heading {
    text-align: center;
  }

  .heading-03.centered-label {
    margin-right: auto;
    margin-left: auto;
  }

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

  .menu-icon-2 {
    display: block;
  }

  .logo-link-2 {
    margin-left: -32px;
  }

  .logo-link-2.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-item-2 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .menu-button-2 {
    padding: 0px;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .header {
    padding: 25px 30px;
  }

  .logo-image-3 {
    margin-left: 0px;
  }

  .navigation-wrap-2 {
    background-color: transparent;
  }

  .menu-2 {
    position: static;
    margin-left: 30px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-image-2 {
    padding-left: 0px;
  }

  .column-14 {
    padding-right: 80px;
    padding-left: 0px;
  }

  .image-13 {
    width: auto;
    height: auto;
    max-width: 100%;
  }

  .image-14 {
    height: 246px;
  }

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

  .logo-link-3.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-item-3 {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

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

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

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .header-global {
    padding: 25px 30px;
  }

  .logo-image-4 {
    margin-left: -20px;
  }

  .navigation-wrap-3 {
    background-color: transparent;
  }

  .logo-link-4.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .nav-wrap {
    background-color: transparent;
  }

  .header-global-copy {
    padding: 25px 30px;
  }

  .image-16 {
    margin-left: -23px;
    padding-right: 24px;
  }

  .flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .feature-image-mask {
    margin-right: auto;
    margin-left: -40px;
  }

  .feature-image {
    min-height: 600px;
    min-width: 600px;
  }

  .div-block-8 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  ._50-50 {
    margin-top: 0px;
    padding: 20px 20px 0px;
  }

  .hero-image-mask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-image-2 {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 600px;
    min-height: auto;
    min-width: auto;
    margin-right: -1px;
    margin-left: 0px;
  }

  .marquee {
    height: 800px;
    padding: 40px 20px;
    background-position: 50% 43%;
    background-size: 850px;
  }

  .heading-2 {
    margin-top: -140px;
  }

  .copy-image-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro {
    height: auto;
  }

  .text-block-4 {
    padding-right: 10px;
    padding-left: 0px;
    font-weight: 700;
  }

  .column-5 {
    height: 100px;
  }

  .thread_line {
    height: 100px;
    margin-top: 40px;
  }

  .columns-4 {
    height: 110px;
  }

  .column-6 {
    height: 100px;
  }

  .image-5 {
    margin-top: 0px;
    margin-left: 2px;
  }

  .image-5.custom-padding {
    margin-top: 30px;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .centered-container-2 {
    padding-right: 161px;
    padding-left: 9px;
  }

  .footer {
    padding: 10px 20px 0px;
  }

  .footer-image {
    position: static;
    margin-top: 0px;
    margin-left: -10px;
    padding-top: 0px;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .body-case-study {
    margin-bottom: 80px;
  }

  .more-stories-header {
    margin-bottom: 0px;
  }

  .more-stories {
    margin-bottom: 60px;
  }

  .call-out {
    height: auto;
    margin-top: -40px;
  }

  .container-7 {
    padding-top: 70px;
  }

  .link-block-3 {
    width: 550px;
  }

  .image-9 {
    width: 550px;
    height: 300px;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: 0px;
  }

  .two_columns {
    margin-bottom: 40px;
  }

  .column-9 {
    margin-bottom: 50px;
  }

  .columns-6 {
    padding-right: 5px;
    padding-left: 5px;
  }

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

  .column-11 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .image-11 {
    padding-left: 0px;
  }

  .column-12 {
    margin-top: 60px;
  }

  .column-13 {
    margin-top: 0px;
  }

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

  .section.cc-cta {
    margin-top: 1px;
    padding: 15px;
    background-position: 50% 95%;
    background-size: auto 72%;
  }

  .cta-bottom {
    text-align: center;
  }

  .container-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .logo-image {
    margin-left: -30px;
  }

  .story-wrap {
    padding-left: 0px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .paragraph-01 {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-01.padded-paragraph {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .paragraph-01.padded {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .container-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-component {
    width: auto;
    padding: 40px 20px;
  }

  .heading-jumbo-02 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-jumbo-02.centered-alignment {
    margin-top: 0px;
    margin-bottom: 140px;
    font-size: 36px;
    line-height: 42px;
  }

  .heading-jumbo-02.centered-alignment.aqua {
    font-size: 36px;
    line-height: 42px;
  }

  .heading-jumbo-02.white {
    padding-left: 0px;
    font-size: 36px;
    line-height: 42px;
  }

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

  .heading-01 {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-01.white-heading {
    margin-right: -1px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

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

  .heading-03.centered-label {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

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

  .header {
    padding: 20px 30px;
  }

  .logo-image-3 {
    margin-left: 0px;
  }

  .navigation-wrap-2 {
    background-color: transparent;
  }

  .container-16 {
    margin-bottom: 0px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-flex-container-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-image-2 {
    width: 170px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .column-14 {
    margin-bottom: 30px;
    padding-right: 200px;
    padding-left: 0px;
  }

  .image-12 {
    width: auto;
    height: 157.125px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/CS_01.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/CS_01.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .case-study-container {
    margin-top: 30px;
  }

  .cases-collection {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-13 {
    width: auto;
    height: auto;
    max-width: 550px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-14 {
    height: 300px;
    max-width: 550px;
  }

  .container-19 {
    margin-bottom: 0px;
  }

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

  .header-global {
    padding: 20px 30px;
  }

  .logo-image-4 {
    margin-left: -24px;
  }

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

  .header-global-copy {
    padding: 20px 30px;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    max-height: none;
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .feature-image-mask {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    max-width: none;
    min-height: 0px;
    min-width: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .feature-image {
    width: 100%;
    min-height: 500px;
    min-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-8 {
    margin-left: 0px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    height: 48px;
    min-height: 50px;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: 'Area';
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    height: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid transparent;
  }

  .nav-logo {
    width: 150px;
    height: 36px;
    margin-top: -13px;
    margin-left: -7px;
    padding: 0px;
    text-align: center;
  }

  ._50-50 {
    margin-top: 0px;
    margin-bottom: -50px;
    padding-top: 0px;
  }

  .hero-image-2 {
    width: 100%;
    height: 100%;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .marquee {
    height: 800vh;
    max-height: 560px;
    background-position: 51% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .centered-container {
    margin-top: 0px;
    text-align: left;
  }

  .heading-2 {
    margin-top: -105px;
  }

  .copy-image-left {
    margin-top: 50px;
    margin-bottom: 99px;
  }

  .button-4 {
    padding-right: 14px;
    padding-left: 18px;
    font-size: 10px;
    line-height: 10px;
  }

  .intro {
    height: auto;
    text-align: left;
  }

  .body {
    height: 600px;
    max-height: 1010px;
  }

  .text-block-4 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 22px;
  }

  .column-5 {
    height: 120px;
  }

  .thread_line {
    display: none;
    height: 120px;
    margin-bottom: 0px;
  }

  .columns-4 {
    height: 120px;
  }

  .column-6 {
    height: 120px;
  }

  .container-3 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 12px;
  }

  .image-5 {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .image-5.custom-padding {
    margin-top: 24px;
  }

  .hero-overlay-2 {
    background-position: 30% 0%;
  }

  .hero-overlay-2.marquee-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/CS_2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/CS_2.jpg');
    background-position: 0px 0px, 40% 50%;
  }

  .centered-container-2 {
    padding-right: 49px;
    padding-left: 0px;
    text-align: left;
  }

  .footer {
    padding: 0px 20px;
    background-color: #fff;
    text-align: left;
  }

  .footer-flex-container {
    margin-top: 61px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fffefe;
  }

  .footer-logo-link {
    height: 60px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .footer-image {
    display: block;
    width: 180px;
    min-width: auto;
    margin-top: -50px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }

  .text-block-9 {
    margin-left: 0px;
    background-color: #fff;
  }

  .case-study-call-out {
    margin-top: 0px;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .more-stories-header {
    margin-bottom: 24px;
  }

  .more-stories {
    margin-bottom: -40px;
  }

  .image-7 {
    width: 50px;
    margin-top: 40px;
  }

  .call-out {
    height: auto;
    margin-top: 40px;
  }

  .container-7 {
    margin-top: -109px;
    margin-bottom: 0px;
    padding-top: 30px;
  }

  .bold-text-7 {
    line-height: 18px;
  }

  .link-block-3 {
    height: 210px;
  }

  .image-9 {
    width: 550px;
    height: 210px;
    max-height: none;
    max-width: 100%;
    min-width: 0px;
  }

  .list-item-2 {
    width: 160px;
    height: 45px;
    min-height: 45px;
    margin: -92px 5px 0px 0px;
    padding-left: 36px;
    font-family: Proximanova, sans-serif;
    font-size: 12px;
  }

  .two_columns {
    margin-bottom: 20px;
  }

  .column-9 {
    margin-bottom: 35px;
    padding-left: 14px;
  }

  .success-stories-header {
    margin-bottom: 30px;
  }

  .columns-6 {
    padding-right: 8px;
    padding-left: 6px;
  }

  .container-10 {
    margin-top: 40px;
    padding-right: 15px;
    padding-left: 16px;
    line-height: 32px;
  }

  .column-10 {
    height: auto;
    padding-left: 14px;
  }

  .text-span-5 {
    font-size: 18px;
  }

  .column-11 {
    margin-bottom: 0px;
  }

  .column-12 {
    margin-top: 20px;
  }

  .column-13 {
    margin-top: 20px;
  }

  .section.cc-cta {
    margin-top: 0px;
    background-position: 50% 98%;
    background-size: contain;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .navigation.contact-page {
    border-color: #e6e6e6;
    background-color: #e6e6e6;
  }

  .logo-image {
    margin-left: -20px;
    padding-right: 40px;
  }

  .navigation-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu {
    margin-left: 15px;
    background-color: #e6e6e6;
  }

  .text-block-15 {
    background-color: transparent;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-01 {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-01.padded-paragraph {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 0px;
  }

  .container-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-jumbo-02 {
    line-height: 40px;
  }

  .heading-jumbo-02.centered-alignment {
    margin-bottom: 110px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-jumbo-02.centered-alignment.aqua {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-jumbo-02.white {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-jumbo-02.left-alignment {
    margin-bottom: 50px;
  }

  .heading-jumbo-01 {
    margin-top: 0px;
    font-size: 40px;
    line-height: 24px;
  }

  .heading-01 {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 1px;
    font-size: 24px;
    line-height: 26px;
  }

  .heading-01.white-heading {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
  }

  .heading-02 {
    margin-bottom: 12px;
    margin-left: 0px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-03 {
    font-size: 10px;
  }

  .heading-03.centered-label {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .logo-link-2 {
    margin-left: -20px;
    padding-right: 95px;
  }

  .menu-button-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button-2.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header {
    padding-right: 20px;
    padding-left: 20px;
    background-color: transparent;
  }

  .menu-2 {
    margin-left: 15px;
  }

  .container-16 {
    margin-bottom: 0px;
    background-color: #fff;
  }

  .body-section {
    padding-top: 0px;
  }

  .footer-2 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-image-2 {
    width: 170px;
    margin-left: auto;
  }

  .column-14 {
    position: static;
    display: block;
    margin-bottom: 40px;
    padding-right: 100px;
    padding-left: 0px;
  }

  .image-12 {
    width: 290px;
    height: 140px;
    max-width: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/CS_01.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/CS_01.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
    background-repeat: repeat, repeat;
    background-attachment: scroll, fixed;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .cases-collection {
    margin-top: 60px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .link-block-4 {
    width: auto;
  }

  .image-13 {
    width: auto;
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-14 {
    width: 550px;
    height: 210px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .header-global {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-image-4 {
    margin-left: -18px;
    padding-right: 44px;
  }

  .header-global-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-16 {
    margin-left: -29px;
    padding-right: 67px;
  }

  .feature-image-mask {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-height: 600px;
    max-width: none;
    min-height: 300px;
    min-width: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .feature-image {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    clear: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0.5 auto;
    -ms-flex: 0 0.5 auto;
    flex: 0 0.5 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .div-block-8 {
    margin-left: 0px;
  }
}

#w-node-0945811666b5-cbcc7a6e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 479px) {
  #w-node-0945811666a5-cbcc7a6e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0945811666a9-cbcc7a6e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0945811666ad-cbcc7a6e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-0945811666b1-cbcc7a6e {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Canela 02';
  src: url('../fonts/Canela-Bold-02.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela 01';
  src: url('../fonts/Canela-Regular-01.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Canela 03';
  src: url('../fonts/Canela-RegularItalic-03.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Canela 04';
  src: url('../fonts/Canela-BoldItalic-04.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype'), url('../fonts/ProximaNova-RegularIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Thin.otf') format('opentype'), url('../fonts/ProximaNova-ThinIt.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype'), url('../fonts/ProximaNova-SemiboldIt.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Light.otf') format('opentype'), url('../fonts/ProximaNova-LightIt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype'), url('../fonts/ProximaNova-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype'), url('../fonts/ProximaNova-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova extrabldit';
  src: url('../fonts/ProximaNova-ExtrabldIt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova extrabld';
  src: url('../fonts/ProximaNova-Extrabld.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
