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

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #00ff26;
  background-clip: border-box;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  position: static;
  transform: translate(0);
}

.button-primary:hover {
  color: #fff;
  background-color: #d8dce6;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

.image {
  width: 794px;
  max-width: none;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 263px;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

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

.hero-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.shadow-two {
  width: auto;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.image-2 {
  float: none;
  clear: none;
  position: static;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.header-div-block {
  background-image: url('../images/12312231223122312231.JPG');
  background-position: 0 0;
  background-size: cover;
  padding-bottom: 683px;
  display: block;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-2.aaa {
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.div-block-3 {
  flex-direction: row;
  display: flex;
}

.image-3 {
  object-fit: fill;
  border-radius: 0;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.navcontainer {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: #fff;
  background-image: linear-gradient(#000, #fff 0%);
}

.menu {
  width: 30%;
  text-align: center;
  flex-direction: row;
  order: -1;
  justify-content: space-between;
  align-self: auto;
  margin-left: 33%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu.contactmenu {
  width: 40%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -11%;
}

.nav-menu-2 {
  width: 160%;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  margin-right: -2px;
  padding: 0;
  display: flex;
}

.nav-link-2 {
  text-align: center;
  margin-left: -3px;
}

.image-4 {
  object-fit: cover;
  margin-top: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 33px;
  position: fixed;
  overflow: visible;
}

.brand {
  object-fit: contain;
}

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

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

.hero-heading-center-2 {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2" minmax(auto, 1fr)
                 "Area-3 Area-4"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  justify-items: stretch;
  display: grid;
}

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

.grid-2 {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "Area Area-3"
                       "Area-2 .";
}

.main-buttons {
  color: #000;
  text-transform: none;
  font-weight: 700;
}

.cta {
  color: #fff;
  background-color: rgba(17, 255, 0, .74);
  border-radius: 0%;
  margin-top: 9px;
  margin-left: 262px;
  padding-top: 16px;
  padding-bottom: 0;
  padding-right: 14px;
  font-weight: 700;
  position: fixed;
}

.hero-padding {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.hero-padding._123122312312 {
  justify-content: center;
  align-items: center;
  display: block;
}

.section-header {
  justify-content: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.button-secondary, .button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.button.is-navbar2-button.contact-us {
  flex: none;
}

.button.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button.is-navbar3-button {
  margin-left: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.text-size-medium {
  text-align: center;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow: visible;
}

.text-size-medium.abcd {
  text-align: left;
}

.text-size-medium.text-hero-padding {
  margin-top: 10px;
  padding-bottom: 20px;
}

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

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

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

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

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

.margin-bottom.margin-small {
  display: inline-block;
}

.margin-bottom.margin-xsmall {
  align-items: center;
  display: flex;
}

.container-large {
  width: auto;
  max-width: 80rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container-large.embrace-the-cloud {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.header1_content.header-right-pic, .header1_content.jkdsjksd {
  text-align: left;
}

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

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

.layout192_content._4444.abcdef {
  text-align: center;
}

.feature-section.margin-section {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 60px;
  margin-right: 0%;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.feature-section.margin-section.embrace-the-cloud {
  flex-direction: row;
  display: block;
}

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

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

.testimonial13_client-image-wrapper {
  display: block;
}

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

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

.layout1_content {
  text-align: left;
}

.layout1_content.title-solution-right-pic {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-layout1 {
  margin-top: 150px;
}

.layout1_image-wrapper {
  object-fit: contain;
  flex: 0 auto;
  position: relative;
}

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

.info-blog {
  width: 75%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 150px;
  display: flex;
}

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

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.columns {
  margin-top: 150px;
}

.blog-info-col {
  flex-direction: column;
  justify-content: space-around;
  padding-left: 0;
  display: flex;
}

.blog-info-col.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-info-col.div-block-27.aaaa {
  flex-flow: column;
}

.image-5 {
  margin-left: 0;
}

.heading {
  width: auto;
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.image-6 {
  display: block;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-between;
  display: flex;
}

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

.div-block-5 {
  text-align: center;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.line-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0);
}

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

.footer3_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.footer3_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

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

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

.footer3_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer3_logo-link {
  float: none;
  padding-left: 0;
}

.footer3_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: start;
  justify-items: start;
  display: grid;
}

.footer-softchain {
  margin-top: 0;
  padding-top: 0;
}

.footer3_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.footer3_menu-wrapper {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.footer3_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

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

.navbar2_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
  display: none;
}

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

.navbar2_logo {
  width: 175px;
  height: auto;
  object-fit: contain;
  object-position: 0% 50%;
  background-color: #f2f2f2;
  background-image: linear-gradient(#f2f2f2, #f2f2f2);
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.navbar2_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar2_dropdown-list {
  color: rgba(0, 0, 0, 0);
  background-color: #1aec03;
  background-image: linear-gradient(#29b336, #29b336);
  display: block;
}

.navbar2_dropdown-list:active {
  display: none;
}

.navbar2_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-navbar-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar2_menu {
  background-color: #f2f2f2;
  align-items: center;
}

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

.navbar2_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.nvbar-bt-wrp {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: stretch;
  margin-left: 1rem;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
  padding-bottom: 50px;
}

.service-block-grid {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.service-block-grid.service-cards {
  padding: 60px 100px;
}

.div-block-6 {
  justify-content: center;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.page-padding-2 {
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

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

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

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

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

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

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

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

.error-text {
  color: #e23939;
}

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

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

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

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

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

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

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

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

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

.max-width-large {
  width: 100%;
  max-width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.max-width-large.align-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
  position: relative;
  left: 15%;
}

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

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

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-left {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.section-layout1-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.image-7 {
  max-width: 100%;
  display: inline-block;
}

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

.section-layout192 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  display: flex;
}

.div-block-8 {
  object-fit: contain;
  flex: none;
  display: flex;
}

.div-block-8.a {
  display: none;
}

.div-block-9 {
  padding-right: 50px;
}

.div-block-10 {
  margin: 50px;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
  position: fixed;
}

.div-block-12 {
  justify-content: space-between;
  margin-left: auto;
  padding-right: 100%;
  display: flex;
  position: fixed;
}

.div-block-13 {
  text-align: center;
  justify-content: space-around;
  padding-left: 0;
  display: flex;
}

.text-block-3 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: center;
  margin-left: 0;
  margin-right: 40px;
  padding-left: 0;
  text-decoration: none;
  display: block;
}

.text-block-4 {
  align-self: center;
  margin-right: 40px;
}

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

.body-2 {
  object-fit: fill;
  padding-bottom: 0;
}

.navbar-2 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-3 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.container-5 {
  justify-content: space-between;
  display: flex;
  position: fixed;
}

.navbar-4 {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-8 {
  object-fit: contain;
}

.container-6 {
  margin-top: 101px;
}

.columns-2 {
  margin-top: 115px;
}

.column-2 {
  text-align: left;
}

.dropdown-link-4 {
  width: 100%;
  color: #283338;
  padding: 16px 22px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

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

.flowbase-logo {
  width: 54px;
}

.navigation-dropdown {
  min-width: 140px;
  mix-blend-mode: normal;
  display: block;
}

.navigation-dropdown.w--open {
  max-height: 100vh;
  min-width: 350px;
  background-color: #fff;
  left: -120px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.nav-menu-3 {
  width: 50%;
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation {
  z-index: 9;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(68, 85, 103, .11);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 3%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-link-1 {
  width: 100%;
  color: #283338;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-1:hover {
  background-color: #f8faff;
}

.dropdown-link-5 {
  width: 100%;
  min-height: 55px;
  color: #283338;
  padding: 16px 22px 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-5:hover {
  background-color: #f8faff;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  min-height: 85px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-61 {
  font-size: 16px;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 26px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.button-menu {
  min-height: 50px;
  min-width: 150px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #2387a5;
  background-image: linear-gradient(159deg, #0c9fcc, #004079);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px rgba(32, 27, 61, .6), inset 1px 1px 3px rgba(238, 230, 255, .44), 1px 1px 2px #5b3acc;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px rgba(32, 27, 61, .22), inset -1px -1px 3px rgba(238, 230, 255, 0), 1px 1px 2px #5b3acc;
}

.icon-4 {
  margin-right: 5px;
}

.nav-link-details {
  color: rgba(40, 51, 56, .6);
  font-size: 14px;
}

.brand-2 {
  margin-right: 44px;
}

.dropdown-link-mobile {
  width: 100%;
  color: #283338;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.nav-content-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.navigation-left {
  width: 50%;
  align-items: center;
  display: flex;
}

.icon-square {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, .09);
}

.navigation-container-mob {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-right {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-link {
  justify-content: center;
  align-items: center;
  padding: 20px 12px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #8c54ff;
}

.navigation-link.w--current {
  color: #99d715;
}

.navbar2_container-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f2f2f2;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  justify-items: stretch;
  margin: 5px auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.nvbar-menu-button {
  padding: 0;
}

.navbar2_dropdown-list-2 {
  width: auto;
  margin-bottom: 0;
  display: none;
}

.navbar2_dropdown-list-2:hover {
  flex-direction: column;
  display: block;
}

.navbar2_dropdown-list-2:active {
  width: 500px;
  height: 400px;
  object-fit: fill;
  display: block;
  top: 0%;
  bottom: auto;
  left: -143px;
  right: 0%;
}

.navbar2_dropdown-list-2.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar-softchain {
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  background-color: #fffdfd;
  border-bottom: 1px #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid-4 {
  grid-template-rows: auto auto auto;
}

.grid-5 {
  background-color: #f2f2f2;
  border-radius: 7px;
  grid-template-rows: auto auto auto;
  justify-content: space-around;
}

.navigation-2 {
  height: 72px;
  background-color: #fff;
}

.navigation-container-2 {
  width: 100%;
  height: 100%;
  max-width: 1140px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.navigation-split-wrap {
  align-items: center;
  display: flex;
}

.nav-link-3 {
  padding: 8px 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.nav-primary-button {
  background-color: #1c87fb;
  border-radius: 4px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.wrapper {
  width: 100%;
  max-width: 1230px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.wrapper.navbar-2 {
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.dropdown-chevron {
  margin-right: -1px;
}

.div-block-15 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link-4 {
  color: #096ad0;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-4:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-4.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-link-4.full-opacity {
  opacity: 1;
}

.nav-link-4.dropdown {
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.nav-link-4.border {
  opacity: 1;
  border: 1px solid #096ad0;
  border-radius: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color .2s;
}

.nav-link-4.border:hover, .nav-link-4.border.cta {
  color: #fff;
  background-color: #096ad0;
}

.dropdown-link-text {
  margin-right: 20px;
  text-decoration: none;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-bar.sample-website {
  flex-direction: column;
  position: absolute;
}

.nav-menu-5 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-button-3.w--open {
  color: rgba(9, 106, 208, .2);
  background-color: #fff;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  opacity: 1;
  background-color: #fff;
  border-color: #096ad0;
  border-radius: 6px;
  margin-top: 0;
}

.dropdown-link {
  opacity: .6;
  color: #096ad0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
}

.dropdown-link:hover, .dropdown-link.w--current {
  opacity: 1;
}

.heading-2 {
  font-family: Varela Round, sans-serif;
}

.heading-2.hero-h2-center {
  margin-top: 50px;
  margin-bottom: 20px;
}

.div-block {
  flex: 1;
}

.softchain-logo-nvr {
  object-fit: contain;
  flex: 0 auto;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.nav__link-div-jobs-mobileonly {
  width: 60px;
  height: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
  position: relative;
}

.nav__link-div-jobstext {
  height: 23px;
  color: #2b2a35;
  margin-right: 0;
  text-decoration: none;
}

.nav__link-div-jobstext.nav__link-div-jobs--black {
  color: #2b2a35;
}

.nav__link-div-jobstext.nav__link-div-jobs--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav {
  z-index: 2147483647;
  background-color: #fff;
  padding: 16px 10vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav__link-div-learning {
  height: 23px;
  cursor: pointer;
  align-items: flex-start;
  text-decoration: none;
  position: relative;
}

.nav__link-div-learning.nav__link-div-learning--space {
  align-items: flex-end;
  margin-right: 50px;
}

.button-2 {
  text-align: center;
  background-color: #2b2a35;
  border-radius: 4px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.button-2.button--blue {
  color: #fff;
  text-align: center;
  background-color: #2b2a35;
  flex-direction: row;
  margin-top: 20px;
  transition: background-color .2s;
}

.button-2.button--blue:hover {
  color: #f2f2f2;
  background-color: #545465;
}

.button-2.button--blue.cta-d {
  margin-top: 20px;
  padding-top: 0;
}

.button-2.button--blue {
  width: 117px;
  height: 40px;
  color: #fff;
  text-align: center;
  background-color: #2b2a35;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding: 0;
  font-family: Varela Round, sans-serif;
  transition: background-color .2s;
  display: flex;
}

.button-2.button--blue:hover {
  color: #fff;
  background-color: #545465;
}

.button-2.button--blue.w--current {
  background-color: #46bb5c;
  margin-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.nav__dropdown-links-wrapper {
  width: 400px;
  height: 200px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav__dropdown-links-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding: 26px 40px;
  display: grid;
}

.nav__link-div-onlymobile {
  height: 23px;
  color: #2b2a35;
  margin-right: 0;
  text-decoration: none;
  display: none;
}

.nav__dropdown-wrapper {
  width: 200px;
  height: 174px;
  object-fit: fill;
}

.nav__dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.nav__dropdown-link-div {
  height: 21px;
  margin-right: 0;
  text-decoration: none;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black {
  color: #2b2a35;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black.w--current {
  color: #334ac0;
  border-bottom: 2px solid #334ac0;
}

.nav__dropdown-link-div.nav__dropdown-link-div--black.nav__dropdown-link-div--space {
  margin-bottom: 12px;
}

.nav__dropdown {
  z-index: 9999999;
  width: 200px;
  position: absolute;
  left: -63px;
}

.nav__dropdown.w--open {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.nav__menu {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 100px;
  display: flex;
}

.nav__link-div-jobs {
  width: 60px;
  height: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav__link-div-learning-arrow {
  color: #2b2a35;
  order: 1;
  align-self: flex-start;
  margin-right: 0;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav__dropdown-arrow {
  height: 6px;
}

.nav__link-wrapper-learning {
  align-items: flex-end;
  padding: 0;
  display: flex;
}

.nav__link-learning {
  order: -1;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.nav__link-learning.nav__link--8pxspace {
  margin-right: 8px;
}

.nav__link-learning.nav__link--8pxspace.nav__link-learning--black {
  color: #2b2a35;
}

.nav__dropdown-bg {
  width: 400px;
  height: 165px;
  background-color: #fff;
  border-radius: 10%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .08), 0 2px 6px rgba(0, 0, 0, .04), 0 0 1px rgba(0, 0, 0, .04);
}

.nav__link-jobs-counter {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: flex;
}

.nav__container {
  max-width: 80vmax;
  grid-template: "Area Area-2 Area-3"
  / auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav__link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.nav__buttons {
  order: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav__link-div {
  height: 23px;
  color: #2b2a35;
  margin-right: 0;
  text-decoration: none;
}

.nav__link-div.nav__link-div--black {
  color: #2b2a35;
}

.nav__link-div.nav__link-div--black:hover {
  border-bottom: 2px solid #dddfe5;
}

.nav__link-div.nav__link-div--black.w--current {
  color: #334ac0;
  border-bottom: 2px solid #334ac0;
}

.nav__link-div.nav__link-div--black.nav__link-div--space {
  margin-right: 50px;
}

.nav__link-div.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
  display: none;
}

.nav__link-div-jobs-counter {
  width: 18px;
  height: 18px;
  background-color: #334ac0;
  border-radius: 20px;
  padding-top: 2px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-10 {
  object-fit: contain;
  flex: 0 auto;
  margin-left: -9px;
  padding-left: 0;
  display: block;
}

.footer__sm-link {
  margin-right: 13px;
}

.footer__link {
  color: #2b2a35;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  display: inline-block;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 10vw;
  padding-right: 10vw;
  display: block;
}

.footer__sm-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__sm-icon {
  color: #5f6264;
}

.footer__sm-icon:hover {
  color: #424648;
}

.footer__credits, .footer__links-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer__copyright {
  color: #2b2a35;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.footer__heading {
  margin-bottom: 22px;
}

.div-block-16 {
  flex: 1;
  margin-right: -130px;
  padding-left: 0;
  padding-right: 0;
}

.footer__logo {
  width: 66px;
  height: 23px;
  order: -1;
  margin-bottom: 20px;
}

.footer__wrapper {
  max-width: 80em;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  display: flex;
}

.navbar2_component-3 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_container-3 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_menu-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_logo-link-2 {
  padding-left: 0;
}

.navbar2_dropdown-list-3.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
  position: absolute;
}

.navbar-softchain-container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  margin: 5px auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  display: grid;
}

.navbar2_link-2 {
  padding: .5rem 1rem;
}

.navbar2_link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar2_menu-3 {
  background-color: #fff;
  align-items: center;
  display: flex;
}

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

.paragraph, .paragraph-2 {
  text-align: center;
}

.paragraph-3 {
  height: 200px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.cta8_content {
  flex: 1;
}

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

.cta8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.cta8_form-block {
  max-width: 30rem;
  margin-bottom: 0;
}

.text-size-medium-2 {
  color: #073042;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  display: flex;
}

.text-size-medium-2.fsfd, .text-size-medium-2.yyy {
  color: #fff;
}

.signup-form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.padding-global {
  text-align: left;
  background-color: #073042;
  border: 3px solid #073042;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 54px;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.padding-global._123123123 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.padding-global._445 {
  background-color: #e5ebeb;
}

.padding-section-large {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.padding-section-large.auauau {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-large.sdsdsd {
  display: inline-block;
}

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

.faq6_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 5px 1.5rem;
  display: flex;
}

.faq6_content {
  text-align: center;
}

.faq6_list-grid {
  width: 65%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: center;
  display: grid;
}

.faq6_answer {
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.faq6_accordion {
  width: 100%;
  color: #191414;
  background-color: #e5ebeb;
  border: 4px solid #073042;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Roboto, sans-serif;
}

.faq6_accordion._123 {
  background-color: #fff;
  border-width: 3px;
}

.section_faq6 {
  color: #000;
  background-color: #fff;
}

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

.faq6_icon {
  width: 2rem;
  align-self: flex-start;
  margin-left: 1.5rem;
}

.team5_list-wrapper {
  font-size: 12px;
}

.team5_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: center;
  margin-top: 1.5rem;
  display: grid;
}

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

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

.team5_image-wrapper {
  flex-direction: column;
  display: block;
}

.team5_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-weight-semibold {
  font-family: Varela Round, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.header26_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

.layout239_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.layout239_image-wrapper {
  width: 100%;
  position: relative;
}

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

.heading-style-h5 {
  color: #073042;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout242_item {
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.layout242_item.adada {
  justify-content: center;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.layout242_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  font-family: Varela Round, sans-serif;
  display: grid;
}

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

.container-7 {
  justify-content: space-around;
  padding-left: 0%;
  display: flex;
}

.rich-text-block {
  text-align: center;
  margin-top: 0;
  margin-left: 2%;
  margin-right: 2%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-11 {
  width: 550px;
  max-width: none;
  margin-bottom: 5%;
}

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

.image-12 {
  max-width: 75%;
  text-align: center;
  margin-bottom: 5%;
}

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

.heading-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.bold-text {
  font-family: Varela Round, sans-serif;
}

.heading-4 {
  padding-right: 0;
  display: flex;
}

.heading-5 {
  text-align: left;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

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

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.text-block-63 {
  flex-direction: row;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.div-block-19 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.link-navbar {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-navbar:hover {
  color: #43d786;
}

.link-navbar.w--current {
  color: #000;
  padding-right: 0;
  text-decoration: none;
}

.link-navbar.it-link {
  padding-left: 20px;
  padding-right: 0;
}

.link-navbar.it-link.w--current:hover {
  color: #43d786;
}

.link-navbar.consulting-navlink {
  padding-left: 20px;
  padding-right: 0;
}

.features-list-2 {
  border-bottom: 1px #e4ebf3;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 30px 80px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.features-list-2.it-proc {
  padding-bottom: 0;
  display: block;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  background-color: #e5ebeb;
  border: 3px solid #073042;
  border-radius: 20px;
  justify-content: space-around;
  align-items: flex-start;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.features-wrapper-two-2.abcde {
  max-height: none;
  max-width: 940px;
  min-height: auto;
  background-color: #fff;
  border: 3px solid #073042;
  border-radius: 7px;
  padding-top: 5%;
  padding-bottom: 5%;
}

.features-wrapper-two-2.abcde.zyx {
  border-style: none;
  padding-top: 0%;
  padding-bottom: 0%;
}

.features-wrapper-two-2.draas {
  color: #fff;
  background-color: #073042;
  border-radius: 0;
}

.features-left-2 {
  max-width: 40%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
  font-size: 16px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.features-block-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 15px 13px 16px;
  padding-top: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.features-block-two-2.div-block-34.abcdef {
  max-height: 150px;
  min-height: 150px;
  background-color: #073042;
  margin-bottom: 5%;
  padding: 5% 5% 0%;
}

.features-block-two-2.div-block-34.abcdef.zyx {
  max-height: 250px;
  min-height: 175px;
  background-color: #e5ebeb;
  border-style: none;
  border-width: 3px;
  justify-content: space-around;
}

.features-image-2 {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-top: 10px;
  margin-right: 0;
}

.features-list-3 {
  border-bottom: 1px #e4ebf3;
  align-items: flex-start;
  padding: 80px 30px;
  font-family: Roboto, sans-serif;
  display: flex;
  position: relative;
}

.features-list-3.draas {
  width: 100%;
  background-color: #073042;
  border-radius: 20px;
  margin-bottom: 5%;
}

.features-right-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
  padding-top: 20px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.features-block-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-3 {
  width: 80px;
  height: 80px;
  min-width: auto;
  object-fit: cover;
  margin-right: 16px;
}

.features-image-3.local-backup {
  margin-left: 7px;
  margin-right: 19px;
}

.paragraph-5, .paragraph-6 {
  font-size: 16px;
}

.paragraph-7, .paragraph-8, .paragraph-9 {
  color: #073042;
  font-size: 16px;
}

.section_cta25 {
  position: relative;
}

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

.paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
  text-align: center;
}

.bold-text-3 {
  color: #43d786;
}

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: Varela Round, sans-serif;
}

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

.hero-split-2 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Varela Round, sans-serif;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-wrapper-two {
  max-width: 750px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.section-2 {
  margin-top: 13px;
  padding-top: 0;
}

.form {
  text-align: left;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-field {
  width: 300px;
}

.text-field.contact-form {
  flex: 0 auto;
}

.text-field.contact-form._123 {
  height: 180px;
  text-align: left;
  white-space: normal;
  object-fit: contain;
  object-position: 0% 0%;
  flex: 0 auto;
  align-self: auto;
  text-decoration: none;
  overflow: auto;
}

.text-field.contact-form.abcshj {
  height: 250px;
  white-space: pre-line;
  flex: none;
}

.submit-button {
  text-align: left;
}

.footer-dark {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  padding-top: 7px;
  display: flex;
}

.footer-block {
  width: auto;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-block._11111 {
  width: 500px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Varela Round, sans-serif;
}

.footer-block._123123 {
  margin-right: 0;
}

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

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

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

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

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

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

.footer-copyright-center {
  text-align: center;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: -35px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.text-block-65 {
  margin-left: 60px;
  padding-left: 0;
  padding-right: 0;
}

.hero-subscribe-right {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.hero-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-3 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.shadow-two-4 {
  max-width: 484px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.footer-block-2 {
  width: 300px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-block-2._11111 {
  justify-content: space-between;
  margin-left: 0;
  margin-right: -85px;
  padding-left: 0;
  padding-right: 0;
  font-family: Varela Round, sans-serif;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  padding-top: 7px;
  display: flex;
}

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

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

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

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

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

.footer-dark-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-copyright-center-2 {
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

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

.footer-wrapper-2 {
  max-width: 900px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link-navbar {
  color: #191414;
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.paragraph-16 {
  color: #073042;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-4 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.margin-bottom-24px-4._13 {
  color: #073042;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.text-block-67, .text-block-68, .text-block-69, .text-block-70 {
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.heading-11, .heading-12 {
  color: #43d786;
  font-family: Roboto, sans-serif;
}

.heading-13 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.text-block-71, .text-block-72, .text-block-73 {
  text-align: center;
  font-family: Varela Round, sans-serif;
}

.text-block-74 {
  border-bottom: 1px solid #000;
  padding-top: 24px;
  padding-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
}

.bold-text-17, .bold-text-18, .bold-text-19 {
  font-size: 16px;
}

.div-block-21, .heading-16, .heading-17 {
  font-family: Varela Round, sans-serif;
}

.footer-sc {
  width: 100%;
  height: 150px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13px;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.div-block-22 {
  justify-content: space-around;
  display: flex;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  padding-right: 6px;
  font-family: Gotham, sans-serif;
  display: flex;
}

.div-block-24 {
  flex-flow: row;
  display: flex;
}

.link-footer-1 {
  color: #000;
  margin-right: 56px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.link-footer-1:hover {
  color: #43d786;
}

.link-footer-1._111 {
  color: #000;
  padding-left: 0;
  text-decoration: none;
}

.text-block-75 {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.text-block-75:hover {
  color: #43d786;
}

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

.div-block-25 {
  background-color: #fff;
  padding-left: 0;
}

.div-block-26 {
  width: 100%;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  margin-left: 5%;
  margin-right: 5%;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-27 {
  width: 350px;
  height: 400px;
  background-color: #4b706e;
  border: 1px solid #000;
  border-radius: 3px;
  flex-flow: column wrap;
  justify-content: space-between;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 3px -3px 3px #000;
}

.heading-18 {
  font-family: Varela Round, sans-serif;
}

.it-proc-sec {
  margin-top: 15px;
  display: flex;
}

.paragraph-17, .paragraph-18, .para-it-proc {
  text-align: center;
}

._22323 {
  border: 1px solid #000;
  border-radius: 7px;
  padding: 2% 13px;
  font-size: 16px;
  font-style: normal;
}

.paragraph-19 {
  color: #fff;
  text-align: center;
}

.paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.paragraph-24 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 16px;
}

.paragraph-25 {
  color: #073042;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-26, .paragraph-27, .paragraph-28 {
  text-align: center;
}

.section-5 {
  justify-content: space-between;
  display: flex;
}

.section-solution-1 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

.paragraph-29 {
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.heading-19 {
  font-family: Varela Round, sans-serif;
}

.div-block-29 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-20 {
  text-align: left;
  font-family: Varela Round, sans-serif;
}

.grid-7, .grid-8 {
  grid-template-rows: auto;
}

.hero-section-pic {
  width: auto;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.hero-pic-div-block {
  width: auto;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.eth-jpeg {
  width: 75%;
  height: 50%;
  max-width: none;
}

.hero-section-header {
  margin-bottom: 100px;
}

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

.hero-text-block {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-cta-middle {
  margin-top: 20px;
}

.cta-button-a {
  color: #fff;
  background-color: #073042;
  border: 2px #43d786;
  border-radius: 20px;
  margin-top: 0;
  padding: 9px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.cta-button-a:hover {
  color: #43d786;
  background-color: #073042;
  border-style: none;
  border-color: #43d786;
  box-shadow: 0 0 3px 3px #43d786;
}

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

.cta-button-a.cta-middle {
  color: #1ed760;
  background-color: #fff;
}

.cta-button-a.cta-middle:hover {
  color: #fff;
  background-color: #1ed760;
}

.cta-button-a.send {
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.image-feature-left-block {
  border-radius: 0;
  justify-content: flex-start;
  display: flex;
}

.image-feature-left-block.hiden-hz {
  display: none;
}

.text-feature-right-block {
  width: 450px;
  flex-direction: column;
  align-items: flex-start;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.feature-section-l2r {
  justify-content: space-between;
  align-items: center;
  margin: 0 0%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.feature-section-l2r.r2l {
  margin-bottom: 20px;
}

.image-13 {
  width: 550px;
  object-fit: contain;
  border-radius: 10px;
}

.heading-right-feature-block {
  font-family: Varela Round, sans-serif;
  display: flex;
}

.body-3 {
  overflow: hidden;
}

.paragraph-31, .paragraph-32 {
  font-size: 16px;
}

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

.body-test {
  object-fit: scale-down;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.body-test.abcd {
  background-color: #fff;
  border: 1px solid #000;
}

.section-hero {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  border-radius: 20px;
  margin-top: 50px;
  padding-top: 52px;
}

.section-hero.abcd {
  background-color: #fff;
}

.div-block-pading-hz {
  width: 100%;
  max-width: 100%;
  padding-left: 0%;
  padding-right: 0%;
}

.dic-block-pic {
  justify-content: center;
  display: flex;
}

.div-title-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-21 {
  color: #073042;
  text-align: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  display: flex;
}

.heading-21._123 {
  color: #43d786;
}

.text-block-76 {
  color: #073042;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.bold-text-21 {
  color: #073042;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-21.ghjkl {
  font-size: 20px;
  font-weight: 400;
}

.image-15 {
  width: 100%;
  height: 50%;
  max-height: 50%;
  max-width: 50%;
  border-radius: 20px;
}

.hero-heading-right {
  max-height: 474.672px;
  max-width: 1151.13px;
  background-color: #073042;
  border-bottom: 1px solid #e4ebf3;
  border-radius: 20px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.hero-heading-right.left {
  background-color: #e5ebeb;
  border-radius: 20px;
}

.hero-heading-right.left.it-page-header {
  border: 3px solid #073042;
  margin-top: 70px;
}

.hero-heading-right.sol3 {
  background-color: #43d786;
  border-radius: 20px;
}

.hero-heading-right.sol3.about-sec-1 {
  background-color: #fff;
  border: 3px solid #073042;
}

.hero-heading-right.cloud-sec-1 {
  background-color: #43d786;
  margin-top: 70px;
}

.hero-heading-right.abcd {
  background-color: #7994a5;
}

.hero-heading-right.abcde {
  background-color: #43d786;
}

.hero-heading-right.abcde.zyx {
  background-color: #fff;
  border: 3px solid #073042;
}

.hero-heading-right.letstalk-section {
  background-color: #43d786;
  align-items: center;
  margin-top: 72px;
  display: flex;
}

.hero-heading-right.cloud-migration {
  background-color: #fff;
  border: 3px solid #073042;
}

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

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  max-width: 45%;
  color: #030303;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  display: flex;
}

.hero-split-5.h1 {
  display: none;
}

.hero-split-5.gfdsd {
  color: #43d786;
}

.shadow-two-6 {
  width: 100%;
  max-width: none;
}

.shadow-two-6._123 {
  width: 120%;
}

.margin-bottom-24px-5 {
  color: #073042;
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.margin-bottom-24px-5.abc {
  color: #fff;
}

.margin-bottom-24px-5.abc._123, .margin-bottom-24px-5.abc.iuytre {
  color: #073042;
}

.margin-bottom-24px-5.ads {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-6 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.hero-form-2 {
  margin-bottom: 12px;
}

.hero-form-container-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input-2 {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input-2:hover, .hero-form-input-2:focus {
  border-color: #76879d;
}

.hero-form-input-2::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input-2::placeholder {
  color: rgba(26, 27, 31, .8);
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.hero-heading-center-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

.section-6 {
  justify-content: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-33 {
  justify-content: center;
  display: flex;
}

.heading-22 {
  color: #073042;
  text-align: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.grid-10 {
  min-width: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
}

.grid-10.it-services-grid.it-pro-sec-2 {
  background-color: #073042;
  border: 3px solid #073042;
  border-radius: 0 0 20px 20px;
  margin-top: 0;
}

.grid-10.cs1 {
  grid-template-columns: 1fr 1fr;
}

.div-block-34 {
  max-height: 450px;
  max-width: 335.75px;
  color: #191414;
  background-color: #073042;
  border: 4px #43d786;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 5%;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: flex;
}

.div-block-34:hover {
  color: #fff;
}

.div-block-34.it-services-block-packs {
  background-color: #e5ebeb;
  border: 3px solid #073042;
}

.div-block-34.it-services-block-packs.it-procu {
  background-color: #073042;
}

.div-block-34.bc {
  max-height: 275px;
  max-width: none;
  min-height: 185px;
}

.div-block-34.bc.abcde {
  background-color: #7994a5;
}

.div-block-34.abc {
  min-height: 250px;
}

.div-block-34.abc.def {
  min-height: 316px;
  color: #073042;
  background-color: #fff;
  border: 3px solid #073042;
}

.div-block-34.abcdef {
  min-height: 150px;
  background-color: #fff;
  border: 3px solid #073042;
  justify-content: flex-start;
}

.div-block-34.abcdef:hover {
  color: #191414;
}

.div-block-34.abcdef.ttt {
  max-height: 450px;
  min-height: 155px;
  min-width: 90%;
  background-color: #073042;
  justify-content: space-around;
}

.div-block-34.blog-index {
  max-height: none;
  background-color: #fff;
  border: 3px solid #073042;
}

.div-block-35 {
  max-height: 140px;
  max-width: 150px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.text-block-77 {
  max-height: none;
  max-width: none;
  color: #073042;
  text-align: center;
  border: 1px #000;
  margin-left: 0%;
  padding: 0 13px 13px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-77.bb {
  max-width: none;
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.text-block-77.bb.bc1 {
  color: #fff;
}

.text-block-77.bb.it-s {
  color: #073042;
}

.text-block-77.bb.it-s.yis {
  color: #fff;
  padding-top: 10px;
}

.heading-23 {
  color: #073042;
  text-align: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.section-7 {
  border: 1px #000;
  justify-content: center;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block-36 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.text-block-78 {
  color: #073042;
  font-size: 16px;
}

.section-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-9 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  display: flex;
}

.div-block-38 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-24 {
  color: #43d786;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-10 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-39 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-40 {
  align-items: center;
  margin-top: 0;
  margin-bottom: -76px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-block-79 {
  padding-top: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.heading-25 {
  color: #43d786;
  font-family: Roboto, sans-serif;
}

.heading-25._123987g {
  color: #fff;
}

.heading-26 {
  color: #43d786;
  font-family: Roboto, sans-serif;
}

.bold-text-22 {
  color: #191414;
  font-family: Gotham, sans-serif;
}

.bold-text-23, .bold-text-24 {
  color: #191414;
}

.heading-27 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.heading-27.abc {
  color: #43d786;
}

.heading-27.gfdfgfdfg {
  color: #43d786;
  margin-top: 0;
}

.image-16 {
  width: 50px;
  height: 41.4563px;
  max-width: 50px;
  margin-top: 10px;
}

.image-16._123 {
  width: 50px;
}

.bold-text-25 {
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.bold-text-26 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-26:hover {
  font-weight: 500;
}

.bold-text-27 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-27:hover {
  font-weight: 500;
}

.bold-text-28 {
  color: #073042;
  border: 1px #073042;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-28:hover {
  color: #43d786;
  font-weight: 500;
}

.bold-text-29 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.bold-text-29:hover {
  font-weight: 500;
}

.bold-text-30 {
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35 {
  font-weight: 900;
}

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

.link-navbar-2 {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.link-navbar-2:hover {
  color: #43d786;
}

.link-navbar-2.w--current {
  color: #000;
  padding-right: 0;
  text-decoration: none;
}

.link-navbar-2.it-link {
  padding-left: 20px;
  padding-right: 0;
}

.link-navbar-2.it-link.w--current:hover {
  color: #43d786;
}

.link-navbar-2.consulting-navlink {
  padding-left: 20px;
  padding-right: 0;
}

.cta-button-a-2 {
  color: #fff;
  background-color: #073042;
  border: 2px #43d786;
  border-radius: 20px;
  margin-top: 0;
  padding: 9px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 900;
}

.cta-button-a-2:hover {
  color: #43d786;
  background-color: #073042;
  border-style: none;
  border-color: #43d786;
  box-shadow: 0 0 3px 3px #43d786;
}

.heading-28 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.div-block-41, .div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-11 {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  display: flex;
}

.div-block-43 {
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section-11 {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

.italic-text-2.lkjhgfd {
  color: #fff;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6 {
  font-style: normal;
}

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

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

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

.section-12.it-proc-title {
  background-color: #073042;
  border-left: 3px #000;
  border-radius: 20px 20px 0 0;
  margin-top: 20px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
}

.text-block-80 {
  font-size: 16px;
}

.text-block-81 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.paragraph-33 {
  padding-top: 15px;
}

.section-13 {
  border: 3px solid #43d786;
  border-radius: 7px;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  display: flex;
}

.section-13.abdccefg {
  border-style: none;
}

.section-13.abdccefg.ttt {
  background-color: #073042;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
}

.section-13.abdccefg.ttt.wertyui {
  border-radius: 0 0 20px 20px;
  margin-top: 0;
}

.div-block-45 {
  width: 250px;
  height: 250px;
  flex-flow: column;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  margin-top: 35px;
  padding-top: 0;
  display: flex;
}

.text-block-82, .text-block-83 {
  text-align: center;
}

.text-block-84 {
  color: #073042;
  text-align: center;
  padding: 5%;
  font-size: 16px;
  font-weight: 400;
}

.text-block-84:hover {
  color: #191414;
}

.text-block-84._123 {
  color: #fff;
}

.text-block-85, .text-block-86, .text-block-87 {
  text-align: center;
}

.div-block-46 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

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

.div-block-48 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.italic-text-7, .italic-text-8, .italic-text-9 {
  color: #fff;
}

.list-2, .list-3 {
  min-height: 550px;
  margin-bottom: 0;
}

.image-section-xy {
  width: 50px;
  height: 50px;
  max-width: 100%;
  object-fit: cover;
  margin-top: 10px;
  padding-top: 0%;
}

.image-section-xy._11 {
  width: 35px;
  height: 45px;
  margin-top: 10px;
}

.image-section-xy._233332 {
  width: 45px;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 0;
}

.image-section-xy.popopo {
  margin-top: 10px;
}

.image-section-xy.yus {
  margin-top: 0;
}

.div-block-51 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.section-secaas {
  width: 100%;
  background-color: #073042;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  display: flex;
}

.bold-text-36 {
  color: #43d786;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-divider-2 {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.navbar2_component-4 {
  width: 100vw;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar2_menu-button-2 {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.dropdown-icon-2 {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar3_container {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar3_tablet-menu-button {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar3_menu-button {
  padding: 0;
}

.navbar3_dropdown-toggle {
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.navbar3_logo-link-menu {
  padding-left: 0;
  display: none;
}

.navbar3_menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navbar3_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.navbar3_link {
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
}

.navbar3_link.w--current {
  color: rgba(0, 0, 0, 0);
}

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

.navbar3_menu-background {
  display: none;
  position: static;
}

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

.navbar3_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar3_component {
  width: 100vw;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar3_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 8px;
  position: absolute;
}

.bold-text-37 {
  color: #073042;
}

.bold-text-37.jhgfkdls {
  color: #43d786;
}

.section-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.text-block-88 {
  color: #073042;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-span-2 {
  color: #073042;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-89 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-30 {
  color: #073042;
}

.bold-text-38 {
  color: #43d786;
}

.section-15 {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.heading-31 {
  color: #43d786;
  text-align: center;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
}

.section-16 {
  margin-top: 40px;
}

.heading-32 {
  color: #43d786;
  text-align: center;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

.div-block-55 {
  max-height: none;
  min-height: 236px;
  border: 3px solid #073042;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-17 {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 0;
}

.image-17._1231223 {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

._778 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.bold-text-39 {
  color: #43d786;
  font-weight: 900;
}

.heading-about-boxes {
  color: #43d786;
  font-family: Roboto, sans-serif;
}

.heading-33, .text-block-90 {
  color: #073042;
  font-family: Roboto, sans-serif;
}

.logo-section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.slider {
  height: 180px;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  padding-left: 85px;
  padding-right: 85px;
}

.slider-wrapper-wide {
  display: flex;
}

.logo-wrapper-wide {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icon {
  color: #073042;
}

.image-18, .image-19, .image-20, .image-21 {
  max-width: none;
}

.slide-nav, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43 {
  color: #073042;
}

.section-17 {
  width: 100%;
  height: 50px;
  max-height: 50px;
  max-width: 100%;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-17.abcdy.dfvgbhnm {
  margin-top: 0;
  margin-bottom: 60px;
}

.section-17.abcdy.hgfdsdfgh {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-56 {
  width: 50px;
  height: 50px;
  max-height: 50px;
  max-width: 50px;
  object-fit: contain;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-56._123 {
  object-fit: contain;
}

.image-22 {
  width: 120%;
  height: 120%;
  max-width: 120%;
  margin-top: -5px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.trdfgtrf {
  width: 95%;
  height: 95%;
}

.image-23 {
  width: 35px;
  height: 50px;
  max-width: 50px;
}

.image-24, .image-24._123 {
  width: 100%;
}

.kjhgfd {
  width: 300px;
  height: 300px;
  flex: none;
  overflow: scroll;
}

.textarea {
  width: 300px;
  height: 250px;
  min-height: 250px;
}

.body-7 {
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #fff;
    background-image: none;
  }

  .hero-padding {
    flex-direction: column;
    padding-top: 0;
    display: flex;
  }

  .section-header {
    background-color: rgba(255, 255, 255, .74);
  }

  .button-secondary.main-buttons, .button-secondary.main-buttons.cloud-link {
    font-family: Varela Round, sans-serif;
  }

  .text-size-medium {
    text-align: left;
    margin-top: 10px;
    font-family: Varela Round, sans-serif;
    font-weight: 400;
  }

  .margin-top.margin-medium {
    text-align: left;
  }

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

  .header1_content.jkdsjksd {
    text-align: left;
  }

  .layout192_content {
    font-family: Varela Round, sans-serif;
  }

  .feature-section.margin-section {
    text-align: center;
    background-color: #fff;
    padding-top: 0;
    font-family: Varela Round, sans-serif;
  }

  .layout1_content {
    text-align: left;
  }

  .blog-info-col {
    border: 1px #000;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-info-col.div-block-27 {
    justify-content: space-around;
  }

  .blog-info-col.div-block-27.aaaa {
    justify-content: center;
  }

  .heading {
    padding-bottom: 25px;
    font-family: Varela Round, sans-serif;
  }

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

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

  .max-width-large {
    width: 687px;
  }

  .max-width-large.align-center {
    width: auto;
    flex-direction: row;
    flex: 0 auto;
    align-items: center;
    display: block;
    left: 20%;
  }

  .navbar-softchain {
    width: 100%;
    height: 51.7188px;
    max-width: 100%;
    object-fit: fill;
    background-color: #fff;
    border-bottom: 1.5px #46bb5c;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .heading-2 {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .softchain-logo-nvr {
    padding-left: 0;
  }

  .softchain-logo-nvr._111 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .button-2 {
    background-color: #2b2a35;
  }

  .button-2.button--blue {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-2.button--blue._11123123 {
    width: 117px;
    height: 40px;
    text-align: center;
    flex: 0 auto;
    text-decoration: none;
    display: block;
    box-shadow: 1px 1px 3px #000;
  }

  .button-2.button--blue {
    width: 117px;
    height: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    display: flex;
  }

  .button-2.button--blue.w--current {
    box-shadow: none;
    background-color: #000;
    border-radius: 20px;
    transition-property: none;
  }

  .button-2.button--blue.w--current:hover {
    box-shadow: none;
  }

  .nav__container {
    max-width: 100em;
  }

  .footer {
    background-color: #fff;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .footer__wrapper {
    width: 100%;
    height: 100%;
    max-width: 100em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .navbar2_menu-3 {
    display: flex;
  }

  .paragraph, .paragraph-2 {
    text-align: center;
    margin-bottom: 0;
    font-family: Varela Round, sans-serif;
  }

  .paragraph-3 {
    height: 200px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Varela Round, sans-serif;
  }

  .text-size-medium-2 {
    text-align: center;
    text-transform: none;
  }

  .text-size-medium-2.txt-2, .text-size-medium-2.fffff {
    text-align: left;
  }

  .padding-global {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    font-family: Varela Round, sans-serif;
    display: flex;
  }

  .padding-global._445 {
    margin-bottom: 54px;
  }

  .padding-section-large {
    text-align: center;
    padding-bottom: 1rem;
  }

  .faq6_component {
    width: 70%;
  }

  .faq6_question {
    color: #073042;
  }

  .faq6_list-grid {
    width: 100%;
  }

  .faq6_answer {
    text-align: center;
  }

  .faq6_accordion {
    border-color: #073042;
  }

  .faq6_list {
    width: 100%;
  }

  .team5_list {
    grid-template-rows: auto auto;
    justify-content: space-between;
    justify-items: stretch;
    margin-top: 0%;
    padding-top: 0%;
  }

  .team5_item {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .text-size-large.text-weight-semibold {
    text-align: center;
    border: 1px solid #000;
    font-family: Varela Round, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .header26_component {
    padding-top: 53px;
  }

  .section_header44 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

  .bold-text {
    font-family: Varela Round, sans-serif;
  }

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

  .heading-5 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .text-size-medium-3 {
    text-align: left;
  }

  .padding-global-2._9898998 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .padding-section-large-2 {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-6, .heading-7, .button-3 {
    text-align: left;
  }

  .section {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .div-block-17 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .link-navbar {
    text-shadow: 0 0 1px #4c5c74;
    font-size: 16px;
    display: block;
  }

  .link-navbar.w--current {
    padding-right: 0;
  }

  .link-navbar.it-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-navbar.consulting-navlink {
    padding-left: 0;
  }

  .link-navbar.consulting-navlink.w--current {
    text-shadow: none;
  }

  .bold-text-2 {
    text-shadow: none;
    padding-right: 0;
  }

  .features-list-2 {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-list-2.it-proc {
    margin-top: 30px;
  }

  .features-wrapper-two-2 {
    justify-content: space-between;
  }

  .features-wrapper-two-2.abcde {
    min-width: 940px;
  }

  .features-list-3 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .list {
    margin-top: 60px;
    margin-bottom: 0;
    padding-left: 0;
  }

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

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

  .paragraph-10, .paragraph-11, .paragraph-12 {
    text-align: center;
  }

  .heading-10 {
    justify-content: center;
    display: flex;
  }

  .hero-heading-center-3 {
    background-color: #fff;
    border-bottom-style: none;
  }

  .centered-heading-2.margin-bottom-32px, .hero-split-2, .button-primary-3 {
    font-family: Varela Round, sans-serif;
  }

  .hero-without-image {
    background-color: #fff;
    font-family: Varela Round, sans-serif;
  }

  .container-11 {
    width: 100%;
    max-width: none;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .margin-bottom-24px-3 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
  }

  .form {
    text-align: left;
  }

  .footer-wrapper {
    max-width: none;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    width: 850px;
    text-align: left;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-block {
    width: auto;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .footer-block._11111 {
    width: 500px;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    display: flex;
  }

  .footer-block._123123 {
    align-items: center;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-divider {
    margin-top: 0;
  }

  .footer-copyright-center {
    margin-top: -32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-block-64 {
    text-decoration: none;
  }

  .text-block-65 {
    margin-left: 60px;
    margin-right: 0;
    padding-right: 0;
  }

  .bold-text-4 {
    font-family: Varela Round, sans-serif;
    font-weight: 400;
  }

  .hero-subscribe-right {
    box-shadow: 1px 1px 1px -1px #000;
  }

  .shadow-two-4 {
    width: auto;
    max-width: 480px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-block-2._11111 {
    align-items: center;
    margin-right: -85px;
  }

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

  .footer-wrapper-2 {
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text-7, .bold-text-8, .bold-text-9 {
    text-shadow: none;
  }

  .text-link-navbar {
    text-shadow: none;
    font-family: Varela Round, sans-serif;
    font-weight: 400;
  }

  .bold-text-11, .bold-text-12, .bold-text-13 {
    text-shadow: none;
  }

  .bold-text-13:hover {
    color: #46bb5c;
    text-shadow: 0 0 14px rgba(0, 0, 0, .56);
    text-decoration: none;
  }

  .bold-text-14, .bold-text-15 {
    text-shadow: none;
  }

  .submit-button-2 {
    background-color: #46bb5c;
    border-radius: 20px;
  }

  .text-span {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .paragraph-16 {
    text-align: center;
    margin-top: 0;
  }

  .hero-heading-left-2 {
    font-family: Varela Round, sans-serif;
  }

  .margin-bottom-24px-4 {
    color: #e5ebeb;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .section-3 {
    padding: 25px 5%;
    font-family: Varela Round, sans-serif;
  }

  .column-3 {
    text-align: left;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-3 {
    align-items: center;
  }

  .text-block-67, .text-block-68, .text-block-69, .text-block-70 {
    text-align: center;
  }

  .heading-11, .heading-12 {
    color: #43d786;
    font-family: Roboto, sans-serif;
  }

  .bold-text-16 {
    text-shadow: none;
  }

  .heading-13 {
    font-family: Roboto, sans-serif;
  }

  .text-block-71, .text-block-72, .text-block-73 {
    text-align: center;
  }

  .text-block-74 {
    text-transform: capitalize;
    font-family: Varela Round, sans-serif;
  }

  .bold-text-17, .bold-text-18, .bold-text-19 {
    text-shadow: none;
    font-size: 16px;
  }

  .heading-14, .section-4 {
    font-family: Varela Round, sans-serif;
  }

  .heading-15 {
    text-transform: capitalize;
  }

  .footer-sc {
    height: 150px;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-23 {
    margin-right: 0;
    padding-right: 0;
  }

  .link-footer-1 {
    padding-left: 20px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
  }

  .link-footer-1._111 {
    color: #000;
    text-decoration: none;
  }

  .text-block-75 {
    font-family: Roboto, sans-serif;
    text-decoration: none;
  }

  .link-block, .link-block-2, .link-block-3 {
    color: #000;
    text-decoration: none;
  }

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

  .columns-4 {
    flex-direction: row;
    justify-content: center;
    margin-left: 0%;
    padding-left: 0;
    display: flex;
  }

  .div-block-27 {
    width: 350px;
    height: 400px;
    border: 1px solid #000;
    border-radius: 3px;
    flex-flow: column wrap;
    justify-content: space-between;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 3px -2px 3px #000;
  }

  .it-proc-sec {
    margin-top: 30px;
  }

  .bc-web-list {
    border: 1px #000;
    flex-direction: column;
    justify-content: space-around;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 16px;
    display: flex;
  }

  .div-block-28, .cons-bc-div {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._22323 {
    border: 1px solid #000;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 16px;
  }

  .hero-section-header {
    margin-bottom: 5%;
  }

  .cta-button-a.cta-middle {
    color: #304b61;
    background-color: #fff;
  }

  .cta-button-a.cta-middle:hover {
    color: #fff;
    background-color: #304b61;
  }

  .cta-button-a.cta1-sol-1 {
    box-shadow: 0 0 3px #e5ebeb;
  }

  .navbar-menu-container {
    justify-content: center;
    display: flex;
  }

  .image-feature-left-block {
    width: 650px;
    object-fit: contain;
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
  }

  .text-feature-right-block {
    margin-left: 100px;
    padding-right: 0;
  }

  .feature-section-l2r {
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-13 {
    width: 750px;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-30, .paragraph-31, .paragraph-32 {
    font-size: 16px;
  }

  .grid-9 {
    margin-left: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .body-test {
    height: auto;
    max-width: 100%;
    object-fit: fill;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    font-family: Varela Round, sans-serif;
    display: flex;
  }

  .section-hero {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding-top: 0;
    display: flex;
  }

  .heading-21._123 {
    color: #43d786;
  }

  .text-block-76, .bold-text-21 {
    color: #073042;
    font-weight: 500;
  }

  .div-block-32 {
    width: 100%;
    object-fit: contain;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .image-15 {
    width: 100%;
    padding-top: 51px;
    display: block;
  }

  .hero-heading-right {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-heading-right.left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading-right.sol3 {
    background-color: #43d786;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-heading-right.cloud-sec-1 {
    margin-top: 70px;
  }

  .hero-heading-right.letstalk-section {
    background-color: #43d786;
    align-items: center;
    display: flex;
  }

  .shadow-two-6, .shadow-two-6._123 {
    width: 120%;
  }

  .shadow-two-6._456 {
    width: 100%;
  }

  .section-6, .div-block-33 {
    justify-content: center;
    display: flex;
  }

  .heading-22 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .grid-10.it-services-grid.it-pro-sec-2 {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px;
  }

  .div-block-34.abc.def {
    max-height: none;
    min-height: 330px;
  }

  .div-block-34.abcdef.ttt, .div-block-34.abcdef.ttdtdt {
    min-height: 155px;
  }

  .section-8 {
    width: 100%;
  }

  .div-block-37 {
    width: 90%;
  }

  .div-block-40 {
    margin-bottom: 0;
  }

  .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29 {
    text-shadow: none;
  }

  .link-navbar-2 {
    text-shadow: 0 0 1px #4c5c74;
    font-size: 16px;
    display: block;
  }

  .link-navbar-2.w--current {
    padding-right: 0;
  }

  .link-navbar-2.it-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-navbar-2.consulting-navlink {
    padding-left: 0;
  }

  .link-navbar-2.consulting-navlink.w--current {
    text-shadow: none;
  }

  .section-12.it-proc-title {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .text-block-81 {
    font-size: 16px;
  }

  .section-13.abdccefg.ttt.wertyui {
    width: 100%;
    border-bottom-style: none;
    margin-top: -1px;
  }

  .section-secaas {
    width: 100%;
    border-bottom: 0 #000;
    justify-content: center;
    display: flex;
  }

  .bold-text-37, .heading-31 {
    font-family: Roboto, sans-serif;
  }

  .section-16 {
    width: 100%;
  }

  .div-block-55 {
    min-height: 245px;
  }

  .image-17 {
    display: block;
  }

  ._778 {
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .section-17 {
    width: 100%;
    height: 50px;
    max-height: 50px;
    max-width: 100%;
    justify-content: space-around;
  }

  .section-17.abcdy.dfvgbhnm {
    margin-top: 20px;
  }

  .div-block-56 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .body {
    background-color: #fff;
  }

  .image-4 {
    margin-left: -178px;
  }

  .hero-padding {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .button.is-navbar2-button.contact-us {
    margin-right: -6px;
  }

  .text-size-medium {
    text-align: left;
  }

  .text-size-medium.text-hero-padding {
    text-align: center;
  }

  .button-row {
    text-align: center;
    justify-content: flex-start;
    display: flex;
  }

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

  .margin-top.margin-medium {
    text-align: left;
  }

  .header1_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

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

  .margin-bottom.margin-xsmall {
    text-align: center;
  }

  .container-large {
    text-align: left;
  }

  .header1_content.header-right-pic._4444 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header1_content.jkdsjksd {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .layout192_content {
    text-align: center;
  }

  .feature-section.margin-section {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 5%;
    padding-top: 0;
    padding-left: 5%;
    font-family: Varela Round, sans-serif;
  }

  .feature-section.margin-section.it-home {
    flex-direction: row;
  }

  .layout192_component {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .layout1_content.title-solution-right-pic {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .layout1_component {
    min-height: auto;
    grid-column-gap: 3rem;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .blog-info-col.div-block-27 {
    flex-direction: row;
    margin-top: 27px;
  }

  .heading {
    font-family: Varela Round, sans-serif;
  }

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

  .footer3_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon2_line-bottom {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-icon2_line-middle {
    width: 24px;
    height: 2px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-middle:active {
    flex: 0 auto;
  }

  .navbar2_logo {
    object-position: 0% 50%;
  }

  .menu-icon2_line-top {
    width: 24px;
    height: 2px;
    background-color: #000;
    padding-bottom: 0;
    padding-right: 0;
    transform: rotate(0);
  }

  .menu-icon2_line-top:active {
    transform: translate(0);
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 2rem 1rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    display: none;
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #f2f2f2;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    overflow: auto;
  }

  .navbar2_dropdown-link {
    width: auto;
    text-align: center;
    padding: .75rem 0;
    font-size: 16px;
  }

  .nvbr-menu-bt {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -2.6rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .nvbar-bt-wrp {
    align-items: center;
  }

  .max-width-large {
    text-align: center;
  }

  .max-width-large.align-center {
    left: 0%;
  }

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

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .div-block-7 {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-8 {
    padding-top: 25px;
  }

  .div-block-9 {
    padding-right: 0;
  }

  .nav-menu-3, .navigation {
    display: none;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .navigation-mob {
    height: 85px;
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .dropdown-link-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-left {
    display: flex;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .menu-mob {
    color: #fff;
    background-color: #8c54ff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #824bf1;
  }

  .navbar2_container-2 {
    flex: 0 auto;
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    margin-top: 5px;
    padding-bottom: 3px;
    display: flex;
  }

  .nvbar-menu-button {
    padding: 0;
  }

  .nvbar-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_dropdown-list-2 {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list-2.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar-softchain {
    min-height: auto;
    min-width: auto;
    padding-bottom: 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-4 {
    background-color: #fff;
  }

  .nav-link-3 {
    padding: 16px 30px;
  }

  .menu-button-2 {
    border-radius: 4px;
    padding: 8px;
  }

  .menu-button-2.margin-left {
    border-radius: 4px;
    margin-left: 24px;
  }

  .menu-button-2.margin-left.w--open {
    background-color: #1c87fb;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-cta-button-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dropdown-chevron {
    flex: 0 auto;
  }

  .nav-link-4 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-link-4.dropdown {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-link-4.dropdown:hover {
    border-bottom-style: none;
    border-bottom-width: 0;
    padding-bottom: 24px;
  }

  .nav-link-4.border {
    flex: 0 auto;
  }

  .dropdown-link-text {
    margin-right: 0;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-2 {
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .nav-menu-5 {
    width: 100%;
    max-height: 100vh;
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .menu-button-3 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-3.w--open {
    color: #096ad0;
    background-color: rgba(0, 0, 0, 0);
  }

  .burger-icon {
    color: #096ad0;
  }

  .dropdown-list-2.w--open {
    flex-flow: column;
    align-items: center;
    display: flex;
    position: relative;
  }

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

  .nav__link-div-jobs-mobileonly {
    width: 100%;
    height: auto;
    color: #2b2a35;
    border-top: 1px solid #dddfe5;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1.6em 6vw;
    text-decoration: none;
    display: flex;
  }

  .nav__mobilebutton {
    color: #2b2a35;
    order: 3;
    padding: 8px;
  }

  .nav__mobilebutton.w--open {
    color: #2b2a35;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav__link-div-jobstext {
    height: auto;
  }

  .nav__mobileicon {
    color: #2b2a35;
    font-size: 32px;
  }

  .nav {
    padding: 8px 0;
  }

  .nav__link-div-learning.nav__link-div-learning--space {
    margin-right: 0;
    display: none;
  }

  .button-2 {
    padding: 10px;
  }

  .button-2.button--blue {
    width: 117px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Varela Round, sans-serif;
    display: flex;
  }

  .button-2.button--blue.w--current {
    margin-top: 0;
  }

  .nav__link-div-onlymobile {
    height: auto;
    border-top: 1px solid #dddfe5;
    padding: 1.6em 6vw 1.6em 10vw;
    display: flex;
  }

  .nav__menu {
    z-index: 9999;
    background-color: #fff;
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
    box-shadow: 0 4px 26px rgba(0, 0, 0, .12);
  }

  .nav__link-div-jobs {
    width: 100%;
    height: auto;
    border-top: 1px solid #dddfe5;
    justify-content: space-between;
    align-items: center;
    padding: 1.3em 4vw;
    display: none;
  }

  .nav__container {
    max-width: 100vmax;
    align-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    position: relative;
  }

  .nav__buttons {
    order: 2;
    position: absolute;
    right: 100px;
  }

  .nav__link-div {
    height: auto;
    border-top: 1px solid #dddfe5;
    padding: 1.6em 6vw 1.3em;
    display: flex;
  }

  .nav__link-div:hover {
    border-bottom: 1px #000;
  }

  .nav__link-div.nav__link-div--black:hover {
    border-bottom-style: none;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space {
    margin-right: 0;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space.w--current {
    border-bottom-style: none;
  }

  .nav__link-div.nav__link-div--black.nav__link-div--space.nav__link-div--hidedesktop {
    justify-content: flex-start;
    display: flex;
  }

  .nav__link-div-jobs-counter {
    position: static;
    top: auto;
    right: auto;
  }

  .image-10 {
    margin-left: -6px;
  }

  .footer {
    color: #fff;
    background-color: #fff;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .footer__wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template: "Area Area-2 Area-3"
                   "Area-4 Area-4 ."
                   / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .menu-icon2_line-top-2 {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_container-3 {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar2_menu-2 {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu-2.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon2_line-middle-2 {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon2_line-bottom-2 {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2-2 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-list-3 {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list-3.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar-softchain-container {
    flex: 0 auto;
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    margin-top: 5px;
    padding-bottom: 3px;
    display: flex;
  }

  .navbar2_link-2 {
    text-align: center;
    padding: 1rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu-3 {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    margin-top: 0;
    padding: 1rem 5% 2.5rem;
    display: flex;
    overflow: auto;
  }

  .paragraph-3 {
    height: 100%;
    flex-flow: column wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 17px;
    display: flex;
  }

  .cta8_content {
    margin-right: 0;
  }

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

  .text-size-medium-2.fffff {
    text-align: center;
  }

  .padding-global {
    margin-top: 57px;
    margin-bottom: 0;
  }

  .padding-section-large {
    text-align: justify;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .faq6_component {
    min-height: auto;
    min-width: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .faq6_list-grid {
    width: auto;
    max-width: none;
  }

  .faq6_accordion {
    border-style: solid;
  }

  .faq6_accordion._123 {
    width: 100%;
    max-height: none;
    max-width: none;
  }

  .faq6_list {
    width: 100%;
  }

  .team5_list {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    flex-direction: row;
    grid-template: ". ."
                   ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-items: flex-start;
    display: grid;
  }

  .layout239_list {
    grid-column-gap: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .section_layout239 {
    margin-top: 0;
  }

  .layout242_component {
    text-align: center;
  }

  .layout242_item.adada {
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .layout242_item.adada._123 {
    margin-top: 5%;
  }

  .layout242_item.adada._234 {
    margin-bottom: 5%;
  }

  .layout242_list {
    grid-column-gap: 2rem;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .rich-text-block {
    margin-top: -20px;
  }

  .container-8 {
    text-align: center;
  }

  .heading-3 {
    margin-top: 40px;
  }

  .bold-text {
    font-family: Varela Round, sans-serif;
  }

  .text-size-medium-3 {
    text-align: center;
  }

  .header1_component-2 {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7, .div-block-19 {
    text-align: center;
  }

  .link-navbar.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .link-navbar.it-link {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .link-navbar.consulting-navlink {
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .features-list-2 {
    flex-direction: row;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .features-list-2.it-proc {
    margin-top: 0;
  }

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

  .features-wrapper-two-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    display: grid;
  }

  .features-wrapper-two-2.abcde {
    max-height: none;
    min-height: auto;
    margin-top: 20px;
  }

  .features-left-2 {
    max-width: 100%;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .features-right-2 {
    max-width: 100%;
    justify-content: flex-start;
    display: block;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: none;
    display: flex;
  }

  .features-block-two-2.div-block-34:hover {
    color: #e5ebeb;
  }

  .features-block-two-2.div-block-34.abcdef.zyx {
    min-height: 210px;
    justify-content: center;
  }

  .features-block-two-2.div-block-34.abcdef.zyx:hover {
    color: #191414;
  }

  .features-image-2 {
    margin-right: 0;
  }

  .features-list-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .features-right-3 {
    max-width: 100%;
  }

  .bold-text-3 {
    color: #43d786;
  }

  .centered-heading-2.margin-bottom-32px {
    font-family: Varela Round, sans-serif;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    align-items: center;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    text-align: center;
    font-family: Varela Round, sans-serif;
  }

  .hero-without-image {
    background-color: #fff;
    border-bottom-style: none;
    justify-content: center;
    padding-top: 60px;
    display: flex;
  }

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

  .hero-wrapper-two {
    font-family: Varela Round, sans-serif;
  }

  .footer-wrapper {
    flex-direction: row;
  }

  .footer-content {
    grid-column-gap: 60px;
    flex-direction: row;
    display: flex;
  }

  .footer-block {
    width: auto;
    flex-direction: row;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .footer-block._11111 {
    margin-right: 0;
  }

  .footer-block._123123 {
    flex-direction: row;
    align-items: flex-start;
    margin-top: -3px;
    padding-top: 0;
    display: flex;
  }

  .footer-link {
    padding-right: 30px;
  }

  .footer-copyright-center {
    margin-top: -33px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Varela Round, sans-serif;
    display: block;
  }

  .hero-subscribe-right {
    padding-bottom: 0;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-3 {
    max-width: 100%;
    text-align: center;
    object-fit: fill;
    align-items: center;
    margin-bottom: 40px;
  }

  .shadow-two-4 {
    width: 75%;
    max-width: 75%;
    margin-top: 20px;
    padding-top: 0%;
  }

  .footer-block-2 {
    width: auto;
    flex-direction: row;
    align-items: flex-end;
    padding-right: 13px;
    display: flex;
  }

  .footer-block-2._11111 {
    margin-right: 0;
    font-family: Varela Round, sans-serif;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
    flex-direction: row;
    display: flex;
  }

  .footer-link-2 {
    padding-right: 30px;
  }

  .footer-copyright-center-2 {
    font-family: Varela Round, sans-serif;
  }

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

  .footer-wrapper-2 {
    flex-direction: row;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .hero-split-4._123 {
    margin-bottom: 51px;
  }

  .shadow-two-5 {
    max-width: 75%;
  }

  .section-3 {
    justify-content: center;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
    display: block;
  }

  .text-block-71, .text-block-72, .text-block-73 {
    text-align: center;
  }

  .text-block-74 {
    font-family: Varela Round, sans-serif;
  }

  .footer-sc {
    align-items: center;
  }

  .div-block-23 {
    align-items: center;
    padding-right: 0;
  }

  .link-footer-1 {
    margin-right: 4px;
  }

  .link-footer-1._111 {
    padding-left: 0;
  }

  .div-block-26 {
    border-bottom: 1px solid #000;
  }

  .columns-4 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .div-block-27 {
    width: 100%;
    height: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .div-block-27.b {
    margin-top: 0;
    margin-left: 10px;
  }

  ._22323 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .bold-text-20 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .columns-5, .columns-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-25 {
    margin-top: 5%;
  }

  .hero-pic-div-block {
    width: 200%;
    margin-left: -48%;
  }

  .hero-section-header {
    overflow: hidden;
  }

  .navbar-menu-container {
    color: #fff;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: Varela Round, sans-serif;
  }

  .image-feature-left-block {
    flex-direction: column;
    align-items: center;
  }

  .image-feature-left-block.hiden {
    display: none;
  }

  .image-feature-left-block.hiden-hz {
    display: flex;
  }

  .text-feature-right-block {
    text-align: center;
    align-items: center;
  }

  .feature-section-l2r {
    flex-direction: column;
  }

  .grid-9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column dense;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 3%;
  }

  .body-test.abcd {
    background-color: #fff;
  }

  .section-hero {
    margin-top: -4px;
    padding-top: 68px;
  }

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

  .image-15 {
    max-width: 75%;
  }

  .hero-heading-right {
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-heading-right.cloud-sec-1 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .hero-heading-right.letstalk-section {
    margin-top: 74px;
    padding-bottom: 0;
  }

  .hero-heading-right.cloud-migration {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-5 {
    max-width: 90%;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .shadow-two-6 {
    margin-top: 20px;
  }

  .shadow-two-6._123 {
    width: 100%;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .grid-10.grid-bc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .grid-10.cs1 {
    grid-template-rows: auto auto;
  }

  .div-block-34 {
    max-height: none;
    max-width: none;
    flex-direction: column;
  }

  .div-block-34.it-services-block-packs {
    justify-content: flex-start;
    margin-top: 5%;
    margin-bottom: 0%;
  }

  .div-block-34.it-services-block-packs.it-procu {
    margin-top: 0%;
  }

  .div-block-34.bc {
    max-height: none;
    min-height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .div-block-34.abc {
    min-height: 400px;
  }

  .div-block-34.abc.def {
    min-height: auto;
    min-width: 650px;
    flex-direction: column;
  }

  .div-block-34.abcdef {
    max-height: 185px;
    min-height: 185px;
    min-width: 250px;
  }

  .div-block-34.abcdef.ttt {
    min-height: 185px;
    min-width: auto;
    background-color: #fff;
    justify-content: space-around;
  }

  .div-block-34.abcdef.ttt._13213133 {
    background-color: #073042;
  }

  .text-block-77 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-77.bb {
    color: #fff;
    justify-content: flex-start;
  }

  .text-block-77.bb.it-s {
    justify-content: flex-start;
  }

  .text-block-78 {
    text-align: center;
    justify-content: center;
    display: flex;
  }

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

  .div-block-40 {
    margin-bottom: 0;
  }

  .heading-25._123987g {
    color: #fff;
  }

  .link-navbar-2.w--current {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .link-navbar-2.it-link {
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .link-navbar-2.it-link.w--current:active {
    color: #191414;
  }

  .link-navbar-2.consulting-navlink {
    justify-content: center;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .div-block-43 {
    justify-content: flex-start;
    display: flex;
  }

  .section-11 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .list-item-2 {
    list-style-type: none;
  }

  .section-12.it-proc-title {
    margin-top: 40px;
  }

  .text-block-81 {
    text-align: center;
  }

  .column-4 {
    justify-content: center;
    display: flex;
  }

  .columns-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .section-13 {
    flex-direction: row;
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-13.abdccefg {
    flex-direction: column;
    align-items: stretch;
  }

  .section-13.abdccefg.ttt.wertyui {
    flex-direction: column;
  }

  .div-block-45 {
    height: 250px;
    justify-content: space-around;
  }

  .text-block-82, .text-block-83, .text-block-84 {
    max-width: 175px;
  }

  .text-block-84._123 {
    color: #fff;
  }

  .text-block-85, .text-block-86, .text-block-87 {
    max-width: 175px;
  }

  .div-block-46 {
    flex-direction: row;
    justify-content: space-around;
  }

  .div-block-47 {
    flex-direction: row;
    justify-content: center;
  }

  .div-block-48 {
    flex-direction: row;
    justify-content: space-around;
  }

  .divblock-111, .div-block-49, .div-block-50 {
    justify-content: center;
    display: flex;
  }

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

  .div-block-52 {
    justify-content: center;
    display: flex;
  }

  .div-block-53 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-5, .column-6 {
    justify-content: center;
    display: flex;
  }

  .bold-text-36 {
    color: #43d786;
  }

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

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .navbar2_menu-button-2 {
    padding: 0;
  }

  .navbar2_menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .dropdown-icon-2 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar3_container {
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar3_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
  }

  .navbar3_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar3_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon3_line-top, .menu-icon3_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar3_dropdown-toggle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    position: relative;
  }

  .navbar3_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: flex;
    position: static;
  }

  .navbar3_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: block;
    position: relative;
  }

  .navbar3_menu {
    z-index: 1;
    width: 80vw;
    height: 100vh;
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-right: 1px solid #000;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .navbar3_link {
    padding: .75rem 0;
    font-size: 1.125rem;
    position: static;
  }

  .navbar3_menu-background {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar3_dropdown-link {
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon3 {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon3_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .heading-30, .bold-text-38 {
    color: #43d786;
  }

  .image-17 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-17._1231223 {
    margin-left: 0;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .section-17 {
    align-items: flex-start;
  }

  .div-block-56.eth-hjk {
    width: 60px;
    height: 60px;
    max-height: 60px;
    max-width: 60px;
  }

  .image-bc.eth-pic {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(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;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .hero-heading-center, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .navcontainer {
    justify-content: space-around;
  }

  .image-4 {
    margin-left: -154px;
  }

  .hero-heading-center-2 {
    padding: 60px 15px;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .button.is-navbar2-button.contact-us {
    flex: none;
    margin-right: -7px;
    padding-right: 1.3rem;
  }

  .button.is-navbar3-button {
    padding: .25rem 1rem;
  }

  .text-size-medium {
    text-align: center;
    font-size: 1rem;
  }

  .text-size-medium.abcd {
    text-align: center;
  }

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

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

  .margin-top.margin-medium {
    text-align: center;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

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

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

  .margin-bottom.margin-small {
    text-align: center;
  }

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

  .layout192_content._4444 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .feature-section.margin-section {
    margin-right: 5%;
    padding-left: 5%;
  }

  .layout192_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout1_content.title-solution-right-pic {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .layout1_component {
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .blog-info-col {
    flex-direction: column;
    display: flex;
  }

  .heading {
    font-family: Varela Round, sans-serif;
  }

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

  .footer3_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer3_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer3_credit-text {
    margin-top: 2rem;
  }

  .footer3_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

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

  .footer3_legal-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .navbar2_logo {
    text-align: left;
    object-fit: fill;
    margin-right: 180px;
    padding-left: 0;
    display: block;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu {
    background-color: #f2f2f2;
    position: absolute;
  }

  .nvbr-menu-bt {
    margin-right: -1.7rem;
  }

  .nvbar-bt-wrp {
    flex-direction: row;
    align-items: center;
  }

  .grid-3 {
    display: block;
  }

  .service-block-grid.service-cards {
    justify-content: space-around;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .features-list {
    padding: 60px 15px;
  }

  .div-block-7 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar2_container-2 {
    flex: 1;
    justify-content: space-between;
  }

  .navbar-softchain {
    min-height: auto;
    margin-top: 0;
    margin-bottom: 18px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button-2.margin-left {
    margin-left: 16px;
  }

  .menu-button-3 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .softchain-logo-nvr {
    width: 150px;
    max-height: 50px;
    max-width: 150px;
    min-height: 25px;
    min-width: 100px;
    object-fit: scale-down;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .softchain-logo-nvr._111 {
    margin-right: 0;
    padding-right: 0;
  }

  .softchain-logo-nvr._111.bbb {
    min-width: 200px;
  }

  .button-2.button--blue {
    width: 117px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .button-2.button--blue.w--current {
    margin-top: 0;
  }

  .image-10 {
    margin-left: -16px;
  }

  .footer__wrapper {
    grid-template: ". ."
                   "Area-3 ."
                   "Area-4 Area-4"
                   / 1fr;
    grid-auto-flow: column;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .text-block-62 {
    width: 88.6143%;
    object-fit: contain;
    flex-direction: row;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .navbar2_component-3 {
    min-height: 4rem;
  }

  .navbar-softchain-container {
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .navbar2_menu-3 {
    background-color: #fff;
    margin-top: 0;
    position: absolute;
  }

  .cta8_content {
    margin-right: 0;
  }

  .cta8_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-medium-2 {
    text-align: center;
    font-size: 1rem;
  }

  .padding-global {
    margin-bottom: 5%;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .faq6_list-grid {
    width: 100%;
  }

  .faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq6_accordion._123 {
    max-height: none;
  }

  .faq6_icon {
    width: 1.75rem;
  }

  .team5_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .layout239_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .layout242_item.adada {
    display: flex;
  }

  .section_layout242 {
    flex-direction: column;
    display: flex;
  }

  .layout242_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .image-11 {
    width: 100%;
    text-align: left;
  }

  .container-8 {
    text-align: center;
  }

  .text-size-medium-3 {
    font-size: 1rem;
  }

  .header1_component-2 {
    grid-row-gap: 3rem;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-navbar.w--current {
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-navbar.it-link {
    padding-top: 30px;
  }

  .link-navbar.it-link:active {
    color: #000;
  }

  .features-list-2 {
    padding: 0 15px;
    font-size: 16px;
  }

  .features-list-2.it-proc {
    width: 100%;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

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

  .features-wrapper-two-2 {
    width: 100%;
    align-items: center;
    display: flex;
  }

  .features-wrapper-two-2.abcde {
    margin-top: 20px;
  }

  .features-left-2 {
    text-align: center;
    align-items: center;
  }

  .features-right-2 {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .features-block-two-2.div-block-34.abcdef {
    width: 33%;
    max-height: none;
    max-width: none;
    min-height: 220px;
    min-width: 32.999%;
    flex-direction: column;
  }

  .features-block-two-2.div-block-34.abcdef.zyx {
    height: 300px;
    max-height: 300px;
    max-width: 300px;
    min-height: 190px;
    min-width: 150px;
    justify-content: flex-start;
  }

  .features-image-2 {
    margin-right: 0;
  }

  .features-list-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 15px;
    display: flex;
  }

  .paragraph-4 {
    max-width: 200px;
  }

  .paragraph-7, .paragraph-8, .paragraph-9 {
    text-align: center;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-family: Varela Round, sans-serif;
  }

  .bold-text-3 {
    text-align: left;
  }

  .hero-heading-center-3 {
    padding: 60px 15px;
  }

  .centered-heading-2.margin-bottom-32px {
    font-family: Varela Round, sans-serif;
  }

  .hero-split-2 {
    text-align: center;
    align-items: center;
  }

  .margin-bottom-24px-2 {
    font-family: Varela Round, sans-serif;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .footer-block {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-block._11111 {
    margin-right: 0;
  }

  .footer-block._123123 {
    margin-top: 0;
  }

  .footer-link {
    margin-top: 0;
    padding-right: 0;
  }

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

  .footer-link.bbb {
    margin-top: 20px;
  }

  .footer-social-block {
    justify-content: center;
    margin-top: 20px;
    margin-left: 0;
    margin-right: -7px;
  }

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

  .footer-social-link._111 {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 0;
  }

  .footer-copyright-center {
    height: 33px;
    margin-top: 14px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Varela Round, sans-serif;
  }

  .hero-subscribe-right {
    margin-top: 40px;
    padding: 60px 15px 0;
  }

  .footer-block-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .footer-block-2._11111 {
    margin-right: 0;
    font-family: Varela Round, sans-serif;
  }

  .footer-content-2 {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: baseline;
    margin-top: 40px;
    display: flex;
  }

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

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

  .footer-link-2 {
    padding-right: 0;
  }

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

  .footer-social-block-2 {
    justify-content: center;
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .footer-copyright-center-2 {
    font-family: Varela Round, sans-serif;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

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

  .column-3 {
    justify-content: center;
    display: flex;
  }

  .text-block-67, .text-block-68, .text-block-69, .text-block-70 {
    padding-top: 20px;
  }

  .text-block-71 {
    text-align: center;
  }

  .text-block-72, .text-block-73 {
    text-align: center;
    padding-top: 20px;
  }

  .text-block-74, .heading-14, .heading-17 {
    font-family: Varela Round, sans-serif;
  }

  .footer-sc {
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .div-block-23 {
    flex-direction: column;
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-footer-1 {
    margin-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .link-footer-1._111 {
    margin-right: 0;
    padding-top: 10px;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom-style: solid;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    display: flex;
  }

  .div-block-27 {
    max-width: 350px;
  }

  ._22323 {
    justify-content: flex-start;
  }

  .paragraph-21, .paragraph-22 {
    margin-bottom: 0%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .paragraph-23 {
    margin-bottom: 0;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .paragraph-24 {
    flex-direction: row;
    display: block;
  }

  .paragraph-25 {
    font-size: 16px;
  }

  .section-solution-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph-29, .heading-19, .heading-20 {
    text-align: center;
  }

  .grid-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-8 {
    flex-direction: column;
    grid-template-rows: auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .hero-section-pic {
    width: auto;
  }

  .hero-pic-div-block {
    width: auto;
    flex-direction: column;
    align-items: center;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .eth-jpeg {
    width: auto;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-feature-left-block {
    flex-direction: column;
    justify-content: center;
  }

  .image-feature-left-block.hiden {
    display: none;
  }

  .grid-9 {
    flex-direction: column;
    align-items: center;
    padding-right: 0%;
    display: flex;
  }

  .body-test {
    height: auto;
  }

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

  .hero-heading-right {
    background-color: #073042;
    padding: 10px 15px;
  }

  .hero-heading-right.sol3 {
    background-color: #43d786;
  }

  .hero-heading-right.abcd {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-heading-right.letstalk-section {
    margin-top: 75px;
    padding-bottom: 0;
  }

  .margin-bottom-24px-5.abc {
    color: #fff;
  }

  .hero-subscribe-left, .hero-heading-center-4 {
    padding: 60px 15px;
  }

  .div-block-34 {
    max-height: 224px;
    min-height: 224px;
    background-color: #073042;
    border-color: #073042;
  }

  .div-block-34.it-services-block-packs, .div-block-34.it-services-block-packs.it-procu {
    max-height: none;
    min-height: auto;
  }

  .div-block-34.bc {
    max-height: none;
    flex-direction: column;
    display: flex;
  }

  .div-block-34.abc {
    min-height: 250px;
    justify-content: center;
  }

  .div-block-34.abc.def {
    min-width: 450px;
  }

  .div-block-34.abcdef {
    width: 200px;
    max-height: none;
    max-width: 200px;
    min-height: 200px;
    min-width: auto;
    flex-direction: column;
    justify-content: space-around;
  }

  .div-block-34.abcdef.ttt {
    min-height: 200px;
    background-color: #fff;
  }

  .div-block-34.blog-index {
    min-height: auto;
  }

  .text-block-77 {
    max-width: none;
    color: #073042;
    justify-content: center;
  }

  .div-block-40 {
    margin-bottom: 0;
  }

  .heading-25._123987g, .heading-27 {
    color: #fff;
  }

  .bold-text-28:active {
    color: #43d786;
  }

  .link-navbar-2.w--current {
    padding-bottom: 0;
    padding-right: 0;
  }

  .link-navbar-2.it-link {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .link-navbar-2.it-link:active {
    color: #43d786;
  }

  .link-navbar-2.it-link.w--current {
    padding-top: 20px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-43 {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
  }

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

  .column-4 {
    display: flex;
  }

  .columns-7 {
    display: block;
  }

  .section-13 {
    flex-direction: column;
  }

  .section-13.abdccefg {
    align-items: center;
  }

  .section-13.abdccefg.ttt {
    flex-direction: column;
  }

  .div-block-46 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-48 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }

  .divblock-111 {
    justify-content: center;
    display: flex;
  }

  .list-2 {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .list-3 {
    min-height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div-block-49 {
    justify-content: center;
    display: block;
  }

  .div-block-50 {
    justify-content: center;
    display: flex;
  }

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

  .div-block-52 {
    justify-content: center;
    display: flex;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .nav-divider-2 {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .navbar2_component-4 {
    min-height: 4rem;
  }

  .navbar3_menu {
    width: 90vw;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .text-block-88 {
    justify-content: center;
  }

  .slider {
    height: auto;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .logo-wrapper-wide {
    width: 30%;
    flex-wrap: wrap;
    margin-top: 20px;
  }

  .section-17 {
    align-items: center;
  }

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

  .trdfgtrf {
    display: block;
  }

  .image-bc {
    width: 50px;
    height: 50px;
    max-width: 50px;
  }

  .image-bc.eth-pic {
    width: auto;
    max-width: none;
    margin-top: 23%;
    padding-top: 0%;
    padding-bottom: 0;
  }

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

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

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

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .body {
    flex-flow: column wrap;
    align-content: center;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .image-4 {
    margin-left: -85px;
    padding-left: 35px;
  }

  .hero-padding {
    flex-direction: column;
    align-items: center;
    padding-top: 17px;
    font-family: Varela Round, sans-serif;
    display: flex;
    overflow: hidden;
  }

  .section-header {
    margin-top: 63px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button.is-navbar2-button.contact-us {
    margin-right: -11px;
  }

  .text-size-medium {
    text-align: center;
  }

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

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

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

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

  .padding-vertical.padding-xhuge {
    justify-content: center;
    display: flex;
  }

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

  .margin-bottom.margin-small {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .container-large {
    width: 98%;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    display: block;
  }

  .layout192_content {
    text-align: justify;
  }

  .feature-section.margin-section {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 5%;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    overflow: hidden;
  }

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

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

  .layout1_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .blog-info-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .image-5 {
    display: inline-block;
  }

  .heading {
    width: 65%;
    flex-direction: row;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    font-family: Varela Round, sans-serif;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    padding-right: 0;
    display: grid;
  }

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

  .footer3_menu-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .navbar2_logo {
    width: 135px;
    object-position: 0% 50%;
    margin-right: 115px;
    display: block;
  }

  .navbar2_dropdown-list {
    display: block;
  }

  .logo-navbar-link {
    max-height: 90px;
    max-width: 100px;
    padding-left: 0;
  }

  .navbar2_menu {
    background-color: #f2f2f2;
  }

  .nvbr-menu-bt {
    flex-direction: column;
    margin-right: 0;
    padding-top: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .nvbar-bt-wrp {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 0;
    display: flex;
    overflow: visible;
  }

  .grid-3 {
    display: block;
  }

  .service-block-grid.service-cards {
    flex-direction: column;
  }

  .max-width-large {
    width: auto;
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .div-block-7 {
    flex-direction: column;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-8 {
    text-align: center;
    flex: 0 auto;
  }

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

  .column, .columns-2 {
    display: flex;
  }

  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-nav {
    display: none;
  }

  .navbar2_container-2 {
    padding-bottom: 6px;
  }

  .navbar2_dropdown-list-2 {
    display: none;
  }

  .navbar2_dropdown-list-2:hover {
    display: flex;
  }

  .navbar2_dropdown-list-2:active {
    display: block;
  }

  .navbar-softchain {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    white-space: normal;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 0%;
    position: fixed;
    right: 0%;
    overflow: visible;
  }

  .grid-5 {
    display: block;
  }

  .navigation-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-2.w--open {
    background-color: #1c87fb;
  }

  .menu-button-2.margin-left {
    margin-left: 8px;
  }

  .nav-bar {
    position: relative;
  }

  .menu-button-3 {
    flex: 0 auto;
    margin-right: 0;
  }

  .softchain-logo-nvr {
    width: 150px;
    height: 50px;
    max-height: 90px;
    max-width: 125px;
    min-width: 100px;
    object-fit: contain;
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .softchain-logo-nvr._111 {
    margin-right: 20px;
  }

  .softchain-logo-nvr._111.bbb {
    min-width: 200px;
  }

  .button-2 {
    color: #f2f2f2;
    background-color: #2b2a35;
    border-radius: 5px;
  }

  .button-2.button--blue {
    width: 117px;
    height: 40px;
    min-height: auto;
    min-width: auto;
    text-align: center;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .nav__link-div-onlymobile {
    display: flex;
  }

  .nav__buttons {
    right: 70px;
  }

  .image-10 {
    margin-left: -18px;
    padding-left: 0;
  }

  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar-softchain-container {
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: space-between;
    margin: 0 0% 0 0;
    padding-bottom: 6px;
    overflow: visible;
  }

  .navbar2_menu-3 {
    background-color: #fff;
    margin-top: 0;
  }

  .paragraph-3 {
    height: auto;
    margin-top: 20px;
  }

  .text-size-medium-2 {
    text-align: center;
  }

  .text-size-medium-2.yyy {
    margin-bottom: 0;
    margin-left: 0%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .signup-form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .padding-global {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .padding-section-large {
    align-items: center;
    padding-top: 0;
  }

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

  .faq6_list-grid {
    width: 100%;
  }

  .faq6_accordion {
    background-color: #e5ebeb;
    border-color: #073042;
    border-radius: 20px;
  }

  .faq6_accordion._123 {
    max-height: none;
  }

  .section_faq6.blog-1 {
    width: 100%;
  }

  .section_team5 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  .team5_list {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .team5_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .text-size-large.text-weight-semibold {
    display: block;
  }

  .section_header44 {
    object-fit: scale-down;
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

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

  .layout239_component {
    max-width: 75%;
  }

  .section_layout239 {
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h5 {
    text-align: center;
  }

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

  .rich-text-block {
    text-align: center;
    margin-top: 0;
  }

  .image-11 {
    width: 75%;
    max-width: 75%;
    object-fit: fill;
  }

  .heading-3 {
    justify-content: center;
    display: flex;
  }

  .bold-text {
    font-family: Varela Round, sans-serif;
  }

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

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

  .div-block-19 {
    object-fit: fill;
  }

  .link-navbar.w--current {
    padding-right: 0;
  }

  .features-list-2 {
    width: 100%;
    background-color: #e5ebeb;
    border: 3px solid #073042;
    border-radius: 20px;
    margin-bottom: 40px;
  }

  .container-10 {
    max-width: none;
    border: 1px #000;
    border-radius: 0;
  }

  .features-wrapper-two-2 {
    border-style: none;
    align-items: center;
    display: flex;
  }

  .features-wrapper-two-2.abcde {
    margin-top: 20px;
  }

  .features-wrapper-two-2.draas {
    border-radius: 20px;
  }

  .features-paragraph-2 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-right-2 {
    background-color: #e5ebeb;
    flex-direction: column;
    margin-bottom: 0;
  }

  .features-block-two-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    list-style-type: none;
    display: block;
  }

  .features-block-two-2.div-block-34.abcdef {
    min-height: 150px;
  }

  .features-block-two-2.div-block-34.abcdef.zyx {
    width: auto;
    height: auto;
    min-height: auto;
    border-style: none;
    justify-content: space-around;
    display: flex;
  }

  .features-image-2 {
    text-align: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .features-list-3 {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-list-3.draas {
    background-color: rgba(0, 0, 0, 0);
  }

  .features-right-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -30px;
    padding-left: 0;
    display: flex;
  }

  .features-right-3.adadadada {
    flex-direction: row;
    align-items: center;
  }

  .features-block-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-block-two-3._123123 {
    align-items: center;
  }

  .features-block-two-3._1233 {
    border-radius: 0;
  }

  .features-image-3 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .features-image-3.local-backup {
    width: 70px;
    max-width: none;
    margin-left: 18px;
    margin-right: 16px;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9, .heading-8, .heading-9 {
    text-align: center;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-family: Varela Round, sans-serif;
  }

  .bold-text-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .centered-heading-2.margin-bottom-32px, .margin-bottom-24px-2 {
    font-family: Varela Round, sans-serif;
  }

  .hero-without-image {
    width: 100%;
    font-family: Varela Round, sans-serif;
  }

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

  .hero-wrapper-two {
    overflow: hidden;
  }

  .footer-dark {
    background-color: #fff;
  }

  .footer-brand {
    text-align: left;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    flex-direction: column;
    padding-right: 0;
  }

  .footer-block._11111 {
    margin-right: 0;
  }

  .footer-block._123123 {
    justify-content: space-between;
    align-items: center;
  }

  .footer-link {
    text-align: left;
    margin-top: 0;
  }

  .footer-link.bbb, .footer-social-block {
    margin-top: 20px;
  }

  .footer-social-link {
    border-bottom: 1px #000;
    margin-left: 0;
    padding-left: 26px;
  }

  .footer-social-link._111 {
    padding-left: 0;
  }

  .footer-copyright-center {
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    font-family: Verdana, Geneva, sans-serif;
    display: flex;
  }

  .text-block-64 {
    direction: ltr;
    color: #000;
    font-style: normal;
    text-decoration: none;
  }

  .text-block-65 {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .div-block-20, .text-block-66 {
    text-decoration: none;
  }

  .bold-text-4, .bold-text-5, .bold-text-6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .footer-block-2 {
    text-align: center;
    flex-direction: column;
    padding-right: 0;
  }

  .footer-block-2._11111 {
    margin-right: 0;
    font-family: Varela Round, sans-serif;
  }

  .footer-content-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand-2 {
    text-align: left;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .footer-link-2 {
    text-align: left;
  }

  .footer-dark-2 {
    background-color: #fff;
  }

  .footer-copyright-center-2 {
    font-family: Varela Round, sans-serif;
  }

  .container-12, .container-13 {
    max-width: none;
  }

  .margin-bottom-24px-4 {
    text-align: center;
  }

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

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

  .heading-11, .heading-12, .text-block-71, .text-block-72, .text-block-73 {
    text-align: center;
  }

  .text-block-74 {
    text-align: justify;
    font-family: Varela Round, sans-serif;
  }

  .footer-sc {
    width: auto;
    margin-top: 40px;
    overflow: hidden;
  }

  .div-block-23 {
    margin-right: 0;
  }

  .div-block-24, .link-footer-1, .link-footer-1._111 {
    margin-right: 0;
    padding-left: 0;
  }

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

  .div-block-25 {
    justify-content: center;
    margin-right: -11px;
    display: flex;
  }

  .div-block-26 {
    align-items: center;
    overflow: hidden;
  }

  .columns-4 {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0;
    overflow: hidden;
  }

  .div-block-27 {
    width: 85%;
    height: auto;
    max-width: 85%;
    align-content: space-around;
    align-items: center;
  }

  ._22323 {
    flex-direction: column;
  }

  .grid-6 {
    flex-direction: column;
    grid-auto-flow: row;
    justify-items: stretch;
    display: flex;
  }

  .hero-section-pic {
    overflow: hidden;
  }

  .hero-pic-div-block {
    width: 100%;
    object-fit: fill;
    margin-left: 0%;
    padding-top: 25px;
    overflow: hidden;
  }

  .eth-jpeg {
    clear: none;
    object-fit: fill;
    padding-top: 14px;
    overflow: hidden;
  }

  .hero-section-header {
    width: 100%;
  }

  .cta-button-a {
    margin-top: 9px;
  }

  .image-feature-left-block {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .image-feature-left-block.hiden {
    display: none;
  }

  .image-feature-left-block.hiden-hz {
    display: flex;
  }

  .text-feature-right-block {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

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

  .heading-right-feature-block {
    overflow: visible;
  }

  .grid-9 {
    align-items: center;
    padding-right: 0%;
  }

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

  .body-4, .body-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .body-test {
    height: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-hero {
    margin-top: 0;
    padding-top: 64px;
  }

  .div-block-pading-hz {
    padding-left: 0%;
    padding-right: 0%;
  }

  .dic-block-pic {
    margin-top: 0;
    padding-top: 0;
  }

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

  .hero-heading-right.cloud-sec-1 {
    padding-bottom: 0;
  }

  .hero-heading-right.letstalk-section {
    max-height: none;
    max-width: none;
    margin-top: 77px;
    padding-bottom: 0;
  }

  .hero-heading-right.cloud-migration {
    padding-top: 10px;
    padding-bottom: 0;
  }

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

  .hero-wrapper-5 {
    max-height: 100%;
  }

  .hero-split-5 {
    margin-bottom: 0;
  }

  .hero-form-2 {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input-2 {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

  .grid-10.cs1 {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-34 {
    max-height: 350px;
    min-height: 300px;
  }

  .div-block-34.it-services-block-packs {
    max-height: 400px;
  }

  .div-block-34.bc {
    max-height: none;
    min-height: auto;
  }

  .div-block-34.bc.abcde {
    max-height: none;
    max-width: none;
    min-width: 259.2px;
    flex-direction: column;
  }

  .div-block-34.abc {
    min-width: auto;
    justify-content: flex-start;
  }

  .div-block-34.abc.def {
    min-width: 250px;
  }

  .div-block-34.abcdef {
    width: 100%;
    max-height: 200px;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .div-block-34.abcdef.ttt {
    height: 100%;
    max-width: 305.613px;
    min-height: 100%;
    min-width: 100%;
  }

  .text-block-77 {
    max-height: none;
    max-width: none;
    color: #073042;
  }

  .text-block-77.bb {
    flex-direction: column;
  }

  .section-9 {
    margin-top: 10px;
  }

  .div-block-40 {
    margin-bottom: 0;
    overflow: visible;
  }

  .heading-25._123987g {
    color: #fff;
  }

  .link-navbar-2.w--current {
    padding-right: 0;
  }

  .cta-button-a-2 {
    margin-top: 9px;
  }

  .grid-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "Area"
                   "Area-2"
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .div-block-43 {
    flex-direction: column;
  }

  .section-blockchain-services.cs-1 {
    justify-content: center;
    display: flex;
  }

  .section-13.abdccefg {
    width: 100%;
  }

  .section-13.abdccefg.ttt {
    width: 100%;
    flex-direction: column;
  }

  .text-block-84 {
    max-width: none;
    text-align: center;
    display: flex;
  }

  .text-block-84._123 {
    color: #fff;
  }

  .div-block-46 {
    flex-direction: column;
  }

  .div-block-48 {
    flex-direction: column;
    align-items: center;
  }

  .list-2, .list-3 {
    flex-direction: column;
  }

  .div-block-54 {
    width: auto;
    max-width: none;
  }

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

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .grid-12 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         "."
                         "Area"
                         "Area-2";
  }

  .slider {
    height: auto;
  }

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

  .slider-wrapper-wide {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
    display: grid;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .icon {
    display: none;
  }

  .section-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    justify-items: center;
    display: grid;
  }

  .div-block-56 {
    width: 40%;
    height: 40%;
    max-height: 100%;
    max-width: 40%;
    flex-direction: column;
    display: flex;
  }

  .div-block-56.fbndmsk {
    flex-direction: column;
    display: flex;
  }

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

  .image-23 {
    width: 100%;
    height: 100%;
  }

  .image-24 {
    width: 99.9996%;
  }
}

#w-node-a787f5fb-a1ad-e558-935c-3246f1d85218-13ca816f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a787f5fb-a1ad-e558-935c-3246f1d8521a-13ca816f {
  align-self: center;
  justify-self: center;
}

#w-node-a787f5fb-a1ad-e558-935c-3246f1d85227-13ca816f {
  align-self: auto;
  justify-self: end;
}

#w-node-_8ba0496a-0000-1eaa-bf54-8235d2d229b4-4ba188ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba0496a-0000-1eaa-bf54-8235d2d229b6-4ba188ae {
  align-self: center;
  justify-self: center;
}

#w-node-_8ba0496a-0000-1eaa-bf54-8235d2d229c3-4ba188ae {
  align-self: auto;
  justify-self: end;
}

#w-node-b1442067-3fad-7583-9d71-310730189524-ab296178 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1442067-3fad-7583-9d71-310730189526-ab296178 {
  align-self: center;
  justify-self: center;
}

#w-node-b1442067-3fad-7583-9d71-310730189533-ab296178 {
  align-self: auto;
  justify-self: end;
}

#w-node-c2d2436c-7df0-312d-62aa-a1364f313c0f-9d3efb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2d2436c-7df0-312d-62aa-a1364f313c11-9d3efb3d {
  align-self: center;
  justify-self: center;
}

#w-node-c2d2436c-7df0-312d-62aa-a1364f313c1e-9d3efb3d {
  align-self: auto;
  justify-self: end;
}

#w-node-_39d17b6d-1069-9a55-d17f-d411601ef54b-9d3efb3d, #w-node-_92d3483a-9e08-e214-ccb4-aa5eec653810-9d3efb3d, #w-node-_7a0e0243-a2da-60fd-f43f-7d17cb74e33a-9d3efb3d, #w-node-aff98808-3bca-dcb0-5aaa-d307b1ce9877-9d3efb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_39d17b6d-1069-9a55-d17f-d411601ef551-9d3efb3d, #w-node-_39d17b6d-1069-9a55-d17f-d411601ef557-9d3efb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3e043c0-5016-57b0-60a8-96d1d3d62544-9d3efb3d, #w-node-e3e043c0-5016-57b0-60a8-96d1d3d6254d-9d3efb3d, #w-node-e3e043c0-5016-57b0-60a8-96d1d3d62559-9d3efb3d, #w-node-e3e043c0-5016-57b0-60a8-96d1d3d62565-9d3efb3d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-e3e043c0-5016-57b0-60a8-96d1d3d62575-9d3efb3d, #w-node-e3e043c0-5016-57b0-60a8-96d1d3d62581-9d3efb3d, #w-node-_5ed8f08b-3ff4-4e5c-d575-7ab2f445c446-69fd89c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ed8f08b-3ff4-4e5c-d575-7ab2f445c448-69fd89c9 {
  align-self: center;
  justify-self: center;
}

#w-node-_5ed8f08b-3ff4-4e5c-d575-7ab2f445c455-69fd89c9 {
  align-self: auto;
  justify-self: end;
}

#w-node-a440fabe-dee9-be81-9f54-6bce119b9e45-69fd89c9, #w-node-_84a3fab6-554d-b8f1-d32a-1159417e4cb1-69fd89c9, #w-node-_3c53e986-2775-dadc-7521-26a62e199975-69fd89c9, #w-node-_142fda48-e5e0-e1f2-3108-fe80f9694db4-69fd89c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-a440fabe-dee9-be81-9f54-6bce119b9e4b-69fd89c9, #w-node-a440fabe-dee9-be81-9f54-6bce119b9e51-69fd89c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bbeebcd-626d-1eb0-93a0-2a8bcc55c6a9-69fd89c9, #w-node-_2bbeebcd-626d-1eb0-93a0-2a8bcc55c6b3-69fd89c9, #w-node-_2bbeebcd-626d-1eb0-93a0-2a8bcc55c6bd-69fd89c9, #w-node-_5a7f0f66-6497-6205-2d4f-bab161f1a3db-69fd89c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_3f7fcd1d-58c9-1d32-147d-1cf476153a8b-f3aaa2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7fcd1d-58c9-1d32-147d-1cf476153a8d-f3aaa2a4 {
  align-self: center;
  justify-self: center;
}

#w-node-_3f7fcd1d-58c9-1d32-147d-1cf476153a9a-f3aaa2a4 {
  align-self: auto;
  justify-self: end;
}

#w-node-_9ee296ac-ba71-042f-3559-1a55bc3feca9-f3aaa2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_1b7c87b2-fb08-0ce0-95da-b361e103b27d-f3aaa2a4, #w-node-_703f7180-35f3-1565-674b-492c73668961-f3aaa2a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6199f4a9-3ee6-4ece-2bdb-557aad899408-f3aaa2a4 {
  justify-self: auto;
}

#w-node-_6199f4a9-3ee6-4ece-2bdb-557aad89941e-f3aaa2a4, #w-node-c2def55b-0f35-d41d-f50d-4a3917b95066-616683fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2def55b-0f35-d41d-f50d-4a3917b95068-616683fa {
  align-self: center;
  justify-self: center;
}

#w-node-c2def55b-0f35-d41d-f50d-4a3917b95075-616683fa {
  align-self: auto;
  justify-self: end;
}

#w-node-f18ee288-7364-e82c-4486-8b2d27f7bac3-616683fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: auto;
}

#w-node-f18ee288-7364-e82c-4486-8b2d27f7bac7-616683fa, #w-node-f18ee288-7364-e82c-4486-8b2d27f7bacb-616683fa, #w-node-f18ee288-7364-e82c-4486-8b2d27f7bacf-616683fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-a787f5fb-a1ad-e558-935c-3246f1d8521a-13ca816f {
    align-self: center;
  }

  #w-node-a787f5fb-a1ad-e558-935c-3246f1d8521b-13ca816f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ba0496a-0000-1eaa-bf54-8235d2d229b6-4ba188ae {
    align-self: center;
  }

  #w-node-_8ba0496a-0000-1eaa-bf54-8235d2d229b7-4ba188ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1442067-3fad-7583-9d71-310730189526-ab296178 {
    align-self: center;
  }

  #w-node-b1442067-3fad-7583-9d71-310730189527-ab296178 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2d2436c-7df0-312d-62aa-a1364f313c11-9d3efb3d {
    align-self: center;
  }

  #w-node-c2d2436c-7df0-312d-62aa-a1364f313c12-9d3efb3d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ed8f08b-3ff4-4e5c-d575-7ab2f445c448-69fd89c9 {
    align-self: center;
  }

  #w-node-_5ed8f08b-3ff4-4e5c-d575-7ab2f445c449-69fd89c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f7fcd1d-58c9-1d32-147d-1cf476153a8d-f3aaa2a4 {
    align-self: center;
  }

  #w-node-_3f7fcd1d-58c9-1d32-147d-1cf476153a8e-f3aaa2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c2def55b-0f35-d41d-f50d-4a3917b95068-616683fa {
    align-self: center;
  }

  #w-node-c2def55b-0f35-d41d-f50d-4a3917b95069-616683fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f18ee288-7364-e82c-4486-8b2d27f7bac3-616683fa {
    align-self: start;
  }

  #w-node-f18ee288-7364-e82c-4486-8b2d27f7bacb-616683fa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6199f4a9-3ee6-4ece-2bdb-557aad89941e-f3aaa2a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f18ee288-7364-e82c-4486-8b2d27f7bac3-616683fa {
    align-self: start;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_848e9f5d-7189-62d2-a851-883439cfc75e-ab296178, #w-node-_09b7ff4a-8de9-3db8-7c06-124b7d0d6a97-9d3efb3d, #w-node-a3c06b53-183e-437c-5024-78a6c22b1845-69fd89c9, #w-node-bb978756-155d-4eeb-79ff-542798378b73-69fd89c9 {
    align-self: start;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}