:root {
  --text-dark: #252323;
  --secondary-color: #d97706;
  --white: #fff;
  --primary-color: #330c8e;
  --bg-light: #f3f4f6;
  --text-light: #7d7878;
  --bg-dark: #1f2937;
  --error: #e70000;
  --button-dark: #1a1c2c;
  --hover-color: #f0a500;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

body {
  color: var(--text-dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 64px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

a {
  color: #383838;
  text-decoration: none;
}

.section-navbar {
  z-index: 10;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #1f2937f2;
  background-clip: border-box;
  height: 80px;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 0;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: flex;
}

.button-main {
  background-color: var(--secondary-color);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.button-main.button-large {
  background-color: var(--secondary-color);
  text-align: left;
  margin-top: 0;
  padding: 16px;
  font-size: 18px;
  display: block;
}

.button-main.button-large.paddin-medium {
  margin-left: 20px;
  margin-right: 80px;
}

.button-main.button-large.paddin-medium.tablet-button {
  display: block;
}

.button-main.button-learn-more {
  z-index: 10;
  background-color: var(--primary-color);
  background-color: var(--secondary-color);
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.button-main.tablet-button {
  display: none;
}

.link, .link.w--current {
  color: var(--white);
  text-underline-position: under;
  text-decoration: none;
}

.link-3, .link-4 {
  color: var(--white);
}

.link-5 {
  color: var(--white);
  text-underline-position: under;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.link-5.w--current {
  color: var(--white);
  text-decoration: none;
}

.section-hero {
  background-image: linear-gradient(#0000009e 3%, #0000007a 78%, #fff0), url('../images/hero-image-upscaled-bw_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 530px;
  padding-left: 20px;
  padding-right: 20px;
}

.heading-hero {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  line-height: 64px;
}

.heading-2---hero {
  color: var(--white);
  text-align: center;
  max-width: 940px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 530px;
  font-size: 16px;
  display: flex;
}

.body {
  background-color: var(--bg-light);
}

.section-services {
  background-color: var(--white);
  background-image: url('../images/Untitled-design_1.avif');
  background-position: 0 0;
  background-size: contain;
  padding: 80px 20px 40px;
}

.heading-h2 {
  color: var(--primary-color);
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 50px;
}

.heading-h2.secondary-heading {
  color: var(--primary-color);
  margin-bottom: 32px;
}

.heading-h2.padding-large {
  text-align: left;
  padding-left: 32px;
  padding-right: 100px;
}

.heading-h2.h2-white {
  color: var(--white);
}

.heading-2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.grid---services {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 52px;
  margin-right: 52px;
  display: grid;
}

.service-card {
  background-color: var(--white);
  color: var(--text-dark);
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: 320px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.heading-3 {
  color: var(--text-dark);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph {
  color: var(--text-dark);
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.image-3 {
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 230px;
}

.image-3.image-products {
  height: auto;
}

.section-products {
  background-color: var(--bg-light);
  padding: 40px 20px;
  display: none;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-divider {
  background-color: var(--text-light);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 16px;
}

.grid {
  grid-column-gap: 23px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-2 {
  flex-flow: column;
  display: flex;
}

.slider-2 {
  background-color: var(--bg-light);
  min-height: 380px;
  margin-left: 52px;
  margin-right: 52px;
  position: relative;
  overflow: visible;
}

.icon, .icon-2 {
  color: var(--primary-color);
}

.section-trust {
  background-color: var(--white);
  padding: 40px 20px;
}

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

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-5 {
  color: var(--primary-color);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.section-testimonials {
  background-color: var(--bg-light);
  padding: 40px 20px;
  display: none;
  position: relative;
}

.section-final-cta {
  background-color: var(--white);
  background-image: url('../images/Untitled-design_1.avif');
  background-position: 0 0;
  background-size: cover;
  min-height: 400px;
  padding-right: 20px;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  min-height: 400px;
}

.div-block-5 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  margin-bottom: 52px;
  padding-left: 20px;
}

.paragraph-4.padding-large {
  text-align: left;
  padding-left: 32px;
  padding-right: 160px;
}

.padding-large {
  padding-right: 200px;
}

.section-footer {
  background-color: var(--bg-dark);
  color: var(--white);
  min-height: 400px;
  margin-bottom: auto;
  padding: 40px 20px 16px;
}

.grid-column-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-7 {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image-8 {
  color: var(--white);
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-footer {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.grid-column-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.text-block-4 {
  font-size: 12px;
  line-height: 20px;
}

.div-block-12 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-6, .link-7 {
  color: var(--white);
  font-size: 12px;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: block;
}

.text-block-5 {
  text-align: left;
  font-size: 12px;
}

.link-8 {
  color: var(--white);
  font-size: 12px;
}

.div-block-15 {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow {
  z-index: 15;
  padding-right: 0;
  right: -70px;
}

.left-arrow {
  display: block;
  left: -70px;
}

.slide-nav {
  top: 386px;
}

.section-hero-contact-us {
  background-color: var(--primary-color);
  background-image: linear-gradient(#1f293799, #1f293799), url('../images/pexels-a-darmel-7641859_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-contact-information {
  background-color: var(--bg-light);
  background-image: url('../images/Untitled-design_1.avif');
  background-position: 0 0;
  background-size: cover;
  padding: 40px 20px;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: block;
}

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

.div-block-17 {
  background-color: var(--white);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  box-shadow: 1px 1px 5px #0003;
}

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

.link-9 {
  color: var(--primary-color);
  text-align: center;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 400;
  text-decoration: underline;
  display: block;
}

.text-block-6 {
  font-size: 14px;
  font-weight: 600;
}

.text-block-6.normal-text {
  color: var(--primary-color);
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.section-contact-form {
  padding: 40px 20px 60px;
}

.grid-6 {
  grid-column-gap: 36px;
  grid-template-rows: auto;
}

.div-block-19 {
  background-image: url('../images/pexels-thisisengineering-3862365-1_1.avif');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  min-height: 600px;
  box-shadow: 0 2px 5px #0003;
}

.heading-8 {
  color: var(--primary-color);
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.form-text-field {
  color: var(--text-dark);
  border-radius: 8px;
  height: 50px;
  margin-bottom: 10px;
  box-shadow: 0 1px 5px #0003;
}

.form-text-field.text-field-large {
  height: 100px;
}

.field-label {
  font-size: 14px;
  font-weight: 700;
}

.text-span, .text-span-2, .text-span-3 {
  color: var(--error);
}

.checkbox-label {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 12px;
}

.text-span-4 {
  color: var(--error);
}

.text-span-5 {
  color: var(--primary-color);
}

.div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: var(--white);
  margin-top: 40px;
  padding-left: 0;
}

.text-contact-form {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.error-message {
  background-color: var(--white);
  color: var(--error);
}

.sectin-hero-about-us {
  background-image: linear-gradient(#1f293766, #1f293766), url('../images/billy-freeman-tWptj-b6IqM-unsplash-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 400px;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.section-about-us {
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.container-8 {
  max-width: 1200px;
  min-height: 600px;
}

.wrapper-about-us {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  color: var(--primary-color);
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.italic-text {
  font-style: normal;
  font-weight: 400;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  padding-bottom: 8px;
}

.rich-text-block {
  padding-bottom: 8px;
  line-height: 22px;
}

.image-10 {
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.section-hero-services {
  background-image: linear-gradient(#1f293766, #1f293766), url('../images/t-k-9AxFJaNySB8-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.section-service-1 {
  background-image: url('../images/Untitled-design_1.avif');
  background-position: 50%;
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}

.section-service-1.service-1-tablet {
  padding-left: 20px;
  padding-right: 20px;
}

.body-2 {
  background-color: var(--bg-light);
}

.grid-10 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.heading-15 {
  color: var(--primary-color);
  margin-bottom: 20px;
}

.div-block-25 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-8 {
  padding-left: 50px;
  padding-right: 50px;
  line-height: 20px;
}

.section-service-2 {
  background-color: var(--white);
  padding: 40px 20px;
}

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

.div-block-28.hide {
  display: none;
}

.paragraph-9 {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
}

.grid-12 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  overflow: hidden;
}

.service-wrapper-right, .service-wrapper-left {
  background-color: var(--bg-light);
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 8px;
  box-shadow: 0 2px 5px #0003;
}

.section-service-3 {
  background-image: url('../images/Untitled-design_1.avif');
  background-position: 50%;
  background-size: contain;
  padding: 40px 20px;
}

.grid-14 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.section-service-4 {
  background-color: var(--white);
  padding: 40px 20px;
}

.grid-15 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.section-service-5 {
  background-image: url('../images/Untitled-design_1.avif');
  background-position: 50%;
  background-size: contain;
  padding: 40px 20px;
}

.grid-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.section-why-choose-us {
  background-color: var(--bg-light);
  padding: 40px 20px;
}

.grid-17 {
  grid-column-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper-expertise {
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  padding: 8px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.section-cta {
  background-image: linear-gradient(#1f2937b3, #1f2937b3), url('../images/pexels-thirdman-5582597_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.grid-18 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-36 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-37 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.text-block-10 {
  color: var(--text-light);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 16px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.text-block-11 {
  font-size: 14px;
  font-weight: 600;
}

.text-block-12 {
  font-size: 12px;
  font-style: normal;
}

.slide {
  background-color: var(--bg-light);
  padding: 0 32px;
}

.icon-4, .icon-5 {
  color: var(--primary-color);
}

.left-arrow-2 {
  left: -40px;
}

.right-arrow-2 {
  inset: 0% -4% 0% auto;
}

.container-11 {
  max-width: 1200px;
  height: 80px;
}

.dropdown-services {
  position: relative;
}

.dropdown-toggle-2 {
  color: var(--white);
  padding-left: 0;
  padding-right: 20px;
}

.icon-6 {
  margin-right: 0;
}

.dropdown-list-2 {
  z-index: 20;
  color: var(--white);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  top: 100%;
}

.dropdown-link-4, .dropdown-link-5, .dropdown-link-6, .dropdown-link-7 {
  color: var(--white);
  background-color: #1f2937f2;
}

.dropdown-link-8 {
  color: var(--white);
  background-color: #1f2937f2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dropdown-languages {
  position: relative;
}

.dropdown-toggle-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list-3 {
  z-index: 20;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  position: absolute;
  top: 100%;
}

.dropdown-link-9 {
  color: var(--white);
  background-color: #1f2937f2;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 600;
}

.dropdown-link-10, .dropdown-link-11 {
  color: var(--white);
  background-color: #1f2937f2;
  font-weight: 600;
}

.dropdown-link-11.w--current {
  color: var(--white);
  background-color: #1f2937f2;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  color: var(--white);
}

.section-hero-pp {
  background-image: linear-gradient(#1f29379c, #1f29379c), url('../images/towfiqu-barbhuiya-FnA5pAzqhMM-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 400px;
}

.container-12 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

.section-privacy-policy {
  padding-top: 80px;
  padding-bottom: 80px;
}

.rich-text-block-2 {
  max-width: 940px;
  font-size: 14px;
  line-height: 20px;
}

.italic-text-2 {
  color: var(--text-light);
  font-size: 12px;
}

.bold-text-2 {
  color: var(--primary-color);
  font-size: 20px;
}

.section-hero-tos {
  background-image: linear-gradient(#1f293799, #1f293799), url('../images/pexels-cytonn-955395_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 400px;
}

.container-13 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 400px;
  display: flex;
}

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

.paragraph-10 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}

.italic-text-3 {
  color: var(--text-light);
  font-size: 12px;
}

.section-contact-bar {
  background-color: var(--bg-dark);
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.div-block-38 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  display: flex;
}

.image-service-3 {
  border-radius: 8px;
  width: 100%;
  height: 500px;
  box-shadow: 0 2px 5px #0003;
}

.floating-contact-bar {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1f293700;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-bottom: 60px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-26, .image-27, .image-28 {
  width: 60px;
}

.div-block-39 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-15 {
  max-width: 1200px;
}

.bold-text-3 {
  font-weight: 400;
}

.container-16 {
  perspective: 1000px;
  max-width: 1200px;
}

.container-17, .container-18, .container-19, .container-20, .container-21, .container-22, .container-23, .container-24, .container-25, .container-26, .container-27, .container-28, .container-29 {
  max-width: 1200px;
}

.rich-text-block-3 {
  max-width: 940px;
}

.bold-text-4 {
  color: var(--text-light);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
  font-size: 14px;
}

.paragraph-11 {
  color: var(--primary-color);
  font-size: 20px;
}

.image-29 {
  min-height: 400px;
}

.paragraph-14 {
  color: var(--text-light);
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.bold-text-16 {
  font-weight: 400;
}

.paragraph-15 {
  color: var(--primary-color);
  font-size: 20px;
}

.bold-text-17 {
  color: var(--text-light);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35 {
  font-size: 14px;
}

.bold-text-36 {
  font-size: 13px;
}

.bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41 {
  font-size: 14px;
}

.bold-text-42, .bold-text-43 {
  color: var(--primary-color);
  font-size: 20px;
}

.bold-text-44 {
  color: var(--text-light);
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.bold-text-45, .heading-18, .bold-text-46, .bold-text-47, .bold-text-48, .bold-text-49, .bold-text-50, .bold-text-51, .bold-text-52, .bold-text-53, .bold-text-54, .bold-text-55, .bold-text-56, .bold-text-57, .bold-text-58, .bold-text-59, .bold-text-60, .bold-text-61, .bold-text-62, .bold-text-63 {
  font-size: 14px;
}

.section-hero-gallery {
  background-image: linear-gradient(#1f2937a3, #1f2937a3), url('../images/silvia-brazzoduro-YSxcf6C_SEg-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 400px;
  display: flex;
}

.section-gallery {
  padding: 40px 20px;
}

.container-32 {
  max-width: 1200px;
}

.masonry-wrapper {
  column-count: 4;
  column-gap: 16px;
  width: 100%;
}

.masonry-image {
  cursor: auto;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 0 2px 5px #0003;
}

.services-image-1 {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 0 2px 5px #0003;
}

.services-wrapper-1, .services-wrapper-5 {
  column-count: 2;
  column-gap: 16px;
}

.service-image-5 {
  border-radius: 8px;
  width: 100%;
  margin-bottom: 16px;
  box-shadow: 0 2px 5px #0003;
}

.image-service4 {
  border-radius: 8px;
  height: 340px;
  box-shadow: 0 2px 5px #0003;
}

.services-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.services-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-service-2 {
  border-radius: 8px;
  box-shadow: 0 2px 5px #0003;
}

.section-map-embed {
  filter: grayscale(30%);
}

.slide-nav-2 {
  inset: auto 0% 12%;
}

.grid-service-tablet, .grid-service-2-tablet, .grid-service-5-tablet, .div-block-104 {
  display: none;
}

.navbar-logo-left-2 {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

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

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

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-mobile, .grid-tablet, .wrapper-mobile {
  display: none;
}

.section-contact-bar-tablet-ro {
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.bold-text-64 {
  font-weight: 600;
}

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

.slider-5 {
  margin-left: 40px;
  margin-right: 40px;
}

.slider-6 {
  background-color: #ddd0;
  margin-left: 20px;
  margin-right: 20px;
}

.link-block-11, .link-block-12, .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17, .link-block-18, .link-block-19, .link-block-20, .link-block-21, .link-block-22, .link-block-23, .link-block-24 {
  z-index: 5;
  position: absolute;
  inset: 0;
}

.link-block-25, .link-block-26 {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.link-block-27, .link-block-28 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.link-block-29 {
  position: absolute;
  inset: 0%;
}

.link-block-29.w--current {
  z-index: 10;
}

.link-block-30, .link-block-31, .link-block-32, .link-block-33, .link-block-34, .link-block-35 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.link-block-36 {
  position: absolute;
}

.link-block-36.w--current {
  z-index: 10;
  inset: 0%;
}

.link-block-37, .link-block-38, .link-block-39, .link-block-40, .link-block-41, .link-block-42 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.link-block-43 {
  position: absolute;
}

.link-block-43.w--current {
  z-index: 10;
  inset: 0%;
}

.link-block-44, .link-block-45, .link-block-46, .link-block-47, .link-block-48 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.submit-button {
  background-color: var(--secondary-color);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-2 {
  background-color: var(--secondary-color);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.submit-button-3 {
  background-color: var(--secondary-color);
  text-transform: uppercase;
  border-radius: 8px;
  padding: 12px 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .section-navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 150px;
  }

  .navigation-menu {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .button-main, .button-main.button-large, .button-main.button-learn-more, .button-main.tablet-button {
    display: block;
  }

  .button-main.button-hide {
    display: none;
  }

  .section-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-hero {
    padding-right: 0;
    font-size: 36px;
    line-height: 54px;
  }

  .heading-2---hero {
    width: 70%;
    margin-top: 10px;
    font-size: 18px;
  }

  .section-services {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h2 {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 32px;
    line-height: 48px;
  }

  .heading-h2.padding-large {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .heading-2 {
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .grid---services {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-divider {
    margin-top: 16px;
  }

  .section-trust {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-5 {
    font-size: 16px;
  }

  .section-testimonials {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-final-cta {
    min-height: 350px;
    padding-right: 20px;
  }

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

  .paragraph-4.padding-large {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-7 {
    overflow: hidden;
  }

  .section-hero-contact-us, .section-contact-information {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-17 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .link-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .sectin-hero-about-us {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-about-us {
    padding: 40px 20px;
  }

  .grid-7 {
    display: none;
  }

  .section-hero-services, .section-service-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-service-1.service-1-tablet {
    padding-top: 40px;
  }

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

  .heading-16 {
    line-height: 24px;
  }

  .section-service-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-12 {
    display: none;
  }

  .section-service-3, .section-service-4, .section-service-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-16 {
    display: none;
  }

  .section-why-choose-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-17 {
    grid-column-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-18 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-wrapper.tablet-testimonial-hide {
    display: block;
  }

  .testimonial-wrapper.tablet-testimonial-hide.hide {
    display: none;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-2 {
    left: -60px;
  }

  .right-arrow-2 {
    right: -9%;
  }

  .section-hero-pp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-privacy-policy {
    padding: 40px 20px;
  }

  .section-hero-tos {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-tos {
    padding: 40px 20px;
  }

  .section-contact-bar {
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-contact-bar.hide {
    display: none;
  }

  .floating-contact-bar {
    padding-right: 0;
  }

  .image-26, .image-27, .image-28 {
    width: 50px;
  }

  .div-block-39 {
    justify-content: flex-start;
    align-items: center;
    height: 50px;
  }

  .div-block-40 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    justify-content: flex-start;
    align-items: center;
    margin-right: 36px;
  }

  .div-block-41 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .container-15 {
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }

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

  .image-29 {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    width: 100%;
    height: 250px;
  }

  .section-hero-gallery, .section-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }

  .masonry-wrapper {
    column-count: 3;
    column-gap: 12px;
  }

  .masonry-image {
    margin-bottom: 12px;
  }

  .image-service4 {
    object-fit: cover;
  }

  .image-service-2.image-height-80 {
    object-fit: cover;
    height: 80%;
  }

  .test-2-2 {
    height: 100%;
  }

  .image-32 {
    min-height: 25px;
  }

  .text-block-13, .text-block-14 {
    display: none;
  }

  .image-33, .image-34 {
    min-height: 25px;
  }

  .text-block-15 {
    display: none;
  }

  .image-35 {
    min-height: 25px;
  }

  .text-block-16 {
    display: none;
  }

  .slide-nav-2 {
    inset: auto 0% 12%;
  }

  .grid-service-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    padding-bottom: 32px;
    display: grid;
  }

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

  .slider-services-1-tablet {
    border-radius: 8px;
    height: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .image-41 {
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .right-arrow-3 {
    color: var(--white);
    inset: 0% -5% 0% auto;
  }

  .slide-nav-3 {
    inset: auto 0% 0%;
  }

  .image-42 {
    border-radius: 12px;
    height: 100%;
    box-shadow: 0 2px 5px #0003;
  }

  .slide-2, .slide-3, .mask {
    border-radius: 12px;
    box-shadow: 0 2px 5px #0003;
  }

  .left-arrow-3 {
    inset: 0% auto 0% -5%;
  }

  .image-43 {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    object-position: 50% 30%;
  }

  .image-44 {
    aspect-ratio: 3 / 2;
    object-fit: fill;
  }

  .grid-23 {
    grid-column-gap: 8px;
    grid-template-rows: auto 364px;
  }

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

  .image-height-80, .image-45 {
    border-radius: 8px;
    box-shadow: 0 2px 5px #0003;
  }

  .grid-service-2-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-service-5-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 32px;
    display: grid;
  }

  .div-block-103 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .div-block-104 {
    display: none;
  }

  .container-34 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .grid-27 {
    grid-template-columns: 1fr;
    height: 100%;
  }

  .image-67, .image-68 {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .slide-5 {
    border-radius: 12px;
  }

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

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

  .checkbox-field {
    margin-bottom: 0;
  }

  .section-contact-bar-tablet-ro {
    background-color: var(--bg-dark);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .link-block-10 {
    width: 150px;
  }

  .slider-4 {
    margin-left: 28px;
    margin-right: 28px;
  }

  .slider-5 {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-navbar {
    display: none;
  }

  .button-main {
    font-size: 14px;
    display: flex;
  }

  .button-main.button-large {
    font-size: 16px;
    display: block;
  }

  .button-main.button-large.paddin-medium.tablet-button {
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .button-main.tablet-button {
    font-size: 14px;
  }

  .heading-hero {
    font-size: 32px;
    line-height: 48px;
  }

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

  .section-services {
    padding-top: 40px;
  }

  .heading-h2 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 42px;
  }

  .heading-h2.secondary-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h2.padding-large {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .grid---services {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .footer-grid {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.5fr;
    place-items: start center;
  }

  .footer-divider {
    margin-top: 16px;
  }

  .div-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .section-testimonials {
    padding-bottom: 20px;
  }

  .paragraph-4.padding-large {
    margin-bottom: 20px;
    padding-left: 20px;
  }

  .grid-column-1 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-footer {
    display: none;
  }

  .grid-column-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-12 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .grid-column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .div-block-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    justify-content: space-around;
  }

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

  .div-block-17 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

  .div-block-19 {
    min-height: 350px;
  }

  .div-block-20 {
    justify-content: space-between;
    align-items: center;
  }

  .section-about-us, .section-service-1.service-1-tablet, .section-service-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-28.hide {
    display: flex;
  }

  .paragraph-9 {
    margin-bottom: 20px;
  }

  .section-service-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section-service-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .section-service-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-why-choose-us {
    padding-top: 20px;
  }

  .grid-17 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial-wrapper.tablet-testimonial-hide {
    display: block;
  }

  .left-arrow-2 {
    left: -60px;
  }

  .right-arrow-2 {
    right: -60px;
  }

  .section-contact-bar {
    display: none;
  }

  .bold-text-3 {
    line-height: 27px;
  }

  .section-gallery {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .masonry-wrapper {
    column-count: 3;
    column-gap: 8px;
  }

  .masonry-image {
    margin-bottom: 8px;
  }

  .services-wrapper-3 {
    display: none;
  }

  .form {
    flex-flow: column;
    display: flex;
  }

  .section-map-embed {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-9 {
    align-self: flex-start;
  }

  .slide-nav-2 {
    inset: auto 0% 0%;
  }

  .grid-service-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .slider-services-1-tablet, .grid-23, .grid-24 {
    display: none;
  }

  .grid-service-2-tablet, .grid-service-5-tablet {
    grid-template-columns: 1fr;
  }

  .grid-25 {
    border-radius: 8px;
    grid-template-rows: auto;
  }

  .image-46 {
    object-fit: cover;
    object-position: 50% 0%;
    border-radius: 12px;
    width: 100%;
    height: 300px;
  }

  .grid-26 {
    object-fit: fill;
    border-radius: 8px;
    grid-template-rows: auto auto auto auto;
    height: 100%;
    overflow: visible;
  }

  .slider-3 {
    background-color: #ddd0;
    border-radius: 12px;
    height: 300px;
  }

  .image-47 {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .image-48 {
    border-radius: 12px;
  }

  .image-49 {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 300px;
    overflow: auto;
  }

  .left-arrow-4 {
    inset: 0% auto 0% -2%;
  }

  .right-arrow-4 {
    inset: 0% -2% 0% auto;
  }

  .slide-nav-4 {
    inset: auto 0% -12%;
  }

  .div-block-104 {
    margin-bottom: 32px;
    display: block;
  }

  .navbar-logo-left-2 {
    z-index: 50;
    background-color: #1f2937f2;
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: sticky;
    top: 0;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-logo-left-container-3.shadow-three {
    height: 70px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .container-34, .navbar-wrapper-3 {
    height: 70px;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    background-color: #1f2937f2;
    border-radius: 16px;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .nav-link-3 {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link-3.w--current {
    color: var(--white);
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide.w--open {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: var(--white);
    background-color: #1f2937f2;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-link-3 {
    color: var(--white);
    text-align: center;
  }

  .menu-button-3 {
    padding: 4px;
  }

  .menu-button-3.w--open {
    background-color: #1f2937f2;
  }

  .image-50 {
    width: 160px;
  }

  .icon-9 {
    color: var(--white);
    font-size: 28px;
  }

  .buttons-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list-item-8, .list-item-9 {
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .list-item-10 {
    color: var(--white);
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .list-item-11 {
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    font-weight: 600;
  }

  .slider-mobile {
    border-radius: 12px;
    margin-bottom: 40px;
    display: block;
  }

  .slider-mobile.hide {
    display: none;
  }

  .slide-nav-6 {
    object-position: 50% 100%;
    inset: auto 0% -12%;
  }

  .right-arrow-6 {
    inset: 0% -2% 0% auto;
  }

  .left-arrow-6 {
    inset: 0% auto 0% -2%;
  }

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

  .mask-3, .mask-4 {
    border-radius: 12px;
  }

  .right-arrow-7 {
    inset: 0% -2% 0% auto;
  }

  .left-arrow-7 {
    inset: 0% auto 0% -2%;
  }

  .slide-nav-7 {
    inset: auto 0% -12%;
  }

  .left-arrow-8 {
    inset: 0% auto 0% -2%;
  }

  .right-arrow-8 {
    inset: 0% -2% 0% auto;
  }

  .slide-nav-8 {
    inset: auto 0% -12%;
  }

  .image-55 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
  }

  .image-57 {
    object-fit: cover;
    object-position: 50% 60%;
    width: 100%;
    height: 100%;
  }

  .mask-5, .mask-6 {
    border-radius: 12px;
  }

  .image-59 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
  }

  .image-60 {
    object-fit: cover;
    object-position: 50% 25%;
    width: 100%;
    height: 100%;
  }

  .image-62 {
    object-fit: cover;
    object-position: 50% 15%;
    width: 100%;
    height: 100%;
  }

  .left-arrow-9 {
    inset: 0% auto 0% -2%;
  }

  .right-arrow-9 {
    inset: 0% -2% 0% auto;
  }

  .slide-nav-9 {
    inset: auto 0% -12%;
  }

  .image-63 {
    object-fit: cover;
    object-position: 50% 70%;
    width: 100%;
    height: 100%;
  }

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

  .image-65 {
    object-fit: cover;
    object-position: 50% 75%;
    width: 100%;
    height: 100%;
  }

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

  .image-69 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
  }

  .mask-7 {
    border-radius: 12px;
  }

  .grid-tablet {
    display: none;
  }

  .wrapper-mobile {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-70 {
    border-radius: 8px;
    height: 450px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .section-contact-bar-tablet-ro {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section-navbar {
    display: none;
  }

  .button-main {
    font-size: 16px;
  }

  .button-main.button-large {
    padding: 12px;
  }

  .button-main.button-large.paddin-medium.tablet-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .button-main.button-learn-more {
    padding: 12px;
    font-size: 16px;
    display: block;
  }

  .button-main.tablet-button {
    padding: 8px 12px;
    font-size: 14px;
  }

  .section-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-hero {
    text-align: center;
    word-break: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 39px;
  }

  .heading-2---hero {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
  }

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

  .section-services {
    padding: 28px 20px;
  }

  .heading-h2 {
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 33px;
  }

  .heading-h2.secondary-heading {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 36px;
  }

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

  .heading-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .grid---services {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .service-card {
    max-width: 290px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .paragraph {
    font-size: 16px;
  }

  .footer-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-divider {
    margin-top: 16px;
  }

  .section-trust {
    padding: 28px 20px;
  }

  .grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .heading-5 {
    margin-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 16px;
  }

  .section-testimonials {
    padding: 28px 20px;
  }

  .section-final-cta {
    background-image: linear-gradient(#ffffff5c, #ffffff5c), url('../images/pexels-jvdm-1454804_1.avif');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-4 {
    min-height: 350px;
  }

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

  .paragraph-4.padding-large {
    text-align: center;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .section-footer {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-7, .text-block-4, .link-6, .link-7, .text-block-5, .link-8 {
    font-size: 14px;
  }

  .div-block-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-hero-contact-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-contact-information {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-17 {
    height: 190px;
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .div-block-18 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .link-9 {
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block-6 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-contact-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .div-block-19 {
    min-height: 350px;
  }

  .form-text-field, .field-label {
    font-size: 16px;
    line-height: 22px;
  }

  .checkbox-label {
    font-size: 14px;
    line-height: 20px;
  }

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

  .sectin-hero-about-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-about-us {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 28px;
  }

  .bold-text, .italic-text, .list-item, .list-item-2, .list-item-3, .list-item-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-service-1.service-1-tablet {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .div-block-25 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .heading-16 {
    line-height: 24px;
  }

  .paragraph-8 {
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .section-service-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .div-block-28 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .div-block-28.hide {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .paragraph-9 {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .section-service-3 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .section-service-4 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

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

  .section-service-5, .section-why-choose-us {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .wrapper-expertise {
    width: auto;
  }

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

  .testimonial-wrapper.tablet-testimonial-hide, .testimonial-wrapper.hide {
    display: none;
  }

  .text-block-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .left-arrow-2 {
    left: -58px;
  }

  .right-arrow-2 {
    right: -58px;
  }

  .rich-text-block-2 {
    font-size: 16px;
    line-height: 22px;
  }

  .italic-text-2 {
    font-size: 14px;
  }

  .bold-text-2, .paragraph-10 {
    line-height: 28px;
  }

  .italic-text-3 {
    font-size: 14px;
  }

  .section-contact-bar {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .image-service-3 {
    height: 300px;
  }

  .floating-contact-bar {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-26, .image-27, .image-28 {
    width: 55px;
  }

  .bold-text-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .rich-text-block-3 {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-4 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .image-29 {
    display: none;
  }

  .bold-text-16, .bold-text-17 {
    font-size: 14px;
  }

  .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-22 {
    font-size: 16px;
  }

  .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41 {
    font-size: 16px;
    line-height: 22px;
  }

  .bold-text-42 {
    line-height: 28px;
  }

  .section-gallery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .masonry-wrapper {
    column-count: 2;
    column-gap: 8px;
  }

  .masonry-image {
    margin-bottom: 8px;
  }

  .test-4-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    height: 200px;
    display: none;
  }

  .test-4-3 {
    display: none;
  }

  .image-service4 {
    height: 240px;
  }

  .services-wrapper-3 {
    display: none;
  }

  .form {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .image-38, .image-39, .image-40 {
    width: 110px;
    padding-bottom: 8px;
  }

  .slide-nav-2 {
    inset: auto 0% 5%;
  }

  .grid-service-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .slider-services-1-tablet {
    display: none;
  }

  .grid-23 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .grid-24 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .grid-service-2-tablet {
    flex-flow: column;
    display: flex;
  }

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

  .div-block-103 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

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

  .slider-3 {
    display: none;
  }

  .image-47 {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .image-48 {
    display: none;
  }

  .navbar-logo-left-2 {
    z-index: 50;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-34 {
    max-width: none;
  }

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

  .nav-menu-wrapper-3 {
    text-align: center;
  }

  .nav-menu-two-3 {
    flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-dropdown-link-3 {
    font-size: 14px;
  }

  .menu-button-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-50 {
    width: 110px;
    overflow: visible;
  }

  .icon-9 {
    font-size: 34px;
  }

  .buttons-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-51 {
    width: 26px;
  }

  .slider-mobile {
    border-radius: 12px;
    margin-bottom: 40px;
    display: block;
  }

  .slider-mobile.hide {
    display: block;
  }

  .right-arrow-5 {
    inset: 0% -2% 0% auto;
  }

  .left-arrow-5 {
    inset: 0% auto 0% -2%;
  }

  .mask-2 {
    border-radius: 12px;
  }

  .image-52 {
    object-fit: cover;
    height: 100%;
  }

  .slide-nav-5, .slide-nav-6 {
    inset: auto 0% -12%;
  }

  .right-arrow-6 {
    inset: 0% -2% 0% auto;
  }

  .left-arrow-6 {
    inset: 0% auto 0% -2%;
  }

  .image-53 {
    object-fit: cover;
    height: 100%;
  }

  .mask-3, .mask-4 {
    border-radius: 12px;
  }

  .right-arrow-7 {
    inset: 0% -2% 0% auto;
  }

  .left-arrow-7 {
    inset: 0% auto 0% -2%;
  }

  .slide-nav-7 {
    object-fit: cover;
    inset: auto 0% -12%;
  }

  .left-arrow-8 {
    inset: 0% auto 0% -2%;
  }

  .right-arrow-8 {
    inset: 0% -2% 0% auto;
  }

  .slide-nav-8 {
    inset: auto 0% -12%;
  }

  .image-55 {
    object-fit: cover;
    height: 100%;
  }

  .image-57, .image-58 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .mask-5, .mask-6 {
    border-radius: 12px;
  }

  .image-59, .image-60, .image-61, .image-62 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .left-arrow-9 {
    inset: 0% auto 0% -2%;
  }

  .right-arrow-9 {
    inset: 0% -2% 0% auto;
  }

  .slide-nav-9 {
    inset: auto 0% -12%;
  }

  .image-63, .image-64 {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .image-65 {
    object-fit: cover;
    object-position: 50% 75%;
    width: 100%;
    height: 100%;
  }

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

  .list {
    padding-left: 20px;
  }

  .rich-text-block-4 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
  }

  .list-2 {
    padding-left: 20px;
  }

  .slider-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-16, .paragraph-17, .list-item-12, .paragraph-18, .paragraph-19, .bold-text-65, .paragraph-20, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .paragraph-21, .bold-text-66, .paragraph-22, .list-3, .paragraph-23, .paragraph-24, .paragraph-25, .paragraph-26, .list-4, .paragraph-27, .paragraph-28 {
    font-size: 16px;
    line-height: 22px;
  }

  .list-5 {
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph-29, .paragraph-30, .list-6, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34, .list-7, .paragraph-35 {
    font-size: 16px;
    line-height: 22px;
  }
}

#w-node-_43044be9-c807-90a1-de18-d4f89334e31d-7d2ba787 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-7d2ba787 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-7d2ba787 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-7d2ba787 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-7d2ba787 {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_51ea82d6-cd6c-105f-b4e5-ca3475a965d1-7d2ba787 {
  place-self: center;
}

#w-node-_31dfc400-b897-801a-11f7-1077a42a38f3-81a690ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e682a8-acf2-a19c-3311-cc8833eb331b-81a690ba {
  justify-self: center;
}

#w-node-dc6c65e4-fb57-9f21-6eb2-ee71cc2bb369-81a690ba {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43044be9-c807-90a1-de18-d4f89334e31d-8a9764fd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-8a9764fd {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-8a9764fd {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-8a9764fd {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-8a9764fd {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_51ea82d6-cd6c-105f-b4e5-ca3475a965d1-8a9764fd {
  place-self: center;
}

#w-node-_31dfc400-b897-801a-11f7-1077a42a38f3-8a02956e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e682a8-acf2-a19c-3311-cc8833eb331b-8a02956e {
  justify-self: center;
}

#w-node-dc6c65e4-fb57-9f21-6eb2-ee71cc2bb369-8a02956e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43044be9-c807-90a1-de18-d4f89334e31d-a2ff084c {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-a2ff084c {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-a2ff084c {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-a2ff084c {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-a2ff084c {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-_51ea82d6-cd6c-105f-b4e5-ca3475a965d1-a2ff084c {
  place-self: center;
}

#w-node-_31dfc400-b897-801a-11f7-1077a42a38f3-e0f06666 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67e682a8-acf2-a19c-3311-cc8833eb331b-e0f06666 {
  justify-self: center;
}

#w-node-dc6c65e4-fb57-9f21-6eb2-ee71cc2bb369-e0f06666 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_43044be9-c807-90a1-de18-d4f89334e31d-7d2ba787, #w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-7d2ba787, #w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-7d2ba787, #w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-7d2ba787 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-7d2ba787 {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-f630100f-4ec7-4ab4-e899-06a666fe3ae3-5a2ebebf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_053c10ba-f7e0-020e-85a5-5ba06eb54635-81a690ba, #w-node-_76bff765-7616-302d-eb92-de8fad419e29-81a690ba, #w-node-_6f686ae0-5024-b94b-f9c8-a7e629820364-81a690ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2538c7a-4539-b157-d238-7788fe97c9d4-81a690ba, #w-node-f289fcee-705b-c3e6-e283-358075a3aead-81a690ba {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f0e32985-5e32-5476-bacf-8fdb1c05d0b4-81a690ba {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3791f37-460b-6523-480b-48a1c590c3a8-81a690ba {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_8cf32714-9457-7986-c38e-ab88be4fbdbb-81a690ba {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_43044be9-c807-90a1-de18-d4f89334e31d-8a9764fd, #w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-8a9764fd, #w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-8a9764fd, #w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-8a9764fd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-8a9764fd {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_053c10ba-f7e0-020e-85a5-5ba06eb54635-8a02956e, #w-node-_76bff765-7616-302d-eb92-de8fad419e29-8a02956e, #w-node-_6f686ae0-5024-b94b-f9c8-a7e629820364-8a02956e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2538c7a-4539-b157-d238-7788fe97c9d4-8a02956e, #w-node-f289fcee-705b-c3e6-e283-358075a3aead-8a02956e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f0e32985-5e32-5476-bacf-8fdb1c05d0b4-8a02956e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3791f37-460b-6523-480b-48a1c590c3a8-8a02956e {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_8cf32714-9457-7986-c38e-ab88be4fbdbb-8a02956e {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-f630100f-4ec7-4ab4-e899-06a666fe3ae3-7e7a0cd3, #w-node-_43044be9-c807-90a1-de18-d4f89334e31d-a2ff084c, #w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-a2ff084c, #w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-a2ff084c, #w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-a2ff084c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-a2ff084c {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_053c10ba-f7e0-020e-85a5-5ba06eb54635-e0f06666, #w-node-_76bff765-7616-302d-eb92-de8fad419e29-e0f06666, #w-node-_6f686ae0-5024-b94b-f9c8-a7e629820364-e0f06666 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2538c7a-4539-b157-d238-7788fe97c9d4-e0f06666, #w-node-f289fcee-705b-c3e6-e283-358075a3aead-e0f06666 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-f0e32985-5e32-5476-bacf-8fdb1c05d0b4-e0f06666 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b3791f37-460b-6523-480b-48a1c590c3a8-e0f06666 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_8cf32714-9457-7986-c38e-ab88be4fbdbb-e0f06666 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_59c85b1b-2a36-27e6-0f9d-e63c9d6b32f5-8e072965 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f630100f-4ec7-4ab4-e899-06a666fe3ae3-8e072965 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d6ec523-623d-58a4-66a8-0dfb15721ca2-81a690ba {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-b2cad0f7-bfb4-a8ec-d1a4-51aedf59c7f8-81a690ba {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-b3791f37-460b-6523-480b-48a1c590c3a8-81a690ba {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8cf32714-9457-7986-c38e-ab88be4fbdbb-81a690ba {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2d6ec523-623d-58a4-66a8-0dfb15721ca2-8a02956e {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-b2cad0f7-bfb4-a8ec-d1a4-51aedf59c7f8-8a02956e {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-b3791f37-460b-6523-480b-48a1c590c3a8-8a02956e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8cf32714-9457-7986-c38e-ab88be4fbdbb-8a02956e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2d6ec523-623d-58a4-66a8-0dfb15721ca2-e0f06666 {
    grid-area: span 4 / span 1 / span 4 / span 1;
  }

  #w-node-b2cad0f7-bfb4-a8ec-d1a4-51aedf59c7f8-e0f06666 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-b3791f37-460b-6523-480b-48a1c590c3a8-e0f06666 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8cf32714-9457-7986-c38e-ab88be4fbdbb-e0f06666 {
    grid-area: 3 / 1 / 4 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_43044be9-c807-90a1-de18-d4f89334e31d-7d2ba787, #w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-7d2ba787, #w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-7d2ba787, #w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-7d2ba787, #w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-7d2ba787 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_51ea82d6-cd6c-105f-b4e5-ca3475a965d1-7d2ba787 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_119a5954-a340-6e68-5762-775cc96ddf1d-237e743e {
    order: 0;
  }

  #w-node-_67e682a8-acf2-a19c-3311-cc8833eb331b-81a690ba {
    justify-self: center;
  }

  #w-node-acd7c4ce-1e58-5a03-88ca-2f814544778c-81a690ba, #w-node-_56d82b1b-2017-aa06-b8cc-8fbbfe875d6d-81a690ba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43044be9-c807-90a1-de18-d4f89334e31d-8a9764fd {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-8a9764fd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-8a9764fd {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-8a9764fd {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-8a9764fd {
    grid-column-start: 1;
  }

  #w-node-_51ea82d6-cd6c-105f-b4e5-ca3475a965d1-8a9764fd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_67e682a8-acf2-a19c-3311-cc8833eb331b-8a02956e {
    justify-self: center;
  }

  #w-node-acd7c4ce-1e58-5a03-88ca-2f814544778c-8a02956e, #w-node-_56d82b1b-2017-aa06-b8cc-8fbbfe875d6d-8a02956e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_119a5954-a340-6e68-5762-775cc96ddf1d-7555a671 {
    order: 0;
  }

  #w-node-_43044be9-c807-90a1-de18-d4f89334e31d-a2ff084c, #w-node-_4573cc38-6fe5-e90e-ec47-d7511527d704-a2ff084c, #w-node-_5f61422c-4150-4d70-4a01-e29e2e1b3f02-a2ff084c, #w-node-_4091d263-c962-7feb-0dde-d90fc845ba91-a2ff084c, #w-node-_8134b1e5-385c-7ef3-d3aa-219b54567bfd-a2ff084c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

  #w-node-_51ea82d6-cd6c-105f-b4e5-ca3475a965d1-a2ff084c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_67e682a8-acf2-a19c-3311-cc8833eb331b-e0f06666 {
    justify-self: center;
  }

  #w-node-acd7c4ce-1e58-5a03-88ca-2f814544778c-e0f06666, #w-node-_56d82b1b-2017-aa06-b8cc-8fbbfe875d6d-e0f06666 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_119a5954-a340-6e68-5762-775cc96ddf1d-f8d8dbaa {
    order: 0;
  }
}


