@font-face {
  font-family: Fc Minimal;
  src: url('../fonts/FC-Minimal-Bold-Italic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fc Minimal;
  src: url('../fonts/FC-Minimal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fc Minimal;
  src: url('../fonts/FC-Minimal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fc Minimal;
  src: url('../fonts/FC-Minimal-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --navy: #00269a;
  --pink_1: #ff9a8a;
  --pink-2: #ff7e71;
  --white: white;
  --purple-1: #740ac1;
  --purple-2: #cb64f2;
  --green: #029983;
  --green-2: #aff2e9;
  --pink-4: #ff4c64;
  --53595b: #53595b;
  --pink-3: #ff7184;
  --purple-3: #e8c9ff;
  --color: #fff6;
  --green-3: #02fda1;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.body {
  min-height: 0;
}

.section {
  min-height: 100vh;
  position: static;
  inset: 0%;
}

.navbar_section {
  z-index: 1;
  background-color: #fff;
  max-width: none;
  min-height: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow {
  justify-content: center;
  align-items: center;
  max-width: 100rem;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container_central {
  z-index: 5;
  background-color: #0000;
  width: 90%;
  max-width: 100rem;
  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: #fefeff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .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: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .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, .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;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  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 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  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: #1a1b1fbf;
}

.container-2, .hearder-container {
  max-width: 86rem;
}

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

.footer_section {
  background-color: #00269a;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  display: flex;
}

.nav-logo-mobile {
  display: none;
}

.list-item {
  color: #fff;
}

.link {
  color: var(--navy);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 18px;
  text-decoration: none;
}

.link-block {
  color: #fff;
  background-color: #f66;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.text-block-2 {
  color: var(--navy);
  margin-left: 5px;
  margin-right: 5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link-block-2 {
  border: 1px solid var(--navy);
  color: var(--navy);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 35px;
  text-decoration: none;
}

.link-block-3 {
  background-image: linear-gradient(270deg, #f10a0a, #ddca3a);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 35px;
  text-decoration: none;
}

.text-block-3 {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.container-3 {
  max-width: 86rem;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.text-block-4 {
  color: #fff;
  margin-top: 3rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 64px;
  font-weight: 400;
}

.text-block-5 {
  color: #fff;
  margin-top: 2rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.button {
  margin-top: 3rem;
  margin-bottom: .5rem;
  font-size: 16px;
}

.link-block-copy {
  color: #fff;
  background-color: #f66;
  border-radius: 20px;
  margin: 2rem 10px 1rem;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  text-decoration: none;
}

.link-block-2-copy {
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 35px;
  text-decoration: none;
}

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

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

.about_section_central {
  background-color: var(--green);
  min-height: 70vh;
  display: block;
}

.about-container {
  max-width: 86rem;
}

.solution_section_central {
  min-height: 70vh;
  display: none;
}

.solution-container {
  max-width: 90%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.applicanr-container {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.applicant_section_central {
  background-color: var(--green);
  display: none;
}

.timeline_section_central {
  background-color: #aff2e9;
}

.timeline-container {
  max-width: 100%;
  padding-top: 2rem;
}

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

.container-4 {
  width: auto;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  display: flex;
}

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

.text-desktop {
  color: #fff;
  text-align: left;
  letter-spacing: .1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1.5px solid #ffffff4d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 45px;
  margin-top: .4rem;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 25px 12px 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 30px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-2:hover {
  color: var(--navy);
  background-color: #fff9;
}

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

.hero-smes-logo-1920px {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.hero_section_central {
  background-color: #b2b3b9;
  min-height: 100vh;
  display: block;
  position: relative;
}

.hero-container {
  max-width: 100%;
  margin-top: 4rem;
  padding-top: 4rem;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-5 {
  width: 100%;
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}

.hero-wrapper-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.image-2 {
  width: 100%;
  height: 100%;
  font-size: 1px;
  position: absolute;
  inset: 0%;
}

.hero_container {
  max-width: 86rem;
  padding-top: 10rem;
  position: relative;
}

.hero_image {
  flex: 0 auto;
}

.new_hero_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70dvh;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 3rem;
  display: flex;
}

.hero_big_text {
  color: #fff;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
}

.hero_section-2 {
  min-height: 100vh;
  position: relative;
}

.hero-background-mobile {
  display: none;
}

.register_button {
  background-color: #0000;
  background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  position: static;
}

.hero_small_text {
  color: #fff;
  margin-top: -10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.hero-background-desktop {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.hero_button {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.background-desktop {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-6 {
  max-width: 50rem;
  position: static;
}

.etda-logo-1920px {
  display: none;
}

.smes-growth-logo-1920px {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.columns-desktop {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
}

.text-block-6 {
  color: #fff6;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-7 {
  color: #fff6;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 18px;
}

.smes-growth-logo-desktop {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.etda-logo-ipad {
  display: none;
}

.smes-growth-logo-desktop-copy {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.smes-growth-logo-ipad {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.etda-logo-mobile-hor {
  display: none;
}

.smes-growth-logo-mobile-hor {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.background-mobile, .etda-logo-mobile-ver {
  display: none;
}

.smes-growth-logo-mobile-ver {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;
}

.text-mobile {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  margin-top: .5rem;
  margin-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.columns-mobile {
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  display: none;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 25px;
  width: 165px;
  height: 45px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 25px 12px 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 28px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: var(--navy);
  background-color: #ffffff80;
}

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

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

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

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

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

.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;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

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

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-2 {
  color: #d11c1c;
}

.flex-block {
  flex-flow: column;
}

.hero-button-1 {
  background-color: var(--pink_1);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: none;
}

.hero-button-1:hover {
  background-color: var(--pink-2);
  box-shadow: 3px 3px 10px 3px #0003;
}

.hero-button-2 {
  border: 1px none var(--navy);
  background-color: var(--white);
  color: var(--navy);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-left: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: none;
}

.hero-button-2:hover {
  background-color: var(--navy);
  color: var(--white);
  padding-left: 20px;
  box-shadow: 3px 3px 10px 3px #0003;
}

.nav-button-1 {
  background-color: var(--pink_1);
  border-radius: 20px;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.nav-button-1:hover {
  background-color: var(--pink-2);
  box-shadow: 3px 3px 10px 3px #0003;
}

.nav-button-2 {
  border: 1.5px solid var(--navy);
  background-color: var(--white);
  color: var(--navy);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.nav-button-2:hover {
  background-color: var(--navy);
  color: var(--white);
  box-shadow: 3px 3px 10px 3px #0003;
}

.nav-button-3 {
  background-image: linear-gradient(90deg, var(--purple-1), var(--purple-2));
  border-radius: 20px;
  margin-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nav-button-3:hover {
  box-shadow: 3px 3px 10px 3px #0003;
}

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

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

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

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

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

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

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

.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;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

.nav_menu_mobile_390px {
  display: none;
}

.nav_logo.w--current {
  max-width: 30%;
}

.desktop_menu-group {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburger-closed {
  display: none;
}

.nav_layout_mobile_390px {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 86rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.7125rem;
  display: none;
}

.mobile_logo, .nav_social, .nav_buttom, .nav_logo_mobile, .nav_cta_button {
  display: none;
}

.nav_link {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  min-width: auto;
  min-height: auto;
  margin-left: .5625rem;
  margin-right: .5625rem;
  padding: .3125rem .75rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.nav_link.cta {
  background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
  border-radius: 10px;
}

.nav_link.cta.mobile {
  background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
}

.nav_logo_image {
  max-width: 100%;
  display: block;
}

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

.nav_right {
  justify-content: center;
  align-items: center;
  margin-left: -18.75rem;
  display: flex;
}

.nav_mobile_group {
  display: none;
}

.bali_dropdown_wrapper {
  display: block;
}

.nav_cta_button-copy {
  display: none;
}

.about-heading-center-2 {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 2rem 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.centered-heading-2.margin-bottom-32px {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

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

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

.margin-bottom-24px-3 {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 24px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.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;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-5 {
  color: var(--pink_1);
  text-align: center;
  margin-top: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.heading-6 {
  color: var(--white);
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.heading-7 {
  color: var(--green);
  text-align: center;
  margin-bottom: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.heading-8 {
  color: var(--green);
  text-align: center;
  margin-top: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.paragraph-3 {
  color: #53595b;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

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

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

.paragraph-4, .paragraph-5 {
  color: #53595b;
  text-align: center;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
}

.about-background-desktop {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.about-image-table-bg {
  width: 100%;
  max-width: 100%;
  height: 120%;
  display: none;
  position: absolute;
  inset: 160% 0% 0%;
}

.text-block-8 {
  color: #fff;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.text-block-9 {
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.tab-link-tab-1 {
  background-color: #fff6;
  border-radius: 20px;
  margin-right: 1rem;
  padding: .7rem 1.5rem;
  display: flex;
}

.tab-link-tab-1.w--current {
  background-color: var(--pink_1);
  color: #fff;
  border-radius: 30px;
  margin-right: 1rem;
  padding: .7rem 1.5rem;
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #fff6;
  border-radius: 20px;
  margin-left: 1rem;
  padding: .7rem 1.5rem;
  display: none;
}

.tab-link-tab-2.w--current {
  background-color: var(--pink_1);
  margin-left: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tabs {
  width: 90%;
  margin-top: 3rem;
}

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

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

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

.heading-6-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

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

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

.property-central-1--1920px {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.bold-text {
  color: var(--pink_1);
  font-size: 20px;
  font-weight: 400;
}

.tab-2--c-div-blockk {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.heading-condition-desktop {
  color: #53595b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

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

.condition-1920px {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.tab-1--button-1 {
  color: var(--navy);
  background-color: #fff;
  background-image: url('../images/arrow-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10%;
  background-attachment: scroll;
  border: 1px solid #53595b;
  border-radius: 20px;
  margin-left: 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.tab-1--button-1:hover {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/image-1.png');
  background-position: 100%;
  background-size: cover;
}

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

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

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.pricing-card-text {
  margin-bottom: 20px;
}

.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;
}

.heading-6-copy-copy-copy {
  color: #fff;
  margin-left: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

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

.condition-2--1920px {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.tab-1----div-blockkk {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tab-1--button-2 {
  background-color: var(--pink_1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.tab-1--button-2:hover {
  background-color: var(--pink-2);
  box-shadow: 3px 3px 10px 3px #0003;
}

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

.tab-1----div-block {
  margin-top: 1rem;
  margin-bottom: 0;
}

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

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

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

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

.margin-bottom-24px-3-copy-copy-copy, .margin-bottom-24px-3-copy-copy-copy-copy {
  margin-bottom: 24px;
}

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

.tab-2--button-1 {
  color: var(--navy);
  background-color: #0000;
  background-image: url('../images/arrow-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 10%;
  border: 1px solid #53595b;
  border-radius: 20px;
  margin-left: 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.tab-2--button-1:hover {
  color: var(--white);
  background-image: url('../images/image-1.png');
  background-position: 100%;
  background-size: cover;
}

.tab-2--rw-div-blockkk {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.heading-6-copy-copy-copy-copy {
  color: #fff;
  margin-left: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

.margin-bottom-24px-3-copy-copy-copy-copy, .margin-bottom-24px-3-copy-copy-copy-copy-copy {
  margin-bottom: 24px;
}

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

.tab-2--rw-hero-wrapperrr, .hero-wrapper-5-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy-copy, .tab-1----hero-wrapperrr {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-1----hero-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  display: flex;
}

.heading-11 {
  color: #53595b;
  text-align: center;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

.timeline-grid-1 {
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-right: 2rem;
}

.timeline-grid-2 {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1.5fr;
  margin-left: 2rem;
}

.timeline-flex-block-desktop {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.timeline-image-1920px {
  display: none;
}

.text-block-11 {
  color: #fff;
  background-color: #029983;
  border-radius: 30px;
  padding: 7px 12px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.flex-block-6 {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  box-shadow: 3px 2px 10px 3px #0003;
}

.paragraph-6 {
  color: #53595b;
  text-align: center;
  letter-spacing: .5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
}

.paragraph-7 {
  color: #53595b;
  margin-top: 10px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.container-13 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

.parter-grid--1920px {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.text-block-5-desktop {
  color: #fff;
  margin-top: 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.footer-button-1 {
  background-color: var(--pink_1);
  border-radius: 20px;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.footer-button-1:hover {
  background-color: var(--pink-2);
  box-shadow: 3px 3px 10px 3px #0003;
}

.footer-button-2 {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: none;
}

.footer-button-2:hover {
  color: var(--navy);
  background-color: #fff;
  box-shadow: 3px 3px 10px 3px #0003;
}

.fooer-columns {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.flex-block-7 {
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.link-2 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.paragraph-8 {
  color: #fff9;
  letter-spacing: .5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 12px;
}

.list {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-left: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.list-2 {
  color: #53595b;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

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

.list-3 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  padding-left: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.list-4 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-left: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
  line-height: 26px;
}

.list-5 {
  color: #53595b;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23 {
  line-height: 26px;
}

.list-6 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28 {
  line-height: 26px;
}

.tab-2--button-2 {
  background-color: var(--pink_1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: none;
}

.tab-2--button-2:hover {
  background-color: var(--pink-2);
  box-shadow: 3px 3px 10px 3px #0003;
}

.hero-container-copy {
  max-width: none;
  margin-top: 0;
  padding-top: 5rem;
  display: block;
  position: relative;
}

.hero-wrapper-2-copy, .hero-wrapper-2-copy-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.hero-split-copy, .hero-split-copy-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: none;
  display: flex;
}

.div-block-8 {
  margin-right: -250px;
}

.div-block-9 {
  margin-left: -250px;
}

.hero-smes-logo-1146px {
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.about-map-central-1920px {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.about-map-central-1146px {
  box-shadow: 0 4px 24px #96a3b514;
}

.image-9 {
  width: 100%;
  height: 250%;
  display: none;
  position: absolute;
  inset: 290% 0% 0%;
}

.tab-1--property-hero-splitt-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 57%;
  display: flex;
}

.property-central-1--1146px {
  box-shadow: 0 4px 24px #96a3b514;
}

.condition-1146px {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.condition-2--1146px {
  box-shadow: 0 4px 24px #96a3b514;
}

.tab-2--pp-div-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.condition-2-2--1146px {
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.tab-2--c-hero-splitt-1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 57%;
  display: flex;
}

.tab-2--c-hero-wrapperr {
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.condition-2--1920px-copy {
  display: block;
  box-shadow: 0 4px 24px #96a3b514;
}

.partner-grid-1146px {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-depa-1146px, .grid-ss-1146px, .grid-sme-1146px, .grid-ts-1146px {
  max-width: 70%;
}

.footer-1920px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: none;
}

.footer-1146px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.text-block-4-desktop {
  color: #fff;
  margin-top: 2rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.con-central-1--1920px {
  display: none;
}

.cct-1--1146px {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rw-ct-1--1920px {
  display: none;
}

.pp-ct-2--1920px {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.pp-ct-2--1146px {
  box-shadow: 0 4px 24px #96a3b514;
}

.condition-1920px-copy {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.cct-2--1920px {
  display: none;
}

.rwct-2--1920px {
  display: inline-flex;
}

.rwct-2--1146px {
  display: none;
}

.tab-1--condition-div-blockk {
  background-color: #fff;
  border-radius: 20px;
}

.tab-1--property-hero-wrapperr, .tab-1----hero-wrapperrr-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-1----div-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tab-1--rw-hero-split-1 {
  width: 57%;
}

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

.tab-2--rw-hero-splittt-1-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 57%;
  display: flex;
}

.tab-1--rw-div-blockkkk {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tab-1--property-div-block-copy {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-etda-logo-mobile {
  display: none;
}

.text-desktop-copy {
  color: #fff;
  text-align: left;
  letter-spacing: .1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

.hero-text-mobile {
  display: none;
}

.about-map-central-mobile {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.paragraph-3-copy {
  color: #53595b;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.heading-conditon-mobile {
  color: #53595b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
  display: none;
}

.property-central-1--mobile {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

._1--mobilee {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
}

.tab-1--rw-hero-wrapper-copy {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rw-ct-1--mobileee {
  display: none;
}

.heading---desktop-copy {
  color: #53595b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

.pp-ct-2--mobile {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.cct-2--mobilee {
  display: none;
}

.timeline-flex-block-mobile {
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 6rem;
  display: none;
}

.rw-ct-2--mobileee, .timeline-flex-block-mobile-new {
  display: none;
}

.timeline-grid-2-mobile {
  grid-row-gap: 60px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-left: 2rem;
}

.partner-grid-mobile {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: none;
}

.text-block-4-mobile {
  color: #fff;
  margin-top: 2rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 50px;
  font-weight: 400;
  display: none;
}

.text-block-5-mobile {
  color: #fff;
  margin-top: 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: none;
}

.hero-background-ipad {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.property-central1--ipad {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.tab-1--property-hero-wrapper-ipad {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.tab-1--pp-hero-splitt-1-ipad {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 57%;
  display: flex;
}

.cct-1--ipadd {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: none;
}

.rw-ct-1--1146px-copy {
  display: none;
}

.hero-smes-logo-ipad, .hero-smes-logo-ipad-copy {
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.div-block-13 {
  width: 60%;
}

.text-main-desktop {
  color: #fff;
  text-align: center;
  letter-spacing: .1px;
  margin-top: .5rem;
  margin-bottom: 2rem;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 22.5px;
  font-weight: 400;
  line-height: 24px;
}

.flex-block-6-none {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  display: none;
  box-shadow: 3px 2px 10px 3px #0003;
}

.about_section_ns-copy {
  background-color: var(--purple-1);
  min-height: 70vh;
}

.heading-7-copy {
  color: var(--purple-1);
  text-align: center;
  margin-bottom: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.heading-8-copy {
  color: var(--purple-1);
  text-align: center;
  margin-top: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.heading-5-ns-copy {
  color: var(--pink_1);
  text-align: center;
  margin-top: 0;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.applicant_section_ns-copy {
  background-color: var(--purple-1);
  display: none;
}

.tabs-menu_ns-copy {
  justify-content: center;
  align-items: center;
  display: flex;
}

.solution_section_ns-copy {
  min-height: 70vh;
  display: none;
}

.timeline_section_ns-copy {
  background-color: #e8c9ff;
}

.tab-link-tab-3 {
  background-color: var(--color);
  color: var(--white);
  border-radius: 30px;
  margin-right: 1rem;
  padding: .7rem 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.tab-link-tab-3.w--current {
  background-color: var(--pink-3);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.tab-link-tab-4 {
  background-color: var(--color);
  color: var(--white);
  border-radius: 30px;
  margin-left: 1rem;
  padding: .7rem 1.5rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: none;
}

.tab-link-tab-4.w--current {
  background-color: var(--pink-3);
  color: #fff;
  border-radius: 30px;
  margin-left: 1rem;
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.navbar-no-shadow-container_ns-copy {
  z-index: 5;
  background-color: #0000;
  width: 90%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.list-item-copy {
  color: #fff;
}

.flex-block-ns-copy {
  flex-flow: column;
  height: auto;
  display: none;
}

.hero-button-1-copy {
  background-color: var(--pink-3);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: none;
}

.hero-button-1-copy:hover {
  background-color: var(--pink-4);
  box-shadow: 3px 3px 10px 3px #0003;
}

.tab-1--button-2-copy {
  background-color: var(--pink-3);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: flex;
}

.tab-1--button-2-copy:hover {
  background-color: var(--pink-4);
  box-shadow: 3px 3px 10px 3px #0003;
}

.tab-2--button-2-copy {
  background-color: var(--pink_1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-left: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: flex;
}

.tab-2--button-2-copy:hover {
  background-color: var(--pink-2);
  box-shadow: 3px 3px 10px 3px #0003;
}

.tab-2--button-2-copy-copy {
  background-color: var(--pink-3);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-left: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 27px;
  font-weight: 700;
  display: none;
}

.tab-2--button-2-copy-copy:hover {
  background-color: var(--pink-4);
  box-shadow: 3px 3px 10px 3px #0003;
}

.nav-button-1-copy {
  background-color: var(--pink-3);
  border-radius: 20px;
  margin-left: 0;
  margin-right: .5rem;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: none;
}

.nav-button-1-copy:hover {
  background-color: var(--pink-4);
  box-shadow: 3px 3px 10px 3px #0003;
}

.nav-button-2-copy {
  border: 1.5px solid var(--navy);
  background-color: var(--white);
  color: var(--navy);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.nav-button-2-copy:hover {
  background-color: var(--navy);
  color: var(--white);
  box-shadow: 3px 3px 10px 3px #0003;
}

.nav-button-3-copy {
  background-image: linear-gradient(90deg, var(--green), var(--green-3));
  border-radius: 20px;
  margin-left: 5px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.nav-button-3-copy:hover {
  box-shadow: 3px 3px 10px 3px #0003;
}

.link-copy {
  color: var(--navy);
  letter-spacing: .25px;
  letter-spacing: .25px;
  letter-spacing: .25px;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-11-copy {
  background-color: var(--purple-1);
  color: #fff;
  border-radius: 30px;
  padding: 7px 12px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.timeline-flex-block-deskto-ns-copy {
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.timeline-grid-1-copy {
  grid-row-gap: 56px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-right: 2rem;
  padding-top: 6rem;
}

.timeline-grid-2-copy {
  grid-row-gap: 72px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-top: -80px;
  margin-left: 2rem;
}

.flex-block-6-copy {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  box-shadow: 3px 2px 10px 3px #0003;
}

.button-primary-2-mobile {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #ffffff4d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 45px;
  margin-top: .4rem;
  margin-left: 15px;
  margin-right: 15px;
  padding: 12px 25px 12px 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 30px;
  line-height: 20px;
  transition: all .2s;
  display: flex;
}

.button-primary-2-mobile:hover {
  color: var(--navy);
  background-color: #fff9;
}

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

.bold-text-3 {
  color: var(--pink-3);
  font-size: 20px;
  font-weight: 400;
}

.text-block-11-copy {
  color: #fff;
  background-color: #029983;
  border-radius: 30px;
  padding: 7px 12px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.text-block-11-copy-copy {
  background-color: var(--purple-1);
  color: #fff;
  border-radius: 30px;
  padding: 7px 12px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.tab1-condition {
  grid-column-gap: 49px;
  grid-row-gap: 49px;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-14 {
  display: none;
}

.navbar {
  background-color: #fff;
  width: 90%;
  max-width: 100rem;
  padding: 20px;
}

.tech-provider-result_section {
  background-color: #029983;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.heading-12-desktop {
  color: #fff;
  text-align: center;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

.image-15-desktop {
  width: 1100px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.tech-provider-result_section-copy {
  background-color: #740ac1;
  justify-content: center;
  align-items: center;
  min-height: 65vh;
}

.image-15-mobile {
  display: none;
}

.heading-12-mobile {
  color: #fff;
  text-align: center;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
  display: none;
}

.link-block-5 {
  background-image: url('../images/Tech-Pro-CT.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 40%;
  width: 100%;
  height: 40%;
}

.button-14 {
  background-image: url('../images/Tech-Pro-CT.png');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 50%;
}

.link-block-6 {
  background-image: url('../images/Tech-Pro-CT-Desktop.png');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90%;
  height: 100px;
  margin-top: 1rem;
  display: block;
}

.link-block-6-copy {
  background-image: url('../images/Tech-Pro-NT-Desktop.png');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90%;
  height: 100px;
  margin-top: 1rem;
}

.flex-block-ns-copy-copy {
  flex-flow: column;
  height: auto;
}

.button-16 {
  background-color: var(--pink_1);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.button-16-copy {
  background-color: var(--pink-3);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

.container-15 {
  justify-content: center;
  align-items: center;
  max-width: 90%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-12 {
  color: #53595b;
  font-family: Fc Minimal, Impact, sans-serif;
  font-weight: 400;
}

.icon-5 {
  color: #53595b;
  font-size: 32px;
}

.team-block-2 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.slide-nav {
  margin-bottom: 25px;
  font-size: 10px;
  display: block;
}

.centered-heading-6 {
  color: #53595b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.slider {
  background-color: #ddd0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 70px;
  margin-right: 70px;
  display: none;
}

.team-member-image-two-2 {
  border-radius: 20px;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 5px 2px 5px #0003;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.left-arrow {
  margin-left: -95px;
}

.right-arrow {
  margin-right: -95px;
}

.link-block-6-copy {
  background-image: url('../images/image-6.png');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22%;
  height: 100px;
  margin-top: 1rem;
  display: block;
}

.link-block-6-copy-copy {
  background-image: url('../images/image-7.png');
  background-position: 0 70%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22%;
  height: 100px;
  margin-top: 1rem;
}

.section-2 {
  display: block;
}

.image-15 {
  width: 1100px;
}

.image-15-mobile-copy {
  display: none;
}

.team-member-image-two-2-copy {
  border-radius: 20px;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 5px 2px 5px #0003;
}

.icon-6 {
  color: #052a47;
}

.team-block-3 {
  background-color: #fff;
  padding-bottom: 24px;
}

.centered-heading-7 {
  color: #052a47;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.team-member-image-two-3 {
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 5px 2px 5px #0003;
}

.left-arrow-2 {
  margin-left: -70px;
}

.right-arrow-2 {
  margin-right: -70px;
}

.icon-4 {
  color: #052a47;
}

.icon-7 {
  color: #53595b;
  margin-top: 375px;
  font-size: 35px;
}

.team-block-4 {
  background-color: #fff;
  padding-bottom: 24px;
}

.centered-heading-8 {
  color: #53595b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.slider-2 {
  background-color: #ddd0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 70px;
  margin-right: 70px;
}

.team-member-image-two-4 {
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 5px 2px 5px #0003;
}

.right-arrow-3 {
  margin-right: -70px;
}

.icon-8 {
  color: #53595b;
  margin-top: 375px;
  font-size: 35px;
}

.slider-3 {
  background-color: #ddd0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 60px;
}

.right-arrow-4 {
  margin-right: -70px;
}

.icon-9 {
  color: #53595b;
}

.centered-heading-9 {
  color: #53595b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Fc Minimal, Impact, sans-serif;
  font-size: 38px;
  font-weight: 400;
}

.team-block-5 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two-5 {
  border-radius: 20px;
  max-width: 80%;
  margin-bottom: 18px;
  box-shadow: 5px 2px 5px #0003;
}

.c-img-gallery {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.c-img-gallery-main {
  margin-bottom: 20px;
}

.img-gallery-subs-slide {
  width: 33.33%;
  padding: 5px;
  overflow: hidden;
}

.section-3 {
  padding-top: 10px;
  padding-bottom: 100px;
}

.section-3.separate-page {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 100px;
  display: flex;
}

.word-highlight {
  color: #fff;
  font-weight: 400;
}

.c-content.cloneable {
  padding-top: 20px;
}

.c-content.cloneable.separate-page {
  padding-top: 0;
}

.container-16 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 3%;
}

.container-16.cloneable {
  border-top: 2px dashed #ffffff80;
}

.container-16.cloneable.separate-page {
  border-top-style: none;
}

.c-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-note {
  align-items: center;
  margin-bottom: 60px;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-feed {
  display: none;
}

.img-gallery-main {
  background-color: #0000;
  height: 450px;
}

.sub-img-feed-item {
  opacity: .5;
  cursor: pointer;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #131313;
  width: 100%;
  height: 100%;
  transition: all .25s;
  position: relative;
}

.sub-img-feed-item:hover {
  opacity: 1;
  border-color: #eee;
}

.c-img-gallery-subs-dots, .img-gallery-main-arrow {
  display: none;
}

.cloneable-area {
  min-height: 50vh;
}

.c-img-gallery-sub {
  position: relative;
  overflow: hidden;
}

._w-sub-img-feed-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-img-gallery-main-icon {
  display: none;
}

.note {
  color: #aaa;
  text-align: center;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.6em;
}

.main-img-overlay-icon {
  width: 5%;
}

.c-img-gallery-main-dots {
  display: none;
}

.img-gallery-subs {
  background-color: #131313;
  height: 200px;
}

.c-main-img-overlay-lightbox {
  z-index: 10;
  background-color: #131313bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c-main-img-feed-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-3-mobile {
  background-color: #ddd0;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: 70px;
  margin-right: 70px;
  padding-bottom: 60px;
  display: none;
}

@media screen and (min-width: 1440px) {
  .footer_section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-button-1 {
    display: none;
  }

  .about-image-table-bg {
    top: 185%;
  }

  .footer-button-1, .hero-button-1-copy {
    display: none;
  }

  .tech-provider-result_section {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    display: flex;
  }

  .image-15-desktop {
    width: 1100px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tech-provider-result_section-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-6 {
    background-image: url('../images/Tech-Pro-CT-Desktop.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .button-16 {
    justify-content: center;
    align-items: center;
    height: 48px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .button-16-copy {
    margin-top: 20px;
    display: flex;
  }

  .slide-nav {
    margin-bottom: 25px;
    font-size: 10px;
    display: block;
  }

  .centered-heading-6 {
    color: #53595b;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 38px;
    font-weight: 400;
  }

  .slider {
    margin-left: 100px;
    margin-right: 100px;
  }

  .team-member-image-two-2 {
    width: 80%;
    box-shadow: 5px 2px 5px #0003;
  }

  .left-arrow {
    margin-left: -80px;
  }

  .right-arrow {
    margin-right: -80px;
  }

  .mask {
    position: static;
  }

  .link-block-6-copy {
    background-image: url('../images/image-6.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20%;
  }

  .link-block-6-copy.w--current {
    background-image: url('../images/image-6.png');
  }

  .link-block-6-copy-copy {
    background-image: url('../images/image-7.png');
    width: 23%;
  }

  .section-2 {
    display: block;
  }

  .image-15 {
    width: 1100px;
  }

  .team-member-image-two-2-copy {
    width: 90%;
    box-shadow: 5px 2px 5px #0003;
  }

  .centered-heading-7 {
    color: #052a47;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 700;
  }

  .team-member-image-two-3 {
    box-shadow: 5px 2px 5px #0003;
  }

  .left-arrow-2 {
    margin-left: -80px;
  }

  .right-arrow-2 {
    margin-right: -80px;
  }

  .icon-7 {
    color: #53595b;
    margin-top: 435px;
    font-size: 30px;
  }

  .centered-heading-8 {
    color: #53595b;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 40px;
    font-weight: 400;
  }

  .slider-2 {
    margin-left: 100px;
    margin-right: 100px;
  }

  .team-member-image-two-4 {
    box-shadow: 5px 2px 5px #0003;
  }

  .right-arrow-3 {
    margin-right: -80px;
  }

  .icon-8 {
    color: #53595b;
    margin-top: 435px;
    font-size: 30px;
  }

  .mask-3 {
    position: static;
  }

  .slider-3 {
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 60px;
  }

  .right-arrow-4 {
    margin-right: -80px;
  }

  .icon-9 {
    color: #53595b;
    margin-top: 415.188px;
  }

  .centered-heading-9 {
    color: #53595b;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 38px;
    font-weight: 400;
  }

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

  .mask-4 {
    position: static;
  }

  .team-member-image-two-5 {
    max-width: 80%;
    box-shadow: 5px 2px 5px #0003;
  }

  .slider-3-mobile {
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 60px;
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    min-height: 100vh;
  }

  .navbar_section {
    background-color: #fff;
    max-width: 100%;
    inset: 0% 0% auto;
  }

  .navbar-no-shadow {
    background-color: #fff;
    max-width: 100%;
  }

  .navbar-no-shadow-container_central {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 100%;
    display: block;
  }

  .container-regular {
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    display: none;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .footer_section {
    background-color: #00269a;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    display: flex;
  }

  .link {
    color: var(--navy);
    font-size: 22px;
  }

  .text-block {
    font-size: 20px;
  }

  .link-block {
    background-color: var(--pink_1);
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block:hover {
    background-color: var(--pink-2);
  }

  .text-block-2 {
    font-size: 20px;
  }

  .link-block-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-2:hover {
    background-color: var(--navy);
    color: var(--white);
  }

  .link-block-3 {
    background-image: linear-gradient(90deg, var(--purple-1), var(--purple-2));
  }

  .text-block-3 {
    font-size: 20px;
  }

  .container-3 {
    max-width: 90%;
  }

  .div-block {
    margin-bottom: 1rem;
  }

  .text-block-4 {
    font-size: 60px;
    line-height: 50px;
  }

  .about_section_central {
    background-color: var(--green);
    color: var(--white);
    min-height: 98vh;
    display: block;
  }

  .about-container {
    border: 0 #000;
    max-width: 90%;
    max-height: none;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .solution_section_central {
    min-height: 60vh;
  }

  .solution-container {
    max-width: 90%;
  }

  .applicanr-container {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    display: flex;
  }

  .applicant_section_central {
    background-color: var(--green);
    min-height: 160vh;
    display: none;
  }

  .timeline_section_central {
    background-color: var(--green-2);
    min-height: 100vh;
  }

  .timeline-container {
    max-width: 90%;
    margin-top: 0;
    padding-top: 4rem;
  }

  .hero-split {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 1rem;
  }

  .text-desktop {
    text-align: left;
    letter-spacing: .5px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 6rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .button-primary-2 {
    text-align: center;
    border-width: 1.5px;
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 70px;
    margin-top: .8rem;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 42px;
    display: flex;
  }

  .button-primary-2:hover {
    color: var(--navy);
    background-color: #fff9;
  }

  .hero-smes-logo-1920px {
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: 8rem;
    display: block;
  }

  .hero_section_central {
    justify-content: center;
    align-items: center;
    min-height: 105vh;
    display: flex;
  }

  .hero-container {
    color: var(--white);
    max-width: 100%;
    margin-top: 8rem;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .container-5 {
    max-width: 60%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .hero-wrapper-2 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .hero_container {
    max-width: 100rem;
  }

  .hero_image {
    max-width: 100%;
    font-size: 14px;
  }

  .new_hero_group {
    padding-top: 0;
  }

  .hero_section-2 {
    background-image: none;
    min-height: 100dvh;
  }

  .hero_small_text {
    margin-top: 3px;
  }

  .hero_button {
    margin-top: .25rem;
  }

  .background-desktop {
    height: 100%;
  }

  .container-6 {
    margin-top: 8rem;
  }

  .etda-logo-1920px {
    display: block;
  }

  .smes-growth-logo-1920px {
    margin-bottom: 0;
    display: block;
  }

  .columns-desktop {
    margin-top: .5rem;
  }

  .text-block-6, .text-block-7 {
    color: #fff6;
    letter-spacing: .5px;
    font-size: 26px;
  }

  .etda-logo-desktop {
    display: none;
  }

  .smes-growth-logo-desktop {
    margin-bottom: 0;
    display: none;
  }

  .etda-logo-ipad {
    display: none;
  }

  .smes-growth-logo-desktop-copy, .smes-growth-logo-ipad {
    margin-bottom: 0;
    display: none;
  }

  .etda-logo-mobile-hor {
    display: none;
  }

  .smes-growth-logo-mobile-hor {
    margin-bottom: 0;
    display: none;
  }

  .background-mobile {
    display: none;
  }

  .smes-growth-logo-mobile-ver {
    margin-bottom: 0;
    display: none;
  }

  .text-mobile {
    letter-spacing: .5px;
    margin-top: 3rem;
    margin-bottom: 4rem;
    font-size: 32.5px;
    line-height: 35px;
    display: none;
  }

  .columns-mobile {
    display: none;
  }

  .button-primary-3 {
    text-align: center;
    border-radius: 35px;
    width: 250px;
    height: 70px;
    margin-top: .5rem;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    font-size: 45px;
  }

  .button-primary-3:hover {
    color: var(--navy);
    background-color: #ffffff80;
  }

  .button-2 {
    background-color: var(--pink_1);
    text-align: center;
    border-radius: 40px;
    width: 540px;
    height: 80px;
    padding: 15px 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 45px;
  }

  .button-2:hover {
    background-color: var(--pink-2);
  }

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

  .container-7 {
    display: block;
  }

  .hero-wrapper-two {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .margin-bottom-24px {
    color: #b82a2a;
  }

  .heading {
    display: flex;
  }

  .hero-heading-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    display: flex;
  }

  .container-9 {
    position: fixed;
    inset: 0%;
  }

  .button-3 {
    color: var(--navy);
    text-align: center;
    background-color: #fff;
    border-radius: 40px;
    height: 80px;
    padding: 15px 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 45px;
  }

  .columns {
    width: 75%;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .div-block-3 {
    width: 100%;
    margin-left: 2rem;
  }

  .flex-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 4rem;
    display: flex;
  }

  .hero-button-1 {
    background-color: var(--pink_1);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 2rem;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .hero-button-1:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .hero-button-2 {
    color: var(--navy);
    background-color: #fff;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .hero-button-2:hover {
    background-color: var(--navy);
    color: var(--white);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .nav-button-1 {
    background-color: var(--pink_1);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: .5rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: none;
  }

  .nav-button-1:hover {
    background-color: var(--pink-4);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .nav-button-2 {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

  .nav-button-2:hover {
    background-color: var(--navy);
    color: var(--white);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .nav-button-3 {
    background-image: linear-gradient(90deg, var(--purple-1), var(--purple-2));
    border-radius: 20px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .nav-button-3:hover {
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .hero-heading-center {
    background-color: #0000;
    padding: 0;
  }

  .container-10 {
    width: auto;
    max-width: none;
  }

  .centered-heading.margin-bottom-32px {
    margin-bottom: 10px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 60px;
    font-weight: 400;
  }

  .hero-wrapper-4 {
    border: 0 #000;
    margin-top: 1rem;
  }

  .hero-split-3 {
    max-width: 60%;
  }

  .margin-bottom-24px-2 {
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-3 {
    color: var(--pink_1);
    text-align: center;
    margin-top: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 60px;
    font-weight: 700;
  }

  .div-block-4 {
    border: 0 #000;
  }

  .nav_layout_mobile_390px {
    display: none;
  }

  .button-12 {
    background-color: #bb5b5b;
  }

  .button-12:hover {
    background-color: #f10303;
  }

  .heading-4 {
    font-family: Fc Minimal, Impact, sans-serif;
    font-weight: 400;
  }

  .about-heading-center-2 {
    color: #0000;
    background-color: #0000;
    border: 1px #000;
    padding: 0;
    text-decoration: none;
  }

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

  .centered-heading-2.margin-bottom-32px {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 80px;
  }

  .hero-wrapper-5 {
    margin-top: 1rem;
  }

  .hero-split-4 {
    max-width: 55%;
  }

  .margin-bottom-24px-3 {
    letter-spacing: 1px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
  }

  .shadow-two-4 {
    max-width: 100%;
    margin-right: 2rem;
  }

  .heading-5 {
    color: var(--pink_1);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    display: block;
  }

  .heading-6 {
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .heading-7 {
    color: var(--green);
    text-align: center;
    margin-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 52px;
    font-weight: 400;
    display: block;
  }

  .heading-8 {
    color: var(--green);
    text-align: center;
    margin-top: 10px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 45px;
    font-weight: 400;
    display: block;
  }

  .paragraph-3 {
    color: #53595b;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 28px;
    line-height: 30px;
  }

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

  .flex-block-3 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .flex-block-4 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .paragraph-4, .paragraph-5 {
    color: #53595b;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-9, .heading-10 {
    color: #029983;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
  }

  .about-image-table-bg {
    opacity: .5;
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: 125%;
    display: none;
    position: absolute;
    inset: 170% 0% 0%;
  }

  .image-6, .image-7 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .div-block-5 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .text-block-8 {
    letter-spacing: .5px;
    padding-right: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .text-block-9 {
    letter-spacing: .5px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 35px;
  }

  .tab-link-tab-1 {
    color: #fff;
    background-color: #fff6;
    border-radius: 30px;
    margin-right: 1.5rem;
    padding: 1.2rem 2rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50%;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--pink_1);
    color: #fff;
    border-radius: 30px;
    margin-right: 1.5rem;
    padding: 1.2rem 2rem;
    font-size: 50px;
    display: flex;
  }

  .tab-link-tab-2 {
    color: #fff;
    background-color: #fff6;
    border-radius: 30px;
    margin-left: 1.5rem;
    padding: 1.2rem 2rem;
    font-size: 50px;
    font-weight: 700;
    display: none;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--pink_1);
    color: #fff;
  }

  .tabs {
    width: 90%;
    margin-top: 5rem;
    display: block;
  }

  .tab-pane-tab-1 {
    max-width: 100%;
  }

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

  .tab-1--hero-wrapper {
    margin-top: 1rem;
    margin-left: 4rem;
    margin-right: 0;
  }

  .hero-split-4-copy {
    max-width: 61%;
  }

  .heading-6-copy {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .margin-bottom-24px-3-copy {
    color: #fff;
    letter-spacing: .5px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
  }

  .tab-2--property-hero-split-2 {
    max-width: 61%;
  }

  .property-central-1--1920px {
    max-width: 100%;
    margin-right: 0;
    display: block;
  }

  .bold-text {
    color: var(--pink_1);
    font-size: 26px;
    font-weight: 400;
  }

  .tab-2--c-div-blockk {
    background-color: #fff;
    border-radius: 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-wrapper-5-copy-copy {
    margin: 0 4rem;
  }

  .hero-split-4-copy-copy {
    max-width: 61%;
  }

  .heading-condition-desktop {
    color: #53595b;
    margin-left: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .bold-text-copy {
    color: var(--pink_1);
    font-weight: 400;
  }

  .tab-1--condtirion-hero-split-2 {
    max-width: 61%;
  }

  .condition-1920px {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }

  .tab-1--button-1 {
    color: var(--navy);
    background-color: #fff;
    background-image: url('../images/arrow-right.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    border: 1px solid #53595b;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 1.5rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .tab-1--button-1:hover {
    color: var(--white);
    background-image: url('../images/image-1.png');
    background-position: 85%;
    background-size: cover;
  }

  .text-link-arrow {
    border: 1px solid #53595b;
    border-radius: 45px;
    height: 80px;
    padding-bottom: 2px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 37px;
    font-weight: 700;
  }

  .text-link-arrow:hover {
    background-color: var(--navy);
    color: var(--white);
    border-style: none;
    border-width: 0;
  }

  .arrow-embed {
    color: #53595b;
    font-size: 45px;
  }

  .arrow-embed:hover {
    color: var(--white);
  }

  .text-block-10 {
    color: var(--navy);
    margin-right: .5rem;
  }

  .text-block-10:hover {
    color: var(--white);
  }

  .heading-6-copy-copy-copy {
    color: #fff;
    margin-left: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .tab-2--rw-hero-splittt-2 {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 61%;
  }

  .condition-2--1920px {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .tab-1----div-blockkk {
    background-color: #0000;
    border-radius: 15px;
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-1--button-2 {
    background-color: var(--pink_1);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .tab-1--button-2:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .hero-split-4-copy-copy-copy-copy {
    max-width: 50%;
  }

  .tab-1----div-block {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .tab-2----hero-splittt-1 {
    max-width: 50%;
  }

  .tab-2--pp-hero-split-1 {
    max-width: 65%;
  }

  .button-4-copy-copy {
    background-color: var(--pink_1);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 80px;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 37px;
    font-weight: 700;
    display: flex;
  }

  .button-4-copy-copy:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .margin-bottom-24px-3-copy-copy {
    color: #fff;
    letter-spacing: .5px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
  }

  .tab-2--pp-hero-wrapper {
    margin-top: 5rem;
    margin-bottom: 8rem;
    margin-right: 0;
  }

  .margin-bottom-24px-3-copy-copy-copy {
    color: #53595b;
    letter-spacing: .5px;
    letter-spacing: .5px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
  }

  .tab-2--button-1 {
    color: var(--navy);
    background-color: #fff;
    background-image: url('../images/arrow-right.png');
    background-position: 90%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    border: 1px solid #53595b;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 1.5rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .tab-2--button-1:hover {
    color: var(--white);
    background-image: url('../images/image-1.png');
    background-position: 85%;
    background-size: cover;
  }

  .tab-2--rw-div-blockkk {
    background-color: #0000;
    border-radius: 15px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-6-copy-copy-copy-copy {
    color: #fff;
    margin-left: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .margin-bottom-24px-3-copy-copy-copy-copy {
    color: #fff;
    letter-spacing: .5px;
    letter-spacing: .5px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
  }

  .margin-bottom-24px-3-copy-copy-copy-copy-copy {
    color: #53595b;
    letter-spacing: .5px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
  }

  .hero-split-4-copy-copy-copy {
    max-width: 61%;
  }

  .tab-2--rw-hero-wrapperrr {
    margin: 0;
  }

  .hero-wrapper-5-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy {
    margin: 0 4rem;
  }

  .hero-wrapper-5-copy-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy-copy, .tab-1----hero-wrapperrr {
    margin: 0 0 0 4rem;
  }

  .tab-1----hero-wrapper {
    margin: 0 4rem;
  }

  .heading-11 {
    color: #53595b;
    text-align: center;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .timeline-grid-1 {
    grid-row-gap: 85px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-right: 2rem;
    padding-top: 0;
  }

  .timeline-grid-2 {
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 2rem;
  }

  .timeline-flex-block-desktop {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 7rem;
  }

  .timeline-image-1920px {
    max-width: 50%;
    display: block;
  }

  .text-block-11 {
    background-color: var(--green);
    color: #fff;
    border-radius: 200px;
    padding: 16px 20px 18px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .flex-block-6 {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 5rem;
    box-shadow: 5px 2px 10px 5px #0003;
  }

  .paragraph-6 {
    color: #53595b;
    text-align: center;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 28px;
    line-height: 30px;
  }

  .paragraph-7 {
    color: #53595b;
    margin-top: 15px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .partner_section {
    min-height: 50px;
  }

  .container-13 {
    max-width: 90%;
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

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

  .image_depa {
    max-width: 58%;
  }

  .image_ss {
    width: auto;
    max-width: 60%;
    height: auto;
  }

  .image_sme {
    max-width: 60%;
  }

  .image_ts {
    max-width: 58%;
  }

  .text-block-5-desktop {
    margin-top: .5rem;
    font-size: 50px;
    line-height: 50px;
  }

  .footer-button-1 {
    background-color: var(--pink_1);
    letter-spacing: .5px;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 65px;
    margin: 4rem 1rem 2rem 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .footer-button-1:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .footer-button-2 {
    color: var(--white);
    letter-spacing: .5px;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 65px;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .footer-button-2:hover {
    background-color: var(--white);
    color: var(--navy);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .fooer-columns {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .link-2 {
    color: #fff;
    letter-spacing: .5px;
    padding-top: 1.5rem;
    padding-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 25px;
    text-decoration: none;
  }

  .paragraph-8 {
    color: #fff9;
    letter-spacing: .5px;
    font-size: 15px;
  }

  .list {
    color: #fff;
    letter-spacing: .5px;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .list-2 {
    letter-spacing: .5px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
  }

  .tab-1--condition-hero-split-1 {
    justify-content: center;
    align-items: flex-start;
    max-width: 65%;
  }

  .list-3 {
    color: #fff;
    letter-spacing: .5px;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .list-4 {
    color: #fff;
    letter-spacing: .5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .list-5 {
    color: #53595b;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .list-6 {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .list-item-24, .list-item-25, .list-item-26, .list-item-27, .list-item-28 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 30px;
  }

  .tab-2--button-2 {
    background-color: var(--pink_1);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .tab-2--button-2:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .tabs-content {
    display: block;
  }

  .hero-container-copy {
    color: var(--white);
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 6rem;
    display: block;
    position: relative;
    inset: 0%;
  }

  .hero-wrapper-2-copy {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .hero-wrapper-2-copy-copy {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .hero-split-copy {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 1rem;
  }

  .hero-split-copy-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .div-block-8 {
    margin-right: -120px;
  }

  .div-block-9 {
    margin-left: -60px;
  }

  .hero-smes-logo-1146px {
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: 8rem;
    display: none;
  }

  .about-map-central-1920px {
    max-width: 100%;
    margin-right: 2rem;
    display: block;
  }

  .about-map-central-1146px {
    max-width: 100%;
    margin-right: 2rem;
    display: none;
  }

  .image-9 {
    width: 100%;
    max-width: 100%;
    height: 280%;
    min-height: 0;
    display: block;
    position: absolute;
    inset: 250% 0% 0%;
  }

  .tab-1--property-hero-splitt-1 {
    max-width: 65%;
  }

  .property-central-1--1146px {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }

  .condition-1146px {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
  }

  .condition-2--1146px {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .condition-2-2--1146px {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
  }

  .tab-2--c-hero-splitt-1 {
    max-width: 65%;
  }

  .tab-2--c-hero-wrapperr {
    margin: 0 4rem;
  }

  .condition-2--1920px-copy {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .partner-grid-1146px {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: none;
  }

  .grid-depa-1146px {
    max-width: 58%;
  }

  .grid-ss-1146px {
    width: auto;
    max-width: 60%;
    height: auto;
  }

  .grid-sme-1146px {
    max-width: 60%;
  }

  .grid-ts-1146px {
    max-width: 58%;
  }

  .footer-1920px {
    margin-bottom: 1rem;
    display: flex;
  }

  .footer-1146px {
    margin-bottom: 1rem;
    display: none;
  }

  .text-block-4-desktop {
    font-size: 60px;
    line-height: 50px;
  }

  .cct-1--1146px {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .pp-ct-2--1920px {
    max-width: 100%;
    margin-right: 0;
    display: block;
  }

  .pp-ct-2--1146px {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }

  .condition-1920px-copy {
    max-width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: block;
  }

  .cct-2--1920px {
    display: block;
  }

  .cct-2--1146px {
    display: none;
  }

  .tab-1--condition-div-blockk {
    background-color: #fff;
    border-radius: 30px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .tab-1--property-hero-wrapperr {
    margin-top: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-1----hero-wrapperrr-copy {
    margin: 0 0 0 4rem;
  }

  .tab-1--rw-hero-split-1 {
    max-width: 65%;
  }

  .tab-2--c-hero-splitt-2 {
    max-width: 61%;
  }

  .tab-2--rw-hero-splittt-1-copy {
    max-width: 65%;
  }

  .tab-1--property-div-block-copy {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .hero-etda-logo-mobile {
    display: none;
  }

  .text-desktop-copy {
    text-align: left;
    letter-spacing: .5px;
    margin-top: 3rem;
    margin-bottom: 2rem;
    margin-left: 7rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-text-mobile {
    display: none;
  }

  .about-map-central-mobile {
    max-width: 100%;
    margin-right: 2rem;
    display: none;
  }

  .paragraph-3-copy {
    color: #53595b;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 28px;
    line-height: 30px;
  }

  .heading-conditon-mobile {
    color: #53595b;
    margin-left: 1.5rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .property-central-1--mobile {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }

  ._1--mobilee {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .timeline-image-1146px {
    max-width: 50%;
    display: none;
  }

  .heading---desktop-copy {
    color: #53595b;
    margin-left: 1.5rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .pp-ct-2--mobile {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }

  .cct-2--mobilee {
    display: none;
  }

  .timeline-flex-block-mobile {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 7rem;
    display: none;
  }

  .timeline-image-mobile {
    max-width: 50%;
    display: none;
  }

  .timeline-grid-2-mobile {
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 2rem;
  }

  .partner-grid-mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: none;
  }

  .text-block-4-mobile {
    font-size: 60px;
    line-height: 50px;
  }

  .text-block-5-mobile {
    margin-top: .5rem;
    font-size: 50px;
    line-height: 50px;
  }

  .property-central1--ipad {
    max-width: 100%;
    margin-right: 0;
    display: none;
  }

  .tab-1--property-hero-wrapper-ipad {
    margin-top: 1rem;
    margin-left: 4rem;
    margin-right: 0;
  }

  .tab-1--pp-hero-splitt-1-ipad {
    max-width: 61%;
  }

  .cct-1--ipadd {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .hero-smes-logo-ipad, .hero-smes-logo-ipad-copy {
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: 8rem;
    display: none;
  }

  .div-block-13 {
    width: 40%;
  }

  .text-main-desktop {
    text-align: center;
    letter-spacing: .5px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .flex-block-6-none {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 5rem;
    display: none;
    box-shadow: 5px 2px 10px 5px #0003;
  }

  .about_section_ns-copy {
    background-color: var(--purple-1);
    color: var(--white);
    min-height: 98vh;
  }

  .heading-7-copy {
    color: var(--pink-3);
    text-align: center;
    margin-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 52px;
    font-weight: 400;
  }

  .heading-8-copy {
    color: var(--pink-3);
    text-align: center;
    margin-top: 10px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .heading-5-ns-copy {
    color: var(--pink-3);
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 100px;
    display: block;
  }

  .applicant_section_ns-copy {
    background-color: var(--purple-1);
    min-height: 160vh;
    display: none;
  }

  .tabs-menu_ns-copy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .solution_section_ns-copy {
    min-height: 60vh;
  }

  .timeline_section_ns-copy {
    background-color: var(--purple-3);
    min-height: 100vh;
  }

  .tab-link-tab-3 {
    background-color: var(--color);
    color: var(--white);
    border-radius: 30px;
    margin-right: 1.5rem;
    padding: 1.2rem 2rem;
  }

  .tab-link-tab-3.w--current {
    background-color: var(--pink-3);
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block-12 {
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .text-block-13 {
    padding: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .tab-link-tab-4 {
    color: #fff;
    background-color: #fff6;
    border-radius: 30px;
    margin-left: 1.5rem;
    padding: 1.2rem 2rem;
  }

  .tab-link-tab-4.w--current {
    background-color: var(--pink-3);
    margin-left: 1.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .navbar-no-shadow-container_ns-copy {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 100%;
    display: block;
  }

  .flex-block-ns-copy {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 4rem;
    display: none;
  }

  .hero-button-1-copy {
    background-color: var(--pink-3);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 2rem;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .hero-button-1-copy:hover {
    background-color: var(--pink-4);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .tab-1--button-2-copy {
    background-color: var(--pink-3);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .tab-1--button-2-copy:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .tab-2--button-2-copy {
    background-color: var(--pink-3);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 1.5rem;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .tab-2--button-2-copy:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .tab-2--button-2-copy-copy {
    background-color: var(--pink-4);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-left: 0;
    margin-right: 1rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: none;
  }

  .tab-2--button-2-copy-copy:hover {
    background-color: var(--pink-2);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .nav-button-1-copy {
    background-color: var(--pink-3);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: 0;
    margin-right: .5rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: none;
  }

  .nav-button-1-copy:hover {
    background-color: var(--pink-4);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .nav-button-2-copy {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    background-color: #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 22px;
    font-weight: 700;
    display: block;
  }

  .nav-button-2-copy:hover {
    background-color: var(--navy);
    color: var(--white);
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .nav-button-3-copy {
    background-image: linear-gradient(90deg, var(--green), var(--green-3));
    border-radius: 20px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 22px;
    font-weight: 700;
  }

  .nav-button-3-copy:hover {
    box-shadow: 5px 5px 10px 5px #0003;
  }

  .link-copy {
    color: var(--navy);
    font-size: 22px;
  }

  .timeline-flex-block-deskto-ns-copy {
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 7rem;
  }

  .timeline-grid-1-copy {
    grid-row-gap: 85px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-right: 2rem;
    padding-top: 10rem;
  }

  .timeline-grid-2-copy {
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: -10rem;
    margin-left: 2rem;
  }

  .bold-text-2 {
    color: var(--pink-3);
    font-weight: 400;
  }

  .flex-block-6-copy {
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 5rem;
    box-shadow: 5px 2px 10px 5px #0003;
  }

  .button-primary-2-mobile {
    text-align: center;
    border-width: 2px;
    border-radius: 35px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 70px;
    margin-top: .8rem;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 42px;
    display: flex;
  }

  .button-primary-2-mobile:hover {
    color: var(--navy);
    background-color: #fff9;
  }

  .bold-text-3 {
    font-size: 26px;
  }

  .text-block-11-copy {
    background-color: var(--green);
    color: #fff;
    border-radius: 200px;
    padding: 16px 20px 18px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .text-block-11-copy-copy {
    background-color: var(--purple-1);
    color: #fff;
    border-radius: 200px;
    padding: 16px 20px 18px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .tab1-condition {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-around;
    align-items: center;
  }

  .image-14 {
    margin-left: 6rem;
    padding-left: 0;
    display: block;
  }

  .tech-provider-result_section {
    background-color: #029983;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .container-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .heading-12-desktop {
    color: #fff;
    text-align: center;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
  }

  .image-15-desktop {
    width: 1600px;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tech-provider-result_section-copy {
    background-color: #740ac1;
    min-height: 80vh;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-15-mobile {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: none;
  }

  .image-15-desktop-copy {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .heading-12-mobile {
    color: #fff;
    text-align: center;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 50px;
  }

  .link-block-6 {
    background-image: url('../images/Tech-Pro-CT-Desktop.png');
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 85%;
    height: 120px;
    margin-top: 1.5rem;
    margin-left: 1rem;
    display: block;
  }

  .link-block-6-copy {
    background-image: url('../images/Tech-Pro-NT-Desktop.png');
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 85%;
    height: 120px;
    margin-top: 1.5rem;
    margin-left: 1rem;
  }

  .flex-block-ns-copy-copy {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    padding-left: 4rem;
    display: flex;
  }

  .button-16 {
    border: 1.5px none var(--navy);
    background-color: var(--pink_1);
    color: var(--white);
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 65px;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .button-16-copy {
    border: 1.5px none var(--navy);
    background-color: var(--pink-3);
    color: var(--white);
    border-radius: 45px;
    justify-content: center;
    align-items: center;
    height: 65px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .icon-5 {
    margin-top: 550.542px;
  }

  .slide-nav {
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .centered-heading-6 {
    color: #53595b;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 50px;
    font-weight: 400;
  }

  .slider {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 100px;
    margin-right: 100px;
  }

  .team-member-image-two-2 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .left-arrow {
    margin-left: -90px;
    display: block;
  }

  .right-arrow {
    margin-right: -90px;
  }

  .link-block-6-copy {
    background-image: url('../images/image-6.png');
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 35%;
    height: 120px;
    margin-top: 1.5rem;
    margin-left: 6rem;
    display: block;
  }

  .link-block-6-copy-copy {
    background-image: url('../images/image-7.png');
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: 80%;
    width: 35%;
    height: 120px;
    margin-top: 1.5rem;
    margin-left: 5rem;
  }

  .section-2 {
    display: block;
  }

  .image-15 {
    width: 1600px;
  }

  .image-15-mobile-copy {
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
    display: none;
  }

  .team-member-image-two-2-copy {
    border-radius: 20px;
    width: 70%;
    height: auto;
    box-shadow: 5px 2px 5px #0003;
  }

  .centered-heading-7 {
    color: #052a47;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-weight: 700;
  }

  .team-member-image-two-3 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .left-arrow-2 {
    margin-left: -90px;
    display: block;
  }

  .right-arrow-2 {
    margin-right: -90px;
  }

  .icon-7 {
    margin-top: 545.156px;
  }

  .centered-heading-8 {
    color: #53595b;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 50px;
    font-weight: 400;
  }

  .slider-2 {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 100px;
    margin-right: 100px;
  }

  .team-member-image-two-4 {
    border-radius: 20px;
    max-width: 90%;
    box-shadow: 5px 2px 5px #0003;
  }

  .right-arrow-3 {
    margin-right: -90px;
  }

  .icon-8 {
    margin-top: 545.156px;
  }

  .mask-3 {
    padding-left: 0;
    position: static;
  }

  .slider-3 {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 60px;
  }

  .right-arrow-4 {
    margin-right: -90px;
  }

  .icon-9 {
    margin-top: 530.188px;
  }

  .centered-heading-9 {
    color: #53595b;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 50px;
    font-weight: 400;
  }

  .team-member-image-two-5 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .slider-3-mobile {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 100px;
    margin-right: 100px;
    padding-bottom: 60px;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 80vh;
  }

  .navbar-no-shadow-container_central, .navbar-wrapper {
    display: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .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 #0000000d;
  }

  .about_section_central {
    display: block;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

  .text-desktop {
    font-size: 20px;
    line-height: 25px;
  }

  .button-primary-2 {
    width: 125px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .hero_section_central {
    min-height: 90vh;
  }

  .hero-container {
    padding-top: 2rem;
  }

  .container-5 {
    max-width: 90%;
    padding-top: 0;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .hero_container {
    height: auto;
  }

  .new_hero_group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
    height: 100%;
    margin-top: -1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero_big_text {
    max-width: 80dvw;
  }

  .hero-background-mobile {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
  }

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

  .hero-background-desktop {
    display: none;
  }

  .hero_button {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    align-self: auto;
    min-width: 70dvw;
    min-height: auto;
    padding-bottom: 1rem;
  }

  .background-desktop {
    height: auto;
    min-height: 100vh;
  }

  .text-block-6, .text-block-7 {
    color: #fff6;
    font-size: 13px;
    line-height: 15px;
  }

  .etda-logo-desktop {
    flex: 0 auto;
    display: none;
  }

  .smes-growth-logo-desktop {
    display: none;
  }

  .etda-logo-ipad {
    display: block;
  }

  .smes-growth-logo-ipad {
    flex: 0 auto;
    display: block;
  }

  .etda-logo-mobile-hor {
    display: none;
  }

  .smes-growth-logo-mobile-hor {
    flex: 0 auto;
    display: none;
  }

  .etda-logo-mobile-ver {
    display: none;
  }

  .smes-growth-logo-mobile-ver {
    flex: 0 auto;
    display: none;
  }

  .text-mobile {
    font-size: 15px;
    line-height: 18px;
  }

  .button-primary-3 {
    width: 125px;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
  }

  .container-7, .container-8 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-button-1 {
    height: 40px;
    padding: 0 1rem;
    font-size: 20px;
  }

  .hero-button-2 {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .meu_mobile_left {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    padding: 0;
    display: flex;
  }

  .hambergur-opened {
    cursor: pointer;
    padding-left: .1rem;
    padding-right: .1rem;
  }

  .nav_menu_mobile_390px {
    background-color: #fff;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 4.6rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .register {
    background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026 100%, #fff);
    border-radius: 10px;
    margin-right: 23px;
  }

  .nav_logo {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 9.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
  }

  .desktop_menu-group {
    display: none;
  }

  .hamburger-closed {
    margin: .7rem .3rem 1rem;
    display: block;
  }

  .bali_content {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 90dvw;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .menu_one_line {
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav_layout_mobile_390px {
    z-index: 2;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 100lvh;
    margin-left: 100%;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .program-text {
    color: #666;
    text-decoration: none;
  }

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

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

  .nav_social {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    place-items: center stretch;
    min-width: 90dvw;
    min-height: auto;
    margin-top: 1rem;
    display: flex;
  }

  .nav_buttom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    max-width: 90vw;
    margin-top: .4rem;
    margin-bottom: .4rem;
    padding-top: 0;
    display: flex;
    position: static;
    left: .6rem;
    right: .6rem;
  }

  .nav_buttom.bali_exclusive {
    display: none;
  }

  .nav_buttom.u-above-margin {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    align-self: center;
    margin-top: 1rem;
    margin-bottom: auto;
  }

  .nav_buttom.u-above-margin.bali_ex {
    display: none;
  }

  .nav_logo_mobile {
    display: block;
  }

  .nav_cta_button {
    min-width: 90dvw;
    margin: 2rem auto;
    display: block;
  }

  .nav_cta_button.u-decrease-margin {
    margin-top: -.3rem;
  }

  .nav_cta_button.u {
    background-image: url('../images/Button-Mobile_green.png');
    background-position: 50%;
    background-size: 100% 100%;
    min-width: 85dvw;
    min-height: 15dvh;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .nav_cta_button.u-d-m-below {
    min-width: 90dvw;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .link-bar {
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .nav_link {
    background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
    border-radius: 18px;
    min-width: 90vw;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav_link.cta {
    border-radius: 18px;
    min-width: 90vw;
    margin-top: 4rem;
    overflow: visible;
  }

  .nav_link.cta.mobile {
    margin-top: .7rem;
    display: none;
  }

  .cta-button-text {
    font-size: 1.1rem;
  }

  .image-3 {
    padding-top: 0;
  }

  .nav_logo_image {
    max-width: 40dvw;
    margin-top: auto;
  }

  .nav_left {
    flex-flow: column;
  }

  .cta_button_style {
    background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
    border-radius: 18px;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
    margin-bottom: .4rem;
    padding: .8rem .75rem;
    text-decoration: none;
    display: flex;
  }

  .cta_button_style.u-decrease-margin {
    margin-top: -1rem;
  }

  .nav_right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav_mobile_group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    min-height: 100%;
    display: flex;
  }

  .program_lbar {
    justify-content: space-between;
    align-items: center;
    min-width: 90vw;
    max-width: 0%;
    display: flex;
  }

  .bali_dropdown_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .nav_lists_line {
    width: 100%;
    max-width: 90vw;
    margin-bottom: auto;
  }

  .nav_lists {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
  }

  .vector {
    align-self: center;
    margin-top: auto;
  }

  .bali_trigger {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: -33px;
    display: flex;
  }

  .mobile_cta_link_block {
    color: #fff;
    width: 100%;
    text-decoration: none;
  }

  .button-11 {
    background-color: var(--pink_1);
    text-align: center;
    border-radius: 30px;
    min-width: 85dvw;
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: none;
  }

  .button-12 {
    text-align: center;
    background-color: #ff7184;
    border-radius: 30px;
    min-width: 85dvw;
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: none;
  }

  .button-13 {
    border: 1px solid var(--53595b);
    background-color: var(--white);
    color: var(--navy);
    text-align: center;
    border-radius: 20px;
    min-width: 85dvw;
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--53595b);
    justify-content: center;
    align-items: center;
    min-width: 85dvw;
    margin-top: .5rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .paragraph-2 {
    color: var(--53595b);
    margin-bottom: 0;
  }

  .flex-block-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top: 1px solid var(--53595b);
    border-bottom: 1px solid var(--53595b);
    justify-content: center;
    align-items: center;
    min-width: 85dvw;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-right: 1rem;
  }

  .nav_cta_button-copy {
    min-width: 90dvw;
    margin: 2rem auto;
    display: block;
  }

  .nav_cta_button-copy.u-decrease-margin {
    margin-top: -.3rem;
  }

  .nav_cta_button-copy.u {
    background-image: url('../images/Button-Mobile_purple.png');
    background-position: 50%;
    background-size: 100% 100%;
    min-width: 85dvw;
    min-height: 15dvh;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }

  .nav_cta_button-copy.u-d-m-below {
    min-width: 90dvw;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-4, .link-block-4-copy {
    min-width: 85dvw;
    min-height: 15dvh;
  }

  .about-heading-center-2 {
    padding-bottom: 0;
  }

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

  .centered-heading-2.margin-bottom-32px {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-wrapper-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-4 {
    max-width: 60%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-3 {
    padding-right: 1rem;
    font-size: 20px;
    line-height: 25px;
  }

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

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

  .heading-7 {
    font-size: 38px;
  }

  .heading-8 {
    font-size: 32px;
  }

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

  .paragraph-4, .paragraph-5 {
    font-size: 20px;
  }

  .about-background-desktop {
    display: none;
  }

  .about-image-table-bg {
    height: 125%;
    top: 138%;
  }

  .text-block-8, .text-block-9 {
    font-size: 25px;
  }

  .tab-1--hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-6-copy {
    margin-left: .5rem;
    font-size: 33px;
  }

  .tab-2--property-hero-split-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .bold-text {
    font-size: 18px;
  }

  .hero-wrapper-5-copy-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4-copy-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-condition-desktop {
    margin-left: 0;
    font-size: 33px;
    line-height: 33px;
  }

  .tab-1--condtirion-hero-split-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

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

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .heading-6-copy-copy-copy {
    margin-bottom: auto;
    margin-left: .5rem;
    font-size: 33px;
  }

  .tab-2--rw-hero-splittt-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tab-1--button-2 {
    width: 100%;
    height: 40px;
    font-size: 20px;
  }

  .hero-split-4-copy-copy-copy-copy, .tab-2----hero-splittt-1 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tab-2--pp-hero-split-1 {
    max-width: 60%;
    margin-bottom: 0;
  }

  .tab-2--pp-hero-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-6-copy-copy-copy-copy {
    font-size: 33px;
  }

  .hero-split-4-copy-copy-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .tab-2--rw-hero-wrapperrr {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-wrapper-5-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy, .hero-wrapper-5-copy-copy-copy-copy-copy, .tab-1----hero-wrapperrr {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .tab-1----hero-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
    margin-left: 0;
    margin-right: 0;
  }

  .timeline-grid-2 {
    grid-row-gap: 80px;
  }

  .flex-block-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .paragraph-6 {
    text-align: center;
    margin-bottom: 0;
    font-size: 20px;
  }

  .paragraph-7 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .text-block-5-desktop {
    margin-top: 1rem;
    font-size: 35px;
  }

  .footer-button-1 {
    font-size: 20px;
    display: none;
  }

  .footer-button-2 {
    font-size: 20px;
  }

  .list {
    margin-top: .5rem;
    padding-left: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .list-2 {
    margin-top: .5rem;
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 20px;
  }

  .tab-1--condition-hero-split-1 {
    max-width: 60%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .list-3 {
    margin-top: .5rem;
    padding-left: 20px;
    font-size: 20px;
  }

  .list-4 {
    margin-top: .5rem;
    font-size: 20px;
    line-height: 20px;
  }

  .list-5 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .list-6 {
    margin-top: .5rem;
    font-size: 20px;
    line-height: 20px;
  }

  .tab-2--button-2 {
    height: 40px;
    font-size: 20px;
  }

  .hero-wrapper-2-copy, .hero-wrapper-2-copy-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .hero-split-copy, .hero-split-copy-copy {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

  .div-block-8 {
    margin-right: -160px;
  }

  .div-block-9 {
    margin-left: -160px;
  }

  .hero-smes-logo-1146px {
    display: none;
  }

  .about-map-central-1146px {
    padding-top: 2rem;
  }

  .image-9 {
    top: 300%;
  }

  .tab-1--property-hero-splitt-1 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .property-central-1--1146px {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .tab-2--c-hero-splitt-1 {
    max-width: 60%;
    margin-bottom: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-2--c-hero-wrapperr {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .text-block-4-desktop {
    font-size: 40px;
  }

  .cct-1--1146px, .rw-ct-1--1920px, .rw-ct-1--1146px {
    display: none;
  }

  .pp-ct-2--1146px {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-1--condition-div-blockk {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }

  .tab-1--property-hero-wrapperr {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    display: none;
  }

  .tab-1----hero-wrapperrr-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .tab-1--rw-hero-split-1 {
    width: 60%;
    padding-left: 0;
    padding-right: 1rem;
  }

  .tab-2--c-hero-splitt-2 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .tab-2--rw-hero-splittt-1-copy {
    max-width: 50%;
    margin-bottom: 40px;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .tab-1--property-div-block-copy {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .text-desktop-copy {
    font-size: 15px;
    line-height: 18px;
  }

  .about-map-central-mobile {
    display: none;
  }

  .paragraph-3-copy {
    font-size: 20px;
  }

  ._1--mobilee {
    display: block;
  }

  .tab-1--rw-hero-wrapper-copy {
    flex-flow: row;
  }

  .rw-ct-1--mobileee {
    display: none;
  }

  .hero-background-ipad, .property-central1--ipad {
    display: block;
  }

  .tab-1--property-hero-wrapper-ipad {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .tab-1--pp-hero-splitt-1-ipad {
    max-width: 60%;
    margin-bottom: 0;
    padding-right: 1rem;
  }

  .cct-1--ipadd, .rw-ct-1--1146px-copy, .hero-smes-logo-ipad {
    display: block;
  }

  .hero-smes-logo-ipad-copy, .div-block-12 {
    display: none;
  }

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

  .text-main-desktop {
    font-size: 15px;
    line-height: 18px;
  }

  .flex-block-6-none {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .heading-7-copy {
    font-size: 38px;
  }

  .heading-8-copy {
    font-size: 32px;
  }

  .heading-5-ns-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-12, .text-block-13 {
    font-size: 25px;
  }

  .navbar-no-shadow-container_ns-copy, .flex-block-ns-copy {
    display: none;
  }

  .hero-button-1-copy {
    height: 40px;
    padding: 0 1rem;
    font-size: 20px;
  }

  .tab-1--button-2-copy {
    height: 40px;
    margin-left: 0;
    font-size: 20px;
  }

  .tab-2--button-2-copy {
    height: 40px;
    font-size: 20px;
  }

  .tab-2--button-2-copy-copy {
    height: 40px;
    margin-left: 0;
    font-size: 20px;
    display: none;
  }

  .text-block-11-copy {
    background-color: var(--purple-1);
  }

  .timeline-grid-1-copy {
    grid-row-gap: 81px;
  }

  .timeline-grid-2-copy {
    grid-row-gap: 80px;
  }

  .flex-block-6-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .button-primary-2-mobile {
    width: 125px;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .text-block-11-copy-copy {
    background-color: var(--purple-1);
  }

  .tab1-condition {
    justify-content: space-around;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar {
    display: none;
  }

  .tech-provider-result_section {
    min-height: 60vh;
  }

  .tech-provider-result_section-copy {
    background-color: #740ac1;
    min-height: 45vh;
  }

  .heading-12-mobile {
    display: none;
  }

  .button-14 {
    background-size: cover;
  }

  .link-block-6 {
    background-image: url('../images/Tech-Pro-CT-Desktop.png');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90%;
    height: 100px;
    margin-top: 0;
    padding-top: 1rem;
  }

  .link-block-6-copy {
    background-image: url('../images/Tech-Pro-NT-Desktop.png');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 90%;
    height: 100px;
    margin-top: 0;
    padding-top: 1rem;
  }

  .button-15 {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    background-color: #fff;
    border-radius: 20px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }

  .button-16 {
    height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .button-16-copy {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
  }

  .slide-nav {
    font-size: 9px;
    display: block;
  }

  .slider {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 70px;
    margin-right: 70px;
  }

  .team-member-image-two-2 {
    border-radius: 20px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .left-arrow {
    margin-left: -70px;
  }

  .right-arrow {
    margin-right: -70px;
  }

  .link-block-6-copy {
    background-image: url('../images/image-6.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 33%;
    height: 100px;
    margin-top: 0;
    padding-top: 0;
  }

  .link-block-6-copy-copy {
    background-image: url('../images/image-7.png');
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 33%;
    height: 100px;
    margin-top: 0;
    padding-top: 1rem;
  }

  .team-member-image-two-2-copy, .team-member-image-two-3 {
    border-radius: 20px;
  }

  .left-arrow-2 {
    margin-left: -70px;
    display: none;
  }

  .right-arrow-2 {
    margin-right: -70px;
  }

  .icon-7 {
    margin-top: 305.906px;
    font-size: 30px;
  }

  .slider-2 {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 70px;
    margin-right: 70px;
  }

  .team-member-image-two-4 {
    border-radius: 20px;
  }

  .right-arrow-3 {
    margin-right: -70px;
  }

  .icon-8 {
    margin-top: 305.906px;
    font-size: 30px;
  }

  .slider-3 {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 70px;
    margin-right: 70px;
    display: none;
  }

  .right-arrow-4 {
    margin-right: -70px;
    display: none;
  }

  .icon-9 {
    margin-top: 350.292px;
  }

  .centered-heading-9 {
    font-weight: 400;
  }

  .team-member-image-two-5 {
    border-radius: 20px;
  }

  .img-gallery-main {
    height: 370px;
  }

  .img-gallery-main-icon {
    width: 20px;
  }

  .c-img-gallery-main-icon {
    z-index: 10;
    background-color: #131313e6;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .img-gallery-main-slide {
    overflow: hidden;
  }

  .img-gallery-subs {
    height: 170px;
  }

  .c-main-img-overlay-lightbox {
    display: none;
  }

  .slider-3-mobile {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 70px;
    margin-right: 70px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    min-height: 100vh;
  }

  .navbar-wrapper {
    display: none;
  }

  .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 #0000000d;
  }

  .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;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .solution-container {
    padding-top: 1rem;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .text-desktop {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 20px;
    line-height: 20px;
    display: none;
  }

  .button-primary-2 {
    width: 100px;
    height: 35px;
    margin-top: .125rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 20px;
  }

  .hero_section_central {
    min-height: 70vh;
  }

  .hero-container {
    margin-top: 2rem;
    padding-top: 4rem;
    position: relative;
  }

  .hero-wrapper-2 {
    margin-top: 1rem;
  }

  .hero_container {
    min-height: 100svh;
  }

  .hero_image {
    max-width: 40dvw;
  }

  .new_hero_group {
    margin-top: -3rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_big_text {
    font-size: 4dvw;
  }

  .hero_section-2 {
    min-height: 100svh;
  }

  .register_button {
    justify-content: center;
    align-items: center;
    max-width: 80dvw;
    padding-left: 2rem;
    display: flex;
  }

  .hero_small_text {
    text-align: center;
    font-size: 3dvw;
  }

  .hero_button {
    grid-template-columns: 1fr;
    justify-items: stretch;
    min-width: 70dvw;
    margin-top: -.3rem;
  }

  .background-desktop {
    height: 50%;
  }

  .columns-desktop {
    display: flex;
  }

  .text-block-6, .text-block-7 {
    font-size: 11px;
    line-height: 15px;
  }

  .etda-logo-ipad, .smes-growth-logo-ipad {
    display: none;
  }

  .etda-logo-mobile-hor {
    display: block;
  }

  .smes-growth-logo-mobile-hor {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
  }

  .etda-logo-mobile-ver {
    display: none;
  }

  .smes-growth-logo-mobile-ver {
    margin-bottom: .5rem;
    display: none;
  }

  .text-mobile {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 11px;
    line-height: 13px;
  }

  .columns-mobile {
    display: none;
  }

  .button-primary-3 {
    width: 100px;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .hero-stack, .hero-heading-right {
    padding: 60px 15px;
  }

  .flex-block {
    flex-flow: column;
  }

  .hero-button-1, .hero-button-2 {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .meu_mobile_left {
    width: auto;
  }

  .nav_menu_mobile_390px {
    width: 100%;
  }

  .nav_logo {
    grid-template-columns: 4fr 6.75fr;
    place-items: center end;
    margin-left: 0;
  }

  .hamburger-closed {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .bali_content {
    width: auto;
    min-width: 90dvw;
    margin-top: .5rem;
    margin-bottom: .3rem;
  }

  .menu_one_line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav_layout_mobile_390px {
    background-color: #fff;
    margin-left: 0%;
    left: 100%;
  }

  .program-text {
    font-size: .8rem;
  }

  .nav_social {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    object-fit: fill;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    display: flex;
  }

  .nav_buttom {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    align-self: center;
    max-width: 100%;
    left: .6rem;
    right: .6rem;
  }

  .nav_buttom.u-above-margin {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    max-width: 100%;
  }

  .nav_cta_button {
    min-width: 90dvw;
    margin-left: auto;
  }

  .nav_cta_button.u {
    background-image: url('../images/Button-Mobile_green.png');
    background-position: 50%;
    background-size: 100% 100%;
    min-height: 15dvh;
    margin-top: 1.5rem;
  }

  .nav_cta_button.u-d-m-below {
    justify-content: flex-start;
    align-items: center;
    min-width: 90dvw;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-button-text {
    font-size: 1rem;
  }

  .nav_logo_image {
    max-width: 50dvw;
    margin-top: auto;
    padding-top: 0;
  }

  .cta_button_style {
    margin-top: .15rem;
    margin-bottom: .15rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_mobile_group {
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
  }

  .program_lbar {
    min-width: 100%;
  }

  .nav_lists_line {
    width: 100%;
  }

  .nav_lists {
    margin-top: 0;
    font-size: 1rem;
    display: flex;
  }

  .vector {
    margin-top: auto;
  }

  .bali_trigger {
    margin-top: -42px;
  }

  .button-11 {
    background-color: var(--pink_1);
    text-align: center;
    border-radius: 20px;
    min-width: 90dvw;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 23px;
    font-weight: 700;
  }

  .button-12 {
    text-align: center;
    background-color: #ff7184;
    border-radius: 20px;
    min-width: 90dvw;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 23px;
    font-weight: 700;
  }

  .button-13 {
    border: 1px solid var(--53595b);
    background-color: var(--white);
    color: var(--navy);
    text-align: center;
    border-radius: 20px;
    min-width: 90dvw;
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 23px;
    font-weight: 700;
    display: block;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #000;
    justify-content: center;
    align-items: center;
    min-width: 90dvw;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .image-4 {
    margin-right: 1rem;
  }

  .paragraph-2 {
    color: #53595b;
    margin-bottom: 0;
  }

  .flex-block-2-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    justify-content: center;
    align-items: center;
    min-width: 90dvw;
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-right: 1rem;
  }

  .nav_cta_button-copy {
    min-width: 90dvw;
    margin-left: auto;
  }

  .nav_cta_button-copy.u {
    background-image: url('../images/Button-Mobile_purple.png');
    background-position: 50%;
    background-size: 100% 100%;
    min-height: 15dvh;
    margin-top: .25rem;
    margin-bottom: 1rem;
  }

  .nav_cta_button-copy.u-d-m-below {
    justify-content: flex-start;
    align-items: center;
    min-width: 90dvw;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link-block-4, .link-block-4-copy {
    min-width: 90dvw;
    min-height: 15dvh;
  }

  .about-heading-center-2 {
    padding: 60px 15px 0;
  }

  .container-11 {
    width: 90%;
    max-width: 100%;
  }

  .hero-split-4 {
    max-width: 100%;
  }

  .margin-bottom-24px-3 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
  }

  .heading-6 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
  }

  .heading-7 {
    font-size: 30px;
  }

  .heading-8 {
    font-size: 26px;
  }

  .paragraph-3 {
    font-size: 18px;
  }

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

  .paragraph-4, .paragraph-5 {
    font-size: 18px;
  }

  .about-image-table-bg {
    width: 100%;
    height: 130%;
    display: none;
    top: 60%;
    left: -16%;
  }

  .heading-6-copy {
    font-size: 33px;
  }

  .tab-2--property-hero-split-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .bold-text {
    font-size: 16px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .heading-6-copy-copy-copy {
    margin-left: 0;
  }

  .tab-1--button-2 {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .tab-2--pp-hero-split-1 {
    max-width: 100%;
  }

  .tab-2--pp-hero-wrapper {
    flex-flow: column;
  }

  .tab-2--rw-div-blockkk {
    margin-bottom: 0;
    padding-top: 0;
  }

  .tab-2--rw-hero-wrapperrr {
    flex-flow: column;
    margin-bottom: 0;
  }

  .tab-1----hero-wrapper {
    flex-flow: column;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .timeline-grid-1 {
    grid-row-gap: 50px;
  }

  .timeline-grid-2 {
    grid-row-gap: 69px;
  }

  .timeline-flex-block-desktop {
    width: 90%;
  }

  .paragraph-6 {
    text-align: center;
    font-size: 18px;
  }

  .paragraph-7 {
    font-size: 20px;
  }

  .text-block-5-desktop {
    text-align: center;
    display: none;
  }

  .footer-button-1, .footer-button-2 {
    font-size: 22px;
  }

  .flex-block-7 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .list {
    font-size: 18px;
  }

  .list-2 {
    line-height: 20px;
  }

  .tab-1--condition-hero-split-1 {
    max-width: 90%;
  }

  .list-3 {
    margin-bottom: .5rem;
    line-height: 20px;
  }

  .tab-2--button-2 {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .hero-container-copy {
    margin-top: 6rem;
    padding-top: 2rem;
  }

  .hero-wrapper-2-copy, .hero-wrapper-2-copy-copy {
    margin-top: 0;
  }

  .div-block-8 {
    margin-right: 0;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .about-map-central-1146px, .image-9 {
    display: none;
  }

  .tab-2--c-hero-splitt-1 {
    max-width: 100%;
  }

  .tab-2--c-hero-wrapperr {
    flex-flow: column;
  }

  .text-block-4-desktop {
    letter-spacing: .5px;
    font-size: 45px;
    line-height: 40px;
  }

  .cct-1--1146px, .rw-ct-1--1920px, .rw-ct-1--1146px, .pp-ct-2--1146px, .cct-2--1146px, .rwct-2--1920px, .rwct-2--1146px {
    display: none;
  }

  .tab-1--condition-div-blockk {
    padding-top: 1rem;
  }

  .tab-1--rw-hero-split-1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .tab-2--rw-hero-splittt-1-copy {
    max-width: 100%;
    margin-bottom: 0;
  }

  .text-desktop-copy {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 11px;
    line-height: 13px;
  }

  .hero-text-mobile {
    color: #fff;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: block;
  }

  .about-map-central-mobile {
    display: block;
  }

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

  .paragraph-3-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .tab-1--rw-hero-wrapper-copy {
    flex-flow: column;
  }

  .rw-ct-1--mobileee {
    margin-top: .5rem;
    margin-bottom: .5rem;
    display: block;
  }

  .pp-ct-2--mobile {
    margin-top: 1rem;
    display: block;
  }

  .cct-2--mobilee, .rw-ct-2--mobileee {
    display: block;
  }

  .text-block-5-mobile {
    text-align: center;
    margin-top: 0;
    font-size: 32px;
    line-height: 32px;
    display: block;
  }

  .hero-background-ipad {
    margin-top: 2rem;
  }

  .property-central1--ipad {
    max-width: 90%;
  }

  .tab-1--property-hero-wrapper-ipad {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-1--pp-hero-splitt-1-ipad {
    max-width: 100%;
  }

  .rw-ct-1--1146px-copy, .hero-smes-logo-ipad {
    display: none;
  }

  .hero-smes-logo-ipad-copy {
    margin-bottom: 1rem;
    display: block;
  }

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

  .div-block-13, .div-block-14, .div-block-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-main-desktop {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 13px;
    line-height: 15px;
  }

  .heading-7-copy {
    font-size: 30px;
  }

  .heading-8-copy {
    font-size: 26px;
  }

  .text-block-12, .text-block-13 {
    font-size: 25px;
  }

  .flex-block-ns-copy {
    flex-flow: column;
    display: none;
  }

  .hero-button-1-copy {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .tab-1--button-2-copy {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .tab-2--button-2-copy {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .tab-2--button-2-copy-copy {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0;
    display: none;
  }

  .text-block-11-copy {
    background-color: var(--purple-1);
  }

  .timeline-grid-1-copy {
    grid-row-gap: 50px;
  }

  .timeline-grid-2-copy {
    grid-row-gap: 69px;
  }

  .button-primary-2-mobile {
    width: 100px;
    height: 25px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .text-block-11-copy-copy {
    background-color: var(--purple-1);
  }

  .tab1-condition {
    flex-flow: column;
  }

  .navbar {
    display: none;
  }

  .tech-provider-result_section {
    min-height: 100vh;
  }

  .container-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    display: flex;
  }

  .heading-12-desktop {
    margin-top: 0;
    display: none;
  }

  .image-15-desktop {
    display: none;
  }

  .tech-provider-result_section-copy {
    background-color: #740ac1;
    min-height: 100vh;
  }

  .image-15-mobile {
    width: auto;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: inline-block;
  }

  .image-15-desktop-copy {
    display: none;
  }

  .heading-12-mobile {
    margin-top: 0;
    display: block;
  }

  .link-block-6 {
    height: 90px;
    padding-top: .5rem;
  }

  .link-block-6-copy {
    height: 90px;
  }

  .flex-block-ns-copy-copy {
    flex-flow: column;
  }

  .button-16 {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .slide-nav {
    margin-bottom: 10px;
    display: block;
  }

  .centered-heading-6 {
    color: #052a47;
    font-size: 26px;
    font-weight: 700;
  }

  .slider {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 60px;
    margin-right: 60px;
  }

  .team-member-image-two-2 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .left-arrow {
    margin-left: -70px;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: -60px;
  }

  .mask {
    background-color: #0000;
  }

  .link-block-6-copy {
    background-image: url('../images/image-6.png');
    width: 35%;
    height: 90px;
    padding-top: .5rem;
  }

  .div-block-16 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .link-block-6-copy-copy {
    width: 35%;
    height: 90px;
  }

  .image-15 {
    display: none;
  }

  .image-15-mobile-copy {
    width: auto;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    display: inline-block;
  }

  .team-member-image-two-2-copy {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .centered-heading-7 {
    color: #052a47;
    font-size: 26px;
    font-weight: 700;
  }

  .team-member-image-two-3 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .left-arrow-2 {
    margin-left: -70px;
    display: none;
  }

  .right-arrow-2 {
    margin-left: auto;
    margin-right: -60px;
  }

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

  .icon-7 {
    margin-top: 245.906px;
  }

  .centered-heading-8 {
    color: #53595b;
    font-size: 38px;
    font-weight: 400;
  }

  .slider-2 {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 60px;
    margin-right: 60px;
  }

  .team-member-image-two-4 {
    border-radius: 20px;
    box-shadow: 5px 2px 5px #0003;
  }

  .right-arrow-3 {
    margin-left: auto;
    margin-right: -60px;
  }

  .icon-8 {
    margin-top: 245.906px;
  }

  .mask-3 {
    background-color: #0000;
  }

  .slider-3 {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 60px;
    display: none;
  }

  .right-arrow-4 {
    margin-left: auto;
    margin-right: -60px;
    display: none;
  }

  .centered-heading-9 {
    color: #53595b;
    font-size: 38px;
    font-weight: 400;
  }

  .team-block-5 {
    padding-bottom: 0;
  }

  .mask-4 {
    background-color: #0000;
  }

  .team-member-image-two-5 {
    border-radius: 20px;
    max-width: 90%;
    box-shadow: 5px 2px 5px #0003;
  }

  .img-gallery-main {
    height: 270px;
  }

  .img-gallery-main-icon {
    width: 15px;
  }

  .img-gallery-main-arrow {
    display: block;
  }

  .img-gallery-main-arrow.right {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .img-gallery-main-arrow.left {
    background-color: #13131380;
    width: 50%;
    height: 35px;
    font-size: 1em;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .c-img-gallery-sub {
    display: none;
  }

  .c-img-gallery-main-icon {
    opacity: .75;
  }

  .slider-3-mobile {
    background-color: #ddd0;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 60px;
    margin-right: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    min-height: 100vh;
  }

  .navbar_section {
    width: 100%;
    height: 10%;
    min-height: 0;
    position: fixed;
    inset: 0%;
  }

  .navbar-no-shadow-container_central {
    background-color: #fff;
    display: none;
  }

  .navbar-wrapper {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    color: #66676d;
  }

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

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

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hearder-container {
    min-height: 100svh;
  }

  .footer_section {
    min-height: 80vh;
  }

  .nav-logo-desktop {
    display: none;
  }

  .nav-logo-mobile {
    width: 100%;
    height: 100%;
    display: block;
    position: static;
    inset: 0%;
  }

  .container-3 {
    max-width: 90%;
  }

  .text-block-4 {
    text-align: center;
    font-size: 50px;
    line-height: 45px;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    line-height: 25px;
  }

  .link-block-copy, .link-block-2-copy {
    text-align: center;
    width: 90%;
  }

  .about_section_central {
    min-height: 100%;
  }

  .about-container {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .solution-container {
    max-width: 90%;
    margin-left: .5rem;
    margin-right: .5rem;
    padding-top: 1rem;
    padding-left: .5rem;
    display: flex;
  }

  .applicanr-container {
    margin-left: 0;
    margin-right: .5rem;
  }

  .applicant_section_central, .timeline_section_central {
    min-height: 70vh;
  }

  .timeline-container {
    margin-left: 1rem;
    margin-right: .5rem;
    padding-bottom: 2rem;
  }

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

  .hero-split {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .text-desktop {
    display: none;
  }

  .button-primary-2 {
    color: var(--navy);
    background-color: #fff9;
    width: 260px;
    height: 47px;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 30px;
  }

  .hero_section_central {
    min-height: 100svh;
    margin-top: 0;
  }

  .hero-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: auto;
    min-height: 100svh;
    margin-top: 4rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    display: block;
    position: relative;
  }

  .container-5 {
    width: 100%;
    max-width: none;
    height: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-wrapper-2 {
    justify-content: center;
    align-items: center;
  }

  .hero_image {
    max-width: 70dvw;
  }

  .new_hero_group {
    height: 100%;
    margin-top: -2.5rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_big_text {
    max-width: 100dvw;
    font-size: 5dvw;
  }

  .hero-background-mobile {
    min-height: 0;
    max-height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .register_button {
    padding: 1rem .5rem;
    font-size: .8rem;
  }

  .hero_small_text {
    text-align: center;
    max-width: 100dvw;
    margin-top: .5rem;
    padding-top: 0;
    font-size: 4dvw;
    line-height: 120%;
  }

  .hero_button {
    grid-row-gap: 1rem;
    align-self: auto;
    min-width: 70dvw;
    min-height: auto;
    margin-top: .5rem;
    padding-bottom: .5rem;
  }

  .background-desktop, .columns-desktop, .etda-logo-mobile-hor, .smes-growth-logo-mobile-hor {
    display: none;
  }

  .background-mobile {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .etda-logo-mobile-ver {
    display: block;
  }

  .smes-growth-logo-mobile-ver {
    margin-top: .5rem;
    display: block;
  }

  .text-mobile {
    margin-top: .5rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 18px;
    display: block;
  }

  .columns-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: .5rem;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .button-primary-3 {
    width: 260px;
    height: 38px;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-top: .5rem;
    font-size: 25px;
  }

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

  .flex-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 13rem;
  }

  .hero-button-1 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 25px;
  }

  .hero-button-2 {
    width: 100%;
    margin-left: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 22px;
  }

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

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

  .meu_mobile_left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav_menu_mobile_390px {
    background-color: #fff;
    width: 100%;
    min-height: 4rem;
  }

  .register {
    margin-right: 1.275rem;
  }

  .nav_logo {
    grid-column-gap: 8px;
    grid-template-columns: 2.25fr 1.25fr;
    margin-left: -.9rem;
  }

  .hamburger-closed {
    margin: .5rem .5rem .5rem .1rem;
  }

  .bali_content {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .menu_one_line {
    color: #eb2828;
    align-items: center;
  }

  .nav_layout_mobile_390px {
    background-color: #fff;
    margin-left: 0%;
    left: 100%;
  }

  .program-text {
    font-size: .8rem;
  }

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

  .mobile_logo {
    place-items: center stretch;
  }

  .nav_social {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center stretch;
    margin-top: 1rem;
    margin-bottom: 0;
    display: flex;
  }

  .nav_buttom {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    max-width: 100%;
    left: .5rem;
    right: .5rem;
  }

  .nav_buttom.u-above-margin {
    grid-column-gap: .3svh;
    grid-row-gap: .3svh;
  }

  .nav_cta_button {
    min-width: 80dvw;
    margin-top: 1rem;
    margin-right: auto;
  }

  .nav_cta_button.u-decrease-margin {
    margin-top: -.5rem;
  }

  .nav_cta_button.u {
    background-image: url('../images/Button-Mobile_green.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0 #000;
    border-radius: 10px;
    min-width: 90dvw;
    min-height: 12dvh;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .nav_cta_button.u-d-m-below {
    min-width: 80dvw;
    margin-top: 1.5rem;
  }

  .nav_link {
    min-width: 80vw;
    margin-top: 1rem;
  }

  .nav_link.cta {
    min-width: 80vw;
  }

  .cta-button-text {
    font-size: .9rem;
  }

  .nav_logo_image {
    max-width: 60dvw;
    padding-top: 0;
    padding-left: 0;
    left: -2rem;
    right: -2rem;
  }

  .nav_left {
    min-height: 100svh;
  }

  .cta_button_style {
    margin-top: .1rem;
    margin-bottom: .1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .nav_mobile_group {
    justify-content: center;
    align-items: stretch;
  }

  .program_lbar {
    max-width: 100%;
  }

  .bali_dropdown_wrapper {
    margin-top: -30px;
  }

  .nav_lists_line {
    max-width: 80dvw;
  }

  .nav_lists {
    margin-top: 0;
    font-size: .9rem;
  }

  .vector {
    align-self: auto;
    margin-top: auto;
  }

  .bali_trigger {
    margin-top: 0;
  }

  .mobile_cta_link_block {
    display: none;
  }

  .button-9 {
    background-image: url('../images/Button-Mobile_green.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    min-width: 0;
    height: 60px;
    min-height: 0;
    padding: 0;
    display: none;
  }

  .button-10 {
    background-image: url('../images/Button-Mobile_purple.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 0%;
    min-width: 90dvw;
    height: 0;
    min-height: 10dvh;
    padding: 0;
    display: none;
  }

  .button-11 {
    background-color: var(--pink_1);
    text-align: center;
    border-radius: 30px;
    min-width: 90dvw;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .button-12 {
    text-align: center;
    background-color: #ff7184;
    border-radius: 30px;
    min-width: 90dvw;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .button-13 {
    border: 1px solid var(--53595b);
    background-color: var(--white);
    color: var(--navy);
    text-align: center;
    border-radius: 30px;
    min-width: 90dvw;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 23px;
    font-weight: 700;
  }

  .flex-block-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border-top: 1px solid #53595b;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 90dvw;
    margin-top: 0;
    margin-bottom: .5rem;
    padding-top: .8rem;
    display: flex;
  }

  .image-4 {
    margin-left: 0;
    margin-right: 1rem;
  }

  .paragraph {
    color: #53595b;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .paragraph-2 {
    color: var(--53595b);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 15px;
    display: flex;
  }

  .flex-block-2-copy {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    border-top: 1px solid #53595b;
    border-bottom: 1px solid #53595b;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 90dvw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: .8rem 1rem .8rem 0;
    display: flex;
  }

  .nav_cta_button-copy {
    min-width: 80dvw;
    margin-top: 1rem;
    margin-right: auto;
  }

  .nav_cta_button-copy.u-decrease-margin {
    margin-top: -.5rem;
  }

  .nav_cta_button-copy.u {
    background-image: url('../images/Button-Mobile_purple.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0 #000;
    border-radius: 10px;
    min-width: 90dvw;
    min-height: 12dvh;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .nav_cta_button-copy.u-d-m-below {
    min-width: 80dvw;
    margin-top: 1.5rem;
  }

  .link-block-4, .link-block-4-copy {
    min-width: 90dvw;
    min-height: 12dvh;
  }

  .about-heading-center-2 {
    padding-bottom: 0;
  }

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

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

  .centered-heading-2.margin-bottom-32px {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-wrapper-5 {
    margin-bottom: 0;
  }

  .hero-split-4 {
    max-width: 100%;
  }

  .margin-bottom-24px-3 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
  }

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

  .heading-6 {
    font-size: 30px;
  }

  .heading-7 {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-8 {
    text-align: left;
    font-size: 26px;
    line-height: 26px;
  }

  .paragraph-3 {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
  }

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

  .paragraph-4, .paragraph-5 {
    font-size: 18px;
  }

  .about-image-table-bg {
    display: none;
  }

  .text-block-8, .text-block-9 {
    text-align: center;
    font-size: 20px;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current {
    padding: .5rem 1rem;
  }

  .tab-link-tab-2 {
    margin-left: 1rem;
    padding: .5rem 1rem;
  }

  .tab-link-tab-2.w--current {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-6-copy {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-2--property-hero-split-2 {
    margin-bottom: 1rem;
  }

  .bold-text {
    font-size: 16px;
  }

  .heading-condition-desktop {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

  .tab-1--button-1 {
    text-align: center;
    border-radius: 30px;
    width: 100%;
    margin-left: 0;
    padding: .8rem 2rem;
    font-size: 23px;
  }

  .tab-1--button-1:hover {
    background-position: 80%;
    background-size: 110% 105%;
  }

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

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

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

  .heading-6-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 30px;
  }

  .tab-1--button-2 {
    text-align: center;
    border-radius: 30px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 22px;
    box-shadow: 0 2px 5px #0003;
  }

  .tab-2--pp-hero-split-1 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .tab-2--pp-hero-wrapper {
    flex-flow: column;
    margin-bottom: 0;
  }

  .tab-2--button-1 {
    width: 100%;
    margin-left: 0;
    padding: .8rem 2rem;
    font-size: 23px;
    display: none;
  }

  .tab-2--button-1:hover {
    background-position: 80%;
    background-size: 110% 105%;
    border-radius: 30px;
  }

  .tab-2--rw-div-blockkk {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-6-copy-copy-copy-copy {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .tab-2--rw-hero-wrapperrr {
    flex-flow: column;
    margin-bottom: 0;
  }

  .tab-1----hero-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 1rem;
  }

  .heading-11 {
    text-align: left;
    margin-left: 0;
    font-size: 36px;
  }

  .timeline-grid-1 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .timeline-grid-2 {
    grid-row-gap: 47px;
  }

  .timeline-flex-block-desktop {
    display: none;
  }

  .text-block-11 {
    background-color: var(--green);
  }

  .flex-block-6 {
    padding: .5rem 1.5rem 1rem;
  }

  .paragraph-6 {
    margin-top: .125rem;
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph-7 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .container-13 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .text-block-5-desktop {
    text-align: center;
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 25px;
    line-height: 25px;
    display: none;
  }

  .footer-button-1 {
    text-align: center;
    border-radius: 30px;
    width: 100%;
    margin-top: 2rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 23px;
  }

  .footer-button-2 {
    text-align: center;
    border-radius: 30px;
    width: 100%;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 23px;
  }

  .flex-block-7 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .list {
    margin-top: .5rem;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .list-2 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .tab-1--condition-hero-split-1 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .list-3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .list-4 {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .list-5 {
    padding-left: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .list-6 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .tab-2--button-2 {
    text-align: center;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 22px;
  }

  .hero-container-copy {
    margin-top: 8rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .hero-split-copy, .hero-split-copy-copy {
    width: 100%;
  }

  .div-block-8 {
    margin-right: 0;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .text-desktop-copy, .about-map-central-1146px, .image-9 {
    display: none;
  }

  .tab-1--property-hero-splitt-1 {
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .property-central-1--1146px {
    display: none;
  }

  .tab-2--c-hero-splitt-1 {
    margin-bottom: 0;
  }

  .tab-2--c-hero-wrapperr {
    flex-flow: column;
    margin-bottom: 0;
  }

  .partner-grid-1146px {
    display: none;
  }

  .text-block-4-desktop {
    text-align: center;
    font-size: 45px;
    line-height: 45px;
    display: none;
  }

  .cct-1--1146px, .pp-ct-2--1146px, .cct-2--1146px {
    display: none;
  }

  .tab-1--property-hero-wrapperr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .tab-1--rw-hero-split-1 {
    width: 100%;
  }

  .tab-1--rw-hero-split-2 {
    justify-content: center;
    align-items: center;
  }

  .tab-2--rw-hero-splittt-1-copy {
    max-width: 100%;
    margin-bottom: 0;
  }

  .tab-1--rw-div-blockkkk {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hero-etda-logo-mobile {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .text-desktop-copy {
    display: none;
  }

  .hero-text-mobile {
    color: #fff;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 0;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 21px;
    line-height: 22px;
    display: block;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 0;
    padding-right: 70px;
    display: flex;
  }

  .about-map-central-mobile {
    display: block;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .paragraph-3-copy {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
  }

  .heading-conditon-mobile {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    display: block;
  }

  .property-central-1--mobile {
    display: block;
  }

  ._1--mobilee {
    margin-top: .25rem;
    margin-bottom: 0;
    display: block;
  }

  .timeline-image-1146px {
    display: none;
  }

  .tab-1--rw-hero-wrapper-copy {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }

  .rw-ct-1--mobileee {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .heading---desktop-copy {
    margin-left: 0;
    font-size: 30px;
    line-height: 30px;
    display: none;
  }

  .pp-ct-2--mobile {
    padding-top: 1rem;
    display: block;
  }

  .cct-2--mobilee, .timeline-flex-block-mobile {
    display: block;
  }

  .rw-ct-2--mobileee {
    margin-top: 0;
    margin-bottom: 1.5rem;
    display: block;
  }

  .timeline-image-mobile {
    padding-top: 2rem;
    display: block;
  }

  .timeline-flex-block-mobile-new {
    padding-top: 1rem;
    padding-left: .25rem;
    display: flex;
  }

  .timeline-grid-2-mobile {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto;
    margin-left: 1.5rem;
  }

  .partner-grid-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
    display: grid;
  }

  .image-10, .image-11, .image-12, .image-13 {
    max-width: 80%;
  }

  .text-block-4-mobile {
    text-align: center;
    letter-spacing: .5px;
    margin-top: 1rem;
    font-size: 40px;
    line-height: 44px;
    display: block;
  }

  .text-block-5-mobile {
    text-align: center;
    letter-spacing: .5px;
    margin-top: 1rem;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 23px;
    line-height: 25px;
    display: block;
  }

  .hero-background-ipad, .property-central1--ipad {
    display: none;
  }

  .tab-1--property-hero-wrapper-ipad {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    display: none;
  }

  .tab-1--pp-hero-splitt-1-ipad {
    margin-bottom: 1rem;
    padding-top: 1rem;
  }

  .cct-1--ipadd {
    display: block;
  }

  .rw-ct-1--1146px-copy {
    display: none;
  }

  .hero-smes-logo-ipad-copy {
    margin-bottom: .5rem;
  }

  .text-main-desktop {
    display: none;
  }

  .flex-block-6-none {
    padding: .5rem 1rem;
  }

  .about_section_ns-copy {
    min-height: 100%;
  }

  .heading-7-copy {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
  }

  .heading-8-copy {
    text-align: left;
    font-size: 26px;
    line-height: 26px;
  }

  .heading-5-ns-copy {
    font-size: 40px;
    line-height: 40px;
  }

  .applicant_section_ns-copy, .timeline_section_ns-copy {
    min-height: 70vh;
  }

  .tab-link-tab-3 {
    margin-right: .5rem;
    padding: .5rem 1rem;
  }

  .tab-link-tab-3.w--current {
    margin-right: .5rem;
    padding: .5rem 1rem;
    font-size: 28px;
  }

  .text-block-12, .text-block-13 {
    text-align: center;
    font-size: 20px;
  }

  .tab-link-tab-4 {
    margin-left: .5rem;
    padding: .5rem 1rem;
    font-size: 28px;
  }

  .tab-link-tab-4.w--current {
    margin-left: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar-no-shadow-container_ns-copy {
    background-color: #fff;
    display: none;
  }

  .flex-block-ns-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 13rem;
    display: none;
  }

  .hero-button-1-copy {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 25px;
  }

  .tab-1--button-2-copy {
    text-align: center;
    border-radius: 30px;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 22px;
    box-shadow: 0 2px 5px #0003;
  }

  .tab-2--button-2-copy {
    text-align: center;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 22px;
  }

  .tab-2--button-2-copy-copy {
    text-align: center;
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-left: 0;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-size: 22px;
    display: none;
  }

  .timeline-flex-block-deskto-ns-copy {
    display: none;
  }

  .timeline-grid-1-copy {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .timeline-grid-2-copy {
    grid-row-gap: 47px;
  }

  .flex-block-6-copy {
    padding: .5rem 1rem;
  }

  .button-primary-2-mobile {
    color: var(--navy);
    background-color: #fff9;
    width: 260px;
    height: 47px;
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 30px;
  }

  .bold-text-3 {
    color: var(--pink-3);
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-11-copy {
    background-color: var(--purple-1);
  }

  .tab1-condition {
    flex-flow: column;
  }

  .navbar {
    display: none;
  }

  .tech-provider-result_section {
    min-height: 50vh;
  }

  .heading-12-desktop {
    font-size: 36px;
    display: none;
  }

  .image-15-desktop {
    display: none;
  }

  .tech-provider-result_section-copy {
    background-color: #740ac1;
    min-height: 50vh;
  }

  .image-15-desktop-copy {
    display: none;
  }

  .heading-12-mobile {
    font-size: 36px;
    display: block;
  }

  .link-block-6 {
    background-image: url('../images/Tech-Pro-CT.png');
    height: 80px;
    margin-top: .5rem;
    display: block;
  }

  .link-block-6-copy {
    background-image: url('../images/Tech-Pro-NT.png');
    height: 80px;
    margin-top: .5rem;
    padding-top: .5rem;
  }

  .flex-block-ns-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 13rem;
  }

  .button-15 {
    border: 1.5px solid var(--navy);
    color: var(--navy);
    background-color: #fff;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    font-family: Fc Minimal, Impact, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }

  .button-16-copy {
    display: none;
  }

  .icon-5 {
    font-size: 26px;
  }

  .team-block-2 {
    background-color: #fff0;
    padding-left: 0;
  }

  .slide-nav {
    margin-bottom: 0;
    font-size: 8px;
    display: block;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .slider {
    background-color: #ddd0;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

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

  .left-arrow {
    margin-left: -55px;
    margin-right: auto;
  }

  .right-arrow {
    margin-left: auto;
    margin-right: -55px;
  }

  .mask {
    text-align: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-6-copy {
    background-image: url('../images/image-10.png');
    width: 90%;
    height: 80px;
    margin-top: .5rem;
    display: block;
  }

  .link-block-6-copy-copy {
    background-image: url('../images/image-11.png');
    width: 90%;
    height: 80px;
    margin-top: .5rem;
    padding-top: .5rem;
  }

  .team-block-3 {
    background-color: #fff0;
    padding-left: 12px;
  }

  .centered-heading-7 {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .left-arrow-2 {
    margin-left: -39px;
    margin-right: auto;
    display: none;
  }

  .right-arrow-2 {
    margin-left: auto;
    margin-right: -55px;
  }

  .mask-2 {
    text-align: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-7 {
    margin-top: 330.906px;
  }

  .team-block-4 {
    background-color: #fff0;
    padding-left: 12px;
  }

  .centered-heading-8 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .slider-2 {
    background-color: #ddd0;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .right-arrow-3 {
    margin-left: auto;
    margin-right: -55px;
  }

  .icon-8 {
    margin-top: 319.906px;
  }

  .mask-3 {
    text-align: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-3 {
    background-color: #ddd0;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .right-arrow-4 {
    margin-left: auto;
    margin-right: -45px;
    display: none;
  }

  .icon-9 {
    margin-top: 387.292px;
    font-size: 35px;
    position: static;
  }

  .centered-heading-9 {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .team-block-5 {
    background-color: #fff0;
    padding-left: 12px;
  }

  .mask-4 {
    text-align: center;
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 10px;
    margin-right: 10px;
    position: static;
  }

  .team-member-image-two-5 {
    max-width: 85%;
  }

  .img-gallery-main {
    height: 250px;
  }

  .note {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .slider-3-mobile {
    background-color: #ddd0;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 40px;
  }
}

#w-node-_79c1121c-c669-fdae-cdcc-ace6c074d83d-55b4189d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0fe4dffd-a4c3-a9b0-dff0-bad9333d478f-55b4189d, #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a01-55b4189d {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-_3798405d-bf5d-2030-58af-c4aff4e87a02-55b4189d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_3798405d-bf5d-2030-58af-c4aff4e87a03-55b4189d, #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a04-55b4189d, #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a05-55b4189d {
  place-self: center;
}

#w-node-feedc6d9-f303-a8a8-2380-6a4472ef4eb2-8851d394 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fba205b4-7c73-21d8-ccb3-07d780624e9e-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea4-8851d394 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  justify-self: center;
}

#w-node-fba205b4-7c73-21d8-ccb3-07d780624ea5-8851d394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-fba205b4-7c73-21d8-ccb3-07d780624ea6-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea7-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea8-8851d394 {
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_3722b320-3717-8f17-f594-ee5ac44c41ab-55b4189d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_79c1121c-c669-fdae-cdcc-ace6c074d83d-55b4189d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f08e39ff-ef08-0b84-a928-0d718665de3a-55b4189d {
    justify-self: start;
  }

  #w-node-_0fe4dffd-a4c3-a9b0-dff0-bad9333d478f-55b4189d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_441708a9-d765-fe27-b5f6-01ef38a0fa6d-55b4189d, #w-node-_4e93c1dd-d194-2e4d-ee08-f8e91f91fe16-55b4189d, #w-node-_89226fd1-87c7-914f-e042-32f83a08cfdf-55b4189d, #w-node-cf138546-33e9-bd22-c737-656439451821-55b4189d {
    justify-self: center;
  }

  #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a01-55b4189d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a02-55b4189d, #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a03-55b4189d, #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a04-55b4189d, #w-node-_3798405d-bf5d-2030-58af-c4aff4e87a05-55b4189d {
    justify-self: center;
  }

  #w-node-feedc6d9-f303-a8a8-2380-6a4472ef4ead-8851d394 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-feedc6d9-f303-a8a8-2380-6a4472ef4eb2-8851d394 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-feedc6d9-f303-a8a8-2380-6a4472ef4eb7-8851d394 {
    justify-self: start;
  }

  #w-node-fba205b4-7c73-21d8-ccb3-07d780624e9e-8851d394 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-fba205b4-7c73-21d8-ccb3-07d780624e9f-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea0-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea1-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea2-8851d394 {
    justify-self: center;
  }

  #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea4-8851d394 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: center;
  }

  #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea5-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea6-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea7-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ea8-8851d394 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1f4c8984-0193-9a89-3265-ded335d1e5e6-55b4189d, #w-node-_66fb8e0f-0502-8945-632b-659a4069b5da-8851d394 {
    place-self: start end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_79c1121c-c669-fdae-cdcc-ace6c074d83d-55b4189d, #w-node-feedc6d9-f303-a8a8-2380-6a4472ef4eb2-8851d394 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5c12dab-72fc-4f34-82f0-f99cfd234202-55b4189d {
    place-self: center end;
  }

  #w-node-_79c1121c-c669-fdae-cdcc-ace6c074d83d-55b4189d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f08e39ff-ef08-0b84-a928-0d718665de3a-55b4189d, #w-node-_085a65ea-b49b-3833-55a3-8ded603e6f35-55b4189d {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2cac08e1-8870-b7eb-6928-11cdd9e75a1e-55b4189d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-f60efe32-50bb-7d34-571d-d3c02cb92fcd-55b4189d, #w-node-_8e81aee2-10e6-9d82-8d2a-03868d98098b-55b4189d, #w-node-f9568fe3-4c8d-c1e4-16a8-3cb14c997bb4-55b4189d {
    place-self: center;
  }

  #w-node-_66fb8e0f-0502-8945-632b-659a4069b5eb-8851d394 {
    place-self: center end;
  }

  #w-node-feedc6d9-f303-a8a8-2380-6a4472ef4eb2-8851d394 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fba205b4-7c73-21d8-ccb3-07d780624eaa-8851d394 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-fba205b4-7c73-21d8-ccb3-07d780624eab-8851d394 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-fba205b4-7c73-21d8-ccb3-07d780624eac-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624ead-8851d394, #w-node-fba205b4-7c73-21d8-ccb3-07d780624eae-8851d394 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Fc Minimal';
  src: url('../fonts/FC-Minimal-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fc Minimal';
  src: url('../fonts/FC-Minimal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fc Minimal';
  src: url('../fonts/FC-Minimal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fc Minimal';
  src: url('../fonts/FC-Minimal-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}