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

.appscreen {
  /* width: 252px; */
  height: 80vh;
  margin-right: 270px;
  transform: translateY(110px);
}

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

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

.back-menu {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #131e29;
  position: fixed;
  top: -50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #cacaca;
}

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

.container {
  width: 100%;
  max-width: 1024px;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 16px;
  display: flex;
}

.image {
  height: 42px;
}

.lottie-animation {
  height: 38px;
  max-width: 38px;
  object-fit: fill;
  flex-direction: column;
  flex: none;
  order: 0;
  align-items: flex-start;
  display: flex;
}

.div-block {
  height: 38px;
  flex: 0 auto;
}

.menu-titles {
  width: 0;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-content {
  width: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  display: flex;
}

.link {
  color: #fff;
  text-transform: uppercase;
}

.menu-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.real-body {
  z-index: 2;
  height: 101%;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.front-navbar {
  z-index: 5;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, .77);
  flex-direction: row;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.component {
  width: 100%;
  max-width: 1280px;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px;
  display: flex;
  position: relative;
}

.front-brand {
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.image-2 {
  height: 42px;
}

.menu-field {
  display: flex;
}

.menu-buttons {
  width: 100px;
  justify-content: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.menu-text-w {
  color: #131e29;
  -webkit-text-stroke-color: #131e29;
  text-transform: uppercase;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  opacity: 0.5;
}
.w--current {
  opacity: 1;
}

.menu-text-w:hover {
  color: #df5643;
  text-transform: uppercase;
}

.loginIn {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 8px;
  background: var(--aBlue, #0084D4);
  text-decoration: none;
  color: var(--Pure-White, #FFF);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

.lottie-animation-2 {
  width: 38px;
  height: 38px;
  display: none;
}

.cta {
  width: 160px;
  background-color: rgba(19, 30, 41, 0);
  border: 1px solid rgba(19, 30, 41, .35);
  border-radius: 8px;
  justify-content: center;
  margin-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  transition: background-color .3s;
  display: flex;
}

.cta:hover {
  background-color: rgba(19, 30, 41, .11);
  border-color: rgba(19, 30, 41, .25);
}

.button-text {
  color: #131e29;
  text-transform: uppercase;
  align-self: center;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.button-text:hover {
  color: #131e29;
  text-transform: uppercase;
  text-decoration: none;
}

.image-3 {
  margin-right: 8px;
}

.phantom {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero {
  z-index: 3;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 96px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.mobile-hero {
  display: none;
}

.subheading {
  column-count: 0;
  align-self: flex-start;
  margin-bottom: 48px;
  color: var(--aBlack, #212322);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin: 0 auto;
}

.subheading.cover {
  margin-bottom: 0;
}

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

.subheading.centered {
  text-align: center;
  margin-bottom: 0;
}

.subheading.centered.au {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.subheading.centered.distance {
  margin-bottom: 36px;
}

.bold-text {
  -webkit-text-stroke-color: #131e29;
  margin-top: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

.bold-text.center {
  color: #131e29;
  text-align: center;
}

.bold-text.centered {
  text-align: center;
  margin: 0 auto;
}

.bold-text.centered.au {
  color: #fff;
}

.header-and-sub {
  width: 100%;
  max-width: 1024px;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding: 16px 40% 16px 48px;
  display: flex;
}

.meny-description {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  align-self: flex-end;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.menu-content-sign-in {
  width: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 16px;
  display: flex;
}

.image-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.image-8 {
  width: 96px;
  margin-bottom: 16px;
}

.slide-component {
  z-index: 3;
  height: 1000px;
  background-color: #fff;
  justify-content: center;
  padding: 48px 0 0;
  display: flex;
  position: relative;
}

.header-and-sub-copy {
  width: 100%;
  max-width: 46%;
  height: 56vh;
  object-fit: contain;
  flex-direction: column;
  /* justify-content: space-between; */
  align-self: center;
  align-items: flex-start;
  margin: 0;
  padding: 0 48px;
  display: flex;
  position: relative;
}
.index-header-and-sub-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-674px);
}

.header-and-sub-copy.hidden {
  opacity: 0;
}

.button {
  width: auto;
  background-color: rgba(19, 30, 41, 0);
  border: 1px solid rgba(19, 30, 41, .35);
  border-radius: 8px;
  justify-content: center;
  margin-left: 0;
  padding: 8px 16px;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: rgba(19, 30, 41, .11);
  border-color: rgba(19, 30, 41, .25);
}

.heading {
  color: #131e29;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
}

.heading.ab {
  width: auto;
  max-width: 400px;
  color: #131e29;
  -webkit-text-stroke-color: #131e29;
}

.content {
  max-width: 400px;
  color: #131e29;
  column-count: 0;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.content.center {
  max-width: 500px;
  text-align: center;
}

.heading-3 {
  color: #131e29;
  -webkit-text-stroke-color: #131e29;
}

.heading-3.centered {
  text-align: center;
}

.image-9 {
  position: absolute;
  top: 0;
}

.hero-bg {
  z-index: 2;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/WechatIMG1519.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 96px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-2 {
  height: 100%;
  background-image: url('../images/national-cancer-institute-NFvdKIhxYlU-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.slide-nav {
  top: auto;
  bottom: -17%;
  left: 0%;
  right: 0%;
}

.slide {
  height: 500px;
}

.slider {
  height: 500px;
  max-width: 1024px;
  background-color: #fff;
}

.mask {
  height: 100%;
}

.slide-text {
  opacity: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .75);
  border-radius: 16px;
  flex-direction: column;
  flex: 0 auto;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.headin {
  font-family: Noto Sans, sans-serif;
}

.slide-2 {
  top: auto;
  bottom: auto;
  left: 0;
  right: 20vh;
}

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

.image-10 {
  width: 32px;
  height: 32px;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
}

.card-heading {
  color: #131e29;
  column-count: 0;
  align-self: flex-end;
  margin: 0 0 0 8px;
  padding-left: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

.card-heading.center {
  text-align: center;
  align-self: center;
  margin-left: 0;
  line-height: 28px;
}

.slider-component {
  z-index: 4;
  height: 550px;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0);
  margin: 48px auto;
  overflow: visible;
}
.slider-component-container {
  z-index: 4;
  height: 1031px;
  /* max-width: 1024px; */
  background-color: rgba(0, 0, 0, 0);
  margin: 0px auto;
  overflow: visible;
}
.slice-one-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slice-one-fist {
  margin: 45px 0 43px 0;
}
.slice-one-container img {
  width: 428px;
  height: 430px;
  border-radius: 16px;
}

.slice-one-container .text-container {
  width: 442px;
  /* height: 320px; */
}
.slice-one-container .text-container .k1 {
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  margin: 4px 0 16px 0;
}
.slice-one-container .text-container .k2 {
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.slice-one-container .text-container .k2_2_pc {
  width: 330px;
}
.slice-one-container .text-container .k2_3_pc {
  /* width: 345px; */
}
.slice-one-container .text-container .k2_3_4_pc {
  width: 345px;
}
.slice-one-container .text-container .padding {
  margin-top: 16px;
}


.mask-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.div-block-3 {
  width: 100%;
  height: 400px;
  background-image: url('../images/diane-serik-YNZW7KW0uqs-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.image-11 {
  width: 1%;
  height: 100%;
}

.slider-card {
  width: 60%;
  min-width: 300px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, .75);
  border-radius: 16px;
  flex-flow: column;
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
}

.image-12 {
  width: 32px;
}

.slider-text-title {
  flex: 0 auto;
  align-items: flex-start;
  padding: 24px 24px 0;
  display: flex;
}

.slider-text {
  -webkit-text-stroke-color: #131e29;
  margin-bottom: 24px;
  padding: 0 24px;
  font-family: Noto Sans, sans-serif;
}

.slides {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  /* padding-left: 16px;
  padding-right: 16px; */
}

.slide-nav-2 {
  opacity: .48;
  margin-bottom: 0;
}

.image-13 {
  width: 42px;
  flex: none;
  align-self: flex-end;
  margin: auto auto 0;
}

.right-arrow {
  width: auto;
  height: auto;
  opacity: .3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  opacity: 1;
}

.image-14 {
  width: 42px;
  align-self: flex-end;
  margin-top: auto;
  transition: opacity .2s;
}

.left-arrow {
  width: auto;
  height: auto;
  opacity: .3;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.left-arrow:hover {
  opacity: 1;
}

.slide-4 {
  padding-left: 48px;
  padding-right: 48px;
}

.web-content {
  z-index: 3;
  height: auto;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.container-3 {
  height: 500px;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.text {
  text-align: left;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0;
}

.text-subheading {
  color: #131e29;
  text-align: left;
  column-count: 0;
  align-self: flex-end;
  margin: auto 0 0;
  padding-left: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-4 {
  height: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: 48px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  display: flex;
}

.slider-div {
  overflow: hidden;
}

.image-15 {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.image-16 {
  width: 500px;
  border-radius: 16px;
  margin: 16px;
}

.container-4 {
  flex-direction: row;
  display: flex;
}

.thumbnail-content {
  width: 60%;
  min-width: 300px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, .75);
  border-radius: 16px;
  flex-flow: column;
  margin: auto auto 48px -122px;
  display: flex;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .1);
}

.panel-one {
  width: 100%;
  height: 400px;
  background-image: url('../images/national-cancer-institute-NFvdKIhxYlU-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-3-copy {
  width: 100%;
  height: 400px;
  background-image: url('../images/Screenshot-2023-07-03-at-5.50.26-PM.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.listing {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  justify-content: space-around;
  margin-top: 44px;
  display: flex;
}

.listing-card {
  width: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(247, 247, 247, .61);
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}


.container-card {
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-top: 24px;
  /* padding-left: 16px;
  padding-right: 16px; */
  display: flex;
}

.container-card.second {
  margin-top: 36px;
  margin-bottom: -36px;
}

.container-card.second.ab {
  margin-top: 24px;
  margin-bottom: 0;
}

.container-card.second.service {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
}

.image-17 {
  border-radius: 16px;
  margin-top: 0;
  margin-bottom: 68px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, .1);
}

.footer {
  height: auto;
  background-color: #f8f8f8;
  margin-top: 0;
  padding-bottom: 36px;
}

.footer-link {
  clear: none;
  color: #a0aaaf;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
  position: static;
}

.footer-link:hover {
  -webkit-text-stroke-color: #000;
}

.div-block-7 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  display: flex;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-18 {
  width: 150px;
}

.image-19 {
  width: 78px;
}

.about-us-bg {
  z-index: 2;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/8e5570fc3e820a1347757c9aa34d2636.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 96px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-us {
  z-index: 3;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 96px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.new-about-us {
  width: 100%;
  max-width: 50%;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin: 0;
  padding: 48px 48px 16px;
  display: flex;
}

.new-about-us.hidden {
  opacity: 0;
}

.container-6 {
  max-width: 1024px;
  grid-column-gap: 96px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.container-6.reversed {
  flex-direction: row;
}

.div-block-8 {
  width: 1024px;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.image-20 {
  border-radius: 16px;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding: 28px;
  display: flex;
}

.section.au {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 28px 96px;
}

.services {
  z-index: 3;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/WechatIMG1518.jpg');
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 96px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-9 {
  align-self: center;
}

.new-about-us-copy {
  width: 100%;
  max-width: 75%;
  color: #000;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: center;
  margin: 0 0 48px;
  padding: 48px 32px 0;
  display: flex;
  position: relative;
}

.new-about-us-copy.hidden {
  opacity: 0;
}

.slider-component-services {
  z-index: 4;
  height: 630px;
  max-width: 900px;
  background-color: rgba(0, 0, 0, 0);
  margin: 48px auto;
  overflow: visible;
}

.panel-one-services {
  width: 100%;
  height: 500px;
  background-image: url('../images/User-List.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.slide-2-services {
  width: 100%;
  height: 500px;
  background-image: url('../images/User-Profile.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.service-slide-3 {
  width: 100%;
  height: 500px;
  background-image: url('../images/Chart.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.service-slide-4 {
  width: 100%;
  height: 500px;
  background-image: url('../images/Contract-manager.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.service-slide-5 {
  width: 100%;
  height: 500px;
  background-image: url('../images/Employee-Manager.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.prices {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  margin-bottom: 64px;
  display: flex;
}

.image-21 {
  width: 200px;
  height: 100px;
}

.price {
  color: #131e29;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Noto Sans, sans-serif;
  font-size: 38px;
}

.price.tag {
  align-self: flex-end;
  font-size: 17px;
  font-weight: 700;
  line-height: 5px;
}

.price-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.contact-us-bg {
  z-index: 2;
  height: 100vh;
  opacity: 1;
  filter: contrast(85%);
  background-color: #fff;
  background-image: url('../images/WechatIMG1520.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 96px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-25 {
  width: 38px;
  margin-left: -8px;
  padding-left: 0;
}

.div-block-10 {
  margin-left: -24px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.details-wrap {
  margin-bottom: 30px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.contact-form-heading-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form-heading-wrap .content {
  text-align: center;
  margin: 0 auto;
  color: var(--aBlack, #212322);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  max-width: 680px;

}
.adress-container {
  display: flex;
  width: 831px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 80px;
}
.adress-container-item {
  padding: 16px 24px;
  width: 237px;
  height: 192px;
  border-radius: 36px;
  background: var(--aWhite, #FAFAFA);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
}
.adress-container-item:nth-child(4) {
  margin-top: 40px;
}
.adress-container-item .k1{
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  margin: 16px 0;
}
.adress-container-item .k2{
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  border-radius: 8px;
  margin-bottom: 25px;
  font-family: Noto Sans, sans-serif;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  border-radius: 16px;
}

.contact-email-link {
  opacity: .6;
  color: #131e29;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #545859;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.content-2 {
  max-width: 400px;
  opacity: .6;
  color: #545859;
  text-align: left;
  margin-left: 0;
}

.contact-form-wrap {
  border: 0 solid #eee;
  padding: 45px 50px 50px;
}

.textfield-title {
  font-family: Noto Sans, sans-serif;
}

.contact-card {
  width: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(247, 247, 247, .61);
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

.contact-us-text {
  color: #131e29;
  column-count: 0;
  align-self: flex-start;
  margin: 0;
  padding-left: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
}

.contact-us-text.center {
  text-align: center;
  align-self: center;
  margin-left: 0;
  line-height: 28px;
}

.contact-us {
  z-index: 3;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 96px 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-27 {
  width: 48px;
}

.section-2 {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 128px;
  margin-bottom: 128px;
  display: flex;
}

.text-block {
  max-width: 768px;
  min-width: 0;
  flex: 1;
  margin-top: 128px;
  margin-left: 16px;
  margin-right: 16px;
}

.heading-terms {
  width: 100%;
  max-width: 768px;
  color: #131e29;
  font-family: Noto Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
}

.heading-terms.ab {
  width: auto;
  max-width: 400px;
  color: #131e29;
  -webkit-text-stroke-color: #131e29;
}

.content-terms {
  width: 100%;
  max-width: 768px;
  color: #131e29;
  column-count: 0;
  margin-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.content-terms.center {
  max-width: 500px;
  text-align: center;
}

.sub-terms {
  width: 100%;
  max-width: 768px;
  color: #131e29;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 42px;
}

.sub-terms.ab {
  width: auto;
  max-width: 400px;
  color: #131e29;
  -webkit-text-stroke-color: #131e29;
}

.div-block-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  margin-bottom: 48px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .real-body {
    position: absolute;
  }

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

  .header-and-sub-copy {
    padding-bottom: 48px;
  }

  .heading {
    color: #131e29;
  }

  .image-15 {
    position: relative;
  }

  .new-about-us {
    max-width: none;
    flex: 0 auto;
  }

  .container-6 {
    position: relative;
  }

  .new-about-us-copy {
    flex: 0 auto;
    padding-bottom: 48px;
    position: relative;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .button-2 {
    justify-content: center;
  }

  .content-2 {
    margin-left: 0;
    font-size: 12px;
  }

  .heading-terms, .sub-terms {
    color: #131e29;
  }
}

@media screen and (max-width: 767px) {
  .back-menu {
    z-index: 1;
    filter: brightness(30%);
    display: inline;
    top: -50%;
  }

  .container {
    flex-direction: row;
    align-items: center;
  }

  .menu-titles {
    width: 100%;
    justify-content: flex-start;
    padding-top: 16px;
    position: static;
    top: 0%;
  }

  .menu-content {
    width: 80%;
    background-color: #121a24;
    background-image: linear-gradient(rgba(18, 25, 34, 0), rgba(18, 25, 34, 0));
    border: .5px rgba(255, 255, 255, .11);
    border-radius: 12px;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .menu-text {
    text-align: left;
    align-self: center;
    font-weight: 400;
  }

  .real-body {
    z-index: 2;
    white-space: normal;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .front-navbar {
    z-index: 4;
    object-fit: contain;
    object-position: 50% 100%;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .front-navbar.frost {
    position: fixed;
  }

  .component {
    z-index: 3;
    object-fit: none;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: scroll;
  }

  .menu-field {
    display: none;
  }

  .lottie-animation-2 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .button-text {
    font-size: 17px;
  }

  .hero {
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .subheading {
    font-size: 15px;
    line-height: 26px;
  }

  .subheading.cover.center {
    width: 100%;
    text-align: left;
  }

  .subheading.centered {
    text-align: left;
    margin-bottom: 24px;
  }

  .bold-text {
    font-size: 22px;
    line-height: 30px;
  }

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

  .header-and-sub {
    flex-direction: column;
  }

  .meny-description {
    opacity: .7;
    color: rgba(255, 255, 255, .54);
    text-align: left;
    -webkit-text-stroke-color: #fff;
    text-transform: none;
    align-self: flex-start;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 200;
    line-height: 24px;
  }

  .menu-content-sign-in {
    width: 80%;
    background-color: #121a24;
    background-image: linear-gradient(rgba(18, 25, 34, 0), rgba(18, 25, 34, 0));
    border: 1px solid rgba(255, 255, 255, .71);
    border-radius: 12px;
    flex-direction: row;
    align-self: auto;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px 32px;
  }

  .image-4 {
    margin-right: 8px;
  }

  .image-5 {
    width: 32px;
    cursor: default;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    overflow: scroll;
  }

  .image-6 {
    width: 32px;
  }

  .header-and-sub-copy {
    align-self: flex-start;
    align-items: flex-start;
  }

  .button {
    background-color: #fff;
    margin-top: 0;
    margin-right: 0;
    padding: 16px 36px;
  }

  .heading.ab {
    line-height: 30px;
  }

  .content.center {
    width: 100%;
    text-align: center;
    flex: 0 auto;
    position: relative;
    left: 0;
    right: 0;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 34px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-bg {
    padding-left: 0%;
    padding-right: 0%;
  }

  .card-heading {
    text-align: left;
    flex: 1;
    align-self: flex-end;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
  }

  .card-heading.center {
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    margin-left: auto;
    line-height: 22px;
  }

  .slider-card {
    min-width: 90%;
  }

  .slider-text-title {
    flex-direction: row;
    align-items: center;
  }

  .slider-text {
    text-align: left;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 24px;
  }

  .slides {
    padding-left: 12px;
    padding-right: 12px;
  }

  .slide-nav-2 {
    margin-bottom: -29px;
  }

  .image-13, .right-arrow, .image-14, .left-arrow {
    display: none;
  }

  .web-content {
    height: auto;
    padding-top: 48px;
    padding-bottom: 0;
  }

  .container-3 {
    flex-direction: column;
  }

  .text {
    width: auto;
    margin-left: 0;
    margin-right: 16px;
  }

  .text-subheading {
    align-self: center;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
  }

  .div-block-4 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .slider-div {
    margin-top: 60px;
  }

  .image-15 {
    max-width: 40%;
    align-self: center;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .thumbnail-content {
    min-width: 90%;
    margin-top: -130px;
    margin-left: auto;
  }

  .div-block-6 {
    flex-direction: column;
    display: flex;
  }

  .listing {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .listing-card {
    width: 100%;
    align-self: center;
    align-items: flex-start;
  }

  .container-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-card.second.service {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    margin-bottom: -90px;
  }

  .image-17 {
    border-radius: 2px;
  }

  .about-us-bg {
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-us {
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .new-about-us {
    align-self: flex-start;
    align-items: flex-start;
  }

  .container-6 {
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .container-6.reversed {
    flex-direction: column-reverse;
  }

  .image-20 {
    min-width: 100px;
  }

  .section.au {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .services {
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .new-about-us-copy {
    max-width: none;
    align-self: flex-end;
    align-items: flex-start;
    position: relative;
  }

  .prices {
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-21 {
    width: 100px;
    margin-bottom: -12px;
  }

  .price-block {
    align-self: center;
  }

  .contact-us-bg {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-23, .image-24 {
    width: 38px;
  }

  .image-25, .image-26 {
    width: 38px;
    align-self: center;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .content-2 {
    margin-left: 0;
  }

  .contact-form-wrap {
    padding: 30px 0;
  }

  .contact-card {
    width: 100%;
    align-items: flex-start;
  }

  .contact-us-text {
    text-align: left;
    flex: 1;
    align-self: stretch;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 26px;
  }

  .contact-us-text.center {
    text-align: left;
    margin-bottom: 0;
    line-height: 22px;
  }

  .contact-us {
    align-items: flex-end;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-terms {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-terms.ab {
    line-height: 30px;
  }

  .content-terms {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-terms.center {
    width: 100%;
    text-align: left;
    flex: 0 auto;
    position: relative;
    left: 0;
    right: 0;
  }

  .sub-terms {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sub-terms.ab {
    line-height: 30px;
  }

  .div-block-11 {
    flex-direction: column;
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .image-28, .image-29, .image-30 {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-bottom: 24px;
  }

  .subheading {
    margin-bottom: 24px;
  }

  .image-8 {
    width: 56px;
  }

  .header-and-sub-copy {
    width: 80%;
    max-width: 100%;
    align-self: center;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button {
    width: 100%;
  }

  .button._3 {
    margin-bottom: 16px;
  }

  .heading._6 {
    margin-top: 31px;
  }

  .content {
    margin-bottom: 0;
  }

  .heading-3.centered {
    text-align: left;
  }

  .hero-bg {
    z-index: 2;
    padding-bottom: 24px;
  }

  .card-heading {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 0;
    padding-left: 8px;
  }

  .card-heading.center {
    text-align: center;
    padding-left: 0;
  }

  .slider-component {
    margin-bottom: 0;
  }

  .div-block-3 {
    height: 300px;
  }

  .slider-card {
    width: 10vh;
  }

  .slider-text {
    padding-left: 8px;
    padding-right: 0;
  }

  .slides {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide-nav-2, .slide-nav-2.next {
    margin-bottom: 0;
  }

  .web-content {
    z-index: 4;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .container-3 {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    align-items: center;
    margin-top: 24px;
    position: relative;
  }

  .text-subheading {
    margin-left: 0;
  }

  .div-block-4 {
    width: 100%;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-div {
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .image-15 {
    width: 300px;
    max-width: 48%;
    margin-bottom: 66px;
  }

  .image-16 {
    width: 88%;
    margin-top: 32px;
  }

  .container-4 {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .thumbnail-content {
    width: 10vh;
  }

  .panel-one, .div-block-3-copy {
    height: 300px;
  }

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

  .listing-card {
    width: auto;
    align-items: center;
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 16px 24px;
  }

  .listing-card.pager, .listing-card._4 {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .listing-card._5 {
    margin-top: -32px;
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .container-card {
    height: auto;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

  .container-card.second {
    height: 130px;
    flex: 0 auto;
    margin-top: 24px;
    margin-bottom: -36px;
    margin-left: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-card.second.ab {
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-card.second.service {
    height: auto;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .container-card.second.pass {
    margin-top: 0;
  }

  .container-card.third {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: -36px;
  }

  .image-17 {
    margin-bottom: 36px;
  }

  .footer {
    padding-bottom: 16px;
  }

  .footer-link {
    text-align: center;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 11px;
  }

  .div-block-7 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .container-5 {
    margin-top: 0;
  }

  .image-18 {
    width: 120px;
  }

  .about-us-bg {
    z-index: 2;
    padding-bottom: 24px;
  }

  .about-us {
    padding-bottom: 24px;
  }

  .new-about-us {
    width: 80%;
    max-width: 100%;
    align-self: flex-end;
    align-items: center;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-6, .container-6.reversed {
    margin-top: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.au {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services {
    padding-bottom: 24px;
  }

  .new-about-us-copy {
    width: 100%;
    max-width: 100%;
    align-self: flex-end;
    margin-bottom: 0;
    padding-top: 16px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
  }

  .slider-component-services {
    height: 450px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .panel-one-services, .slide-2-services, .service-slide-3, .service-slide-4, .service-slide-5 {
    height: 300px;
  }

  .image-21 {
    width: 56px;
  }

  .contact-us-bg {
    z-index: 2;
    padding-bottom: 24px;
  }

  .image-22 {
    margin-top: 16px;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .image-23, .image-24 {
    align-self: center;
  }

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

  .image-25._2 {
    align-self: flex-start;
  }

  .contact-form-grid {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-2 {
    line-height: 20px;
  }

  .contact-form-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-card {
    width: auto;
    align-items: flex-start;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-us-text {
    width: 100%;
    margin-bottom: 4px;
    margin-left: 0;
    padding-left: 8px;
  }

  .contact-us {
    padding-bottom: 24px;
  }

  .section-2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .heading-terms {
    font-size: 20px;
    line-height: 32px;
  }

  .sub-terms {
    font-size: 16px;
  }

  .div-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-28, .image-29, .image-30 {
    align-self: center;
  }
}

#w-node-_01bbc75a-e063-a1e9-d4e9-ac0e98671d36-58c3dd4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_11e8fab9-18f3-6d0e-6eb7-cef064278ec3-58c3dd4a {
  align-self: end;
}

.card-section-title {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  z-index: 6;
  top: 68px;
  left: 0;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: rgba(255, 255, 255, .77);
}

.card-section-title .title {
  text-decoration: none;
  width: 100px;
  color: var(--aBlack, #212322);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  opacity: 0.5;
  margin: 0 16px;
}
.card-section-title .title.selected {
  opacity: 1;
  font-weight: bold;
}

footer {
	height: 384px;
	width: 100%;
  background: var(--aWhite, #FAFAFA);
	overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .k1 {
	height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:32px;
}
footer .k1 span {
  margin-left: 8px;
  color: var(--aBG, #C1C3C3);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 28.128px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 126.316% */
}

footer .k5 {
  width: 448px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
footer .k5 a {
  text-decoration:none;
  /* width: 100px; */
  color: var(--aBG, #C1C3C3);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
}
footer .btm-footer {
  display: flex;
  justify-content: center;
  height: 110px;
}
footer .btm-footer .k6 {
  width: 360px;
  height: 110px;
  border-radius: 16px;
  border: 1px solid var(--aBG, #C1C3C3);
  padding: 16px;
  display: flex;
  align-items: center;
}
footer .btm-footer .k6:nth-child(1) {
  margin-right: 24px;
}
footer .btm-footer .k6 img {
  width: 78px;
  height: 78px;
  margin-right: 16px;
}
footer .btm-footer .k6 .right span{
  display: block;
  color: var(--aBG, #C1C3C3);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
footer .btm-footer .k6 .right a {
  text-decoration: none;
  display: block;
  color: var(--aBG, #C1C3C3);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.slide-two-top {
  /* display: flex; */
  width: 805px;
  /* height: 112px; */
  margin: 0 auto;
  margin-top: 70px;
}
.slide-two-top-right {
  margin-left: 10px;
}
.slide-two-top-right .k1{
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  margin-bottom: 16px;
}
.slide-two-top-right .k2 {
  width: 525px;
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.slide-two-top-right .padding {
  height: 16px;
}


.slide-two-container .slogan {
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  margin: 0 auto;
  margin-top: 47px;
  margin-bottom: 16px;
  transform: translateX(92px);
}
.slide-two-container .table {
  width: 888px;
  border: 1px solid var(--aBG, #C1C3C3);
  border-radius: 8px;
  margin: 0 auto;
  overflow: hidden;
}
.slide-two-container .table .align {
  width: 100%;
  min-height: 48px;
  display: flex;
}
.slide-two-container .table .align .align-item {
  width: 296px;
  min-height: 48px;
  border-right: 1px solid #C1C3C3;
  border-bottom: 1px solid #C1C3C3;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Black, #000);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 139.13% */
}
.slide-two-container .table .align:nth-child(1) .align-item{
  background-color: #EBEBEB;
  font-weight: 700;
}
.slide-two-container .table .align:nth-child(7) .align-item {
  border-bottom: 0;
}
.slide-two-container .table .align .align-item:nth-child(3) {
  border-right: 0;
}
.slide-two-container .table2 .align:nth-child(5) .align-item {
  border-bottom: 0;
}
#section3 {
  margin-top: 48px;
  margin-bottom: 32px;
}
.team-feature {
  border-radius: 36px;
  background: var(--aWhite, #FAFAFA);
  padding: 36px 48px 54px 48px;
  margin:0 auto;
  margin-top: 70px;
  margin-bottom: 100px;
  width: 735px;
  /* height: 216px; */
}
.team-feature .ahub {
  width: 72px;
  margin: 0 auto;
}
.team-feature .k1 {
  color: var(--aBlack, #212322);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  margin: 16px 0;
}
.team-feature .k2 {
  color: var(--aBlack, #212322);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.about-us-container {
  margin-bottom: 100px;
}

.banner-title {
  width: 397px;
  height: 96px;
  position: absolute;
  bottom: 45%;
  left: 55%;
}
.banner-title .k1 {
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 126.316% */
}
.banner-title .k2 {
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.banner-title .padding {
  height: 32px;
}
.downloads-block-2 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.downloads-block-2 .k1 {
  color: var(--aBlack, #212322);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px; /* 133.333% */
  margin-bottom: 10px;
}
.downloads-block-2 .k2 {
  color: var(--aBlack, #212322);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.downloads-block-3 {
  display: flex;
  justify-content: center;
  height: 412px;
  width: 662px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
.downloads-block-3-item {
  width: 291px;
  height: 291px;
  border-radius: 36px;
  background: var(--aWhite, #FAFAFA);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.downloads-block-3-item .text {
  color: var(--aBlack, #212322);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  margin: 16px 0;
}
.downloads-block-3-item .down {
  text-decoration:none;
  border-radius: 8px;
  background: var(--aBlue, #0084D4);
  width: 80px;
  height: 32px;
  text-align: center;
  color: var(--aWhite, #FAFAFA);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 150% */
  cursor: pointer;

}
.downloads-block-3-item img {
  width: 102px;
  height: 102px;
}
.downloads-block-3 .android-text {
  position: absolute;
  width: 291px;
  height: 48px;
  right:0;
  bottom: 0px;
}
.downloads-block-3 .android-text span {
  color: var(--aBlack, #212322);
  display: block;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}


.downloads-block-4 {
  width: 598px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.downloads-block-4 .bk1 {
  width: 451px;
}
.downloads-block-4 .sort-slogan {

}
.downloads-block-4 .sort-slogan .num {
  border-radius: 24px;
  background: var(--aBG, #C1C3C3);
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: var(--Pure-White, #FFF);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
.downloads-block-4 .sort-slogan .desc {
  color: var(--Black, #000);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.downloads-block-4-bk2 {
  margin-top: 48px;
  display: flex;
  width: 428px;
}
.downloads-block-4-bk2 img {
  width: 196px;
  margin-right: 48px;
}
.downloads-block-4-bk2 .w184 {
  width: 184px;
}

.downloads-block-4-bk3 {
  display: flex;
  width: 363px;
}
.downloads-block-4-bk3 img {
  width: 185px;
  margin-left: 24px;
}
.downloads-block-4-bk3 .w154 {
  width: 154px;
  margin-top: 32px;
}

.downloads-block-4-bk4 {
  display: flex;
  width: 598px;
}
.downloads-block-4-bk4 img {
  width: 325px;
  margin-right: 52px;
}
.downloads-block-4-bk4 .w221 {
  width: 221px;
  margin-top: 43px;
}
.downloads-block-5 {
  width: 380px;
  height: 32px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 188px;
}
.downloads-block-5 span {
  text-align: center;
  display: block;
  color: var(--Black, #000);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 145.455% */
}

.index-banner-title {
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 126.316% */
  margin-bottom: 8px;
}
.index-banner-desc {
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 139.13% */
  width: 355px;
  margin-bottom: 16px;
}
.index-banner-percent {
  width: 192px;
  height: 92px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.80);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
  color: var(--aBlack, #212322);
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
  padding: 16px;
  position: absolute;
  left: 0;
  top: 136px;
}
.index-banner-percent .percent {
  color: var(--Red, #EF4949);
  font-family: "Noto Sans";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 133.333% */
}
.index-banner-percent-1 {
  width: 277px;
  height: auto;
}
.index-banner-percent-2 {
  width: 448px;
  height: auto;
}
/* 手机 */
@media screen and (max-width: 768px) {
  /* 联系我们 */
  .image-27 {
    display: none;
  }
  .contact-us-copy {
    padding-bottom: 0;
  }
  .contact-us-heading-3 {
    margin: 0 auto;
    width: 125px;
  }
  .contact-us-subheading {
    margin-bottom: 0 !important;
  }
  .contact-form-heading-wrap .content {
    max-width: 250px;
  }

  .adress-container {
    width: 237px;
    margin-top: 72px;
  }
  .adress-container-item {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /* 下载中心 */
  .banner-title {
    width: 307px;
    position: absolute;
    bottom: 114px;
    left: 50%;
    transform: translateX(-50%);
  }
  .banner-title .k1 {
    color: var(--aBlack, #212322);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 126.316% */
  }
  .banner-title .k2 {
    color: var(--aBlack, #212322);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .downloads-block-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    width: 291px;
  }
  .downloads-block-3-item {
    margin-bottom: 67px;
  }
  .downloads-block-4 {
    width: 384px;
  }
  .downloads-block-4 .bk1 {
    width: 218px;
  }
  .downloads-block-4-bk2 {
    margin-top: 48px;
    display: flex;
    width: 364px;
  }
  .downloads-block-4-bk2 .w184 {
    width: 120px;
  }
  .downloads-block-4-bk3 {
    width: 363px;
  }
  .downloads-block-4-bk3 img {
    width: 157px;
    margin-left: 0px;
  }
  .downloads-block-4-bk3 .w154 {
    width: 100px;
  }
  .downloads-block-4-bk4 {
    width: auto;
    margin-top: 20px;
  }
  .downloads-block-4-bk4 img {
    width: 274px;
    margin-right: 0px;
    position: relative;
    left: -35px;
  }
  .downloads-block-4-bk4 .w221 {
    width: 119px;
    margin-top: 0px;
  }
  .downloads-block-5 {
    width: 198px;
  }

  /* 首页 */
  .mobile-hero {
    display: block;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-hero .ahub-icon {
    margin-top: 36px;
    margin-bottom: 12px;
  }
  .mobile-hero .index-mobile-banner {
    display: block;
    margin-top: 50px;
    width: 100%;
    /* height: 250px; */
    /* width: 250px; */
  }
  .index-banner-title {
    margin: 12px 0;
  }
  .index-banner-desc {
    width: 355px;
    text-align: center;
  }
  #index-banner-percent-mobile {
    height: 154px;
    position: relative;
  }
  .index-banner-percent {
    margin-top: 12px;
    margin-bottom: 55px;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
  }
  .index-banner-percent-2 {
    width: 320px;
    text-align: center;
  }
  .index-hero {
    display: none;
  }
  .slice-one-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .slice-one-mobile-container {
    flex-direction: column-reverse;
  }
  .slice-one-mobile-container-2 {
    margin-top: 48px;
  }
  .slice-one-mobile-container img {
    margin-bottom: 40px;
  }
  .slice-one-container img {
    width: 354px;
    height: 354px;
    margin-bottom: 40px;
  }
  .slice-one-container .text-container {
    width: 354px;
  }
  .slice-one-container .text-container .k2 {
    width: 354px;
  }
  .slide-two-top-right .k2 {
    width: 410px;
  }

  .slide-two-container .slogan {
    transform: translateX(0px);
    text-align: center;
  }
  
  .slide-two-container .table {
    /* width: 410px; */
    width: auto;
   
  }
  .slide-two-container .table .align {
    width: 100%;
    display: flex;
  }
  .slide-two-container .table .align:nth-child(1) {
    height: 64px;
  }
  .slide-two-container .table .align:nth-child(1) .align-item{
    height: 64px;
    background-color: #EBEBEB;
  }
  .slide-two-container .table .align .align-item {
    width: 33.3%;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
  }
  .slide-two-container .table .align .align-item:nth-child(1) {
    width: 130px;
  }
  .slide-two-container .table .align .align-item:nth-child(4) {
    width: 122px;
  }

  .card-section-title {
    justify-content: space-around;
  }
  .card-section-title .title {
    width: auto;
    margin: 0 0;
  }

  .slice-one-container-monile {
    display: block;
    margin: 0 auto;
    
  }
  .slice-one-container-monile img {
    margin-bottom: 40px;
  }
  .slice-one-container .text-container-mobile {
    width: 300px;
    margin: 0 auto;
  }
  .slice-one-container .text-container-mobile .k2 {
    width: 286px;
  }
  .slide-two-top {
    width: auto;
  }

  .slide-two-top {
    display: block;
    width: 337px;
    height: auto;
    margin: 0 auto;
    margin-top: 0px;
  }
  .slide-two-top-right {
    margin-left: 0px;
  }
  .slide-two-top-right .k1{
    width: 200px;
    margin-bottom: 8px;
  }
  .slide-two-top-right .k2 {
    width: auto;
  
  }

  /* 关于我们 */
  .new-about-us-mobile {
    max-width: 65%;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .about-us .new-about-us-mobile .heading-3 .au {
    width: 329px;
    color: var(--aBlack, #212322);
    text-align: center;

    /* 38 B */
    font-family: "Noto Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px; /* 126.316% */
  }
  .about-us .new-about-us-mobile .subheading{
    color: var(--aBlack, #212322);
    text-align: center;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    opacity: 1;
  }

  .team-feature {
    padding: 36px 48px 54px 48px;
    margin:0 auto;
    margin-top: 70px;
    margin-bottom: 100px;
    width: 340px;
    /* height: 216px; */
  }
  .team-feature .ahub {
    width: 72px;
  }
  .team-feature .k1 {
    line-height: 32px; /* 139.13% */
    margin: 16px 0;
  }
  .team-feature .k2 {
    line-height: 24px; /* 150% */
  }
  .div-block-9 .heading {
    text-align: center;
  }
  .div-block-9 .content{
    width: 294px;
    text-align: center;
  }

  .appscreen {
    /* height: 675px; */
    height: 60vh;
    margin-right: 0px;
    /* transform: translateY(-100px); */
    position: absolute;
    left: 50%;
    transform: translate(-50%, 30vh);
    top: -100vh;
    /* z-index: 999; */
  }

  footer {
    height: 461px;
  }
  footer .btm-footer {
    display: block;
    height: 224px;
  }
  footer .k5 {
    width: 224px;
    flex-wrap: wrap;
  }
  footer .btm-footer .k6 {
    width: 360px;
    height: 110px;
    border-radius: 16px;
   
  }
  footer .btm-footer .k6:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .menu-buttons {
    width: 100%;
  }
  .menu-buttons .loginIn {
    width: 80%;
    height: 52px;
    line-height: 52px;
    margin-top: 10px;
  }
  #section3 {
    padding-top: 48px;
  }
}



