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

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

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

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

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

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

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

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

body {
  color: #491414;
  background-color: #ecede8;
  font-family: Sherika, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sherika, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  color: #491414;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sherika, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sherika, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sherika, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sherika, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sherika, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: #491414;
  margin-bottom: 0;
  font-weight: 300;
}

a {
  color: #000;
  border-color: #000;
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  color: #639;
  font-weight: 600;
}

.text-weight-semibold.text-shadow {
  text-shadow: 1px 1px 17px #000;
}

.text-weight-semibold.text-size-medium {
  font-size: 1.25rem;
}

.text-weight-light {
  color: #43002d;
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  color: #43002d;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

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

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xlarge.align-center {
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.page-wrapper {
  color: #43002d;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.padding-0 {
  padding-left: 5%;
  padding-right: 5%;
}

.page-padding.is--mobile-0 {
  padding: 2rem 5%;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: #fff;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrapper {
  color: #43002d;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.z {
  z-index: 10;
  position: relative;
}

.margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small {
  flex-direction: column;
  margin-bottom: 2rem;
  display: flex;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall {
  margin-left: 0;
  margin-right: 0;
}

.margin-vertical.margin-custom1 {
  margin: 3.5rem 0 2rem;
}

.margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 1rem;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom3 {
  padding: 7rem 0;
}

.padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-custom1 {
  padding: 3rem 0 9rem;
}

.padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xlarge {
  padding: 3rem 0;
}

.padding-vertical.padding-custom2 {
  padding: 8rem 0 12rem;
}

.padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-vertical.padding-custom4 {
  padding: 13rem 0 0;
}

.padding-vertical.padding-custom5 {
  padding: 16rem 0 12rem;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.text-weight-medium.text-size-custom2 {
  font-size: 1.25rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.text-color-white {
  color: #fff;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  color: #43002d;
  font-size: 1.75rem;
}

.heading-xxlarge {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-xxlarge.text-color-alabaster {
  font-size: 2.5rem;
}

.heading-xxlarge.text-weight-light {
  font-weight: 300;
}

.form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
  display: none;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  align-self: center;
  padding-top: 66.66%;
  position: relative;
}

.image-wrapper-3-2.is--rounded {
  border-radius: 5.4rem;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #902967;
  border: 1px #000;
  border-radius: 3rem;
  padding: .85rem 3.5rem;
  font-size: 1.25rem;
}

.button.is-alternate {
  color: #000;
  background-color: #ecede8;
  border-style: none;
  border-radius: 3.9rem;
}

.button.is-button-small {
  padding: .5rem 2.05rem;
}

.button.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: #f4f4f4;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 3rem;
  padding: .75rem 1.5rem;
  font-weight: 500;
}

.button-secondary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.is-alternate {
  color: #ecede8;
  border-color: #fff;
}

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-wrapper_image.is--rounded {
  width: 100%;
  height: 90%;
  border-radius: 3rem;
  top: 5%;
  bottom: 5%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: #000;
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 0%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  color: #43002d;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-medium.is--invert {
  filter: invert();
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.rl-styleguide-message {
  height: 100vh;
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.beta-label {
  text-transform: uppercase;
  background-color: #e4e2df;
  border-radius: .25rem;
  margin-left: .15rem;
  margin-right: .15rem;
  padding: .05rem .25rem;
  font-size: .875rem;
  display: inline-block;
}

.form-radio-label {
  margin-bottom: 0;
}

.margin-top-auto {
  margin-top: auto;
}

.text-lineheight-normal {
  line-height: 1.5;
}

.icon-embed-small {
  width: 2rem;
  height: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_class-sample-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px rgba(0, 0, 0, .08), 0 8px 8px -4px rgba(16, 24, 40, .03);
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.rl-styleguide_callout-link-wrapper {
  width: 100%;
  background-image: linear-gradient(135deg, rgba(255, 116, 72, .15), rgba(255, 72, 72, .15) 50%, rgba(98, 72, 255, .15)), linear-gradient(#fff, #fff);
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
}

.text-lineheight-xshort {
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-lineheight-xtall {
  line-height: 2;
}

.icon-medium {
  height: 3rem;
}

.text-lineheight-none {
  line-height: 1;
}

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .14);
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.icon-embed-medium {
  width: 3.25rem;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.icon-embed-medium:hover {
  color: #902967;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.styleguide_color-sample.is-alabaster {
  background-color: #ecede8;
}

.styleguide_color-sample.is-blackbean {
  background-color: #491414;
}

.styleguide_color-sample.is-darkslate {
  background-color: #1d5356;
}

.styleguide_color-sample.is-citrine {
  background-color: #d5c409;
}

.text-lineheight-short {
  line-height: 1.3;
}

.shadow-xsmall {
  box-shadow: 0 1px 3px rgba(16, 24, 40, .1), 0 1px 2px rgba(16, 24, 40, .06);
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.icon-large {
  height: 5rem;
}

.button-tertiary {
  color: #ecede8;
  text-align: center;
  background-color: #1d5356;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 3rem;
  padding: .75rem 1.5rem;
}

.button-tertiary.is-button-small {
  padding: .5rem 1.25rem;
}

.button-tertiary.is-alternate {
  color: #000;
  background-color: #d5c409;
  border-color: #464646;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.rl-styleguide_paste-text {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  border: 1px dashed rgba(0, 0, 0, .15);
  padding: 1rem;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-items: center;
  justify-items: start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.button-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

.button-link.with-icon {
  grid-column-gap: .5rem;
}

.icon-xsmall {
  height: 1.5rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.icon-embed-large {
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-xxsmall {
  height: 1rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ecede8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.text-lineheight-tall {
  line-height: 1.7;
}

.icon-small {
  height: 2rem;
}

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.rl-styleguide_shadow-wrapper {
  height: 8rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

.text-letterspacing-normal {
  letter-spacing: 0;
}

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

.icon-embed-xlarge {
  width: 6.5rem;
  height: 6.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.icon-xlarge {
  height: 6.5rem;
}

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.rl-styleguide_button-row {
  grid-column-gap: 1rem;
  display: flex;
}

.shadow-small {
  box-shadow: 0 4px 8px -2px rgba(16, 24, 40, .1), 0 2px 4px -2px rgba(16, 24, 40, .06);
}

.heading-marquee {
  color: #1d5356;
  text-align: center;
  white-space: pre-wrap;
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.text-color-alabaster {
  color: #ecede8;
}

.text-color-blackbean {
  color: #491414;
}

.text-color-blackbean.heading-xxlarge {
  font-weight: 500;
}

.text-color {
  color: #902967;
}

.text-color-citrine {
  color: #d5c409;
}

.background-color-alabaster {
  background-color: #ecede8;
}

.background-color-blackbean {
  background-color: #491414;
}

.background-color-darkslate {
  background-color: #1d5356;
}

.background-color-citrine {
  background-color: #d5c409;
}

.navbar_dropdown-link {
  padding: .5rem 1rem;
}

.navbar_dropdown-link.w--current {
  color: #000;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar_component {
  height: auto;
  min-height: 4.5rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #000;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.navbar_logo {
  width: 13rem;
}

.navbar_logo.is--white {
  display: none;
}

.button-secondary-2 {
  color: #386eec;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: .125rem solid #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-secondary-2.is-button-small {
  padding: .5rem 1.25rem;
}

.button-secondary-2.is-alternate {
  color: #fff;
  border-color: #fff;
}

.button-sign-up {
  color: #491414;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/icon_slider-arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.button-sign-up.is-button-small {
  padding: .5rem 1.25rem;
}

.navbar_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
}

.navbar_menu {
  align-items: center;
  display: flex;
}

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

.navbar_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: Sherika, sans-serif;
}

.navbar_menu-button {
  padding: 0;
}

.navbar_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.navbar_link {
  padding: .5rem 1rem;
  font-family: Sherika, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.navbar_link.w--current {
  color: #000;
}

.lightbox-play-icon {
  z-index: 2;
  width: 64px;
  height: 64px;
  color: #fff;
  position: absolute;
}

.page-padding-rem {
  border-radius: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_lightbox {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-alternate {
  z-index: 0;
  min-height: 80vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10rem 0% 5rem;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-size-medium-2 {
  font-size: 1.25rem;
}

.text-size-medium-2.text-weight-bold {
  font-weight: 700;
}

.text-size-medium-2.text-weight-semibold {
  font-weight: 600;
}

.button-row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-row.is-button-row-center {
  justify-content: center;
}

.button-row.hide {
  display: none;
}

.header_content-bottom {
  z-index: 1;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

.header_lightbox-image {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.header_component {
  height: 200vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-size-xlarge {
  color: #000;
  text-align: center;
  font-size: 2rem;
}

.text-size-xlarge.text-color-blackbean {
  color: #43002d;
  text-align: center;
}

.text-size-xlarge.text-weight-medium {
  text-shadow: 1px 1px 6px #000;
}

.text-size-xlarge.text-color-alabaster {
  color: #fff;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-size-xlarge.text-color-alabaster.text-shadow {
  text-shadow: 1px 1px 10px #000;
}

.about-header-component {
  z-index: 2;
  color: #ecede8;
  background-color: rgba(144, 41, 103, .91);
  border-radius: 2rem;
  padding: 3.6rem 1.8rem 1.8rem 2.4rem;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 4%;
  right: 15%;
}

.about-header-component.is-alternative {
  background-color: rgba(47, 87, 47, .91);
}

.o {
  z-index: 1;
  background-image: linear-gradient(rgba(29, 83, 86, .3), rgba(29, 83, 86, .3));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: rgba(145, 133, 6, .31);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer.is--rounded {
  background-color: rgba(47, 87, 47, .31);
  border-radius: 3rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer.is--rounded.is---alternate {
  background-color: rgba(46, 84, 46, .31);
}

.heading-span {
  color: #1d5356;
}

.section-services {
  margin-top: 0;
}

.services_content {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.services_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.services_desktop-image-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.button-link-2 {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link-2.with-icon {
  grid-column-gap: .5rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.container-large-2.overflow-hidden {
  padding-top: 2rem;
}

.services_mobile-image, .services_image {
  width: 100%;
  position: absolute;
}

.services_image.is-image2 {
  height: 100%;
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 2rem;
  outline: 1px solid rgba(0, 0, 0, 0);
}

.services_image.is-image1 {
  height: 100%;
  object-fit: cover;
  border-radius: 2rem;
  outline: 1px solid rgba(0, 0, 0, 0);
}

.services_image.is-image3 {
  height: 100%;
  outline-offset: 0px;
  object-fit: cover;
  border-radius: 2rem;
  outline: 1px solid rgba(0, 0, 0, 0);
}

.services_image.is-image4 {
  width: 100%;
  height: 100%;
  outline-offset: 0px;
  object-fit: cover;
  object-position: 60% 50%;
  border-radius: 2rem;
  outline: 1px solid rgba(0, 0, 0, 0);
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-layer.background-color-3 {
  background-color: #ecede8;
}

.background-layer.background-color-4 {
  background-color: #491414;
}

.background-layer.background-color-1 {
  background-color: #ecede8;
}

.background-layer.background-color-2 {
  background-color: #491414;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  position: relative;
}

.services_mobile-image-wrapper {
  display: none;
}

.services_content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-heading {
  font-size: 3.5rem;
  font-weight: 500;
}

.div-block {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-image-wrapper {
  z-index: 5;
  width: auto;
  height: auto;
  padding-top: 0%;
  position: static;
  top: 21%;
  bottom: auto;
  left: auto;
  right: 5%;
  overflow: hidden;
}

.earth-image {
  width: 100%;
  padding-top: 0%;
  position: relative;
}

.heading-xxxlarge {
  color: #43002d;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-xxxlarge.text-color-alabaster {
  color: #fff;
  font-size: 4rem;
}

.div-block-2 {
  border: .25rem #d5c409;
  border-radius: 2rem;
}

.border-wrapper {
  width: 90%;
  height: 60%;
  border: .4rem solid #902967;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.left-border {
  border-left: .25rem solid #902967;
  padding-left: 2rem;
}

.container-full {
  width: 100%;
}

.stats_component {
  outline-offset: 0px;
  outline: .3px solid rgba(29, 83, 86, .19);
}

.section-statistics {
  background-color: #ecede8;
}

.stats-top_component {
  width: 100vw;
  border-bottom: 1px #000;
  display: flex;
  overflow: hidden;
}

.stats-top_wrapper {
  width: 200vw;
  display: flex;
}

.stats-top_marquee {
  width: 100vw;
  justify-content: space-around;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  transform: skew(11deg);
}

.stats-top_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.stats-top_text-wrapper.hide-tablet {
  transform: skew(0deg);
}

.heading-xsmall-2 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

.stats-bottom_component {
  width: 100vw;
  border-bottom: 1px #000;
  justify-content: flex-end;
  display: flex;
  overflow: hidden;
}

.stats-bottom_inner-wrapper {
  width: 200vw;
  justify-content: flex-end;
  display: flex;
}

.stats-bottom_marquee {
  width: 100vw;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  transform: skew(-11deg);
}

.stats-bottom_text-wrapper {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.heading-huge {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.1;
}

.rl-styleguide_class-label-2 {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.cta-38-instructions-delete {
  text-align: left;
  background-color: #f4f4f4;
  padding: 2rem;
  display: block;
}

.industry_link-image {
  width: 100%;
  height: 50%;
  max-width: 38rem;
  object-fit: cover;
  border-radius: 50%;
}

.industry_link-image-wrapper {
  z-index: 1;
  width: 50%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin-left: 50%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.industry_link-image-wrapper.clickable-off {
  border-radius: 2rem;
  display: none;
}

.industry_link-block {
  border-bottom: .1rem solid rgba(236, 237, 232, .4);
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.industry_hover-css {
  color: #d5c409;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: rgba(131, 116, 116, .15);
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: none;
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.industry_link-text {
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.industries_component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #ecede8;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.industries_link-text-small {
  color: #ecede8;
  white-space: nowrap;
  margin-right: 2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
}

.html-embed {
  width: 4rem;
}

.service-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  flex: none;
  font-size: 3.25rem;
}

.text-color-blackbean-2 {
  color: #491414;
}

.heading-span-2 {
  color: #1d5356;
}

.client-testimonial-link {
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
  text-decoration: none;
  display: flex;
}

.testimonial-text {
  font-size: 1.75rem;
  display: none;
}

.testimonial-wrapper {
  width: 20vw;
  height: 40vh;
  outline-offset: 0px;
  background-color: #ecede8;
  border-radius: .4rem;
  outline: 2px solid rgba(73, 20, 20, .16);
}

.testimonial_component {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-content {
  width: 100%;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.logo-custom {
  width: 100%;
}

.logo-custom.is-short {
  height: 9rem;
}

.logo-wrapper {
  width: 80%;
  overflow: visible;
}

.testimonial-quote {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 300;
}

.testimonial-text-wrapper {
  max-width: 30rem;
  margin-top: 3rem;
  display: none;
  overflow: hidden;
  transform: translate(0);
}

.section-cta {
  margin-top: 0;
}

.cta_content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 7rem;
  margin-right: 7rem;
  display: grid;
}

.cta_content.is--wider {
  width: 65vw;
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
}

.cta-component {
  height: 25rem;
  background-color: #2f572f;
  border-radius: 16rem;
  align-self: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-component.is--alternate {
  width: 100%;
  height: 20rem;
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px solid #43002d;
  justify-content: center;
}

.cta-text {
  color: #ecede8;
  text-align: center;
  font-size: 2rem;
}

.cta-wrapper {
  flex-direction: column;
  margin-left: 0;
  display: flex;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer_link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: center;
  justify-items: start;
  transition: color .2s, transform .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.footer_link:hover {
  color: #902967;
  transform: translate(2rem, -1rem);
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.line-divider {
  width: 100%;
  height: 1px;
  opacity: .2;
  background-color: #902967;
}

.footer_newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer_component {
  overflow: hidden;
}

.footer_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.footer_form-block {
  max-width: 35rem;
  min-width: 25rem;
  margin-bottom: 0;
}

.footer_column-heading {
  color: #43002d;
  align-self: auto;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.footer_column-heading:hover, .footer_column-heading:active {
  color: #902967;
}

.footer_link2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer_credit-text {
  font-size: .875rem;
}

.form-input-cta {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 1rem 1rem 0 0;
}

.form-input-cta:focus {
  padding-top: 0;
  font-size: 3rem;
}

.form-input-cta:focus-visible {
  padding-top: 0;
  font-size: 3rem;
}

.form-input-cta[data-wf-focus-visible] {
  padding-top: 0;
  font-size: 3rem;
}

.form-input-cta::-ms-input-placeholder {
  font-size: 3rem;
}

.form-input-cta::placeholder {
  font-size: 3rem;
}

.footer_top-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: -11vw;
  margin-right: -11vw;
  display: flex;
}

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

.footer-img {
  width: 120vw;
  height: 45rem;
  opacity: .2;
  object-fit: cover;
}

.page-padding-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-padding-2.padding-0 {
  padding-left: 0;
  padding-right: 0;
}

.about-header_component {
  height: 50vh;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
}

.heading-xhuge {
  color: #43002d;
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1;
}

.about-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about_content {
  z-index: 0;
  min-height: 55vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 57% 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 5rem;
  padding-left: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about_header {
  height: 200vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.about-text-wrapper {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.mission_component {
  z-index: 2;
  width: 95%;
  max-width: 80rem;
  color: #ecede8;
  background-color: rgba(144, 41, 103, .91);
  border-radius: 2rem;
  padding: 2rem 1.8rem 2rem 2.4rem;
  position: absolute;
  top: 21%;
  bottom: 140px;
  left: 3%;
  right: auto;
}

.text-size-custom {
  color: #43002d;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-size-custom.is--alternate {
  color: #43002d;
}

.value_item {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-row-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row-2.is-button-row-center {
  justify-content: center;
}

.heading-small-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.section-values {
  position: relative;
}

.values_component {
  grid-column-gap: 4.25rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: center;
  margin-bottom: 2rem;
  display: grid;
}

.heading-value {
  color: #1d5356;
  text-align: left;
  white-space: pre-wrap;
  font-size: 5rem;
  font-weight: 300;
  line-height: 1.1;
}

.team-content {
  width: 100%;
  height: auto;
  max-width: 70rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  padding-left: 0%;
  padding-right: 0%;
  display: grid;
}

.team-wrapper {
  width: 100%;
  height: 50vh;
  outline-offset: 0px;
  background-color: #ecede8;
  border-radius: .4rem;
  outline: 2px solid rgba(73, 20, 20, .16);
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.team-heading {
  align-self: flex-start;
}

.team-item {
  width: 100%;
  height: 100%;
  color: #4d4d4d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 35px;
  text-decoration: none;
  display: flex;
}

.team-img {
  width: 100%;
  height: 100%;
  filter: grayscale(45%);
  object-fit: cover;
  object-position: 50% 50%;
  transform: rotate(0);
}

.team-img.is-short {
  height: 9rem;
}

.team-img.is--rotate {
  filter: grayscale(46%);
  object-position: 50% 0%;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.i-wrapper {
  overflow: visible;
}

.image-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-wrapper.is-zoomed {
  width: 125%;
}

.member-info-wrapper {
  flex: 1;
}

.team-title {
  color: #1d5356;
  font-size: 1.5rem;
}

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

.team17_image {
  width: 5rem;
  height: 5rem;
  min-height: 5rem;
  min-width: 5rem;
  object-fit: cover;
  border-radius: 100%;
}

.team_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: minmax(max-content, max-content);
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team17_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #1d5356;
}

.team17_item {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.team17_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-size-large-2 {
  font-size: 1.5rem;
}

.text-size-large-2.text-weight-semibold {
  font-weight: 600;
}

.team_component {
  z-index: 2;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.logo-symbol {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  object-position: 0% 50%;
}

.why-us_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.why-us_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section-why-us {
  background-color: #1d5356;
  border-radius: 2rem;
}

.why-us-heading {
  color: #ecede8;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.signup-form_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(55%, max-content) max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.signup-form_form-block {
  margin-bottom: 0;
}

.about-cta_component {
  width: 60rem;
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout351_image {
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.layout351_component {
  width: 100%;
  height: 90vh;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  display: flex;
  overflow: hidden;
}

.layout351_accordion {
  width: 5rem;
  height: 90vh;
  min-width: 5rem;
  border-right: 1px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.layout351_accordion.active {
  width: 100%;
}

.layout351_column-content {
  height: 100%;
  min-width: 200vw;
  overflow: auto;
}

.layout351_column {
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.layout351_column-horiztonal-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  display: none;
}

.layout351_column-text {
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout351_column-vertical-text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  transform: none;
}

.layout351_image-wrapper {
  margin-bottom: 4rem;
}

.layout351_content-wrapper {
  width: 40rem;
  height: 100%;
  flex-direction: column;
  flex: none;
  padding: 4rem 3rem;
  display: flex;
}

.service-item_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.service-item_top {
  height: 20vh;
  cursor: pointer;
  border-top: 1px solid rgba(29, 83, 86, .49);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.service-item_icon {
  width: 2rem;
  align-self: center;
  margin-left: 1.5rem;
  display: none;
}

.service-item_bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.service-item_bottom.last-border {
  border-bottom: 1px solid rgba(29, 83, 86, .65);
}

.secondary-list-wrapper {
  text-align: right;
}

.layout357_content-layout {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout357_image {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.layout357_sticky-top {
  width: 100%;
  height: 10rem;
  align-items: center;
  display: flex;
}

.layout357_image-wrapper {
  position: relative;
}

.layout357_content-item {
  background-color: #fff;
  border-top: 1px solid #000;
  position: -webkit-sticky;
  position: sticky;
}

.layout357_content-item.content-item-3 {
  background-color: #ecede8;
  margin-top: -4rem;
  margin-bottom: 4rem;
  top: 18rem;
}

.layout357_content-item.content-item-1 {
  background-color: #ecede8;
  margin-bottom: 12rem;
  top: 0;
}

.layout357_content-item.content-item-4 {
  background-color: #ecede8;
  margin-bottom: 8.8rem;
  top: 0;
}

.layout357_content-item.content-item-2 {
  background-color: #ecede8;
  margin-top: -8rem;
  margin-bottom: 12.7rem;
  top: 9rem;
}

.layout357_content-item.content-item-3 {
  margin-top: -8rem;
  margin-bottom: 8rem;
  top: 12rem;
}

.layout357_content-item.content-item-1 {
  margin-bottom: 16rem;
  top: 0;
}

.layout357_content-item.content-item-4 {
  margin-bottom: 8rem;
  top: 0;
}

.layout357_content-item.content-item-2, .layout357_content-item.content-item-3 {
  margin-top: -12rem;
  margin-bottom: 12rem;
  top: 8rem;
}

.layout357_content-item.content-item-1 {
  margin-bottom: 20rem;
  top: 0;
}

.layout357_content-item.content-item-4 {
  margin-bottom: 8rem;
  top: 0;
}

.layout357_content-item.content-item-2 {
  margin-top: -16rem;
  margin-bottom: 16rem;
  top: 12rem;
}

.layout357_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.layout357_anchor {
  height: 0;
  position: relative;
  top: -16rem;
}

.layout357_sticky-top-2 {
  width: 100%;
  height: 8rem;
  align-items: center;
  display: flex;
}

.layout357_sticky-top-3 {
  width: 100%;
  height: 4rem;
  align-items: center;
  display: flex;
}

.layout357_anchor-2 {
  height: 0;
  position: relative;
  top: -16rem;
}

.in-service-list {
  color: #902967;
  font-size: 1.7rem;
  font-weight: 700;
}

.case-example_component {
  grid-column-gap: 2.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.case-study-tagline {
  color: #491414;
}

.text-size-xmedium {
  color: #fff;
  font-size: 1rem;
}

.cta-headline {
  color: #43002d;
  text-align: center;
  line-height: 1;
}

.csheader_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.csheader_content {
  z-index: 0;
  min-height: 80vh;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section-case-studies {
  margin-top: 100px;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #386eec;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
}

.csheader_content-bottom {
  z-index: 1;
  height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.csheader_component {
  height: 80vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 32rem;
}

.case-studies_content-item {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.case-studies_content-item.content-item-1 {
  background-image: linear-gradient(rgba(29, 83, 86, .35), rgba(29, 83, 86, .35)), url('../images/israel-andrade-YI_9SivVt_s-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 2.5rem;
  position: static;
}

.case-studies_content-item.content-item-3 {
  background-image: linear-gradient(rgba(29, 83, 86, .35), rgba(29, 83, 86, .35)), url('../images/acton-crawford-ju-oKQGkGF0-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 2.5rem;
  position: static;
}

.case-studies_content-item.content-item-2 {
  z-index: 1;
  background-image: linear-gradient(rgba(29, 83, 86, .34), rgba(29, 83, 86, .34)), url('../images/toa-heftiba-qlTrBYN05hU-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 2.5rem;
  display: flex;
  top: 0;
}

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

.header-100vh {
  max-height: 60rem;
  min-height: 100vh;
  align-items: center;
  display: flex;
}

.case-studies_component {
  margin-bottom: 8rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.case_component {
  z-index: 2;
  color: #fff;
  background-color: rgba(144, 41, 103, .91);
  border-radius: 2rem;
  padding: 3.6rem 1.8rem 1.8rem 2.4rem;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 3%;
  right: auto;
}

.case_component.is--alternate {
  padding-top: 2rem;
  top: auto;
  bottom: 24%;
  left: auto;
  right: 4%;
}

.case-list-wrapper-1 {
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.case-list-wrapper-2 {
  z-index: 1;
  margin-top: 220px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.case-list-wrapper-3 {
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.case_study-title-wrapper {
  z-index: 2;
  color: #ecede8;
  border-radius: 2rem;
  position: absolute;
  top: auto;
  bottom: 78%;
  left: 4%;
  right: auto;
}

.case_study-title-wrapper.is--alternate {
  top: auto;
  bottom: 22%;
  left: auto;
  right: 4%;
}

.case-study-title {
  color: #ecede8;
  font-size: 5.5rem;
}

.section-case-header {
  background-color: #fff;
  background-image: linear-gradient(#43002d, #902967 30%, #956381 62%, #f4f4f4);
}

.caseheader_component {
  grid-column-gap: 0rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
  position: relative;
}

.case-title {
  color: #ecede8;
  text-align: center;
}

.case-image-wrapper {
  width: 45%;
  height: 45rem;
  border-radius: 2rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-full.is--rounded {
  border-radius: 2rem;
}

.image-full.is--left-rounded {
  border-radius: 1rem 0 0 15rem;
}

.image-overlay {
  mix-blend-mode: overlay;
  background-color: rgba(213, 196, 9, .47);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay.is--left-rounded {
  background-color: rgba(102, 51, 153, .31);
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 15rem;
}

.image-overlay.is--rounded {
  background-color: rgba(102, 51, 153, .31);
  border-radius: 2rem;
}

.case-header_component {
  justify-content: space-around;
  display: flex;
  position: relative;
}

.case-project-summary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-how-we-helped {
  background-color: #f4f4f4;
}

.results_image-wrapper {
  width: 100%;
  height: 60vh;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  position: relative;
}

.results_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.div-block-3 {
  position: absolute;
}

.section-case-cta {
  background-color: #f4f4f4;
}

.contact_image-wrapper {
  width: 30rem;
  height: 30rem;
}

.contact_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  display: block;
}

.contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.form-checkbox-icon-2 {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon-2.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon-2.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form-checkbox-label-2.text-size-small {
  font-size: .875rem;
}

.error-text {
  color: #e23939;
}

.section-contact {
  background-color: #fff;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/Ribbon-3.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, repeat-x;
  background-size: auto, auto;
}

.contact-form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #ecede8;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.contact-form-input:focus-visible {
  color: #ecede8;
  font-size: 1.5rem;
}

.contact-form-input[data-wf-focus-visible] {
  color: #ecede8;
  font-size: 1.5rem;
}

.contact-form-input::-ms-input-placeholder {
  color: #ecede8;
  font-size: 1.5rem;
  font-weight: 400;
}

.contact-form-input::placeholder {
  color: #ecede8;
  font-size: 1.5rem;
  font-weight: 400;
}

.contact-form-input.is-text-area {
  padding-top: .75rem;
  padding-bottom: 0;
}

.success-text {
  font-weight: 600;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form-checkbox-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.dropdown2_component {
  margin-left: 0;
  margin-right: 0;
}

.dropdown2_toggle {
  min-height: 2.75rem;
  color: #1d5356;
  border: 1px #000;
  border-bottom: 2px solid #ecede8;
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
}

.dropdown2_dropdown-icon {
  color: #1d5356;
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.dropdown2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  margin-top: .5rem;
  padding: .5rem;
}

.dropdown2_dropdown-link {
  padding: .5rem;
}

.dropdown2_dropdown-link.w--current {
  color: #000;
}

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

.contact6_item {
  display: flex;
}

.form-radio-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.field-label-2 {
  margin-bottom: .5rem;
  font-weight: 400;
}

.contact6_form-block {
  flex-direction: column;
  align-items: stretch;
}

.form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-1 {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input-1.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input-1.is-select-input {
  color: #ecede8;
  border: 1px #000;
  border-bottom: 2px solid #ecede8;
  font-size: 1.5rem;
}

.contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.form-radio-icon-2 {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon-2.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form-radio-icon-2.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.contact6_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.cta-top-line {
  color: #ecede8;
  text-align: center;
}

.heading-1 {
  color: #43002d;
  text-align: center;
  font-size: 4.25rem;
}

.heading-1.heading-xxlarge {
  font-weight: 500;
}

.industry-title {
  padding-left: 2.5rem;
}

.how-we-helped-summary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.values-heading {
  font-size: 1.25rem;
}

.text-size-custom-2 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.margin-top-2 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-row-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #491414;
  border: 1px #000;
  border-radius: 3rem;
  padding: .85rem 3.5rem;
  font-size: 1.25rem;
}

.button-4.is-alternate {
  color: #902967;
  background-color: #ecede8;
  border-style: none;
  border-radius: 3.9rem;
}

.footer-bottom {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.footer-legal-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.footer-legal-block.is--alternate {
  color: #000;
  grid-template-columns: .5fr 1fr 1fr;
}

.footer-legal-link {
  color: #000;
  margin-left: auto;
  margin-right: auto;
}

.footer-legal-link:hover {
  color: #6d3899;
}

.list-item, .list-item-2 {
  font-size: 1.3rem;
}

.button-5 {
  color: #43002d;
  background-color: #fff;
  border: 1px solid #43002d;
  border-radius: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.case-study-title-2 {
  color: #902967;
  text-align: center;
  margin-top: 0;
  margin-bottom: 4rem;
  font-size: 5rem;
}

.text-span-8 {
  color: #db80b7;
}

.information_content {
  align-self: center;
  margin-top: 0;
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  width: 80%;
  color: #43002d;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
}

.form_success-message {
  background-color: #eaf3ff;
  border-radius: 6px;
}

.form_block {
  width: 400px;
}

.information_section {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  display: none;
}

.button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  background-color: #284ee7;
}

.button-3.mg-top-36px {
  background-color: #902967;
  border-radius: 15px;
  margin-top: 36px;
  font-weight: 500;
}

.bold-text-19 {
  color: #902967;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.page-wrapper-2 {
  width: 90vw;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.form_field-label {
  color: #43002d;
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: 500;
}

.form_text-field {
  border: 1px solid #902967;
  border-radius: 15px;
  margin-bottom: 37px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_section {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 64px 64px;
  display: flex;
}

.link-3 {
  color: #2e542e;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-3:hover {
  color: #8cb788;
  -webkit-text-stroke-color: #4c8a47;
}

.nav_left {
  align-items: center;
  display: flex;
  position: relative;
}

.hamburger-block {
  z-index: 100;
  margin-right: 28px;
  position: relative;
}

.image-3 {
  height: 72px;
}

.div-block-43 {
  z-index: 9;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-11 {
  margin-left: 28px;
}

.div-block-32 {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  margin-bottom: 7px;
}

.nav-wrapper {
  background-color: #fff;
  padding-left: 112px;
  padding-right: 112px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-56 {
  height: 72px;
}

.nav-bar {
  max-width: 1920px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-bottom: 2px solid #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 16px;
  padding-bottom: 16px;
  display: grid;
}

.div-block-32-copy {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  margin-bottom: 0;
}

.link-block-10 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link-block-10.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-2 {
  display: none;
}

.bold-text-20 {
  color: #50914a;
}

.c-page {
  width: 100%;
  height: 100vh;
  font-weight: 400;
}

.heading-xxxlarge-2 {
  color: #000;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.text-span-22 {
  color: #000;
  font-weight: 700;
}

.heading-9 {
  color: #2e542e;
  margin-top: 0;
  margin-bottom: .125rem;
  font-size: 4rem;
}

.c-title-wrapper {
  margin-bottom: 16px;
}

.c-title-wrapper.cc-title-nomargin {
  margin-bottom: 0;
}

.spiralgrid_container {
  width: 90%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.5rem;
  padding-left: 0;
  display: flex;
}

.page-padding-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-vertical-2 {
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-2.padding-custom4 {
  padding: 4rem 0 0;
}

.padding-vertical-2.padding-large {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.service-item_top-2 {
  height: 20vh;
  cursor: pointer;
  border-top: 1px solid rgba(29, 83, 86, .49);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.c-body_bg {
  width: 130%;
  max-width: none;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: 141px;
  right: 0%;
}

.c-autotabs {
  z-index: 1;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.bold-text-5 {
  font-size: 3rem;
}

.text-span-25 {
  color: #2f572f;
  font-weight: 300;
}

.spiralgrid_content-border {
  width: 100%;
  height: 100%;
  min-height: 350px;
  text-align: center;
  background-color: #f2f5f2;
  border: 2px solid #50914a;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8rem;
  display: flex;
}

.heading-xsmall-3 {
  color: #2e542e;
  margin-top: .125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.spiralgrid_icon {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35%;
  position: relative;
}

.image-wrapper-3-2-2 {
  width: 80%;
  align-self: center;
  padding-top: 66.66%;
  position: relative;
}

.image-wrapper-3-2-2.is--about {
  width: 100%;
}

.text-size-custom-3 {
  color: #000;
  padding-top: 20px;
  font-size: 1.5rem;
}

.bold-text-6 {
  color: #50914a;
}

.text-size-large-3 {
  width: 42.3vw;
  color: #43002d;
  text-align: justify;
  font-size: 1.5rem;
}

.text-size-large-3.text-align-center.is---alternate {
  width: 80vw;
  height: 80px;
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

.max-width-xlarge-2 {
  width: 100%;
  max-width: 64rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-21 {
  color: #50914a;
}

.about_content-2 {
  z-index: 0;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 57% 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-align-center-2 {
  text-align: center;
  align-self: center;
}

.service-item_bottom-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.service-item_bottom-2.last-border {
  border-bottom: 1px solid rgba(29, 83, 86, .65);
}

.c-text-1 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.spiralgrid_content-container {
  height: auto;
  max-width: 25%;
  min-width: 25%;
  background-image: url('../images/dotted-timeline_top-left.svg'), url('../images/dotted-timeline_top-right.svg'), url('../images/dotted-timeline_bottom-right.svg'), url('../images/dotted-timeline_bottom-left.svg'), url('../images/dotted-timeline_right-vertical.svg'), url('../images/dotted-timeline_left-vertical.svg');
  background-position: 0 0, 100% 0, 100% 100%, 0 100%, 100%, 0%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y;
  background-size: 50%, 50%, 50%, 50%, 50%, 50%;
  padding: 1.5rem;
  position: relative;
}

.spiralgrid_content-container.even {
  z-index: 2;
  background-color: #fff;
  background-image: url('../images/dotted-timeline_top-left.svg'), url('../images/dotted-timeline_top-right.svg'), url('../images/dotted-timeline_blank.svg'), url('../images/dotted-timeline_blank.svg'), url('../images/dotted-timeline_right-vertical.svg'), url('../images/dotted-timeline_left-vertical.svg');
}

.spiralgrid_content-container.end {
  z-index: 3;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 25%), url('../images/dotted-timeline_bottom-left.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  left: -3px;
}

.spiralgrid_content-container.end.mobile {
  display: none;
}

.spiralgrid_content-container.start {
  z-index: 2;
  background-image: linear-gradient(to right, #fff 75%, rgba(255, 255, 255, 0)), url('../images/dotted-timeline_top-right.svg'), url('../images/dotted-timeline_blank.svg'), url('../images/dotted-timeline_right-vertical.svg');
  background-position: 0 0, 100% 0, 100% 100%, 100%;
  background-repeat: repeat, no-repeat, no-repeat, repeat-y;
  background-size: auto, 50%, 50%, 50%;
}

.spiralgrid_content-container.start.tablet {
  display: none;
}

.spiralgrid_content-container.odd {
  z-index: 3;
  background-image: url('../images/dotted-timeline_bottom-right.svg'), url('../images/dotted-timeline_bottom-left.svg');
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 50%, 50%;
  margin: -5rem -4px 5rem;
  padding-left: 1.5rem;
  top: 89px;
}

.padding-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.c-autotabs_link {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 22px 80px 22px 90px;
}

.c-autotabs_link.w--current {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 49px;
  padding-bottom: 49px;
  box-shadow: 0 8px 48px -10px #c0c7e2;
}

.paragraph-9 {
  color: #000;
  margin-top: 20px;
  margin-bottom: .125rem;
  font-size: 1.5rem;
}

.section-services-2 {
  background-color: #fff;
  margin-top: 0;
}

.heading-xxlarge-2 {
  color: #43002d;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-xxlarge-2.text-color-alabaster {
  color: #fff;
  font-size: 2.8rem;
}

.header_content-bottom-2 {
  z-index: 1;
  height: 120vh;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
}

.c-section {
  color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.c-section.cc-main {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.c-section.cc-body-bg {
  z-index: -1;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.c-autotabs_load {
  width: 100%;
  height: 0%;
  background-color: #50914a;
  border-radius: 20px;
  overflow: visible;
}

.c-container-2 {
  max-width: 1364px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: block;
}

.c-container-2.cc-10cols {
  max-width: 1144px;
}

.c-autotabs_paragraph {
  color: #5f6668;
}

.c-custom-code {
  display: none;
}

.div-block-57 {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  margin-bottom: 7px;
}

.c-autotabs_line {
  width: 6px;
  background-color: #e5eae5;
  border-radius: 20px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 40px;
  right: auto;
  overflow: hidden;
}

.position_absolute-contain {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span-24 {
  color: #2f572f;
  font-weight: 300;
}

.about_header-2 {
  height: 190vh;
  flex-direction: column;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #000;
  margin-top: 20px;
}

.footer_component-2 {
  background-color: #fff;
  overflow: hidden;
}

.heading-xhuge-2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.heading-xhuge-2.is--alternate {
  color: #2e542e;
}

.text-size-custom-4 {
  width: 30vw;
  color: #43002d;
  font-size: 1.6rem;
}

.text-size-custom-4.text-color-alabaster {
  color: #fff;
}

.div-block-58 {
  height: 72px;
}

.page-wrapper-3 {
  color: #fff;
}

.about-text-wrapper-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.c-autotabs_menu {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.container-full-2 {
  width: 100%;
}

.page-padding-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-xhuge-3 {
  color: #2e542e;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.mission_component-2 {
  z-index: 2;
  width: 95%;
  max-width: 80rem;
  color: #ecede8;
  background-color: rgba(80, 145, 74, .91);
  border-radius: 2rem;
  padding: 2rem 1.8rem 2rem 2.4rem;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 3%;
  right: auto;
}

.link-block-14 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link-block-14.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-padding-4 {
  margin-top: 0;
  padding-top: 60px;
  padding-left: 3rem;
  padding-right: 3rem;
}

.c-title-3 {
  color: #50914a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6em;
}

.text-span-19 {
  color: #374d72;
}

.bold-text-21 {
  color: #50914a;
}

.text-span-26 {
  color: #000;
}

.heading-10 {
  color: #2e542e;
  margin-top: 4rem;
  margin-bottom: .125rem;
}

.page-padding-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-vertical-3 {
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical-3.padding-custom4 {
  padding: 2rem 0 0;
}

.padding-vertical-3.padding-large {
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.service-item_top-3 {
  height: 20vh;
  cursor: pointer;
  border-top: 1px solid rgba(29, 83, 86, .49);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.text-span-27 {
  font-weight: 300;
}

.image-wrapper-3-2-3 {
  width: 80%;
  align-self: center;
  padding-top: 66.66%;
  position: relative;
}

.image-wrapper-3-2-3.is--about {
  width: 100%;
}

.text-size-custom-5 {
  color: #000;
  padding-top: 20px;
  font-size: 1.5rem;
}

.bold-text-22 {
  color: #50914a;
}

.text-size-large-4 {
  width: 42.3vw;
  color: #43002d;
  text-align: justify;
  font-size: 1.5rem;
}

.text-size-large-4.text-align-center.is---alternate {
  width: 80vw;
  height: 80px;
  color: #000;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

.max-width-xlarge-3 {
  width: 100%;
  max-width: 64rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-28 {
  color: #50914a;
}

.about_content-3 {
  z-index: 0;
  min-height: 100vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 57% 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding-top: 2rem;
  padding-bottom: 0;
  padding-left: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.text-align-center-3 {
  text-align: center;
  align-self: center;
}

.service-item_bottom-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.service-item_bottom-3.last-border {
  border-bottom: 1px solid rgba(29, 83, 86, .65);
}

.paragraph-10 {
  color: #000;
  margin-top: 20px;
  margin-bottom: .125rem;
  font-size: 1.5rem;
}

.div-block-59 {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 0;
  margin-bottom: 7px;
}

.text-span-30 {
  font-weight: 300;
}

.paragraph-11 {
  color: #000;
  margin-top: 20px;
}

.footer_component-3 {
  background-color: #fff;
  overflow: hidden;
}

.heading-xhuge-4 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.heading-xhuge-4.is--alternate {
  color: #2e542e;
}

.text-span-23 {
  font-weight: 300;
}

.text-size-custom-6 {
  width: 30vw;
  color: #43002d;
  font-size: 1.6rem;
}

.text-size-custom-6.text-color-alabaster {
  color: #fff;
}

.div-block-60 {
  height: 72px;
}

.page-wrapper-4 {
  color: #43002d;
}

.about-text-wrapper-3 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.container-full-3 {
  width: 100%;
}

.page-padding-7 {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-xhuge-5 {
  color: #2e542e;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1;
}

.mission_component-3 {
  z-index: 2;
  width: 95%;
  max-width: 80rem;
  color: #ecede8;
  background-color: rgba(80, 145, 74, .91);
  border-radius: 2rem;
  padding: 2rem 1.8rem 2rem 2.4rem;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 3%;
  right: auto;
}

.link-block-16 {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.link-block-16.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-31 {
  color: #639;
}

.text-span-32 {
  color: #902967;
}

.body {
  color: #43002d;
  background-color: #fff;
}

.heading-11, .heading-12, .heading-13 {
  color: #43002d;
}

.text-span-33 {
  color: #639;
}

.body-2 {
  background-color: #fff;
}

.text-span-34 {
  color: #374d72;
}

.body-3, .body-4 {
  color: #43002d;
  background-color: #fff;
}

.heading-14, .heading-15, .heading-16 {
  color: #fff;
  font-size: 2rem;
}

.body-5 {
  background-color: #fff;
}

.button-alt {
  background-color: #2f572f;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 1.5rem;
}

.body-6 {
  color: #fff;
  background-color: #fff;
}

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

.section-cta-2 {
  background-color: #f4f4f4;
}

.text-span-35, .text-span-36 {
  color: #000;
}

.h1 {
  color: #2f572f;
  text-align: center;
}

.sub-text-large {
  color: #000;
  text-align: center;
  font-size: 2rem;
}

.h2-1 {
  color: #2f572f;
}

.sub-text-medium.is-alternative {
  color: #000;
  font-weight: 400;
}

.text-span-37 {
  color: #fff;
  font-size: 46px;
}

.text-span-38 {
  color: #374d72;
}

.text-span-39 {
  color: #2f572f;
  font-weight: 300;
}

.text-span-40 {
  color: #902967;
}

@media screen and (min-width: 1440px) {
  .text-weight-light, .text-size-regular {
    color: #43002d;
  }

  .page-padding {
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-padding.is--mobile-0 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .text-size-medium {
    color: #43002d;
  }

  .text-size-large.text-align-center {
    font-weight: 300;
  }

  .heading-xxlarge {
    color: #43002d;
  }

  .heading-xxlarge.text-color-alabaster {
    color: #fff;
  }

  .heading-medium, .heading-large {
    color: #43002d;
  }

  .image-wrapper-3-2 {
    width: auto;
    padding-top: 66.66%;
    padding-left: 0;
  }

  .heading-xsmall, .heading-small {
    color: #43002d;
  }

  .image-wrapper_image.is--rounded {
    height: 90%;
    color: #43002d;
    width: auto;
    height: 100vh;
    max-width: 100%;
    width: auto;
    height: 100vh;
    max-width: 100%;
    display: inline-block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .text-color {
    color: #374d72;
  }

  .header-alternate {
    padding-top: 14rem;
  }

  .section-header {
    color: #639;
  }

  .text-size-xlarge.text-color-blackbean {
    font-weight: 400;
  }

  .about-header-component {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .image-overlay-layer.is--rounded {
    background-color: rgba(102, 51, 153, .31);
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-overlay-layer.is--rounded.is---alternate {
    width: auto;
  }

  .section-services {
    margin-top: 0;
  }

  .services_image.is-image2, .services_image.is-image1, .services_image.is-image3, .services_image.is-image4 {
    background-color: #639;
  }

  .heading-xxxlarge, .heading-huge {
    color: #43002d;
  }

  .section-cta {
    margin-top: 0;
  }

  .cta-component.is--alternate {
    background-color: #fff;
    outline-color: #43002d;
  }

  .about_content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .about_header {
    height: 170vh;
  }

  .mission_component {
    top: 43%;
    bottom: 93px;
    left: 2.5%;
  }

  .text-size-custom {
    color: #43002d;
    font-weight: 400;
  }

  .text-size-custom.is--alternate {
    color: #43002d;
  }

  .service-item_top {
    border-top-color: rgba(67, 0, 45, .65);
  }

  .service-item_bottom.last-border {
    border-bottom-color: rgba(144, 41, 103, .65);
  }

  .in-service-list {
    color: #902967;
  }

  .text-size-xmedium {
    font-size: 1.5rem;
  }

  .cta-headline {
    color: #43002d;
  }

  .section-case-header {
    background-color: #fff;
  }

  .case-title {
    color: #902967;
  }

  .image-overlay.is--left-rounded, .image-overlay.is--rounded {
    background-color: rgba(102, 51, 153, .31);
  }

  .section-how-we-helped, .section-case-cta {
    background-color: #f4f4f4;
  }

  .button-4.is-alternate {
    font-weight: 500;
  }

  .footer-bottom {
    width: 89vw;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 5px 20px 0;
    display: block;
  }

  .footer-legal-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr 1fr 1fr;
    justify-content: start;
    justify-items: start;
  }

  .footer-legal-block.is--alternate {
    margin-left: auto;
  }

  .button-5 {
    color: #43002d;
    background-color: #fff;
    border-radius: 50px;
    font-size: 1.5rem;
  }

  .information_content {
    align-self: flex-start;
  }

  .display-1.width-80percent {
    width: 80%;
    margin-top: 10px;
    padding-left: 46px;
    padding-right: 72px;
  }

  .form_block {
    width: 400px;
  }

  .form-3 {
    line-height: 2;
  }

  .page-wrapper-2 {
    margin-top: 0;
  }

  .form_field-label {
    font-size: 1em;
  }

  .form_section {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 100px;
  }

  .padding-vertical-2.padding-large {
    padding-top: 3rem;
  }

  .image-wrapper-3-2-2 {
    width: 100%;
    height: auto;
    align-self: center;
    padding-top: 66%;
  }

  .image-wrapper-3-2-2.is--about {
    width: 100vw;
    height: 100vh;
    padding-top: 0%;
  }

  .text-size-large-3 {
    width: auto;
  }

  .text-size-large-3.text-align-center {
    color: #384045;
  }

  .max-width-xlarge-2 {
    width: auto;
    max-width: none;
    margin-left: 40px;
  }

  .spiralgrid_content-container.end {
    left: -3px;
  }

  .section-services-2 {
    width: 100vw;
  }

  .header_content-bottom-2 {
    width: 100%;
    max-width: 100%;
    flex: 1;
    align-self: auto;
    top: auto;
  }

  .c-section.cc-main {
    width: 100vw;
  }

  .text-span-20 {
    color: #374d72;
  }

  .about_header-2 {
    height: 200vh;
  }

  .main-wrapper-2 {
    width: 100vw;
    max-width: 100vw;
    outline-offset: 0px;
    outline: 3px #43002d;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .container-full-2 {
    width: 100%;
  }

  .padding-vertical-3.padding-large {
    padding-top: 3rem;
  }

  .image-wrapper-3-2-3 {
    width: 100%;
    height: auto;
    align-self: center;
    padding-top: 66%;
  }

  .image-wrapper-3-2-3.is--about {
    width: 100vw;
    height: 100vh;
    padding-top: 0%;
  }

  .text-size-large-4 {
    width: auto;
  }

  .text-size-large-4.text-align-center {
    color: #384045;
  }

  .max-width-xlarge-3 {
    width: auto;
    max-width: none;
    margin-left: 40px;
  }

  .text-span-29 {
    color: #374d72;
  }

  .container-full-3 {
    width: 100%;
  }

  .body-3 {
    color: #43002d;
    background-color: #fff;
  }

  .heading-17 {
    color: #902967;
  }

  .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
    color: #43002d;
  }

  .body-6 {
    color: #43002d;
    background-color: #fff;
  }

  .text-span-40, .text-span-43 {
    color: #902967;
  }
}

@media screen and (min-width: 1920px) {
  .text-weight-light {
    color: #43002d;
  }

  .page-padding.is--mobile-0 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
  }

  .text-size-large {
    font-weight: 400;
  }

  .image-wrapper-3-2 {
    width: auto;
    object-fit: cover;
  }

  .button {
    font-weight: 500;
  }

  .image-wrapper_image.is--rounded {
    width: auto;
    height: 100vh;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-color {
    color: #902967;
  }

  .navbar_component {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar_link, .navbar_link.w--current {
    font-weight: 500;
  }

  .page-padding-rem {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .header_ix-trigger {
    margin-top: 120vh;
  }

  .header-alternate {
    min-height: 50vh;
  }

  .header_content-bottom {
    height: 100vh;
    align-items: stretch;
    margin-left: 5%;
    margin-right: 5%;
    top: 100vh;
  }

  .about-header-component {
    top: auto;
    bottom: 25%;
    left: 5%;
    right: auto;
  }

  .about-header-component.is-alternative {
    bottom: 15%;
  }

  .image-overlay-layer.is--rounded {
    background-color: rgba(102, 51, 153, .31);
  }

  .container-large-2.overflow-hidden {
    max-width: 100vw;
    padding-top: 0;
  }

  .heading-xxxlarge {
    color: #43002d;
  }

  .cta_content.is--wider {
    grid-column-gap: 2rem;
    grid-row-gap: 2.5rem;
  }

  .cta_heading-wrap {
    padding: 20px 10px;
  }

  .cta-component.is--alternate {
    background-color: #fff;
    outline-color: #43002d;
  }

  .section-about.is-alternate {
    width: 90%;
  }

  .mission_component {
    width: 95%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .text-size-custom {
    color: #43002d;
    font-weight: 400;
  }

  .text-size-custom.text-color-alabaster {
    color: #fff;
  }

  .service-item_top {
    border-top-color: rgba(67, 0, 45, .5);
  }

  .in-service-list {
    color: #902967;
  }

  .cta-headline {
    color: #43002d;
  }

  .case-studies_content-item.content-item-1 {
    background-image: url('../images/642c06355764a37affeee61b_ibrahim-boran-JhbrPBIZj0o-unsplash-min.jpg'), linear-gradient(rgba(102, 51, 153, .35), rgba(102, 51, 153, .35));
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .case-studies_content-item.content-item-3 {
    background-image: linear-gradient(rgba(102, 51, 153, .35), rgba(102, 51, 153, .35)), url('../images/iStock-1054552092-Lock-0101-900-x-560.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .case-studies_content-item.content-item-2 {
    background-image: url('../images/642c168f0b2c13e1251f9174_Are-new-technologies-threatening-the-audit-profession-1024x683.jpg'), linear-gradient(rgba(102, 51, 153, .24), rgba(102, 51, 153, .24));
    background-position: 0 0, 0 0;
    background-size: cover, auto;
  }

  .case-title.is-alternate {
    color: #fff;
  }

  .section-contact {
    background-image: url('../images/Ribbon-2.svg');
    background-position: 100% 100%;
    background-size: cover;
  }

  .button-4.is-alternate {
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .footer-bottom {
    width: 100%;
    object-fit: contain;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 1.4rem;
    display: flex;
  }

  .footer-legal-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1.25fr;
    align-content: center;
    justify-content: center;
    margin-left: 0;
  }

  .footer-legal-block.is--alternate {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr 1fr 2.75fr;
    margin-left: 0;
  }

  .button-5 {
    color: #43002d;
    background-color: #fff;
    border-color: #902967 #43002d #43002d;
    border-top-width: 2px;
    border-radius: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    font-size: 1.8rem;
  }

  .information_content {
    align-self: auto;
    margin-top: 0;
  }

  .display-1 {
    font-size: 94px;
    line-height: 92px;
  }

  .display-1.width-80percent {
    width: 100%;
    margin-top: 40px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 66px;
    line-height: 80px;
  }

  .form_block {
    width: 40vw;
    margin-right: 5%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .information_section.background-color.neutral-200 {
    width: 50vw;
    height: 80vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .button-3.mg-top-36px {
    border: 3px solid #fff;
    border-radius: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.5rem;
  }

  .page-wrapper-2 {
    width: 100vw;
    grid-column-gap: 1px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    justify-items: start;
  }

  .form_field-label {
    -webkit-text-stroke-color: #f4f4f4;
    font-size: 1.5em;
  }

  .form_text-field {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.2rem;
  }

  .form_section {
    width: 50vw;
  }

  .link-3 {
    font-family: Droid Sans, sans-serif;
    font-weight: 700;
  }

  .link-block-11 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-text-20 {
    color: #000;
  }

  .c-page {
    height: 100vh;
    margin-bottom: 40px;
  }

  .page-padding-3 {
    object-fit: fill;
  }

  .page-padding-3.padding-0 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .bold-text-6 {
    color: #000;
  }

  .section-services-2 {
    width: 100vw;
    background-color: #f4f4f4;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .service-item_bottom-2.last-border {
    border-bottom-color: rgba(47, 87, 47, 0);
  }

  .c-text-1 {
    font-size: 1.5rem;
  }

  .spiralgrid_content-container.end {
    bottom: -49px;
  }

  .padding-section {
    background-color: #fff;
  }

  .section-services-2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .header_content-bottom-2 {
    flex-direction: column;
  }

  .c-section.cc-main {
    margin-top: 0;
  }

  .c-container-2.cc-10cols {
    max-width: 80%;
  }

  .about_header-2 {
    height: 200vh;
  }

  .about-text-wrapper-2 {
    width: 70vw;
    grid-template-columns: .5fr .5fr;
  }

  .main-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .page-padding-5 {
    margin-bottom: 40px;
  }

  .page-padding-4 {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
  }

  .c-title-3 {
    color: #2f572f;
    font-size: 3rem;
  }

  .page-padding-6 {
    object-fit: fill;
  }

  .about-text-wrapper-3 {
    width: 70vw;
    grid-template-columns: .5fr .5fr;
  }

  .body-3 {
    color: #43002d;
    background-color: #fff;
  }

  .sub-text-medium {
    color: #000;
    font-size: 1.8rem;
  }

  .text-span-40, .bold-text-33 {
    color: #902967;
  }

  .button-text {
    font-weight: 400;
  }

  .bold-text-34 {
    color: #000;
  }

  .text-span-41, .text-span-42 {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-xlarge {
    margin-top: 60px;
  }

  .page-padding.is--mobile-0 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-custom2 {
    padding-bottom: 7rem;
  }

  .padding-vertical.padding-custom4 {
    padding-top: 8rem;
    padding-left: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .image-wrapper-3-2 {
    padding-top: 39.66%;
  }

  .image-wrapper-3-2.is--about {
    height: 80%;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .heading-marquee {
    font-size: 3.25rem;
  }

  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: #491414;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: #491414;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid rgba(67, 0, 45, .31);
    padding: 1rem 5% 2rem;
    overflow: auto;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #491414;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .header-alternate {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 6rem 5%;
  }

  .button-row.is-button-row-center {
    justify-content: center;
  }

  .header_content-bottom {
    justify-content: center;
    top: 0;
  }

  .header_lightbox-image {
    max-height: 40rem;
  }

  .text-size-xlarge.text-color-alabaster {
    text-align: left;
  }

  .about-header-component {
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    bottom: 38%;
    left: 0%;
  }

  .section-services {
    padding-left: 4%;
    padding-right: 4%;
  }

  .services_content {
    margin-top: 20px;
  }

  .services_component {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .services_desktop-image-wrapper {
    display: none;
  }

  .services_mobile-image {
    height: 100%;
    outline-offset: 0px;
    object-fit: cover;
    border-radius: 2rem;
    outline: 1px solid #639;
  }

  .services_mobile-image-wrapper {
    width: 100%;
    height: 50vh;
    border: .4rem solid #902967;
    border-radius: 2rem;
    display: flex;
    position: relative;
  }

  .hero-image-wrapper {
    width: 20rem;
  }

  .heading-xxxlarge {
    font-size: 3.25rem;
  }

  .heading-xxxlarge.text-color-alabaster {
    text-align: left;
  }

  .border-wrapper {
    width: 100%;
    height: 50%;
  }

  .left-border {
    margin-bottom: 3rem;
    padding-left: 1rem;
  }

  .stats-top_text-wrapper {
    text-align: center;
  }

  .stats-top_text-wrapper.hide-tablet {
    display: none;
  }

  .stats-bottom_text-wrapper {
    text-align: center;
  }

  .stats-bottom_text-wrapper.hide-tablet {
    display: none;
  }

  .heading-huge {
    font-size: 3.25rem;
  }

  .industry_link-image-wrapper {
    z-index: -1;
  }

  .industry_link-block {
    padding-left: 3rem;
  }

  .industry_link-text {
    font-size: 3.25rem;
  }

  .testimonial-wrapper {
    width: 100%;
    height: 20vh;
  }

  .testimonial-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .logo-custom {
    height: 7rem;
  }

  .testimonial-text-wrapper {
    max-width: none;
    display: none;
  }

  .section-cta {
    margin-top: 100px;
  }

  .cta_content {
    grid-column-gap: 3rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    margin-left: 6.5rem;
    margin-right: 6.5rem;
  }

  .cta_content.is--wider {
    grid-row-gap: 1rem;
  }

  .cta-component {
    height: 22rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .cta-text {
    text-align: center;
    font-size: 1.5rem;
  }

  .footer_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .footer_form-block {
    min-width: auto;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer_newsletter-text-wrapper {
    margin-bottom: 1.5rem;
  }

  .footer_bottom-wrapper {
    margin-left: 0;
    margin-right: -5vw;
  }

  .footer-img {
    width: auto;
    height: 30rem;
    object-fit: contain;
    object-position: 50% 50%;
    transform: scale(1.2);
  }

  .heading-xhuge {
    font-size: 3.25rem;
  }

  .about_content {
    min-height: 40vh;
    padding: 6rem 5% 0;
  }

  .mission_component {
    bottom: 13%;
  }

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

  .heading-value {
    font-size: 3.25rem;
  }

  .team-content {
    grid-template-columns: 1fr 1fr;
  }

  .team-wrapper {
    height: auto;
  }

  .team-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .team-img {
    object-position: 50% 0%;
    border-radius: 100%;
    transform: none;
  }

  .image-wrapper {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1.7rem;
    position: static;
  }

  .team17_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .team17_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .team_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .why-us_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .why-us-heading {
    font-size: 3.25rem;
  }

  .signup-form_form {
    grid-template-columns: minmax(55%, 1fr) max-content;
  }

  .about-cta_component {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout351_component {
    height: auto;
    border-top: 0 rgba(0, 0, 0, 0);
    border-right: 1px solid #000;
    flex-direction: column;
  }

  .layout351_accordion {
    width: 100%;
    height: 5rem;
    min-width: auto;
    border-right-style: none;
    flex-direction: column;
  }

  .layout351_accordion.active {
    height: auto;
  }

  .layout351_column-content {
    width: 100%;
    min-width: auto;
  }

  .layout351_column {
    width: 100%;
    height: 5rem;
    min-width: 100%;
    border-top: 1px solid #000;
    flex-direction: row;
    justify-content: center;
  }

  .layout351_column-horiztonal-text {
    display: block;
  }

  .layout351_column-text {
    position: absolute;
    left: 2.5rem;
  }

  .layout351_column-vertical-text {
    display: none;
  }

  .layout351_image-wrapper {
    margin-bottom: 0;
  }

  .layout351_content-wrapper {
    width: auto;
    padding: 3rem 2.5rem;
  }

  .service-item_bottom {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .layout357_content-layout {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .layout357_image {
    height: 30rem;
  }

  .layout357_content-item {
    padding-bottom: 3.5rem;
    position: relative;
  }

  .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-1, .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-2, .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-1, .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-2, .layout357_content-item.content-item-3 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .layout357_content-item.content-item-1, .layout357_content-item.content-item-4 {
    margin-bottom: 0;
  }

  .layout357_content-item.content-item-2 {
    margin-top: 0;
    margin-bottom: 0;
    top: 0;
  }

  .case-example_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: .75fr 1fr;
    grid-auto-flow: row;
  }

  .csheader_content {
    min-height: 60vh;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .csheader_content-bottom {
    justify-content: center;
    top: 0;
  }

  .csheader_component {
    height: 60vh;
  }

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

  .case-image-wrapper {
    height: 40rem;
  }

  .case-project-summary {
    padding-top: 6rem;
  }

  .results_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .contact_image-wrapper {
    width: 30rem;
    height: 30rem;
    border-radius: 100%;
  }

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

  .contact_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .dropdown2_dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .content6_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }

  .cta-top-line {
    text-align: center;
    margin-bottom: 1rem;
  }

  .how-we-helped-summary {
    padding-top: 6rem;
  }

  .text-size-custom-2 {
    color: #fff;
    font-size: 1.2rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom {
    width: 90vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding: 20px 10px;
    display: flex;
    left: auto;
  }

  .footer-legal-block {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr 1.25fr;
    margin-left: 0;
    padding-top: 10px;
  }

  .footer-legal-block.is--alternate {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal-link {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
  }

  .form_block {
    width: 540px;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    max-width: 100%;
    padding-top: 140px;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    display: flex;
  }

  .page-wrapper-2 {
    height: auto;
    max-width: 100%;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form_field-label {
    font-size: 1.7em;
  }

  .form_section {
    height: auto;
    max-width: 100%;
    align-items: flex-start;
  }

  .hamburger-block {
    margin-right: 20px;
  }

  .div-block-43 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .c-page {
    height: auto;
    overflow: visible;
  }

  .heading-xxxlarge-2 {
    font-size: 2.8rem;
    font-weight: 500;
  }

  .spiralgrid_container {
    width: 150%;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    position: relative;
    left: -25%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-custom4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-vertical-2.padding-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .service-item_top-2 {
    height: 15vh;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-span-25 {
    font-weight: 300;
  }

  .image-wrapper-3-2-2 {
    padding-top: 39.66%;
  }

  .image-wrapper-3-2-2.is--about {
    height: 80%;
  }

  .text-size-large-3 {
    font-size: 1.5rem;
  }

  .max-width-xlarge-2 {
    margin-left: 20px;
  }

  .about_content-2 {
    min-height: 40vh;
    padding: 8rem 5% 0;
    top: 20px;
  }

  .service-item_bottom-2 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .spiralgrid_content-container {
    width: 25%;
    max-width: 19rem;
    min-width: auto;
  }

  .spiralgrid_content-container.end {
    left: -4px;
  }

  .spiralgrid_content-container.end.mobile {
    display: block;
    left: -7px;
  }

  .spiralgrid_content-container.start.tablet {
    display: block;
  }

  .section-services-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .heading-xxlarge-2 {
    font-size: 3.25rem;
  }

  .heading-xxlarge-2.text-color-alabaster {
    font-size: 2rem;
  }

  .header_content-bottom-2 {
    justify-content: center;
    top: 0;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-xhuge-2 {
    font-size: 3.25rem;
  }

  .text-size-custom-4.text-color-alabaster {
    font-size: 1.2rem;
  }

  .heading-xhuge-3 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    font-weight: 700;
  }

  .c-title-3 {
    font-size: 28px;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-3.padding-custom4 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-vertical-3.padding-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .service-item_top-3 {
    height: 15vh;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-span-27 {
    font-weight: 300;
  }

  .image-wrapper-3-2-3 {
    padding-top: 39.66%;
  }

  .image-wrapper-3-2-3.is--about {
    height: 80%;
  }

  .text-size-large-4 {
    font-size: 1.5rem;
  }

  .max-width-xlarge-3 {
    margin-left: 20px;
  }

  .about_content-3 {
    min-height: 40vh;
    padding: 8rem 5% 0;
    top: 20px;
  }

  .service-item_bottom-3 {
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-xhuge-4 {
    font-size: 3.25rem;
  }

  .text-size-custom-6.text-color-alabaster {
    font-size: 1.2rem;
  }

  .heading-xhuge-5 {
    margin-bottom: 1rem;
    font-size: 2.8rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-weight-light {
    color: #43002d;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-vertical.margin-custom1 {
    margin-top: -.2rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-custom4 {
    padding-top: 8rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge, .heading-xxlarge.text-color-alabaster {
    font-size: 2.5rem;
  }

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

  .heading-large {
    font-size: 2rem;
  }

  .image-wrapper-3-2.is--about {
    height: 70%;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .heading-marquee {
    font-size: 3rem;
  }

  .text-color {
    color: #639;
  }

  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

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

  .page-padding-rem {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-alternate {
    grid-row-gap: 0px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header_lightbox-image {
    max-height: 30rem;
  }

  .text-size-xlarge {
    font-size: 1.125rem;
  }

  .services_content {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }

  .services_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .services_desktop-image-wrapper {
    display: none;
  }

  .services_mobile-image {
    position: static;
  }

  .services_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .heading-xxxlarge {
    color: #43002d;
    font-size: 2.5rem;
  }

  .heading-xxxlarge.text-color-alabaster {
    font-size: 3rem;
  }

  .stats-top_text-wrapper.hide-mobile-landscape, .stats-bottom_text-wrapper.hide-mobile-landscape {
    display: none;
  }

  .heading-huge {
    font-size: 2.5rem;
  }

  .industry_link-block {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .industry_link-text {
    font-size: 2.25rem;
  }

  .industries_link-text-small {
    margin-right: 1.5rem;
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .cta_content {
    grid-template-columns: 1fr;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .cta_content.is--wider {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-component {
    height: 20rem;
    border-radius: 8rem;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-component.is--alternate {
    height: 15rem;
    color: #43002d;
    background-color: #fff;
    outline-color: #43002d;
  }

  .cta-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .footer_newsletter-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_column-heading {
    flex: 0 auto;
    align-self: center;
    font-size: 1.3rem;
  }

  .form-input-cta::-ms-input-placeholder {
    font-size: 2rem;
  }

  .form-input-cta::placeholder {
    font-size: 2rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-img {
    height: 25rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-xhuge {
    color: #43002d;
    font-size: 2.5rem;
  }

  .about_content {
    min-height: 40vh;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .mission_component {
    bottom: 7%;
  }

  .text-size-custom {
    color: #43002d;
    font-size: 1.125rem;
    font-weight: 400;
  }

  .heading-small-2 {
    font-size: 1rem;
  }

  .values_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-value {
    font-size: 2.5rem;
  }

  .team-content {
    grid-column-gap: .5rem;
  }

  .team17_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .team17_item {
    grid-row-gap: 1.5rem;
    grid-template-columns: max-content 1fr;
  }

  .team17_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .why-us_component {
    grid-template-columns: 1fr;
  }

  .why-us-heading {
    font-size: 2.5rem;
  }

  .about-cta_component {
    grid-template-columns: 1fr;
  }

  .layout351_image {
    height: 20rem;
  }

  .section-services-list {
    margin-left: 5%;
    margin-right: 5%;
  }

  .layout351_accordion, .layout351_column {
    height: 4rem;
  }

  .layout351_column-horiztonal-text {
    font-size: 1.25rem;
  }

  .layout351_column-text {
    font-size: 1.25rem;
    left: 1.5rem;
  }

  .layout351_column-vertical-text {
    font-size: 1.25rem;
  }

  .layout351_content-wrapper {
    padding: 1rem 1.5rem 2rem;
  }

  .service-item_top {
    border-top-color: rgba(102, 51, 153, .65);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-item_icon {
    width: 1.75rem;
  }

  .service-item_bottom.last-border {
    border-bottom-color: rgba(102, 51, 153, .65);
  }

  .layout357_content-layout {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout357_content-item {
    padding-bottom: 2rem;
  }

  .in-service-list {
    color: #902967;
    font-size: 1.5rem;
  }

  .case-example_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-xmedium {
    font-size: 1rem;
  }

  .cta-headline {
    color: #43002d;
    font-size: 2rem;
  }

  .csheader_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-case-header {
    padding-top: 6rem;
  }

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

  .case-project-summary {
    padding-top: 9rem;
  }

  .results_image-wrapper {
    height: 40vh;
  }

  .results_component, .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .form-field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta-top-line {
    margin-bottom: 0;
  }

  .heading-1 {
    font-size: 2.75rem;
  }

  .how-we-helped-summary {
    padding-top: 9rem;
  }

  .text-size-custom-2 {
    color: #fff;
    font-size: 1.125rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-4.is-alternate {
    font-size: 1rem;
  }

  .footer-bottom {
    width: 90vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding: 10px 0;
  }

  .footer-legal-block {
    grid-row-gap: 10px;
    grid-template: "."
    / 1.5fr 1.5fr;
    justify-items: start;
    margin-top: 15px;
    margin-left: 0;
  }

  .footer-legal-block.is--alternate {
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block {
    padding-left: 20px;
  }

  .button-5 {
    color: #43002d;
    background-color: #fff;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 55px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .form_block {
    width: 100%;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 140px;
    padding-bottom: 16px;
  }

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-wrapper-2 {
    width: 100%;
    grid-template-columns: 100vw;
  }

  .form_field-label {
    font-size: .6em;
  }

  .form_section {
    padding: 56px 40px;
  }

  .link-3 {
    text-align: center;
    flex: 0 auto;
    align-self: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-bar {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .link-block-10 {
    justify-content: center;
  }

  .heading-xxxlarge-2 {
    font-size: 2.5rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .service-item_top-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .c-body_bg {
    width: auto;
    height: 70vh;
    top: 8%;
  }

  .c-autotabs {
    flex-direction: column-reverse;
  }

  .spiralgrid_content-border {
    padding: 1rem;
  }

  .heading-xsmall-3 {
    font-size: 1.125rem;
  }

  .spiralgrid_icon {
    width: 40%;
    max-width: 4.5rem;
    padding-top: 40%;
  }

  .image-wrapper-3-2-2.is--about {
    height: 70%;
  }

  .text-size-custom-3, .text-size-large-3 {
    font-size: 1.125rem;
  }

  .max-width-xlarge-2 {
    margin-left: 15px;
  }

  .about_content-2 {
    min-height: 40vh;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .c-text-1 {
    font-size: 16px;
    line-height: 28px;
  }

  .spiralgrid_content-container {
    padding: 1rem;
  }

  .heading-xxlarge-2 {
    font-size: 2.5rem;
  }

  .heading-xxlarge-2.text-color-alabaster {
    font-size: 2rem;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section.cc-body-bg {
    width: 90%;
  }

  .c-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-xhuge-2 {
    font-size: 2.5rem;
  }

  .text-size-custom-4 {
    font-size: 1.125rem;
  }

  .text-size-custom-4.text-color-alabaster {
    font-size: 1rem;
  }

  .c-autotabs_menu {
    width: 100%;
  }

  .heading-xhuge-3 {
    font-size: 2.5rem;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 38px;
  }

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .service-item_top-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-wrapper-3-2-3.is--about {
    height: 70%;
  }

  .text-size-custom-5, .text-size-large-4 {
    font-size: 1.125rem;
  }

  .max-width-xlarge-3 {
    margin-left: 15px;
  }

  .about_content-3 {
    min-height: 40vh;
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .heading-xhuge-4 {
    font-size: 2.5rem;
  }

  .text-size-custom-6 {
    font-size: 1.125rem;
  }

  .text-size-custom-6.text-color-alabaster {
    font-size: 1rem;
  }

  .heading-xhuge-5 {
    font-size: 2.5rem;
  }

  .body-3 {
    background-color: #fff;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
    color: #902967;
    font-size: 1.5rem;
  }

  .list-item-17, .bold-text-32 {
    color: #902967;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .text-weight-light {
    color: #43002d;
  }

  .show-mobile-portrait {
    display: block;
  }

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

  .main-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-large {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .padding-vertical.padding-custom4 {
    padding-top: 8rem;
  }

  .padding-vertical.padding-custom5 {
    padding-bottom: 7rem;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-xxlarge.text-color-alabaster {
    font-size: 1.5rem;
  }

  .image-wrapper-3-2.is--about {
    height: 60%;
  }

  .button.is-alternate {
    font-size: 1rem;
  }

  .image-wrapper_image.is--rounded {
    height: 100%;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .text-color {
    color: #639;
  }

  .button-sign-up {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_menu {
    background-color: #fff;
    border-bottom-color: rgba(67, 0, 45, .31);
  }

  .header-alternate {
    min-height: 90vh;
    grid-template-rows: auto;
    grid-template-columns: 90%;
    justify-items: center;
    padding-left: 0%;
    padding-right: 0%;
    top: 65px;
  }

  .section-header {
    object-fit: fill;
    background-image: none;
  }

  .header_content-bottom {
    align-items: center;
  }

  .header_lightbox-image {
    max-height: 25rem;
  }

  .header_component {
    align-items: center;
  }

  .text-size-xlarge {
    color: #000;
    text-align: center;
    font-weight: 400;
  }

  .text-size-xlarge.text-color-blackbean {
    color: #43002d;
    font-weight: 400;
  }

  .text-size-xlarge.text-color-alabaster {
    color: #fff;
    text-align: left;
    font-size: 1rem;
  }

  .about-header-component {
    background-color: rgba(144, 41, 103, .91);
    bottom: 25%;
  }

  .image-overlay-layer.is--rounded {
    background-color: rgba(102, 51, 153, .31);
  }

  .section-services {
    padding-left: 0%;
    padding-right: 0%;
  }

  .services_content {
    height: auto;
  }

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

  .container-large-2.overflow-hidden {
    max-width: 100vw;
  }

  .services_mobile-image {
    outline-color: rgba(0, 0, 0, 0);
  }

  .services_mobile-image-wrapper {
    width: 85%;
    height: 30vh;
    align-self: center;
  }

  .hero-image-wrapper {
    width: 15rem;
  }

  .heading-xxxlarge {
    color: #43002d;
  }

  .heading-xxxlarge.text-color-alabaster {
    color: #fff;
    font-size: 1.7rem;
  }

  .container-full {
    width: auto;
  }

  .stats-top_text-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .industry_link-block {
    padding-left: 0;
  }

  .industries_component {
    padding-left: 1rem;
  }

  .testimonial-wrapper {
    height: auto;
  }

  .section-cta {
    overflow: hidden;
  }

  .cta_content {
    grid-template-columns: .75fr;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .cta_content.is--wider {
    width: auto;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cta-component {
    height: auto;
    border-radius: 3.9rem;
  }

  .cta-component.is--alternate {
    width: 98%;
    height: auto;
    background-color: #fff;
    outline-width: 2px;
    outline-color: #43002d;
    margin-left: auto;
    margin-right: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-text {
    font-size: 1rem;
  }

  .cta-wrapper {
    align-items: center;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .form-input-cta::-ms-input-placeholder {
    font-size: 1.5rem;
  }

  .form-input-cta::placeholder {
    font-size: 1.5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_logo-link {
    margin-bottom: 1.5rem;
  }

  .footer-img {
    height: 15rem;
  }

  .about_content {
    min-height: 50vh;
  }

  .about-text-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .mission_component {
    width: 97%;
    padding-top: .5rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    bottom: 5%;
  }

  .text-size-custom {
    color: #43002d;
    font-weight: 400;
  }

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

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

  .team-content {
    grid-template-columns: 1fr;
  }

  .team17_item {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .team17_component, .why-us_component, .why-us_item-list {
    grid-template-columns: 1fr;
  }

  .signup-form_form {
    grid-column-gap: .5rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr minmax(max-content, max-content);
    margin-bottom: 0;
  }

  .about-cta_component {
    grid-template-columns: 1fr;
  }

  .service-item_top {
    height: 15vh;
  }

  .service-item_bottom {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .layout357_content-layout {
    grid-template-columns: 1fr;
  }

  .layout357_image {
    height: 25rem;
  }

  .in-service-list {
    font-size: 1.5rem;
  }

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

  .cta-headline {
    color: #43002d;
  }

  .csheader_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .case_component {
    padding-top: 2rem;
    bottom: 5%;
    left: 0%;
  }

  .case_component.is--alternate {
    padding-top: 2rem;
    bottom: 15%;
  }

  .case-study-title {
    font-size: 4rem;
  }

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

  .case-image-wrapper {
    width: auto;
    height: 28rem;
    top: 74%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .case-project-summary {
    grid-template-columns: 1fr;
    padding-top: 2rem;
    padding-bottom: 10rem;
  }

  .results_content {
    padding-right: 5%;
  }

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

  .contact_image-wrapper {
    width: 15rem;
    height: 15rem;
  }

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

  .contact-form-input::-ms-input-placeholder {
    font-size: 1.25rem;
  }

  .contact-form-input::placeholder {
    font-size: 1.25rem;
  }

  .form-input-1.is-select-input {
    font-size: 1.25rem;
  }

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

  .cta-top-line {
    font-size: 2rem;
  }

  .heading-1 {
    color: #43002d;
    font-size: 2.5rem;
  }

  .industry-title {
    padding-left: 1rem;
  }

  .how-we-helped-summary {
    grid-template-columns: 1fr;
    margin-top: 12rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-custom-2 {
    color: #fff;
    font-size: 1rem;
  }

  .margin-top-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-row-3 {
    justify-content: center;
  }

  .button-4.is-alternate {
    font-size: 1rem;
    font-weight: 500;
  }

  .footer-bottom {
    width: 80vw;
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 40px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer-legal-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto-fit, 30%);
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         "Area Area";
    margin-left: 0;
    margin-right: 0;
  }

  .footer-legal-block.is--alternate {
    grid-template-rows: 28%;
    grid-template-columns: 1fr 1fr;
  }

  .footer-legal-link {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    line-height: 10px;
  }

  .text-block {
    text-align: center;
    padding-left: 0;
    font-size: .8rem;
  }

  .button-5 {
    color: #43002d;
    background-color: #fff;
    font-weight: 500;
  }

  .case-study-title-2 {
    font-size: 3rem;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 140px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .page-wrapper-2 {
    max-width: 100%;
    grid-template-columns: 93vw;
  }

  .paragraph-small.width-60percent {
    width: 100%;
  }

  .form_field-label {
    font-size: 1em;
  }

  .form_section {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 16px;
    padding-right: 16px;
  }

  .hamburger-block {
    height: 22px;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0;
    display: flex;
  }

  .div-block-43 {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .div-block-32 {
    margin-bottom: 0;
  }

  .link-block-10 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-10.center {
    justify-content: center;
  }

  .navbar-2 {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-20 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    border-bottom: 1px solid #dbdbdb;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .link-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    color: #2e542e;
    background-color: rgba(140, 183, 136, .91);
    background-image: linear-gradient(#8cb788, #a7eaac);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 0;
    display: flex;
  }

  .mobile-nav-link {
    color: #000;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: color .5s cubic-bezier(.165, .84, .44, 1);
    display: block;
  }

  .mobile-nav-link:hover, .mobile-nav-link.w--current {
    color: #fff;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-xxxlarge-2 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }

  .text-span-22 {
    color: #2e542e;
  }

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

  .spiralgrid_container {
    width: 150%;
    left: -35%;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-2.padding-custom4 {
    padding-top: 4rem;
  }

  .padding-vertical-2.padding-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .c-text-wrapper {
    margin-bottom: 10px;
  }

  .service-item_top-2 {
    height: 15vh;
  }

  .bold-text-5 {
    font-size: 32px;
  }

  .spiralgrid_content-border {
    width: 30vw;
    padding: 2rem .25rem;
  }

  .heading-xsmall-3 {
    font-size: .9rem;
  }

  .spiralgrid_icon {
    width: 60%;
    padding-top: 60%;
  }

  .image-wrapper-3-2-2.is--about {
    width: 100%;
    height: 80%;
    padding-top: 13%;
  }

  .text-size-custom-3 {
    font-size: 1.2rem;
  }

  .text-size-large-3.text-align-center.is---alternate {
    width: auto;
    height: auto;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 2;
  }

  .max-width-xlarge-2 {
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
  }

  .about_content-2 {
    min-height: 50vh;
    padding-top: 10rem;
  }

  .service-item_bottom-2 {
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .service-item_bottom-2.last-border {
    grid-template-rows: auto;
  }

  .spiralgrid_content-container.even {
    width: 27%;
    left: 4px;
  }

  .spiralgrid_content-container.end {
    width: 5%;
  }

  .spiralgrid_content-container.end.mobile {
    width: 7%;
    padding: 0;
  }

  .spiralgrid_content-container.odd {
    width: 27%;
    margin-left: -3px;
    padding-left: 1rem;
    padding-right: 1rem;
    top: 80px;
    left: 2px;
  }

  .c-autotabs_link {
    padding-left: 53px;
    padding-right: 40px;
  }

  .c-autotabs_link.w--current {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .paragraph-9 {
    font-size: 1.2rem;
  }

  .section-services-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-xxlarge-2.text-color-alabaster {
    font-size: 1.5rem;
  }

  .header_content-bottom-2 {
    height: 110vh;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .link-block-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .div-block-57 {
    margin-bottom: 0;
  }

  .c-autotabs_line {
    left: 25px;
  }

  .paragraph-3 {
    color: #2b3826;
    text-align: left;
    padding-left: 8px;
    padding-right: 5px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading-xhuge-2.is--alternate {
    margin-top: 1rem;
    font-size: 3rem;
  }

  .text-size-custom-4.text-color-alabaster {
    width: 75vw;
  }

  .page-wrapper-3 {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .heading-xhuge-3 {
    font-size: 32px;
  }

  .mission_component-2 {
    padding-left: 1rem;
  }

  .link-block-14 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-14.center {
    justify-content: center;
  }

  .c-title-3 {
    font-size: 24px;
    line-height: 34px;
  }

  .text-span-26 {
    color: #2e542e;
  }

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

  .padding-vertical-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical-3.padding-custom4 {
    padding-top: 4rem;
  }

  .padding-vertical-3.padding-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .service-item_top-3 {
    height: 15vh;
  }

  .image-wrapper-3-2-3.is--about {
    width: 100%;
    height: 80%;
    padding-top: 13%;
  }

  .text-size-custom-5 {
    font-size: 1.2rem;
  }

  .text-size-large-4.text-align-center.is---alternate {
    width: auto;
    height: auto;
    margin-left: 0;
    font-size: 1.5rem;
    line-height: 2;
  }

  .max-width-xlarge-3 {
    flex-direction: column;
    justify-content: center;
    margin-left: 8px;
  }

  .about_content-3 {
    min-height: 50vh;
    padding-top: 10rem;
  }

  .service-item_bottom-3 {
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .service-item_bottom-3.last-border {
    grid-template-rows: auto;
  }

  .paragraph-10 {
    font-size: 1.2rem;
  }

  .link-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-59 {
    margin-bottom: 0;
  }

  .paragraph-11 {
    color: #2b3826;
    text-align: left;
    padding-left: 8px;
    padding-right: 5px;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.2;
  }

  .heading-xhuge-4.is--alternate {
    margin-top: 1rem;
    font-size: 3rem;
  }

  .text-size-custom-6.text-color-alabaster {
    width: 75vw;
  }

  .page-wrapper-4 {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .heading-xhuge-5 {
    font-size: 32px;
  }

  .mission_component-3 {
    padding-left: 1rem;
  }

  .link-block-16 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .link-block-16.center {
    justify-content: center;
  }

  .body-2 {
    background-color: #fff;
  }

  .text-span-34 {
    color: #374d72;
  }

  .body-3 {
    background-color: #fff;
  }

  .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .bold-text-23, .list-item-11, .list-item-12, .bold-text-24, .list-item-13, .bold-text-25, .bold-text-26, .bold-text-27, .list-item-14, .bold-text-28, .list-item-15, .list-item-16, .bold-text-29, .bold-text-30, .bold-text-31 {
    color: #902967;
  }

  .text-block-2 {
    text-align: center;
    font-size: .9rem;
  }
}

#w-node-_4ee6be6e-c72d-9aac-05a2-308dcf703d77-f1067b4d {
  align-self: center;
  justify-self: center;
}

#w-node-b32f95fe-9946-30b9-1a25-781d41e01f2c-f1067b4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ed023fc-5c1f-4186-e83e-fdceb3688357-f1067b5d {
  align-self: end;
  justify-self: center;
}

#w-node-_19f351ae-38bf-8c94-1884-3b8b22d70837-f1067b5f, #w-node-_6bec4f96-9fbb-bb5e-10ac-5835845edd1d-f1067b5f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f7d5d091-312a-6f51-52c1-b97ab306f9ea-f1067b5f {
  justify-self: end;
}

#w-node-b37321af-cf9b-f1bc-8789-b6bb0c0525ae-f1067b6e, #w-node-_9d6d253f-8aac-d72f-31ca-1464f11cd2d4-f1067b6e, #w-node-a6aa1b32-234c-6f45-6aaa-454950c169c1-f1067b6e, #w-node-ec4c248d-96a0-36e1-e95a-0be197b0889d-f1067b6e {
  align-self: end;
  justify-self: end;
}

#w-node-c604d4ac-90fb-42b0-b430-77a458b7ae74-f1067b6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9313f-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93141-f1067b6f {
  justify-self: center;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9315f-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93160-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93164-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93165-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93169-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316a-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316e-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9316f-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93173-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93174-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93178-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93179-f1067b6f {
  justify-self: start;
}

#w-node-cc1d7b21-d130-4cb3-846e-1ddf086682fd-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc1d7b21-d130-4cb3-846e-1ddf086682fe-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93180-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93181-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93185-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93186-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318a-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318b-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9318f-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93190-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93194-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93195-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93199-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9319a-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a1-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a2-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a6-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931a7-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ab-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ac-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b0-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931b1-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ba-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931bb-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c4-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931c5-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d4-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d5-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931d9-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931da-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931de-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931df-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e3-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e4-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e8-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931e9-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f0-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f1-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f5-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931f6-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fa-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931fb-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba931ff-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93200-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93204-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93205-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93209-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9320a-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93211-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93212-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93216-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93217-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321b-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9321c-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93220-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93221-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93225-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93226-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322d-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9322e-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93232-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93233-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93237-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93238-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323c-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9323d-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93241-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93242-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93246-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93247-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324e-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9324f-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93253-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93254-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93258-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93259-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325d-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9325e-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93262-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93263-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93267-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93268-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326c-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9326d-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93271-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93272-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93276-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93277-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327e-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9327f-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93283-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93284-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93288-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93289-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93290-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93291-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932d5-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f2-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f7-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932f8-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fc-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba932fd-f1067b6f {
  justify-self: start;
}

#w-node-a4d316bb-d5c8-a199-7dda-868e7b67f226-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4d316bb-d5c8-a199-7dda-868e7b67f227-f1067b6f {
  justify-self: start;
}

#w-node-d2733a48-791c-4932-c5ec-69f3e71d1907-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2733a48-791c-4932-c5ec-69f3e71d1908-f1067b6f {
  justify-self: start;
}

#w-node-cf0ffb74-14af-b4f3-b438-bd01a2a27b63-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf0ffb74-14af-b4f3-b438-bd01a2a27b64-f1067b6f {
  justify-self: start;
}

#w-node-_1fead93c-9f4b-5df1-0c99-43283dfa7791-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fead93c-9f4b-5df1-0c99-43283dfa7792-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9330d-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93319-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93323-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93324-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93327-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93328-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332b-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332c-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9332f-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93330-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93333-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93334-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93337-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93338-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333b-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9333c-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93346-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93347-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334b-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334c-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9334d-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93353-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93354-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93358-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93359-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9335a-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93360-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93361-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93365-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93366-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93367-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336d-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9336e-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93372-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93377-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93378-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93379-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9337f-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93380-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93381-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93389-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338a-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9338b-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93391-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93392-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93393-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339b-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339c-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9339d-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a3-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a4-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933a5-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ad-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ae-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933af-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933b9-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ba-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bb-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933bf-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c0-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c8-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933c9-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ca-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d0-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933d9-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933da-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933df-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e8-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933e9-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f0-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933f9-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933fa-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba933ff-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93408-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93409-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93410-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93411-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93419-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341a-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9341f-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342d-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342e-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9342f-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93430-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93432-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93435-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93439-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343a-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343b-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343c-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9343e-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93447-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93448-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93449-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344a-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9344c-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93455-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93456-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93457-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93458-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345a-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9345d-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93464-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93465-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93466-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93467-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93469-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346c-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba9346d-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93473-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93474-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93475-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93476-f1067b6f, #w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba93478-f1067b6f {
  justify-self: start;
}

#w-node-_4cedf050-e1e5-dc03-bd36-0cf51ba934de-f1067b6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_828a2e05-5164-8128-ac3f-e3aa955aad42-f96de990 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_75848de5-3f1c-9247-a033-a47e397e7987-f96de990 {
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_9cc69804-183f-90c5-8315-fe7d3ccaa20b-a430b36c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_9cc69804-183f-90c5-8315-fe7d3ccaa20f-a430b36c {
    justify-self: start;
  }

  #w-node-_9ed023fc-5c1f-4186-e83e-fdceb368835e-f1067b5d {
    align-self: auto;
    justify-self: start;
  }

  #w-node-c604d4ac-90fb-42b0-b430-77a458b7ae74-f1067b6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9cc69804-183f-90c5-8315-fe7d3ccaa20d-a430b36c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_9cc69804-183f-90c5-8315-fe7d3ccaa20f-a430b36c {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6bec4f96-9fbb-bb5e-10ac-5835845edd1d-f1067b5f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b37321af-cf9b-f1bc-8789-b6bb0c0525ae-f1067b6e, #w-node-_9d6d253f-8aac-d72f-31ca-1464f11cd2d4-f1067b6e, #w-node-a6aa1b32-234c-6f45-6aaa-454950c169c1-f1067b6e, #w-node-ec4c248d-96a0-36e1-e95a-0be197b0889d-f1067b6e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-fd1d40d3-7927-e1dc-c337-523a23431f4f-f96de990 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c928856a-7746-81e0-3edb-6ab6a430b378-a430b36c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9cc69804-183f-90c5-8315-fe7d3ccaa20f-a430b36c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_828a2e05-5164-8128-ac3f-e3aa955aad50-f96de990 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-fd1d40d3-7927-e1dc-c337-523a23431f4f-f96de990 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ee6be6e-c72d-9aac-05a2-308dcf703d77-f1067b4d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_9cc69804-183f-90c5-8315-fe7d3ccaa20f-a430b36c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ed023fc-5c1f-4186-e83e-fdceb3688357-f1067b5d, #w-node-_19f351ae-38bf-8c94-1884-3b8b22d70837-f1067b5f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6bec4f96-9fbb-bb5e-10ac-5835845edd1d-f1067b5f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0de5e08-f003-dcb4-033a-b73014812cdd-f1067b6e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b37321af-cf9b-f1bc-8789-b6bb0c0525ae-f1067b6e, #w-node-_9d6d253f-8aac-d72f-31ca-1464f11cd2d4-f1067b6e, #w-node-a6aa1b32-234c-6f45-6aaa-454950c169c1-f1067b6e, #w-node-ec4c248d-96a0-36e1-e95a-0be197b0889d-f1067b6e, #w-node-_362bf5e4-6126-6d64-7d17-2cb8abe00416-f96de990 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_362bf5e4-6126-6d64-7d17-2cb8abe00425-f96de990 {
    justify-self: end;
  }

  #w-node-_75848de5-3f1c-9247-a033-a47e397e7987-f96de990 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Allrox';
  src: url('../fonts/Allrox.ttf') format('truetype'), url('../fonts/Allrox.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sherika';
  src: url('../fonts/Sherika-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sherika';
  src: url('../fonts/Sherika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sherika';
  src: url('../fonts/Sherika-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sherika';
  src: url('../fonts/Sherika-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sherika';
  src: url('../fonts/Sherika-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sherika';
  src: url('../fonts/Sherika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sherika';
  src: url('../fonts/Sherika-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}