body {
  font-family: 'SF PRO DISPLAY', sans-serif;
  color: #1f1f1f;
  font-size: 1rem;
  line-height: 1.2;
  overflow-x: hidden;
}

.overlay-login {
    background: rgb(0 0 0 / 40%);
    width: 100%;
    height: 100%;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 99;
    display: none;
    transition: 0.6s;
}

.show-popup{
  display: flex;
  transition: 0.6s;
}

.login-popup {
    width: 100%;
    max-width: 392px;
    background: #fff;
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #444;
    position: relative;
}

.login-popup p {
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 27px;
  line-height: 25px;
}

.close-btn {
  background: #1f1f1f;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50px;
  line-height: 12px;
  display: block;
  font-size: 1rem;
  padding: 5px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Worksans, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Worksans, sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 600;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Worksans, sans-serif;
  color: #848484;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.section {
  position: static;
  display: block;
  margin-top: 3.5vh;
  padding: 2.5vh 0vw 5vh;
}

.section.solutions {
  margin-top: 10px;
  padding: 10px 5vw 0vh;
}

.section.gray {
  margin-top: -18vh;
  padding: 23vh 5vw 8vh;
  background-color: #f0f3f6;
}

.section.gray.fill {
  display: none;
  margin-top: -36vh;
  padding-top: 21.5vh;
  padding-bottom: 4vh;
}

.section.gray.regular {
  margin-top: 0vh;
  padding-top: 6vh;
  padding-bottom: 3vh;
  background-color: #f0f3f6;
}

.section.fill {
  padding-right: 5vw;
  padding-bottom: 0vh;
  padding-left: 5vw;
}

.section.about-us-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Group-Photo.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.about-us-hero .section-header-light, .section.about-us-hero  .section-header, .section.about-us-hero .body-001.left.white {
    text-shadow: 0px 1px 30px rgb(37 37 37 / 73%);
}

.section.about-us-hero-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-image: url('../images/Produsts.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat-y;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.padding {
  display: block;
  padding-right: 5vw;
  padding-left: 5vw;
}

.section.padding.why-a360 {
  display: none;
}

.hero-video {
  width: 100vw;
  height: 90vh;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-text-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  max-width: none;
  margin-right: 5vw;
  margin-left: 5vw;
  padding-top: 5vh;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 2.5vh;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-text-container.left {
  left: 0px;
  right: auto;
  height: 75vh;
  max-width: 40vw;
  padding-top: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-text-container.left.no-bg {
  position: static;
  height: 100%;
  margin-left: 0vw;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: Piersans, sans-serif;
  color: #1f1f1f;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.heading.white {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
}

.hero-text {
  max-width: none;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #848484;
  font-size: 1.5rem;
  text-align: right;
}

.button.hero {
  max-width: none;
  padding: 0px 99px;
}

.image {
  position: static;
  float: none;
  clear: none;
  text-align: left;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-button.hero {
  position: static;
  left: 25%;
}

.bold-text {
  font-size: 1.3rem;
  text-align: right;
}

.text {
  font-family: 'SF PRO DISPLAY', sans-serif;
  color: #666;
  font-size: 1rem;
  line-height: 1.3;
}

.text.hero {
  position: static;
  display: block;
  height: auto;
  max-width: 100%;
  margin-top: 15px;
  padding-left: 0vh;
  background-image: none;
  color: #666;
  font-size: 1.25rem;
  text-align: left;
}

.text.hero.white {
  width: 75%;
  padding-left: 0vh;
  color: #fff;
  font-size: 1.25rem;
  text-align: left;
}

.text.body-001 {
  margin-bottom: 2rem;
  color: #666;
  font-size: 1.2rem;
  text-align: center;
}

.text.notes {
  color: #1f1f1f;
}

.text.platform-grid {
  margin-top: 0px;
  color: #000;
}

.text.black {
  color: #000;
  font-size: 1.1rem;
  text-align: left;
}

.text.picture-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 0px 3%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #666;
}

.text.role {
  font-family: Worksans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}

.navbar-no-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  background-color: transparent;
  text-align: left;
}

.nav-bar {
  position: static;
  z-index: 5;
  width: 100vw;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 6vw;
  background-color: hsla(0, 0%, 86.7%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.container-regular {
  width: 95%;
  max-width: none;
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 1rem;
}

.navbar-brand {
  position: static;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 1rem;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.nav-link {
  margin-right: 0.5em;
  margin-left: 10px;
  padding: 5px 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Worksans, sans-serif;
  color: #727070;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:focus-visible {
  border-radius: 4px;
  outline-color: #0084a8;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0084a8;
}

.nav-link[data-wf-focus-visible] {
  border-radius: 4px;
  outline-color: #0084a8;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0084a8;
}

.nav-link.w--current {
  margin-right: 10px;
  margin-left: 10px;
  color: #1f1f1f;
  font-weight: 500;
  text-align: center;
}

.nav-dropdown {
  margin-right: 5px;
  margin-left: 5px;
}

.nav-dropdown-toggle {
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, 0.75);
}

.nav-dropdown-toggle:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  border-radius: 12px;
  background-color: #fff;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  border-radius: 5px;
  outline-color: #0050bd;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 2px;
  color: #0050bd;
}

.mobile-margin-top-10 {
  text-align: center;
}

.nav-button-wrapper {
  margin-left: 0px;
}

.button-primary {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #1f1f1f;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Work Sans', sans-serif;
  color: #1f1f1f;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-primary:hover {
  border-radius: 4px;
  background-color: #1f1f1f;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}

.button-primary:active {
  background-color: #0084a8;
}

.button-primary.w--current {
  padding-right: 20px;
  padding-left: 20px;
}

.list-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.button-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vh;
  padding: 2% 9%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #1f1f1f;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Worksans, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-base:hover {
  background-color: #5a5a5a;
  box-shadow: 0 1px 5px 0 #000;
}

.button-base.platform-grid {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 26px;
  padding: 3% 5%;
  border-radius: 5px;
  background-color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
}

.button-base.submit {
  padding: 2% 5%;
  border-radius: 5px;
  background-color: #000;
  font-size: 0.9rem;
}

.button-base.hero {
  width: 40%;
  height: auto;
  margin-top: 10%;
  margin-left: 0%;
  padding: 1% 0%;
  background-color: #000;
  background-image: none;
}

.button-base.hero.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0%;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  font-size: 1rem;
}

.button-base.solutions-grid {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: auto;
  margin-top: 40px;
  margin-bottom: 29px;
  margin-left: 0px;
  padding: 3% 5%;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
}

.button-base.component-cards {
  max-width: 50%;
  padding: 3% 5%;
  border-radius: 5px;
}

.button-base.product-cards {
  width: auto;
  max-width: 70%;
  min-width: auto;
  margin-top: 31px;
  margin-right: 0px;
  padding: 2% 0%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #000;
  font-size: 1rem;
}

.button-base.product-cards.no_image {
  max-width: 30%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.icon {
  position: static;
  display: inline-block;
  margin-left: 0.5rem;
  direction: ltr;
  font-family: Materialiconsround, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  white-space: normal;
}

.div-block {
  width: 100%;
  height: 0.1rem;
  background-color: #c92525;
}

.nav-link-line {
  display: block;
  width: 0%;
  height: 0.15rem;
  background-color: #1f1f1f;
  -webkit-transition: width 500ms ease;
  transition: width 500ms ease;
}

.nav-link-line:hover {
  width: 90%;
  background-color: #0084a8;
}

.nav-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
}

.section-header {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Worksans, sans-serif;
  color: #1f1f1f;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  white-space: normal;
}

.section-header.offset1 {
  margin-top: -15vh;
  margin-bottom: 0px;
  font-size: 3rem;
}

.section-header.product-hero {
  margin-bottom: 10px;
  padding-right: 0vh;
  padding-bottom: 0px;
  padding-left: 0vh;
  font-size: 2.5rem;
  text-align: left;
}

.section-header.product-hero.white {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0vh;
  color: #fff;
  font-size: 4rem;
  text-align: left;
}

.section-header.card {
  margin-top: 0px;
}

.section-header.left {
  margin-top: 0px;
  text-align: left;
}

.section-header.left.white-small {
  margin-top: -10px;
  margin-bottom: 12px;
  color: #fff;
  font-size: 1.4rem;
}

.section-header.left.small-padding {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.section-header.testimonal {
  text-align: left;
}

.section-header.right {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.section-header.white {
  color: #fff;
}

.section-header._002 {
  margin-bottom: -23px;
  font-size: 2rem;
  text-align: left;
}

.container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.header-body-002 {
  margin-top: 0px;
  font-family: Worksans, sans-serif;
  color: #636363;
  font-size: 1.2rem;
  text-align: left;
  text-transform: uppercase;
}

.header-body-002.platform-grid {
  margin-top: 20px;
  text-align: left;
}

.header-body-002.card {
  margin-top: 0px;
  color: grey;
  text-align: left;
  text-transform: uppercase;
}

.header-body-002.prod {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.heading-4 {
  text-transform: uppercase;
}

.heading-5 {
  text-transform: uppercase;
}

.heading-6 {
  text-transform: uppercase;
}

.home-lists {
  margin-bottom: 0px;
  padding-left: 0px;
}

.home-list-item {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.container-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3 {
  text-align: center;
}

.card-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.card-grid._2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 59px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-5 {
  text-align: center;
}

.section-2 {
  width: 85vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  box-shadow: 0 3px 15px 0 #000;
  outline-color: #1f1f1f;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.section-3 {
  margin-top: 0px;
  background-color: #8d4a4a;
}

.card-section {
  position: relative;
  left: 0%;
  top: 0vh;
  right: 0%;
  bottom: auto;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 25px 4vw;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: -3px 5px 20px 10px rgba(0, 0, 0, 0.06);
}

.card-section.product-hero {
  top: auto;
  width: 80vw;
  margin-top: 100px;
  margin-bottom: -20vh;
  padding-top: 5px;
  padding-bottom: 5px;
}

.gray-section {
  background-color: #f0f3f6;
}

.gray-section.fill {
  padding-bottom: 0vh;
}

.gray-section.product_fill {
  padding-top: 238px;
  padding-right: 5vh;
  padding-left: 5vh;
}

.heading-7 {
  margin-top: 0px;
  text-align: center;
}

.heading-8 {
  margin-top: 0px;
  text-align: center;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  padding-right: 0%;
  padding-left: 0%;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold {
  font-weight: 700;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right-arrow {
  color: #444;
}

.slider-container {
  overflow: hidden;
  width: 100%;
  min-height: 300px;
  padding: 0px 0px 40px;
}

.slider-text {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e1e1e1;
}

.slider {
  position: static;
  width: 400px;
  height: 400px;
  background-color: transparent;
}

.slider-left-arrow {
  color: #444;
}

._10-steps-image {
  -o-object-fit: contain;
  object-fit: contain;
}

.grid {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 0.75fr 0.75fr 0.75fr;
  grid-template-columns: 0.75fr 0.75fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-standard {
  position: static;
  bottom: 0px;
  z-index: auto;
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.image-standard._2x1 {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-left: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.button-3 {
  display: inline-block;
}

.div-block-8 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-div {
  display: block;
  padding: 10px 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-div.divider {
  display: -ms-grid;
  display: grid;
  padding-right: 0px;
  padding-left: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.submit-button {
  margin-left: 5px;
}

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

.div-grid.products-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15vh;
  margin-bottom: 20vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
}

.div-grid._3 {
  display: -ms-grid;
  display: grid;
  height: auto;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 61px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-grid._3x2 {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-grid._1x1 {
  display: -ms-grid;
  display: grid;
  padding-right: 110px;
  padding-left: 110px;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.div-grid.about-hero {
  display: block;
  margin-top: 0vh;
  padding-top: 15vh;
}

.div-grid._2 {
  display: block;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
}

.div-block-9 {
  padding-left: 0vh;
}

.image-3 {
  display: inline-block;
  width: auto;
  height: 75vh;
  padding: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-hero {
  position: static;
  display: block;
  width: auto;
  height: auto;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-10 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.testimonal-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.solutions-grid._3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.solutions-grid._2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.image-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  margin-top: 1rem;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.solution-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.section-base {
  padding-right: 5vw;
  padding-left: 5vw;
}

.component-cards {
  position: static;
}

.bold-text-2 {
  color: #848484;
}

.image-5 {
  -o-object-fit: fill;
  object-fit: fill;
}

.about-us-picture-block {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.team-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 15px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.team-image {
  margin-bottom: 0px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Worksans, sans-serif;
  color: #000;
  font-size: 1.25rem;
  text-align: center;
}

.section-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.5fr 1fr;
  grid-template-columns: 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-6 {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin: 0px auto auto 0px;
}

.pricing-selection-grid {
  display: -ms-grid;
  display: grid;
  width: auto;
  height: 3rem;
  max-height: none;
  min-height: auto;
  margin-top: 1px;
  margin-bottom: 44px;
  padding-right: 32%;
  padding-left: 32%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #0084a8;
  border-radius: 8px;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
}

.pricing-buttons:hover {
  font-size: 1rem;
  font-weight: 400;
}

.link-block {
  width: 100%;
  height: 75%;
}

.pricing-holder {
  display: block;
  margin-top: 25px;
}

.pricing-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 2vw 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2.5px solid transparent;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 1px 20px 0 #b3b3b3;
}

.pricing-card.border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2.5px solid #0084a4;
}

.pricing-card.slide-001 {
  padding-right: 1%;
  padding-left: 1%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rec-note {
  display: block;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0rem;
  padding-left: 0rem;
  border-radius: 20px;
  background-color: #e6e6e6;
  color: #0084a8;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.rec-note.spacing {
  opacity: 0;
}

.rec-note.none {
  background-color: #fff;
}

.text-block {
  margin-right: 1.7rem;
  margin-left: 1.7rem;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #646464;
}

.text-block.none {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}

.price-tier {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Worksans, sans-serif;
  color: #0084a8;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.price-tier.test-frank {
  margin-top: auto;
}

.pricing-price {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Worksans, sans-serif;
  color: #0084a8;
  font-weight: 500;
  text-align: center;
}

.price {
  font-size: 3rem;
}

.price.custom {
  font-size: 2rem;
}

.dollar-sign {
  position: relative;
  top: -1rem;
  bottom: auto;
  font-size: 1.5rem;
  font-weight: 400;
}

.pricing-gray {
  color: #848484;
  font-size: 1rem;
  font-weight: 400;
}

.billed {
  margin: 10px auto;
  padding-top: 0px;
  font-family: Worksans, sans-serif;
  font-weight: 400;
  text-align: center;
}

.price-strike {
  color: #848484;
  text-decoration: line-through;
}

.pricing-sub {
  width: auto;
  max-width: 24rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Worksans, sans-serif;
  color: #0084a8;
  font-weight: 500;
  text-align: center;
  white-space: normal;
}

.pricing-list {
  width: auto;
  max-width: 20rem;
  margin-top: 18px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  list-style-type: disc;
}

.pricing-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font-family: Worksans, sans-serif;
  color: #666;
  font-weight: 400;
  white-space: normal;
}

.product-menu_container {
  display: -ms-grid;
  display: grid;
  margin: 1% 5% 5%;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.3fr 1fr;
  grid-template-columns: 0.3fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-item {
  display: -ms-grid;
  display: grid;
  margin-left: 1rem;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-item.no_image {
  display: block;
}

.product-label {
  display: block;
  width: auto;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 3px;
  padding: 1rem 0px 1rem 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 1px none #000;
  border-radius: 15px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Worksans, sans-serif;
  color: #666;
  font-weight: 500;
  white-space: nowrap;
}

.product-label:hover {
  background-color: #e6e6e6;
}

.product-label.extended {
  height: auto;
  margin-right: auto;
  white-space: nowrap;
}

.list-holder {
  width: 100%;
  padding-top: 5rem;
}

.list {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  bottom: -200px;
  width: auto;
  margin-right: 19px;
  padding-right: 0px;
}

.product_image {
  width: 30vw;
  height: auto;
  margin-top: -28px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product_desc {
  position: static;
  display: block;
  width: 25vw;
  margin-left: 0%;
  padding-top: 0rem;
}

.product_desc.no-image {
  width: auto;
}

.product_holder {
  position: relative;
  top: 0px;
  display: block;
  width: 70%;
  margin-top: -134px;
}

.footer {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #404040;
}

.footer-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2.5rem 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-div.icons {
  width: 15rem;
  margin-top: 1.5rem;
  margin-right: 2rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.icons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  opacity: 1;
  font-size: 1rem;
  font-weight: 400;
}

.icons {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1rem;
  margin-left: 0rem;
  padding-top: 0rem;
}

.image-7 {
  height: 10%;
}

.image-8 {
  width: auto;
  height: 1rem;
  max-width: none;
  margin-bottom: 1rem;
}

.footer-text {
  display: block;
  margin-bottom: 0.3rem;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 0.6rem;
  text-decoration: none;
}

.footer-text.lighter {
  margin-top: 20px;
  opacity: 0.5;
  font-weight: 300;
}

.footer-head {
  margin-top: 0px;
  margin-bottom: 1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
  font-size: 2.5rem;
}

.bold-text-3 {
  color: #666;
}

.bold-text-4 {
  font-size: 1.1rem;
}

.bold-text-5 {
  color: #404040;
}

.bold-text-6 {
  color: #404040;
}

.bold-text-7 {
  color: #333;
}

.footer_icons {
  width: 2rem;
  height: 2rem;
  margin-right: 0rem;
  margin-left: 0rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  background-color: #fff;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-5 {
  margin-top: 3.2vh;
  padding-bottom: 2.5rem;
}

.slide-nav {
  overflow: hidden;
  width: auto;
  margin-top: 0%;
  padding-top: 40px;
}

.hero {
  position: relative;
  height: 75vh;
  background-image: url('../images/Hero-Image-2.png');
  background-position: 80% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero._2 {
  position: relative;
  height: 70vh;
  background-image: url('../images/Hero-Image-3.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-form {
  display: block;
  max-width: 70%;
}

.paragraph-001 {
  display: block;
  margin-bottom: 0.5rem;
  direction: ltr;
  color: #0e0e0e;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.paragraph-001.no-image {
  width: auto;
}

.body-001 {
  display: block;
  margin-right: 4vw;
  margin-bottom: 2rem;
  margin-left: 4vw;
  font-family: Worksans, sans-serif;
  color: #1f1f1f;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.body-001.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  white-space: normal;
}

.body-001.right.white {
  color: #fff;
}

.body-001.left {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: left;
}

.body-001.left.white {
  color: #fff;
}

.body-001.left.small-margin {
  margin-bottom: 0.25rem;
}

.body-001.left.big-marging {
  margin-bottom: 3.2rem;
}

.list-item-2 {
  text-align: left;
}

.list-item-3 {
  text-align: left;
}

.list-item-4 {
  text-align: left;
  list-style-type: none;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5vw;
  margin-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-header-light {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 11px;
  font-family: Worksans, sans-serif;
  color: #1f1f1f;
  font-size: 3rem;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.section-header-light.offset1 {
  margin-top: -15vh;
  margin-bottom: 0px;
  font-size: 3rem;
}

.section-header-light.product-hero {
  margin-bottom: 10px;
  padding-right: 0vh;
  padding-bottom: 0px;
  padding-left: 0vh;
  font-size: 2.5rem;
  text-align: left;
}

.section-header-light.product-hero.white {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0vh;
  color: #fff;
  font-size: 4rem;
  text-align: left;
}

.section-header-light.card {
  margin-top: 0px;
}

.section-header-light.left {
  margin-top: 0px;
  padding-left: 0px;
  text-align: left;
}

.section-header-light.left.white {
  color: #fff;
}

.section-header-light.testimonal {
  text-align: left;
}

.section-header-light.right {
  text-align: right;
}

.section-header-light.right.white {
  color: #fff;
}

.paragraph {
  text-align: right;
}

.hero-image {
  height: 100vh;
  background-image: url('../images/Hero-Image-1.png');
  background-position: 50% 0%;
  background-size: cover;
}

.button-base-regular {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 13%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1f1f1f;
  font-family: Worksans, sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  mix-blend-mode: normal;
}

.button-base-regular:hover {
  background-color: #5a5a5a;
}

.button-base-regular.platform-grid {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: 26px;
  padding: 3% 5%;
  border-radius: 5px;
  background-color: #000;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
}

.button-base-regular.submit {
  padding: 2% 5%;
  border-radius: 5px;
  background-color: #000;
  font-size: 0.9rem;
}

.button-base-regular.hero {
  width: 40%;
  height: auto;
  margin-top: 10%;
  margin-left: 0%;
  padding: 1% 0%;
  background-color: #000;
  background-image: none;
}

.button-base-regular.hero.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0%;
  padding-top: 1%;
  padding-bottom: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  font-size: 1rem;
}

.button-base-regular.solutions-grid {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: auto;
  margin-top: 40px;
  margin-bottom: 29px;
  margin-left: 0px;
  padding: 3% 5%;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: left;
}

.button-base-regular.component-cards {
  max-width: 50%;
  padding: 3% 5%;
  border-radius: 5px;
}

.button-base-regular.product-cards {
  width: auto;
  max-width: 70%;
  min-width: auto;
  margin-top: 31px;
  margin-right: 0px;
  padding: 2% 0%;
  background-color: #000;
  font-size: 1rem;
}

.button-base-regular.product-cards.no_image {
  max-width: 30%;
  padding-top: 1%;
  padding-bottom: 1%;
}

.button-base-regular.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.button-base-regular.right:hover {
  box-shadow: none;
}

.button-base-regular.left {
  position: static;
  display: inline-block;
  margin-bottom: 13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  text-transform: uppercase;
}

.button-base-regular.left.no-image {
  margin-bottom: 0px;
  padding: 0.75rem 2rem;
}

.button-base-regular.left.no-image.inverted {
  border: 1px none #1f1f1f;
  background-color: #fff;
  color: #1f1f1f;
}

.button-base-regular.hero-001 {
  padding-right: 6%;
  padding-left: 6%;
}

.button-base-regular.pricing {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 3% 20%;
}

.button-base-regular.pricing.inverted {
  border: 1px solid #1f1f1f;
  background-color: #fff;
  color: #1f1f1f;
}

.button-base-regular.pricing.inverted.test-002 {
  margin-bottom: auto;
}

.image-9 {
  padding-right: 3ch;
  padding-left: 3ch;
}

.text-field {
  position: static;
  min-height: auto;
  border-radius: 5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-12 {
  display: block;
  width: 30vh;
  margin-left: 10vw;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto auto 2vh;
  padding-top: 0px;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-14 {
  display: block;
  width: 30vw;
  margin-right: 10vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block-2 {
  display: block;
}

.link-block-3 {
  display: block;
}

.div-block-15 {
  background-color: red;
}

.container-4 {
  position: fixed;
  display: block;
  padding-right: 100vw;
  padding-bottom: 11vh;
  background-color: #e71313;
}

.form {
  display: block;
}

.slider-2 {
  width: 100%;
  height: 11%;
  background-color: #fff;
}

.slide-2 {
  width: 25%;
  margin: 2% 1%;
  padding: 0px 0%;
}

.div-block-16 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c43a3a;
}

.div-block-17 {
  position: static;
  z-index: auto;
  display: block;
  width: 30%;
  height: auto;
  margin-right: 19px;
  margin-left: 19px;
  padding-top: 42px;
  padding-bottom: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #477c4f;
}

.div-block-18 {
  width: 50%;
  margin-top: 3vh;
  margin-bottom: 4vh;
}

.image-10 {
  height: 8vh;
  max-width: none;
}

.mask-2 {
  background-color: #c93e3e;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.body-2 {
  width: auto;
  padding-bottom: 0px;
}

.body-2.contained {
  margin-right: 28px;
  margin-left: 28px;
  padding-right: 0px;
  padding-left: 0px;
}

.body-2.center-align {
  padding-bottom: 21px;
  text-align: center;
}

.div-block-19 {
  width: 20vw;
  height: 100%;
  background-color: #41cf56;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: left;
}

.slider-3 {
  display: block;
  width: 100vh;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mask-3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-3 {
  width: auto;
  margin-right: 27px;
  margin-left: 27px;
}

.div-block-20 {
  width: auto;
  height: 100vh;
}

.sticky {
  position: static;
  margin-top: -140px;
  margin-bottom: 5vh;
  padding: 310px 5vw 73px;
  background-color: #f0f3f6;
}

.div-block-21 {
  display: block;
}

.right-sticky {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-sticky.no-image {
  display: -ms-grid;
  display: grid;
  margin-bottom: 53px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-sticky.empty {
  display: block;
  height: 14rem;
}

.div-block-22 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.div-block-23 {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  width: 25%;
  height: 100.00004%;
  margin-right: 1rem;
  padding-right: 0px;
  clear: none;
}

.div-block-24 {
  position: relative;
}

.image-11 {
  width: 100%;
  height: 80%;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-26 {
  display: block;
}

.section-card-drop-shasow {
  margin-top: 33px;
  margin-right: 1px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  width: auto;
}

.div-block-28 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-29 {
  width: 100%;
  height: auto;
}

.nav-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.card-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-standard.image-right {
  margin-bottom: 0px;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
}

.container-6 {
  display: none;
  padding-right: 145px;
  padding-left: 145px;
}

.image-stack {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-stack.no-stack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-31 {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-3 {
  margin-top: 109px;
}

.section-6 {
  padding-top: 52px;
}

.footer-dark {
  position: relative;
  margin-top: 60px;
  padding: 50px 15vw 15px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f7fa;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-block {
  display: -ms-grid;
  display: grid;
  width: 100.000025%;
  margin-bottom: -13px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-small {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #1a1b1f;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-left: -12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.footer-copyright-center {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-33 {
  width: auto;
  margin-right: 35px;
}

.div-block-34 {
  margin-right: 146px;
}

.div-block-35 {
  width: auto;
}

.image-12 {
  width: 100%;
}

.container-8 {
  margin-bottom: 28px;
}

.image-13 {
  margin-top: 11px;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-2x2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2x2._3x3 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.div-block-38.padding {
  margin-top: 11px;
}

.text-block-6 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.text-block-7 {
  padding-bottom: 10px;
  padding-left: 4px;
  color: #919191;
}

.text-block-7.padding {
  padding-bottom: 4px;
}

.text-block-8 {
  margin-right: 3px;
  padding-bottom: 31px;
}

.text-block-9 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3rem;
}

.text-block-9.header {
  color: #0084a8;
  font-weight: 400;
}

.text-block-9.header.smaller {
  font-size: 2rem;
  text-align: center;
}

.text-block-10 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #919191;
  text-decoration: line-through;
}

.text-block-11 {
  color: #fff;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 30%;
  margin-bottom: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-43 {
  background-color: #f0f3f6;
}

.div-block-44 {
  display: -ms-grid;
  display: grid;
  padding: 40px 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -6rem;
  padding-top: 7rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-wrap.top {
  margin-bottom: -9.7rem;
  padding-top: 0rem;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container-9 {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-46 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

@media screen and (min-width: 1920px) {
  .heading.left {
    text-align: right;
  }

  .container-regular {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .section-header {
    font-size: 3rem;
  }

  .section-header.left.white-small {
    font-size: 1.9rem;
  }

  .image-standard {
    background-image: none;
  }

  .price-tier {
    font-weight: 500;
  }

  .price {
    font-weight: 500;
  }

  .footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-nav {
    overflow: hidden;
  }

  .body-001 {
    text-align: center;
  }

  .body-001.right {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }

  .paragraph {
    text-align: right;
  }

  .div-block-13 {
    margin: 2vh auto;
  }

  .div-block-18 {
    display: block;
    margin-top: 2vh;
    margin-bottom: 5vh;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
  }

  .text-block-4 {
    font-family: 'Work Sans', sans-serif;
    color: #0084a8;
    font-size: 3rem;
    font-weight: 400;
  }

  .heading-9 {
    font-family: 'Work Sans', sans-serif;
    font-size: 3rem;
    font-weight: 400;
  }

  .text-block-5 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
  }

  .price-blue {
    font-family: 'Work Sans', sans-serif;
    color: #0084a8;
    font-weight: 400;
  }

  .price-blue.mono {
    color: #646464;
  }
}

@media screen and (max-width: 991px) {
  .section {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .section.gray {
    padding-right: 4vh;
    padding-left: 4vh;
  }

  .section.gray.fill {
    padding-right: 0vh;
    padding-left: 0vh;
  }

  .section.gray.regular {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section.about-us-hero {
    position: static;
  }

  .section.about-us-hero-products {
    padding-right: 5vw;
    padding-left: 5vw;
    background-position: -50% 50%;

  }

  .hero-text-container {
    width: 60%;
    height: 70vh;
    max-width: 100vw;
    margin-left: 5vw;
    padding-bottom: 16px;
  }

  .hero-text-container.left.no-bg {
    max-width: 80vw;
  }

  .nav-bar {
    z-index: auto;
  }

  .nav-menu-wrapper {
    z-index: 0;
    background-color: transparent;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -110px;
    padding-top: 116px;
    padding-bottom: 13px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0px;
  }

  .menu-button {
    z-index: 4;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #a6b1bf;
    color: #fff;
  }

  .section-header {
    margin-bottom: 13px;
    text-align: center;
  }

  .card-grid {
    margin-bottom: 0px;
  }

  .card-grid._2 {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .card-section {
    width: auto;
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-7 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid {
    -ms-grid-columns: 0.75fr 0.75fr;
    grid-template-columns: 0.75fr 0.75fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .image-standard {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .image-standard._2x1 {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .div-grid._3 {
    display: -ms-grid;
    display: grid;
    width: auto;
    height: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-grid._3x2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-grid._1x1 {
    padding-right: 23px;
    padding-left: 23px;
  }

  .testimonal-grid {
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .solutions-grid._3 {
    margin-bottom: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .team-cards {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .image-6 {
    width: 40vw;
    height: 40vh;
  }

  .pricing-selection-grid {
    padding-right: 22%;
    padding-left: 22%;
  }

  .pricing-grid {
    display: block;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .pricing-card {
    margin: 3vh 21vw;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .pricing-sub {
    width: 40vw;
  }

  .pricing-list {
    width: 40vw;
    padding-right: 0%;
    padding-left: 0%;
  }

  .product-menu_container {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .product-item {
    -ms-grid-columns: 0.75fr;
    grid-template-columns: 0.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .list {
    padding-left: 0px;
  }

  .product_image {
    width: 110vw;
    margin-top: -29px;
    margin-bottom: -15px;
    margin-left: -56px;
    padding-right: 54px;
    padding-left: 0px;
  }

  .product_desc {
    width: 70vw;
  }

  .product_holder {
    width: 100%;
  }

  .hero {
    height: 70vh;
  }

  .hero._2 {
    background-position: 60% 0%;
  }

  .contact-form {
    max-width: 90%;
  }

  .paragraph-001 {
    width: 100.0001017%;
    padding-right: 0px;
  }

  .paragraph-001.no-image {
    /*padding-right: 157px;*/
  }

  .body-001 {
    font-size: 1rem;
  }

  .body-001.right {
    width: auto;
    font-size: 1rem;
  }

  .section-header-light {
    margin-left: 8px;
    padding-left: 0px;
  }

  .section-header-light.left {
    margin-left: 0px;
  }

  .hero-image {
    height: 70vh;
    background-position: 80% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .button-base-regular.left.no-image {
    font-size: 0.8rem;
  }

  .div-block-18 {
    width: 70%;
  }

  .image-10 {
    height: 6vh;
  }

  .body-2.contained {
    margin-right: 24px;
    margin-left: 24px;
  }

  .body-2.center-align {
    padding-bottom: 17px;
  }

  .right-sticky {
    justify-items: stretch;
    -ms-grid-columns: 2.75fr;
    grid-template-columns: 2.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .right-sticky.empty {
    height: 0vw;
  }

  .div-block-22 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-23 {
    display: none;
    margin-right: 185px;
    margin-left: -287px;
  }

  .div-block-27 {
    -ms-grid-columns: 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr;
  }

  .card-standard.image-right {
    margin-bottom: -61px;
  }

  .container-5 {
    max-width: 100%;
  }

  .footer-dark {
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .container-7 {
    max-width: 728px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrapper {
    width: 100%;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-42 {
    margin-top: 0.5rem;
  }

  .div-block-44 {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .div-wrap {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .section.gray {
    padding-right: 5vh;
    padding-left: 5vh;
  }

  .section.gray.regular {
    padding-bottom: 2vh;
  }

  .section.padding {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .hero-text-container {
    width: 70%;
    max-width: none;
  }

  .hero-text-container.left.no-bg {
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .navbar-brand {
    padding-left: 0px;
  }

  .nav-menu-wrapper {
    z-index: auto;
  }

  .nav-menu {
    padding-bottom: 19px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px 0 rgba(0, 0, 0, 0.05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    z-index: 7;
  }

  .section-header {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .section-header.left.small-padding {
    margin-bottom: 1px;
  }

  .header-body-002 {
    width: auto;
  }

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

  .card-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-section {
    width: auto;
    padding-right: 4%;
    padding-left: 4%;
  }

  .div-block-7 {
    padding-right: 9%;
    padding-left: 9%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .slider-right-arrow {
    margin-top: -10%;
  }

  .slider-icon {
    margin-top: auto;
    margin-bottom: auto;
  }

  .slider-left-arrow {
    margin-top: -10%;
  }

  .grid {
    padding-right: 0vw;
    padding-left: 0vw;
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .image-standard {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .image-standard._2x1 {
    width: 100%;
    margin-right: 17px;
    margin-left: 0px;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }

  .form-div.divider {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-grid._3 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 26px;
    grid-row-gap: 34px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-grid._3x2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .div-grid._1x1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .team-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .team-image {
    width: 150px;
    margin-top: 0px;
  }

  .image-6 {
    width: 100%;
    margin-top: 16px;
  }

  .pricing-selection-grid {
    padding-right: 16%;
    padding-left: 16%;
  }

  .pricing-card {
    margin-right: 8vw;
    margin-left: 8vw;
  }

  .pricing-sub {
    width: 50vw;
  }

  .pricing-list {
    width: 60vw;
  }

  .product-item {
    justify-items: stretch;
  }

  .product_image {
    width: auto;
    height: auto;
  }

  .hero {
    background-position: 70% 0%;
  }

  .hero._2 {
    background-position: 60% 0%;
  }

  .paragraph-001 {
    width: 100%;
    margin-bottom: 0.25rem;
    text-align: left;
  }

  .paragraph-001.no-image {
    width: auto;
  }

  .body-001.left.big-marging {
    margin-top: 0px;
    margin-bottom: 2.8rem;
  }

  .section-header-light {
    font-size: 2rem;
  }

  .hero-image {
    position: static;
    background-position: 70% 0%;
  }

  .div-block-12 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-13 {
    display: block;
    margin-bottom: 1vh;
    text-align: left;
  }

  .div-block-14 {
    width: 100%;
    margin-bottom: 38px;
  }

  .div-block-18 {
    margin-top: 5vh;
    margin-bottom: 6vh;
    margin-left: -102px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .body-2 {
    padding-bottom: 0px;
  }

  .body-2.center-align {
    padding-bottom: 2px;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-block-3 {
    width: auto;
    margin-bottom: 22px;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-standard.image-right {
    margin-bottom: -70px;
  }

  .image-stack.no-stack {
    display: block;
    height: auto;
  }

  .div-block-31 {
    width: 100%;
    height: auto;
  }

  .footer-dark {
    padding-right: 7vw;
    padding-left: 7vw;
  }

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

  .footer-content {
    margin-top: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-block {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, 0.75);
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

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

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

  .div-block-42 {
    margin-top: 1rem;
  }

  .div-block-44 {
    grid-column-gap: 13px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .div-wrap {
    padding-top: 5rem;
  }

  .div-block-46 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  
}

@media screen and (min-width: 479px) and (max-width: 767px){
  .footer .div-block-18 { width: 90%; margin-left: 0; }
  .footer .div-block-14, .footer .div-block-12 {
    display: inline-block;
    width: 45%;
    margin-right: 4%;
    vertical-align: top;
  }
  .section.about-us-hero-products { background: none; }

}

@media screen and (max-width: 479px) {
   .section.about-us-hero-products { background: none; }
  .section.gray {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .section.gray.regular {
    padding-bottom: 1vh;
  }

  .section.fill {
    padding-right: 2vh;
    padding-left: 2vh;
  }

  .section.about-us-hero {
    background-position: 65% 50%;
  }

  .section.about-us-hero-products {
    height: 60vh;
    background-position: 50% 50%;

  }

  .hero-text-container {
    width: auto;
    max-width: none;
    padding-top: 13vh;
  }

  .hero-text-container.left.no-bg {
    padding-top: 8vh;
  }

  .nav-menu {
    position: relative;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .section-header {
    margin-bottom: 22px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 2rem;
  }

  .section-header.left.white-small {
    font-size: 1.1rem;
    line-height: 0.9;
  }

  .section-header.left.small-padding {
    margin-bottom: 13px;
  }

  .section-header.right {
    font-size: 2rem;
  }

  .card-grid {
    margin-bottom: 11px;
  }

  .card-section {
    width: auto;
    padding-right: 8%;
    padding-left: 8%;
  }

  .div-block-7 {
    padding-right: 2%;
    padding-left: 2%;
  }

  .slider-right-arrow {
    margin-top: -36%;
  }

  .slide-content-wrapper {
    background-color: #fff;
  }

  .slider-left-arrow {
    margin-top: -36%;
  }

  .grid {
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }

  .image-standard {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image-standard._2x1 {
    margin-left: 0px;
  }

  .div-grid._3 {
    margin-top: 32px;
  }

  .div-grid._1x1 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-flow: row;
  }

  .solutions-grid._3 {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

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

  .pricing-selection-grid {
    padding-right: 2%;
    padding-left: 2%;
  }

  .pricing-card {
    margin-right: 0vw;
    margin-left: 0vw;
  }

  .pricing-sub {
    width: 70vw;
  }

  .pricing-list {
    width: 70vw;
  }

  .product_image {
    width: auto;
    max-width: 120%;
    margin-top: -18px;
    margin-left: -36px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .product_desc {
    width: 90vw;
  }

  .icons {
    width: 1.4rem;
    height: 1rem;
  }

  .image-8 {
    height: 0.8rem;
  }

  .hero {
    background-position: 100% 0%;
  }

  .hero._2 {
    background-position: 100% 0%;
  }

  .paragraph-001 {
    width: auto;
    margin-bottom: 0.25rem;
  }

  .paragraph-001.no-image {
    width: 55vh;
  }

  .body-001 {
    margin-right: 2vw;
    margin-left: 2vw;
  }

  .body-001.left.big-marging {
    margin-top: -4px;
    margin-bottom: 1.9rem;
  }

  .div-block-11 {
    display: block;
  }

  .section-header-light {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 2rem;
    text-align: center;
  }

  .section-header-light.right {
    text-align: right;
  }

  .hero-image {
    background-position: 60% 0%;
  }

  .button-base-regular.hero-001 {
    margin-top: -13px;
  }

  .div-block-18 {
    margin-left: -41px;
  }

  .body-2.contained {
    padding-right: 14px;
  }

  .body-2.center-align {
    padding-bottom: 0px;
  }

  .sticky {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .div-block-27 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-29 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-wrapper {
    background-color: hsla(0, 0%, 100%, 0);
  }

  .card-standard.image-right {
    display: block;
    margin-bottom: -70px;
  }

  .card-standard.image-right .image-stack.no-stack {
    height: auto;
  }

  .image-stack.no-stack {
    display: block;
  }

  .footer-dark {
    padding-right: 5vw;
    padding-left: 5vw;
  }

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

  .footer-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-35 {
    margin-top: -14px;
  }

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

  .div-block-44 {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 33px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .div-wrap.top {
    margin-bottom: -6.8rem;
  }

  .div-block-46 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
}

#w-node-dfe01af7-c5d3-c9aa-ca27-748981d3d8dd-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44064015-1762-b338-3079-5481c852957b-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fca017bd-3151-3bd2-fcf3-c2fb0c3aca0c-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30db33b2-49b8-38e7-b395-54ef7c9e1045-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f7f6598-42f8-dcd1-af95-6c7a67b99928-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f7f6598-42f8-dcd1-af95-6c7a67b9992b-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ab4e9d0b-36c8-6a8a-8151-5b62079e10e8-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ab4e9d0b-36c8-6a8a-8151-5b62079e10eb-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5c7c67cb-3a0e-1da8-1a5c-400f053b1fc0-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5c7c67cb-3a0e-1da8-1a5c-400f053b1fc3-643e0ee0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_787d014e-1cf1-a466-e3d9-08de5fa17271-5fa17263 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_787d014e-1cf1-a466-e3d9-08de5fa17272-5fa17263 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6018a959-59e4-39e1-227e-777540fece80-8df41b21 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f58774c-cfe4-7393-d464-55278df41b29-8df41b21 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4d0793ed-3541-ea74-b1fa-9ee4eb8861cb-8df41b21 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_905b6be0-2402-86c5-bb1f-9734ca502f7c-ca502f7c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c00eb7ca-b27e-94fb-be37-eedee52f1d1f-813e0ee2 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-_4e722da1-5010-7b24-b0d4-0d0c784020d9-784020d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4e722da1-5010-7b24-b0d4-0d0c784020da-784020d9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dfe01af7-c5d3-c9aa-ca27-748981d3d8dd-2a3e0ee3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_44064015-1762-b338-3079-5481c852957b-2a3e0ee3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aa62f5d2-a10b-c634-4f66-4067c8bbd685-2a3e0ee3 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e2c1324e-b117-58d0-b5de-4399c264f11b-c264f11b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_03691eae-ac8e-b4ed-ec1f-afb97d38eb42-4c3e0ee5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7d46be4a-9550-df01-96b5-ca27612ee7cf-4c3e0ee5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c933e1fd-8606-57df-2a74-1ecb208b9a2e-4c3e0ee5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_110303d4-7b0f-bf50-c67f-947e270bcee3-4c3e0ee5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c2c4909e-8273-0b17-9abe-ca75e1ba890c-4c3e0ee5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92ab898b-ad25-215a-aec8-7fab24b43b09-4c3e0ee5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f59f334f-a25d-7a1b-69c4-c98164bf4621-4c3e0ee5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0993c8d4-d554-c9a3-00af-3b2814acb1d3-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0993c8d4-d554-c9a3-00af-3b2814acb1d4-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e3bea14b-5357-5110-4351-c4fdf7948abf-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8abd9f11-c070-4909-65d2-a64f0f9f281a-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-aeaa1bc2-3ff6-df9d-e2c7-74278f2473af-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_35de6f2b-0630-f055-9c0d-2d31f551e684-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_90589c33-037e-57fe-f2dd-d8b26a8ea33e-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_817e726b-0d6f-b6c5-1997-f03fe0db9a89-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1bd9e3b6-c0f9-b4db-c38c-fda90e927a68-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_553cc905-3747-4514-e6f1-1a44469e8274-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_553cc905-3747-4514-e6f1-1a44469e8277-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_553cc905-3747-4514-e6f1-1a44469e827e-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-dc14ea08-36f1-c0bf-196f-e4e85acc0995-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-dc14ea08-36f1-c0bf-196f-e4e85acc0998-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dc14ea08-36f1-c0bf-196f-e4e85acc099f-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b49715b8-c076-02af-e55a-327bbe9934ca-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b49715b8-c076-02af-e55a-327bbe9934cd-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b49715b8-c076-02af-e55a-327bbe9934d4-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_03a620c6-59d8-aede-61ac-29aa7b044f92-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_03a620c6-59d8-aede-61ac-29aa7b044f95-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_03a620c6-59d8-aede-61ac-29aa7b044f9c-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_600175da-cddc-a7e4-ed9f-7bdc8054afb0-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_600175da-cddc-a7e4-ed9f-7bdc8054afb3-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4750d1c9-aa04-3814-133e-3e70339eeae0-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_4750d1c9-aa04-3814-133e-3e70339eeae3-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da8b0850-3023-656e-f0d9-ca6a82e0c6e5-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-da8b0850-3023-656e-f0d9-ca6a82e0c6e8-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da8b0850-3023-656e-f0d9-ca6a82e0c6eb-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-da8b0850-3023-656e-f0d9-ca6a82e0c6ef-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5318ecb2-3fc4-a1f8-9213-455fcf956a30-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_5318ecb2-3fc4-a1f8-9213-455fcf956a33-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5318ecb2-3fc4-a1f8-9213-455fcf956a3a-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495f8d-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495f8e-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495f91-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495f96-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495f98-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495f9b-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fa0-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fa2-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fa5-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495faa-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fac-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495faf-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fb4-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fb6-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fb9-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fbe-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fc0-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fc3-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fc9-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fcc-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fd2-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fd5-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fdc-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fde-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fe1-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b12792c8-025b-6461-ea64-f9fd67495fe6-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-e40937b1-d19a-d236-7a83-e7450147bb59-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fb23fcd-41f5-5df0-dc74-3f06b54b0279-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-adcd4693-74e0-251a-ac57-0528d05fb95f-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dd7496d4-6af2-6e32-a850-a56fa89e23ad-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c09ef720-7d50-ca82-7a09-a80f1c655500-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3655125f-edc8-f657-aa23-f574fc917064-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1b2f54d-fcec-ee10-4a53-abfe2a8fbbef-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92c718f7-1db5-3abb-de23-5778abc7ff9d-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92c718f7-1db5-3abb-de23-5778abc7ffa0-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92c718f7-1db5-3abb-de23-5778abc7ffa3-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92c718f7-1db5-3abb-de23-5778abc7ffa5-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0589179b-e2f6-e29f-b117-cf14d6e0dabe-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0589179b-e2f6-e29f-b117-cf14d6e0dac1-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0589179b-e2f6-e29f-b117-cf14d6e0dac6-443e0ee7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e5ae0512-cc8b-920a-84b6-5db25188c837-67ef1d49 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a9bd9781-fbdf-0304-1d14-a3517059cee9-2a3e0ee3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_44064015-1762-b338-3079-5481c852957b-2a3e0ee3 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'SF PRO DISPLAY';
  src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Materialiconsround';
  src: url('../fonts/MaterialIconsRound-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Piersans';
  src: url('../fonts/PierSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Piersans';
  src: url('../fonts/PierSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}