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

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

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

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

.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 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.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: 68px;
}

.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: 50%;
  object-fit: contain;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin: 0;
  padding: 48px 48px 16px;
  display: flex;
}

.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: 14px;
  line-height: 22px;
}

.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/Hero-Photo.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;
}

.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: 48px;
  padding-right: 48px;
}

.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-top: 42px;
  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);
}

.card-section-titles {
  width: 500px;
  margin-bottom: 42px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: auto;
  right: auto;
}

.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/About-Us-Pic.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%;
}

.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: 32px;
  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/milad-fakurian-GJKx5lhwU3M-unsplash.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;
}

.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/Map.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 {
  margin-bottom: 40px;
}

.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: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 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;
  }

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

  .card-section-titles {
    width: auto;
    max-width: 400px;
  }

  .card-section-titles.test {
    width: 100%;
  }

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

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

  .card-section-titles {
    margin-bottom: 36px;
  }

  .card-section-titles.test {
    margin-bottom: 0;
  }

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

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


