:root {
  --body: #333;
  --title: black;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 100px;
  --accent: #76c153;
  --white: white;
  --black: black;
  --bg: #f3f3f3;
  --table-border: #76c15380;
}

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

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

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

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

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

body {
  color: var(--body);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--title);
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--title);
  font-weight: 500;
}

.nav-right {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
  position: relative;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.nav-link {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.nav-phone {
  color: #000;
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
}

.brand {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  width: 210px;
  margin-top: -4px;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.hero {
  margin-bottom: var(--desktop-space);
  height: 100vh;
  position: relative;
}

.hero-title {
  color: #fff;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.15;
}

.hero-data {
  width: 100%;
  max-width: 800px;
}

.hero-btn-wrap {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.hero-text {
  color: #fff;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  font-size: 16px;
}

.hero-btn {
  grid-column-gap: 10px;
  background-color: var(--accent);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 26px 14px 24px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.hero-btn:hover {
  color: #000;
  background-color: #fff;
}

.overlay {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.overlay._50 {
  background-image: linear-gradient(90deg, #00000059, #0000), linear-gradient(#0000004d, #0000004d);
}

.arrow {
  width: 16px;
  height: 16px;
}

.hero-data-wrap {
  padding-top: 240px;
  position: absolute;
  inset: 0%;
}

.hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.primary-btn {
  grid-column-gap: 10px;
  border: 1px solid var(--title);
  background-color: var(--white);
  color: #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 26px 14px 24px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.primary-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.primary-btn.white {
  border-color: var(--white);
}

.primary-btn.white:hover {
  background-color: var(--accent);
}

.subtitle {
  grid-column-gap: 6px;
  color: #000;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.button-wrapper {
  margin-top: 40px;
  display: flex;
}

.title {
  margin-bottom: 0;
}

.section-image {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.section-title {
  margin-bottom: 48px;
}

.single-text {
  margin-bottom: 0;
}

.section-wrap {
  grid-column-gap: 80px;
  align-items: center;
  display: flex;
}

.section-data {
  width: 100%;
  max-width: 48%;
}

.section-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  width: 100%;
  max-width: 52%;
  overflow: hidden;
}

.section-img.no-radius {
  border-radius: 0;
}

.address {
  color: #333;
  width: 220px;
  font-size: 14px;
  font-weight: 500;
}

.footer-link-wrap {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.ftr-link {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.footer-left {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--black);
  font-size: 34px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: var(--accent);
}

.footer-btm {
  border-top: 1px solid #68686833;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-btm-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 160px;
  display: grid;
}

.footer {
  background-color: #f5f5f5;
  position: relative;
}

.footer-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-center {
  grid-column-gap: 100px;
  color: #999;
  align-items: flex-start;
  display: flex;
}

.plain-link {
  color: var(--body);
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.link-label {
  color: #000;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
}

.link-label.large {
  font-size: 15px;
}

.error-message {
  text-align: center;
  border-radius: 6px;
  padding: 20px;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 12px;
}

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

.input::placeholder {
  color: #666;
}

.get-in-wrap {
  grid-column-gap: 80px;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 6px;
}

.textarea {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 120px;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: #666;
}

.get-block {
  grid-column-gap: 14px;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.get-block.profile-picture {
  align-items: center;
  margin-bottom: 42px;
}

.get-in-data {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.field-label {
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.get-in-right {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 45%;
  padding: 50px;
}

.get-in-right.bg {
  background-color: var(--bg);
}

.discuss-form {
  width: 100%;
  max-width: 55%;
  margin-bottom: 0;
}

.form-btn {
  justify-content: flex-end;
  display: flex;
}

.field-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.submit-btn {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  background-image: url('../images/Nuoli-ylos.svg');
  background-position: 83px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 52px 14px 24px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.submit-btn:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Valkoinen-nuoli-ylos.svg');
}

.section {
  margin-bottom: var(--desktop-space);
}

.service-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-link {
  grid-row-gap: 42px;
  border: 1px solid #0000001a;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 40px 35px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.service-link.hover {
  grid-row-gap: 72px;
}

.service-link.hover:hover {
  border-color: var(--title);
}

.service-icon {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  color: var(--title);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
}

.main-title.show-mobile {
  display: none;
}

.space {
  height: 10px;
}

.space._24 {
  height: 24px;
}

.footer-legal {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.service-details {
  margin-bottom: 60px;
}

.service-details h3 {
  color: var(--title);
  margin-top: 32px;
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.service-details img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.service-details a {
  color: var(--accent);
}

.service-details li {
  margin-bottom: 10px;
}

.service-details h4 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.service-details h2 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
}

.service-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-img {
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
}

.service-details-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

.legal-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.template-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.template-grid.spacing-small {
  margin-bottom: 42px;
}

.h1-legal {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.h5-styleguide {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.contact-paragraph {
  margin-bottom: 10px;
}

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

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

.utility-image {
  width: 42px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.h2-utility {
  margin-bottom: 16px;
}

.service-heading {
  color: var(--title);
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}

.service-section {
  margin-bottom: 100px;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 24px 72px auto;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.profile-image-wrapper-2 {
  position: relative;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.live-icon-chat {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 2px 2px auto;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--accent);
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.section-heading {
  margin-bottom: 20px;
}

.contact-icon {
  width: 30px;
  height: 30px;
}

.ah-link {
  grid-column-gap: 60px;
  align-items: center;
  margin-top: 40px;
  font-size: 18px;
  display: flex;
}

.footer-badge {
  object-fit: contain;
  object-position: 50% 0%;
  width: 260px;
  margin-bottom: 10px;
}

.nav-logo {
  margin-top: -6px;
}

.home-about-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: auto 280px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.plain-link-3 {
  text-decoration: none;
}

.plain-link-3:hover {
  text-decoration: underline;
}

.dropdown-toggle {
  text-transform: uppercase;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 500;
}

.icon {
  display: none;
}

.dropdown-main-link {
  text-decoration: none;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00000012;
  flex-flow: column;
  align-items: flex-start;
  width: 228px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.dropdown-link.w--current {
  color: var(--accent);
}

.team-image {
  object-fit: cover;
  width: 100%;
}

.subtitle-2 {
  grid-column-gap: 5px;
  color: #000;
  text-transform: uppercase;
  align-items: center;
  padding-bottom: 4px;
  font-size: 14px;
  display: flex;
}

.subtitle-element {
  color: var(--accent);
  line-height: 130%;
}

.social-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.social {
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.social:hover {
  background-color: #0000000d;
}

.social:focus {
  border-color: #fff3;
}

.footer-social-icon-2 {
  width: 20px;
  height: 20px;
}

.footer-social-icon-2.filter {
  filter: invert();
}

.cta-heading {
  color: #fff;
  margin-bottom: 16px;
}

.cta-card {
  background-color: var(--accent);
  color: #fff;
  padding: 110px 60px;
  position: relative;
}

.grid-2-columns {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ajanvaraus-code-embed {
  margin-top: 80px;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 24px;
  display: grid;
}

.cell {
  border-top: 1px solid var(--table-border);
  border-left: 1px solid var(--table-border);
  width: 100%;
  height: 100%;
  padding: 12px;
}

.cell.right-border {
  border-right: 1px solid var(--table-border);
  text-align: center;
}

.cell.right-border.bg.bottom-border {
  border-bottom: 1px solid var(--table-border);
}

.cell.bg {
  background-color: #76c1531a;
}

.cell.bg.bottom-border {
  border-bottom: 1px solid var(--table-border);
}

.text-small {
  margin-top: 6px;
  font-size: 12px;
}

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

.accent-link {
  color: var(--accent);
}

.footer-links-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-city-link {
  font-size: 12px;
  text-decoration: none;
}

.contact-profile-image {
  background-color: var(--white);
  object-fit: cover;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.small-text {
  margin-bottom: 4px;
  font-size: 14px;
}

@media screen and (min-width: 1280px) {
  .hero {
    height: 90vh;
  }
}

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

  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .middle-line, .bottom-line {
    width: 26px;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container {
    max-width: 100%;
  }

  .top-line {
    width: 26px;
  }

  .nav-link {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #0000001a;
    justify-content: center;
    padding: 20px;
    left: 0;
    transform: translate(0);
  }

  .nav-wrap {
    position: static;
  }

  .hero {
    margin-bottom: var(--tablet-space);
    height: 100vh;
  }

  .hero-data {
    max-width: 100%;
  }

  .hero-data-wrap {
    padding-top: 140px;
  }

  .section-image {
    height: 450px;
  }

  .section-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-wrap.reverse {
    flex-direction: column-reverse;
  }

  .section-data, .section-img {
    max-width: 100%;
  }

  .footer-link {
    font-size: 30px;
  }

  .footer-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    background-size: contain;
  }

  .footer-right {
    max-width: 30%;
  }

  .footer-center {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .get-in-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .get-in-right, .discuss-form {
    max-width: 100%;
  }

  .section {
    margin-bottom: var(--tablet-space);
  }

  .service-list {
    grid-template-columns: 1fr 1fr;
  }

  .service-link {
    grid-row-gap: 70px;
    padding: 30px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .service-image {
    min-height: 450px;
    max-height: 450px;
  }

  .service-details-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .ah-link {
    grid-column-gap: 40px;
    margin-top: 20px;
    font-size: 16px;
  }

  .dropdown-toggle {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 14px 0;
    display: flex;
  }

  .dropdown-list.w--open {
    left: -100px;
  }

  .cta-card {
    padding: 72px 54px;
  }

  .footer-links-flex {
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .brand {
    padding-left: 0;
  }

  .hero {
    margin-bottom: var(--landscape-mobile-space);
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .hero-btn-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .hero-text {
    max-width: 100%;
  }

  .section-image {
    height: 350px;
  }

  .section-wrap {
    grid-row-gap: 20px;
  }

  .address {
    max-width: 200px;
  }

  .footer-btm-text {
    grid-column-gap: 40px;
  }

  .footer-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .footer-right {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .footer-center {
    grid-row-gap: 20px;
  }

  .get-in-right {
    padding: 30px;
  }

  .field-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .service-list {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .service-link {
    grid-row-gap: 40px;
    padding: 20px;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-title {
    font-size: 48px;
    display: block;
  }

  .service-image {
    min-height: 350px;
    max-height: 350px;
  }

  .service-img {
    margin-bottom: 30px;
  }

  .template-grid.spacing-small {
    grid-template-columns: 1fr;
  }

  .service-section {
    margin-bottom: 80px;
  }

  .home-about-grid {
    grid-template-columns: 2fr;
  }

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

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

  .cta-button-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-flex {
    grid-row-gap: 10px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 32px;
  }

  .nav-right {
    grid-column-gap: 32px;
  }

  .nav-phone {
    font-size: 11px;
    display: none;
  }

  .hero {
    margin-bottom: var(--portrait-mobile-space);
    height: 90vh;
  }

  .hero-title {
    font-size: 38px;
    line-height: 1.2;
  }

  .hero-data-wrap {
    padding-top: 180px;
  }

  .section-image {
    height: 350px;
  }

  .section-wrap {
    grid-row-gap: 42px;
  }

  .address {
    max-width: 150px;
  }

  .footer-btm-text {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-wrap {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    background-size: contain;
  }

  .footer-right {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .get-in-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .get-in-right {
    padding: 20px;
    font-size: 14px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .service-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .page-title {
    padding-top: 60px;
  }

  .main-title {
    font-size: 32px;
    line-height: 1.2;
  }

  .main-title.show-mobile {
    display: block;
  }

  .main-title.hide-mobile {
    display: none;
  }

  .service-details h2 {
    font-size: 28px;
  }

  .service-image {
    min-height: 220px;
    max-height: 220px;
  }

  .service-img {
    margin-bottom: 20px;
  }

  .service-section {
    margin-bottom: 60px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
    bottom: 64px;
    right: 10px;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .live-icon {
    width: 12px;
    height: 12px;
  }

  .whatsapp-icon {
    width: 24px;
  }

  .whatsapp-container {
    bottom: 10px;
    right: 0;
  }

  .section-heading {
    margin-bottom: 10px;
  }

  .ah-link {
    grid-column-gap: 0px;
    grid-row-gap: 28px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
  }

  .dropdown-list.w--open {
    width: 320px;
  }

  .dropdown-link {
    width: 142px;
    font-size: 14px;
  }

  .team-image {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 32px;
  }
}

#w-node-_3efd32ba-ab4e-80cb-5661-b1a797ba369d-97ba362b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e0649f6-68ed-cc65-f1c7-533f577cfb75-5eeca0e7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_52775797-41a5-fbfe-a6ac-9c2aa7513c1a-263a9b50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb831bc4-e999-0dd2-9e82-386fae25fc96-5eeca0ee, #w-node-_0ced1bef-32f4-c7bf-4db9-5e4cc1fce532-5eeca0ee, #w-node-_43f31466-6839-1653-f116-b276ad083df1-5eeca0ee, #w-node-f4b3d338-3f02-9308-1899-3bd446772e32-5eeca0ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_3e0649f6-68ed-cc65-f1c7-533f577cfb75-5eeca0e7 {
    grid-column: span 1 / span 1;
  }
}


