:root {
  --white: white;
  --black: black;
}

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

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

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

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

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  max-height: 100%;
  margin-top: 20px;
  display: flex;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border: 1px #000;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: start stretch;
  place-items: start;
  max-width: 60%;
  height: 100%;
}

.headerblock {
  z-index: 999;
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 0;
}

.h1 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 25%;
  padding-right: 25%;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph {
  text-align: left;
  letter-spacing: 0;
  width: 60%;
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.grid-cell {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: flex-end;
  max-width: none;
  display: flex;
  position: static;
}

.grid-cell:hover {
  opacity: 1;
  mix-blend-mode: normal;
}

.grid-cell-div {
  flex-flow: column;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  display: flex;
  position: relative;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: sticky;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.grid-cell-div-header {
  z-index: 2;
  color: #000;
  letter-spacing: -1px;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 10px 10px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  display: block;
  position: relative;
  top: 0;
}

.grid-cell-div-header:hover {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.grid-cell-copy {
  -webkit-text-fill-color: inherit;
  background-color: #f0efef;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100%;
  max-height: none;
  margin-top: 0;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.grid-cell-copy:hover {
  filter: invert();
  color: #f0f0ef;
  mix-blend-mode: normal;
  background-color: #f0f0ef;
}

.image {
  z-index: 1;
  object-fit: fill;
  max-width: 100%;
  position: relative;
  bottom: 40px;
}

.grid-cell-div-paragraph {
  z-index: 2;
  opacity: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0%;
}

.grid-cell-div-paragraph:hover {
  opacity: 100;
  color: #fff;
  font-style: normal;
  text-decoration: none;
}

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

.link {
  color: red;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
}

.grid-img-copy {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.grid-cell-header {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 10px 10px 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.grid-cell-header:hover {
  mix-blend-mode: normal;
  background-color: #0000;
}

.grid-copy-img {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.case-header {
  letter-spacing: -1px;
  border-bottom: .5px solid #ccc;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 5px 10px 0 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.case-header:hover {
  mix-blend-mode: normal;
  background-color: #0000;
}

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

.case-grid-cell-header {
  z-index: 2;
  opacity: 1;
  filter: drop-shadow(1px 1px 1px #000000b3);
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.case-grid-cell-header:hover {
  opacity: 100;
  mix-blend-mode: normal;
  background-color: #0000;
}

.case-grid-cell-div-paragraph {
  z-index: 2;
  color: #fff;
  letter-spacing: 0;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  width: auto;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  position: relative;
  top: 0;
}

.case-grid-cell-div-paragraph:hover {
  font-style: normal;
  text-decoration: none;
}

.image-3 {
  border: 1px #999;
}

.columns {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  align-items: flex-end;
  width: 60%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.column {
  aspect-ratio: 1;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-end;
  height: auto;
  min-height: auto;
  padding: .5px;
  display: flex;
  position: static;
}

.column-2 {
  aspect-ratio: 1;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  min-height: auto;
  padding: .5px;
  display: flex;
  position: static;
  overflow: hidden;
}

.column-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  width: auto;
  padding-top: 0;
  padding-left: 5px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  position: relative;
  inset: auto 0% 0%;
}

.column-image {
  z-index: 0;
  cursor: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity .5s;
  position: relative;
  overflow: auto;
}

.column-image:hover {
  opacity: 1;
  background-color: #000;
}

.video {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  position: relative;
  overflow: clip;
}

.column-link-block:hover {
  filter: brightness(200%);
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  display: none;
}

.submit-button {
  letter-spacing: 1px;
  background-color: #333;
  font-size: 12px;
}

.submit-button:hover {
  background-color: red;
}

.text-field-2, .text-field-3 {
  color: #000;
  letter-spacing: 1px;
  width: 100%;
  font-size: 12px;
}

.column-header {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 5px 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  inset: 0% 0% auto;
}

.column-link-block-contact {
  color: #000;
  background-color: red;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 299px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0;
}

.column-link-block-contact:hover {
  color: #000;
  background-color: #000;
}

.column-2-copy {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: .5px;
  display: block;
  position: static;
}

.column-header-contact {
  color: #fff;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.column-paragraph-contact {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  width: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.utility-page-wrap {
  background-image: url('../images/CL_007-ads-billboard-12x24-mockup-v3.1.avif');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-top: 0;
  display: flex;
}

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

.paragraph-2 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.messagefield {
  width: 300px;
  height: 300px;
  display: block;
  position: static;
}

.text-field-4 {
  float: none;
  clear: none;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-overflow: clip;
  column-count: auto;
  white-space: pre-line;
  word-break: break-all;
  overflow-wrap: anywhere;
  vertical-align: top;
  object-fit: fill;
  height: 100px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  display: block;
  position: static;
  overflow: clip;
}

.success-message {
  background-color: #0000;
}

.video-2 {
  width: auto;
}

.div-block-2 {
  text-align: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.section {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.code-embed {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  width: 100%;
  height: 118%;
  margin: -9% auto 0%;
  position: static;
  overflow: visible;
}

.container-3 {
  flex-flow: column;
  max-width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: static;
}

.div-block-3 {
  margin-bottom: 20px;
}

.column-3, .column-4 {
  padding-left: 1px;
  padding-right: 1px;
}

.columns-2 {
  max-width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  max-width: none;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.columns-3, .columns-4, .columns-5 {
  margin-left: 0;
  margin-right: 0;
}

.code-embed-2 {
  width: 100%;
}

.video-3 {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.thumbnail:hover {
  opacity: 0;
}

.text-block {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  position: static;
  inset: 61px 2% auto;
  overflow: hidden;
}

.thumbnail-link {
  position: relative;
}

.thumbnail-description {
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.thumbnail-description:hover {
  opacity: 1;
  background-color: #ff0004;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 8px;
  text-decoration: none;
  position: static;
  inset: 0%;
}

.thumbnail-main {
  border: .5px #000;
}

.page-title {
  text-align: left;
  width: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  margin-top: 20px;
}

.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.div-block-4 {
  background-color: #f5f5f500;
  border: 1px solid #dfdfdf;
  width: 100%;
}

.h2 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}

.grid-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 6px;
}

.paragraph5 {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 16px;
}

.h3 {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-5 {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.text-block-2 {
  color: red;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.div-block-6 {
  text-align: left;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 50px;
  max-width: none;
}

.link-block-2 {
  margin-left: 20px;
}

.div-block-7 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 1px;
  display: flex;
}

.heading {
  color: #ff0004;
  text-align: center;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.container-5 {
  max-width: 90%;
  margin-top: 50px;
  position: relative;
}

.div-block-8 {
  margin-top: auto;
  margin-bottom: auto;
}

.heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.presentation-h1 {
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  padding-left: 0;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-11 {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-10 {
  text-align: left;
  width: 720px;
  height: 450px;
  position: relative;
  inset: -1% 0% 0% -.4%;
}

.slider {
  background-color: #fff;
  width: 80%;
  height: auto;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.icon {
  object-fit: fill;
  background-color: #ff0004;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  display: flex;
  inset: 0%;
}

.icon-2 {
  object-fit: fill;
  background-color: #000;
  border: 0 #000;
  font-size: 20px;
  line-height: 20px;
}

.video-4 {
  width: 100%;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.slide {
  text-align: center;
  vertical-align: middle;
}

.slide-2 {
  text-align: center;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.slide-nav {
  height: 20px;
  padding-top: 0;
  font-size: 6px;
  position: relative;
  inset: 0% 0% auto;
}

.div-block-12 {
  text-align: left;
  width: 100%;
  height: 800px;
  position: static;
  inset: 0%;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 20px auto auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block-14 {
  text-align: left;
  background-image: url('../images/laptop.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: none;
  height: 400px;
  max-height: none;
  margin: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.div-laptop-screen {
  aspect-ratio: 2;
  text-align: left;
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0%;
  overflow: clip;
}

.div-iframe-web {
  text-align: left;
  width: 100%;
  height: 800px;
  position: relative;
  inset: 0%;
}

.text-block-3 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  position: static;
}

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

.italic-text-2 {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
}

.project-name-header {
  margin-bottom: 20px;
}

.image-5 {
  object-fit: contain;
  max-width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  overflow: clip;
}

.div-block-15 {
  text-align: left;
  width: 100%;
  height: auto;
  position: static;
  inset: 0%;
}

.slide-title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 600;
  position: static;
}

.quick-stack {
  box-sizing: border-box;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  aspect-ratio: auto;
  object-fit: fill;
  align-self: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  padding: 0;
  position: static;
  overflow: visible;
}

.image-6 {
  vertical-align: baseline;
  width: 100%;
  max-width: none;
  max-height: none;
  margin-left: 1px;
  display: inline-block;
  overflow: clip;
}

.paragraph-6 {
  text-align: center;
  width: 800px;
  margin: 20px auto 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.heading-3 {
  color: #143156;
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.link-block-3 {
  text-decoration: none;
}

.paragraph-7 {
  position: absolute;
}

.image-7 {
  width: 100px;
  max-width: none;
}

.div-block-16 {
  z-index: 1;
  opacity: 0;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-16:hover {
  opacity: .8;
  background-color: #000;
}

.intro-paragraph {
  text-align: center;
  letter-spacing: 1px;
  width: 60%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
}

.page-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 40px;
  display: flex;
}

.header-logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-page {
  z-index: 0;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: static;
  top: 0;
}

.case-grid-cell-next {
  z-index: 2;
  opacity: 1;
  filter: drop-shadow(0 2px 10px #000000b3);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.case-grid-cell-next:hover {
  opacity: 100;
  mix-blend-mode: normal;
  background-color: #0000;
}

.video-block {
  aspect-ratio: auto;
  object-fit: fill;
  width: 60%;
  height: auto;
  margin-top: .5px;
  margin-bottom: .5px;
  margin-left: 0;
  overflow: visible;
}

.bold-text-2 {
  text-transform: uppercase;
}

.images-block {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: column;
  width: 60%;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.image-8 {
  aspect-ratio: 1;
  vertical-align: baseline;
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  overflow: visible;
}

.pdf-block {
  aspect-ratio: 2;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: .5px;
  padding-bottom: .5px;
  display: flex;
  position: static;
  overflow: hidden;
}

.columns-videos {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  align-items: flex-end;
  width: 60%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.video-portrait {
  aspect-ratio: 9 / 16;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.column-video {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  min-height: auto;
  padding: .5px;
  display: flex;
  position: static;
  overflow: hidden;
}

.video-5 {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 60%;
  min-height: auto;
  overflow: visible;
}

.image-9 {
  max-width: none;
  height: 100%;
  max-height: none;
}

.grid-5 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: minmax(60%, 1fr) minmax(40%, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  place-items: start;
  width: 100%;
  height: 100%;
}

.image-10 {
  width: 100%;
  max-width: none;
  height: auto;
  overflow: visible;
}

.gif-block {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0 auto 1px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.form {
  color: #000;
}

.textarea {
  letter-spacing: 1px;
  height: auto;
  min-height: 200px;
  font-size: 12px;
}

.footer-link {
  color: red;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.grid-6 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto auto auto auto auto;
  width: 60%;
}

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

.link-block-4 {
  padding-bottom: 20px;
}

.grid-7 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  width: 60%;
}

.image-11 {
  width: 100%;
}

.header {
  z-index: 999;
  text-align: left;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.header-home-logo {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.header-nav {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.header-nav-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-left: 0;
  padding-right: 0;
}

.header-logo-image {
  width: 50px;
  max-width: none;
}

.header-nav-link {
  color: red;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.images-block-image {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.code-embed-pdf {
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  width: 100%;
  height: 118%;
  margin: -9% auto 0%;
  position: static;
  overflow: visible;
}

.columns-6 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  aspect-ratio: auto;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.column-5 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-6 {
  padding-left: 0;
  padding-right: 0;
}

.image-12 {
  width: 100%;
  overflow: visible;
}

.image-13 {
  width: 100%;
}

.column-7 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-14 {
  width: 58%;
}

.pdf-container {
  aspect-ratio: 1;
  object-fit: fill;
  flex-flow: column;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  display: flex;
  position: relative;
}

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

.grid-home {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #fff;
  border: 1px #000;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: start stretch;
  place-items: start;
  max-width: 60%;
  height: 100%;
}

.page-container-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-image-landscape {
  min-width: 100%;
}

.video-6 {
  overflow: visible;
}

.columns-slides {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex: 0 auto;
  align-items: flex-end;
  width: 60%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.column-slide {
  aspect-ratio: 9 / 16;
  object-fit: fill;
  background-color: #0000;
  flex-flow: column;
  min-height: auto;
  padding: .5px;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-portrait {
  aspect-ratio: 9 / 16;
  object-fit: fill;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}

.slider-2 {
  height: 100%;
}

.slide-nav-2 {
  font-size: 8px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: none;
    display: flex;
  }

  .body {
    display: block;
  }

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

  .headerblock {
    padding-left: 0;
    top: auto;
    bottom: 0;
  }

  .h1 {
    font-size: 20px;
    line-height: 20px;
  }

  .paragraph {
    padding-left: 0;
  }

  .grid-cell:hover {
    filter: none;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .grid-cell-copy:hover {
    filter: none;
  }

  .grid-cell-div-paragraph {
    padding-right: 10px;
  }

  .case-grid-cell-header {
    opacity: 1;
    filter: drop-shadow(0 1px 1px #000000b3);
  }

  .case-grid-cell-div-paragraph {
    padding-right: 10px;
  }

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

  .column-paragraph {
    padding-left: 10px;
  }

  .video {
    width: 100%;
  }

  .column-link-block:hover {
    filter: none;
  }

  .form-block {
    width: 60%;
  }

  .text-field-2, .text-field-3 {
    font-size: 12px;
  }

  .column-link-block-contact {
    height: auto;
    min-height: 299px;
    max-height: none;
  }

  .column-link-block-contact:hover {
    filter: none;
    background-color: red;
  }

  .column-paragraph-contact {
    padding-left: 10px;
  }

  .code-embed {
    aspect-ratio: auto;
    height: 100%;
    margin-top: 0%;
  }

  .container-3 {
    width: 100%;
    max-width: none;
  }

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

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

  .container-5 {
    max-width: none;
  }

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

  .div-block-11 {
    width: 100%;
  }

  .div-block-10 {
    width: 75%;
    height: 64%;
    left: -.45%;
  }

  .slide-nav {
    position: relative;
  }

  .div-block-12 {
    width: 75%;
    height: 64%;
    left: -.45%;
  }

  .div-block-13 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-14 {
    width: 100%;
  }

  .div-laptop-screen {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    margin-top: -118px;
    left: -.45%;
    overflow: clip;
  }

  .div-iframe-web, .div-block-15 {
    width: 75%;
    height: 64%;
    left: -.45%;
  }

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

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

  .intro-paragraph {
    color: #000;
    padding-left: 0;
    padding-right: 0;
  }

  .page-container {
    max-width: none;
    display: flex;
  }

  .header-page {
    padding-left: 10px;
  }

  .video-block {
    width: 80%;
    margin-top: 0;
    margin-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .images-block {
    width: 100%;
    padding: .5px 1px;
  }

  .pdf-block {
    aspect-ratio: 3 / 2;
    width: 80%;
  }

  .columns-videos {
    width: 100%;
    max-width: none;
  }

  .video-portrait {
    width: 100%;
  }

  .gif-block {
    flex-flow: row;
    width: 80%;
    margin-bottom: 1px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .textarea {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .grid-6 {
    width: 100%;
  }

  .header {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .header-nav {
    margin-right: 10px;
  }

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

  .code-embed-pdf {
    aspect-ratio: auto;
    height: 100%;
    margin-top: 0%;
  }

  .columns-6 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12, .image-13 {
    width: 100%;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-home {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 80%;
  }

  .page-container-home {
    max-width: none;
    display: flex;
  }

  .columns-slides {
    width: 100%;
    max-width: none;
  }

  .image-portrait {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .body {
    display: block;
  }

  .grid {
    max-width: 90%;
  }

  .headerblock {
    padding-left: 10px;
    top: auto;
    bottom: 0;
  }

  .h1 {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph {
    padding-right: 100px;
  }

  .grid-cell:hover {
    filter: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .grid-cell-div-header:hover {
    color: #000;
  }

  .grid-cell-copy:hover {
    filter: none;
    background-color: #0000;
  }

  .grid-cell-div-paragraph {
    font-size: 11px;
    line-height: 12px;
  }

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

  .grid-cell-header:hover {
    background-color: #0000;
  }

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

  .case-header {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }

  .case-header:hover, .case-grid-cell-header:hover {
    background-color: #0000;
  }

  .columns {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

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

  .column-2 {
    padding-left: 1px;
    padding-right: 1px;
  }

  .column-paragraph {
    margin-bottom: 0;
    padding: 0 50px 5px 10px;
  }

  .video {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 100%;
  }

  .column-link-block:hover {
    filter: none;
  }

  .form-block {
    width: 80%;
  }

  .submit-button {
    letter-spacing: 1px;
  }

  .text-field {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .text-field-2, .text-field-3 {
    font-size: 12px;
  }

  .column-header {
    padding-right: 10px;
  }

  .column-link-block-contact {
    background-color: #0000;
    justify-content: flex-end;
    width: auto;
    min-height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .column-link-block-contact:hover {
    filter: none;
    background-color: #0000;
  }

  .column-header-contact {
    color: #000;
    padding-right: 10px;
  }

  .column-paragraph-contact {
    color: #000;
    margin-bottom: 0;
    padding: 0 50px 5px 10px;
  }

  .text-field-4 {
    width: 500px;
  }

  .code-embed {
    aspect-ratio: 3 / 2;
  }

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

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

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

  .h3 {
    font-size: 14px;
    line-height: 16px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 10px;
  }

  .presentation-h1 {
    letter-spacing: 3px;
    font-size: 19px;
    line-height: 22px;
  }

  .div-block-11 {
    height: 400px;
  }

  .div-block-10 {
    width: 75%;
    height: 66%;
    left: -.46%;
  }

  .slider {
    height: 400px;
  }

  .icon {
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .slide-nav {
    position: relative;
  }

  .div-block-12 {
    width: 75%;
    height: 66%;
    left: -.46%;
  }

  .div-block-13, .div-block-14 {
    height: 400px;
  }

  .div-laptop-screen {
    aspect-ratio: 1;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    display: block;
    left: -.46%;
  }

  .div-iframe-web, .div-block-15 {
    width: 75%;
    height: 66%;
    left: -.46%;
  }

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

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

  .page-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .header-page {
    padding-left: 10px;
  }

  .case-grid-cell-next:hover {
    background-color: #0000;
  }

  .video-block, .images-block {
    width: 100%;
  }

  .pdf-block {
    aspect-ratio: 1;
    object-fit: fill;
    width: 100%;
    height: auto;
    display: flex;
    overflow: clip;
  }

  .columns-videos {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .video-portrait {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 100%;
  }

  .column-video {
    padding-left: 1px;
    padding-right: 1px;
  }

  .gif-block {
    aspect-ratio: 1;
    height: auto;
    margin-bottom: 1px;
    padding: 0 1px;
  }

  .textarea {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .grid-6 {
    width: 100%;
  }

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

  .code-embed-pdf {
    aspect-ratio: 1;
    object-fit: fill;
    min-width: 100%;
    min-height: 100%;
    margin-top: -12%;
    margin-bottom: 26%;
    overflow: visible;
  }

  .columns-6 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    aspect-ratio: auto;
    justify-content: space-around;
    width: 100%;
    height: auto;
    display: flex;
  }

  .column-5 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12, .image-13 {
    width: 100%;
    overflow: visible;
  }

  .column-7 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    padding-left: 1px;
    padding-right: 0;
    display: flex;
  }

  .grid-home {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    max-width: 90%;
  }

  .page-container-home {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .columns-slides {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .column-slide {
    padding-left: 1px;
    padding-right: 1px;
  }

  .image-portrait {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
  }

  .body {
    align-items: flex-start;
    display: block;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    max-width: none;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .headerblock {
    background-color: #0000;
    width: auto;
    padding-left: 0;
    top: auto;
    bottom: 0;
  }

  .h1 {
    letter-spacing: 3px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 20px;
    line-height: 22px;
  }

  .paragraph {
    width: 90%;
    padding-right: 10px;
    line-height: 16px;
  }

  .grid-cell {
    aspect-ratio: auto;
    padding-left: 0;
  }

  .grid-cell:hover {
    opacity: 1;
    filter: none;
    background-color: #0000;
  }

  .grid-cell:active {
    filter: none;
  }

  .grid-cell:visited {
    opacity: .5;
  }

  .grid-cell-div {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    position: relative;
    overflow: clip;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .grid-cell-div-header {
    letter-spacing: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
  }

  .grid-cell-div-header:hover {
    color: #000;
  }

  .grid-cell-copy:hover {
    opacity: 1;
    filter: none;
    background-color: #0000;
  }

  .grid-cell-copy:active {
    filter: none;
  }

  .grid-cell-copy:visited {
    opacity: .5;
  }

  .grid-cell-div-paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
  }

  .grid-cell-header {
    padding-left: 0;
    font-family: Montserrat, sans-serif;
  }

  .grid-cell-header:hover {
    opacity: 1;
    background-color: #0000;
  }

  .grid-cell-header:active {
    filter: none;
  }

  .grid-cell-header:visited {
    opacity: .5;
  }

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

  .case-header {
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
  }

  .case-header:hover {
    opacity: 1;
    background-color: #0000;
  }

  .case-header:active {
    filter: none;
  }

  .case-header:visited {
    opacity: .5;
  }

  .case-grid-cell-header {
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
  }

  .case-grid-cell-header:hover {
    opacity: 1;
    background-color: #0000;
  }

  .case-grid-cell-header:active {
    filter: none;
  }

  .case-grid-cell-header:visited {
    opacity: .5;
  }

  .case-grid-cell-div-paragraph {
    padding-right: 10px;
    font-size: 11px;
    line-height: 10px;
  }

  .columns {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: row;
    order: 0;
    align-items: center;
    width: 100%;
    padding-bottom: 1px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column {
    padding: 0;
  }

  .column-2 {
    padding: 0;
    overflow: visible;
  }

  .column-paragraph {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
    line-height: 14px;
  }

  .column-image {
    min-width: 100%;
    min-height: 100%;
    overflow: clip;
  }

  .video {
    aspect-ratio: auto;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    margin-bottom: 0;
  }

  .column-link-block:hover {
    filter: none;
  }

  .form-block {
    width: 90%;
    margin-left: 0;
  }

  .submit-button {
    letter-spacing: 1px;
  }

  .text-field-2, .text-field-3 {
    font-size: 12px;
  }

  .column-header {
    letter-spacing: 2px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 9px;
    font-weight: 700;
    line-height: 12px;
  }

  .column-link-block-contact {
    background-color: #0000;
    min-height: auto;
  }

  .column-link-block-contact:hover {
    filter: none;
    background-color: #0000;
  }

  .column-2-copy {
    height: auto;
    padding: 0;
  }

  .column-header-contact {
    color: #000;
    letter-spacing: -1px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
  }

  .column-paragraph-contact {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9px;
    line-height: 12px;
  }

  .utility-page-wrap {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }

  .text-field-4 {
    width: 300px;
  }

  .section {
    width: 100%;
  }

  .code-embed {
    aspect-ratio: auto;
    margin-top: 0;
    margin-bottom: 0;
    overflow: visible;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    width: 100%;
    min-width: auto;
    display: flex;
    position: static;
  }

  .thumbnail {
    width: 100%;
    max-width: none;
    overflow: clip;
  }

  .thumbnail-link {
    width: 100%;
  }

  .thumbnail-description:hover {
    background-color: #ff0004;
  }

  .thumbnail-main {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    display: grid;
  }

  .h2 {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 12px;
    line-height: 16px;
  }

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

  .h3 {
    font-size: 14px;
    line-height: 16px;
  }

  .image-4 {
    width: 100px;
  }

  .container-5 {
    text-align: right;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 22px;
  }

  .presentation-h1 {
    letter-spacing: 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .div-block-10 {
    height: 56%;
    top: -1%;
  }

  .slider {
    height: auto;
  }

  .icon {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    position: relative;
    inset: auto 0% 0%;
  }

  .right-arrow, .left-arrow {
    width: 50px;
  }

  .div-block-12 {
    height: 56%;
    top: -1%;
  }

  .div-block-14 {
    aspect-ratio: 1;
    background-image: none;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
    display: block;
    overflow: visible;
  }

  .div-laptop-screen {
    object-fit: fill;
    height: 100%;
    position: relative;
    top: 0%;
    left: 0%;
    overflow: visible;
  }

  .div-iframe-web, .div-block-15 {
    height: 56%;
    top: -1%;
  }

  .slide-title {
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
  }

  .quick-stack {
    width: 100%;
    height: 100%;
  }

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

  .image-7 {
    width: 100px;
  }

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

  .intro-paragraph {
    color: #000;
    width: 90%;
    padding-right: 10px;
    line-height: 16px;
  }

  .page-container {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .header-logo {
    width: auto;
  }

  .header-logo.w--current {
    aspect-ratio: 1;
    width: 100px;
  }

  .header-page {
    margin-top: 20px;
    padding-left: 0;
  }

  .case-grid-cell-next {
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
  }

  .case-grid-cell-next:hover {
    opacity: 1;
    background-color: #0000;
  }

  .case-grid-cell-next:active {
    filter: none;
  }

  .case-grid-cell-next:visited {
    opacity: .5;
  }

  .video-block {
    aspect-ratio: auto;
    width: 100%;
    margin: 0;
    padding: 0 1px 1px;
  }

  .images-block {
    aspect-ratio: auto;
    padding-top: 0;
    padding-bottom: 1px;
  }

  .pdf-block {
    padding-left: 1px;
    padding-right: 1px;
  }

  .columns-videos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
    display: flex;
  }

  .video-portrait {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-video {
    margin-bottom: 1px;
    padding: 0;
  }

  .gif-block {
    aspect-ratio: 1;
    flex-flow: row;
    width: 100%;
    height: auto;
    display: block;
  }

  .textarea {
    letter-spacing: 1px;
    font-size: 12px;
  }

  .footer-link {
    padding-left: 0;
    padding-right: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .grid-6 {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-7 {
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .header-nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    width: 100%;
    min-width: auto;
    position: static;
  }

  .header-logo-image {
    width: 50px;
  }

  .header-nav-link {
    font-size: 8px;
    line-height: 12px;
  }

  .images-block-image {
    aspect-ratio: auto;
    width: auto;
    max-width: none;
    height: auto;
    overflow: auto;
  }

  .code-embed-pdf {
    overflow: visible;
  }

  .cell {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .columns-6 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    min-height: 100%;
  }

  .image-13 {
    padding-bottom: 1px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-home {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
    justify-items: start;
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: clip;
  }

  .page-container-home {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-left: 1px;
    padding-right: 1px;
  }

  .grid-image-landscape {
    min-width: 100%;
  }

  .columns-slides {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
    padding-left: 1px;
    padding-right: 1px;
    display: flex;
  }

  .column-slide {
    margin-bottom: 1px;
    padding: 0;
  }

  .image-portrait {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-b984ebfa-f354-2d39-ac03-51605fc4b6e7-a68bf8c7 {
  justify-self: center;
}

#w-node-_5229f4f1-e64e-5d15-7af9-0edbf1243cd4-baab6240 {
  justify-self: end;
}

#w-node-fec2ba4c-9edb-6613-efc7-f1f576e61e49-7af4315d, #w-node-eae7c6f0-8758-8c82-8fbf-d90103bf4d17-7af4315d, #w-node-_74057226-62d6-09dd-e157-db347480fb25-7af4315d, #w-node-d0ef9a58-2253-e3dd-92b2-cf3d749f4544-7af4315d, #w-node-_51a5b569-fce6-d3df-3647-7b1da7bc5b71-7af4315d, #w-node-_38fc608f-1869-84f6-ec30-21d35a1cde9e-7af4315d, #w-node-_2a7aa5ed-964c-1b27-3640-42a44e6f48b2-7af4315d, #w-node-d706b7bd-cea2-1359-62ea-3968cdd9c779-7af4315d, #w-node-d0c2bd67-071c-f238-27a3-6952e0391d61-7af4315d, #w-node-_1c0a48e4-8c8b-5af6-f923-ffc8504eb7bd-7af4315d, #w-node-d9f11e52-1db9-c4a0-26d9-7679d31242d8-7af4315d, #w-node-_94bbafa3-8adf-4184-0632-7105cbb62367-7af4315d, #w-node-f672c8ee-4355-9386-0ef9-076fae342983-7af4315d, #w-node-_9e5b2f59-92c5-12bd-9f29-e0de340ebbe2-7af4315d, #w-node-e6ddd06a-3487-7cb3-bf6f-261ce7967274-7af4315d, #w-node-_611eb7d5-b546-20ac-e144-e3d33a26f3bb-7af4315d, #w-node-_6ebe11ca-d69d-7cb0-3913-1daffc7c99d5-7af4315d, #w-node-_408b55be-8125-acdb-7a18-3a74c00f14b0-7af4315d, #w-node-add247f7-5a6e-a26b-01e8-0a5f392653f2-7af4315d, #w-node-c3762856-bd95-2243-cc1a-f68bfa25608a-7af4315d, #w-node-_2e650c9a-4d15-bee7-4465-0b0467aaf3a6-7af4315d, #w-node-ff6321b7-da49-965f-992f-d8fdc1418b10-7af4315d, #w-node-fd0c38d5-749e-0a9b-2597-3e366de03682-7af4315d, #w-node-_709e992e-8672-9adb-6fb1-103d64e27013-7af4315d, #w-node-d140e687-c0d8-c066-14f8-c46ba1a16e38-7af4315d, #w-node-_4c24707e-09a5-9c3f-4c62-fd7af70e7b6f-7af4315d, #w-node-dfedcfe6-e57f-03ff-19b3-7be527021686-7af4315d, #w-node-_743e5ae5-c5a0-32c8-1147-5fdf59457faf-7af4315d, #w-node-c31314b8-a566-0b35-803f-5dbc08712023-7af4315d, #w-node-eea00563-2e50-8cc4-610f-5d23da8b1d5f-7af4315d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5229f4f1-e64e-5d15-7af9-0edbf1243cd4-baab6240 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5229f4f1-e64e-5d15-7af9-0edbf1243cd4-baab6240 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5229f4f1-e64e-5d15-7af9-0edbf1243cd4-baab6240 {
    justify-self: end;
  }
}


