:root {
  --brand: #82c341;
  --orange: #fdc934;
  --grad: #09ce91;
  --mm-white: #efefea;
  --black: #353535;
  --cyan: #09ce91;
  --grey: #474747;
  --steel-gray: #4f6d7a;
  --h4--font-size: 40px;
  --white: white;
  --transparent: #fff0;
  --unbounded: Unbounded, sans-serif;
  --poppins: Poppins, sans-serif;
  --h1--line-height: 120%;
  --h1--font-size: 64px;
  --h2--font-size: 56px;
  --h3--font-size: 48px;
  --h5--font-size: 36px;
  --h6--font-size: 20px;
  --h7--font-size: 16rem;
  --text-sizes--xx-large: 48px;
  --text-sizes--x-large: 32px;
  --text-sizes--large: 24px;
  --text-sizes--medium: 20px;
  --text-sizes--small: 18px;
  --text-sizes--xx-small: 16px;
}

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

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@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 {
  color: #333;
  --orange: #fdc934;
  --mm-white: #efefea;
  --black: #353535;
  --grey: #474747;
  --steel-gray: #4f6d7a;
  --h4--font-size: 36px;
  --white: white;
  --transparent: #fff0;
  --unbounded: Unbounded, sans-serif;
  --poppins: Poppins, sans-serif;
  --h1--line-height: 120%;
  --h1--font-size: 48px;
  --h2--font-size: 40px;
  --h3--font-size: 48px;
  --h5--font-size: 32px;
  --h6--font-size: 20px;
  --h7--font-size: 16rem;
  --text-sizes--xx-large: 28px;
  --text-sizes--x-large: 20px;
  --text-sizes--large: 24px;
  --text-sizes--medium: 20px;
  --text-sizes--small: 18px;
  --text-sizes--xx-small: 16px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.cards_text-para {
  padding-top: 0;
  padding-bottom: 0;
}

.drop_down-list {
  z-index: 1;
  width: 100vw;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  top: 86px;
  left: 0;
}

.drop_down-list.w--open {
  background-color: #fff;
}

.loop_label {
  position: relative;
}

.icon-1x1-small {
  flex: none;
  height: 8rem;
}

.main-wrapper {
  overflow: clip;
}

.hero_header-list {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  display: flex;
}

.seach_input {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #070a030d;
  background-image: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  padding: .625rem .875rem;
}

.seach_input.logo {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/search_1search.avif');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-attachment: scroll;
  background-clip: border-box;
  border: .0625rem solid #0000;
  border-radius: .75rem;
  flex: 0 auto;
  padding-left: 2.6rem;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

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

.text-14.text-drop-link {
  text-decoration: underline;
}

.text-14.text-panner {
  color: #000;
}

.text-14.text-color-primary.s {
  color: #070a03;
}

.text-14.text-color-primary.s:hover {
  color: #fff;
}

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

.text-14.text-weight-semibold.whitr {
  color: #fff;
}

.section_loop-intro {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.heading-style-h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.loop-label {
  background-color: var(--brand);
  color: #fff;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.tab-menu--solu {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 14.375rem;
  max-width: 14.375rem;
  padding: .5rem 1.375rem;
  display: flex;
}

.tab-menu--solu:hover {
  background-color: #fef4d6;
  border-radius: .75rem;
  transform: scale(1.1);
}

.tab-menu--solu.w--current {
  color: #fff;
  background-color: #82c341;
  background-image: url('../images/icon.png');
  background-position: 94%;
  background-repeat: no-repeat;
  background-size: .5rem;
  border-radius: 1rem;
}

.loop_intro-component {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.panel_wrapper-know {
  width: 100%;
  display: flex;
}

.hero_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 30.8rem;
  display: flex;
}

.hero_text-wrapper._1 {
  color: #000;
  text-align: center;
  max-width: 47.1rem;
}

.tab-title-copy {
  margin-bottom: 1rem;
}

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

.pannel-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  background-color: #ccc;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 15rem;
  max-width: 15rem;
  height: 23.7rem;
  padding: 2rem 6rem 2rem 2rem;
  display: flex;
}

.pannel-block.spacing {
  margin-left: 1rem;
}

.list-item {
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
}

.tab_content-wrapper-1 {
  width: 100%;
  height: 23.7rem;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
}

.testimonial_text-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 61.1rem;
  display: flex;
}

.into_text {
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 37.5rem;
  max-width: 37.5rem;
  height: 100%;
  min-height: 5.2rem;
  display: flex;
}

.cards_text-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.know-hold {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  border-right: .0625rem solid #a1d271;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  min-width: 6rem;
  max-width: 14.9rem;
  padding-right: 1rem;
  display: flex;
}

.hero_header-right--2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 62.5625rem;
  display: flex;
}

.padding-global {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.padding-global.padding-section-nav {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.padding-global.paading-top {
  padding-top: 3.5rem;
  padding-bottom: .625rem;
}

.padding-global.paading-top.footrt {
  padding-top: 23.5rem;
  padding-bottom: 3.5rem;
}

.padding-global.padding-section-medium {
  padding-top: 100px;
  padding-bottom: 84px;
}

.padding-global.padding-l {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-global.padding-160 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.heading-style-h3 {
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3.yellow {
  color: var(--orange);
}

.footer_btn-links {
  grid-column-gap: 1.20125rem;
  grid-row-gap: 1.20125rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  white-space: nowrap;
  padding: .3125rem 1.875rem .3125rem 0;
  display: flex;
}

.seach-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero_header-left {
  white-space: nowrap;
}

.soulation-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-width: 14.5625rem;
  max-width: 14.5625rem;
  padding-right: 1rem;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(83deg, #82c341, #09ce91);
  border: .0625rem solid #0000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button.button-arrow {
  background-image: url('../images/chevron-right.png'), linear-gradient(45deg, #82c341, var(--grad));
  background-position: 94%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.5rem 1.5rem, auto;
  padding-right: 3.5rem;
}

.button.button-arrow-left {
  background-image: url('../images/download.png'), linear-gradient(83deg, #82c341, #09ce91);
  background-position: 8%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.5rem 1.5rem, auto;
  padding-left: 3.5rem;
  padding-right: 1rem;
}

.button.button-arrow-left._1 {
  background-image: url('../images/mail-send.png'), linear-gradient(83deg, #82c341, #09ce91);
  padding-left: 2.5rem;
  padding-right: .6rem;
  font-size: .7rem;
}

.button.button-arrow-left._1:hover {
  box-shadow: -1px 6px 20px -1px var(--brand);
  transform: scale(1.1);
}

.button.button-arrow-left._1.download {
  text-align: center;
  width: 100%;
  padding-left: 3rem;
}

.button.button-arrow-left._1.vidoe {
  text-align: left;
  width: 100%;
  padding-left: 3rem;
}

.button.new-w-arrow {
  background-image: url('../images/icon_2.png'), linear-gradient(45deg, #82c341, #09ce91);
  background-position: 89%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.25rem 1.25rem, auto;
  padding-right: 3rem;
  font-size: 1rem;
  font-weight: 600;
}

.button.new-w-arrow:hover {
  color: #000;
  background-color: #070a030d;
  background-image: url('../images/right-top-arrow-circle.avif');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
}

.button.new-b-arrow {
  color: #000;
  background-color: #070a030d;
  background-image: url('../images/right-top-arrow-circle.avif');
  background-position: 89%;
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
  padding-right: 2.7rem;
  font-size: .75rem;
  font-weight: 600;
}

.button.new-b-arrow:hover {
  color: #fff;
  background-image: url('../images/icon_2.png'), linear-gradient(83deg, #82c341, #09ce91);
  background-position: 89%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.25rem 1.25rem, auto;
}

.button.white {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  display: flex;
}

.button.code {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.button.flex-body.font-sm {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .7rem;
  transition: transform .3s;
}

.button.flex-body.font-sm:hover {
  transform: scale(1.1);
}

.footer_botton-wrapper {
  border-top: .0625rem solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem .639375rem;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.pannel-links {
  flex-flow: column;
  display: flex;
}

.cards_text-left {
  white-space: nowrap;
}

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

.loop_text-component {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer_links-wrapper {
  color: #fff;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.section_loop-text {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.testimonial_text-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero_component {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-size-large.letter-spacing {
  margin-bottom: 0;
}

.text-size-large.text-weight-medium {
  font-family: Unbounded, sans-serif;
  font-weight: 600;
}

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

.text-size-large.text-weight-semibold.font {
  font-family: Unbounded, sans-serif;
}

.text-size-large.text-weight-bold {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.hero_header-option--2 {
  text-align: center;
  border-bottom: .0625rem solid #000;
  width: 100%;
  min-width: 12rem;
  padding-top: .6875rem;
  padding-bottom: .6875rem;
}

.panel_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.nav_drop-menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.gallery_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 39.7rem;
  display: flex;
}

.drop_menu-image {
  object-fit: cover;
  border-radius: 1rem;
  width: 10rem;
  max-height: 6.5625rem;
}

.text-size-small {
  font-size: 1.1875rem;
  line-height: 1.26316;
  text-decoration: none;
}

.text-size-small.aa {
  color: #fff;
}

.text-13 {
  color: #fff;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
  line-height: 1.40769;
}

.text-13.text-color-grey {
  color: #ffffffb3;
}

.loop_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-transform: uppercase;
  display: flex;
}

.tab-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.know-hold-copy {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  min-width: 23.125rem;
  max-width: 23.125rem;
  padding-right: 2rem;
  display: flex;
}

.section_loop-brands {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.nav-logo {
  width: 100%;
  max-width: 12.0625rem;
}

.tab-menu {
  background-color: #0000;
  width: 100%;
  min-width: 20rem;
  max-width: 20rem;
  padding: .5rem 0 .5rem .75rem;
}

.tab-menu:hover {
  background-color: #a7d57a;
  border-radius: .5rem;
}

.tab-menu.w--current {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #82c341;
  background-clip: border-box;
  border-radius: 1rem;
  display: flex;
}

.heading-style-h1 {
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.heading-style-h1.spacing-12 {
  flex-flow: column;
  display: flex;
}

.heading-style-h1.spacing-12.text-black {
  color: #000;
}

.brand_logo {
  background-color: #fff;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 7.9375rem;
  min-height: 4.625rem;
  display: flex;
}

.brand_logo._1 {
  width: 9.1875rem;
}

.testimonial_text-left {
  white-space: pre;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion {
  background-color: #e9e9e9;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion.ative {
  background-color: #63606000;
  border-radius: 20px;
  width: 60%;
}

.text-size-regular {
  text-align: center;
  margin-bottom: 0;
  font-weight: 400;
}

.text-size-regular.text-weight-medium.text-drop {
  font-family: Unbounded, sans-serif;
}

.text-size-regular.text-weight-medium.text-drop:hover {
  color: #fff;
}

.text-size-regular.text-weight-bold {
  font-weight: 700;
}

.cards_text-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero_header-left-2 {
  white-space: nowrap;
}

.container-large {
  flex-flow: column;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.tab_menu-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: .0625rem solid #a1d271;
  flex-flow: column;
  padding-right: 2rem;
  display: flex;
}

.tab_menu-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.nav-dropdown-icon {
  width: 100%;
  min-width: .875rem;
  max-width: .875rem;
}

.footer_component {
  background-image: url('../images/footer_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_header-right {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 67.5625rem;
  display: flex;
}

.loop_into-wrapper {
  flex-flow: column;
  display: flex;
}

.section_hero {
  padding-left: 10px;
  padding-right: 10px;
}

.tab_panal {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
}

.tab_panal.spaciong {
  border-left: .0625rem solid #82c341;
  padding-left: 2rem;
}

.footer-wrapper {
  background-color: #0000009e;
  border-radius: 1.25rem;
  padding: 2rem 2rem 1rem;
}

.tab-title {
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.footer_links-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex-flow: column;
  width: 100%;
  max-width: 14.9375rem;
  padding: .5rem;
  display: flex;
}

.loop_logs-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.text-48 {
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.text-48.a {
  font-family: Unbounded, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}

.text-48.text-weignt-semi {
  font-weight: 600;
}

.text-48.text-weignt-semi._1 {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 2.8rem;
}

.text-48._1 {
  text-align: left;
  font-size: 1.6rem;
}

.panel-inner-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.text-size-medium {
  font-size: .75rem;
  line-height: 1.8;
}

.text-size-medium.text-weight-medium {
  font-weight: 500;
}

.text-size-medium.text-weight-medium.faq {
  font-size: 1rem;
  line-height: 142%;
}

.text-size-medium.text-weight-bold {
  font-weight: 700;
}

.text-size-medium.faq-para {
  font-weight: 500;
  line-height: 160%;
}

.text-size-medium.text-weight-bold {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.hero_header-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 17.8rem;
  padding: .5rem;
  display: flex;
}

.footer_links._1 {
  grid-column-gap: 3.7rem;
  grid-row-gap: 3.7rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: none;
}

.tab_menu-lis {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-left: .0625rem solid #a1d271;
  flex-flow: column;
  padding-left: 2rem;
  display: flex;
}

.hero_wrapper {
  background-image: url('../images/header_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 4.375rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 45rem;
  display: flex;
}

.loop_band {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  white-space: nowrap;
  display: flex;
}

.text-36 {
  font-family: Unbounded, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: .833333;
}

.testimonial_text-component {
  position: relative;
  overflow: hidden;
}

.loop_brand-component {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop_label-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  white-space: nowrap;
  width: 100vw;
  display: flex;
}

.hero_header-para {
  padding-top: 0;
  padding-bottom: 0;
}

.loop_intro {
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loop_intro.right {
  justify-content: flex-end;
}

.cards_text-list {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  display: flex;
}

.tab_menu-listt {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-right: .0625rem solid #a1d271;
  flex-flow: column;
  padding-right: 1rem;
  display: flex;
}

.loop_text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_links-small {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 1rem;
  display: flex;
}

.text-loop-14 {
  color: #fff;
  font-size: .875rem;
}

.nav-menu-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: space-between;
  display: flex;
}

.navbar {
  background-color: #0000;
  position: relative;
}

.startup-title_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-agency.bg-color {
  background-color: #eef7e8;
}

.section-agency.bg-light, .section-agency.bg-color-v {
  background-color: #f7fbf3;
}

.brand-option {
  background-color: #070a030d;
  border-radius: .375rem;
  padding: .25rem .625rem;
}

.clent_feedback-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.email-field {
  color: var(--black);
  text-align: center;
  border-radius: .3125rem .3125rem .3125px;
  margin-bottom: 0;
  padding: .8125rem 0 .8125rem 0;
  font-size: .9375rem;
}

.brand-loop {
  width: 100%;
  min-height: 10.625rem;
  display: flex;
  position: relative;
}

.brand-loop._1 {
  background-color: #fff;
}

.contact-btn {
  background-color: #82c341;
  padding: .75rem 2.4375rem .75rem 1rem;
}

.contact-btn.arrow {
  padding-right: 1rem;
  font-weight: 700;
}

.process-wrapper {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hero_para-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.faq_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.text-18 {
  font-size: 1.125rem;
  line-height: 1.33333;
  text-decoration: none;
}

.text-18.text-weight-bold.text-clr-red {
  color: #82c341;
}

.text-18.spacinh {
  letter-spacing: -.68px;
}

.helpline-blocks-wrap {
  background-color: #fff;
  border-radius: 1.5rem;
  width: 33.33%;
  padding: 3.5rem;
}

.startup-desgin-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.tools-title_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 59rem;
  display: flex;
}

.tools-title_text.big {
  max-width: 60.1rem;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
}

.agency-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.contacr-wrapperr {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(45deg, #000 43%, #364b54);
  border-radius: 2rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5.125rem;
  padding-bottom: 3.625rem;
  display: flex;
}

.line-wrapper {
  display: flex;
}

.toos-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 1rem;
  display: flex;
}

.helpline_block-wrapper {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  background-color: #82c341;
  border-radius: 2rem;
  padding: 3.5rem 2rem;
  display: flex;
}

.arrow-image {
  width: 1.875rem;
}

.tools-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.icon-68 {
  height: 8rem;
}

.line {
  background-color: var(--orange);
  width: 100%;
  min-height: .25rem;
}

.brand-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.process_loop-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.hero-right {
  background-image: url('../images/Frame-1000004592_1Frame 1000004592.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3.125rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 53.75rem;
  padding-top: 3rem;
  padding-left: 2rem;
  display: flex;
  position: relative;
}

.faq_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  width: 100%;
  max-width: 60rem;
  display: flex;
}

.hub-image {
  width: 5.375rem;
}

.faq-green-bar {
  background-color: #82c341;
  border-radius: .125rem;
  min-width: .25rem;
  min-height: 1rem;
}

.section-contact {
  background-color: #fff;
}

.hero-left {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  flex-flow: column;
  display: flex;
}

.faq_accordion {
  border-bottom: .2rem solid #00000047;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_accordion:hover {
  border-bottom-color: #82c341;
}

.brand_button {
  background-color: #82c341;
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: .833333;
}

.brand_button.arrow-la {
  background-image: url('../images/chevron-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-right: 3.75rem;
}

.helpline-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.faq_text-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-32 {
  text-align: justify;
  padding-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.125;
}

.text-32.letter-spacing {
  font-size: 1.25rem;
}

.helpline-text-btn {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.ageny-title_text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.process_block-wrapper {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  display: flex;
}

.process_block-wrapper._1 {
  margin-left: 150px;
}

.faq_bar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-family: Unbounded, sans-serif;
  display: flex;
}

.start_rebrrand-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-helpline {
  background-color: #dff0cf80;
}

.section-helpline.bg-color-help {
  background-color: #cdf5e9;
}

.section-helpline.bg-cream {
  background-color: #fef3c380;
}

.section-helpline.bg-cyan {
  background-color: #e6faf4;
}

.section-helpline.bg-beige {
  background-color: #fef3c3;
}

.section-helpline.q {
  background-color: #e6faf480;
}

.agency-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-width: 23.8rem;
  max-width: 26.5rem;
  padding: 1.5rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 #0003;
}

.agency-block:hover {
  border: .1rem solid var(--cyan);
  box-shadow: 0 0 20px 0 var(--orange);
}

.agency-block:active {
  border-color: var(--orange);
  box-shadow: 0 0 20px 0 var(--orange);
}

.agency-block._1 {
  min-width: 18.3rem;
  max-width: 24rem;
  padding: 1rem;
}

.agency-block.hort {
  background-color: #fff;
  min-width: 24rem;
  max-width: 24rem;
}

.agency-block.number {
  text-align: center;
  background-color: #fff;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.agency-block.number:hover {
  box-shadow: 0 0 20px 7px var(--brand);
}

.agency-block.number.green-color:hover {
  box-shadow: 0 0 10px #82c34180;
}

.agency-block.number.cyan-color:hover {
  box-shadow: 0 0 20px #09ce9180;
}

.agency-block.number.yellow-color:hover {
  box-shadow: 0 0 10px #fdc93480;
}

.agency-block.green {
  background-color: #fff;
  transition: transform .2s;
}

.agency-block.green:hover {
  box-shadow: 0 0 20px 7px #82c34199;
}

.agency-block.yellow:hover {
  border-color: var(--orange);
  box-shadow: 0 0 20px 7px #fdc93480;
}

.agency-block.grey:hover {
  border-color: var(--grey);
  box-shadow: 0 0 20px 7px #47474780;
}

.agency-block.green-color {
  border: 1px solid #0000;
  transition-duration: .3s;
}

.agency-block.green-color:hover {
  border-color: var(--brand);
  box-shadow: 0 0 20px 0 var(--brand);
}

.agency-block.cyan-color {
  border: 1px solid #0000;
  transition-duration: .3s;
}

.agency-block.cyan-color:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 20px #09ce9180;
}

.agency-block.yellow-color {
  border: 1px solid #0000;
  transition-duration: .3s;
}

.agency-block.yellow-color:hover {
  border-color: var(--orange);
}

.agency-block.gray-color:hover {
  border-color: var(--steel-gray);
  box-shadow: 0 0 20px 0 var(--steel-gray);
}

.faq_answer {
  padding-bottom: .04rem;
  padding-right: 1.25rem;
  overflow: hidden;
}

.agency_cards-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 73.125rem;
  display: flex;
}

.agency_cards-list.hori {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  max-width: none;
}

.agency_cards-list._1 {
  align-items: stretch;
}

.section-brand {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.section_startup-rebramd {
  background-color: #e6f7f2;
}

.section_startup-rebramd.bg-transparnet {
  background-color: #0000;
}

.button-style-2 {
  color: #fff;
  background-color: #82c341;
  border-radius: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: .75rem 1.8125rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  overflow: hidden;
}

.button-style-2:hover {
  box-shadow: 0 4px 15px -3px var(--brand);
}

.button-style-2.ref {
  position: relative;
}

.hero_para {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 36rem;
  display: flex;
}

.project-btn {
  background-image: url('../images/icon_1.png'), linear-gradient(164deg, #82c341, #09ce91);
  background-position: 76%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: .8125rem .8125rem, auto;
  border-radius: .75rem;
  padding: .625rem 5.625rem .625rem 3.5rem;
  font-size: 1rem;
  line-height: 150%;
}

.faq-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  max-width: 29rem;
  margin-bottom: 0;
}

.process-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  display: flex;
}

.process-block.top {
  justify-content: flex-start;
}

.airbnb-image {
  width: 5.60688rem;
}

.process_text-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 26.5rem;
  padding: 1.5rem 1.5rem 2.125rem;
  display: flex;
}

.contact_text-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 62rem;
  display: flex;
}

.option-brand {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  margin-top: 3.5rem;
  display: flex;
}

.helpline-block {
  color: #82c341;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.brand_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.process-seies {
  background-color: var(--orange);
  color: #fff;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 2.25rem;
  min-height: 2.25rem;
  display: flex;
}

.process-seies._1, .process-seies._2, .process-seies._3 {
  background-color: var(--orange);
}

.contact-form {
  color: var(--black);
  background-color: #82c341;
  border-radius: .3125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4rem;
  padding-left: .4rem;
  padding-right: .4rem;
  display: flex;
}

.section_client-feedback {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section_client-feedback.bg-color {
  background-color: #f7fbf3;
}

.process-text {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.faq_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.heading-style-h4 {
  font-family: Unbounded, sans-serif;
  font-size: var(--h4--font-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h4.a {
  font-size: 40px;
}

.helpline-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.helpline_text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.client_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
}

.section-tools {
  background-color: #eef7e8;
}

.section-tools.bg-color-clear {
  background-color: #0000;
}

.section-tools.bg-color {
  background-color: #f7fbf3;
}

.padding-section-small {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.tool-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 21.875rem;
  height: 100%;
  padding: 1rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.tool-wrapper.yellow-card {
  background-color: #fab515;
  border-radius: 1rem;
  height: 100%;
}

.tool-wrapper.yellow-card:hover {
  box-shadow: 0 0 10px 2px #fdc93480;
}

.tool-wrapper.cyan-card {
  background-color: #09ce91;
  border-radius: 1rem;
  height: 100%;
}

.tool-wrapper.cyan-card:hover {
  box-shadow: 0 0 10px 2px #09ce9180;
}

.tool-wrapper.green-card {
  background-color: #82c341;
  border-radius: 1rem;
  height: 50%;
  padding-top: 1rem;
}

.tool-wrapper.green-card:hover {
  box-shadow: 0 0 10px 2px #82c34180;
}

.inner-para {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.inner-para._1 {
  height: auto;
  margin-top: 15px;
  margin-bottom: 12px;
}

.buttons-wrapper-box {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.ageny-title_text-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 62.4rem;
  display: flex;
}

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

.helpline-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 4.21875rem;
  padding-bottom: 4.21875rem;
  display: flex;
}

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

.helpline-wrap.j {
  text-align: center;
  align-items: center;
}

.button-techolo {
  text-align: center;
  background-color: #82c341;
  border-radius: 10px;
  padding: 10px;
  font-weight: 500;
}

.button-techolo.cyan-card {
  background-color: #09ce91;
}

.button-techolo._1 {
  text-align: left;
  background-image: url('../images/download.png');
  background-position: 68% 40%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 7.1rem;
  font-size: 16px;
}

.button-techolo._2 {
  text-align: left;
  background-color: #fab515;
  background-image: url('../images/download.png');
  background-position: 69% 40%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 7.1rem;
  font-size: 16px;
}

.button-techolo._3 {
  text-align: left;
  background-color: #09ce91;
  background-image: url('../images/download.png');
  background-position: 69% 40%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding-left: 7.1rem;
  font-size: 16px;
}

.button-techolo.yellow {
  background-color: #fab515;
}

.hero_para-copy {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  min-width: 4rem;
  max-width: 47.5rem;
  display: flex;
}

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

.text-size-large-2 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.button-gradient {
  background-image: url('../images/download.png'), linear-gradient(#82c341, #09ce91);
  background-position: 89% 39%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.5rem 1.5rem, auto;
  border-radius: 12px;
  padding: .625rem 3.75rem .625rem 1.5rem;
  font-size: 12px;
}

.startup-wrap {
  width: 100%;
  max-width: 32.875rem;
}

.h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 600;
}

.h3._1 {
  margin-top: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
}

.client-bar-wrapper-2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-style-h3-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
}

.outline-btn {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--white);
  border: 2px solid #82c341;
  border-radius: .5625rem;
  flex: none;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(83deg, #82c341, #09ce91);
  border: .0625rem solid #0000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button-3.arrow-right {
  background-image: url('../images/play-circle.png'), linear-gradient(83deg, #82c341, #09ce91);
  background-position: 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.25rem, auto;
  padding-right: 3.75rem;
}

.size-40 {
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.section_startup-rebramd-2 {
  background-color: #eef7e8;
}

.agency-block-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.agency-block-2:hover {
  border: .1rem solid #82c341;
  box-shadow: -7px 9px #82c34199;
}

.agency-block-2._1 {
  text-align: center;
  align-items: center;
  max-width: 22.6rem;
}

.tool_block-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tool_block-wrapper._1 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.technology-card-icon {
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 10rem;
  padding: 20px 25px;
  display: flex;
}

.agency_cards-list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.agency_cards-list-2.dd {
  justify-content: center;
}

.startup-title_text-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.startup-title_text-2.width {
  max-width: 45rem;
}

.technology-card-btm {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 29rem;
  padding: 2rem 1rem;
  display: flex;
}

.knowlegde-wrap {
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  padding: 1.46875rem 1.375rem;
  display: flex;
}

.columns {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.icon-24 {
  width: 1.5rem;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.knowlwge-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: .125rem;
}

.knowlwge-wrapper.green-card {
  background-color: #82c341;
  border-radius: 1rem;
}

.knowlwge-wrapper.green-card:hover {
  transform: scale(1.1);
}

.knowlwge-wrapper.yellow-card {
  background-color: #fab515;
  border-radius: 1rem;
}

.knowlwge-wrapper.yellow-card:hover {
  transform: scale(1.1);
}

.knowlwge-wrapper.cyan-card {
  background-color: #09ce91;
  border-radius: 1rem;
  min-height: auto;
}

.knowlwge-wrapper.cyan-card:hover {
  transform: scale(1.1);
}

.text-field {
  border: 3px solid #82c341;
  border-radius: 12px;
}

.heading-style-h4-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero_para-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 45.4375rem;
  display: flex;
}

.hero_para-2._1 {
  max-width: 35.5rem;
}

.startup-title_text-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.text-size-large-3 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.startup_brand-block-2 {
  color: #fff;
  background-color: #82c341;
  border-radius: .75rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 31.75rem;
  padding: 1.5rem 1.5rem 2.25rem;
  display: flex;
  position: relative;
}

.primary-btn {
  background-color: #82c341;
  border-radius: 1rem;
}

.primary-btn.auto {
  color: #fff;
  border-radius: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .625rem 1.625rem;
  transition: transform .3s;
}

.primary-btn.auto:hover {
  border: .1rem solid var(--brand);
  color: var(--brand);
  background-color: #0000;
  font-size: 15px;
  transform: scale(1.1);
}

.primary-btn.tran {
  text-align: center;
  padding: 10px 50px;
}

.primary-btn.tran:hover {
  border: .1rem solid var(--brand);
  color: var(--brand);
  background-color: #0000;
  font-size: 16px;
  transform: scale(1.1);
}

.startup-mask-2 {
  background-color: #efefef91;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.ageny-title_text-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 61.5rem;
  display: flex;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(83deg, #82c341, #09ce91);
  border: .0625rem solid #0000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button-4:hover {
  border-width: .1rem;
  border-color: var(--brand);
  color: var(--brand);
  background-color: #0000;
  background-image: none;
}

.button-4._1 {
  flex: none;
  padding: .625rem 1.25rem;
}

.button-4._1.arrow-mail {
  background-image: url('../images/mail-send_1.png'), linear-gradient(83deg, #82c341, #09ce91);
  background-position: 92%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.25rem, auto;
  padding-right: 3.75rem;
}

.button-4.button-icon {
  background-image: url('../images/play-circle.png'), linear-gradient(83deg, #82c341, #09ce91);
  background-position: 96%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.25rem 1.25rem, auto;
  padding-right: 2.5rem;
}

.text-block-4 {
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.brand-col-slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  display: flex;
}

.brand-col-slider._2x2 {
  grid-column-gap: 2.1rem;
  grid-row-gap: 2.1rem;
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 1rem;
}

.brand-col-slider._2x2-copy {
  flex-flow: row;
  justify-content: center;
  padding-bottom: 1rem;
}

.brand-col-slider._5x3 {
  flex-flow: wrap;
  justify-content: center;
}

.brand-strategy-card {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 25rem;
  padding: 1rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 #0003;
}

.brand-strategy-card:hover {
  box-shadow: 0 0 20px #82c34180;
}

.brand-strategy-card.text-align-left._1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 18.3rem;
  height: auto;
}

.brand-strategy-card.text-align-left._1:hover {
  box-shadow: 3px 4px 0 3px var(--brand);
}

.brand-strategy-card.yellow-color:hover {
  box-shadow: 0 0 20px #fdc93480;
}

.brand-strategy-card.cyan-color:hover {
  box-shadow: 0 0 20px #09ce9180;
}

.brand-strategy-card.gray-color:hover {
  box-shadow: 0 0 20px #4f6d7a80;
}

.paragraph-3 {
  text-align: center;
  margin-top: 10px;
}

.heading-style-h3-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.columns-4 {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand-card-icon {
  background-color: #dff0cf;
  border-radius: 16px;
  width: auto;
  height: 20rem;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brand-card-icon.pad {
  background-color: var(--white);
  height: 15rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.hero_para-3 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33.7rem;
  display: flex;
}

.ageny_image {
  width: 10rem;
  height: auto;
}

.ageny_image.ch-img {
  height: 10rem;
}

.agency_para {
  grid-column-gap: .53125rem;
  grid-row-gap: .53125rem;
  flex-flow: column;
  display: flex;
}

.tool-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 23.8rem;
  padding: 1.5rem;
  display: flex;
}

.tool-block:hover {
  border: .1rem solid #82c341;
  box-shadow: 0 0 20px 7px #82c34199;
}

.tool_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

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

.text-size-large-4 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-size-large-4.text-weight-medium.footer-h {
  font-weight: 500;
  text-decoration: underline;
}

.button-5 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(83deg, #82c341, #09ce91);
  border: .0625rem solid #0000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button-5.nav-btn {
  background-image: linear-gradient(45deg, #82c341, #09ce91);
  font-size: .75rem;
}

.button-5.card {
  border-color: var(--brand);
  color: var(--brand);
  background-color: #fff;
  background-image: none;
  font-size: 1rem;
  font-weight: 700;
}

.text-block-5 {
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.columns-6 {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brand-strategy-card-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 30rem;
  padding: 1rem;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #122b6914, 0 2px 6px #122b690a, 1px 0 2px #122b6914;
}

.brand-strategy-card-1:hover {
  transform: scale(1.05);
}

.brand-card-icon--1 {
  background-color: #dff0cf;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 20em;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.brand-card-icon--1._1 {
  height: 20em;
  padding-top: 20px;
  padding-bottom: 20px;
}

.helpline-wrapper--1 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.text-btn {
  color: #82c341;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6em;
}

.text-btn.black-text {
  color: #000;
  font-weight: 500;
}

.hero-text-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-text-wrapper._1 {
  align-items: flex-start;
}

.text-size-large-5 {
  font-size: 1.5rem;
  line-height: 1.25;
}

.button-7 {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(83deg, #82c341, #09ce91);
  border: .0625rem solid #0000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.button-7._1 {
  flex: none;
  padding: 1rem 1.25rem;
}

.button-7.arrow {
  background-image: url('../images/download.png'), linear-gradient(83deg, #82c341, #09ce91);
  background-position: 5% 44%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.25rem, auto;
  padding-left: 3.75rem;
}

.columns-7 {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.heading-style-h3-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

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

.button-8 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: var(--white);
  border: 2px solid #82c341;
  border-radius: 12px;
  flex: none;
  padding: 1rem .6rem 1rem .8rem;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-8.arrow {
  background-image: url('../images/calendar.png');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding: 1rem 1.5rem 1rem 3.5rem;
}

.button-8.arrow-copy {
  background-color: #ffffff0d;
  background-image: url('../images/calendar.png');
  background-position: 9%;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  padding: 1rem 1.5rem 1rem 3.5rem;
}

.text-12 {
  color: var(--black);
  font-size: 18px;
}

.image-4 {
  width: 8rem;
}

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

.columns-8 {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-6 {
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.heading-style-h4-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.columns-9 {
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.helpline-wrap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 4.21875rem;
  padding-bottom: 4.21875rem;
  display: flex;
}

.helpline-wrap-2.j {
  text-align: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.text-size-large-10.text-weight-bold {
  font-weight: 700;
}

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

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

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

.tool-wrapper-leads {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  padding: 0;
  display: flex;
}

.optimize-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e6f3d9;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.optimize-card:hover {
  box-shadow: 7px 7px 0 2px var(--brand);
}

.optimize-card.color {
  max-width: none;
}

.text-20 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.text-20.text-color {
  color: #82c341;
}

.text-20.text-color.text-weigt-bold {
  text-align: left;
  font-size: 1rem;
  font-weight: 700;
}

.text-20.text-color.text-weigt-bold._2 {
  text-align: left;
  font-size: 16px;
}

.text-20.text-weight-bold {
  font-weight: 700;
}

.text-20.tab-text {
  font-family: Unbounded, sans-serif;
}

.text-20._1 {
  color: #000;
}

.rate-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  align-items: flex-start;
  width: 100%;
  padding: 8px;
  display: flex;
}

.rate-card._1 {
  max-width: 11rem;
}

.rate-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 0;
  display: grid;
}

.social-wrapper {
  grid-column-gap: 96px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: grid;
}

.social-media-card {
  background-color: var(--transparent);
  text-align: center;
  border-radius: 14px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  font-size: 20px;
  display: flex;
}

.social-media-card:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 5px #0003;
}

.icon-36 {
  width: 80px;
  height: auto;
}

.social-platform-card {
  background-image: linear-gradient(220deg, #515cca26 15%, #ffa34b26 46%, #ac31bc26 76%, #e6476f26);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.social-platform-card.linkdin-card {
  background-color: #0a66c226;
  background-image: none;
}

.social-platform-card.fb-card {
  background-color: #0866ff26;
  background-image: none;
}

.social-platform-card.yt-card {
  background-color: #ff000026;
  background-image: none;
}

.social-platform-text {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  align-items: flex-start;
  padding-bottom: 2.5rem;
  display: flex;
}

.para-16 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 120%;
}

.tag-social {
  background-color: #070a030d;
  border-radius: 6px;
  padding: 10px;
}

.visual-intsa-text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #df4478, #b032b5 29%, #fea34b 68%, #6664b9);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.video-text-yt {
  color: red;
  font-weight: 600;
}

.comunity-text-fb {
  color: #0866ff;
  font-weight: 600;
}

.b2b-linkdin-text {
  color: #0a66c2;
  font-weight: 600;
}

.art-branding-img {
  background-image: url('../images/medical-banner-with-doctor-working-laptop-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 16px;
  width: 90%;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.text-64 {
  font-family: Unbounded, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.tools-wrapper-grid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.helpline-wrap--left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-top: 4.21875rem;
  padding-bottom: 4.21875rem;
  display: flex;
}

.helpline-wrap--left._1 {
  text-align: center;
  align-items: center;
}

.tools-wrapper-big {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero_para-2-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.tools-wrapper-2 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.tool_block-wrapper--2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.ageny-title_text-22 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.ageny-title_text--3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.agency_cards-list-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 73.125rem;
  display: flex;
}

.agency_cards-list-5.q {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  place-items: center;
  display: grid;
}

.agency-block-4-copy {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #fff;
  border: .1rem solid #0000;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 26.5rem;
  max-width: 26.5rem;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
  box-shadow: -7px 9px #0000;
}

.agency-block-4-copy:hover {
  border: .1rem solid #82c341;
  box-shadow: -7px 9px #82c34199;
}

.agency-block-4-copy.yellow-color:hover {
  border-color: var(--orange);
  box-shadow: -7px 9px #fdc93499;
}

.agency-block-4-copy.cyan-color:hover {
  border-color: var(--cyan);
  box-shadow: -7px 9px #09ce9199;
}

.agency-block-4-copy.gray-color:hover {
  border-color: var(--steel-gray);
  box-shadow: -7px 9px #4f6d7a80;
}

.ageny-title_text-copy, .ageny-title_text--6 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.rate-card-wrapper-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.brand-wrapper--1 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.brand_text-wrapper--1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.heading-help {
  width: 100%;
  max-width: 40rem;
}

.hero_para--6 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 47.5rem;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: .9rem;
  width: 100%;
  height: 100%;
}

.brand-card-icon-copy {
  background-color: #82c341;
  border-radius: 16px;
}

.text--20-bold {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text--20-bold.healthcare-tab {
  padding-top: 10px;
}

.brand-col-slider-copy {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.client-card-wrapper {
  flex-flow: column;
  overflow: hidden;
}

.main-subtitle {
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.client-column {
  margin-bottom: 20px;
}

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

.client-des {
  color: #010202;
  margin-bottom: 10px;
  padding-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 23px;
}

.know-more-wrap {
  width: 300px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.client_detils {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.client-card {
  cursor: pointer;
  background-color: #dff0cf;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 340px;
  padding: 20px;
  display: flex;
}

.client-card.client-card-digi {
  width: 100%;
  height: 100%;
}

.custome-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-8 {
  color: #05003899;
}

.button-text {
  line-height: 1;
}

.main-title {
  color: #333;
  ---mode--collection-bc99993c-e820-5e73-a2bd-03841bb226e5: mode-b0fb91f1-0879-cf1b-d658-caa0ab0d2288;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
}

.section-feedback {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: block;
  overflow: hidden;
}

.text-block-9 {
  color: #05003899;
  font-size: 12px;
}

.primary-button-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  background-color: #82c341;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 145px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2.real-business-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  display: flex;
}

.primary-button-2.real-business-btn:hover {
  border: .2rem solid var(--brand);
  color: var(--brand);
  background-color: #fff;
  font-size: 26px;
  font-weight: 700;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.client-relative {
  position: relative;
}

.heading-box {
  text-align: center;
  width: 100%;
  max-width: 80rem;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
}

.client-bg-absolute {
  background-image: linear-gradient(0deg, #fff, #fff0);
  width: 100%;
  height: 180px;
  position: absolute;
  inset: auto 0% 0%;
}

.client-name {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs {
  border-right: 1px solid #82c34180;
  padding-right: 24px;
  display: flex;
}

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

.tabs-content {
  width: 70%;
  margin-left: 24px;
}

.link {
  color: #070a03;
  font-family: Unbounded, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.column-9 {
  max-height: 100%;
}

.industries-tab-content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sol-text {
  text-align: center;
  font-size: 11px;
}

.sol-inner-tab2 {
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.sol-inner-tab2.w--current {
  color: #fff;
  background-color: #82c341;
  border-radius: 12px;
  padding-left: 12px;
  padding-right: 12px;
}

.image-12 {
  object-fit: cover;
  border-radius: 16px;
  width: 8rem;
  height: 5rem;
}

.image-12.side-card-images {
  width: 8rem;
  min-width: 8rem;
}

.tabs-menu-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Unbounded, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Unbounded, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}

.navbar-brand, .navbar-brand.w--current {
  width: 100%;
  max-width: 12rem;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.image-10 {
  width: 14px;
}

.image-10._1 {
  display: none;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.mobile-margin-top-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.featured-card {
  z-index: 9999999;
  color: #000;
  background-color: #f3f3f3;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 32px;
  text-decoration: none;
  position: relative;
}

.nav-link-text {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.nav-dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: .25px;
  padding: 26px 30px 26px 0;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

.sol-title {
  margin-bottom: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.service-sol-name {
  color: #333;
  font-size: 12px;
  text-decoration: none;
}

.text-block-20 {
  text-underline-offset: 2px;
  padding-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 12px;
  text-decoration: underline;
}

.column-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: stretch;
  height: 20rem;
  min-height: 22.7rem;
  padding-bottom: 0;
  padding-right: 0;
}

.text-block-21 {
  margin-bottom: 10px;
  font-size: 12px;
}

.tab-link {
  background-color: #fff;
  border-radius: 12px;
}

.tab-link:hover {
  background-color: #fef3c3;
  transform: scale(1.1);
}

.tab-link.w--current {
  color: #fff;
  background-color: #82c341;
  border-radius: 12px;
}

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

.text-block-13 {
  margin-bottom: 22px;
  font-weight: 400;
}

.div-block-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.div-block-13.ind-tab-list-content {
  width: 50%;
}

.tabs-content-2 {
  width: 30%;
  margin-left: 24px;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-menu-wrapper-2 {
  position: static;
}

.nav-menu-wrapper-2.my-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid #82c34180;
  flex-flow: column;
  width: 30%;
  padding-right: 24px;
  display: flex;
}

.link-block-2 {
  color: #333;
}

.columns-5 {
  flex-flow: column;
}

.image-14 {
  display: none;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
  position: absolute;
  inset: 5.8rem 0% auto;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide._1.w--open {
  display: none;
}

.article-title {
  font-size: 16px;
  font-weight: 600;
}

.tab_btn-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.tab_btn-wrapper._1, .tab_btn-wrapper._11 {
  width: 100%;
  max-width: 33rem;
}

.tab-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #333;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.tab-btn:hover {
  background-color: var(--mm-white);
}

.tab-btn._2.none, .tab-btn._3.none {
  display: none;
}

.tab-answer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  width: 100%;
  padding-left: 2rem;
  display: none;
  position: absolute;
}

.tab-answer._1 {
  display: block;
  inset: 0%;
}

.tab-answer._2, .tab-answer._3 {
  inset: 0%;
}

.tab-link.w--current {
  background-image: url('../images/caret-right.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.tab-links {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.text-block-23, .text-block-24 {
  color: #05003899;
}

.primary-button-3 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  background-color: #82c341;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 145px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-3.real-business-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  display: flex;
}

.primary-button-3.real-business-btn:hover {
  border: .1rem solid var(--brand);
  color: var(--brand);
  background-color: #0000;
  transform: scale(1.1);
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.text-block-25, .text-block-26 {
  color: #05003899;
}

.primary-button-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  background-color: #82c341;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 145px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-4.real-business-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  display: flex;
}

.primary-button-4.real-business-btn:hover {
  border: .1rem solid var(--brand);
  color: var(--brand);
  background-color: #0000;
  font-size: 22px;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.text-block-27, .text-block-28 {
  color: #05003899;
}

.primary-button-5 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #fff;
  text-align: center;
  background-color: #82c341;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button-5.real-business-btn {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 20px;
  display: flex;
}

.primary-button-5.real-business-btn:hover {
  border: .2rem solid var(--brand);
  color: var(--brand);
  background-color: #0000;
  font-size: 22px;
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
}

.text-block-29, .text-block-30 {
  color: #05003899;
}

.client-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-block-31 {
  color: #05003899;
}

.text-block-32 {
  color: #05003899;
  font-size: 11px;
}

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

.tabs-menu-3 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  background-color: #eef7e8;
  border: .1rem solid #070a031a;
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 26.9rem;
  margin-right: 1.5rem;
  padding: 5.125rem 1rem 3.125rem;
  display: flex;
}

.tabs-3 {
  justify-content: space-between;
  display: flex;
}

.tab-pane-tab-1 {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.tabs-content-3 {
  background-color: #f2f2f2;
  background-image: linear-gradient(#eef7e8cc, #eef7e8cc), url('../images/Home-Header-MM_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 1rem;
  width: 100%;
}

.tool_tab-btn {
  background-color: #fff;
  border-radius: .75rem;
  padding: 10px 0 10px 24px;
  font-size: .8rem;
  line-height: 1.2;
}

.tool_tab-btn.w--current {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(134deg, #82c341, #09ce91);
}

.ta-text-label {
  z-index: 1;
  font-family: Unbounded, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  position: absolute;
  inset: 8% auto auto 2%;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.svg-thumg {
  color: #0000;
  width: 3rem;
  height: 3rem;
}

.g {
  color: #82c341;
}

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

.image-16 {
  width: 58px;
}

.accordion-2 {
  color: #fff;
  background-color: #e9e9e9;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 10%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.accordion-2.active {
  background-color: #63606000;
  border-radius: 20px;
  width: 60%;
  margin-bottom: 0;
  padding-bottom: 0;
}

.feedback {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.hero-image-wrapper {
  color: #fff;
  position: relative;
  transform: scale(1.2);
}

.hero-image-heading {
  display: none;
  position: absolute;
  inset: 5rem auto auto 3rem;
}

.image-17 {
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

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

.column-15._1 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.columns-11 {
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button2._1 {
  position: absolute;
  inset: 24% 45% auto auto;
}

.button2.call {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
}

.button2.call._1 {
  background-color: var(--mm-white);
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-weight: 600;
  position: absolute;
  inset: 0%;
}

.slider-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.slider-wrapper {
  width: 100%;
  display: none;
}

.hero {
  width: 100%;
  max-width: 31.4rem;
}

.hero._1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 33.3rem;
  display: flex;
}

.collection-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.blog-hero {
  background-color: #f3f3f3;
}

.blog-hero._1 {
  background-color: #fff;
}

.blog-wrapperr {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-wrapperr._1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: center;
}

.blog-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 38.8rem;
  display: flex;
}

.big-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.big-text._1 {
  font-size: 3rem;
  line-height: 1.2;
}

.blog-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.blog-card._2 {
  flex-flow: column;
  max-width: 24.1663rem;
}

.blog_an-img {
  box-sizing: border-box;
  object-fit: cover;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  height: 15rem;
  position: relative;
}

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

.div-block-16._1 {
  align-items: flex-start;
  padding: 1.5rem;
}

.text-block-34 {
  text-transform: uppercase;
  font-weight: 600;
}

.recent-blogs.none {
  display: none;
}

.recent_blog-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.collection-list-2._1 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-cat.none {
  display: none;
}

.cat-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-blog-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  columns: 2;
  flex-flow: wrap;
  justify-content: center;
  column-gap: 2rem;
  display: flex;
}

.cat-btn {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0003;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-weight: 600;
  display: flex;
}

.cat-btn:hover {
  color: #fff;
  background-color: #82c341;
}

.radio-button-label {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.cms-blog-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.hero-blog-card {
  z-index: 1;
  width: 100%;
  max-width: 317px;
  margin-right: 80px;
  position: relative;
}

.hero-blog-card-1 {
  z-index: 3;
  transition: all .3s;
  position: relative;
}

.hero-blog-card-1._2 {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 10%;
  transform: rotate(4deg);
}

.hero-blog-card-1._2-copy {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 21%;
  transform: rotate(8deg);
}

.card-box {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 9.8px;
  display: flex;
  box-shadow: 0 12px 64px #0000001a;
}

.card-top {
  position: relative;
}

.card-thumb-wrap {
  border-radius: 12px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.card-thumb {
  height: auto;
}

.card-category-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--brand);
  color: #fff;
  white-space: nowrap;
  border-radius: 6px;
  flex-flow: row;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 8% auto auto 8%;
}

.card-category-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 116%;
}

.text-block-35 {
  background-color: var(--brand);
  color: #fff;
  border-radius: .5rem;
  padding: .5rem;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  inset: 8% auto auto 5%;
}

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

.categories-title {
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 145%;
}

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

.blog-btn {
  color: #fff;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(83deg, #82c341, #09ce91);
  border: .0625rem solid #0000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.blog-btn.button-arrow-copy {
  background-image: url('../images/chevron-right.png'), linear-gradient(83deg, #82c341, #09ce91);
  background-position: 94%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.5rem 1.5rem, auto;
  padding-right: 3.5rem;
}

.card-title-wrap {
  padding-bottom: 10px;
  font-weight: 600;
}

.card-title {
  color: #000;
  letter-spacing: -.01px;
  font-size: 16px;
  font-weight: 600;
  line-height: 122%;
  text-decoration: none;
}

.button-ca {
  padding-top: .3rem;
}

.fliter-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  display: flex;
}

.case-studies-item-image {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  max-height: 15rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.case-studies-item-card {
  transform-style: preserve-3d;
  border-radius: 2.5rem;
  width: 100%;
  min-width: 27rem;
  max-width: 27rem;
  min-height: 100%;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 6px 12px #14142b0d;
}

.case-studies-item-card:hover {
  border: 1px solid #eff0f6;
  transform: scale3d(1.01, 1.01, .01);
  box-shadow: 0 12px 18px #14142b0d;
}

.collection-list-5 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-around;
  display: flex;
}

.text-wrapper-case {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.125rem 2.5rem 2.5rem;
  display: flex;
}

.padding {
  padding: 4rem;
  overflow: hidden;
}

.radio-button-label-copy {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.cat-btn-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid #0003;
  border-radius: .5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem .6rem;
  font-weight: 600;
  display: flex;
}

.cat-btn-copy:hover {
  color: #fff;
  background-color: #82c341;
}

.case-hero {
  background-color: #f3f3f3;
}

.ch-hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  display: flex;
}

.text-ch {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  max-width: 50rem;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.ch-image {
  border-radius: 2.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 30rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.cs-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

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

.header {
  background-color: #f3f3f3;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-right: 2rem;
}

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

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

.image-23 {
  pointer-events: none;
  object-fit: cover;
  width: 100%;
}

.rich-text-block {
  font-size: 20px;
  line-height: 1.5;
}

.case-studie {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
  position: relative;
}

.case-studies-item-card-copy {
  transform-style: preserve-3d;
  border-radius: 2.5rem;
  width: 100%;
  min-width: 32rem;
  max-width: 32rem;
  min-height: 100%;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 6px 12px #14142b0d;
}

.case-studies-item-card-copy:hover {
  border: 1px solid #eff0f6;
  transform: scale3d(1.01, 1.01, .01);
  box-shadow: 0 12px 18px #14142b0d;
}

.slider-navigation-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.slider-navigation.prev-slides._1 {
  position: absolute;
  inset: auto auto 8rem 0%;
}

.slider-navigation.next-slide._2 {
  position: absolute;
  inset: auto 0% 8rem auto;
}

.ikonik-jw0krg, .ikonik-g4g98 {
  color: #000;
}

.div-block-25 {
  justify-content: space-between;
  display: flex;
}

.card-mask {
  background-color: #343434c4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mask-tex {
  color: #82c341;
  font-size: 24px;
  font-weight: 700;
}

.card-wrapper {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.large-btn {
  color: #fff;
  text-align: center;
  background-color: #82c341;
  border-radius: 1rem;
  padding: 1rem 5rem;
  font-size: 1rem;
  line-height: .833333;
}

.large-btn.hour-effect {
  line-height: 1.2;
  transition: transform .2s;
  box-shadow: 0 0 0 #0003;
}

.large-btn.hour-effect:hover {
  box-shadow: 0 4px 15px -3px var(--brand);
}

.large-btn.hour-effect.q {
  font-weight: 600;
}

.brand_button-double {
  background-color: #82c341;
  background-image: linear-gradient(91deg, #82c341, #09ce91);
  border-radius: 1rem;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: .833333;
}

.brand_button-double.arrow-la-copy {
  background-image: url('../images/chevron-right.png'), linear-gradient(45deg, #82c341, #09ce91);
  background-position: 87%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1.5rem, auto;
  padding-right: 3.75rem;
}

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

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

.tab-link-tab-7 {
  display: none;
}

.tab-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.answer-circle {
  color: #000;
  text-align: center;
  background-color: #d9d9d9;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
  min-height: 6rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0%;
}

.answer-circle:hover {
  background-image: linear-gradient(102deg, var(--brand), var(--cyan));
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.answer-circle._1 {
  text-align: center;
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
  font-size: 12px;
  position: absolute;
  top: 2.5rem;
  left: 20.4rem;
}

.answer-circle.accordion-2 {
  top: 6.9rem;
  left: 14.5rem;
}

.answer-circle._3 {
  top: 13.7rem;
  left: 14.5rem;
}

.answer-circle._4 {
  width: 10rem;
  min-width: 8rem;
  height: 10rem;
  min-height: 8rem;
  inset: auto 0% 1rem 20.6rem;
}

.answer-circle._5 {
  top: 6.9rem;
  left: 26.2rem;
}

.answer-circle._6 {
  top: 13.7rem;
  left: 26.9rem;
}

.answer-circle._7 {
  top: 10.4rem;
  left: 20.7rem;
}

.answer-circle._8 {
  width: 9rem;
  min-width: 9rem;
  height: 9rem;
  min-height: 9rem;
  top: 33%;
  left: 11rem;
}

.answer-circle._9 {
  width: 8rem;
  min-width: 8rem;
  height: 8rem;
  min-height: 8rem;
  top: 38%;
  left: auto;
  right: 15rem;
}

.answer-circle.patient-circle {
  width: 8rem;
  height: 8rem;
  top: 9em;
  left: 27.8em;
}

.text-color-cream {
  color: #fab515;
}

.block-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--transparent);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nor-block {
  background-color: #e9e9e9;
  border-radius: 1rem;
  width: 24.4rem;
  height: 20rem;
  overflow: hidden;
}

.text-number {
  font-family: Unbounded, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
}

.ab {
  opacity: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.lottie {
  width: 8rem;
}

.bg_image-page {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.hero_a-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4.41176rem 20px 15.5rem;
  display: flex;
}

.hero_a-wrapper._1 {
  padding-bottom: 0;
}

.hero_a-text {
  text-align: center;
  width: 100%;
  max-width: 38.0775rem;
}

.hero_a-text._1 {
  max-width: 41.1rem;
}

.cu-hero {
  width: 100%;
  position: relative;
}

.text-63-75 {
  font-family: Unbounded, sans-serif;
  font-size: 3.98438rem;
  line-height: 72px;
}

.contact-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: .75rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 2rem 2rem 2rem 3.5rem;
  display: flex;
}

.contct {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  border-radius: 1.125rem;
  padding: .75rem;
  overflow: hidden;
}

.contct.img-1, .contct.image-2 {
  height: 23rem;
}

.contct-form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.form-bloks {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: #000;
  letter-spacing: -.4px;
  grid-template-rows: auto auto 92px;
  grid-template-columns: 15rem 15rem;
  grid-auto-columns: 1fr;
  font-size: 19.53px;
  display: grid;
}

.adress-block {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#82c341, #09ce91);
  border-radius: .75rem;
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
}

.form-item {
  color: #000;
  border: 0 solid #000;
  border-bottom: 1px solid #dddcdc;
  padding: 0 0 20.5px;
}

.form-item._1 {
  height: auto;
  min-height: auto;
  margin-bottom: 0;
}

.heading {
  color: #ffffffb3;
  width: 100%;
  line-height: 22px;
}

.contact-number {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: none;
}

.path-2 {
  color: #fff;
}

.image-24 {
  width: 100%;
}

.icon-46 {
  width: 2.875rem;
  height: 2.875rem;
}

.main-con {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  flex-flow: column;
  margin-bottom: 2.625rem;
  display: flex;
}

.fom-btm {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border-top: 1px solid #434343;
  flex-flow: column;
  padding-top: 2.1875rem;
  display: flex;
}

.social-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.icon-32 {
  width: 2rem;
  height: 2rem;
}

.text-13-67 {
  color: #ffffffb3;
  text-transform: uppercase;
  font-size: 13.67px;
}

.map {
  background-image: url('../images/Section_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 70rem;
  padding-top: 0;
  padding-bottom: 4rem;
}

.map-text-wrapper {
  flex-flow: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
}

.text-56 {
  letter-spacing: -2.24px;
  margin-bottom: 0;
  font-family: Unbounded, sans-serif;
  font-size: 3.5rem;
  line-height: 1.14286;
}

.text-56.trusted-heading {
  text-transform: capitalize;
  font-weight: 500;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 7.5rem;
  display: flex;
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_list {
  border-bottom: 1px solid #dddcdc;
}

.faq1_answer {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  overflow: hidden;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

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

.faq {
  background-color: #fff;
}

.faq-wrapper-2 {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-28 {
  letter-spacing: -.84px;
  font-family: Unbounded, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.faq-list-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.faq-heading {
  text-align: center;
  width: 100%;
  max-width: 41.9rem;
}

.hero-images-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 60rem;
  display: flex;
}

.img-1 {
  width: 20rem;
  height: 100%;
}

.image-2 {
  object-fit: cover;
  width: 37rem;
}

.img-3 {
  width: 17.25rem;
}

.img-4 {
  width: 22.5rem;
}

.img-5 {
  width: 17.25rem;
}

.mast-white {
  background-image: linear-gradient(#0000, #ffffffb8 43%, #fff);
  min-height: 7rem;
  position: absolute;
  inset: auto 0% 0%;
}

.blank-text {
  background-color: #fff;
  padding: 10rem 1.25rem;
}

.b-t-wrapper {
  grid-column-gap: 3.375rem;
  grid-row-gap: 3.375rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-black {
  background-image: linear-gradient(354deg, #0000, #000);
  width: .2rem;
  height: 7.5rem;
}

.line-black.tap {
  background-image: linear-gradient(#0000, #000);
}

.padding-custom {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-custom.padding-140 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

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

.start-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.text-55-78 {
  letter-spacing: -2.24px;
  font-size: 3.48625rem;
  line-height: 64px;
}

.start-h {
  margin-left: auto;
  margin-right: auto;
}

.start-card-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.start-card {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-flow: column;
  width: 100%;
  max-width: 31.8rem;
  display: flex;
}

.start-top {
  border-bottom: 1px solid #434343;
  padding-bottom: 1.5rem;
}

.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}

.text-17-3 {
  color: #ffffffb3;
  font-size: 1.08125rem;
  line-height: 28px;
}

.text-17-3._2 {
  letter-spacing: 0;
}

.text-17-3._3 {
  color: #000;
  letter-spacing: 0;
}

.text-24 {
  letter-spacing: -.72px;
  font-size: 1.5rem;
  line-height: 32px;
}

.star-imgae {
  width: 29.5rem;
}

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

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

.count-wrapper {
  color: #fff;
  background-color: #000;
  flex-flow: wrap;
  justify-content: space-between;
  padding: 2rem 1.25rem;
  display: flex;
}

.c-number {
  display: flex;
}

.c-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: -2.56px;
  flex-flow: column;
  align-items: center;
  font-size: 4rem;
  line-height: 72px;
  display: flex;
}

.slider-cs-wrapper {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 30rem;
  display: flex;
}

.cs-slider-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
  position: relative;
}

.slide-image {
  width: 20rem;
  height: auto;
  transition: transform .3s;
}

.slide-image:hover {
  transform: scale(1.2);
}

.slide--main {
  border-radius: .75rem;
  width: 20rem;
  height: 25rem;
  overflow: hidden;
  transform: rotate(3deg);
}

.slide--main.right {
  transform: rotate(-3deg);
}

.team {
  background-color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
  display: none;
}

.container {
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-wrap {
  max-width: 534px;
  margin-left: auto;
  margin-right: auto;
}

.h2 {
  text-align: center;
  font-family: Unbounded, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.team-main {
  position: relative;
}

.team-name-wrap {
  z-index: -2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.team-name-list {
  width: 100%;
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}

.icon-circle {
  border-radius: .3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.page-wrappwer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.hero_header-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.header-image {
  border-radius: 1rem;
  width: 30rem;
}

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

.contact-form-2 {
  grid-column-gap: 2.50438rem;
  grid-row-gap: 2.50438rem;
  color: #000;
  flex-flow: column;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.form-2 {
  grid-column-gap: 1rem;
  grid-row-gap: .375rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto 9rem auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.field-label {
  text-align: left;
  text-transform: capitalize;
  margin-bottom: .390625rem;
  font-size: .8125rem;
  line-height: 1.23077;
}

.text-color-red {
  color: #da291c;
}

.text-field-2 {
  color: #000;
  background-color: #eceeec69;
  border: .1rem solid #0000;
  border-radius: .3125rem;
  margin-bottom: 0;
}

.text-field-2.message {
  height: 6.87063rem;
}

.button-brand {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 2.66667;
}

.adress-block-copy {
  color: #fff;
  background-color: #fff;
  border-radius: .75rem;
  flex-flow: row;
  margin: auto;
  display: flex;
  overflow: hidden;
}

.d-21-image-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: absolute;
  transform: rotate(-90deg);
}

.d-21-image-text.black {
  color: #000;
}

.d-21-menu-item-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.d-21-image-wrapper-2 {
  filter: none;
  color: #000;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .5s;
  display: flex;
  position: relative;
}

.d-21-image-wrapper-2:hover {
  flex-grow: 2;
}

.d-21-image-wrapper-2.down {
  bottom: -60px;
}

.list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  flex-flow: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.d-21-image {
  position: absolute;
  inset: 0;
}

.d-21-image.four {
  background-color: var(--orange);
}

.d-21-image.two {
  background-color: var(--cyan);
}

.d-21-menu-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.d-21-menu-wrapper.bac {
  color: #000;
}

.d-21-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: 100%;
  height: 50vh;
  display: flex;
}

.flex-body {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
}

.flex-body.width {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
}

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

.solid-button-wrapper {
  background-image: linear-gradient(45deg, var(--brand), var(--grad));
  color: #fff;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: .5625rem;
  padding: 1em 1rem 1rem;
  font-weight: 600;
  line-height: 1.6;
  transition: box-shadow .2s;
  box-shadow: 0 0 #000;
}

.solid-button-wrapper:hover {
  box-shadow: 0 4px 15px -3px var(--brand);
}

.solid-button-wrapper.flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.solid-button-wrapper.cyan {
  background-color: var(--cyan);
  background-image: none;
  padding: 1rem;
}

.solid-button-wrapper.orange {
  background-color: var(--orange);
  background-image: none;
}

.solid-button-wrapper.green {
  background-color: var(--brand);
  text-align: left;
  background-image: none;
  padding-left: 1.25rem;
}

.modal-wrapper {
  z-index: 99999;
  perspective: 850px;
  cursor: default;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0;
}

.modal-body {
  z-index: 10;
  width: 100%;
  max-width: 40rem;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-closer {
  z-index: 5;
  background-color: #000000b0;
  position: absolute;
  inset: 0;
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.div-block-73 {
  height: 30.7rem;
}

.div-block-74 {
  background-color: #eceeec69;
}

.fliter-t-image {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 15rem;
  max-height: 15rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tool-div {
  transform-style: preserve-3d;
  border-radius: 1rem;
  width: 100%;
  min-width: 20rem;
  max-width: 20rem;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 6px 12px #14142b0d;
}

.tool-div:hover {
  border: 1px solid #eff0f6;
  transform: scale3d(1.01, 1.01, .01);
  box-shadow: 0 12px 18px #14142b0d;
}

.card-mask-copy {
  background-color: #343434c4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tool-text-wrapper {
  color: #333;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.slidder-wrap {
  width: 100%;
  max-width: 62.4rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.fliter-list-doc {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  display: flex;
}

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

.flier_list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #b1b1b1;
  flex-flow: column;
  width: 100%;
  max-width: 20rem;
  padding-top: 2rem;
  padding-left: 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.fliter-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.div-block-75 {
  width: 100%;
  max-width: 43.2rem;
}

.div-block-80 {
  width: 15rem;
  min-width: 15rem;
  max-width: 15rem;
}

.collection-list--tool {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

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

.fs-checkbox-5_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-checkbox-5_dot {
  z-index: 2;
  background-color: #a1a1a1;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.filter_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: .5rem;
  display: grid;
}

.radio_button {
  border: 2px solid #4c4c4c;
  border-radius: 999rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-left: 0;
  margin-right: .75rem;
}

.radio_button.w--redirected-checked {
  outline-offset: -1px;
  background-color: #b9fd3b80;
  background-image: none;
  border-width: 4px;
  border-color: #242424;
  outline: 2px solid #b9fd3b;
  box-shadow: 1px 1px 3px #0000;
}

.radio_button.w--redirected-focus {
  box-shadow: none;
}

.radio_button.w--redirected-focus-visible {
  outline-offset: 3px;
  outline: 2px solid #b9fd3b;
}

.filter_empty_icon {
  width: 4rem;
  line-height: 0;
}

.container-large-2 {
  width: 100%;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}

.filter_form_block {
  width: 18rem;
  margin-bottom: 0;
}

.page-wrapper-2 {
  overflow: clip;
}

.fs-checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs-checkbox-5_button:focus-visible, .fs-checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.filter_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.fs-example_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #171717;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: 2rem;
  display: flex;
}

.radio-button_field {
  color: #b7b7b7;
  cursor: pointer;
  background-color: #313131;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.radio-button_field:hover {
  color: #e1e1e1;
}

.option-results {
  color: #6e30f7;
  display: none;
}

.cms_list-item {
  max-width: 40rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.filter_block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #242424;
  border-radius: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.filter_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.fs-example_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem;
  display: grid;
}

.filter_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.filter_block_title {
  font-size: 1.125rem;
  font-weight: 600;
}

.radio_label {
  margin-bottom: 0;
  margin-right: .5rem;
}

.fs-checkbox-5_label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.cms_list-2.helper {
  display: flex;
}

.filter_block_header {
  z-index: 10;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: relative;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.hide {
  display: none;
}

.text-link {
  color: #b9fd3b;
  border-bottom: 1px solid #b9fd3b;
  text-decoration: none;
  display: inline-block;
}

.filter_empty {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #b7b7b7;
  text-align: center;
  background-color: #242424;
  border-radius: .375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
  padding: 3rem;
  display: flex;
}

.fs-checkbox-5_wrapper {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs-checkbox-5_mask {
  z-index: 1;
  opacity: 1;
  background-color: #4c4c4c;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.section_fs-example {
  background-color: #111;
  padding-bottom: 5rem;
}

.nav_header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #242424;
  border-radius: .375rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center end;
  padding: 2rem;
  display: none;
}

.card_model {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  font-size: 1rem;
  display: flex;
}

.featured_embed {
  display: none;
}

.card_name {
  font-size: 1.25rem;
  font-weight: 600;
}

.card_price {
  font-size: 1.25rem;
  display: flex;
}

.card_header {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: auto;
  padding: 1rem;
  display: flex;
}

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

.card_image_wrapper {
  aspect-ratio: 1;
  background-color: #4c4c4c;
  position: relative;
  overflow: clip;
}

.card_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
}

.card_info {
  color: #4c4c4c;
  background-color: #f6f6f6;
  border-radius: .25rem;
  width: 100%;
  padding: .25rem .25rem .25rem .5rem;
  font-size: .875rem;
}

.card_price_text {
  font-weight: 600;
  line-height: 1;
}

.card_title {
  flex: none;
  min-width: 40%;
  font-size: .875rem;
  font-weight: 500;
}

.card_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .375rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center flex-start;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.card_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  color: #171717;
  background-color: #fff;
  border-radius: .25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  text-decoration: none;
  display: grid;
  overflow: hidden;
}

.card_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  display: block;
}

.c-wrapper-div {
  background-color: #fcf8ec;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.c-wrapper-div.blue {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #cff0ff;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1rem;
}

.c-wrap-copy {
  color: #000;
  letter-spacing: -2.56px;
  flex-flow: column;
  align-items: flex-start;
  font-size: 2.5rem;
  line-height: 72px;
  display: flex;
}

.text-big {
  width: 1rem;
  min-height: 0;
  max-height: 1rem;
  font-size: 88px;
  line-height: 79px;
}

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

.text-block-36 {
  padding-left: 1rem;
}

.text-span-2 {
  color: var(--brand);
  text-decoration: none;
}

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

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

.hero-blog {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f3f3;
  border-radius: 1.3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.rich-text-block-2 {
  font-size: 16px;
  line-height: 24px;
}

.image-25 {
  object-fit: cover;
  border-radius: 1rem;
  min-width: 30rem;
  min-height: 30rem;
}

.recent-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.recent-list, .recent-team {
  display: flex;
}

.pagination {
  flex-flow: row;
  justify-content: center;
}

.icon-69 {
  width: 1.3rem;
  height: 1.4rem;
  font-size: 3.5rem;
}

.clear-btn {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--brand);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.clear-btn:hover {
  background-image: linear-gradient(83deg, var(--brand), var(--grad));
  box-shadow: 0 4px 15px -3px var(--brand);
  color: #fff;
}

.path-kldt5 {
  background-color: var(--mm-white);
}

.ikonik-mtycl, .ikonik-g1psr {
  color: var(--mm-white);
}

.ikonik-hzt0ug {
  color: #96bf48;
}

.ikonik-mxjt7 {
  color: var(--mm-white);
}

.webflow-logo {
  color: #146ef5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 74px;
  display: flex;
}

.programming {
  height: 6rem;
}

.svg-6.word {
  color: #21759b;
}

.svg-6.shof {
  color: #95bf47;
}

.svg-6.woo {
  color: #96588a;
}

.button-wrapper {
  font-weight: 400;
}

.button-wrapper.button-style-2 {
  background-image: none;
  border-radius: 1.55rem;
  padding: .75rem 1.8125rem;
}

.button-wrapper.button-style-2:hover {
  background-color: var(--brand);
  color: #fff;
  padding-left: 1.8125rem;
  padding-right: 1.8125rem;
  transform: none;
}

.image-26 {
  min-height: 6rem;
}

.forw-image-wrapper {
  background-image: url('../images/pop-up-form-image.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-81 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 47vh;
  display: flex;
}

.icon-1-5 {
  width: 1.5rem;
  height: 1.5rem;
}

.k-wrapper {
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  align-items: stretch;
  height: 100%;
  padding: 1.46875rem 1.375rem;
}

.k-main-wrapper {
  background-color: var(--brand);
  border-radius: 1rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: .125rem;
  transition: transform .2s;
  box-shadow: 0 0 #0000;
}

.k-main-wrapper.cyan {
  background-color: var(--cyan);
}

.k-main-wrapper.cyan:hover {
  box-shadow: 0 0 20px #09ce9180;
}

.k-main-wrapper.green {
  background-color: var(--brand);
}

.k-main-wrapper.green:hover {
  box-shadow: 0 0 20px #82c34180;
}

.k-main-wrapper.orange {
  background-color: var(--orange);
}

.k-main-wrapper.orange:hover {
  box-shadow: 0 0 20px #fdc93480;
}

.iocn-flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.count-numher {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
}

.wizard-animation-character, .motion-graphics, ._3d-animation, .freelancer-working, .animated-video-gif {
  width: 100%;
  height: 8rem;
}

.nor-text {
  background-color: var(--brand);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.path-3 {
  color: var(--mm-white);
}

.scroll-indicator {
  background-color: var(--brand);
  border: 2px solid #ccc;
  width: 15px;
  height: 15px;
}

.c-scroll-track {
  flex: none;
  width: 200vh;
  display: flex;
}

.c-scrolling-line {
  align-items: center;
  display: flex;
}

.scroll-item-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.scroll-details {
  text-align: justify;
  margin-bottom: 0;
}

.timeline-header {
  color: #5f67ff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-scrolling-details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.c-scrolling-item {
  flex: none;
  width: 15%;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.c-details {
  margin-bottom: 40px;
}

.scroll-line {
  background-color: var(--brand);
  color: var(--mm-white);
  width: 100%;
  height: 3px;
}

.scroll-line.last {
  display: none;
}

._w-scrolling-content {
  align-items: flex-start;
  position: relative;
}

.scroll-indicator-2 {
  background-color: var(--brand);
  border: 2px #ccc;
  width: 15px;
  height: 15px;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: block;
}

.scroll-item-header-2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.4em;
}

.scroll-details-2 {
  text-align: justify;
  margin-bottom: 0;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-2.sticky {
  max-width: none;
  margin-bottom: 20px;
  position: sticky;
  top: 25%;
  overflow: hidden;
}

.timeline-header-2 {
  color: #5f67ff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em;
}

.c-scrolling-details-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.scroll-line-2 {
  background-color: var(--brand);
  width: 100%;
  height: 3px;
}

.scroll-line-2.last {
  display: none;
}

.list-item-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-37 {
  color: var(--brand);
}

.text-block-38 {
  color: var(--cyan);
}

.text-block-39 {
  color: var(--orange);
}

.paragraph-4 {
  color: var(--brand);
  font-weight: 500;
}

.text-block-40 {
  text-align: center;
  padding-top: .125rem;
}

.image-27 {
  width: 10rem;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-28 {
  width: 140px;
}

.image-29 {
  width: 150px;
  height: 140px;
}

.image-30 {
  padding-bottom: 0;
}

.list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7 {
  text-align: justify;
}

.image-31, .image-32, .image-33 {
  width: 12rem;
}

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

.text-block-42 {
  font-weight: 600;
}

.text-block-43 {
  padding-top: .125rem;
  font-size: 1rem;
}

.text-block-44 {
  font-weight: 600;
  line-height: 1.5;
}

.code-embed {
  padding-top: 40px;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  font-family: Unbounded, sans-serif;
}

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

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

.popup-wrapper {
  display: inline-block;
}

.seo-box-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.real-estate-img-wrap {
  background-color: #82c341;
  border-radius: 16px;
  height: 140px;
  margin-bottom: 20px;
}

.portfolio-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(45deg, var(--brand), var(--grad));
  color: #fff;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: .5625rem;
  align-items: center;
  padding: 1em 1rem 1rem;
  font-weight: 600;
  line-height: 1.6;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.portfolio-btn:hover {
  box-shadow: 0 4px 15px -3px var(--brand);
}

.portfolio-btn.flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.portfolio-btn.cyan {
  background-color: var(--cyan);
  background-image: none;
  padding: 1rem;
}

.portfolio-btn.orange {
  background-color: var(--orange);
  background-image: none;
}

.portfolio-btn.green {
  background-color: var(--brand);
  text-align: left;
  background-image: none;
  padding-left: 1.25rem;
}

.hero_inertia-balls-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-inertia-ball {
  aspect-ratio: 1;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  cursor: move;
  background-color: #fdc934;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  padding: 1rem;
  font-size: .8rem;
  font-weight: 700;
  transition: color .45s cubic-bezier(.25, .46, .45, .94), background-color .45s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
}

.c-inertia-ball:hover {
  color: #0e100f;
  background-color: #fffce1;
}

.inertia-bal_text {
  pointer-events: none;
  color: inherit;
  -webkit-user-select: none;
  user-select: none;
}

.slide_list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.slide_arrows {
  align-items: center;
  padding-top: 2.4em;
  display: flex;
}

.slide_arrow {
  color: #1c1d21;
  cursor: pointer;
  background-color: #d2e9ec;
  border-radius: 200vw;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-right: .8em;
  display: flex;
}

.slide_wrap {
  width: 100%;
}

.container-3 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 7.7em 10em;
}

.slide_contain {
  width: 100%;
}

.slide_item {
  z-index: 3;
  flex: none;
  width: 48%;
  padding-right: 1.3em;
  transition: transform .35s;
  position: relative;
}

.slide_svg {
  width: 2em;
  height: 2em;
}

.slide_svg.is--flip {
  transform: rotate(-180deg);
}

.btn-sm-text {
  font-size: .7rem;
}

.ch-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  align-items: center;
  width: 100%;
  min-width: 28rem;
  max-width: 28rem;
  padding: 1.5rem;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 0 #0003;
}

.ch-block:hover {
  border: .1rem solid var(--cyan);
  box-shadow: 0 0 20px 0 var(--orange);
}

.ch-block:active {
  border-color: var(--orange);
  box-shadow: 0 0 20px 0 var(--orange);
}

.ch-block._1 {
  min-width: 18.3rem;
  max-width: 24rem;
  padding: 1rem;
}

.ch-block.hort {
  background-color: #fff;
  min-width: 24rem;
  max-width: 24rem;
}

.ch-block.number {
  text-align: center;
  background-color: #fff;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ch-block.number:hover {
  box-shadow: 0 0 20px 7px var(--brand);
}

.ch-block.number.green-color:hover {
  box-shadow: 0 0 10px #82c34180;
}

.ch-block.number.cyan-color:hover {
  box-shadow: 0 0 20px #09ce9180;
}

.ch-block.number.yellow-color:hover {
  box-shadow: 0 0 10px #fdc93480;
}

.ch-block.green {
  background-color: #fff;
  transition: transform .2s;
}

.ch-block.green:hover {
  box-shadow: 0 0 20px 7px #82c34199;
}

.ch-block.yellow:hover {
  border-color: var(--orange);
  box-shadow: 0 0 20px 7px var(--orange);
}

.ch-block.grey:hover {
  border-color: var(--grey);
  box-shadow: 0 0 20px 7px var(--grey);
}

.ch-block.green-color {
  border: 1px solid #0000;
  justify-content: space-between;
  transition-duration: .3s;
}

.ch-block.green-color:hover {
  border-color: var(--brand);
  box-shadow: 0 0 20px 0 var(--brand);
}

.ch-block.cyan-color {
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: center;
  transition-duration: .3s;
}

.ch-block.cyan-color:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 20px 0 var(--cyan);
}

.ch-block.yellow-color {
  border: 1px solid #0000;
  justify-content: space-between;
  transition-duration: .3s;
}

.ch-block.yellow-color:hover {
  border-color: var(--orange);
}

.ch-block.gray-color {
  justify-content: space-between;
}

.ch-block.gray-color:hover {
  border-color: var(--steel-gray);
  box-shadow: 0 0 20px 0 var(--steel-gray);
}

.display-s {
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-family: Unbounded, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
}

.display-s.display-s-absolute {
  position: absolute;
}

.card-icon {
  width: 1rem;
  max-height: 1rem;
}

.card-icon.card-icon-absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.card-icon-wrapper {
  display: flex;
  position: relative;
}

.card-button-wrapper {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) 1fr 1fr;
  grid-auto-columns: minmax(.5rem, 1fr);
  place-items: center;
  width: auto;
  display: grid;
}

.card-grid-wrapper {
  width: 20%;
}

.card-button {
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.card-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
}

.card-content-title {
  position: relative;
}

.card-transition-block {
  aspect-ratio: 1;
  background-color: var(--brand);
  border-radius: .5rem;
  width: 100%;
  position: absolute;
}

.card-transition-image {
  position: absolute;
  inset: 0%;
}

.card-content-2 {
  z-index: 3;
  position: absolute;
  inset: auto 1.5rem 1.5rem;
  overflow: hidden;
}

.card-icon-outer-wrapper {
  overflow: hidden;
}

.container-4 {
  justify-content: center;
  width: 100%;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.card {
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#82c34178, #82c341d1);
  border-radius: .5rem;
  height: auto;
  position: relative;
  overflow: hidden;
}

.service-card-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  height: auto;
  display: flex;
}

.dot-block {
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.step-content-block {
  text-align: left;
  align-self: center;
  position: relative;
}

.scroll-line-wrap {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -50%;
}

.scroll-container {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.step-scroll {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.bg-shadow {
  z-index: 1;
  border-radius: 16px;
  position: absolute;
  inset: 0%;
  box-shadow: 7px 7px 20px #12121212;
}

.step {
  z-index: 2;
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

.content-wrap {
  justify-content: flex-end;
  width: 40%;
  display: flex;
}

.img-block {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.scroll-animate {
  z-index: 999;
  transform-origin: 0%;
  background-color: #006cd0;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
}

.scroll-animate.s-2, .scroll-animate.s-3 {
  background-color: var(--brand);
}

.scroll-base {
  transform-origin: 0%;
  background-color: #eeeff4;
  width: 100%;
  height: 6px;
}

.dot {
  z-index: 3;
  background-color: #eeeff4;
  border-radius: 50%;
  align-self: center;
  width: 12px;
  height: 12px;
  position: relative;
}

.label {
  color: var(--brand);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.step-block {
  flex-wrap: nowrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  position: relative;
}

.content {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.trigger {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.trigger._3 {
  height: 29%;
  top: 71%;
}

.trigger._1 {
  height: 85%;
  top: 15%;
}

.trigger._2 {
  height: 59%;
  top: 41%;
}

.scroll-wrap {
  justify-content: flex-start;
  align-self: flex-start;
  width: 500vh;
  height: 2vh;
  display: flex;
  position: relative;
}

.clone-section {
  margin-bottom: 0;
}

.heading-11 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.paragraph-5 {
  font-size: 18px;
}

.text-block-48 {
  position: absolute;
  top: 0;
  bottom: 0;
}

.mobile-menu-wrap {
  display: none;
}

.home, .home-2, .home-3 {
  width: 250px;
  height: 250px;
}

.div-block-84 {
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  display: flex;
}

.image-35 {
  width: 270px;
}

.grid-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfoli-heading {
  font-family: Unbounded, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .drop_down-list.w--open {
    height: 28.7rem;
    top: 125px;
    overflow: hidden;
  }

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

  .heading-style-h3 {
    text-transform: capitalize;
  }

  .tab-wrap {
    align-items: flex-start;
  }

  .text-48 {
    font-size: 1.6rem;
  }

  .agency-block:hover {
    box-shadow: 0 0 20px -6px var(--cyan);
  }

  .agency-block.yellow-color:hover {
    box-shadow: 0 0 20px -6px var(--orange);
  }

  .inner-para._1 {
    height: 7rem;
    margin-top: 15px;
  }

  .h3._1 {
    margin-top: 20px;
  }

  .technology-card-btm {
    height: 21rem;
  }

  .brand-col-slider._2x2 {
    justify-content: center;
    align-items: flex-start;
  }

  .brand-strategy-card-1 {
    height: 35rem;
  }

  .client-des {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 27px;
  }

  .client-card {
    width: 557px;
    height: 345px;
  }

  .heading-box {
    max-width: 81.2rem;
  }

  .tabs-content {
    width: 70%;
    margin-left: 24px;
    margin-right: 0;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 10px;
  }

  .sol-text {
    font-size: 14px;
  }

  .sol-inner-tab2 {
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sol-inner-tab2.w--current {
    color: #fff;
    background-color: #82c341;
    border-radius: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .sol-inner {
    grid-column-gap: 10px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 65%;
    display: flex;
  }

  .heading-5 {
    font-size: 18px;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 5px;
    font-family: Unbounded, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .navbar-brand.w--current {
    width: 100%;
    max-width: 12rem;
  }

  .heading-6 {
    margin-bottom: 20px;
  }

  .featured-card {
    max-width: none;
  }

  .nav-link-text {
    font-size: 15px;
  }

  .sol-title {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
  }

  .service-sol-name {
    color: #333;
    text-decoration: none;
  }

  .service-sol-name:hover {
    color: #82c341;
  }

  .tabs-2 {
    display: flex;
  }

  .text-block-20 {
    margin-top: 10px;
    text-decoration: underline;
  }

  .column-14 {
    border-left: 1px solid #82c34180;
    padding-left: 24px;
  }

  .tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    font-size: 14px;
    font-weight: 500;
    display: flex;
  }

  .tabs-content-2 {
    width: 35%;
    margin-left: 24px;
  }

  .tabs-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-right: 1px solid #82c34180;
    width: 30%;
    padding-left: 0;
    padding-right: 24px;
  }

  .image-14 {
    display: none;
  }

  .column-10 {
    padding-left: 24px;
  }

  .article-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .tab-link.w--current {
    background-position: 95%;
  }

  .feedback {
    margin-top: 0;
  }

  .slider-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .cms-blog-list {
    columns: 3;
  }

  .hero-blog-card {
    margin-right: 108px;
  }

  .large-btn {
    padding: 1.3rem 5rem;
  }

  .answer-circle.patient-circle {
    top: 10em;
    left: 33.5em;
  }

  .nor-block {
    width: 26.1rem;
  }

  .bg_image-page {
    pointer-events: none;
  }

  .hero_a-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .form-bloks {
    color: #fff;
  }

  .adress-block {
    margin: auto;
  }

  .form-item {
    color: #bbbbbbba;
  }

  .galler-wrapper {
    justify-content: space-between;
  }

  .adress-block-copy {
    margin: auto;
  }

  .real-estate-img-wrap {
    height: 170px;
  }

  .ch-block:hover {
    box-shadow: 0 0 20px -6px var(--cyan);
  }

  .ch-block.yellow-color:hover {
    box-shadow: 0 0 20px -6px var(--orange);
  }

  .card-homepage {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1440px) {
  body {
    --orange: #fdc934;
    --mm-white: #efefea;
    --black: #353535;
    --grey: #474747;
    --steel-gray: #4f6d7a;
    --h4--font-size: 36px;
    --white: white;
    --transparent: #fff0;
    --unbounded: Unbounded, sans-serif;
    --poppins: Poppins, sans-serif;
    --h1--line-height: 120%;
    --h1--font-size: 48px;
    --h2--font-size: 40px;
    --h3--font-size: 48px;
    --h5--font-size: 32px;
    --h6--font-size: 20px;
    --h7--font-size: 16rem;
    --text-sizes--xx-large: 28px;
    --text-sizes--x-large: 20px;
    --text-sizes--large: 24px;
    --text-sizes--medium: 20px;
    --text-sizes--small: 18px;
    --text-sizes--xx-small: 16px;
  }

  .seach_input.logo {
    background-position: 10%;
  }

  .heading-style-h2 {
    white-space: nowrap;
    font-size: 3.4rem;
  }

  .pannel-block {
    height: 20.9375rem;
    margin-left: 2rem;
  }

  .testimonial_text-right._1 {
    max-width: 64.5rem;
  }

  .padding-global {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .padding-global.padding-section-medium {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer_btn-links {
    padding-left: 50px;
  }

  .button.button-arrow-left._1 {
    background-image: url('../images/mail-send.png'), linear-gradient(83deg, #82c341, #09ce91);
    background-position: 8%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 1.5rem 1.5rem, auto;
  }

  .button.button-arrow-left._1.download {
    background-image: url('../images/mail-send_1.png'), linear-gradient(83deg, #82c341, #09ce91);
    padding-left: 3rem;
    padding-right: .6rem;
    font-size: .7rem;
  }

  .button.button-arrow-left._1._11 {
    background-color: var(--mm-white);
    color: var(--black);
    text-align: left;
    background-image: none;
    padding-left: .5rem;
  }

  .button.new-w-arrow {
    text-align: center;
    letter-spacing: normal;
    background-position: 86%, 0 0;
    min-width: 15rem;
    padding-left: 1rem;
    padding-right: 2.4rem;
    font-size: 1rem;
  }

  .button.new-w-arrow.contact-us-button {
    min-width: 10rem;
    font-size: .9rem;
  }

  .button.new-b-arrow {
    background-position: 86%, 0 0;
    padding-right: 3.75rem;
    font-size: 1rem;
  }

  .footer_links-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .testimonial_text-wrapper {
    justify-content: space-between;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }

  .panel_wrapper {
    align-items: flex-start;
  }

  .text-size-small {
    letter-spacing: 0;
  }

  .text-13 {
    text-align: left;
    padding-left: 0;
  }

  .tab-wrap {
    height: 27.8rem;
  }

  .testimonial_text-left {
    max-width: 41.5rem;
  }

  .text-size-regular {
    font-size: .9rem;
  }

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

  .text-48.text-weignt-semi._1 {
    text-align: center;
  }

  .text-size-medium {
    font-size: .9375rem;
  }

  .footer_links-small {
    padding-right: 1.8rem;
  }

  .startup-title_text._1 {
    width: 100%;
    max-width: 62.6rem;
  }

  .startup-desgin-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .tools-title_text {
    width: 100%;
    max-width: 59.4rem;
  }

  .helpline_block-wrapper {
    padding: 5rem 3rem;
  }

  .hero-right {
    padding-top: 5rem;
    padding-left: 4rem;
  }

  .faq_component {
    max-width: 60rem;
  }

  .process_block-wrapper {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .process_block-wrapper._1 {
    margin-left: 117px;
  }

  .agency-block {
    border: 1px solid #0000;
    box-shadow: 0 0 20px #0003;
  }

  .agency-block:hover {
    border-width: 1px;
    border-color: var(--mm-white);
    box-shadow: 0 0 20px 0 var(--cyan);
  }

  .agency-block:active {
    border-color: var(--orange);
    box-shadow: 0 0 20px -6px var(--orange);
  }

  .agency-block.hort {
    text-align: left;
    align-items: flex-start;
    min-width: 24rem;
  }

  .agency-block.yellow:hover {
    border-width: 1px;
    box-shadow: 0 0 20px 7px #fdc93480;
  }

  .agency-block.grey:hover {
    box-shadow: 0 0 20px 7px #47474780;
  }

  .agency-block.green-color, .agency-block.cyan-color, .agency-block.yellow-color {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .agency_cards-list {
    justify-content: space-between;
    max-width: 58rem;
  }

  .agency_cards-list.hori {
    justify-content: center;
    max-width: none;
  }

  .process-block {
    max-width: 25.8rem;
  }

  .process_text-wrapper {
    max-width: 21.7rem;
  }

  .contact_text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 50rem;
  }

  .tool-wrapper.green-card {
    height: 28%;
  }

  .inner-para {
    height: auto;
  }

  .image {
    object-fit: cover;
    min-height: 40rem;
  }

  .button-3.arrow-right {
    background-size: 1.5rem, auto;
    padding-right: 3.75rem;
  }

  .tool_block-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .technology-card-btm {
    text-align: left;
    justify-content: flex-start;
    align-items: stretch;
    height: 18rem;
  }

  .columns {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .hero_para-2 {
    max-width: 30rem;
  }

  .primary-btn._1 {
    border-radius: .5rem;
  }

  .brand-col-slider._2x2, .brand-col-slider._2x2-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
  }

  .brand-col-slider._5x3 {
    max-width: 70rem;
  }

  .brand-strategy-card {
    width: 22.6rem;
    min-height: auto;
  }

  .brand-strategy-card.text-align-left._1 {
    align-items: center;
    height: auto;
    min-height: auto;
  }

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

  .columns-4 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .tool-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    border: 1px solid #0000;
    max-width: 22.8rem;
    box-shadow: 0 0 20px 7px #0000;
  }

  .tool-block:hover {
    border-width: 1px;
  }

  .columns-6 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .brand-strategy-card-1 {
    height: 32rem;
  }

  .brand-card-icon--1, .brand-card-icon--1._1 {
    height: 20em;
  }

  .hero-text-wrapper.ss {
    max-width: 33.7rem;
  }

  .columns-7 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .button-8.arrow-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--mm-white);
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem 1rem 3.5rem;
  }

  .columns-8, .columns-9 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .helpline-wrap-2.j {
    max-width: 36.1rem;
  }

  .grid-2 {
    margin-left: 200px;
    margin-right: 200px;
  }

  .tool_block-wrapper--2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
  }

  .ageny-title_text--3 {
    max-width: 70.5rem;
  }

  .brand-card-icon-copy {
    width: 100%;
  }

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

  .brand-col-slider-copy {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    flex-flow: row;
    justify-content: center;
  }

  .client-des {
    padding-bottom: 0;
    font-size: 20px;
  }

  .custome-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .heading-box._1 {
    width: 100%;
  }

  .heading-7 {
    color: var(--grey);
  }

  .navbar-brand.w--current {
    width: 100%;
    max-width: 12rem;
  }

  .featured-card {
    width: 100%;
  }

  .text-block-20 {
    color: var(--black);
  }

  .column-14 {
    color: var(--mm-white);
  }

  .navbar-wrapper-2 {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    width: 100vw;
    padding-left: 20px;
    padding-right: 48px;
    top: 5.8rem;
  }

  .tab_btn-wrapper {
    padding-right: 1rem;
  }

  .tab-btn._1 {
    background-color: var(--mm-white);
  }

  .tab-answer._1, .tab-answer._2 {
    display: none;
  }

  .hero-image-wrapper {
    width: 100%;
  }

  .image-17 {
    object-fit: cover;
    min-height: 40rem;
  }

  .columns-11 {
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .button2.call {
    color: #fff;
  }

  .button2.call._1 {
    background-color: var(--mm-white);
  }

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

  .hero._1 {
    max-width: 33.6rem;
  }

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

  .big-text {
    font-size: 6rem;
  }

  .blog_an-img {
    min-width: 20rem;
  }

  .div-block-16._1 {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .hero-blog-card {
    margin-right: 133px;
  }

  .case-studies-item-card {
    max-width: 27rem;
  }

  .case-studies-item-card-copy {
    max-width: 40rem;
  }

  .large-btn {
    padding: 1.5rem 6rem;
  }

  .large-btn.hour-effect.q {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-27 {
    width: 100%;
    max-width: 30rem;
  }

  .logo {
    font-size: 2rem;
    line-height: 20;
  }

  .answer-circle {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
  }

  .answer-circle._9 {
    right: 17.6rem;
  }

  .answer-circle.patient-circle {
    left: 37em;
  }

  .nor-block {
    width: 25.3rem;
  }

  .hero_a-wrapper {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .solid-button-wrapper.green {
    text-align: center;
  }

  .div-block-73 {
    height: 32.4rem;
  }

  .tool-div {
    max-width: 40rem;
  }

  .rich-text-block-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .pagination {
    justify-content: center;
  }

  .webflow-logo {
    justify-content: flex-end;
    height: 62px;
  }

  .count-numher {
    margin-bottom: 20px;
  }

  .paragraph-4 {
    color: var(--brand);
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-41 {
    padding-top: .25rem;
  }

  .real-estate-img-wrap {
    width: 100%;
  }

  .portfolio-btn.green {
    text-align: center;
  }

  .ch-block {
    min-width: 26rem;
    max-width: 26rem;
  }

  .ch-block:hover {
    border-color: var(--mm-white);
    box-shadow: 0 0 20px -6px var(--cyan);
  }

  .ch-block:active {
    border-color: var(--orange);
    box-shadow: 0 0 20px -6px var(--orange);
  }

  .ch-block.hort {
    text-align: left;
    align-items: flex-start;
    min-width: 24rem;
  }

  .ch-block.green-color, .ch-block.cyan-color, .ch-block.yellow-color {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .scroll-img {
    width: 330px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    --brand: #82c341;
    --orange: #fdc934;
    --grad: #09ce91;
    --mm-white: #efefea;
    --black: #353535;
    --cyan: #09ce91;
    --grey: #474747;
    --steel-gray: #4f6d7a;
    --h4--font-size: 40px;
    --white: white;
    --transparent: #fff0;
    --unbounded: Unbounded, sans-serif;
    --poppins: Poppins, sans-serif;
    --h1--line-height: 120%;
    --h1--font-size: 64px;
    --h2--font-size: 56px;
    --h3--font-size: 48px;
    --h5--font-size: 36px;
    --h6--font-size: 20px;
    --h7--font-size: 16rem;
    --text-sizes--xx-large: 48px;
    --text-sizes--x-large: 32px;
    --text-sizes--large: 24px;
    --text-sizes--medium: 20px;
    --text-sizes--small: 18px;
    --text-sizes--xx-small: 16px;
  }

  .drop_down-list.w--open {
    top: 74.5469px;
  }

  .icon-1x1-small {
    width: 10rem;
    height: 10rem;
  }

  .seach_input.logo {
    color: #000;
    height: 100%;
    padding-top: .9rem;
    padding-bottom: .71875rem;
    padding-left: 2.8rem;
    font-size: 14px;
    line-height: 1.6;
  }

  .section_loop-intro {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .panel_wrapper-know {
    padding-left: 2rem;
  }

  .hero_text-wrapper {
    max-width: 43.1rem;
  }

  .hero_text-wrapper._1 {
    max-width: 58.4rem;
  }

  .nav-menu-two {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-start;
    padding-left: 2.40625rem;
    padding-right: 2.40625rem;
  }

  .pannel-block {
    min-width: 33rem;
    max-width: 33rem;
  }

  .pannel-block.spacing {
    margin-left: 2rem;
  }

  .tab_content-wrapper-1 {
    width: 100%;
    max-width: 68.3rem;
    height: 19.2rem;
    padding-left: 0;
    position: relative;
  }

  .know-hold {
    min-width: 16.875rem;
    max-width: 16.875rem;
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .hero_header-right--2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .padding-global {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .padding-global.padding-section-nav {
    padding: 0 6.25rem;
  }

  .padding-global.padding-section-small {
    bottom: -4.7rem;
  }

  .padding-global.padding-section-medium {
    padding-left: 50px;
    padding-right: 50px;
  }

  .padding-global.padding-section-medium._1 {
    padding-left: 21.2563rem;
    padding-right: 21.2563rem;
  }

  .padding-global.padding-section-medium._2 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .padding-global.padding-l {
    padding-top: 40px;
    padding-bottom: 5rem;
  }

  .padding-global.padding-160._1 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

  .heading-style-h3 {
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
  }

  .footer_btn-links {
    padding-left: 8.3125rem;
    padding-right: 8.3125rem;
  }

  .dropdown-toggle {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .seach-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
    padding-left: 1.0625rem;
  }

  .soulation-list {
    margin-right: 2rem;
    padding-right: 0;
  }

  .button.button-arrow-left {
    background-image: url('../images/download.png'), linear-gradient(83deg, #82c341, #09ce91);
    background-position: 4%, 0 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.8rem;
    padding-right: 1.5rem;
  }

  .button.button-arrow-left._1 {
    background-image: url('../images/mail-send.png'), linear-gradient(83deg, #82c341, #09ce91);
    padding-left: 3.75rem;
    padding-right: .9rem;
    font-size: 1rem;
  }

  .button.button-arrow-left._1.download {
    background-position: 6%, 0 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.4rem;
  }

  .button.button-arrow-left._1.vidoe {
    background-image: url('../images/movie-play.png'), linear-gradient(83deg, #82c341, #09ce91);
    background-position: 7%, 0 0;
  }

  .button.button-arrow-left._1._11 {
    background-position: 8%, 0 0;
  }

  .button.button-arrow-left._2 {
    font-size: .9rem;
  }

  .button.new-w-arrow:hover {
    background-color: #000;
    background-image: url('../images/icon_2.png');
    background-position: 86%;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
  }

  .button.new-w-arrow.contact-us-button {
    min-width: 10rem;
  }

  .button.new-b-arrow {
    color: #000;
    background-color: #070a030d;
    background-image: url('../images/right-top-arrow-circle.avif');
    background-position: 86%;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
  }

  .button.new-b-arrow:hover {
    color: #fff;
    background-image: url('../images/icon_2.png'), linear-gradient(83deg, #82c341, #09ce91);
    background-position: 86%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 1.25rem 1.25rem, auto;
  }

  .button._1 {
    font-size: .9rem;
  }

  .button.white {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2rem;
  }

  .button.flex-body.font-sm {
    font-size: .8rem;
  }

  .navbar-wrapper {
    min-width: 12.0625rem;
  }

  .loop_text-component {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    font-family: Unbounded, sans-serif;
  }

  .footer_links-wrapper {
    padding-left: 8.3125rem;
    padding-right: 8.3125rem;
  }

  .section_loop-text {
    padding-left: 100px;
    padding-right: 100px;
    font-family: Unbounded, sans-serif;
  }

  .testimonial_text-wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    justify-content: space-between;
    align-items: center;
  }

  .text-size-large, .text-size-large.letter-spacing {
    font-size: 1.5rem;
  }

  .text-size-large.text-weight-medium {
    font-family: Unbounded, sans-serif;
    font-weight: 500;
  }

  .gallery_text-wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-flow: column;
    width: 100%;
    max-width: 50rem;
  }

  .text-size-small.aa {
    font-size: 1.25rem;
  }

  .text-13 {
    padding-left: 0;
  }

  .loop_text-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .tab-wrap {
    justify-content: flex-start;
  }

  .know-hold-copy {
    min-width: 28.125rem;
    max-width: 28.125rem;
  }

  .section_loop-brands {
    padding-left: 100px;
    padding-right: 100px;
  }

  .tab-menu {
    min-width: 33rem;
    max-width: 33rem;
  }

  .tab-menu.w--current {
    min-width: 33rem;
    max-width: 3.3rem;
  }

  .heading-style-h1.spacing-12 {
    font-size: 4rem;
  }

  .testimonial_text-left {
    width: auto;
    max-width: none;
  }

  .text-size-regular {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .text-size-regular.text-space {
    letter-spacing: -.65px;
  }

  .cards_text-wrapper {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
  }

  .container-large {
    max-width: 107.5rem;
  }

  .container-large.s {
    max-width: 107.5rem;
    overflow: visible;
  }

  .tab_menu-list {
    padding-right: 2rem;
  }

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

  .tab_panal {
    min-width: 67rem;
    max-width: 67rem;
    height: 9.6rem;
    position: absolute;
  }

  .tab_panal.spaciong {
    border-left-color: #0000;
  }

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

  .text-48 {
    font-size: 3rem;
  }

  .text-48.a {
    font-family: Unbounded, sans-serif;
    font-size: 3rem;
    font-weight: 700;
  }

  .text-48.text-weignt-semi._1 {
    font-size: 4.5rem;
  }

  .text-size-medium.text-weight-medium {
    font-size: 1.25rem;
  }

  .text-size-medium.text-weight-bold.spacing._1 {
    white-space: nowrap;
  }

  .text-size-medium.text-weight-bold {
    font-family: Unbounded, sans-serif;
  }

  .hero_header-text {
    max-width: 50rem;
  }

  .tab_menu-lis {
    border-left-color: #0000;
    padding-left: 0;
  }

  .hero_wrapper {
    min-height: 65rem;
  }

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

  .loop_brand-component {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .loop_text {
    font-family: Unbounded, sans-serif;
  }

  .footer_links-small {
    padding-right: 0;
  }

  .startup-title_text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .startup-title_text._1 {
    max-width: 84.2rem;
  }

  .startup-title_text._2 {
    max-width: 80.3rem;
  }

  .section-agency.bg-color {
    background-color: #eef7e8;
  }

  .email-field {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .25rem;
  }

  .brand-loop {
    overflow: hidden;
  }

  .text-18._1 {
    font-size: 1.1rem;
  }

  .text-18.spacinh {
    letter-spacing: -.68px;
  }

  .helpline-blocks-wrap {
    width: 100%;
    min-width: 30.5625rem;
    max-width: 30.5625rem;
  }

  .startup-desgin-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tools-title_text {
    max-width: 80.2rem;
  }

  .tools-title_text._1 {
    max-width: none;
  }

  .toos-list {
    grid-column-gap: 4.6rem;
    grid-row-gap: 4.6rem;
    padding-left: 0;
    padding-right: 0;
  }

  .helpline_block-wrapper {
    grid-column-gap: 4.125rem;
    grid-row-gap: 4.125rem;
    padding: 6.5rem 3.7rem;
  }

  .tools-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tools-wrapper._6 {
    max-width: none;
  }

  .process_loop-wrapper {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
    overflow: hidden;
  }

  .hero-right {
    padding-top: 5rem;
    padding-left: 4.9375rem;
  }

  .faq_component {
    max-width: 75rem;
  }

  .hero-left {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .brand_button {
    padding: .625rem 5.1875rem .625rem 2.9375rem;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .brand_button.arrow-la {
    background-position: 93%;
    background-size: 1.5rem;
  }

  .helpline-wrapper {
    flex-flow: column;
  }

  .text-32 {
    font-size: 2rem;
    font-weight: 400;
  }

  .ageny-title_text._1 {
    width: 100%;
    max-width: 77.1rem;
  }

  .process_block-wrapper {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .process_block-wrapper._1 {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
    margin-left: 200px;
  }

  .section-helpline.bg-cyan {
    background-color: #e6faf4;
  }

  .section-helpline.bg-beige {
    background-color: #0000;
  }

  .agency-block {
    min-width: 26.58rem;
  }

  .agency-block._1 {
    min-width: 26.5rem;
    max-width: 26.5rem;
    padding: 1.5rem;
  }

  .agency-block._448-we {
    min-width: 28rem;
    max-width: 28rem;
  }

  .agency-block._463-s {
    max-width: 28.9375rem;
  }

  .agency-block.hort {
    min-width: 26.5rem;
    max-width: 26.5rem;
  }

  .agency-block.number {
    text-align: center;
    background-color: #fff;
    align-items: center;
  }

  .agency_cards-list {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    max-width: 56.5rem;
    display: grid;
  }

  .agency_cards-list.hori {
    display: flex;
  }

  .agency_cards-list._1 {
    justify-content: space-between;
    max-width: 73.125rem;
  }

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

  .hero_para {
    max-width: 49.1rem;
  }

  .process-block {
    justify-content: flex-end;
    max-width: 26.5rem;
  }

  .process-block.top {
    justify-content: flex-start;
  }

  .airbnb-image {
    object-fit: cover;
  }

  .process_text-wrapper {
    max-width: 26.5rem;
  }

  .contact_text-wrapper {
    max-width: 60rem;
  }

  .helpline-block {
    justify-content: space-between;
  }

  .brand_text-wrapper {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .section_client-feedback.bg-color {
    background-color: #f7fbf3;
  }

  .heading-style-h4.a {
    font-size: 3.5rem;
  }

  .client_text-wrapper {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .section-tools.bg-color-clear {
    background-color: #0000;
  }

  .section-tools.bg-color {
    background-color: #f7fbf3;
  }

  .tool-wrapper {
    max-width: 26.9rem;
    margin-left: 10px;
    margin-right: 10px;
  }

  .buttons-wrapper-box {
    font-size: 14px;
  }

  .ageny-title_text-2 {
    width: 100%;
    max-width: 82.4rem;
  }

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

  .helpline-wrap {
    align-items: center;
    font-size: 2.5rem;
  }

  .button-techolo._2 {
    padding-left: 8.4rem;
  }

  .hero_para-copy {
    max-width: 58rem;
  }

  .column {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .button-gradient {
    font-size: 16px;
    line-height: 150%;
  }

  .h3 {
    font-size: 19.98px;
    line-height: 160%;
  }

  .heading-style-h3-2 {
    font-family: Unbounded, sans-serif;
    font-size: 40px;
  }

  .outline-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .button-3.arrow-right {
    background-size: 1.5rem, auto;
  }

  .size-40 {
    width: 12rem;
    height: 12rem;
  }

  .agency-block-2._1 {
    max-width: 26.5rem;
  }

  .tool_block-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .tool_block-wrapper._1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 200px;
    padding-right: 200px;
  }

  .technology-card-icon {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .agency_cards-list-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 11.75rem;
    padding-right: 11.75rem;
  }

  .startup-title_text-2 {
    max-width: 80rem;
  }

  .startup-title_text-2.width {
    max-width: 46.1rem;
  }

  .startup-title_text-2._1 {
    max-width: 82.7rem;
  }

  .knowlegde-wrap {
    padding-top: 1.46875rem;
    padding-bottom: 1.46875rem;
  }

  .icon-24 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: .25rem;
  }

  .text-field {
    padding-top: 1.21875rem;
    padding-bottom: 1.15625rem;
    padding-left: 1.25rem;
  }

  .heading-style-h4-2 {
    font-size: 2.5rem;
  }

  .hero_para-2 {
    max-width: 61.1rem;
  }

  .hero_para-2._1 {
    max-width: 51.8rem;
  }

  .startup-title_text-3 {
    width: 100%;
    max-width: 87rem;
  }

  .column-4 {
    padding-top: 40px;
    padding-right: 0;
  }

  .primary-btn {
    padding: 10px 74.5px;
    font-size: 14.77px;
  }

  .primary-btn.auto {
    padding-left: 6.21875rem;
    padding-right: 6.21875rem;
  }

  .primary-btn.tran {
    padding: 30px 79px;
    font-size: 24px;
  }

  .primary-btn._1 {
    border-radius: .5rem;
  }

  .primary-btn._1:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 10px 5px #0003;
  }

  .startup-mask-2 {
    color: #fff;
  }

  .ageny-title_text-copy {
    width: 100%;
    max-width: 82rem;
  }

  .button-4._1.arrow-mail {
    background-size: 1.5rem, auto;
  }

  .button-4.button-icon {
    background-image: url('../images/play-circle.png'), linear-gradient(83deg, #82c341, #09ce91);
    background-position: 93%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 1.5rem 1.5rem, auto;
    padding-right: 3.75rem;
  }

  .brand-col-slider {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .brand-col-slider._2x2 {
    flex-flow: wrap;
    max-width: 70.7rem;
  }

  .brand-col-slider._2x2-copy {
    max-width: 77.5rem;
  }

  .brand-col-slider._5x3 {
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
  }

  .brand-strategy-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    width: 34.8rem;
    box-shadow: 0 4px 8px #122b6914, 0 2px 6px #122b690a, 1px 0 2px #122b6914;
  }

  .brand-strategy-card.text-align-left {
    text-align: left;
    align-items: flex-start;
  }

  .brand-strategy-card.text-align-left._1 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: flex-start;
    max-width: 25rem;
    height: auto;
    box-shadow: -2px 2px 4px #18181814;
  }

  .brand-strategy-card.text-align-left._1:hover {
    transform: scale(1.1);
  }

  .paragraph-3 {
    font-size: 16px;
    line-height: 20.8px;
  }

  .heading-style-h3-3 {
    font-size: 40px;
  }

  .brand-card-icon {
    width: 100%;
  }

  .brand-card-icon.pad {
    background-color: var(--transparent);
  }

  .hero_para-3 {
    max-width: 47.9rem;
  }

  .ageny_image {
    width: 12rem;
    height: 12rem;
  }

  .tool-block {
    min-width: 26.6rem;
    max-width: 26.6rem;
  }

  .tool-block._1 {
    max-width: 28rem;
  }

  .column-5 {
    padding-top: 40px;
    padding-right: 0;
  }

  .text-size-large-4.text-weight-medium {
    font-weight: 500;
  }

  .button-5.nav-btn {
    padding: .625rem 1.5rem;
    font-size: 1rem;
  }

  .brand-strategy-card-1 {
    max-width: 31.375rem;
  }

  .helpline-wrapper--1 {
    display: flex;
  }

  .hero-text-wrapper {
    width: 100%;
    max-width: 50rem;
    padding-top: 0;
    padding-right: 0;
  }

  .hero-text-wrapper._11px {
    margin-left: -11px;
  }

  .hero-text-wrapper._1 {
    align-items: flex-start;
    width: 100%;
    max-width: 45rem;
  }

  .hero-text-wrapper.ss {
    max-width: 47rem;
  }

  .hero-text-wrapper._2 {
    max-width: 47.3rem;
  }

  .button-7._1:hover {
    border-width: .2rem;
    border-color: var(--brand);
    color: var(--brand);
    background-color: #b2b3b508;
    background-image: none;
  }

  .button-7.arrow {
    background-position: 5% 46%, 0 0;
    background-size: 1.5rem, auto;
  }

  .heading-style-h3-5 {
    font-size: 40px;
  }

  .button-8.arrow {
    padding-left: 3rem;
  }

  .button-8.arrow-copy {
    background-position: 6% 36%;
    padding-left: 3rem;
  }

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

  .image-4 {
    width: 6.25rem;
  }

  .column-7 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h4-3 {
    font-size: 3.5rem;
  }

  .column-8 {
    padding-top: 40px;
    padding-right: 0;
  }

  .helpline-wrap-2 {
    max-width: 37.4rem;
    font-size: 2.5rem;
  }

  .tool-wrapper-leads {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .optimize-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 37.1rem;
  }

  .optimize-card.color {
    background-color: #e6faf4;
  }

  .text-20._1 {
    font-size: 2rem;
    font-weight: 500;
  }

  .rate-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 10px;
  }

  .rate-card-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .social-media-card {
    background-color: var(--transparent);
    font-size: 18px;
  }

  .icon-36 {
    width: 100px;
    height: auto;
  }

  .art-branding-img {
    height: 488px;
    padding: 10px;
  }

  .grid-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    margin-left: 20.875rem;
    margin-right: 20.875rem;
  }

  .div-block-3 {
    overflow: hidden;
  }

  .text-64 {
    font-family: Unbounded, sans-serif;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .tools-wrapper-grid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 142px;
  }

  .helpline-wrap--left {
    align-items: flex-start;
    max-width: 36.7rem;
    font-size: 2.5rem;
  }

  .helpline-wrap--left._1 {
    max-width: none;
  }

  .tools-wrapper-big {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tools-wrapper-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tool_block-wrapper--2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .ageny-title_text-22 {
    width: 100%;
    max-width: 65.4rem;
  }

  .ageny-title_text--3 {
    width: 100%;
    max-width: 92.5rem;
  }

  .ageny-title_text--3._2 {
    max-width: 96.7rem;
  }

  .agency_cards-list-5 {
    flex-flow: row;
    max-width: 100%;
  }

  .agency_cards-list-5.q {
    padding-top: 3.5rem;
    padding-bottom: 1.625rem;
  }

  .ageny-title_text-copy {
    max-width: 77.5rem;
  }

  .ageny-title_text--6 {
    width: 100%;
    max-width: 95rem;
  }

  .rate-card-wrapper-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero {
    width: 100%;
  }

  .brand-wrapper--1 {
    width: 100%;
    max-width: 95.3rem;
    margin-left: auto;
    margin-right: auto;
  }

  .brand_text-wrapper--1 {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
  }

  .heading-help {
    width: 100%;
    max-width: 53.7rem;
  }

  .hero_para--6 {
    max-width: 57rem;
  }

  .image-6 {
    width: 100%;
  }

  .brand-card-icon-copy {
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .brand-col-slider-copy {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .main-subtitle {
    font-family: Poppins, sans-serif;
    font-size: 24px;
  }

  .client-des {
    min-height: 12rem;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .know-more-wrap {
    width: 410px;
  }

  .client_detils {
    margin-top: 0;
    padding-top: 0;
  }

  .client-card {
    height: 345px;
  }

  .custome-container {
    width: 100%;
    max-width: 107.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .button-text {
    font-size: 24px;
    line-height: 40px;
  }

  .main-title {
    text-align: center;
    ---mode--collection-bc99993c-e820-5e73-a2bd-03841bb226e5: base;
    font-size: 40px;
  }

  .section-feedback {
    overflow: hidden;
  }

  .primary-button-2 {
    height: 60px;
  }

  .primary-button-2.real-business-btn {
    font-size: 24px;
  }

  .heading-box {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-box._1 {
    max-width: 81.9rem;
  }

  .link {
    color: #070a03;
    font-family: Unbounded, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .industries-tab-content {
    align-items: flex-start;
  }

  .sol-text {
    font-size: 16px;
    font-weight: 400;
  }

  .image-12.side-card-images {
    min-height: 6.5625rem;
  }

  .heading-5, .heading-7 {
    font-size: 16px;
  }

  .navbar-brand.w--current {
    order: 0;
    width: 16rem;
    max-width: none;
  }

  .heading-6 {
    font-family: Unbounded, sans-serif;
    font-size: 14px;
  }

  .featured-card {
    width: 100%;
  }

  .nav-link-text {
    font-size: 20px;
  }

  .sol-title {
    margin-bottom: 25px;
    font-family: Unbounded, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .service-sol-name {
    font-size: 16px;
  }

  .text-block-20 {
    font-family: Unbounded, sans-serif;
  }

  .column-14 {
    padding-left: 0;
  }

  .text-block-21 {
    font-size: 14px;
  }

  .navbar-wrapper-2 {
    position: static;
  }

  .text-block-13 {
    font-family: Poppins, sans-serif;
  }

  .tabs-menu {
    border-right-width: 2px;
    width: 16.5625rem;
    padding-right: 2rem;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    top: 39%;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    height: 500px;
    top: 5.8rem;
  }

  .article-title {
    font-family: Unbounded, sans-serif;
    font-weight: 600;
  }

  .tab_btn-wrapper {
    width: 33rem;
    padding-right: 2rem;
  }

  .tab_btn-wrapper._11 {
    border-left: 1px solid #82c341;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tab-btn._2.none {
    display: none;
  }

  .tab-link.w--current {
    background-position: 98%;
  }

  .primary-button-3 {
    height: 60px;
  }

  .primary-button-3.real-business-btn {
    font-size: 24px;
  }

  .primary-button-3.real-business-btn:hover {
    border: .2rem solid var(--brand);
    color: var(--brand);
    background-color: #e7e7e76b;
    background-image: url('../images/right-top-arrow-circle.avif');
    background-position: 94%;
    background-repeat: no-repeat;
    background-size: 1.6rem;
  }

  .primary-button-4 {
    height: 60px;
  }

  .primary-button-4.real-business-btn {
    min-width: 436px;
    height: 63px;
    font-size: 24px;
  }

  .primary-button-5 {
    width: 100%;
    height: 60px;
  }

  .primary-button-5.real-business-btn {
    font-size: 24px;
  }

  .tools_block-wrapper {
    max-width: 90rem;
    position: relative;
  }

  .tabs-menu-3 {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    max-width: 28.75rem;
    margin-right: 2rem;
    padding: 7.875rem 1.625rem 3.125rem;
  }

  .tabs-3 {
    position: relative;
  }

  .tab-pane-tab-1 {
    border-radius: 1rem;
  }

  .tabs-content-3 {
    height: 31.25rem;
  }

  .tool_tab-btn {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
  }

  .ta-text-label {
    font-size: 1.25rem;
    inset: 16% auto auto 2%;
  }

  .block {
    width: 100%;
    max-width: 107.438rem;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-image-heading {
    top: 6rem;
    left: 5rem;
  }

  .image-17 {
    width: 100%;
    height: 100%;
    min-height: 50rem;
  }

  .column-15 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-15._1 {
    padding-top: 0;
  }

  .columns-11 {
    margin-right: 0;
  }

  .column-16 {
    padding-right: 0;
  }

  .button2._1 {
    top: 26%;
    right: 46%;
  }

  .button2.call._1 {
    padding-top: 0;
  }

  .slider-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero {
    max-width: none;
  }

  .hero._1 {
    max-width: 45.5rem;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list {
    justify-content: flex-end;
  }

  .blog-hero._1 {
    background-color: #fff;
  }

  .blog-text {
    max-width: 47.9rem;
  }

  .big-text {
    font-size: 6.5rem;
  }

  .blog_an-img._1 {
    width: 100%;
    min-width: 100%;
  }

  .text-block-34 {
    color: var(--brand);
  }

  .recent_blog-wrapper {
    align-items: center;
  }

  .collection-list-2._1 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cms-blog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
  }

  .cms-blog-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .hero-blog-card {
    max-width: 450px;
  }

  .case-studies-item-card {
    min-width: 35rem;
    max-width: 35rem;
  }

  .collection-list-5 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
  }

  .padding {
    padding: 6rem 6.2rem;
  }

  .radio-button-label-copy, .text-size-large-11 {
    font-size: 1.5rem;
  }

  .card-wrapper {
    padding-bottom: 3.5rem;
  }

  .large-btn {
    padding: 1.8rem 9.3rem;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .large-btn.hour-effect.q {
    padding: 1.75rem 1rem;
  }

  .brand_button-double {
    padding: .625rem 5.1875rem .625rem 2.9375rem;
    font-size: 1.5rem;
    line-height: 150%;
  }

  .brand_button-double.arrow-la-copy {
    background-image: url('../images/chevron-right.png');
    background-position: 89%;
    background-repeat: no-repeat;
    background-size: 5px;
  }

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

  .column-18, .column-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-28 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .answer-circle {
    width: 7.5rem;
    min-width: 7.5rem;
    height: 7.5rem;
    min-height: 7.5rem;
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color .4s;
  }

  .answer-circle:hover {
    background-color: #fff;
    background-image: linear-gradient(180deg, var(--brand), var(--cyan));
    color: #fff;
  }

  .answer-circle._1 {
    width: 7.2rem;
    height: 7.2rem;
    top: 2.25rem;
    left: 26rem;
  }

  .answer-circle.accordion-2 {
    top: 7.125rem;
    left: 17.1875rem;
  }

  .answer-circle._3 {
    top: 16.625rem;
    left: 17.1875rem;
  }

  .answer-circle._4 {
    bottom: 2.75rem;
    left: 26rem;
  }

  .answer-circle._5 {
    top: 7.125rem;
    left: 34.8125rem;
  }

  .answer-circle._6 {
    top: 16.625rem;
    left: 34.8125rem;
  }

  .answer-circle._7 {
    top: 11.75rem;
    left: 26rem;
  }

  .answer-circle._8 {
    left: 16.625rem;
  }

  .answer-circle._9 {
    right: 16.5625rem;
  }

  .answer-circle.patient-circle {
    top: 14em;
    left: 35em;
  }

  .block-wrap {
    text-align: center;
    background-color: #fff;
    width: 100%;
    max-width: 90rem;
  }

  .nor-block {
    background-color: #e9e9e9;
    border-radius: 1.25rem;
    width: 28.625rem;
    height: 23.5625rem;
    position: relative;
  }

  .hero_a-wrapper {
    padding-left: 28rem;
    padding-right: 28rem;
  }

  .count-wrapper {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .icon-circle {
    width: 3rem;
    height: 3rem;
  }

  .hero_header-wrapper {
    align-items: center;
  }

  .header-image {
    width: 45rem;
  }

  .field-label {
    font-size: 1rem;
  }

  .text-field-2 {
    height: 4.2rem;
    font-size: 1.5rem;
  }

  .adress-block-copy {
    width: 100%;
    height: 50rem;
  }

  .d-21-image.four {
    background-color: var(--orange);
  }

  .d-21-image.two {
    background-color: var(--cyan);
  }

  .solid-button-wrapper {
    padding: 1rem;
    font-weight: 600;
    line-height: 1.6;
  }

  .solid-button-wrapper.flex {
    display: flex;
  }

  .modal-body {
    max-width: 80rem;
  }

  .div-block-73 {
    height: 42.3rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .tool-div {
    min-width: 30rem;
  }

  .slidder-wrap {
    max-width: 90rem;
  }

  .fliter-list-doc {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

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

  .hero-blog {
    background-color: #f3f3f3;
    padding: 1rem;
  }

  .rich-text-block-2 {
    font-size: 32px;
    line-height: 44px;
  }

  .icon-69 {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 4rem;
  }

  .webflow-logo {
    height: 72px;
  }

  .programming, .svg-6 {
    height: 6rem;
  }

  ._3d-animation, .freelancer-working, .animated-video-gif {
    height: 10rem;
  }

  .nor-wrap {
    width: 100%;
    height: 100%;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy._1 {
    max-width: 34.9rem;
  }

  .text-block-37 {
    color: var(--brand);
    padding-top: 20px;
  }

  .text-block-38, .text-block-39 {
    padding-top: 20px;
  }

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

  .text-block-45 {
    padding-top: .25rem;
  }

  .text-block-46 {
    line-height: 1.6;
  }

  .real-estate-img-wrap {
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .portfolio-btn {
    padding: 1rem;
    font-weight: 600;
    line-height: 1.6;
  }

  .portfolio-btn.flex {
    display: flex;
  }

  .ch-block {
    min-width: 30rem;
    max-width: 30rem;
  }

  .ch-block._1 {
    min-width: 26.5rem;
    max-width: 26.5rem;
    padding: 1.5rem;
  }

  .ch-block._448-we {
    min-width: 28rem;
    max-width: 28rem;
  }

  .ch-block._463-s {
    max-width: 28.9375rem;
  }

  .ch-block.hort {
    min-width: 26.5rem;
    max-width: 26.5rem;
  }

  .ch-block.number {
    text-align: center;
    background-color: #fff;
    align-items: center;
  }

  .card-grid-wrapper {
    height: auto;
  }

  .card-image {
    height: 400px;
    position: static;
  }

  .card-content-title {
    top: 200px;
  }

  .card-content-2 {
    top: 0;
  }

  .card {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --orange: #fdc934;
    --mm-white: #efefea;
    --black: #353535;
    --grey: #474747;
    --steel-gray: #4f6d7a;
    --h4--font-size: 28px;
    --white: white;
    --transparent: #fff0;
    --unbounded: Unbounded, sans-serif;
    --poppins: Poppins, sans-serif;
    --h1--line-height: 120%;
    --h1--font-size: 32px;
    --h2--font-size: 36px;
    --h3--font-size: 48px;
    --h5--font-size: 28px;
    --h6--font-size: 20px;
    --h7--font-size: 16rem;
    --text-sizes--xx-large: 20px;
    --text-sizes--x-large: 20px;
    --text-sizes--large: 18px;
    --text-sizes--medium: 20px;
    --text-sizes--small: 18px;
    --text-sizes--xx-small: 16px;
  }

  .hero_header-list {
    justify-content: flex-start;
  }

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

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

  .testimonial_text-right._1 {
    text-align: center;
    align-items: center;
  }

  .cards_text-right {
    text-align: center;
    align-items: center;
    min-width: auto;
  }

  .hero_header-right--2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .padding-global.paading-top.footrt {
    padding-top: 3.5rem;
  }

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

  .footer_links-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_text-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .gallery_text-wrapper {
    flex-flow: column;
    align-items: flex-start;
    max-width: none;
  }

  .accordion.ative {
    width: 98%;
  }

  .section_testimonials {
    margin-top: 40px;
  }

  .cards_text-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .container-large {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

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

  .text-48 {
    font-size: 1.2rem;
  }

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

  .hero_header-text {
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .helpline-blocks-wrap {
    width: 30%;
    padding: 1rem;
  }

  .startup-desgin-wrapper {
    flex-flow: row;
  }

  .line-wrapper {
    display: none;
  }

  .toos-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .helpline_block-wrapper {
    flex-flow: row;
  }

  .arrow-image {
    display: none;
  }

  .process_loop-wrapper {
    align-items: stretch;
    display: flex;
  }

  .hero-left {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-32, .text-32.letter-spacing {
    text-align: left;
  }

  .hero-wrapper {
    grid-column-gap: 5.5rem;
    grid-row-gap: 5.5rem;
    flex-flow: column;
  }

  .process_block-wrapper {
    flex-flow: column;
  }

  .process_block-wrapper._1 {
    margin-left: auto;
  }

  .start_rebrrand-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .agency-block {
    min-width: auto;
    max-width: 20rem;
  }

  .agency-block.hort {
    min-width: 20.5rem;
    max-width: 20rem;
  }

  .agency_cards-list {
    flex-flow: wrap;
    align-items: center;
    min-width: auto;
  }

  .agency_cards-list.hori {
    flex-flow: wrap;
  }

  .agency_cards-list._1 {
    justify-content: space-around;
  }

  .process-block {
    flex-flow: row;
  }

  .option-brand {
    flex-flow: wrap;
  }

  .heading-style-h4.a {
    text-align: left;
    font-size: 32px;
  }

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

  .tool-wrapper {
    max-width: 20.4rem;
  }

  .inner-para._1 {
    height: 7rem;
    padding-top: 10px;
  }

  .buttons-wrapper-box {
    flex-flow: column;
  }

  .text-size-large-2 {
    font-size: 1.2rem;
  }

  .heading-style-h3-2 {
    font-size: 28px;
  }

  .size-40 {
    width: 6rem;
  }

  .agency-block-2 {
    min-width: auto;
    max-width: 20rem;
  }

  .tool_block-wrapper {
    flex-flow: wrap;
  }

  .tool_block-wrapper._1 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: grid;
  }

  .agency_cards-list-2 {
    min-width: auto;
  }

  .technology-card-btm {
    height: 23rem;
  }

  .columns {
    flex-flow: row;
  }

  .knowlwge-wrapper {
    max-width: 20rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
  }

  .hero_para-2 {
    align-items: center;
  }

  .hero_para-2._1 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .startup_brand-block-2 {
    border-radius: 1px;
  }

  .brand-col-slider {
    flex-flow: row;
    justify-content: center;
    width: 100%;
  }

  .brand-col-slider._2x2 {
    flex-flow: row;
  }

  .brand-strategy-card {
    width: 21rem;
    min-height: 438px;
  }

  .brand-strategy-card.text-align-left._1 {
    max-width: 24rem;
  }

  .columns-4 {
    flex-flow: column;
  }

  .hero_para-3 {
    align-items: center;
  }

  .ageny_image {
    height: 10rem;
  }

  .tool-block {
    max-width: 20.8rem;
  }

  .columns-6 {
    flex-flow: column;
  }

  .brand-strategy-card-1 {
    max-width: 28rem;
  }

  .hero-text-wrapper {
    text-align: center;
    align-items: center;
  }

  .columns-7, .columns-8 {
    flex-flow: column;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
  }

  .columns-9 {
    flex-flow: column;
  }

  .helpline-wrap-2.j {
    align-items: center;
  }

  .tool-wrapper-leads {
    flex-flow: column;
  }

  .hero_para-2-copy {
    align-items: center;
  }

  .tool_block-wrapper--2 {
    flex-flow: wrap;
    align-items: center;
  }

  .agency_cards-list-5 {
    flex-flow: wrap;
    align-items: center;
    min-width: auto;
  }

  .agency-block-4-copy {
    min-width: auto;
    max-width: 20rem;
  }

  .brand-col-slider-copy {
    flex-flow: wrap;
  }

  .main-subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .client-des {
    font-family: Poppins, sans-serif;
  }

  .button-text {
    font-size: 11px;
  }

  .main-title {
    font-size: 40px;
    line-height: 38px;
  }

  .primary-button-2.real-business-btn {
    height: 42px;
  }

  .tabs-content {
    width: 65%;
  }

  .column-9 {
    height: 100%;
    margin-bottom: 40px;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-wrapper-2.my-wrap {
    width: 100%;
  }

  .tabs-menu {
    width: 35%;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #82c341;
  }

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

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    top: 60%;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    z-index: 1;
    height: 540px;
    top: 60%;
  }

  .primary-button-3.real-business-btn, .primary-button-4.real-business-btn {
    height: 42px;
  }

  .primary-button-5 {
    flex-flow: row;
    height: auto;
  }

  .primary-button-5.real-business-btn {
    height: 42px;
  }

  .tabs-menu-3 {
    flex-flow: wrap;
    justify-content: center;
    max-width: none;
    margin-bottom: 2rem;
  }

  .tabs-3 {
    flex-flow: column;
  }

  .tool_tab-btn {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-16 {
    width: 38px;
  }

  .hero-image-wrapper {
    flex-flow: column;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .columns-11 {
    flex-flow: row;
  }

  .button2._1 {
    display: none;
  }

  .collection-list-3 {
    flex-flow: wrap;
  }

  .hero-blog-card {
    margin-right: 20px;
  }

  .case-studies-item-card {
    width: 30%;
  }

  .ch-hero-wrapper {
    flex-flow: column;
  }

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

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

  .answer-circle._1 {
    left: 18rem;
  }

  .answer-circle.accordion-2, .answer-circle._3 {
    left: 12rem;
  }

  .answer-circle._4 {
    inset: 18rem;
  }

  .answer-circle._5, .answer-circle._6 {
    left: 24rem;
  }

  .answer-circle._7 {
    left: 18rem;
  }

  .column-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-wrapper {
    flex-flow: column;
  }

  .contct.img-1 {
    width: 15rem;
    height: auto;
  }

  .contct.image-2 {
    width: 29.4rem;
    height: auto;
  }

  .contct.img-3 {
    width: 14.2rem;
  }

  .faq1_question, .faq1_answer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-28 {
    font-size: 24px;
  }

  .img-3 {
    width: 14rem;
  }

  .img-4 {
    width: 14rem;
    height: 100%;
  }

  .img-5 {
    width: 15rem;
  }

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

  .hero_header-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    align-items: center;
  }

  .header-image {
    width: 23rem;
  }

  .galler-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: row;
    align-items: center;
  }

  .d-21-image-text, .d-21-image-text.black {
    font-size: 2rem;
  }

  .d-21-wrapper {
    width: 100%;
  }

  .modal-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .close-icon {
    top: 10px;
  }

  .div-block-73 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36rem;
    padding-top: 60px;
  }

  .fs-example_layout {
    grid-template-columns: 1fr;
  }

  .filter_grid {
    grid-template-columns: .66fr 1fr;
  }

  .fs-example_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .filter_block_header {
    align-items: start;
    padding-left: 1rem;
  }

  .card_info {
    width: 100%;
  }

  .card_content {
    padding: 20px 24px 24px;
  }

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

  .webflow-logo {
    justify-content: center;
  }

  .k-main-wrapper.orange {
    max-width: 50%;
  }

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

  .section.expand {
    height: auto;
    overflow: hidden;
  }

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

  .container-2.sticky {
    position: relative;
    top: 0%;
    overflow: auto;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .ch-block {
    min-width: auto;
    max-width: 20rem;
  }

  .ch-block.hort {
    min-width: 20.5rem;
    max-width: 20rem;
  }

  .display-s {
    font-size: 1rem;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .card-grid-wrapper {
    flex: none;
    width: 20%;
  }

  .card-transition-block {
    inset: 0%;
  }

  .service-card-wrapper {
    flex-flow: row;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    overflow: auto;
  }

  .dot-block {
    width: 24px;
  }

  .clone-section {
    margin-bottom: 20vh;
  }
}

@media screen and (max-width: 767px) {
  .heading-style-h2 {
    font-size: 2rem;
  }

  .loop_intro-component {
    min-height: 15rem;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 30px;
  }

  .into_text {
    min-width: 21.8rem;
    min-height: 5rem;
  }

  .cards_text-right {
    min-width: 20.3rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .seach-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

  .loop_text-component {
    min-height: 7rem;
  }

  .footer_links-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .text-size-large.text-weight-medium._1, .text-size-large._1 {
    font-size: 1rem;
  }

  .gallery_text-wrapper {
    flex-flow: column;
  }

  .loop_text-wrapper {
    top: 1rem;
    bottom: 1rem;
    right: -360vw;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .section_testimonials {
    margin-top: 40px;
  }

  .cards_text-wrapper {
    flex-flow: column;
  }

  .loop_into-wrapper {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .loop_logs-wrapper {
    top: 1rem;
    bottom: 1rem;
    right: -352.5vw;
  }

  .text-48 {
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .hero_wrapper {
    padding-left: 2rem;
  }

  .text-36 {
    font-size: 1.5rem;
  }

  .loop_brand-component {
    min-height: 9rem;
  }

  .loop_label-wrapper {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .helpline-blocks-wrap {
    width: 100%;
  }

  .startup-desgin-wrapper {
    flex-flow: column;
  }

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

  .contacr-wrapperr {
    padding-left: 2rem;
  }

  .line-wrapper {
    display: none;
  }

  .helpline_block-wrapper {
    flex-flow: column;
  }

  .arrow-image {
    display: none;
  }

  .brand_button {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .process_block-wrapper {
    display: none;
  }

  .process_block-wrapper._1 {
    margin-left: 0;
    display: block;
  }

  .agency_cards-list {
    justify-content: center;
  }

  .agency_cards-list.hori {
    margin-top: 20px;
  }

  .heading-style-h4.a {
    font-size: 1.5rem;
  }

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

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

  .tool-wrapper {
    max-width: none;
  }

  .inner-para._1 {
    height: 11rem;
  }

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

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .size-40 {
    width: 6rem;
    height: 10rem;
  }

  .tool_block-wrapper {
    flex-flow: column;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tool_block-wrapper._1 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .agency_cards-list-2 {
    flex-flow: column;
    justify-content: center;
  }

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

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

  .brand-col-slider {
    flex-flow: column;
    align-items: center;
  }

  .brand-col-slider._2x2, .brand-col-slider._2x2-copy {
    flex-flow: column;
  }

  .brand-strategy-card {
    width: auto;
  }

  .brand-strategy-card.text-align-left._1 {
    align-items: stretch;
    max-width: none;
  }

  .heading-style-h3-3 {
    font-size: 1.5rem;
  }

  .columns-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .hero_para-3 {
    align-items: center;
  }

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

  .columns-6 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .columns-7 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .heading-style-h3-5 {
    font-size: 1.5rem;
  }

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

  .columns-8, .columns-9 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .optimize-card {
    max-width: none;
  }

  .social-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .tools-wrapper-big {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .tool_block-wrapper--2 {
    flex-flow: column;
  }

  .agency_cards-list-5 {
    justify-content: center;
  }

  .brand-col-slider-copy {
    flex-flow: column;
  }

  .client-card.client-card-digi {
    margin-bottom: 10px;
  }

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

  .tabs {
    flex-flow: column;
  }

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

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

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

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

  .feedback {
    margin-top: 100px;
  }

  .columns-11 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .big-text {
    font-size: 3rem;
  }

  .padding {
    padding: 2rem;
  }

  .ch-hero-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .ch-image {
    min-height: 14rem;
  }

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

  .rich-text-block {
    font-size: 12px;
  }

  .large-btn, .brand_button-double {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .answer-circle._1 {
    left: 13.7rem;
  }

  .answer-circle.accordion-2, .answer-circle._3 {
    left: 8rem;
  }

  .answer-circle._4 {
    left: 13.7rem;
  }

  .answer-circle._5, .answer-circle._6 {
    left: 19rem;
  }

  .answer-circle._7 {
    left: 13.7rem;
  }

  .contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .map {
    height: 38.4006rem;
  }

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

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .count-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
  }

  .c-wrap {
    width: 11.7rem;
  }

  .cs-slider-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .page-wrappwer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .d-21-wrapper {
    flex-flow: row;
  }

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

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .c-wrap-copy {
    width: 11.7rem;
  }

  .k-wrapper.green {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .slide_item {
    width: 80%;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .container-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dot-block {
    order: 2;
    align-self: center;
    min-height: 10vh;
  }

  .step-content-block {
    z-index: 2;
    order: -1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .scroll-line-wrap {
    z-index: 1;
    margin-bottom: -3px;
    bottom: 50%;
  }

  .step {
    justify-content: center;
    padding: 8%;
  }

  .content-wrap {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 40vh;
    padding-bottom: 20px;
  }

  .img-block {
    z-index: 3;
    order: 3;
    min-height: 40vh;
    max-height: 40vh;
    padding-top: 20px;
    position: relative;
  }

  .img-block.anima-1 {
    max-width: 90%;
  }

  .scroll-base {
    position: relative;
  }

  .dot {
    z-index: 99;
    position: static;
  }

  .step-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 110vh;
  }
}

@media screen and (max-width: 479px) {
  body {
    --orange: #fdc934;
    --mm-white: #efefea;
    --black: #353535;
    --grey: #474747;
    --steel-gray: #4f6d7a;
    --h4--font-size: 24px;
    --white: white;
    --transparent: #fff0;
    --unbounded: Unbounded, sans-serif;
    --poppins: Poppins, sans-serif;
    --h1--line-height: 120%;
    --h1--font-size: 28px;
    --h2--font-size: 26px;
    --h3--font-size: 48px;
    --h5--font-size: 28px;
    --h6--font-size: 20px;
    --h7--font-size: 16rem;
    --text-sizes--xx-large: 20px;
    --text-sizes--x-large: 20px;
    --text-sizes--large: 16px;
    --text-sizes--medium: 20px;
    --text-sizes--small: 18px;
    --text-sizes--xx-small: 16px;
  }

  .hero_header-list {
    flex-flow: column;
    align-self: flex-start;
    align-items: center;
    width: 100%;
  }

  .seach_input.logo {
    background-position: 2%;
  }

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

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

  .loop-label {
    min-height: 1.3rem;
  }

  .loop_intro-component {
    min-height: 12.8rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-menu-two {
    flex-direction: column;
    margin-top: 0;
  }

  .testimonial_text-right._1 {
    text-align: center;
  }

  .cards_text-right {
    align-items: center;
    min-width: auto;
  }

  .hero_header-right--2 {
    text-align: center;
    align-items: flex-start;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-nav {
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .padding-global.padding-section-small {
    padding: 1rem 1em;
  }

  .padding-global.padding-section-small._1 {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .padding-global.paading-top.footrt {
    padding-top: 3rem;
  }

  .padding-global.hero-padding-0 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .heading-style-h3, .heading-style-h3.yellow {
    font-size: 1.25rem;
  }

  .footer_btn-links {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
  }

  .seach-wrap {
    background-color: #fff;
  }

  .button.button-arrow, .button.button-arrow-left {
    font-size: .9rem;
  }

  .footer_botton-wrapper {
    grid-column-gap: 1.1rem;
    grid-row-gap: 1.1rem;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .loop_text-component {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer_links-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .testimonial_text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
  }

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

  .text-size-large.letter-spacing {
    font-size: 1rem;
  }

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

  .text-size-large.text-weight-bold {
    color: #fff;
  }

  .gallery_text-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    justify-content: space-between;
    align-items: center;
  }

  .text-size-small.aa {
    font-size: .75rem;
  }

  .loop_text-wrapper {
    right: -646.9vw;
  }

  .heading-style-h1.spacing-12 {
    font-size: 1.375rem;
  }

  .brand_logo {
    padding: .625rem;
  }

  .text-size-regular {
    margin-bottom: 0;
  }

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

  .hero_header-right {
    align-items: center;
  }

  .footer-wrapper {
    background-color: #00000096;
    padding-bottom: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .loop_logs-wrapper {
    right: -635vw;
  }

  .text-48 {
    text-align: center;
    font-size: .825rem;
  }

  .text-48._1 {
    font-size: .825rem;
    font-weight: 400;
  }

  .hero_header-text {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex: 0 auto;
    align-items: center;
  }

  .footer_links._1 {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    padding-left: 0;
  }

  .hero_wrapper {
    object-fit: cover;
    border-radius: 2rem;
    min-height: 30rem;
    padding-left: 0;
  }

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

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

  .loop_brand-component {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cards_text-list {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .footer_links-small {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-loop-14 {
    font-size: .75rem;
  }

  .nav-menu-wrapper {
    background-color: #fff;
    padding: 20px;
  }

  .email-field {
    padding-left: 2rem;
  }

  .text-18 {
    font-size: .825rem;
  }

  .text-18._1 {
    font-size: .9rem;
  }

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

  .helpline-blocks-wrap {
    width: 100%;
    padding: 2rem;
  }

  .startup-desgin-wrapper {
    flex-flow: row;
    overflow: auto;
  }

  .contacr-wrapperr {
    padding: 3rem 1rem 2rem;
  }

  .helpline_block-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }

  .hero-right {
    min-height: 20rem;
  }

  .hero-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .brand_button {
    padding: 1rem 4rem;
    font-size: .7rem;
  }

  .text-32 {
    text-align: left;
    font-size: 1.5rem;
  }

  .text-32.letter-spacing {
    text-align: left;
    font-size: 1.25rem;
  }

  .agency-block:hover {
    box-shadow: 0 0 20px 0 var(--cyan);
  }

  .agency-block.hort {
    min-width: auto;
  }

  .agency_cards-list.hori {
    flex-flow: column;
  }

  .button-style-2 {
    font-size: .6rem;
  }

  .hero_para {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .option-brand {
    flex-flow: wrap;
  }

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

  .contact-form {
    flex-flow: column;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .heading-style-h4.a {
    text-align: left;
  }

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

  .image {
    border-radius: 1.6rem;
  }

  .button-techolo._1, .button-techolo._2, .button-techolo._3 {
    background-position: 80% 40%;
  }

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

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .button-3 {
    font-size: .9rem;
  }

  .tool_block-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .tool_block-wrapper._1 {
    display: flex;
  }

  .icon-24 {
    width: 1.3rem;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
  }

  .hero_para-2._1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .startup_brand-block-2 {
    flex: none;
    width: 90%;
    padding: .7rem .7rem 1.5rem;
  }

  .button-4 {
    font-size: .9rem;
  }

  .text-block-4 {
    margin-top: 10px;
  }

  .brand-col-slider {
    width: 100%;
  }

  .brand-strategy-card {
    width: 100%;
    height: 40rem;
    min-height: 432px;
  }

  .brand-card-icon {
    height: 20rem;
  }

  .ageny_image {
    height: 10rem;
  }

  .tool-block {
    min-width: auto;
  }

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

  .text-size-large-4.text-weight-medium {
    font-weight: 500;
  }

  .button-5 {
    font-size: .9rem;
  }

  .button-5.card {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .brand-strategy-card-1 {
    width: 100%;
  }

  .hero-text-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-size-large-5 {
    font-size: 1.125rem;
  }

  .button-7 {
    font-size: .9rem;
  }

  .button-7.arrow {
    padding-left: 2.3rem;
    padding-right: 1rem;
    font-size: .7rem;
  }

  .text-size-large-6 {
    font-size: 1.125rem;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-style-h4-3 {
    font-size: 1.5rem;
  }

  .text-size-large-10 {
    font-size: 1.125rem;
  }

  .tool-wrapper-leads {
    flex-flow: column;
  }

  .rate-card-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .social-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .social-media-card {
    width: 40%;
  }

  .icon-36 {
    width: 50px;
    margin-bottom: 10px;
  }

  .social-platform-text {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1rem;
  }

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

  .art-branding-img {
    height: 200px;
  }

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

  .image-5 {
    width: 3rem;
  }

  .tools-wrapper-big {
    padding-left: 0;
    padding-right: 0;
  }

  .agency_cards-list-5.q {
    grid-template-columns: 1fr;
  }

  .rate-card-wrapper-copy {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .main-subtitle {
    color: #333;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.3;
  }

  .client-des {
    padding-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: .825rem;
    line-height: 18px;
  }

  .know-more-wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-8, .button-text {
    font-size: 12px;
  }

  .main-title {
    font-size: 20px;
    line-height: 32px;
  }

  .section-feedback {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .primary-button-2.real-business-btn {
    height: 48px;
    font-size: 16px;
  }

  .tabs-content {
    width: 100%;
    margin-left: 0;
  }

  .column-9 {
    border: 0 solid #000;
  }

  .tabs-menu-2 {
    width: 100%;
  }

  .mobile-margin-top-10 {
    flex-flow: column;
  }

  .featured-card {
    margin-bottom: 20px;
  }

  .tabs-2 {
    flex-flow: column;
  }

  .navbar-wrapper-2 {
    justify-content: center;
  }

  .tabs-content-2 {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-menu.mynav {
    width: 100%;
  }

  .nav-menu-wrapper-2.my-wrap {
    width: 100%;
    display: none;
  }

  .tabs-menu {
    border: 0 solid #000;
    width: 100%;
    padding-right: 0;
  }

  .menu-button-2 {
    display: none;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    height: 100%;
  }

  .text-block-23, .text-block-24 {
    font-size: 12px;
  }

  .primary-button-3.real-business-btn {
    height: 48px;
    font-size: 16px;
  }

  .text-block-25, .text-block-26 {
    font-size: 12px;
  }

  .primary-button-4.real-business-btn {
    height: 48px;
    font-size: 16px;
  }

  .text-block-27, .text-block-28 {
    font-size: 12px;
  }

  .primary-button-5 {
    flex-flow: row;
  }

  .primary-button-5.real-business-btn {
    height: 48px;
    font-size: 16px;
  }

  .text-block-29, .text-block-30, .text-block-31, .text-block-32 {
    font-size: 12px;
  }

  .tabs-menu-3, .tabs-3 {
    flex-flow: column;
  }

  .ta-text-label {
    top: 4%;
  }

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

  .feedback {
    margin-top: 40px;
  }

  .image-17 {
    border-radius: 1.6rem;
  }

  .column-15._1 {
    padding-left: 0;
  }

  .collection-list-3 {
    flex-flow: column;
  }

  .hero-blog-card {
    margin-right: 0;
  }

  .hero-blog-card-1._2, .hero-blog-card-1._2-copy {
    display: none;
  }

  .blog-btn.button-arrow-copy {
    font-size: .9rem;
  }

  .case-studies-item-card {
    min-width: 18.1rem;
    max-width: 15.2rem;
    min-height: auto;
    overflow: visible;
  }

  .text-wrapper-case {
    text-align: center;
    padding: 1rem;
  }

  .padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-size-large-11 {
    font-size: 1.125rem;
  }

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

  .slider-navigation-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .large-btn, .brand_button-double {
    padding: 1rem 4rem;
    font-size: .7rem;
  }

  .answer-circle._1 {
    left: 6rem;
  }

  .answer-circle.accordion-2 {
    left: .7rem;
  }

  .answer-circle._3 {
    left: .6rem;
  }

  .answer-circle._4 {
    top: 17rem;
    left: 4.7rem;
  }

  .answer-circle._5 {
    left: 11.5rem;
  }

  .answer-circle._6 {
    left: 11.7rem;
  }

  .answer-circle._7 {
    left: 6.4rem;
  }

  .answer-circle._8 {
    left: 12.6rem;
  }

  .answer-circle._9 {
    right: 12.7rem;
  }

  .nor-block {
    width: 18rem;
  }

  .column-22, .column-23, .column-24 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_a-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-63-75 {
    letter-spacing: -1.92px;
    font-size: 2.6rem;
    line-height: 56px;
  }

  .contct.img-1 {
    width: auto;
  }

  .contct.img-3, .contct.img-4 {
    width: 100%;
  }

  .form-item {
    font-size: 12px;
  }

  .map {
    height: 26.2581rem;
  }

  .map-text-wrapper {
    padding-top: 2rem;
  }

  .text-56 {
    text-align: center;
    font-size: 1.9rem;
  }

  .text-28 {
    font-size: 20px;
    line-height: 28px;
  }

  .img-1, .image-2 {
    width: auto;
  }

  .img-3 {
    width: 100%;
  }

  .img-4, .img-5 {
    width: auto;
  }

  .start-card-wrapper {
    flex-flow: column;
  }

  .count-wrapper {
    justify-content: center;
  }

  .slider-cs-wrapper {
    height: 30rem;
  }

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

  .hero_header-wrapper {
    flex-flow: column;
  }

  .header-image {
    width: 16rem;
  }

  .galler-wrapper {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .contact-form-2 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .field-label {
    font-size: .8rem;
    font-weight: 600;
  }

  .text-field-2.message {
    height: 4rem;
  }

  .button-brand {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

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

  .d-21-image-text {
    color: #fff;
    font-size: 9vw;
    transform: none;
  }

  .d-21-image-wrapper-2.down {
    bottom: auto;
  }

  .d-21-wrapper {
    flex-flow: column;
    display: flex;
  }

  .div-block-72 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 210vh;
  }

  .modal-wrapper {
    padding: 40px 10px 30px;
  }

  .modal-body {
    padding: 20px 10px 15px;
  }

  .close-icon {
    top: 30px;
  }

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

  .tool-text-wrapper {
    text-align: center;
    padding: 1rem;
  }

  .fs-example_layout {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .card_header {
    align-items: flex-start;
  }

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

  .c-wrapper-div {
    width: 100%;
  }

  .forw-image-wrapper {
    display: none;
  }

  .k-main-wrapper.orange {
    max-width: none;
  }

  .timeline-header, .timeline-header-2 {
    font-size: 2em;
  }

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

  .container-3 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .slide_item {
    width: 104%;
    padding-right: 4%;
  }

  .ch-block:hover {
    box-shadow: 0 0 20px 0 var(--cyan);
  }

  .ch-block.hort {
    min-width: auto;
  }

  .card-button-wrapper {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .grid {
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .card-grid-wrapper {
    width: 70%;
  }

  .card-button {
    width: 2rem;
    height: 2rem;
  }

  .card-transition-image {
    top: 35%;
    left: 60%;
  }

  .card-content-2 {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .container-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-card-wrapper {
    margin-left: 0;
    overflow: auto;
  }

  .img-block {
    width: 90%;
  }

  .content {
    font-size: 20px;
  }

  .icon-70 {
    display: none;
  }

  .mobile-menu-wrap {
    z-index: 99;
    background-image: linear-gradient(168deg, #dff0cf, var(--mm-white));
    border-radius: 25px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 1%;
    box-shadow: 0 0 8px #00000024;
  }

  .mobile-menu-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-menu-item {
    z-index: 2;
    text-align: center;
    transition: all .3s;
    position: relative;
  }

  .mobile-menu {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
  }

  .home-2 {
    width: 50px;
    height: 50px;
  }

  .text-block-50 {
    font-size: 13px;
    font-weight: 600;
  }

  .dropdown-toggle-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .image-34 {
    width: 20px;
    margin-bottom: 10px;
  }

  .mobile-dropup {
    z-index: -1;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    background-color: #fff;
    border-radius: 10px;
    flex-flow: column;
    align-items: flex-start;
    width: 120px;
    padding: 10px;
    display: flex;
    position: absolute;
    inset: auto 0 110%;
  }

  .mobile-dropup.width-large {
    width: 160px;
  }

  .mobile-dropup.width-large.solution-dropdown {
    left: 0;
    right: 0;
  }

  .mobile-dropup.resource-dropup {
    left: -50px;
    right: auto;
  }

  .text-block-51 {
    font-weight: 600;
  }

  .dropdown-toggle-3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-block-52 {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
  }

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

  .text-block-53, .text-block-54 {
    font-size: 2rem;
  }

  .image-36 {
    color: #454343;
  }
}

#w-node-_77b0e9ed-6864-6e6a-9b3a-6bf722cc630d-a1dad4c5, #w-node-_77b0e9ed-6864-6e6a-9b3a-6bf722cc6320-a1dad4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77b0e9ed-6864-6e6a-9b3a-6bf722cc6324-a1dad4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_77b0e9ed-6864-6e6a-9b3a-6bf722cc6328-a1dad4c5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55e894b1-8794-afa4-0d77-484b383828e2-a1dad4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99e1075c-6cc7-38a9-a5f6-8d589ba6f90a-a1dad4c5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_55e894b1-8794-afa4-0d77-484b38382904-a1dad4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55e894b1-8794-afa4-0d77-484b38382905-a1dad4c5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cb5b3148-5cec-83b9-c9c9-17efe642d779-a1dad4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb5b3148-5cec-83b9-c9c9-17efe642d77a-a1dad4c5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2261a026-f69f-1114-18eb-4a99d1491079-a1dad4c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2261a026-f69f-1114-18eb-4a99d149107a-a1dad4c5 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5355-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e53c2-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e53f3-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5432-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5471-7e4e5343, #w-node-d1da47cc-4256-4b2e-2421-54ee7f6abeca-7e4e5343, #w-node-_3acc2f2a-b0a9-885c-0846-96a39228dad2-7e4e5343, #w-node-_00deac7f-0f0b-b003-fe42-c14fa5cfb1a0-7e4e5343 {
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
}

#w-node-_3026084e-89cc-1b7d-10de-a8d77f3815d6-7d7222a5, #w-node-_3026084e-89cc-1b7d-10de-a8d77f3815e9-7d7222a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3026084e-89cc-1b7d-10de-a8d77f3815ed-7d7222a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3026084e-89cc-1b7d-10de-a8d77f3815f1-7d7222a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76f4b957-3a3f-e0f6-40dd-fb107c908f23-2aee5f89, #w-node-_76f4b957-3a3f-e0f6-40dd-fb107c908f36-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76f4b957-3a3f-e0f6-40dd-fb107c908f3a-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_76f4b957-3a3f-e0f6-40dd-fb107c908f3e-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c7cb39b9-473c-fda9-f24e-3b6c39cf2307-2aee5f89, #w-node-c7cb39b9-473c-fda9-f24e-3b6c39cf231a-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7cb39b9-473c-fda9-f24e-3b6c39cf231e-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c7cb39b9-473c-fda9-f24e-3b6c39cf2322-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bb0e360-22aa-0afe-14fc-c4f3d7d5f37b-2aee5f89, #w-node-_3bb0e360-22aa-0afe-14fc-c4f3d7d5f38e-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bb0e360-22aa-0afe-14fc-c4f3d7d5f392-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3bb0e360-22aa-0afe-14fc-c4f3d7d5f396-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0061efae-26ab-38b5-66de-b514f1dc1e14-2aee5f89, #w-node-_0061efae-26ab-38b5-66de-b514f1dc1e27-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0061efae-26ab-38b5-66de-b514f1dc1e2b-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0061efae-26ab-38b5-66de-b514f1dc1e2f-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa9b8ca1-7276-2218-6738-2a1412b83bcf-2aee5f89, #w-node-aa9b8ca1-7276-2218-6738-2a1412b83be2-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa9b8ca1-7276-2218-6738-2a1412b83be6-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-aa9b8ca1-7276-2218-6738-2a1412b83bea-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f29884b9-983c-7c48-a584-c24a7bb0de25-2aee5f89, #w-node-f29884b9-983c-7c48-a584-c24a7bb0de38-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f29884b9-983c-7c48-a584-c24a7bb0de3c-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f29884b9-983c-7c48-a584-c24a7bb0de40-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6eddaa1e-e840-1cfb-6158-9f4eb0054f79-2aee5f89, #w-node-_6eddaa1e-e840-1cfb-6158-9f4eb0054f8c-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6eddaa1e-e840-1cfb-6158-9f4eb0054f90-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6eddaa1e-e840-1cfb-6158-9f4eb0054f94-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60871b50-63e1-77b5-d234-f695bb56de14-2aee5f89, #w-node-_60871b50-63e1-77b5-d234-f695bb56de27-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60871b50-63e1-77b5-d234-f695bb56de2b-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_60871b50-63e1-77b5-d234-f695bb56de2f-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5035cf6-03f0-dc58-7dee-226ace2dbd81-2aee5f89, #w-node-c5035cf6-03f0-dc58-7dee-226ace2dbd94-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5035cf6-03f0-dc58-7dee-226ace2dbd98-2aee5f89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-c5035cf6-03f0-dc58-7dee-226ace2dbd9c-2aee5f89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebf1d943-5947-07cf-6a09-68207d71fb94-e2dd46cb, #w-node-ebf1d943-5947-07cf-6a09-68207d71fba7-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebf1d943-5947-07cf-6a09-68207d71fbab-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ebf1d943-5947-07cf-6a09-68207d71fbaf-e2dd46cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f8e11268-5118-0c50-66e3-41325bfc57c1-e2dd46cb, #w-node-f8e11268-5118-0c50-66e3-41325bfc57d4-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8e11268-5118-0c50-66e3-41325bfc57d8-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f8e11268-5118-0c50-66e3-41325bfc57dc-e2dd46cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a951320f-ca33-28b3-ff18-25ffa269b5a0-e2dd46cb, #w-node-a951320f-ca33-28b3-ff18-25ffa269b5b3-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a951320f-ca33-28b3-ff18-25ffa269b5b7-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a951320f-ca33-28b3-ff18-25ffa269b5bb-e2dd46cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d7a6d3d-ae1b-8097-3e99-f527d3782747-e2dd46cb, #w-node-_1d7a6d3d-ae1b-8097-3e99-f527d378275a-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d7a6d3d-ae1b-8097-3e99-f527d378275e-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1d7a6d3d-ae1b-8097-3e99-f527d3782762-e2dd46cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_813c3fcd-09f3-6f35-61fb-6866197b0985-e2dd46cb, #w-node-_813c3fcd-09f3-6f35-61fb-6866197b0998-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_813c3fcd-09f3-6f35-61fb-6866197b099c-e2dd46cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_813c3fcd-09f3-6f35-61fb-6866197b09a0-e2dd46cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4cc59e7-e01e-c8af-7e5c-bd779019e654-648ae7b9, #w-node-f4cc59e7-e01e-c8af-7e5c-bd779019e667-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4cc59e7-e01e-c8af-7e5c-bd779019e66b-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f4cc59e7-e01e-c8af-7e5c-bd779019e66f-648ae7b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4477d8e5-bce0-5359-2885-0d7f535b8430-648ae7b9, #w-node-_4477d8e5-bce0-5359-2885-0d7f535b8443-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4477d8e5-bce0-5359-2885-0d7f535b8447-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4477d8e5-bce0-5359-2885-0d7f535b844b-648ae7b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac5c4ac7-2848-fa60-7c10-ccf645ba7f70-648ae7b9, #w-node-ac5c4ac7-2848-fa60-7c10-ccf645ba7f83-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac5c4ac7-2848-fa60-7c10-ccf645ba7f87-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ac5c4ac7-2848-fa60-7c10-ccf645ba7f8b-648ae7b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f05a8a32-a1fb-72e5-88db-4362086780e9-648ae7b9, #w-node-f05a8a32-a1fb-72e5-88db-4362086780fc-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f05a8a32-a1fb-72e5-88db-436208678100-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f05a8a32-a1fb-72e5-88db-436208678104-648ae7b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5486a53d-920e-999b-3fbf-3f00f509108d-648ae7b9, #w-node-_5486a53d-920e-999b-3fbf-3f00f50910a0-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5486a53d-920e-999b-3fbf-3f00f50910a4-648ae7b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5486a53d-920e-999b-3fbf-3f00f50910a8-648ae7b9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e883c5d-98e9-3a0a-17ea-a630660ab860-7961ac7a, #w-node-_2e883c5d-98e9-3a0a-17ea-a630660ab873-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e883c5d-98e9-3a0a-17ea-a630660ab877-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2e883c5d-98e9-3a0a-17ea-a630660ab87b-7961ac7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cc2f7e5-450d-23c4-8d86-a5c82fefff44-7961ac7a, #w-node-_3cc2f7e5-450d-23c4-8d86-a5c82fefff57-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cc2f7e5-450d-23c4-8d86-a5c82fefff5b-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3cc2f7e5-450d-23c4-8d86-a5c82fefff5f-7961ac7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a832f5f3-68c6-1778-b5ae-f731d8fd1465-7961ac7a, #w-node-a832f5f3-68c6-1778-b5ae-f731d8fd1478-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a832f5f3-68c6-1778-b5ae-f731d8fd147c-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a832f5f3-68c6-1778-b5ae-f731d8fd1480-7961ac7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34f41c43-44b4-482f-c92f-4b116b8de95f-7961ac7a, #w-node-_34f41c43-44b4-482f-c92f-4b116b8de972-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34f41c43-44b4-482f-c92f-4b116b8de976-7961ac7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_34f41c43-44b4-482f-c92f-4b116b8de97a-7961ac7a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9fa957b3-3b10-f669-d55d-1ede3be30ba6-a7ba3d0e, #w-node-_9fa957b3-3b10-f669-d55d-1ede3be30bb9-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9fa957b3-3b10-f669-d55d-1ede3be30bbd-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9fa957b3-3b10-f669-d55d-1ede3be30bc1-a7ba3d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-caedba4c-344d-746c-4750-94d92f2460bf-a7ba3d0e, #w-node-caedba4c-344d-746c-4750-94d92f2460d2-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-caedba4c-344d-746c-4750-94d92f2460d6-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-caedba4c-344d-746c-4750-94d92f2460da-a7ba3d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9e8044ab-db8d-7dad-eaf2-df8ea0b361a6-a7ba3d0e, #w-node-_9e8044ab-db8d-7dad-eaf2-df8ea0b361b9-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e8044ab-db8d-7dad-eaf2-df8ea0b361bd-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9e8044ab-db8d-7dad-eaf2-df8ea0b361c1-a7ba3d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ef5ac28d-df55-e44f-c8da-428481c126aa-a7ba3d0e, #w-node-ef5ac28d-df55-e44f-c8da-428481c126bd-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef5ac28d-df55-e44f-c8da-428481c126c1-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ef5ac28d-df55-e44f-c8da-428481c126c5-a7ba3d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d3d213b-9a72-ace4-cf72-acbad30619fa-a7ba3d0e, #w-node-_8d3d213b-9a72-ace4-cf72-acbad3061a0d-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d3d213b-9a72-ace4-cf72-acbad3061a11-a7ba3d0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_8d3d213b-9a72-ace4-cf72-acbad3061a15-a7ba3d0e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_27009cff-b45b-6f23-ef27-a7fb5c9fe527-b83f231e, #w-node-_27009cff-b45b-6f23-ef27-a7fb5c9fe53a-b83f231e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27009cff-b45b-6f23-ef27-a7fb5c9fe53e-b83f231e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_27009cff-b45b-6f23-ef27-a7fb5c9fe542-b83f231e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d505349a-db14-4adb-891b-453829a6e7ad-b83f231e, #w-node-_1fea2cee-45a3-5f36-9e2e-24e576daab94-b83f231e, #w-node-_1fea2cee-45a3-5f36-9e2e-24e576daaba7-b83f231e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fea2cee-45a3-5f36-9e2e-24e576daabab-b83f231e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_1fea2cee-45a3-5f36-9e2e-24e576daabaf-b83f231e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e7aeee15-acc4-e95c-6416-c08041fd6920-b83f231e, #w-node-e7aeee15-acc4-e95c-6416-c08041fd6933-b83f231e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7aeee15-acc4-e95c-6416-c08041fd6937-b83f231e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e7aeee15-acc4-e95c-6416-c08041fd693b-b83f231e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_236edd58-9b7e-f829-37b5-258c53f3be3b-18d79b0c, #w-node-_236edd58-9b7e-f829-37b5-258c53f3be4e-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_236edd58-9b7e-f829-37b5-258c53f3be52-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_236edd58-9b7e-f829-37b5-258c53f3be56-18d79b0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d20b3561-e9ee-f281-f724-961c0433ee50-18d79b0c, #w-node-d20b3561-e9ee-f281-f724-961c0433ee63-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d20b3561-e9ee-f281-f724-961c0433ee67-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d20b3561-e9ee-f281-f724-961c0433ee6b-18d79b0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f212711-89e5-0d17-0d2f-35916ea874d6-18d79b0c, #w-node-_4f212711-89e5-0d17-0d2f-35916ea874e9-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f212711-89e5-0d17-0d2f-35916ea874ed-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_4f212711-89e5-0d17-0d2f-35916ea874f1-18d79b0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_107088fa-e8bf-1f3c-0ffa-934c121d39e9-18d79b0c, #w-node-_107088fa-e8bf-1f3c-0ffa-934c121d39fc-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_107088fa-e8bf-1f3c-0ffa-934c121d3a00-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_107088fa-e8bf-1f3c-0ffa-934c121d3a04-18d79b0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f6b27c52-5cf2-d794-57b7-029b7810aded-18d79b0c, #w-node-f6b27c52-5cf2-d794-57b7-029b7810ae00-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f6b27c52-5cf2-d794-57b7-029b7810ae04-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f6b27c52-5cf2-d794-57b7-029b7810ae08-18d79b0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d746da72-94d6-645d-b326-bc32bd01a835-18d79b0c, #w-node-d746da72-94d6-645d-b326-bc32bd01a848-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d746da72-94d6-645d-b326-bc32bd01a84c-18d79b0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d746da72-94d6-645d-b326-bc32bd01a850-18d79b0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_540a6c47-c803-f1ec-7a8d-edf97722a70e-2bfee269, #w-node-_540a6c47-c803-f1ec-7a8d-edf97722a721-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_540a6c47-c803-f1ec-7a8d-edf97722a725-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_540a6c47-c803-f1ec-7a8d-edf97722a729-2bfee269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3d834c1c-642f-8f24-ad9c-1e7c86660d4b-2bfee269, #w-node-_3d834c1c-642f-8f24-ad9c-1e7c86660d5e-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d834c1c-642f-8f24-ad9c-1e7c86660d62-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3d834c1c-642f-8f24-ad9c-1e7c86660d66-2bfee269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7d94106c-07ee-6720-b350-f0c53858f0a1-2bfee269, #w-node-_7d94106c-07ee-6720-b350-f0c53858f0b4-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d94106c-07ee-6720-b350-f0c53858f0b8-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7d94106c-07ee-6720-b350-f0c53858f0bc-2bfee269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f262a2d-71fe-f04e-b0c3-339f10af823c-2bfee269 {
  justify-self: auto;
}

#w-node-_7de6b67b-51c0-2e14-c426-6c7375a8967a-2bfee269, #w-node-_7de6b67b-51c0-2e14-c426-6c7375a8968d-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7de6b67b-51c0-2e14-c426-6c7375a89691-2bfee269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7de6b67b-51c0-2e14-c426-6c7375a89695-2bfee269 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f92af14d-e0f8-28a8-d720-a6e4048604cc-8d4b52a7, #w-node-f92af14d-e0f8-28a8-d720-a6e4048604df-8d4b52a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f92af14d-e0f8-28a8-d720-a6e4048604e3-8d4b52a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f92af14d-e0f8-28a8-d720-a6e4048604e7-8d4b52a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dfa8b8b3-4d99-4c4c-7f41-8906feccabe9-8d4b52a7, #w-node-dfa8b8b3-4d99-4c4c-7f41-8906feccabfc-8d4b52a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa8b8b3-4d99-4c4c-7f41-8906feccac00-8d4b52a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-dfa8b8b3-4d99-4c4c-7f41-8906feccac04-8d4b52a7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a1bcfe5-391b-eafc-c6b0-bade39eff77e-3cac5f1e, #w-node-_9a1bcfe5-391b-eafc-c6b0-bade39eff791-3cac5f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a1bcfe5-391b-eafc-c6b0-bade39eff795-3cac5f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9a1bcfe5-391b-eafc-c6b0-bade39eff799-3cac5f1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_30be223b-d143-fb4f-8f90-e2f4afd0457a-3cac5f1e, #w-node-_30be223b-d143-fb4f-8f90-e2f4afd0458d-3cac5f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30be223b-d143-fb4f-8f90-e2f4afd04591-3cac5f1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_30be223b-d143-fb4f-8f90-e2f4afd04595-3cac5f1e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ad49c3f2-024d-67f5-e8f2-944f760fc8fc-5acf5528, #w-node-ad49c3f2-024d-67f5-e8f2-944f760fc90f-5acf5528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ad49c3f2-024d-67f5-e8f2-944f760fc913-5acf5528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-ad49c3f2-024d-67f5-e8f2-944f760fc917-5acf5528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9b3c79b-032e-4b18-23f4-b6ba4225a4a0-5acf5528, #w-node-a9b3c79b-032e-4b18-23f4-b6ba4225a4b3-5acf5528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9b3c79b-032e-4b18-23f4-b6ba4225a4b7-5acf5528 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a9b3c79b-032e-4b18-23f4-b6ba4225a4bb-5acf5528 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c00eb21-a7ce-39f9-f114-d6a17eb4ac9e-f1699689, #w-node-_2c00eb21-a7ce-39f9-f114-d6a17eb4acb1-f1699689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c00eb21-a7ce-39f9-f114-d6a17eb4acb5-f1699689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2c00eb21-a7ce-39f9-f114-d6a17eb4acb9-f1699689 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f93029e9-fe63-b8d1-5e94-ff382696aa94-f1699689, #w-node-f93029e9-fe63-b8d1-5e94-ff382696aaa7-f1699689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f93029e9-fe63-b8d1-5e94-ff382696aaab-f1699689 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f93029e9-fe63-b8d1-5e94-ff382696aaaf-f1699689 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_411c720e-4142-05a6-bfb9-331e2444c7d0-f8c92f57, #w-node-_411c720e-4142-05a6-bfb9-331e2444c7e3-f8c92f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_411c720e-4142-05a6-bfb9-331e2444c7e7-f8c92f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_411c720e-4142-05a6-bfb9-331e2444c7eb-f8c92f57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_18055cfd-5920-e95d-d66e-2385c71f2973-f8c92f57, #w-node-_18055cfd-5920-e95d-d66e-2385c71f2986-f8c92f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_18055cfd-5920-e95d-d66e-2385c71f298a-f8c92f57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_18055cfd-5920-e95d-d66e-2385c71f298e-f8c92f57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7bcd05aa-f9e2-d52f-14b2-e037575ad1e1-66171e66, #w-node-_7bcd05aa-f9e2-d52f-14b2-e037575ad1f4-66171e66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bcd05aa-f9e2-d52f-14b2-e037575ad1f8-66171e66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_7bcd05aa-f9e2-d52f-14b2-e037575ad1fc-66171e66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5c6a57d1-1d39-e485-64ca-358795c9b1f2-66171e66, #w-node-_5c6a57d1-1d39-e485-64ca-358795c9b205-66171e66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c6a57d1-1d39-e485-64ca-358795c9b209-66171e66 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_5c6a57d1-1d39-e485-64ca-358795c9b20d-66171e66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d64c67a-e2b4-0434-5711-05b99011b015-0face18e, #w-node-_0d64c67a-e2b4-0434-5711-05b99011b028-0face18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d64c67a-e2b4-0434-5711-05b99011b02c-0face18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0d64c67a-e2b4-0434-5711-05b99011b030-0face18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3c9c03e5-f8a7-4f1f-6709-d546f3fd8539-0face18e, #w-node-_3c9c03e5-f8a7-4f1f-6709-d546f3fd854c-0face18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c9c03e5-f8a7-4f1f-6709-d546f3fd8550-0face18e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3c9c03e5-f8a7-4f1f-6709-d546f3fd8554-0face18e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f04ff138-b38f-f840-0210-984c0370e507-e6abc52b, #w-node-f04ff138-b38f-f840-0210-984c0370e51a-e6abc52b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f04ff138-b38f-f840-0210-984c0370e51e-e6abc52b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-f04ff138-b38f-f840-0210-984c0370e522-e6abc52b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b617e691-0273-f658-0a82-ec0e38a0451d-e6abc52b, #w-node-b617e691-0273-f658-0a82-ec0e38a04530-e6abc52b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b617e691-0273-f658-0a82-ec0e38a04534-e6abc52b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-b617e691-0273-f658-0a82-ec0e38a04538-e6abc52b, #w-node-_36ace046-cfa7-d8ae-2314-e44ee91ab1e2-659734d1, #w-node-_36ace046-cfa7-d8ae-2314-e44ee91ab1f5-659734d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_36ace046-cfa7-d8ae-2314-e44ee91ab1f9-659734d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_36ace046-cfa7-d8ae-2314-e44ee91ab1fd-659734d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2207da76-88a4-ca51-0965-e4b4c4adeef6-37e4b3cb, #w-node-_2207da76-88a4-ca51-0965-e4b4c4adef09-37e4b3cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2207da76-88a4-ca51-0965-e4b4c4adef0d-37e4b3cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_2207da76-88a4-ca51-0965-e4b4c4adef11-37e4b3cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#Message.w-node-f89e6806-46bd-71d6-2e6c-4d31c425daa8-17de1615 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: stretch center;
}

#w-node-_9b585a4b-a91f-25e5-e5bb-12c5c06f9e0f-17de1615 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_233366c9-0424-3cc4-9b9a-5a2f1262892b-7f775559 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5355-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e53c2-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e53f3-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5432-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5471-7e4e5343, #w-node-d1da47cc-4256-4b2e-2421-54ee7f6abeca-7e4e5343, #w-node-_3acc2f2a-b0a9-885c-0846-96a39228dad2-7e4e5343, #w-node-_00deac7f-0f0b-b003-fe42-c14fa5cfb1a0-7e4e5343 {
    grid-template-rows: auto auto;
    grid-template-columns: .4fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5355-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e53c2-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e53f3-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5432-7e4e5343, #w-node-_6629658d-09dd-f644-51bd-5ebe7e4e5471-7e4e5343, #w-node-d1da47cc-4256-4b2e-2421-54ee7f6abeca-7e4e5343, #w-node-_3acc2f2a-b0a9-885c-0846-96a39228dad2-7e4e5343, #w-node-_00deac7f-0f0b-b003-fe42-c14fa5cfb1a0-7e4e5343 {
    grid-template-rows: auto auto;
    grid-template-columns: .4fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_55e894b1-8794-afa4-0d77-484b383828e2-a1dad4c5, #w-node-_55e894b1-8794-afa4-0d77-484b38382904-a1dad4c5, #w-node-cb5b3148-5cec-83b9-c9c9-17efe642d779-a1dad4c5, #w-node-_2261a026-f69f-1114-18eb-4a99d1491079-a1dad4c5 {
    grid-column: span 8 / span 8;
  }

  #w-node-_7bf9c1b5-6de6-1f57-0566-3ba45050a05e-e2dd46cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }
}


