:root {
  --_apps---white: #fff;
  --_apps---f36c21: #f36c21;
  --black: black;
  --white: white;
  --_apps---black: #000;
  --_apps---site-bg: #151515;
  --_apps---charts--chart-5: #222;
  --_apps---colors--muted: #f8f8f8;
  --_apps---charts--chart-1-dark: #868686;
  --_apps---charts--chart-2: #030303;
  --_apps---charts--chart-3-dark: #696969;
  --_apps---charts--chart-3: #000;
  --_apps---charts--chart-5-dark: #5b5b5b;
  --_apps---charts--chart-2-dark: #b4b4b4;
  --_apps---charts--chart-4-dark: #a4a4a4;
  --_apps---colors--primary-foreground-dark: #060606;
  --_apps---colors--secondary-foreground-dark: #fcf7f8;
  --_apps---colors--muted-foreground: #7d797a;
  --_apps---colors--popover-dark: #141414;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--popover: #f2f2f2;
  --_apps---colors--secondary: #fff0f4;
  --_apps---colors--border: #000;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #868686;
  --_apps---colors--background-dark: #030303;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--muted-dark: #010101;
  --_apps---colors--primary-foreground: #f8f8f8;
  --_apps---colors--accent: #e4e4e4;
  --_apps---colors--ring: #000;
  --_apps---colors--destructive: #d74843;
  --_apps---colors--background: #fff;
  --_apps---colors--primary: #000;
  --_apps---colors--secondary-foreground: #0f0d0d;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--ring-dark: #989898;
  --_apps---colors--muted-foreground-dark: #868686;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--border-dark: #000;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--input: #000;
  --_apps---colors--secondary-dark: #211015;
  --_apps---colors--foreground: #000;
  --_apps---colors--card-dark: #141414;
  --_apps---colors--accent-dark: #292929;
  --_apps---colors--input-dark: #fff;
  --_apps---sidebar--sidebar-dark: #070707;
  --_apps---sidebar--sidebar-primary-dark: #868686;
  --_apps---sidebar--sidebar-ring-dark: #989898;
  --_apps---sidebar--sidebar-primary-foreground-dark: #060606;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-border: #000;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-accent-dark: #292929;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar: #f8f8f8;
  --_apps---sidebar--sidebar-primary-foreground: #f8f8f8;
  --_apps---sidebar--sidebar-accent: #e4e4e4;
  --_apps---sidebar--sidebar-ring: #000;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-primary: #000;
  --_apps---sizes--radius: 6px;
  --_apps---typography--button-font: Ubuntu, Helvetica, sans-serif;
  --_apps---typography--heading-font: Ubuntu, Helvetica, sans-serif;
  --_apps---typography--body-font: Ubuntu, Helvetica, sans-serif;
}

body {
  color: var(--_apps---white);
  background-color: #151515;
  font-family: Generalsans, Arial, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

h6 {
  color: #efefefb3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.55;
}

a {
  color: var(--_apps---white);
  text-decoration: underline;
}

ul {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 2rem;
  display: flex;
}

ol {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  display: flex;
}

li {
  font-size: 1rem;
  font-weight: 400;
}

img {
  border-radius: 1rem;
  max-width: 100%;
  display: inline-block;
}

label {
  color: #fff6;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.25;
  display: block;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: .625rem 1rem;
  font-size: 1rem;
  line-height: 1.55;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section.hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 4.375rem;
  display: flex;
  overflow: hidden;
}

.section.cta {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section.hero-copy {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 4.375rem;
  display: flex;
  overflow: hidden;
}

.section.template {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 12rem;
  display: flex;
}

.section.text-anim-section {
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
}

.section._100vh-center {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section.top-more {
  padding-top: 8rem;
}

.section.d-bg {
  mix-blend-mode: normal;
  background-image: url("https://cdn.prod.website-files.com/698585ed82284bd956408a66/6a462d194be378c1bd63405e_Diamond%20rough.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 12rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.section._100-padding {
  padding-top: 6.25rem;
  padding-bottom: 4rem;
}

.section.bottom-no {
  padding-bottom: 2rem;
}

.section.bottom-no.mobile-more {
  padding-bottom: 4.2rem;
}

.section.top-less {
  padding-top: 2.5rem;
}

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

.section.eq {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.eq.bottom-less {
  padding-bottom: 6.25rem;
}

.wp {
  z-index: 3;
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wp._100 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.wp._55rem {
  max-width: 50rem;
}

.wp.space {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.wp.blog-rt {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wp.top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn-wp {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.btn-wp.top {
  margin-top: 1.25rem;
}

.btn-wp.mid {
  justify-content: center;
  align-items: center;
  margin-top: 3.125rem;
}

.btn {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--_apps---white);
  text-align: center;
  letter-spacing: .03125rem;
  text-transform: uppercase;
  background-color: #f36c21;
  border-radius: 6.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .32s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn:hover {
  background-color: var(--_apps---white);
  color: var(--_apps---f36c21);
}

.btn.outline {
  border: .09375rem solid var(--_apps---white);
  color: var(--_apps---white);
  background-color: #fff0;
}

.btn.outline:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.top {
  border-radius: 6.25rem;
  margin-top: 2rem;
}

.btn.top.less {
  margin-top: 1rem;
}

.btn.for-modal {
  z-index: 33;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1;
  position: relative;
}

.btn.download-brochure:hover {
  background-color: var(--_apps---black);
}

.btn.navp:hover {
  background-color: var(--_apps---white);
  color: var(--_apps---f36c21);
}

.btn.nav-forbottom {
  display: none;
}

.btn.arrow {
  color: var(--white);
  border-radius: 6.25rem;
  align-items: flex-start;
  text-decoration: none;
}

.btn.arrow:hover {
  background-color: var(--black);
  color: var(--white);
  border-style: none;
}

.btn.download-brochure {
  color: var(--_apps---black);
  background-image: linear-gradient(270deg, #ef7b3a, #fff);
  font-weight: 600;
}

.btn.download-brochure:hover {
  background-image: linear-gradient(270deg, #fff, #ef7b3a);
  transform: translate(0, -.25rem);
}

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

.nav {
  z-index: 999;
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.logo {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.logo.hide {
  display: none;
}

.brand {
  width: 100%;
  max-width: 6.25rem;
}

.nav-menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ham-menu {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 2.5rem;
  margin-right: 1.25rem;
  display: none;
  position: relative;
}

.line-menu-mobile {
  background-color: #fff;
  border-radius: .25rem;
  width: 3.125rem;
  height: .3125rem;
  position: absolute;
}

.c-icon {
  justify-content: center;
  align-items: center;
  min-width: 1.5rem;
  max-width: 1.5rem;
  min-height: 1.5rem;
  max-height: 1.5rem;
  display: flex;
}

.c-icon._50 {
  min-width: 3.125rem;
  max-width: 3.125rem;
  min-height: 3.125rem;
  max-height: 3.125rem;
}

.footer-box {
  z-index: 3;
  background-color: var(--_apps---site-bg);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: -6.25rem;
  padding: 3.125rem 3.5rem;
  position: relative;
  overflow: hidden;
}

.footer-box.dark {
  background-color: var(--_apps---site-bg);
}

.footer-link {
  color: #ffffff80;
  text-transform: capitalize;
  font-size: .875rem;
  text-decoration: none;
  transition: all .32s cubic-bezier(.075, .82, .165, 1);
}

.footer-link:hover {
  color: #e5e5e5;
  transform: translate(.3125rem);
}

.footer-link.last {
  text-transform: capitalize;
  text-transform: capitalize;
  margin-bottom: 0;
}

.footer-bottom {
  border-top: .0625rem solid var(--_apps---white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: 3rem;
  display: flex;
}

.legal-link_wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-link {
  color: #ffffff80;
  font-size: 1rem;
  text-decoration: none;
}

.last-link {
  color: #ffffff80;
  margin-bottom: 0;
  font-size: 1rem;
}

.social-link_wp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.social-icon {
  color: #ffffff8c;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-family: "Font awesome 5 brands 400", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.social-icon.hide {
  display: none;
}

.txt.a1a1a1 {
  color: #a1a1a1;
  font-size: 1rem;
}

.txt.product-details {
  color: #737373;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.txt.product-details._1 {
  color: #b0b0b0;
  font-size: 1rem;
}

.txt.op-60 {
  color: #0009;
  font-size: 1rem;
  font-weight: 500;
}

.txt.for-mobile {
  font-size: 1.125rem;
}

.txt._620 {
  max-width: 30rem;
}

.txt._400 {
  font-weight: 400;
}

.txt._16 {
  font-size: 1rem;
}

.txt._16.ffffffcc {
  color: #fffc;
  line-height: 1.6;
}

.txt._16.ffffffcc.m {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
}

.txt._16._50 {
  color: #ffffff80;
}

.txt._16._50.m {
  letter-spacing: .0625rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.txt._92969c {
  color: #92969c;
  font-size: 1.125rem;
  font-weight: 500;
}

.txt._92969c._32-5 {
  max-width: 32.5rem;
}

.txt._92969c._1100 {
  max-width: 66rem;
}

.txt.op-50 {
  color: #ffffff80;
  font-size: 1rem;
  font-weight: 500;
}

.txt.op-50._14 {
  font-size: .875rem;
}

.hero-wp {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.hero-wp._8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.hero-wp.bottom-24 {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.hero-wp.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60vw;
}

.hero-wp.left._50 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 50vw;
}

.h2._48 {
  letter-spacing: -.0625rem;
  font-size: 4.5rem;
}

.h2._42 {
  font-size: 2.625rem;
}

.h2._80 {
  font-size: 3rem;
}

.h2.cta-font {
  font-size: 3rem;
}

.h2.blvck {
  color: var(--_apps---black);
}

.h2.ef7b3a {
  color: #ef7b3a;
  font-size: 3rem;
}

.h2.ef7b3a._3, .h2._80 {
  font-size: 3rem;
}

.h2._80.f36c21 {
  color: var(--_apps---f36c21);
  letter-spacing: normal;
  text-transform: uppercase;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
}

.code-embed {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.f-heading {
  order: -9999;
  font-weight: 500;
}

.txt-grey {
  color: #c4c4c4;
  font-size: 1.125rem;
}

.txt-grey.white {
  color: var(--_apps---white);
}

.txt-grey.white._90 {
  max-width: 90%;
}

.txt-grey._600 {
  max-width: 38.75rem;
}

.txt-grey._320 {
  max-width: 33rem;
}

.txt-grey.m-caps {
  text-transform: uppercase;
  font-size: 1.0625rem;
  font-weight: 500;
}

.txt-grey.m-caps._16 {
  font-size: 1rem;
}

.grid-contents {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}

.grid-contents.mid {
  min-width: auto;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-contents.mid._60 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  max-width: 60rem;
}

.grid-contents._32 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  min-width: auto;
  max-width: none;
}

.grid-contents._32._60 {
  min-width: 60%;
  max-width: 60%;
}

.grid-contents._32.todown {
  min-width: auto;
  max-width: none;
  margin-bottom: -5vh;
  position: absolute;
  inset: -10rem auto auto 0%;
}

.grid-contents._1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.grid-contents._1.todown {
  min-width: auto;
  max-width: none;
  margin-bottom: -5vh;
  position: absolute;
  inset: -10rem auto auto 0%;
}

.grid-contents._1._60 {
  min-width: 60%;
  max-width: 60%;
}

.grid-contents._100 {
  z-index: 3;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  min-width: 100%;
  max-width: 100%;
  position: relative;
}

.img {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 15%;
  background-clip: border-box;
  align-self: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.img-wp {
  background-image: url("https://cdn.prod.website-files.com/698585ed82284bd956408a66/6986b9402dc77e70ac2352f4_Ellipse%206.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 46%;
  position: relative;
}

.img-wp.figma-card {
  background-image: none;
  border-radius: 3rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 0%;
  display: flex;
}

.img-wp.applications {
  border-radius: 3rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 35%;
  overflow: hidden;
}

.img-wp._65, .img-wp._100 {
  border-radius: 3rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 100%;
  display: flex;
  overflow: hidden;
}

.img-wp._20 {
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 25%;
  display: flex;
  overflow: hidden;
}

.img-wp._30 {
  border-radius: 2rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 30%;
  display: flex;
  overflow: hidden;
}

.img-wp.size {
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 75%;
  display: flex;
  overflow: hidden;
}

.grid {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: flex;
  position: relative;
}

.grid.hide {
  display: none;
}

.grid._40 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: center;
}

.grid.top-align {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.grid.top-align.alt {
  grid-template-columns: 1fr 1.5fr;
}

.el1 {
  z-index: -1;
  width: 100%;
  max-width: 55.625rem;
  max-height: 55.625rem;
  display: block;
  position: absolute;
  inset: auto auto -25vh -25vw;
}

.el1.tabb {
  inset: auto -6.25rem -10rem auto;
}

.el1.tabb.bottom-down {
  max-width: 38.75rem;
  max-height: 38.75rem;
  bottom: -33.6rem;
  right: -20rem;
}

.el1.opacity {
  opacity: .5;
}

.el1.mid {
  z-index: -2;
  bottom: -33vh;
  left: auto;
  right: auto;
}

.el1.for-footer {
  opacity: .5;
  object-fit: contain;
  max-width: 25vw;
  height: 100%;
  max-height: none;
  inset: 0% auto auto 0%;
}

.el2 {
  z-index: -3;
  opacity: .55;
  width: 100%;
  max-width: 55.625rem;
  max-height: 55.625rem;
  display: block;
  position: absolute;
  inset: auto -25vw 0 auto;
  overflow: hidden;
}

.small-box {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.small-box.top {
  margin-top: .5rem;
}

.container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.marquee {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  max-width: 100vw;
  margin-top: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.linear {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(270deg, #151515, #85858500 30%, #27272700 71%, #151515);
  flex: none;
  width: 100%;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.marquee-group {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  min-width: 100vw;
  display: flex;
}

.marquee-group.left {
  flex: none;
  justify-content: flex-start;
  min-width: auto;
}

.logos {
  justify-content: center;
  align-items: center;
  max-width: 12.5rem;
}

.contact-wp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.code-embed-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-box {
  z-index: 6;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #1a1a1acc;
  border: .0625rem solid #ffffff1a;
  border-radius: 2rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 1.6rem;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1.5625rem 3.125rem -.75rem #00000040;
}

.form-input {
  height: auto;
  min-height: 2rem;
  color: var(--_apps---white);
  text-transform: none;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: .0625rem solid #fff3;
  border-left: .0625rem #000;
  border-right: 1px #0000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  overflow: visible;
}

.form-input::placeholder {
  color: #fff6;
  font-weight: 500;
}

.form-input.select {
  overflow: hidden;
}

.form-input.message {
  color: #fff;
  min-height: 4rem;
  overflow: hidden;
}

.form-error {
  color: var(--_apps---black);
  text-align: center;
  border-radius: .5rem;
  margin-top: .75rem;
  padding: .75rem;
  font-size: .875rem;
  line-height: 1.4em;
}

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

.input-group {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-success {
  background-color: #0000;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
}

.h3h3 {
  font-weight: 600;
}

.h3h3.f36c21 {
  color: #f36c21;
}

.h3h3._28 {
  font-size: 1.5rem;
}

.h3h3._28.f36c21._32 {
  font-size: 2rem;
}

.h3h3._28._500 {
  font-weight: 500;
  line-height: 1.25;
}

.h3h3._24 {
  font-size: 1.375rem;
}

.h3h3._24.blvck {
  color: var(--_apps---black);
}

.h3h3._20 {
  font-size: 1.125rem;
}

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

.h3h3.normal.all-caps {
  letter-spacing: .1875rem;
  text-transform: uppercase;
  font-weight: 500;
}

.h3h3.normal.all-caps._700 {
  color: var(--_apps---f36c21);
  letter-spacing: .5px;
  text-transform: none;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5;
}

.dropdown-link-4 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: .5rem;
  align-items: flex-start;
  width: 100%;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.dropdown-link-4:hover {
  background-color: #ffffff1a;
}

.dropdown-link-4.gradient {
  background-image: linear-gradient(270deg, var(--_apps---f36c21), white);
}

.dropdown-link-4.gradient:hover {
  background-image: linear-gradient(270deg, white, var(--_apps---f36c21));
}

.dropdown-link-4.gradient.w--current {
  background-image: linear-gradient(270deg, #ef7b3a, #fff);
}

.dropdown-link-4.gradient.w--current:hover {
  background-image: linear-gradient(270deg, #fff, #ef7b3a);
}

.icon-square {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  margin-right: auto;
  display: flex;
}

.drop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  width: 100%;
  color: var(--_apps---white);
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 1rem 0;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.drop:hover {
  background-color: #fdfdfd00;
}

.drop.blvck {
  color: var(--_apps---black);
}

.nav-content-wrap-2 {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: .8rem;
  display: flex;
}

.nav-link-details-2 {
  color: #ffffff80;
  font-size: .875rem;
  font-weight: 400;
}

.nav-link-details-2.blvck {
  color: var(--_apps---site-bg);
}

.resource-drop-arrow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.dropdown-6 {
  color: var(--_apps---white);
  flex-flow: column;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.text-block-194 {
  color: var(--_apps---white);
  font-size: 1rem;
  font-weight: 500;
}

.text-block-194.black {
  color: var(--_apps---black);
  font-weight: 600;
}

.ndrop {
  -webkit-backdrop-filter: blur(.25rem);
  backdrop-filter: blur(.25rem);
  background-color: #0f0f0fb3;
  border: .0625rem #0003;
  border-radius: .75rem;
  flex-flow: column;
  min-width: 18rem;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: none;
  top: 100%;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 .75rem 1.5rem #0003;
}

.ndrop.w--open {
  border-color: #000;
  border-radius: .5rem;
  left: 0;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-arrow-cover {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.line {
  background-color: var(--_apps---f36c21);
  border-radius: 6.25rem;
  width: 100%;
  height: .125rem;
  position: absolute;
  inset: auto 0% .5rem;
  overflow: hidden;
}

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

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

.link-3._000000 {
  color: var(--_apps---black);
}

.section-copy.template.color {
  background-color: var(--_apps---f36c21);
  height: 200px;
  padding-top: 10.8rem;
  padding-bottom: 1rem;
}

.section-copy.top {
  padding-top: 12rem;
  padding-bottom: 4rem;
}

.section-copy.footer {
  padding-bottom: 2rem;
}

.text-wrapper {
  color: #ffffff05;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
  container-type: inline-size;
}

.section-copy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.section-copy.hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 4.375rem;
  display: flex;
  overflow: hidden;
}

.section-copy.cta {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-copy.top-less {
  padding-top: 2.5rem;
}

.section-copy.hero-copy {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 100vh;
  padding-bottom: 4.375rem;
  display: flex;
  overflow: hidden;
}

.section-copy.template {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 12rem;
  display: flex;
}

.section-copy.text-anim-section {
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  display: flex;
}

.section-copy._100vh-center {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.section-copy.top-more {
  padding-top: 8rem;
}

.section-copy.eq {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section-copy.eq.bottom-less {
  padding-bottom: 6.25rem;
}

.div-block-23 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.co-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.co-box {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #ffffff05;
  border: .0625rem solid #ffffff0d;
  border-radius: .625rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1rem;
  transition: all .2s;
  display: flex;
}

.co-box:hover {
  background-color: #ffffff0d;
}

.co-box.no-border {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-style: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-4 {
  z-index: 3;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  margin-top: 3.75rem;
  position: relative;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.div-block-24._24 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.paragraph-4 {
  color: #ffffff4d;
  text-transform: uppercase;
  margin-top: 1.5rem;
  font-weight: 500;
}

.input-block {
  width: 100%;
  min-height: 2rem;
  display: flex;
}

.prefix-dropdown_chevron {
  flex-direction: column;
  width: .5rem;
  margin-left: auto;
  display: flex;
}

.prefix-dropdown_list {
  color: #fff3;
  background-color: #1a1a1acc;
  width: 100%;
  max-height: 20rem;
  list-style-type: none;
  overflow: auto;
}

.hide {
  display: none;
}

.prefix-dropdown_component {
  z-index: 3;
  flex: none;
  min-width: 12.5rem;
  max-width: 12.5rem;
  position: relative;
}

.prefix-dropdown_list-wrapper {
  color: #fff3;
  background-color: #0000;
  width: 100%;
  padding-top: .5rem;
  font-size: .75rem;
  position: absolute;
  left: 0;
  right: 0;
}

.prefix-dropdown_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fffc;
  cursor: pointer;
  background-color: #1a1a1acc;
  align-items: center;
  padding: .5rem;
  font-size: .75rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.prefix-dropdown_item:hover {
  background-color: #fff3;
}

.prefix-dropdown_toggle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fffc;
  border-bottom: .0625rem solid #fff3;
  align-items: center;
  min-width: 12.5rem;
  height: 100%;
  padding: 0 .5rem;
  font-size: .75rem;
  transition: background-color .2s;
  display: flex;
}

.prefix-dropdown_toggle:hover {
  color: var(--_apps---white);
  background-color: #fff3;
}

.prefix-dropdown_flag {
  object-fit: cover;
  border: .0625rem solid #0000001a;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 100%;
  min-height: 1.5rem;
  max-height: 1.5rem;
  display: block;
  overflow: hidden;
}

.phone-field {
  height: auto;
  min-height: 2rem;
  color: var(--_apps---white);
  text-transform: none;
  background-color: #fff0;
  border-top: 1px #000;
  border-bottom: .0625rem solid #fff3;
  border-left: .0625rem #000;
  border-right: 1px #0000;
  margin-bottom: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  overflow: visible;
}

.phone-field::placeholder {
  color: #fff6;
  font-weight: 500;
}

.phone-field.select {
  overflow: hidden;
}

.phone-field.message {
  color: #fff;
  min-height: 4rem;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .txt.op-50 {
    font-size: 1.1rem;
    font-weight: 400;
  }

  .h1.f36c21._600 {
    text-transform: uppercase;
    text-transform: uppercase;
    text-transform: uppercase;
  }

  .h2._80.f36c21 {
    letter-spacing: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    text-transform: uppercase;
    font-size: 3rem;
  }

  .grid.top-align {
    grid-auto-columns: 1fr;
  }

  .letter {
    font-style: normal;
  }

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

  .dia-box {
    left: 2%;
  }

  .dia-box._2 {
    bottom: 34%;
  }

  .dia-box._3 {
    top: 1.5vh;
  }

  .dia-box._4 {
    right: 16.5vw;
  }

  .dia-box._33 {
    bottom: 32%;
  }
}

@media screen and (min-width: 1440px) {
  .section.d-bg {
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .txt._16.ffffffcc {
    font-size: 1.1rem;
  }

  .txt._16.ffffffcc.m {
    letter-spacing: normal;
    letter-spacing: normal;
    font-weight: 400;
  }

  .hero-wp.left._50 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .overlay {
    opacity: 1;
    min-height: 25vh;
    max-height: 40vh;
  }

  .el1.tabb {
    bottom: 4rem;
    right: -10.15rem;
  }

  .template-left {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .template-box.change {
    place-items: center stretch;
  }

  ._5grid {
    white-space: normal;
  }

  .dia-box._2 {
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    bottom: 31vh;
  }

  .dia-box._4 {
    right: 14.2vw;
  }

  .dia-box._33 {
    margin-top: 0;
    bottom: 29.1vh;
  }
}

@media screen and (min-width: 1920px) {
  .txt.op-50, .txt.op-60, .txt.op-50, .txt.op-60 {
    margin-top: 0;
  }

  .html-embed {
    color: #fc6d0a;
  }

  .overlay {
    min-height: 20vh;
  }

  .form-code {
    font-size: 22px;
  }

  .dia-box._2 {
    bottom: 24.6vh;
  }

  .dia-box._4 {
    right: 12.2vw;
  }

  .dia-box._33 {
    bottom: 22.2vh;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  .section.hero {
    min-height: 80vh;
  }

  .section.cta {
    min-height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section.hero-copy {
    min-height: 80vh;
  }

  .section.template {
    padding-top: 10rem;
  }

  .section.eq {
    padding-bottom: 6.25rem;
  }

  .section.eq.bottom-less {
    padding-top: 15vh;
    padding-bottom: 4rem;
  }

  .section.d-bg {
    height: auto;
    padding-top: 8rem;
  }

  .section._100-padding {
    padding-top: 4rem;
  }

  .wp {
    width: 100%;
    max-width: 90%;
  }

  .wp.top {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .wp._55rem {
    max-width: 90%;
  }

  .wp.space {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .wp.blog-rt {
    display: block;
  }

  .btn.navp {
    margin-left: auto;
  }

  .btn.download-brochure, .btn.navp {
    margin-left: auto;
  }

  .btn.nav-forbottom {
    width: 100%;
    margin-left: auto;
    display: flex;
  }

  .btn.download-brochure {
    margin-left: 0;
  }

  .rt {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: none;
  }

  .rt h1 {
    font-size: 3rem;
  }

  .rt.pp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .brand {
    z-index: 3;
  }

  .navlink {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-right: auto;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: block;
  }

  .nav-menu {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--_apps---site-bg);
    flex-direction: column;
    align-items: stretch;
    width: 100vw;
    height: 100%;
    margin-top: 0;
    padding: 6.25rem 5%;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .nav-menu.white {
    background-color: var(--_apps---white);
    background-color: var(--_apps---white);
  }

  .ham-menu {
    margin-top: 0;
    margin-left: 1.25rem;
    margin-right: 0;
    display: flex;
  }

  .ham-menu.main {
    z-index: 3;
    z-index: 3;
    width: 2rem;
    height: 2rem;
  }

  .line-menu-mobile {
    width: 100%;
    height: .1875rem;
  }

  .line-menu-mobile._1.black, .line-menu-mobile._2.black, .line-menu-mobile._3.black, .line-menu-mobile._1.black, .line-menu-mobile._1.black, .line-menu-mobile._2.black, .line-menu-mobile._2.black, .line-menu-mobile._3.black, .line-menu-mobile._3.black {
    background-color: var(--_apps---black);
  }

  .logo-grid {
    margin-top: 1rem;
  }

  .footer-box {
    padding: 2rem;
  }

  .footer-bottom {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }

  .legal-link, .last-link {
    letter-spacing: 0;
    font-size: .875rem;
  }

  .txt._92969c._1100 {
    max-width: none;
    font-size: 1rem;
  }

  .txt._620, .hero-wp.left {
    max-width: none;
  }

  .hero-wp.left {
    max-width: none;
  }

  .hero-wp.left._50 {
    max-width: 28.5rem;
  }

  .h1._3 {
    font-size: 2.625rem;
  }

  .h2.ef7b3a {
    font-size: 2.5rem;
  }

  .h2._80, .h2._80.f36c21 {
    font-size: 2rem;
  }

  .h2.cta-font, .h2.ef7b3a {
    font-size: 2.5rem;
  }

  .h2.ef7b3a._3 {
    font-size: 2.625rem;
  }

  .h2._48 {
    font-size: 3.5rem;
  }

  .h2._80, .h2._80.f36c21, .h2._80.f36c21 {
    font-size: 2rem;
  }

  .h2.cta-font {
    font-size: 2.5rem;
  }

  .overlay._20 {
    background-image: linear-gradient(#fff0, #151515a6);
  }

  .overlay.top {
    background-image: linear-gradient(#151515a6, #fff0);
    min-height: 25vh;
    max-height: 25vh;
  }

  .f-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-block {
    padding-top: 0;
  }

  .cta-wp {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .gr.itish2 {
    font-size: 2.5rem;
  }

  .blog-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1.5rem;
    display: grid;
  }

  .txt-grey {
    font-size: 1rem;
  }

  .txt-grey.white._90 {
    max-width: none;
  }

  .grid-contents {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: auto;
    max-width: none;
  }

  .grid-contents.mid {
    min-width: auto;
    max-width: none;
  }

  .grid-contents.mid._60 {
    max-width: none;
  }

  .grid-contents._1._60 {
    order: -9999;
    min-width: auto;
    max-width: none;
  }

  .grid-contents._1.todown {
    margin-bottom: 0;
  }

  .grid-contents._32._60 {
    order: -9999;
    min-width: auto;
    max-width: none;
  }

  .grid-contents._32.todown {
    margin-bottom: 0;
  }

  .img-wp {
    padding-top: 100%;
  }

  .img-wp.figma-card {
    border-radius: 1rem;
  }

  .img-wp.applications {
    border-radius: 1rem;
    order: 9999;
    padding-top: 50%;
  }

  .img-wp._30 {
    border-radius: 1rem;
    padding-top: 50%;
  }

  .img-wp._65 {
    border-radius: 1rem;
    padding-top: 150%;
  }

  .img-wp._100 {
    border-radius: 1rem;
  }

  .img-wp.size {
    border-radius: 1rem;
    padding-top: 150%;
  }

  .img-wp._20 {
    border-radius: 1rem;
    padding-top: 59%;
  }

  .grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .grid._40 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .grid.top-align {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .h5.tag {
    font-size: 1rem;
  }

  .h5._24 {
    font-size: 1.25rem;
  }

  .faq-ans {
    font-size: 1rem;
  }

  .faq-list.blvck {
    padding: 0;
  }

  .uui-faq04_layout {
    max-width: none;
  }

  .faq-que {
    font-size: 1.125rem;
  }

  .faq_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .small-box {
    flex-flow: column;
    align-items: flex-start;
    font-size: .875rem;
  }

  .container {
    max-width: 728px;
  }

  .testimonial-slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .testimonial-content {
    max-width: none;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .author-txt._70 {
    font-size: 1rem;
  }

  .testimonial-image-two {
    min-width: 20rem;
    max-width: 20rem;
    min-height: 20rem;
    max-height: 20rem;
  }

  .testimonial-slider-arrow {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
    display: none;
  }

  .code-embed-6 {
    min-width: 1.5rem;
    max-width: 1.5rem;
    min-height: 1.5rem;
    max-height: 1.5rem;
    margin: auto;
    inset: 0%;
  }

  .marquee-group {
    white-space: nowrap;
  }

  .contact-wp {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    display: grid;
  }

  .slide-count-wrapper {
    width: 100%;
  }

  .block-quote {
    font-size: 1rem;
  }

  .h3h3, .h3h3.normal {
    font-size: 1.75rem;
  }

  .h3h3.f36c21, .h3h3._28, .h3h3._28.f36c21._32 {
    font-size: 1.5rem;
  }

  .h3h3.normal {
    font-size: 1.75rem;
  }

  .h3h3.normal.all-caps {
    font-size: 1.5rem;
  }

  .h3h3.normal.all-caps._700 {
    font-size: 2rem;
  }

  .h3h3.f36c21, .h3h3._28, .h3h3._28.f36c21._32, .h3h3._28.f36c21._32, .h3h3._28.f36c21._32 {
    font-size: 1.5rem;
  }

  .h3h3._24 {
    font-size: 1.25rem;
  }

  .dropdown-link-4 {
    min-width: 50%;
    max-width: 50%;
  }

  .drop {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-6 {
    width: 100%;
  }

  .ndrop {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    min-width: auto;
    max-width: none;
    box-shadow: none;
    flex-flow: row;
    display: flex;
    position: relative;
    top: 0%;
  }

  .line {
    height: .0625rem;
  }

  .tabs_heading {
    font-size: 2.25rem;
  }

  .tabs_content {
    font-size: 1rem;
  }

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

  .tabs_image-wrapper {
    padding-top: 50%;
  }

  .tabs_card {
    width: 40%;
    inset: 2rem auto auto 0%;
  }

  .tabs_card.is-2 {
    inset: auto 0% 2rem auto;
    inset: auto 0% 2rem auto;
  }

  .tabs_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .tabs_image {
    border-radius: 2rem;
    min-width: auto;
  }

  .tabs_icon {
    overflow: hidden;
  }

  .tabs_content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cms-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slide-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cms-box {
    max-width: none;
  }

  .youtube {
    border-radius: 1rem;
  }

  .heading {
    font-size: 1rem;
  }

  .breadcrumbs {
    margin-bottom: 6.25rem;
  }

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

  .template-img {
    height: auto;
    max-height: none;
  }

  .div-block-9 {
    justify-content: center;
  }

  .template-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: -9999;
    min-width: auto;
    max-width: none;
  }

  .template-left.mid {
    min-width: auto;
    max-width: none;
  }

  .template-box {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .template-box.change {
    align-items: stretch;
  }

  .t-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: stretch stretch;
    display: grid;
  }

  .tabs__menu {
    max-width: none;
  }

  .tabs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: stretch;
    margin-top: 2rem;
  }

  .tabs__content {
    max-width: none;
    margin-left: 0;
  }

  .speaker-slide-mask {
    width: 95%;
  }

  .speaker-arrow {
    right: 0;
  }

  .speaker-slide {
    margin: 0 5% 0 0;
  }

  .speaker-name {
    font-size: 2.5rem;
  }

  .slide-image {
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
  }

  .body-display.large {
    font-size: 1rem;
  }

  .section-copy.eq.bottom-less {
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    letter-spacing: -.1rem;
    font-size: 2.75rem;
  }

  .service-item-image {
    height: 100%;
  }

  .service-item-content {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-item-image-box {
    width: 100%;
    overflow: hidden;
  }

  .service-item-number-box {
    display: none;
  }

  .modal-wp {
    max-width: 90%;
  }

  .h3.scroll-text {
    font-size: 1.5rem;
  }

  .h3.scroll-text.orange {
    font-size: 2.625rem;
  }

  .h3.white._500-down {
    font-size: 1.75rem;
  }

  .h3._24 {
    font-size: 1.375rem;
    font-weight: 500;
  }

  .h3._600._56 {
    font-size: 2rem;
  }

  .blog-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .blog-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-15 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .nav-blvck {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .blog-template-img {
    margin-bottom: 1rem;
  }

  .content-wp {
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .content-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .paragraph {
    max-width: none;
  }

  .grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .div-block-18-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .paragraph-2 {
    font-size: .75rem;
  }

  .section-copy.hero {
    min-height: 80vh;
  }

  .section-copy.cta {
    min-height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .section-copy.hero-copy {
    min-height: 80vh;
  }

  .section-copy.template {
    padding-top: 10rem;
  }

  .section-copy.eq {
    padding-bottom: 6.25rem;
  }

  .div-block-19 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .event-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .code-embed-3-copy {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .paragraph-3 {
    font-size: 1.125rem;
    font-weight: 500;
  }

  .paragraph-3.white {
    font-size: 1rem;
  }

  .event-wp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-3-copy {
    flex-flow: column;
    display: flex;
  }

  .calendly-rt h1 {
    font-size: 3rem;
  }

  .event-wp-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .video-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .partner-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-20 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .partner-imge-wp {
    min-width: auto;
    max-width: none;
    padding-top: 50%;
  }

  .sus-img {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0%;
    display: grid;
  }

  .ab-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .ab-box._2 {
    bottom: 0%;
    left: 0%;
  }

  .ab-box._3 {
    width: 100%;
    top: 0%;
    right: 0%;
  }

  .ab-box._4 {
    bottom: 0%;
    right: 0%;
  }

  ._4-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
  }

  .div-block-22 {
    max-width: none;
  }

  .co-grid {
    margin-top: 2rem;
  }

  .co-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 2.5rem;
  }

  .img-copy {
    display: none;
  }

  .content27_sidebar {
    width: 100%;
    margin-right: 0;
    display: none;
    position: relative;
    top: 0;
  }

  .grid-5 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    margin-left: 0;
    display: flex;
  }

  .img-copy-copy {
    margin-bottom: 1rem;
    display: block;
    position: static;
    overflow: hidden;
  }

  ._5grid {
    min-width: 125vw;
  }

  ._2grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .bullets {
    font-size: 1rem;
    font-weight: 500;
  }

  .dia-box {
    background-color: #ffffff14;
    border-radius: .5rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    padding: .75rem 1.5rem;
    position: static;
  }

  .dia-box._2 {
    bottom: 0%;
    left: 0%;
  }

  .dia-box._3 {
    width: 100%;
    top: 0%;
    right: 0%;
  }

  .dia-box._4 {
    bottom: 0%;
    right: 0%;
  }

  .dia-box._33 {
    width: 100%;
    top: 0%;
    right: 0%;
  }

  .dia-box-line {
    display: none;
  }

  .dia-box-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0%;
    display: flex;
  }

  .code-embed-12 {
    order: -9999;
    display: flex;
  }

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

  .div-block-26-copy {
    max-width: none;
  }

  .tag-gradient {
    font-size: .75rem;
  }

  .div-block-31 {
    padding-bottom: 1rem;
    overflow: auto;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  p {
    font-size: 1rem;
  }

  .section.hero, .section.hero-copy, .section.hero, .section.hero-copy {
    min-height: 70vh;
  }

  .btn {
    font-size: .875rem;
  }

  .btn.outline, .btn.top, .btn.outline, .btn.top, .btn.arrow, .btn.arrow {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .rt h1 {
    font-size: 2.5rem;
  }

  .navlink {
    font-size: .9375rem;
  }

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

  .footer-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .txt._16.ffffffcc.m {
    font-size: 1rem;
  }

  .hero-wp {
    width: 100%;
  }

  .hero-left {
    display: none;
  }

  .hero-img_box {
    display: none;
    right: 0;
  }

  .h1._3 {
    font-size: 2.5rem;
  }

  .h2._80, .h2._80.f36c21 {
    font-size: 2.5rem;
  }

  .h2.ef7b3a {
    font-size: 2.375rem;
  }

  .h2.ef7b3a._3 {
    font-size: 2.5rem;
  }

  .h2._48 {
    font-size: 3rem;
  }

  .h2._80, .h2._80.f36c21, .h2._80.f36c21 {
    font-size: 2.5rem;
  }

  .h2.cta-font {
    font-size: 2rem;
  }

  .f-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .cta-wp {
    width: 100%;
  }

  .blog-grid {
    display: flex;
  }

  .grid-contents._32 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h3-stroke {
    font-size: 1.75rem;
  }

  .grid.top-align {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .h5.tag {
    font-size: .875rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .faq_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .testimonial-slide {
    flex-direction: column;
  }

  .testimonial-content {
    max-width: none;
  }

  .testimonial-quote-icon {
    max-width: 1.5rem;
    max-height: 1.5rem;
  }

  .testimonial-image-two {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .testimonial-slider-arrow {
    display: none;
  }

  .marquee-group {
    text-align: center;
  }

  .logos {
    min-width: 12.5rem;
    max-width: 12.5rem;
  }

  .contact-wp {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .form-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .txt-white {
    font-size: 1.125rem;
  }

  .card-stack-wrapper {
    height: 400px;
  }

  .stack-image {
    border-radius: 63px;
  }

  .slide-count-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .h3h3 {
    font-size: 1.625rem;
  }

  .h3h3.normal {
    font-size: 1.5rem;
  }

  .h3h3.normal.all-caps {
    font-size: 1.25rem;
  }

  .h3h3.normal.all-caps._700 {
    font-size: 1.375rem;
  }

  .h3h3._28 {
    font-size: 1.125rem;
  }

  .h3h3._28.f36c21._32 {
    font-size: 1.375rem;
  }

  .ndrop {
    padding: .5rem;
  }

  .tabs_card {
    width: 60%;
    padding: 1rem;
  }

  .testimonial-slide-copy {
    flex-direction: column;
  }

  .cms-box {
    max-width: none;
  }

  .cms-img {
    min-height: auto;
  }

  .breadcrumbs.no-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .speaker-slide-mask {
    width: 100%;
  }

  .speaker-arrow {
    display: none;
  }

  .speaker-slide {
    margin-right: 5%;
  }

  .speaker-name {
    font-size: 2.25rem;
  }

  .section-copy.hero, .section-copy.hero-copy {
    min-height: 70vh;
  }

  .section-copy.hero, .section-copy.hero-copy {
    min-height: 70vh;
  }

  .section-copy.top {
    padding-top: 8rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .h3.blvck, .h3.white._500-down {
    font-size: 1.5rem;
  }

  .h3.scroll-text.orange {
    font-size: 2.5rem;
  }

  .h3.blvck, .h3.white._500-down, .h3.white._500-down {
    font-size: 1.5rem;
  }

  .blog-list {
    flex-flow: column;
    display: flex;
  }

  .blog-box {
    flex-direction: column;
  }

  .blog-box.outline {
    border-radius: 1rem;
  }

  .div-block-17 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .content-wp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section-copy.hero, .section-copy.hero-copy, .section-copy.hero, .section-copy.hero-copy {
    min-height: 70vh;
  }

  .div-block-19 {
    display: flex;
  }

  .calendly-rt h1 {
    font-size: 2.5rem;
  }

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

  .form-field-label-2 {
    font-size: .875rem;
  }

  .prefix-dropdown_component {
    min-width: 5rem;
  }

  .prefix-dropdown_list-wrapper {
    font-size: 1rem;
  }

  .prefix-dropdown_toggle {
    min-width: 5rem;
  }

  .cms-img-wp._60 {
    padding-top: 75%;
  }

  .div-block-31 {
    overflow: auto;
  }

  .team-slider {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 2rem;
  }

  label {
    font-size: .875rem;
  }

  .section {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section.hero {
    min-height: 80vh;
    padding-bottom: 2rem;
  }

  .section.top-less {
    padding-top: 2rem;
  }

  .section.hero-copy {
    min-height: 80vh;
  }

  .section.eq.bottom-less {
    padding-bottom: 2rem;
  }

  .section.d-bg {
    background-image: none;
    padding-top: 6.45rem;
    padding-bottom: 2rem;
  }

  .section.bottom-no {
    padding-bottom: 1rem;
  }

  .section.bottom-no.mobile-more {
    padding-bottom: 4rem;
  }

  .btn-grid {
    grid-template-columns: max-content;
  }

  .btn-wp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .btn-wp.mid {
    margin-top: 2.5rem;
  }

  .btn.navp, .btn.download-brochure {
    display: none;
  }

  .btn.top {
    margin-top: 1rem;
  }

  .btn.for-modal {
    flex: none;
  }

  .btn.navp, .btn.download-brochure {
    display: none;
  }

  .btn-static {
    width: auto;
  }

  .btn.download-brochure {
    display: flex;
  }

  .rt {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    white-space: normal;
    width: 100%;
  }

  .rt h2 {
    font-size: 2rem;
  }

  .rt h3 {
    font-size: 1.5rem;
  }

  .ham-menu {
    z-index: 9999;
    background-color: #272727;
    border-radius: .125rem;
  }

  .ham-menu.main {
    background-color: #0000;
  }

  .line-menu-mobile {
    width: 1.75rem;
    height: .125rem;
  }

  .logo-grid {
    flex-flow: column;
    width: 100%;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .footer-box {
    margin-top: -66px;
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem;
  }

  .legal-link_wp {
    margin-bottom: .75rem;
  }

  .social-icon {
    width: 2.1875rem;
    height: 2.1875rem;
    font-size: 1rem;
  }

  .txt._16.ffffffcc.m {
    font-size: .9375rem;
  }

  .txt._92969c {
    font-size: 1rem;
  }

  .txt.for-mobile {
    display: none;
  }

  .html-embed {
    max-width: 100%;
  }

  .hero-wp {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    width: 100%;
  }

  .hero-wp.left._50 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero-wp.mobile-left-aligned {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h1.f36c21._600 {
    font-size: 2.5rem;
  }

  .h1._3 {
    font-size: 1.75rem;
  }

  .h1._600.orange {
    font-size: 1.5rem;
  }

  .h2._42, .h2._80 {
    font-size: 2rem;
  }

  .h2.ef7b3a {
    font-size: 2rem;
    line-height: 1.5;
  }

  .h2.ef7b3a._3 {
    font-size: 2rem;
  }

  .h2._48 {
    font-size: 2.5rem;
  }

  .h2._42, .h2._80 {
    font-size: 2rem;
  }

  .h2._80.f36c21 {
    font-size: 1.8rem;
  }

  .h2.cta-font {
    font-size: 1.7rem;
  }

  .overlay._20 {
    background-image: linear-gradient(#fff0, #151515cc);
    bottom: -.125rem;
  }

  .overlay.top {
    background-image: linear-gradient(#151515cc, #fff0);
  }

  .code-embed {
    display: none;
  }

  .f-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .f-heading {
    font-size: .9375rem;
  }

  .cta-wp {
    width: 100%;
  }

  .gr.itish2 {
    font-size: 2rem;
  }

  .txt-grey._600 {
    font-weight: 500;
  }

  .grid-contents._1._60, .grid-contents._1.animation-right, .grid-contents._32, .grid-contents._32._60, .grid-contents._32.animation-right {
    order: 9999;
  }

  .grid-contents._1 {
    order: -9999;
  }

  .grid-contents._1._60, .grid-contents._1.animation-right, .grid-contents._1._60, .grid-contents._1.animation-right, .grid-contents._32, .grid-contents._32._60, .grid-contents._32.animation-right, .grid-contents._32._60, .grid-contents._32.animation-right {
    order: 9999;
  }

  .h3-stroke {
    font-size: 1.5rem;
  }

  .txt-m.dark-text {
    margin-top: .5rem;
  }

  .img.contain {
    order: 0;
  }

  .img-wp._65, .img-wp.size {
    order: -9999;
    padding-top: 100%;
  }

  .img-wp.applications.animation-left {
    order: -9999;
  }

  .img-wp._30 {
    order: -9999;
    padding-top: 75%;
  }

  .img-wp._65, .img-wp.size {
    order: -9999;
    padding-top: 100%;
  }

  .img-wp._20 {
    border-radius: .5rem;
    order: 9999;
  }

  .blog-frame {
    top: 1rem;
    right: 1rem;
  }

  .h5.tag {
    font-size: .875rem;
  }

  .h5._737373 {
    font-size: 1rem;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-ans {
    font-size: 1rem;
    font-weight: 400;
  }

  .accordion-icon_component {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .faq-que {
    font-size: 1.0625rem;
  }

  .el1.mid {
    bottom: -15vh;
  }

  .el1.for-footer {
    max-width: none;
  }

  .small-box {
    flex-flow: row;
  }

  .container {
    max-width: none;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .marquee-group {
    white-space: nowrap;
    min-width: auto;
  }

  .logos {
    min-width: 10rem;
    max-width: 10rem;
  }

  .contact-wp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .form-box {
    border-radius: 1rem;
    padding: 1rem;
  }

  .form-input::placeholder {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .form-pair {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    display: flex;
  }

  .form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .txt-white._18.scroll-text {
    font-size: 1rem;
  }

  .card-stack-wrapper {
    height: 350px;
  }

  .our-work-card-wrapper {
    margin-left: 0;
  }

  .stack-image {
    border-radius: 55px;
    height: 92vw;
  }

  .stack-image.stack-3, .stack-image.stack-4, .stack-image.stack-3, .stack-image.stack-4 {
    left: 28%;
  }

  .block-quote {
    padding-left: 1rem;
  }

  .h3h3 {
    font-size: 1.5rem;
  }

  .h3h3.normal {
    font-size: 1.375rem;
  }

  .h3h3._28.f36c21._32 {
    white-space: nowrap;
    white-space: nowrap;
    white-space: nowrap;
    font-size: 1rem;
  }

  .h3h3._24 {
    font-size: 1.125rem;
  }

  .h3h3._24.blvck {
    font-size: 1.25rem;
  }

  .dropdown-link-4 {
    min-width: auto;
    max-width: none;
  }

  .ndrop {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: none;
  }

  .tabs_heading {
    font-size: 2rem;
  }

  .tabs_content.white {
    font-weight: 500;
  }

  .tabs_image-wrapper {
    padding-top: 75%;
  }

  .tabs_card {
    width: 100%;
    position: static;
  }

  .tabs_image {
    border-radius: 1.5rem;
  }

  .tabs_heading-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cms-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .breadcrumbs {
    flex-flow: wrap;
    display: none;
  }

  .breadcrumbs.no-bottom {
    display: flex;
  }

  .link-2 {
    font-size: .875rem;
  }

  .benefits-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  .div-block-9 {
    order: -9999;
    padding: 1.05rem;
  }

  .template-left._1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .t-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .div-block-11 {
    flex-flow: column;
    align-items: stretch;
  }

  .tabs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speaker-arrow {
    width: 3rem;
    height: 3rem;
    display: flex;
    inset: 4rem 0% auto auto;
  }

  .speaker-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .speaker-name {
    font-size: 1.75rem;
  }

  .slide-image {
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .section-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-copy.footer {
    padding-top: 6rem;
  }

  .section-copy.eq.bottom-less {
    padding-top: 15vh;
    padding-bottom: 0;
  }

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

  .service-item {
    margin-bottom: 1vh;
    top: 9vh;
  }

  .heading-style-h2 {
    letter-spacing: -.05rem;
    font-size: 1.75rem;
  }

  .service-item-content {
    padding: 1.5rem;
  }

  .modal-wp {
    padding: .5rem;
  }

  .close-image {
    object-fit: contain;
    margin-right: 0;
  }

  .h3.scroll-text {
    letter-spacing: 0;
    font-size: 1.25rem;
  }

  .h3.scroll-text.orange {
    font-size: 1.5rem;
  }

  .h3.white._500-down {
    font-size: 1.375rem;
  }

  .h3._24 {
    font-size: 1rem;
  }

  .error-msg {
    font-size: 8px;
  }

  .blog-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1rem;
    display: flex;
  }

  .blog-box {
    border-radius: 1rem;
    padding: 1.05rem;
  }

  .text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .div-block-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .blog-template-img {
    border-radius: .5rem;
    max-height: none;
    margin-bottom: 0;
  }

  .div-block-17 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-3 {
    max-width: none;
  }

  .event-box {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .event-img {
    border-radius: .5rem;
  }

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

  .div-block-2-copy {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-3 {
    font-size: 1rem;
  }

  .event-wp {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .calendly-rt h2 {
    font-size: 2rem;
  }

  .calendly-rt h3 {
    font-size: 1.5rem;
  }

  .event-wp-copy {
    padding-bottom: 1rem;
  }

  .video-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .partner-grid {
    flex-flow: column;
    display: flex;
  }

  .div-block-20 {
    flex-flow: column;
    align-items: stretch;
    padding: 1.05rem;
  }

  .partner-imge-wp {
    background-color: var(--_apps---white);
  }

  .sus-img {
    border-radius: 0;
    padding-top: 0%;
  }

  .ab-box {
    background-color: #ffffff0d;
    border-style: none;
    border-radius: .875rem;
  }

  .ab-box._2 {
    border-radius: 1rem;
  }

  ._4-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 1.5rem;
    display: grid;
  }

  .co-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    padding-bottom: 1rem;
    overflow: auto;
  }

  .grid-4 {
    flex-flow: column;
    display: flex;
  }

  .div-block-24._24 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .img-copy {
    display: none;
  }

  .div-block-25 {
    min-width: 160vw;
    padding-bottom: 1rem;
  }

  .div-block-26 {
    overflow: auto;
  }

  .prefix-dropdown_component, .prefix-dropdown_item, .prefix-dropdown_toggle {
    font-size: 1rem;
  }

  .grid-5 {
    width: 100%;
    min-width: 90vw;
    max-width: 90vw;
  }

  .event-img-wp {
    order: -9999;
  }

  .div-block-27 {
    min-width: 90vw;
    max-width: 90vw;
  }

  .phone-field::placeholder {
    font-size: 1rem;
    line-height: 1.4em;
  }

  .img-copy-copy {
    max-width: 90vw;
    display: block;
    position: static;
    overflow: hidden;
  }

  .text-block-195 {
    letter-spacing: normal;
    font-weight: 500;
  }

  ._5grid {
    min-width: 300vw;
  }

  .div-block-29 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  ._2grid-noting {
    flex-flow: column;
    display: flex;
  }

  .dia-box {
    background-color: #ffffff0d;
    border-style: none;
    border-radius: .875rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .dia-box._2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .dia-box-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: 0;
    padding-top: 0%;
  }

  .code-embed-12 {
    max-width: 1.2rem;
    max-height: 1rem;
  }

  .div-block-30 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .diamond-bg {
    margin-bottom: 1.5rem;
    display: block;
    overflow: hidden;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    order: -9999;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
    bottom: -2.5rem;
  }
}

#w-node-_36ea5a6b-4b7d-ffbf-31da-98ea12bc1cda-c0f311c0, #w-node-_39cd0c62-6b82-d7b0-0a2f-28fc734769d5-c0f311c0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_21c26588-7119-1d1a-4685-f033d688dfea-d688dfe6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_36ea5a6b-4b7d-ffbf-31da-98ea12bc1cda-c0f311c0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_21c26588-7119-1d1a-4685-f033d688dfea-d688dfe6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
