:root {
  --dark-blue-grey: #04121e;
  --trucryo: #627e8f;
  --white: white;
  --light-grey: #8c9797;
  --_text---h1-size: 4.5rem;
  --_text---h1-line-heihgt: 5.2rem;
  --mid-blue-grey: #243746;
  --_text---h2-size: 3.2rem;
  --_text---h2-height: 3.9rem;
  --lightest-grey: #ced2d3;
  --_text---h3-siz: 2.5rem;
  --_text---h3-heihgt: 3rem;
  --_text---h4-size: 2rem;
  --light-blue-grey: #5a6770;
  --_text---font-family: Poppins, sans-serif;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.section {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  background-image: linear-gradient(#04121e4d, #04121e4d), url('../images/IMG-20221209-WA0014-Medium.jpg');
  background-position: 0 0, 50% 25%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 89vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.pro {
  background-image: linear-gradient(#04121e4d, #04121e4d), url('../images/8-Medium.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.container {
  background-color: var(--trucryo);
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 11vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  overflow: hidden;
}

.body {
  background-color: var(--dark-blue-grey);
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.image {
  object-fit: contain;
  object-position: 0% 50%;
  height: 100%;
}

.nav-link {
  color: var(--white);
}

.link {
  color: var(--white);
  padding: 5px;
}

.link:hover {
  color: var(--light-grey);
}

.link.w--current {
  color: var(--white);
  padding: 5px;
}

.link.w--current:hover {
  color: var(--light-grey);
}

.link.bold {
  background-color: var(--trucryo);
  border-radius: 20px;
}

.link.hide {
  display: none;
}

.heading {
  font-size: var(--_text---h1-size);
  line-height: var(--_text---h1-line-heihgt);
}

.div-block-2 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading1 {
  font-size: var(--_text---h1-size);
  line-height: var(--_text---h1-line-heihgt);
  text-align: center;
  text-shadow: 6px 6px 1px var(--mid-blue-grey);
}

.grid {
  background-image: linear-gradient(to bottom, var(--dark-blue-grey), var(--dark-blue-grey));
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-div4 {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-head {
  object-fit: cover;
  height: 20vh;
}

.image-head.right {
  object-position: 100% 50%;
}

.image-head.big {
  height: 100%;
}

.head-div {
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph {
  text-align: center;
  text-shadow: 3px 3px 1px var(--dark-blue-grey);
  font-size: 40px;
  line-height: 45px;
}

.button {
  border: 5px solid var(--trucryo);
  background-color: var(--trucryo);
  text-align: center;
  border-radius: 10px;
  width: 351px;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px;
  font-size: 20px;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.button:hover {
  border-color: var(--trucryo);
  background-color: var(--dark-blue-grey);
}

.button.grey {
  border-width: 3px;
  border-color: var(--lightest-grey);
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.button.grey:hover {
  border-color: var(--lightest-grey);
  background-color: var(--lightest-grey);
  color: var(--trucryo);
}

.button.grey.small {
  width: auto;
}

.button.footer {
  width: 230px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.button._10pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button.wide {
  width: 320px;
}

.sec-head {
  font-size: var(--_text---h1-size);
  line-height: var(--_text---h1-line-heihgt);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 140px;
}

.sec-head.centre {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-span {
  text-shadow: 11px 1px 1px var(--mid-blue-grey);
}

.grid-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  height: 100%;
}

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

.div-block-5 {
  background-color: var(--white);
  width: 3px;
  height: 100%;
}

.div-block-6 {
  object-fit: contain;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.line-div {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3px;
  height: calc(100% - 30vh);
  margin-top: 15vh;
  display: flex;
}

.circle-div {
  background-color: var(--dark-blue-grey);
  object-fit: contain;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.circle-div.bot {
  margin-bottom: 15vh;
}

.timeline-grid {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 15vh;
  position: relative;
}

.div-block-7 {
  background-color: var(--dark-blue-grey);
  height: 50px;
}

.text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 30vh;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-wrapper.end {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.text-wrapper.first {
  height: 50vh;
}

.quick-stack {
  height: auto;
  padding-top: 0;
  position: relative;
}

.section-2 {
  background-color: var(--trucryo);
  height: 100vh;
}

.sticky-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.timeline-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-3 {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/star-top.png');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 25%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.image-2 {
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 41vh;
}

.image-2.top-left {
  border-radius: 20px 0 0 20px;
}

.image-2.left {
  object-position: 0% 50%;
  transition: opacity .2s;
}

.image-2.left.duplicate {
  object-position: 50% 50%;
  height: 30vh;
}

.image-2.right {
  object-position: 80% 50%;
}

.device-feat-dic {
  border: 5px solid var(--light-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.device-feat-dic.left {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 41vh;
}

.device-feat-dic.right {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
}

.device-feat-dic.small {
  height: 30vh;
}

.icon-image {
  filter: brightness(200%) saturate(0%);
  object-fit: contain;
  width: 100px;
  height: 100px;
  display: block;
}

.icon-image.invert {
  filter: invert() brightness(200%) saturate(0%);
}

.quick-stack-2 {
  padding-left: 60px;
  padding-right: 60px;
}

.section-4 {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/half-right.png'), url('../images/star-btm.png');
  background-position: 0 0, 100% 100%, 0 0;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 25%, 25%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.cell, .cell-2 {
  justify-content: center;
  align-items: flex-end;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
}

.cell-4 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.cell-4.hide {
  opacity: 1;
}

.cell-4.phonehide {
  opacity: 0;
}

.section-5 {
  z-index: 10;
  background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/half-right-btm.png');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 25%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
}

.div-block-9 {
  flex-flow: column;
  display: flex;
}

.downarrow {
  width: 100px;
}

.downarrow.up {
  transform: rotate(180deg);
}

.downarrow.small {
  width: 50px;
  padding-bottom: 5px;
}

.background-div {
  width: 40vw;
  height: 575px;
  position: relative;
}

.background-div.about {
  width: 30vw;
  height: 45vh;
}

.image-4 {
  object-fit: cover;
  width: 45vw;
  height: 45vh;
}

.image-4.about {
  object-fit: cover;
  width: 30vw;
}

.image-4.about.right {
  object-position: 100% 50%;
}

.info-div {
  z-index: 2;
  background-color: var(--trucryo);
  width: 44vw;
  height: 100%;
  margin-left: 36vw;
  position: relative;
  top: -575px;
}

.info-div.about {
  width: 34vw;
  height: 45vh;
  margin-left: 24vw;
  top: -45vh;
}

.heading-2 {
  flex-flow: column;
  width: 45vh;
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  display: flex;
  transform: rotate(-90deg);
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  line-height: 24px;
  display: flex;
}

.div-block-10.about {
  height: 100%;
}

.quick-stack-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 44vw;
  height: 45vh;
  padding: 0;
}

.quick-stack-3.about {
  width: 35vw;
  height: 45vh;
}

.div-block-11 {
  text-align: center;
  width: 100%;
  padding: 20px 20px 0;
}

.cell-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
}

.card-wrapper {
  width: 40vw;
  height: 45vh;
  overflow: hidden;
}

.card-wrapper.about {
  width: 30vw;
}

.cardcell {
  justify-content: center;
  align-items: center;
}

.quick-stack-4 {
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.paragraph-3 {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-3.left {
  text-align: left;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.heading-4 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  text-align: center;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cardicase {
  width: 22vw;
  height: 22vw;
}

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

.code-embed {
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-13 {
  width: 80vw;
}

.imagediv.bottom {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-100 {
  object-fit: cover;
  width: 22vw;
  height: 22vw;
}

.image-100.bottom {
  object-position: 50% 100%;
}

.text-div {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 22vw;
  height: 22vw;
  padding-right: 0;
  display: flex;
  position: relative;
  top: -22vw;
}

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

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

.italic-text {
  color: var(--trucryo);
  text-shadow: 3px 3px 1px var(--dark-blue-grey);
  font-style: normal;
}

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

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-6 {
  background-image: url('../images/smoke-tall-inner_1smoke tall inner.webp');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 120%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  margin-bottom: 0;
  padding-bottom: 1.25rem;
  display: flex;
  overflow: hidden;
}

.div-block-39 {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.heading-15 {
  font-size: var(--_text---h3-siz);
  line-height: var(--_text---h3-heihgt);
  text-align: center;
  text-shadow: 1px 4px 2px var(--trucryo);
  width: 75vw;
  margin-top: 1.25rem;
  margin-bottom: 1.3125rem;
}

.paragraph-15 {
  font-size: var(--_text---h4-size);
  text-align: center;
  text-shadow: 4px 5px 3px var(--trucryo);
  padding-left: 20px;
  padding-right: 20px;
  line-height: 2rem;
}

.line-one-2 {
  background-color: var(--trucryo);
  width: 80%;
  height: .25rem;
  margin-top: 1.25rem;
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  padding-bottom: 1.3125rem;
  display: flex;
}

.header-main {
  height: 40vh;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.div-block-40 {
  background-color: var(--trucryo);
  width: 1px;
  height: 90%;
}

.cell-7 {
  justify-content: center;
  align-items: flex-start;
}

.cell-8 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.heading-16 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  text-shadow: 4px 4px 6px var(--light-blue-grey);
}

.heading-17 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  text-align: left;
  text-shadow: 4px 4px 6px var(--trucryo);
}

.heading-17.centre {
  text-align: center;
}

.heading-17.dark {
  text-shadow: 4px 4px 6px var(--dark-blue-grey);
}

.heading-17.dark.centre {
  font-size: var(--_text---h3-siz);
  line-height: var(--_text---h3-siz);
}

.heading-17.centrephone {
  font-size: var(--_text---h3-siz);
  line-height: var(--_text---h3-heihgt);
}

.heading-17.toppad {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-17.right-pad {
  margin-left: 60px;
  margin-right: 100px;
}

.image-101 {
  object-fit: cover;
  width: 100%;
  height: 40vh;
}

.div-block-41 {
  background-image: linear-gradient(#000, #fff);
  width: 100%;
}

.div-block-42 {
  z-index: 10;
  background-image: linear-gradient(270deg, var(--dark-blue-grey), #fff0 34%);
  width: 100%;
  height: 40vh;
  margin-top: -40vh;
  position: relative;
}

.div-block-43 {
  text-align: center;
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-18 {
  text-align: center;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-16 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

._100--fullimg {
  width: 100%;
  height: 100%;
}

.cell-9 {
  background-color: var(--dark-blue-grey);
  justify-content: flex-start;
  align-items: center;
}

.heading-19 {
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  padding-left: 20px;
  padding-right: 20px;
}

.heading-19.centre {
  text-align: center;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.centrecell {
  justify-content: center;
  align-items: center;
}

.centre {
  text-align: center;
}

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

.full-width-20-pad {
  padding-left: 20px;
  padding-right: 20px;
}

.italic-text-4 {
  text-align: center;
  font-style: normal;
}

.div-block-44 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-6 {
  height: 50vh;
  padding-top: 0;
}

.quick-stack-6.small {
  background-image: url('../images/uparrow.png'), url('../images/down-arrow.png');
  background-position: 50% 0, 50% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 10vw, 10vw;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  overflow: hidden;
}

.footer {
  z-index: 9999;
  flex-flow: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

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

.nav-base {
  color: var(--white);
  padding-top: 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.nav-base.right {
  text-align: left;
}

.div-block-46 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-46.right {
  text-align: left;
}

.cell-10 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-10.right {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-8 {
  padding-top: 40px;
  overflow: hidden;
}

.div-block-47 {
  width: 80%;
}

.paragraph-17 {
  padding-left: 40px;
}

.quick-stack-7 {
  margin-top: 20px;
}

.image-102 {
  object-fit: cover;
  height: 50vh;
}

.cell-11 {
  justify-content: center;
  align-items: center;
}

._50vhdiv {
  object-position: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  overflow: hidden;
}

.image-103 {
  object-position: 50% 50%;
}

.section-9 {
  padding-top: 20px;
}

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

.section-100 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-51 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-2 {
  z-index: 9999999;
  background-color: var(--dark-blue-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-52 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 10vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.brand-2 {
  height: 10vh;
  padding-top: 10px;
  padding-bottom: 10px;
}

.sec-timeline {
  height: 100%;
}

.quick-stack-10 {
  width: 80%;
}

.quick-stack-10._100 {
  width: 100%;
}

.line-thin {
  background-color: var(--white);
  box-shadow: 3px 5px 3px 0 var(--trucryo);
  border-radius: 5px;
  width: 100%;
  height: .4rem;
  margin-top: 1.25rem;
  display: flex;
}

.section-102 {
  z-index: 999999;
  position: sticky;
  top: 0;
}

.nav-menu {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.image-105 {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  height: 150px;
}

.image-105.top {
  object-position: 50% 5%;
}

.drop-shadow {
  font-style: normal;
}

.drop-shadow.pad-left {
  margin-left: 40px;
}

.drop-shadow.pad-left.alignlef {
  margin-left: 0;
}

.drop-shadow.centre {
  font-size: var(--_text---h3-siz);
  line-height: var(--_text---h3-heihgt);
}

.heading-20 {
  font-size: 20px;
}

.section-103 {
  background-color: var(--dark-blue-grey);
  width: 100%;
  overflow: hidden;
}

.link-block {
  z-index: 99;
  color: var(--white);
  background-image: linear-gradient(#1e2a314d, #1e2a314d);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-53, .code-embed-2 {
  height: 100%;
}

.phone-nuber {
  border: 5px solid var(--trucryo);
  background-color: var(--trucryo);
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  font-size: 20px;
  line-height: 10px;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.phone-nuber.grey {
  border-width: 3px;
  border-color: var(--lightest-grey);
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.phone-nuber.grey:hover {
  border-color: var(--lightest-grey);
  background-color: var(--lightest-grey);
  color: var(--trucryo);
}

.phone-nuber.footer {
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.phone-nuber._10pad {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-54 {
  background-color: var(--trucryo);
  border-radius: 10px;
  padding: 10px;
}

.heading-21 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.section-104 {
  width: 100%;
  overflow: visible;
}

.div-block-55 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-56 {
  background-color: var(--trucryo);
  width: 100%;
  height: 3px;
}

.cell-16 {
  justify-content: center;
  align-items: center;
}

.cell-16.left {
  justify-content: center;
  align-items: flex-start;
}

.right {
  justify-content: flex-start;
  align-items: flex-end;
}

.image-copy {
  object-fit: contain;
  object-position: 0% 50%;
  width: 250px;
  height: 100%;
}

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

.quick-stack-11 {
  width: 90%;
}

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

.quick-stack-11y {
  width: 90%;
}

.card-wrapper-copy {
  width: 22vw;
  height: 45vh;
  overflow: hidden;
}

.card-wrapper-copy.about {
  width: 30vw;
}

.vertical-heading {
  writing-mode: tb-rl;
  margin-top: 20px;
  margin-left: 40px;
  transform: rotate(-180deg);
}

.cell-19 {
  display: flex;
}

.quick-stack-6-copy {
  height: 50vh;
  padding-top: 0;
}

.quick-stack-6-copy.small {
  width: 100%;
  height: 50vh;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.quick-stack-6-copy.equine {
  height: auto;
}

.quick-stack-2-copy {
  padding-left: 0;
  padding-right: 0;
}

.cell-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.paragraph-19 {
  width: 75%;
}

.div-block-58 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.link-2 {
  color: var(--white);
}

.div-block-35 {
  padding: 2.5rem 4.4375rem;
}

.pp-head {
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.accordian-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: .9rem;
  display: flex;
}

.accordian-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  border-radius: 2rem;
  flex-flow: column;
  margin-left: 100px;
  margin-right: 100px;
  padding: 1rem;
  display: flex;
}

.faq-question {
  background-color: var(--trucryo);
  font-size: var(--_text---h2-size);
  line-height: var(--_text---h2-height);
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.faq-answer {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block {
  font-size: var(--_text---h4-size);
  line-height: var(--_text---h4-size);
  width: 80%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.arrow-accordian {
  filter: invert();
  width: 1.5rem;
  margin-top: -10px;
  padding-top: 0;
}

.heading-24 {
  font-size: var(--_text---h1-size);
  line-height: var(--_text---h1-line-heihgt);
  padding-left: 110px;
  padding-right: 100px;
}

.accordian-para {
  padding-left: 20px;
  padding-right: 20px;
}

.iso {
  padding-top: 16px;
}

.image-60 {
  width: 100px;
  height: 100px;
}

.image-106 {
  width: 100px;
  height: 100px;
  padding: 10px;
}

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

.cell-20 {
  justify-content: center;
  align-items: flex-start;
}

.div-block-59 {
  text-align: center;
  width: 100%;
  padding: 20px 20px 0;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45vh;
  line-height: 24px;
  display: flex;
}

.image-107 {
  object-fit: cover;
  width: 30vw;
  height: 45vh;
}

.image-107.right {
  object-position: 100% 50%;
}

.card-wrapper-2 {
  width: 22vw;
  height: 45vh;
  overflow: hidden;
}

.button-2 {
  text-align: center;
  background-color: #627e8f;
  border: 5px solid #627e8f;
  border-radius: 10px;
  width: 351px;
  margin-left: 0;
  margin-right: 10px;
  padding: 20px;
  font-size: 20px;
  transition: background-color .2s cubic-bezier(.77, 0, .175, 1);
}

.button-2:hover {
  background-color: #04121e;
  border-color: #627e8f;
}

.button-2.grey {
  border-width: 3px;
  border-color: #ced2d3;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 20px;
}

.button-2.grey:hover {
  color: #627e8f;
  background-color: #ced2d3;
  border-color: #ced2d3;
}

.button-2.grey.small {
  width: auto;
}

.button-2.footer {
  width: 230px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cell-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
}

.info-div-2 {
  z-index: 2;
  background-color: #627e8f;
  width: 27vw;
  height: 100%;
  margin-left: 18vw;
  position: relative;
  top: -575px;
}

.background-div-2 {
  width: 22vw;
  height: 575px;
  position: relative;
}

.heading-27 {
  flex-flow: column;
  width: 45vh;
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  display: flex;
  transform: rotate(-90deg);
}

.quick-stack-13 {
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.quick-stack-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 26vw;
  height: 45vh;
  padding: 0;
}

.kaasenpro-feat {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.kaasenpro-feat.middle {
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-left: 0;
  padding-right: 0;
}

.heading-28 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-21 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-29 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.section-100vw {
  background-image: linear-gradient(#00000080, #00000080);
  background-position: 0 0;
  background-size: auto;
}

.pro-sec {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

.block {
  background-color: #112435;
  background-image: linear-gradient(138deg, var(--dark-blue-grey) 4%, #fff0 68%);
  border-radius: 50px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.div-block-61 {
  background-color: var(--white);
  border-radius: 2px;
  width: 80%;
  height: 3px;
  margin-bottom: 28px;
  margin-right: 100px;
}

.quick-stack-16 {
  padding-left: 40px;
  padding-right: 40px;
}

.heading-31 {
  margin-bottom: 26px;
}

.section-copy {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 89vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.device-feat-dic-copy {
  border: 5px solid var(--light-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.device-feat-dic-copy.left {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 30vh;
}

.device-feat-dic-copy.right {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
}

.device-feat-dic-copy-copy {
  border: 5px solid var(--light-grey);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.device-feat-dic-copy-copy.left {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 41vh;
}

.device-feat-dic-copy-copy.right {
  border-left-style: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
}

.quick-stack-17 {
  padding-left: 100px;
  padding-right: 100px;
}

.heading-32 {
  font-size: 80px;
  line-height: 125px;
}

.cell-23 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-18 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-right: 0;
}

.div-block-62 {
  background-color: #091622;
  border-radius: 15px;
  padding: 20px;
}

.hz-track {
  height: 250vw;
}

.hz-track.hide {
  display: none;
}

.hz-camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hz-frame {
  flex-flow: row;
  width: 250vw;
  height: 100%;
  display: flex;
}

.hz-item {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 50vw;
  height: 100vh;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
}

.hz-item.sticky-left {
  z-index: 10;
  position: sticky;
  top: 0;
  left: 0;
}

.image-108 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 76px;
}

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

.cell-24 {
  justify-content: center;
  align-items: center;
}

.div-block-63 {
  z-index: 10;
  background-color: var(--dark-blue-grey);
  justify-content: flex-start;
  align-items: center;
  width: 50vw;
  height: 100%;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.quick-stack-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.cell-25 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.heading-34 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 2px;
  font-size: 16px;
  line-height: 20px;
}

.cell-centre {
  border: 1px solid var(--light-blue-grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 2px;
}

.quick-stack-21 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.section-105 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-22 {
  text-align: left;
}

.div-block-64 {
  background-color: var(--white);
  height: 3px;
  margin-left: 100px;
  margin-right: 100px;
}

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

.section-106 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-35 {
  font-size: 60px;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.cell-27 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-end;
}

.cell-27.right {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-28 {
  color: #fff;
}

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

.quick-stack-22 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-right: 0;
}

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

.nav-base-2 {
  color: #fff;
  padding-top: 20px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

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

.image-110 {
  object-fit: contain;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.image-111 {
  width: 100px;
  height: 100px;
}

.paragraph-24 {
  width: 75%;
}

.div-block-66 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.div-block-67 {
  background-color: var(--white);
  width: 80%;
  height: 3px;
}

.heading-37 {
  font-size: 24px;
  line-height: var(--_text---h3-siz);
  font-weight: 700;
}

.paragraph-25 {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-25.left {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.link-4 {
  color: #fff;
}

.quick-stack-24, .quick-stack-12-copy {
  width: 100%;
}

@media screen and (min-width: 1920px) {
  .section-6 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    height: 40vh;
    overflow: hidden;
  }

  .image-104 {
    object-fit: cover;
    width: 100%;
    height: 40vh;
  }

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

  .quick-stack-10 {
    width: 80%;
  }

  .image-60, .image-111 {
    width: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_text---h1-size: 3rem;
    --_text---h1-line-heihgt: 3.5rem;
    --_text---h2-size: 2.7rem;
    --_text---h2-height: 3.4rem;
    --_text---h3-siz: 1.7rem;
    --_text---h3-heihgt: 2.5rem;
    --_text---h4-size: 1.2rem;
    --_text---font-family: Poppins, sans-serif;
  }

  .image {
    height: 100%;
  }

  .link {
    box-sizing: content-box;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-bottom: 10px;
  }

  .sec-head {
    padding-top: 20px;
  }

  .sec-head.centre {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .device-feat-dic {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-div {
    width: 40vw;
  }

  .background-div.about {
    width: 80vw;
    height: 55vh;
  }

  .image-4 {
    width: 40vw;
  }

  .image-4.about {
    width: 80vw;
    height: 55vh;
  }

  .info-div {
    width: 46vw;
    margin-left: 33vw;
  }

  .info-div.about {
    justify-content: center;
    align-items: center;
    width: 88vw;
    height: 55vh;
    margin-top: auto;
    margin-left: 72vw;
    display: flex;
    top: -55vh;
  }

  .heading-2 {
    margin-left: 0;
  }

  .quick-stack-3 {
    width: 48vw;
  }

  .card-wrapper {
    width: 40vw;
  }

  .cardcell {
    justify-content: flex-start;
    align-items: center;
  }

  .section-6 {
    background-size: 120%;
  }

  .html-embed {
    margin-left: 1.375rem;
    margin-right: 1.25rem;
    padding-left: 0;
  }

  .heading-16 {
    font-size: var(--_text---h2-size);
  }

  .heading-17.centrephone {
    font-size: var(--_text---h3-siz);
    line-height: var(--_text---h3-heihgt);
  }

  .cell-9 {
    border-radius: 10px;
  }

  .centrecell.centretab {
    text-align: center;
  }

  .quick-stack-6 {
    height: 55vh;
  }

  .quick-stack-6.small {
    height: 50vh;
    padding-top: 20px;
  }

  .section-8 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .quick-stack-7 {
    width: 80%;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    display: flex;
  }

  .nav-menu, .menu-button, .menu-button.w--open {
    background-color: var(--dark-blue-grey);
  }

  .phone-nuber {
    margin-bottom: 10px;
  }

  .image-copy {
    height: 100%;
  }

  .card-wrapper-copy {
    width: 40vw;
  }

  .card-wrapper-copy.about {
    width: 80vw;
    height: 55vh;
  }

  .quick-stack-6-copy {
    height: 55vh;
  }

  .quick-stack-6-copy.small {
    height: 50vh;
    padding-top: 20px;
  }

  .quick-stack-2-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordian-item {
    margin-left: 60px;
    margin-right: 60px;
  }

  .image-106 {
    width: 50px;
    height: 50px;
  }

  .image-107, .card-wrapper-2 {
    width: 40vw;
  }

  .button-2 {
    margin-bottom: 10px;
  }

  .info-div-2 {
    width: 46vw;
    margin-left: 33vw;
  }

  .background-div-2 {
    width: 40vw;
  }

  .heading-27 {
    margin-left: 0;
  }

  .quick-stack-14 {
    width: 48vw;
  }

  .quick-stack-16 {
    height: auto;
  }

  .device-feat-dic-copy, .device-feat-dic-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .hz-track {
    height: 500vw;
  }

  .hz-item {
    width: 100vw;
    height: 50vh;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .div-block-63 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 50vw;
  }

  .quick-stack-20 {
    height: 100vh;
  }

  .cell-26 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-110 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_text---h1-size: 2rem;
    --_text---h1-line-heihgt: 2.3rem;
    --_text---h2-size: 1.5rem;
    --_text---h2-height: 1.8rem;
    --_text---h3-siz: 1rem;
    --_text---h3-heihgt: 1.3rem;
    --_text---h4-size: 1rem;
    --_text---font-family: Poppins, sans-serif;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    padding: 8px;
  }

  .image {
    height: 6vh;
  }

  .div-block-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading1 {
    text-shadow: 4px 4px 1px var(--mid-blue-grey);
  }

  .head-div {
    padding-left: 0;
    padding-right: 0;
  }

  .button, .sec-head {
    text-align: center;
  }

  .sec-head.centre {
    padding-top: 19px;
  }

  .timeline-grid {
    margin-top: 0;
  }

  .text-wrapper {
    height: 30vh;
    padding-right: 28px;
  }

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

  .sticky-wrapper-left {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    display: flex;
  }

  .timeline-section {
    height: auto;
  }

  .image-2 {
    height: 100%;
  }

  .device-feat-dic {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-image {
    width: 75px;
    height: 75px;
  }

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

  .cell-4 {
    opacity: 1;
    padding-left: 100px;
    padding-right: 100px;
  }

  .cell-4.phonehide {
    opacity: 100;
    padding-left: 100px;
    padding-right: 100px;
  }

  .image-4 {
    height: 575px;
  }

  .info-div.about {
    margin-top: 0;
    top: -55vh;
  }

  .div-block-10, .quick-stack-3 {
    height: 575px;
  }

  .heading-3 {
    margin-left: -10px;
  }

  .card-wrapper {
    height: 575px;
  }

  .paragraph-3 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
  }

  .cardicase {
    width: 100%;
    height: 300px;
  }

  .div-block-13 {
    width: 90vw;
  }

  .imagediv {
    height: 300px;
  }

  .image-100 {
    width: 100%;
    height: 300px;
  }

  .text-div {
    width: 100%;
    height: 300px;
    padding-top: 0;
    top: -300px;
  }

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

  .section-6 {
    background-position: 50% 0;
    flex-flow: column;
  }

  .div-block-29 {
    width: 100vw;
  }

  .header-main {
    height: auto;
  }

  .cell-8 {
    justify-content: center;
    align-items: center;
  }

  .heading-17 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17.centrephone {
    text-align: center;
  }

  .heading-18 {
    font-size: var(--_text---h2-size);
    line-height: var(--_text---h2-height);
  }

  .quick-stack-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .quick-stack-6.small {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .cell-10 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-10.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-8 {
    padding-top: 14px;
  }

  .paragraph-17, .div-block-48 {
    padding-left: 0;
  }

  .cell-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .hide {
    opacity: 0;
    height: 0;
  }

  .brand-2 {
    width: 50%;
    height: 7vh;
  }

  .phone-nuber {
    text-align: center;
  }

  .div-block-54 {
    font-size: 10px;
  }

  .heading-21 {
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
  }

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

  .image-copy {
    text-align: right;
    width: auto;
    height: 6vh;
  }

  .card-wrapper-copy {
    height: 575px;
  }

  .quick-stack-6-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .quick-stack-6-copy.small {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-2-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-right {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .accordian-item {
    margin-left: 40px;
    margin-right: 40px;
  }

  .div-block-60, .image-107, .card-wrapper-2 {
    height: 575px;
  }

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

  .heading-26 {
    margin-left: -10px;
  }

  .quick-stack-14 {
    height: 575px;
  }

  .section-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .device-feat-dic-copy, .device-feat-dic-copy-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-32 {
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }

  .div-block-63 {
    padding-left: 0;
  }

  .cell-27 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .cell-27.right {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-28 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-25 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_text---h1-size: 2rem;
    --_text---h1-line-heihgt: 2.3rem;
    --_text---h2-size: 1.5rem;
    --_text---h2-height: 1.8rem;
    --_text---h3-siz: 1rem;
    --_text---h3-heihgt: 1.3rem;
    --_text---h4-size: 1rem;
    --_text---font-family: Poppins, sans-serif;
  }

  .section {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    flex-flow: column;
    height: 17vh;
  }

  .image {
    object-fit: contain;
    overflow: clip;
  }

  .div-block-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-head.left {
    padding-left: 0;
  }

  .head-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    font-size: var(--_text---h2-size);
    line-height: var(--_text---h2-height);
  }

  .button {
    text-align: center;
    width: 250px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
  }

  .button.footer {
    display: block;
  }

  .button.wide {
    width: 250px;
    margin-right: 0;
  }

  .sec-head {
    padding: 0 40px;
    display: block;
  }

  .circle-div.top {
    margin-top: 15vh;
  }

  .timeline-grid {
    margin-top: 0;
  }

  .text-wrapper {
    height: auto;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .text-wrapper.end {
    padding-bottom: 0;
  }

  .sticky-wrapper-left {
    height: auto;
  }

  .timeline-section {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .section-3 {
    background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/star-top.png');
    background-position: 0 0, 0 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 75%;
  }

  .image-div-cover {
    height: 30vh;
  }

  .image-2.top-left, .image-2.left, .image-2.right {
    border-radius: 20px;
  }

  .device-feat-dic {
    border-width: 3px;
    height: auto;
  }

  .device-feat-dic.left {
    border-style: solid;
    border-radius: 20px;
    height: 30vh;
  }

  .device-feat-dic.right {
    border-left-style: solid;
    border-radius: 20px;
    height: 30vh;
  }

  .icon-image {
    width: 50px;
    height: 50px;
  }

  .section-4 {
    background-image: linear-gradient(#04121ecc, #04121ecc), url('../images/half-right.png'), url('../images/star-btm.png');
    background-size: auto, 75%, 75%;
    width: 100%;
    overflow: hidden;
  }

  .cell-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cell-4.hide {
    opacity: 1;
  }

  .cell-4.phonehide {
    opacity: 1;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-5 {
    background-image: linear-gradient(to bottom, null, null), url('../images/half-right-btm.png');
    background-size: auto, 75%;
    width: 100%;
    overflow: hidden;
  }

  .background-div, .image-4 {
    width: 80vw;
  }

  .info-div {
    width: 90vw;
    margin-left: 67vw;
  }

  .info-div.about {
    width: 90vw;
    margin-top: 0;
    margin-left: 68vw;
    top: -55vh;
  }

  .quick-stack-3 {
    width: 93vw;
  }

  .quick-stack-3.about {
    height: 55vh;
  }

  .div-block-11 {
    width: 80vw;
    padding: 0;
  }

  .card-wrapper {
    width: 80vw;
  }

  .quick-stack-4, .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-grid {
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .cardicase {
    width: 80vw;
    height: 80vw;
  }

  .code-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13 {
    width: 90vw;
  }

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

  .image-100 {
    width: 80vw;
    height: 80vw;
  }

  .text-div {
    width: 80vw;
    height: 80vw;
    top: -80vw;
  }

  .section-6 {
    background-image: linear-gradient(#04121e4d, #04121e4d), url('../images/smoke-tall-inner_1smoke tall inner.webp');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, repeat-y;
    background-size: auto, auto 100%;
  }

  .heading-15 {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .paragraph-15 {
    line-height: 1rem;
  }

  .header-main {
    height: auto;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-40 {
    width: 80%;
    height: 1px;
  }

  .cell-7 {
    justify-content: center;
    align-items: center;
  }

  .cell-8 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-17 {
    text-align: center;
    width: 80vw;
    padding-top: 10px;
  }

  .heading-17.centre, .heading-17.centrephone {
    text-align: center;
  }

  .heading-17.toppad {
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-17.right-pad.centrephone {
    text-align: center;
  }

  .div-block-42 {
    background-image: linear-gradient(0deg, var(--dark-blue-grey), #fff0 34%);
  }

  .div-block-43 {
    background-color: var(--dark-blue-grey);
  }

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

  .cell-9 {
    background-color: var(--dark-blue-grey);
  }

  .quick-stack-6.small {
    height: auto;
    padding: 40px 20px;
  }

  .nav-base {
    text-align: left;
  }

  .div-block-46 {
    justify-content: center;
    align-items: center;
  }

  .div-block-46.right {
    justify-content: center;
    align-items: flex-end;
  }

  .cell-10 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-8 {
    width: 100%;
    padding-top: 40px;
  }

  .quick-stack-7 {
    width: 95%;
  }

  ._50vhdiv {
    height: auto;
  }

  .image-103 {
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .div-block-48 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .section-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .div-block-50 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-13 {
    justify-content: center;
    align-items: center;
  }

  .section-100 {
    width: 100%;
    overflow: hidden;
  }

  .hide {
    width: 0;
    height: 0;
  }

  .cell-14 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cell-15 {
    justify-content: center;
    align-items: center;
  }

  .navbar-2 {
    width: 100%;
  }

  .div-block-52 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .section-101 {
    width: 100%;
    overflow: hidden;
  }

  .quick-stack-10._100 {
    width: 0%;
    height: 0;
  }

  .line-thin {
    background-color: var(--white);
  }

  .menu-button {
    padding: 8px;
  }

  .drop-shadow.pad-left {
    text-align: center;
    margin-left: 0;
  }

  .drop-shadow.centre {
    font-size: var(--_text---h2-size);
    line-height: var(--_text---h2-height);
  }

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

  .section-103 {
    background-color: var(--dark-blue-grey);
  }

  .phone-nuber {
    text-align: center;
    margin-bottom: 20px;
  }

  .div-block-54 {
    text-align: center;
    margin-left: 20px;
    padding: 3px 0;
  }

  .heading-21 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-16 {
    opacity: 0;
  }

  .image-copy {
    object-fit: contain;
    height: 0;
    overflow: clip;
  }

  .quick-stack-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrapper-copy {
    width: 80vw;
  }

  .cell-17 {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .paragraph-18, .centrephone {
    text-align: center;
  }

  .heading-22 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-6-copy.small {
    height: auto;
    padding: 0 20px 40px;
  }

  .cell-right {
    justify-content: center;
    align-items: center;
  }

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

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

  .div-block-35 {
    padding: 1.25rem;
  }

  .accordian-item {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .faq-question {
    background-image: linear-gradient(315deg, #04121e, var(--dark-blue-grey) 0%, var(--mid-blue-grey) 46%, var(--mid-blue-grey) 74%, var(--dark-blue-grey));
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .arrow-accordian {
    margin-top: 10px;
  }

  .iso {
    padding-bottom: 31px;
  }

  .image-60 {
    width: 120px;
    height: 120px;
  }

  .cell-21 {
    justify-content: center;
    align-items: center;
  }

  .div-block-59, .image-107, .card-wrapper-2 {
    width: 80vw;
  }

  .button-2 {
    text-align: center;
    width: 289px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .info-div-2 {
    width: 90vw;
    margin-left: 67vw;
  }

  .background-div-2 {
    width: 80vw;
  }

  .quick-stack-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-14 {
    width: 93vw;
  }

  .kaasenpro-feat.middle {
    padding-top: 0;
  }

  .heading-28 {
    padding: 40px;
  }

  .heading-29 {
    padding-left: 40px;
  }

  .section-100vw {
    width: 100%;
    overflow: hidden;
  }

  .block {
    background-image: linear-gradient(300deg, var(--dark-blue-grey) 4%, #fff0 35%, #04121e);
  }

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

  .heading-31 {
    text-align: left;
  }

  .section-copy {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .device-feat-dic-copy.left {
    border-right-style: solid;
    border-radius: 20px;
  }

  .device-feat-dic-copy.right {
    border-left-style: solid;
    border-radius: 20px;
  }

  .device-feat-dic-copy-copy.left {
    border-right-style: solid;
    border-radius: 20px;
  }

  .device-feat-dic-copy-copy.right {
    border-left-style: solid;
    border-radius: 20px;
  }

  .heading-32 {
    font-size: 40px;
    line-height: 50px;
  }

  .hz-item {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-63 {
    height: auto;
  }

  .cell-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-33 {
    font-size: 20px;
    line-height: 24px;
  }

  .heading-34 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .div-block-64 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .paragraph-23 {
    display: none;
  }

  .cell-27 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .cell-29 {
    justify-content: center;
    align-items: center;
  }

  .nav-base-2 {
    text-align: left;
  }

  .image-111 {
    width: 120px;
    height: 120px;
  }

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

  .heading-37 {
    text-align: center;
    line-height: 30px;
  }

  .paragraph-25 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_2ccb2e8c-51bc-4faf-9ab8-05e180e1fc28-327cf3dc {
  grid-area: 1 / 2 / 3 / 4;
  align-self: center;
}

#w-node-_60533f9a-cfce-0734-9912-48d0ae4119f7-327cf3dc {
  grid-area: 2 / 3 / 4 / 5;
  align-self: center;
}

#w-node-cc0764e1-7516-3758-0717-09eb09c1ad94-327cf3dc {
  grid-area: 4 / 2 / 6 / 4;
  align-self: center;
}

#w-node-e6377716-20cc-8d16-7ab0-955b60dda870-327cf3dc {
  grid-area: 5 / 5 / 7 / 7;
  align-self: center;
}

#w-node-_2d2b59a5-f23a-00c2-e046-ab0e21cbf8f2-327cf3dc {
  grid-area: 5 / 9 / 7 / 11;
  align-self: center;
}

#w-node-_15f9947e-c193-08a0-2efa-580dc30fa4b3-327cf3dc {
  grid-area: 2 / 9 / 4 / 12;
  place-self: center start;
}

#w-node-_1b4678e4-7521-f6f6-abdb-a30a5c3976d5-327cf3dc {
  grid-area: 1 / 6 / 3 / 9;
  align-self: center;
}

#w-node-_164409e2-682a-b50c-e5f1-b4363d6072d0-327cf3dc {
  grid-area: 2 / 1 / 6 / 13;
  align-self: center;
}

#w-node-_8be81a9a-d16c-e5ae-5afd-3de86cbbb64c-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-cc725a54-7bf8-a3d8-aa53-0e272a6947e4-327cf3dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_2a199b99-a54b-38ae-de4c-9b9c628fe4fe-327cf3dc {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 2fr .5fr;
}

#w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed988548-a24c-4b93-6b66-d8ff24eb9bdb-327cf3dc, #w-node-a69641de-8c7e-946e-ed87-9b56cf7398fe-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 3vw 40vw;
}

#industry-leaders.w-node-c9f2f470-bde0-aaf1-0e74-f15f1f911728-327cf3dc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_03382504-c8e2-2dbb-1c3d-20c8628227db-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e58f4cbd-f161-888e-b641-6ec000ad0c6c-327cf3dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a5d2a699-43fd-e589-df81-d0474db4edd7-23f8b637 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a5d2a699-43fd-e589-df81-d0474db4edf1-23f8b637 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-a5d2a699-43fd-e589-df81-d0474db4ee07-23f8b637 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3f6e9da1-3349-769c-3abf-3b48dba2a252-20eee180 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5px 1fr;
}

#w-node-_61ef58ad-87df-18ed-705d-375d86e3c4a6-20eee180 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-d78d7e29-7a60-aab4-027a-b4a8e988d3e4-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5px 1fr;
}

#w-node-_9b809c2f-58d5-11fe-b3ac-1f72ae961dbb-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_794ceef8-d16b-b9a2-c62d-269618de9d68-21ec3e54 {
  grid-template-rows: 10vh auto;
  grid-template-columns: 1.75fr .5fr 1.25fr;
}

#w-node-e131ec2f-6ad5-452f-300b-222bc262fb30-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-_01f1a4d3-e592-e6bf-922c-7768524c7b8a-21ec3e54 {
  grid-column: span 3 / span 3;
}

#w-node-_8882147e-946a-d335-6c69-9d0ea763297a-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-_4e7abf24-32b2-6f4c-6529-36492b32f69a-21ec3e54 {
  grid-column: span 2 / span 2;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0b84-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0b93-21ec3e54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0b9b-21ec3e54 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0ba3-21ec3e54 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bab-21ec3e54 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bb3-21ec3e54, #w-node-_0fa2f135-f638-182f-a882-6e0db17f0bb4-21ec3e54 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bb5-21ec3e54 {
  grid-area: 11 / 2 / 12 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bc0-21ec3e54 {
  grid-area: 12 / 2 / 13 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bcb-21ec3e54 {
  grid-area: 1 / 1 / 13 / 2;
  justify-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bcd-21ec3e54 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bcf-21ec3e54 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd1-21ec3e54 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd3-21ec3e54 {
  grid-area: 4 / 1 / 5 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd5-21ec3e54 {
  grid-area: 5 / 1 / 6 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bd7-21ec3e54 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bde-21ec3e54 {
  grid-area: 9 / 2 / 10 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0be5-21ec3e54 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bec-21ec3e54 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bf3-21ec3e54 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfa-21ec3e54 {
  grid-area: 6 / 1 / 7 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfb-21ec3e54 {
  grid-area: 7 / 1 / 8 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfc-21ec3e54 {
  grid-area: 8 / 1 / 9 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfd-21ec3e54 {
  grid-area: 9 / 1 / 10 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bfe-21ec3e54 {
  grid-area: 10 / 1 / 11 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0bff-21ec3e54 {
  grid-area: 11 / 1 / 12 / 2;
  place-self: center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0c00-21ec3e54 {
  grid-area: 12 / 1 / 13 / 2;
  place-self: end center;
}

#w-node-_0fa2f135-f638-182f-a882-6e0db17f0c01-21ec3e54 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-d01882d4-4d80-282f-4629-a7ac92da7a13-21ec3e54 {
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr .5fr 2fr;
}

#w-node-d01882d4-4d80-282f-4629-a7ac92da7a14-21ec3e54 {
  grid-column: span 2 / span 2;
}

#w-node-d01882d4-4d80-282f-4629-a7ac92da7a1a-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-d01882d4-4d80-282f-4629-a7ac92da7a21-21ec3e54 {
  grid-column: span 3 / span 3;
}

#w-node-d5143c55-cb62-51d7-8b8b-d0717e90b445-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b42351f0-b649-acfa-6bd0-7510e8d852b2-21ec3e54, #w-node-d8a1d1d3-e3e4-be02-4b9a-89a0286cea2f-21ec3e54, #w-node-a595ef20-5406-100c-78df-1b14959e5a42-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 3vw 30vw;
}

#w-node-d01882d4-4d80-282f-4629-a7ac92da7a28-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-d01882d4-4d80-282f-4629-a7ac92da7a2f-21ec3e54 {
  grid-column: span 2 / span 2;
}

#w-node-_3c9eb4a9-5f03-786e-9f9a-0f4ff188cc1a-21ec3e54 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c468a4f1-5d23-e785-62c7-33dc64db8bd0-21ec3e54 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-fce79491-ca5c-c3a1-7207-662e476c01f0-6190ec2a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2f06727-3a66-0971-c12c-48d4c261c2d0-6190ec2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd7495-6190ec2a {
  grid-template-rows: auto auto;
  grid-template-columns: 2.5fr .5fr 2fr;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd7496-6190ec2a {
  grid-column: span 2 / span 2;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd749b-6190ec2a {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74a2-6190ec2a {
  grid-column: span 3 / span 3;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74a3-6190ec2a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74a9-6190ec2a, #w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74c1-6190ec2a {
  grid-template-rows: auto;
  grid-template-columns: 3vw 30vw;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74f1-6190ec2a {
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr .5fr;
}

#w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74f8-6190ec2a {
  grid-column: span 2 / span 2;
}

#w-node-_5e4a3207-549f-17f6-f25f-4c1ae4e352aa-6190ec2a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dfc5bca2-8cf4-238c-b6c4-a5b5c957c4fa-c45fb1a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5px 1fr;
}

#w-node-_650382ab-df60-240f-4991-9029adb003b4-e02a36a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_5693bb47-3c79-bfd0-8a9b-f6d6ecbcb7f6-e02a36a4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ef350cca-9cd4-2311-3f01-6265648e8e0b-e02a36a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a9da256a-7907-ad13-960c-dae1b33ca594-e02a36a4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7582c7dd-b6b7-a91e-04c9-d6ec53f2cdd6-e02a36a4, #w-node-_71308614-d375-3a04-2b57-e8f35c950a08-e02a36a4, #w-node-_8fc2e586-2729-edd1-8610-78a5b1706248-e02a36a4, #w-node-_379adae5-5e44-11af-c456-ba6988036240-e02a36a4, #w-node-ff1b27b9-f96c-d016-4859-c62204d77c39-e02a36a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ff85c4d9-5a38-d6d1-442b-d294f8585e44-e02a36a4 {
  grid-template-rows: auto;
  grid-template-columns: 50vw 50vw;
}

#w-node-c06cea4d-d761-191e-8eb2-140221e42997-e02a36a4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_6c25e045-74a4-d943-a5d4-095f7f2afd1c-00f6d8fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 5px 1fr;
}

#w-node-_2b1e9a9b-504b-5a84-9ee0-26163c5ac270-00f6d8fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7838ab3c-c823-0719-bfcf-913ba2fdb254-00f6d8fd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_695a48aa-17ee-dcf7-c3dd-f069a1122874-00f6d8fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_3aa5c32f-b306-cce4-235c-50ef24b3f983-00f6d8fd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c04369a9-609c-74df-29f9-fe04227108b8-00f6d8fd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c04369a9-609c-74df-29f9-fe04227108bd-00f6d8fd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#industry-leaders.w-node-_54d07998-f99f-0621-dd7a-239980955884-00f6d8fd {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-cc725a54-7bf8-a3d8-aa53-0e272a6947e4-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ed988548-a24c-4b93-6b66-d8ff24eb9bdb-327cf3dc, #w-node-a69641de-8c7e-946e-ed87-9b56cf7398fe-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 3vw 40vw;
  }

  #industry-leaders.w-node-c9f2f470-bde0-aaf1-0e74-f15f1f911728-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-d5143c55-cb62-51d7-8b8b-d0717e90b445-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b42351f0-b649-acfa-6bd0-7510e8d852b2-21ec3e54, #w-node-d8a1d1d3-e3e4-be02-4b9a-89a0286cea2f-21ec3e54, #w-node-a595ef20-5406-100c-78df-1b14959e5a42-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 3vw 80vw;
  }

  #w-node-c468a4f1-5d23-e785-62c7-33dc64db8bd0-21ec3e54, #w-node-d2f06727-3a66-0971-c12c-48d4c261c2d0-6190ec2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74a3-6190ec2a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74a9-6190ec2a, #w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74c1-6190ec2a {
    grid-template-rows: auto;
    grid-template-columns: 3vw 80vw;
  }

  #w-node-_5e4a3207-549f-17f6-f25f-4c1ae4e352aa-6190ec2a, #w-node-_5693bb47-3c79-bfd0-8a9b-f6d6ecbcb7f6-e02a36a4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ef350cca-9cd4-2311-3f01-6265648e8e0b-e02a36a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a9da256a-7907-ad13-960c-dae1b33ca594-e02a36a4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ff85c4d9-5a38-d6d1-442b-d294f8585e44-e02a36a4 {
    grid-template-rows: auto;
    grid-template-columns: 100vw;
  }

  #w-node-c06cea4d-d761-191e-8eb2-140221e42997-e02a36a4, #w-node-_7838ab3c-c823-0719-bfcf-913ba2fdb254-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_695a48aa-17ee-dcf7-c3dd-f069a1122874-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3aa5c32f-b306-cce4-235c-50ef24b3f983-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-c04369a9-609c-74df-29f9-fe04227108b8-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c04369a9-609c-74df-29f9-fe04227108bd-00f6d8fd, #industry-leaders.w-node-_54d07998-f99f-0621-dd7a-239980955884-00f6d8fd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2ccb2e8c-51bc-4faf-9ab8-05e180e1fc28-327cf3dc {
    grid-column-end: 6;
  }

  #w-node-_60533f9a-cfce-0734-9912-48d0ae4119f7-327cf3dc {
    grid-row-end: 4;
    grid-column-end: 7;
  }

  #w-node-cc0764e1-7516-3758-0717-09eb09c1ad94-327cf3dc {
    grid-area: 5 / 1 / 7 / 7;
  }

  #w-node-e6377716-20cc-8d16-7ab0-955b60dda870-327cf3dc {
    grid-row: 4 / 5;
    grid-column-end: 13;
  }

  #w-node-_15f9947e-c193-08a0-2efa-580dc30fa4b3-327cf3dc {
    grid-row: 1 / 3;
    grid-column-end: 13;
  }

  #w-node-_8be81a9a-d16c-e5ae-5afd-3de86cbbb64c-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a199b99-a54b-38ae-de4c-9b9c628fe4fe-327cf3dc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc, #w-node-e58f4cbd-f161-888e-b641-6ec000ad0c6c-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-a5d2a699-43fd-e589-df81-d0474db4edd7-23f8b637, #w-node-a5d2a699-43fd-e589-df81-d0474db4edf1-23f8b637, #w-node-d78d7e29-7a60-aab4-027a-b4a8e988d3e4-21ec3e54, #w-node-_9b809c2f-58d5-11fe-b3ac-1f72ae961dbb-21ec3e54, #w-node-_0fa2f135-f638-182f-a882-6e0db17f0b84-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3c9eb4a9-5f03-786e-9f9a-0f4ff188cc1a-21ec3e54 {
    grid-template-rows: 350px;
    grid-template-columns: 1fr;
  }

  #w-node-fce79491-ca5c-c3a1-7207-662e476c01f0-6190ec2a, #w-node-_6c25e045-74a4-d943-a5d4-095f7f2afd1c-00f6d8fd, #w-node-c04369a9-609c-74df-29f9-fe04227108b8-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60533f9a-cfce-0734-9912-48d0ae4119f7-327cf3dc {
    grid-column-end: 9;
  }

  #w-node-cc725a54-7bf8-a3d8-aa53-0e272a6947e4-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2a199b99-a54b-38ae-de4c-9b9c628fe4fe-327cf3dc {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0bf4e605-ad22-8787-977c-4c4a4e9d6908-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed988548-a24c-4b93-6b66-d8ff24eb9bdb-327cf3dc, #w-node-a69641de-8c7e-946e-ed87-9b56cf7398fe-327cf3dc {
    grid-template-rows: auto;
    grid-template-columns: 3vw 80vw;
  }

  #industry-leaders.w-node-c9f2f470-bde0-aaf1-0e74-f15f1f911728-327cf3dc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_03382504-c8e2-2dbb-1c3d-20c8628227db-327cf3dc, #w-node-e58f4cbd-f161-888e-b641-6ec000ad0c6c-327cf3dc, #w-node-_3f6e9da1-3349-769c-3abf-3b48dba2a252-20eee180, #w-node-d78d7e29-7a60-aab4-027a-b4a8e988d3e4-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_794ceef8-d16b-b9a2-c62d-269618de9d68-21ec3e54 {
    grid-template-rows: 0 1px;
    grid-template-columns: 1fr 3px;
  }

  #w-node-_01f1a4d3-e592-e6bf-922c-7768524c7b8a-21ec3e54, #w-node-_4e7abf24-32b2-6f4c-6529-36492b32f69a-21ec3e54 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0fa2f135-f638-182f-a882-6e0db17f0b84-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0fa2f135-f638-182f-a882-6e0db17f0bcd-21ec3e54 {
    align-self: start;
  }

  #w-node-d01882d4-4d80-282f-4629-a7ac92da7a13-21ec3e54 {
    grid-template-rows: 10vh auto;
    grid-template-columns: 1fr;
  }

  #w-node-b42351f0-b649-acfa-6bd0-7510e8d852b2-21ec3e54, #w-node-d8a1d1d3-e3e4-be02-4b9a-89a0286cea2f-21ec3e54, #w-node-a595ef20-5406-100c-78df-1b14959e5a42-21ec3e54 {
    grid-template-rows: auto;
    grid-template-columns: 10vw 80vw;
  }

  #w-node-_3c9eb4a9-5f03-786e-9f9a-0f4ff188cc1a-21ec3e54 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  #w-node-c468a4f1-5d23-e785-62c7-33dc64db8bd0-21ec3e54, #w-node-d2f06727-3a66-0971-c12c-48d4c261c2d0-6190ec2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd7495-6190ec2a {
    grid-template-rows: 10vh auto;
    grid-template-columns: 1fr;
  }

  #w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74a9-6190ec2a, #w-node-dbba4eaf-8a22-4a7e-8e0b-f09013cd74c1-6190ec2a {
    grid-template-rows: auto;
    grid-template-columns: 10vw 80vw;
  }

  #w-node-_5e4a3207-549f-17f6-f25f-4c1ae4e352aa-6190ec2a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-dfc5bca2-8cf4-238c-b6c4-a5b5c957c4fa-c45fb1a0, #w-node-_650382ab-df60-240f-4991-9029adb003b4-e02a36a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5693bb47-3c79-bfd0-8a9b-f6d6ecbcb7f6-e02a36a4, #w-node-a9da256a-7907-ad13-960c-dae1b33ca594-e02a36a4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-c06cea4d-d761-191e-8eb2-140221e42997-e02a36a4, #w-node-_6c25e045-74a4-d943-a5d4-095f7f2afd1c-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2b1e9a9b-504b-5a84-9ee0-26163c5ac270-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7838ab3c-c823-0719-bfcf-913ba2fdb254-00f6d8fd, #w-node-_3aa5c32f-b306-cce4-235c-50ef24b3f983-00f6d8fd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c04369a9-609c-74df-29f9-fe04227108bd-00f6d8fd, #industry-leaders.w-node-_54d07998-f99f-0621-dd7a-239980955884-00f6d8fd {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


