:root {
  --background-color: #0a0f3a;
  --primary-color: #bf6767;
  --grün-main: #272727e6;
  --secondary: #8d1315;
  --flowblocks-component-library--color--white: #fff;
  --secondary-background: #bf8a671a;
  --flowblocks-component-library--color--primary-1: #6162f4;
  --flowblocks-component-library--color--gray-2: #787c8c;
  --flowblocks-component-library--black: black;
  --flowblocks-component-library--font-family--font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --flowblocks-component-library--border-radius--border-radius: 10px;
  --flowblocks-component-library--color--gray-1: #f5f9fc;
  --flowblocks-component-library--color--transparent: #0000;
  --blau-main: #16297e;
  --flowblocks-component-library--color--black: #212121;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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: #666;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

h1 {
  color: #4d4d4d;
  text-transform: uppercase;
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
}

h2 {
  color: #4d4d4d;
  max-width: 555px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  color: #4d4d4d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

h6 {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

p {
  opacity: .8;
  color: #666;
  max-width: 457px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

ul, ol {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  line-height: 26px;
}

li {
  font-weight: 400;
}

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

label {
  color: #4d4d4d;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.navbar {
  z-index: 1000;
  background-color: #fff;
  border-bottom: 1px solid #000;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 20px;
  position: sticky;
  top: 0;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link {
  color: #4d4d4d;
  letter-spacing: 0;
  text-transform: none;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

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

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

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

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

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

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

.nav-dropdown-icon {
  margin-right: 0;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  box-shadow: 0 0 20px #0003;
}

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

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

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

.button-primary {
  border: 1px solid var(--grün-main);
  background-color: var(--secondary);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s, background-color .3s ease-in;
}

.button-primary:hover {
  border: 1px solid var(--secondary);
  color: var(--flowblocks-component-library--color--white);
  background-color: #fff0;
}

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

.button-primary.navbar-button {
  background-color: var(--grün-main);
  padding-left: 28px;
  padding-right: 28px;
}

.button-primary.navbar-button.inverted {
  background-color: var(--secondary);
  margin-top: 12px;
}

.banner-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.main-logo {
  width: auto;
  min-width: auto;
  max-width: 240px;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 20px;
}

.main-body {
  line-height: 26px;
}

.button-wrapper {
  margin-left: 20px;
}

.hero-section {
  background-color: #0000;
  background-image: linear-gradient(#272727b3, #272727b3), url('../images/bg_header02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.banner-sub-title {
  color: #b3b3b3;
  -webkit-text-stroke-color: #b6a62e;
  text-transform: uppercase;
  font-family: Chakra Petch, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.sub-title {
  color: #fffc;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.banner-button-wrapper {
  grid-column-gap: 16px;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.secondary-button {
  border: 1px solid var(--secondary);
  color: var(--flowblocks-component-library--color--white);
  -webkit-text-stroke-color: var(--secondary);
  text-transform: uppercase;
  background-color: #fff0;
  padding: 10px 24px;
  font-weight: 500;
  transition: color .5s, background-color .3s ease-in;
}

.secondary-button:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: #fff;
}

.banner-contents {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.banner-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  max-height: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-image {
  width: auto;
  min-width: auto;
  max-width: 750px;
  max-height: none;
  position: relative;
}

.container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

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

.container.style-guide {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.features-section {
  padding-top: 120px;
  padding-bottom: 64px;
}

.features-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.section-title {
  color: var(--grün-main);
  text-align: center;
  max-width: 600px;
  margin-top: 0;
  margin-right: 12px;
  font-family: Chakra Petch, sans-serif;
  font-weight: 700;
}

.section-title.left-allign {
  text-align: left;
  margin-top: 0;
}

.section-title.left-allign.new {
  color: #fff;
  font-family: Chakra Petch, sans-serif;
}

.section-title.higher-width {
  max-width: 750px;
}

.section-title.new {
  color: #fff;
  font-family: Chakra Petch, sans-serif;
}

.highlight-text {
  direction: ltr;
  color: var(--secondary);
  text-transform: none;
  object-fit: cover;
  background-image: url('../images/Vector-17_1Vector 17.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: inline;
  overflow: visible;
}

.features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 63px;
  display: grid;
}

.features-logo {
  min-width: auto;
  max-width: 60px;
  min-height: auto;
  max-height: 60px;
  margin-bottom: 10px;
}

.features-card {
  grid-row-gap: 20px;
  color: #3c3636;
  background-color: #61616133;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 32px 72px;
  display: flex;
}

.middle-allign-paragraph {
  text-align: center;
  max-width: 296px;
  margin-bottom: 0;
}

.middle-allign-paragraph.team-member {
  max-width: 615px;
}

.about-section {
  background-image: linear-gradient(to bottom, var(--grün-main), var(--grün-main)), url('../images/o2.webp');
  -webkit-text-stroke-color: #fff;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 190px 0 90px 15px;
  overflow: hidden;
}

.about-us-wrapper {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-image-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-left: 20px;
  display: flex;
}

.about-image {
  z-index: 1;
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: 553px;
  max-height: 432px;
  position: relative;
}

.about-us-contents {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.hero-title {
  color: #fff;
  min-width: auto;
  margin-bottom: 20px;
  font-family: Chakra Petch, sans-serif;
  font-weight: 700;
  line-height: 64px;
}

.card-title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.image-background {
  background-color: var(--grün-main);
  min-width: 883px;
  min-height: 592px;
  margin-left: -403px;
  position: absolute;
  inset: -18% auto auto 0%;
}

.image-background.services {
  min-width: 883px;
  margin-left: 0;
  margin-right: -477px;
  inset: auto 0% -19% auto;
}

.image-background.services.new {
  background-color: var(--secondary);
}

.image-background.video-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 580px;
  max-height: none;
  margin-left: 0;
  margin-right: -441px;
  padding-top: 0;
  display: block;
  inset: -18% 0% auto auto;
}

.nav-list.logo-list {
  display: none;
}

.about-us-caption {
  z-index: 1;
  color: #ffffff4d;
  white-space: nowrap;
  border-top: 1px #000;
  border-right: 1px #000;
  height: auto;
  padding-right: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  position: absolute;
  inset: 30% auto auto -102px;
  transform: rotate(-90deg);
}

.caption-border {
  border-right: 1px solid var(--secondary);
  background-color: var(--secondary);
  width: 149px;
  height: 1px;
  position: absolute;
  inset: auto auto 17% -67px;
  transform: rotate(90deg);
}

.caption-border.smaller {
  width: 28px;
  position: absolute;
  inset: 3% auto auto -9px;
}

.caption-border.services-caption {
  z-index: 1;
  width: 120px;
  inset: auto -97px 14% auto;
}

.card-section-of-about {
  padding-top: 100px;
  padding-bottom: 64px;
  position: relative;
}

.about-card-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.about-us-card {
  grid-row-gap: 14px;
  background-color: var(--secondary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 100%;
  min-height: 246px;
  max-height: none;
  padding: 0;
  display: flex;
  position: relative;
}

.about-us-card.brown-color {
  background-color: var(--grün-main);
  background-image: linear-gradient(to bottom, var(--grün-main), var(--grün-main)), url('../images/container-containerdienst-container-muss-abgeholt-werden-1024x683.jpeg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.about-card-section {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}

.about-card-number {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.outbound-icon {
  color: #bf6767;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  inset: 15px 15px auto auto;
}

.outbound-icon.white-color {
  color: #fff;
}

.outbound-icon.footer {
  position: static;
}

.outbound-icon.services {
  z-index: 1;
  color: var(--secondary);
  inset: 5% -48px auto auto;
}

.outbound-icon.about-video {
  z-index: 50;
  color: var(--secondary);
  right: -36px;
}

.footer-text {
  font-weight: 300;
  line-height: 24px;
}

.footer-section {
  background-color: var(--grün-main);
  background-image: linear-gradient(to bottom, var(--grün-main), var(--grün-main)), url('../images/bg_header02.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 106px;
  padding-bottom: 0;
}

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

.footer-grid-box {
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 100%;
  display: flex;
}

.footer-grid-box.instagram {
  max-width: 230px;
}

.icon-and-title-wrapper {
  grid-column-gap: 25px;
  flex-direction: row;
  display: flex;
}

.footer-icon {
  opacity: .8;
  color: #fff;
  font-family: Icofont, sans-serif;
}

.information {
  color: #fffc;
  font-weight: 300;
}

.instagram-title-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-sub-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.instagram-photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  display: grid;
}

.instagram-image {
  object-fit: cover;
  max-width: 110px;
  min-height: 110px;
  max-height: none;
}

.footer-heading {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.subscribe-form-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.subscribe-email-input {
  color: #fff;
  background-color: #ffffff4d;
  border: 1px solid #0000;
  min-width: auto;
  max-width: none;
  min-height: 46px;
  margin-bottom: 0;
  transition: border-color .4s ease-out;
}

.subscribe-email-input:focus {
  border-width: 1px;
  border-color: var(--primary-color);
}

.subscribe-email-input::placeholder {
  color: #fff;
  font-weight: 300;
  line-height: 24px;
}

.form-submit-button {
  background-color: var(--primary-color);
  width: auto;
  min-width: 40px;
  height: auto;
  min-height: 40px;
  padding: 0;
  font-family: Icofont, sans-serif;
  font-size: 16px;
  position: relative;
  inset: auto 43px 0 auto;
}

.social-icons-wrapper {
  grid-column-gap: 15px;
  display: flex;
}

.social-icon {
  color: #fff9;
  cursor: pointer;
  font-family: Icofont, sans-serif;
  font-size: 20px;
  line-height: 24px;
  transition: color .3s, transform .5s;
}

.social-icon:hover {
  transform: scale(1.2);
}

.social-icon.facebook:hover {
  color: #4267b2;
}

.social-icon.twitter:hover {
  color: #1da1f2;
}

.social-icon.linkdln:hover {
  color: #0077b5;
}

.social-icon.instagram:hover {
  color: #e1306c;
}

.social-icon.vimeo:hover {
  color: #19b7ea;
}

.social-icon.youtube {
  color: #fff9;
}

.social-icon.youtube:hover {
  color: red;
}

.services-section {
  background-image: linear-gradient(to bottom, var(--grün-main), var(--grün-main)), url('../images/o2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-top: 0;
  padding-top: 134px;
  padding-bottom: 94px;
  overflow: hidden;
}

.services-section:hover {
  -webkit-text-stroke-color: #172916;
}

.services-quote {
  border-left-color: var(--primary-color);
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 422px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.services-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.services-tabs {
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.services-tabs-wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.services-tab {
  background-color: var(--secondary-background);
  color: #000;
  text-transform: uppercase;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.services-tab.w--current {
  background-color: var(--secondary);
  color: #fff;
  border: 1px #000;
  flex-direction: column;
  margin-left: -2px;
  display: block;
}

.services-tab-title {
  border-right: 2px solid var(--secondary);
  color: #fff;
  padding: 0 18px;
  line-height: 28px;
}

.services-tab-title.no-border {
  border-right-style: none;
}

.services-tab-contents {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  min-width: auto;
  display: flex;
}

.services-image-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.services-caption {
  z-index: 1;
  color: #bf8a674d;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  position: absolute;
  inset: 36% -150px auto auto;
  transform: rotate(-90deg);
}

.services-caption.no-breaking-lines {
  color: #83838387;
}

.services-image {
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: 552px;
  max-height: none;
  position: relative;
}

.gallery-section {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 0;
  overflow: hidden;
}

.title-paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.title-paragraph.middle-allign {
  color: #6e6e6e;
  text-align: center;
  max-width: 616px;
}

.services-quote-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.quote-border {
  border-left: 5px solid var(--primary-color);
  height: 64px;
  max-height: 64px;
}

.gallery-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.gallary-grid-one {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100vw;
  position: relative;
}

.gallery-lightbox {
  z-index: 99;
  flex-direction: row;
  display: block;
  position: relative;
}

.gallery-image {
  object-fit: cover;
  min-width: 360px;
  height: 360px;
}

.gallery-grid-two {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  position: relative;
}

.hover-overlay {
  opacity: 0;
  background-color: #525252f7;
  justify-content: center;
  align-items: center;
  margin: 15px;
  padding: 0;
  transition: opacity .3s ease-in;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hover-overlay:hover {
  opacity: 1;
}

.gallery-hover-overlay-text {
  color: #fff;
  text-align: center;
  max-width: 215px;
  font-size: 16px;
  font-weight: 500;
}

.gallery-title-and-paragraph {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.testimonial-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 810px;
  display: flex;
}

.testimonial-title-and-paragraph {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-content-wrapper {
  grid-row-gap: 30px;
  background-color: #df8c551a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 45px 60px 40px;
  display: flex;
  position: relative;
}

.testimonial-image {
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: 120px;
  height: auto;
  min-height: auto;
  max-height: 120px;
}

.testimonial-image.medium, .testimonial-image.small {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.client-quote {
  text-align: center;
  max-width: 100%;
  font-weight: 300;
}

.client-quote.left-allign {
  text-align: left;
  line-height: 24px;
}

.client-information {
  text-align: center;
  font-weight: 300;
  line-height: 28px;
}

.client-name {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.client-name.testimonial {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
}

.arrow-image {
  position: absolute;
  inset: -7% 22% auto auto;
}

.arrow-image.client-one {
  opacity: 1;
  right: 74%;
}

.arrow-image.client-two {
  opacity: 1;
  right: 62%;
}

.arrow-image.client-three {
  opacity: 1;
  display: block;
  right: 48%;
}

.arrow-image.client-four {
  opacity: 1;
  right: 35%;
}

.testimonial-slide {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90px;
  height: auto;
  max-height: 90px;
  padding: 0;
  transition: all .2s ease-out;
  display: flex;
}

.testimonial-slide.w--current {
  background-color: #0000;
  width: auto;
  min-width: auto;
  max-width: 120px;
  height: auto;
  min-height: auto;
  max-height: 120px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .5s;
}

.testimonial-slide.smaller-testimonial-slide {
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 60px;
}

.testimonial-slide.smaller-testimonial-slide.w--current {
  max-width: 120px;
  max-height: 120px;
}

.testimonial-tabs {
  display: block;
}

.testimonial-tab-blocks {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-div {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-us-paragraph {
  color: #fff;
}

.text-and-border {
  padding-right: 0;
}

.services-paragraph {
  color: #cecece;
  -webkit-text-stroke-color: #fff;
}

.banner-section {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--grün-main), var(--grün-main)), url('../images/o2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.page-title-block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.page-name {
  color: var(--secondary);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.video-section {
  flex-direction: row;
  padding-top: 120px;
  padding-bottom: 90px;
  padding-right: 20px;
  display: block;
  overflow: hidden;
}

.video-title-and-paragraph {
  grid-row-gap: 68px;
  flex-direction: column;
  width: auto;
  max-width: 451px;
  display: flex;
  position: relative;
}

.video-section-wrapper {
  grid-column-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.video-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: auto;
  margin-top: 50px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.video-caption {
  color: #bf67674d;
  justify-content: flex-start;
  align-items: center;
  margin-top: 191px;
  margin-right: -184px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(-90deg);
}

.video {
  width: 100%;
  min-width: 583px;
  max-width: 585px;
  max-height: 438px;
}

.about-us-tab-menu {
  margin-top: 24px;
  margin-bottom: 24px;
}

.about-us-tab {
  background-color: var(--secondary-background);
  color: #4d4d4d;
  text-transform: uppercase;
  padding: 14px 20px;
  font-weight: 500;
  line-height: 24px;
}

.about-us-tab.w--current {
  background-color: var(--secondary);
  color: #fff;
  padding: 14px 20px;
}

.team-member-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-section {
  padding-top: 120px;
}

.title-and-paragraph-block {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-member-grid {
  grid-column-gap: 30px;
  grid-row-gap: 44px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 60px;
}

.team-member-image-wrapper {
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
  color: #0000;
}

.team-member-image {
  object-fit: contain;
  width: 100%;
  max-width: 234px;
  max-height: 234px;
  padding-top: 10px;
}

.team-member-name {
  color: #4d4d4d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.team-member-position {
  font-weight: 300;
}

.team-member-information {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.team-member {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.partner-section {
  background-color: var(--secondary);
  margin-top: 120px;
}

.partner-section-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.partner-section-contents {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner-logo {
  opacity: .6;
  object-fit: contain;
  min-width: 120px;
  max-width: none;
  min-height: auto;
  transition: all .3s;
}

.partner-logo:hover {
  opacity: 1;
  filter: none;
}

.partner-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.partner-heading {
  color: #fff;
  text-align: center;
  max-width: 746px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

.testimonial-about-section {
  padding-top: 120px;
}

.testimonial-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  padding-top: 60px;
}

.testimonial-div {
  grid-column-gap: 40px;
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
  padding: 40px 30px;
  display: flex;
}

.client-texts-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-address {
  font-weight: 300;
  line-height: 28px;
}

.page-title {
  color: #fff;
  text-align: center;
  font-size: 55px;
}

.services-page-section {
  padding-top: 120px;
  display: none;
}

.our-services-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-services-grid {
  grid-column-gap: 25px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.our-services-block {
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
}

.our-servies-image {
  object-fit: cover;
  width: 100%;
  max-width: 360px;
  height: 100%;
  max-height: 280px;
}

.our-services-heading-and-description {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.faq-section {
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
  margin-top: 100px;
  margin-bottom: -120px;
  padding-top: 120px;
  padding-bottom: 0;
  display: none;
}

.faq-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-heading-and-paragraph {
  grid-row-gap: 26px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq-paragraph {
  text-align: center;
  max-width: 750px;
  font-size: 18px;
  line-height: 28px;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  margin-top: 60px;
  padding-bottom: 120px;
  display: grid;
}

.dropdown-title {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.dropdown-arrow {
  font-family: Icofont, sans-serif;
}

.dropdown-texts {
  color: #666;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
}

.dropdown-content {
  z-index: 100;
  background-color: #fff;
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-block {
  z-index: 200;
  border-radius: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.dropdown-switch {
  color: #000;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.faq-dropdown-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contact-details-section {
  padding-top: 120px;
  padding-bottom: 0;
}

.contact-heading-and-paragraph {
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 85px;
}

.contact-card {
  grid-row-gap: 15px;
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 55px 50px 50px;
  display: flex;
}

.contact-card-logo {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  font-family: Icofont, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  display: block;
}

.contact-card-title {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
}

.contact-card-text {
  text-align: center;
  max-width: 259px;
}

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

.contact-form-and-map {
  grid-column-gap: 70px;
  flex-direction: row;
  display: flex;
}

.map-wrapper {
  width: auto;
  min-width: 660px;
  max-width: none;
  max-height: none;
  overflow: hidden;
}

.map-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.form-heading {
  font-size: 20px;
  line-height: 30px;
}

.form-title-and-text {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.form-text {
  color: #666;
  font-weight: 300;
}

.form-send-button {
  border: 1px solid var(--primary-color);
  color: #fff;
  text-transform: uppercase;
  background-color: #bf6767;
  min-width: auto;
  min-height: auto;
  padding: 7px 27px;
  font-weight: 500;
  line-height: 26px;
  transition: color .6s ease-in, background-color .4s;
}

.form-send-button:hover {
  color: var(--primary-color);
  background-color: #0000;
}

.name-and-email-wrapper {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-form-input-field {
  background-color: var(--secondary-background);
  border: 1px solid #0000;
  min-height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: border-color .5s;
}

.contact-form-input-field:focus {
  border-style: solid;
  border-color: var(--primary-color);
}

.contact-form-input-field::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 22px;
}

.contact-form-input-field.text-area {
  min-height: 100px;
}

.contact-form-field-label {
  margin-bottom: 6px;
}

.contact-form {
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.form-delivered-message-wrapper {
  background-color: var(--secondary-background);
}

.success-text {
  color: var(--primary-color);
  font-weight: 500;
}

.form-error {
  color: #fff;
  text-align: center;
  background-color: #ff000080;
  padding: 20px;
  font-weight: 500;
  line-height: 26px;
}

.license-section {
  margin-top: 80px;
}

.license-main-text {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.license-wrapper {
  max-width: 555px;
}

.license-title {
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.license-block {
  grid-row-gap: 12px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.license-paragraph {
  margin-bottom: 4px;
}

.license-link-block {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.changelog-section {
  margin-top: 80px;
}

.changelog-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.version-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.version-description {
  line-height: 28px;
}

.style-guide-section {
  margin-top: 120px;
}

.style-guide-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-wrapper.less-row-gap {
  grid-row-gap: 30px;
}

.style-title {
  color: #4d4d4d;
  font-size: 36px;
  font-weight: 500;
  line-height: 43px;
}

.divider-of-styleguide {
  background-color: #d9d9d9;
  max-width: 202px;
  min-height: 3px;
  margin-top: 11px;
}

.style-guide-section-heading {
  margin-bottom: 0;
}

.style-sub-title {
  color: #000;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 20px;
}

.sub-title-of-style-guide {
  color: #475467;
  min-width: 100px;
  margin-right: 0;
  font-weight: 400;
  line-height: 20px;
}

.color-box {
  background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
  width: auto;
  min-width: 180px;
  max-width: none;
  min-height: 100px;
  margin-bottom: 6px;
}

.color-box.secondary-color {
  background-image: linear-gradient(#bf8a67, #bf8a67);
}

.color-box.background {
  background-image: linear-gradient(#0a0f3ae6, #0a0f3ae6);
}

.color-box.heading-color {
  background-image: linear-gradient(#4d4d4d, #4d4d4d);
}

.color-box.paragraph-color {
  background-image: linear-gradient(#666, #666);
}

.color-box.background-secondary {
  background-image: linear-gradient(to bottom, var(--secondary-background), var(--secondary-background));
}

.color-code {
  color: #929292;
}

.color-details {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.color-code-and-opacity {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.color-container {
  grid-column-gap: 30px;
  flex-direction: row;
  display: flex;
}

.color-grid {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  width: 100%;
  max-width: 840px;
}

.headings-wrapper {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.heading-block {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.heading-details {
  grid-row-gap: 11px;
  flex-direction: column;
  display: flex;
}

.heading-details-block {
  grid-column-gap: 20px;
  display: flex;
}

.font-details-text {
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
}

.style-guide-button-and-form-section {
  background-color: #bf8a670d;
  margin-top: 60px;
  margin-bottom: -120px;
  padding-top: 40px;
  padding-bottom: 90px;
}

.button-style-container {
  grid-column-gap: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  max-width: 350px;
  margin-top: 14px;
  display: flex;
}

.button-style-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-on-hover {
  color: #bf8a67;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #bf8a67;
  padding: 10px 24px;
  font-weight: 500;
  line-height: 26px;
}

.collaborations-logo-wrapper {
  grid-column-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-div-block {
  grid-column-gap: 35px;
  flex-direction: row;
  display: flex;
}

.logo-container-two {
  grid-column-gap: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-container-one {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.quote-section {
  padding-top: 100px;
}

.quote-wrapper {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quote-paragraph {
  color: #666;
  max-width: 550px;
  font-size: 20px;
  line-height: 30px;
}

.quote-form {
  background-color: #f9f3f0;
  width: 100%;
  max-width: 810px;
  padding: 60px 90px 100px;
}

.field-block {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.quote-input {
  background-color: #bf8a671a;
  border: 1px solid #0000;
  width: 100%;
  min-height: 46px;
  margin-bottom: 0;
  padding: 12px 11px;
  transition: border-color .5s;
}

.quote-input:focus {
  border-color: var(--primary-color);
}

.quote-input::placeholder {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.quote-input.text-area {
  min-height: 130px;
}

.field-container {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.form {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.quote-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.quote-button {
  border: 1px solid var(--primary-color);
  text-transform: uppercase;
  background-color: #bf6767;
  padding: 7px 17px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s ease-out, background-color .5s;
}

.quote-button:hover {
  color: var(--primary-color);
  background-color: #0000;
}

.footer-text-link {
  font-weight: 400;
  transition: color .4s;
}

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

.form-sent {
  background-color: var(--primary-color);
  color: #fff;
}

.form-sending-failed {
  color: #fff;
  background-color: #ff4f4f;
  padding: 20px;
}

.breadcrumb-block {
  grid-column-gap: 5px;
  color: var(--secondary);
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.product-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.delete-this-for-production {
  margin-top: -110px;
}

.view-templates-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  align-items: center;
  height: 40px;
  padding: 9px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.view-templates-button:hover {
  background-color: #e4e4e4;
}

.template-paragraph {
  color: #757575;
  font-size: 13px;
  line-height: 20px;
}

.extra-height {
  height: 70px;
}

.product-buy-button {
  background-color: #4353ff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
}

.product-buy-button:hover {
  background-color: #0055d4;
}

.contact-us-link {
  color: #000;
  transition: color .5s;
}

.contact-us-link:hover {
  color: #5e42ff;
}

.buy-template-wrapper {
  z-index: 100000;
  background-color: #fff;
  border-top: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.preview-buttons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-name {
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  transition: color .3s;
}

.buy-now-thumbnail {
  width: 110px;
  margin-top: -1px;
}

.product-title {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

._10px-svg {
  max-width: 14px;
}

.text-block, .paragraph {
  color: #fff;
}

.paragraph-2 {
  color: var(--grün-main);
  text-align: justify;
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

.paragraph-3 {
  color: #e7e7e7;
}

.paragraph-4 {
  color: #ebebeb;
}

.link {
  color: #fff;
}

.section {
  padding: 100px 20px;
}

.section.sub-main {
  padding-bottom: 0;
}

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

.container-2 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.container-2.max-1080-px {
  max-width: 1080px;
}

.column-grid-post-main {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #e6e6e6;
  border-radius: .2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-top: -140px;
  margin-bottom: 100px;
  display: none;
  overflow: hidden;
}

.column-grid-post-main.two {
  z-index: 4;
  grid-column-gap: 60px;
  grid-row-gap: 20px;
  background-color: #fafafa;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  margin-bottom: 0;
  padding: 40px 60px 20px;
  display: grid;
  position: relative;
}

.card-name-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
}

.heading-5 {
  margin-top: 20px;
  padding-bottom: 12px;
}

.layout-item {
  grid-column-gap: 20px;
  display: flex;
}

.lightbox-second-page {
  border-radius: .2rem;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.icon-service-page {
  max-height: 32px;
}

.block-quote {
  display: none;
}

.layout-image-wrapper {
  width: 100%;
  height: 100%;
}

.icon-wrapper {
  min-width: 36px;
}

.button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-cta {
  color: #007ed8;
  background-color: #0000;
  border: 2px solid #007ed8;
  border-radius: 50px;
  margin-top: 27px;
  margin-left: 20px;
  padding: 0 46px;
  font-size: 16px;
  line-height: 46px;
  transition: all .2s cubic-bezier(.19, 1, .22, 1);
}

.button-cta:hover {
  color: #242020;
  text-transform: capitalize;
  background-color: #007ed8;
}

.button-cta.flat {
  margin-top: 0;
  margin-left: 0;
}

.grid-service-page {
  grid-template-rows: auto;
  margin-top: 60px;
  display: none;
}

.layout-item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 2.5rem;
}

.parallax-image-wrapper {
  border-radius: .2rem;
  flex: none;
  overflow: hidden;
}

.paragraph-5 {
  width: 100%;
  max-width: 100%;
  padding-top: 12px;
}

.paragraph-6, .paragraph-7, .paragraph-8 {
  max-width: 100%;
}

.paragraph-9 {
  color: #2b2b2b;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-10, .paragraph-11, .paragraph-12 {
  max-width: 100%;
}

.fbl-button-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--flowblocks-component-library--color--primary-1);
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.fbl-spacing-40 {
  height: 40px;
}

.fbl-tab-4-icon-list-content {
  color: var(--flowblocks-component-library--color--gray-2);
  font-size: 18px;
  line-height: 1.3em;
}

.fbl-tab-4-icon {
  height: 30px;
}

.fbl-tab-4-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.fbl-tab-4-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.fbl-lead-text {
  color: var(--flowblocks-component-library--black);
  max-width: 100%;
  margin-bottom: 24px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.fbl-lead-text.liste {
  margin-bottom: 24px;
}

.fbl-spacing-20 {
  height: 20px;
}

.fbl-heading-h4 {
  font-family: var(--flowblocks-component-library--font-family--font-family);
  color: #8d1315;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

.fbl-section-title {
  margin-bottom: 50px;
}

.fbl-tab-4-tagline-text {
  margin-bottom: 0;
}

.fbl-tab-4-tagline-icon {
  height: 30px;
  padding-top: 5px;
}

.fbl-tab-4-tagline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  background-color: var(--flowblocks-component-library--color--gray-1);
  color: var(--flowblocks-component-library--color--gray-2);
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  margin-left: auto;
  padding: 10px;
  font-size: 14px;
  display: flex;
}

.fbl-tab-4-image {
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  margin-bottom: 20px;
}

.fbl-grid-tab-4-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
}

.fbl-tabs-4-content {
  margin-top: 30px;
}

.fbl-tab-link-4 {
  background-color: var(--flowblocks-component-library--color--transparent);
  color: var(--flowblocks-component-library--black);
  padding: 12px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.fbl-tab-link-4.w--current {
  border-bottom-color: var(--flowblocks-component-library--black);
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  background-color: var(--secondary);
  color: var(--flowblocks-component-library--color--white);
}

.fbl-tabs-menu-4 {
  border-radius: var(--flowblocks-component-library--border-radius--border-radius);
  background-color: var(--flowblocks-component-library--color--gray-1);
  justify-content: space-between;
  margin-bottom: 24px;
  padding: 5px;
  display: flex;
}

.fbl-tab-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
}

.fbl-container {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.fbl-section {
  padding: 50px 5% 100px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-family: Barlow, sans-serif;
  font-weight: 700;
}

.list-item, .list-item-2, .list-item-3 {
  color: #000;
  padding-bottom: 8px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.list-item-4 {
  color: #d7d7d7;
  margin-bottom: 12px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

.link-2 {
  color: #d7d7d7;
}

.div-block-3 {
  margin-right: 32px;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.div-block-4 {
  display: flex;
}

.fbl-alert-1-title {
  color: #fff;
  -webkit-text-stroke-color: white;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.fbl-alert-1-title.icon {
  margin-right: 8px;
  font-family: Material Icons, sans-serif;
  font-size: 20px;
  display: flex;
}

.container-one {
  z-index: 5;
  width: 100%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.home-one-header-top-bar {
  color: #3d3d3d;
  background-color: #3d3d3d;
  border-bottom: 0 #111;
  padding: 5px 15px;
}

.serch-container {
  min-height: 85vh;
  padding: 24px 20px 100px;
}

._02 {
  margin-bottom: 20px;
}

.bold-text {
  font-size: 24px;
}

.heading-6 {
  font-size: 36px;
  line-height: 48px;
}

@media screen and (max-width: 991px) {
  h1 {
    max-width: 100%;
  }

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

  .nav-menu-wrapper {
    z-index: 1000000;
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--background-color);
    border: 1px solid #797979;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    min-width: 400px;
    max-width: none;
    padding-top: 17px;
    padding-bottom: 34px;
    padding-left: 20px;
    display: flex;
  }

  .nav-link {
    color: #fff;
    padding: 10px 5px;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-dropdown-toggle {
    margin-top: -5px;
    margin-bottom: -5px;
  }

  .nav-dropdown-icon {
    color: #fff;
  }

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

  .button-list-wrapper {
    flex-direction: row;
    align-items: flex-start;
    display: block;
  }

  .button-primary.navbar-button {
    margin-top: 10px;
  }

  .menu-button {
    padding: 0;
  }

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

  .menu-button.cross.w--open {
    background-color: #0000;
    font-family: Icofont, sans-serif;
    position: absolute;
    inset: 19px 18px auto auto;
  }

  .banner-container {
    flex-direction: column;
    align-items: center;
    max-width: none;
  }

  .main-logo.hamburger {
    max-width: 250px;
  }

  .button-wrapper {
    margin-left: 0;
  }

  .hero-section {
    padding-top: 100px;
  }

  .sub-title {
    max-width: 500px;
  }

  .banner-contents {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .banner-image-wrapper {
    align-items: flex-start;
    position: static;
  }

  .banner-image {
    max-width: 560px;
  }

  .hamburger-icon {
    font-size: 32px;
  }

  .features-section {
    padding-top: 80px;
  }

  .features-card {
    grid-row-gap: 16px;
    padding: 40px 22px;
  }

  .about-section {
    padding-top: 120px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .about-us-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-image-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    position: relative;
  }

  .about-image {
    width: auto;
    max-width: 700px;
    max-height: none;
  }

  .image-background {
    min-height: 589px;
    top: -3%;
  }

  .image-background.services {
    min-width: 720px;
    min-height: 476px;
    margin-right: 0;
    inset: -3% -37% auto auto;
  }

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

  .nav-list.logo-list {
    margin-bottom: 40px;
    display: block;
  }

  .about-us-caption {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }

  .caption-border {
    display: none;
    left: -18%;
  }

  .caption-border.smaller {
    display: none;
    left: -7%;
  }

  .caption-border.services-caption {
    margin-right: 0;
    display: block;
  }

  .card-section-of-about {
    padding-top: 80px;
  }

  .about-card-grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .about-us-card {
    max-width: none;
    min-height: 250px;
  }

  .outbound-icon.services {
    display: block;
    position: static;
    inset: 0% 0% auto auto;
  }

  .outbound-icon.about-video {
    color: var(--secondary);
    top: -36px;
    right: 11px;
  }

  .footer-section {
    margin-top: 80px;
    padding-top: 70px;
  }

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

  .subscribe-email-input {
    max-width: 500px;
  }

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

  .services-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: flex-start;
  }

  .services-image-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .services-caption {
    margin-right: 0;
    position: static;
    transform: none;
  }

  .services-image {
    z-index: 1;
    width: auto;
    max-width: 700px;
    max-height: none;
    position: relative;
  }

  .gallery-section {
    padding-top: 80px;
  }

  .title-paragraph {
    max-width: 700px;
  }

  .gallery-image {
    min-width: 200px;
    height: 200px;
  }

  .hover-overlay {
    margin: 10px;
  }

  .testimonial-section {
    padding-top: 80px;
  }

  .testimonial-content-wrapper {
    max-width: 727px;
  }

  .client-quote.left-allign {
    text-align: center;
  }

  .arrow-image {
    right: 137px;
  }

  .arrow-image.client-one {
    inset: -7% auto auto 143px;
  }

  .arrow-image.client-two {
    right: 453px;
  }

  .arrow-image.client-three {
    right: auto;
  }

  .arrow-image.client-four {
    right: 237px;
  }

  .about-us-paragraph {
    max-width: 700px;
  }

  .text-and-border {
    grid-column-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .services-paragraph {
    max-width: 100%;
  }

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

  .video-section-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .video-caption {
    position: absolute;
    inset: -53% 242px auto auto;
    transform: none;
  }

  .team-member-section {
    padding-top: 80px;
  }

  .team-member-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .partner-section {
    overflow: hidden;
  }

  .partner-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

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

  .testimonial-div {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .client-texts-wrapper {
    justify-content: center;
    align-items: center;
  }

  .services-page-section {
    padding-top: 80px;
  }

  .our-servies-image {
    max-width: none;
    max-height: 170px;
  }

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

  .dropdown-content {
    width: auto;
    position: static;
    overflow: hidden;
  }

  .dropdown-block {
    align-items: stretch;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-details-section {
    padding-top: 80px;
  }

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

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

  .contact-form-and-map {
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .map-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: 742px;
    height: 400px;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .map-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-title-and-text {
    margin-left: 60px;
  }

  .name-and-email-wrapper {
    flex-direction: row;
  }

  .contact-form-input-field {
    min-width: 250px;
    max-width: 520px;
  }

  .contact-form {
    max-width: 654px;
  }

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

  .contact-form-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collaborations-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .logo-container-one {
    grid-column-gap: 30px;
    display: flex;
  }

  .column-grid-post-main {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fbl-heading-h4 {
    font-size: 30px;
  }

  .fbl-grid-tab-4-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .fbl-tabs-menu-4 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .fbl-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fbl-section {
    padding: 80px 0%;
  }

  .home-one-header-top-bar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    max-width: 100%;
    font-size: 50px;
  }

  h2 {
    text-align: center;
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
  }

  p {
    max-width: 100%;
  }

  .navbar-logo-wrapper {
    padding-left: 0;
  }

  .nav-menu-wrapper {
    width: 100%;
    max-width: 376px;
  }

  .nav-menu {
    background-color: var(--background-color);
    border: 1px solid #797979;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    min-width: auto;
    max-width: 376px;
    padding-top: 17px;
    padding-bottom: 34px;
    padding-left: 20px;
  }

  .nav-link {
    color: #fff;
    padding-top: 10px;
    display: inline-block;
  }

  .nav-link:hover {
    color: #fff;
  }

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

  .nav-dropdown-toggle {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-icon {
    color: #fff;
  }

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

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

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

  .button-list-wrapper {
    flex-direction: column;
    margin-top: 10px;
    display: flex;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #0000;
  }

  .menu-button.cross.w--open {
    color: #fff;
    position: absolute;
    inset: 19px 18px auto auto;
  }

  .main-logo.hamburger {
    max-width: 190px;
  }

  .button-wrapper {
    margin-left: 0;
  }

  .hero-section {
    padding-top: 80px;
  }

  .banner-sub-title {
    font-size: 18px;
    line-height: 22px;
  }

  .sub-title {
    max-width: none;
  }

  .banner-contents {
    grid-row-gap: 12px;
  }

  .banner-image {
    min-width: auto;
    max-width: 380px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .about-section {
    padding-left: 0;
  }

  .about-us-wrapper {
    grid-row-gap: 60px;
  }

  .about-image {
    width: 100%;
    max-width: 650px;
  }

  .about-us-contents {
    grid-row-gap: 20px;
  }

  .hero-title {
    font-size: 36px;
    line-height: 43px;
  }

  .image-background {
    min-width: 800px;
    min-height: 348px;
  }

  .image-background.services {
    min-width: 550px;
    height: auto;
    min-height: 367px;
    max-height: none;
    display: block;
    inset: -3% -18% auto auto;
  }

  .image-background.video-section {
    min-height: 434px;
  }

  .nav-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-list.logo-list {
    margin-bottom: 33px;
    display: block;
  }

  .card-section-of-about {
    padding-top: 70px;
  }

  .outbound-icon.services {
    inset: 2% auto auto 20%;
  }

  .outbound-icon.about-video {
    top: -11%;
    right: 0;
  }

  .footer-text {
    font-size: 14px;
  }

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

  .footer-grid-box {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 30px;
  }

  .footer-grid-box.instagram {
    border-bottom-style: none;
    padding-top: 30px;
  }

  .footer-grid-box.newsletter {
    border-top: 1px solid #ffffff1a;
    border-bottom-style: none;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .subscribe-email-input {
    max-width: 300px;
  }

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

  .services-wrapper {
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
  }

  .services-tabs {
    margin-top: 14px;
  }

  .services-tabs-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

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

  .services-tab-title {
    border-right-style: none;
    width: 100%;
  }

  .services-image-wrapper {
    position: relative;
  }

  .services-image {
    width: 100%;
    max-width: 650px;
  }

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

  .title-paragraph.middle-allign {
    max-width: 520px;
  }

  .gallery-wrapper {
    transform: none;
  }

  .gallary-grid-one {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .gallery-lightbox.hide {
    display: none;
  }

  .gallery-image {
    object-fit: cover;
    width: 100%;
    min-width: auto;
    max-width: 200px;
    height: 200px;
  }

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

  .testimonial-section {
    overflow: hidden;
  }

  .testimonial-content-wrapper {
    max-width: 450px;
    padding: 30px;
    position: static;
  }

  .testimonial-image.medium {
    width: 100%;
    height: 100%;
  }

  .client-quote.left-allign {
    font-size: 15px;
  }

  .client-name.testimonial {
    text-align: center;
  }

  .arrow-image {
    right: 31px;
  }

  .arrow-image.client-one {
    inset: -7% auto auto 8%;
  }

  .arrow-image.client-two {
    inset: -7% 66% auto auto;
  }

  .arrow-image.client-four {
    right: 120px;
  }

  .testimonial-slide {
    max-width: 75px;
    max-height: 75px;
  }

  .testimonial-slide.w--current {
    max-width: 90px;
    max-height: 90px;
  }

  .testimonial-slide.smaller-testimonial-slide {
    max-width: 60px;
    max-height: 60px;
  }

  .testimonial-slide.smaller-testimonial-slide.w--current {
    max-width: 90px;
    max-height: 90px;
  }

  .testimonial-tab-blocks {
    grid-column-gap: 15px;
  }

  .cross-button {
    font-family: Icofont, sans-serif;
  }

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

  .video-title-and-paragraph {
    grid-row-gap: 25px;
  }

  .video-caption {
    margin-top: 0;
    top: -15%;
    right: 213px;
  }

  .video {
    z-index: 1;
    position: relative;
  }

  .team-member-grid {
    grid-template-columns: 1fr 1fr;
  }

  .partner-section {
    margin-top: 80px;
  }

  .partner-section-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .partner-logo {
    min-width: 120px;
  }

  .testimonial-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .testimonial-div {
    padding: 20px 15px;
  }

  .client-texts-wrapper {
    justify-content: space-between;
    height: 100%;
  }

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

  .page-title {
    font-size: 45px;
  }

  .our-services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .our-servies-image {
    max-height: 150px;
  }

  .dropdown-title {
    max-width: 90%;
  }

  .dropdown-texts {
    padding-right: 20px;
  }

  .dropdown-block {
    flex-wrap: wrap;
  }

  .dropdown-switch {
    white-space: pre-wrap;
    flex-wrap: wrap;
  }

  .contact-details-section {
    padding-top: 50px;
  }

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

  .contact-card {
    padding: 25px 10px;
  }

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

  .contact-form-and-map {
    grid-row-gap: 50px;
    align-items: flex-start;
  }

  .map-wrapper {
    width: 100%;
    min-width: auto;
    max-width: 600px;
    height: 400px;
    min-height: auto;
  }

  .form-title-and-text {
    margin-left: 0;
  }

  .name-and-email-wrapper {
    width: 100%;
  }

  .contact-form-input-field {
    min-width: auto;
    max-width: none;
  }

  .name-field-wrapper, .email-field-wrapper {
    width: 100%;
  }

  .changelog-section {
    margin-top: 40px;
    margin-bottom: -40px;
  }

  .contact-form-block {
    align-items: flex-start;
  }

  .collaborations-logo-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .logo-container-two {
    justify-content: space-between;
  }

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

  .quote-section {
    padding-top: 80px;
  }

  .quote-form {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .delete-this-for-production {
    display: none;
  }

  .column-grid-post-main, .column-grid-post-main.two {
    grid-template-columns: 1fr;
  }

  .button-row {
    align-self: stretch;
  }

  .grid-service-page {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout-item-list {
    grid-row-gap: 2.5rem;
    margin-bottom: 2rem;
  }

  .fbl-heading-h4 {
    font-size: 28px;
  }

  .fbl-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .fbl-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-one {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 39px;
  }

  h2 {
    font-size: 24px;
    line-height: 32px;
  }

  a {
    font-size: 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .button-primary {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
  }

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

  .main-logo {
    max-width: 210px;
  }

  .hero-section {
    max-height: 800px;
    padding-top: 60px;
  }

  .banner-sub-title {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-title {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-button-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .secondary-button {
    text-align: center;
    font-size: 15px;
  }

  .banner-contents {
    justify-content: center;
    align-items: center;
  }

  .banner-image {
    max-width: 280px;
    display: none;
  }

  .container {
    justify-content: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .container.style-guide {
    grid-row-gap: 50px;
  }

  .features-section {
    padding-top: 50px;
  }

  .section-title {
    max-width: none;
    font-size: 24px;
  }

  .features-grid {
    margin-top: 20px;
    padding-top: 0;
  }

  .features-card {
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .about-section {
    padding-top: 80px;
    padding-left: 0;
  }

  .about-us-wrapper {
    grid-row-gap: 25px;
  }

  .about-us-contents {
    grid-row-gap: 26px;
    padding-top: 0;
  }

  .image-background {
    width: auto;
    min-width: 627px;
    max-width: none;
    height: 100%;
    min-height: auto;
    max-height: 238px;
    top: -3%;
  }

  .image-background.services {
    min-width: 377px;
    height: 100%;
    min-height: auto;
    max-height: 355px;
    inset: 0% -10% 0% auto;
  }

  .image-background.video-section {
    min-height: 370px;
    margin-right: -334px;
  }

  .caption-border.services-caption {
    width: 58px;
  }

  .card-section-of-about {
    padding-top: 50px;
  }

  .about-card-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .outbound-icon.services {
    color: #bf8a67;
    top: -13%;
  }

  .outbound-icon.about-video {
    top: -15%;
  }

  .footer-section {
    margin-top: 50px;
    padding-top: 50px;
  }

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

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

  .services-quote {
    max-width: 400px;
  }

  .services-tabs-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .services-tab-title {
    width: 100%;
  }

  .services-caption {
    font-size: 30px;
  }

  .services-caption.no-breaking-lines {
    white-space: nowrap;
  }

  .gallery-section {
    padding-top: 50px;
  }

  .title-paragraph.middle-allign {
    font-size: 16px;
    line-height: 26px;
  }

  .gallary-grid-one {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .gallery-image {
    width: 100%;
    min-width: auto;
    max-width: 322px;
    height: auto;
    min-height: 200px;
  }

  .gallery-grid-two {
    grid-template-columns: 1fr;
  }

  .gallery-title-and-paragraph {
    grid-row-gap: 26px;
    margin-bottom: 20px;
  }

  .testimonial-section {
    padding-top: 50px;
  }

  .testimonial-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .testimonial-content-wrapper {
    width: auto;
    max-width: 100%;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-image, .testimonial-image.small {
    min-width: auto;
    min-height: auto;
  }

  .client-quote {
    max-width: 390px;
  }

  .arrow-image {
    max-width: 10%;
  }

  .arrow-image.client-one {
    max-width: 26px;
    inset: -6% auto auto 8%;
  }

  .arrow-image.client-two {
    right: 68%;
  }

  .arrow-image.client-three {
    right: 46%;
  }

  .arrow-image.client-four {
    right: 24%;
  }

  .testimonial-slide {
    min-width: auto;
    max-width: 50px;
    min-height: auto;
    max-height: 50px;
  }

  .testimonial-slide.w--current {
    max-width: 70px;
    max-height: 70px;
  }

  .testimonial-slide.smaller-testimonial-slide {
    max-width: 40px;
    max-height: 40px;
  }

  .testimonial-tabs {
    width: 100%;
  }

  .testimonial-tab-blocks {
    grid-column-gap: 5px;
    justify-content: space-between;
    width: 100%;
  }

  .client-quotes {
    max-width: 100%;
  }

  .copyright-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us-paragraph {
    margin-bottom: 12px;
  }

  .page-title-block {
    grid-row-gap: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-section {
    padding: 60px 0 0;
  }

  .video-section-wrapper {
    grid-row-gap: 40px;
  }

  .video-caption {
    white-space: nowrap;
    font-size: 28px;
    line-height: 42px;
    top: -19%;
  }

  .video {
    z-index: 1;
    min-width: auto;
    position: relative;
  }

  .about-us-tab-menu {
    margin-bottom: 20px;
    display: flex;
  }

  .about-us-tab {
    text-align: left;
    flex-direction: column;
    padding: 13px 25px 13px 15px;
    display: block;
  }

  .team-member-section {
    padding-top: 60px;
  }

  .title-and-paragraph-block {
    max-width: 290px;
  }

  .team-member-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .team-member-image {
    object-fit: contain;
    max-height: 241px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 24px;
  }

  .team-member-position {
    font-size: 14px;
    line-height: 24px;
  }

  .partner-section {
    margin-top: 60px;
  }

  .partner-section-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .partner-logo {
    min-width: 100px;
  }

  .partner-text {
    font-size: 18px;
    line-height: 27px;
  }

  .partner-heading {
    font-size: 28px;
    line-height: 42px;
  }

  .testimonial-about-section {
    padding-top: 60px;
    overflow: hidden;
  }

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

  .page-title {
    font-size: 36px;
    line-height: 52px;
  }

  .services-page-section {
    padding-top: 50px;
  }

  .our-services-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .our-servies-image {
    max-height: 200px;
  }

  .faq-section {
    margin-top: 40px;
    padding-top: 50px;
    overflow: hidden;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .dropdown-title {
    font-size: 15px;
    line-height: 22px;
  }

  .dropdown-texts {
    font-size: 14px;
    line-height: 21px;
  }

  .dropdown-block {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-switch {
    padding: 15px 20px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .contact-form-section {
    overflow: hidden;
  }

  .contact-form-and-map {
    grid-row-gap: 30px;
  }

  .map-wrapper {
    width: auto;
    min-width: 100%;
    height: 250px;
    min-height: auto;
    overflow: hidden;
  }

  .map-image {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .name-and-email-wrapper {
    flex-direction: column;
  }

  .contact-form-input-field {
    min-width: 265px;
  }

  .license-section {
    margin-top: 40px;
  }

  .license-main-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .license-title {
    font-size: 18px;
    line-height: 27px;
  }

  .license-paragraph {
    font-size: 14px;
    line-height: 21px;
  }

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

  .style-guide-section {
    margin-top: 50px;
  }

  .style-title {
    font-size: 32px;
  }

  .color-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .heading-block {
    align-items: flex-start;
  }

  .button-style-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .collaborations-logo-wrapper {
    grid-row-gap: 20px;
    align-items: center;
  }

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

  .logo-container-two {
    grid-row-gap: 25px;
  }

  .logo-container-one {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .quote-section {
    padding-top: 60px;
  }

  .quote-form {
    padding: 35px 25px;
  }

  .field-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-2.max-1080-px {
    text-align: left;
  }

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

  .column-grid-post-main.two {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .layout-item-list {
    text-align: left;
  }

  .fbl-lead-text {
    font-size: 17px;
  }

  .fbl-heading-h4 {
    font-size: 25px;
  }

  .fbl-tab-4-tagline {
    width: 100%;
  }

  .fbl-tab-link-4.w--current {
    text-align: center;
    width: 100%;
  }

  .fbl-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-one-header-top-bar {
    display: none;
  }
}

#w-node-_11a0f6fe-b279-e5ee-fa4e-5f4b5fbc4352-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11a0f6fe-b279-e5ee-fa4e-5f4b5fbc4369-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_11a0f6fe-b279-e5ee-fa4e-5f4b5fbc4371-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_11a0f6fe-b279-e5ee-fa4e-5f4b5fbc4377-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_565c4964-2ac1-2d93-a810-e97602db05c0-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_565c4964-2ac1-2d93-a810-e97602db05de-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec22e037-1267-5030-14f7-c28e0075f12e-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ec22e037-1267-5030-14f7-c28e0075f147-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9abe6d3b-036e-124a-9bed-e1a3a87b1c22-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_9abe6d3b-036e-124a-9bed-e1a3a87b1c45-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52387a5c-0ebb-1916-b0ef-d7f25f722860-9275e779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_52387a5c-0ebb-1916-b0ef-d7f25f722876-9275e779, #w-node-d28287b9-10f3-e351-30d8-d9456e44f562-9275e779, #w-node-_34d37ea1-b595-b8a4-b371-875f3e3495d2-9275e779, #w-node-_984cc94f-3933-d40b-9beb-7f2209e9238c-9275e779, #w-node-fe16f513-3bb0-f67b-afef-fd36cbb34852-9275e779, #w-node-b20d8a6f-27a1-739c-6947-f694cc58e41c-9275e779, #w-node-_8292fc64-db1f-7579-f3a9-497bb6b48348-9275e779, #w-node-c14db973-7d5f-1782-1a64-732b02894dbd-9275e779, #w-node-_4f1782e1-f266-06c4-e3b0-cc670eaf0ebd-9275e779, #w-node-_4f1782e1-f266-06c4-e3b0-cc670eaf0ebf-9275e779, #w-node-_4f1782e1-f266-06c4-e3b0-cc670eaf0ec1-9275e779, #w-node-_4f1782e1-f266-06c4-e3b0-cc670eaf0ec3-9275e779, #w-node-_0fc48812-61da-638d-6853-385b4c8a35e5-9275e779, #w-node-_42a7659e-e4d7-8e43-3c1b-c948676a395f-9275e779, #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f09a-c6d1f097, #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0ad-c6d1f097, #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0b4-c6d1f097, #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0b5-c6d1f097, #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0b6-c6d1f097, #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0b7-c6d1f097, #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0b8-c6d1f097, #w-node-d83f5bea-81bf-81b1-0bb1-3d6769a68ff4-69a68ff1, #w-node-d83f5bea-81bf-81b1-0bb1-3d6769a68ffb-69a68ff1, #w-node-d83f5bea-81bf-81b1-0bb1-3d6769a69002-69a68ff1, #w-node-d83f5bea-81bf-81b1-0bb1-3d6769a69009-69a68ff1, #w-node-f7e1e6f9-b450-54c1-c3d4-d1c97cf97cc3-9275e77c, #w-node-d170d426-146a-bdb0-cbd8-fe3a54285c84-9275e77c, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-9275e77c, #w-node-dcf8e05a-c6dc-bb16-d9a0-bcb1ddf85c94-9275e781, #w-node-f211dbbb-a0f4-b069-864b-ccda058953d7-9275e781, #w-node-c8101cfa-0fc9-b931-7e13-d95cfe2176c4-9275e781, #w-node-_6358f5a2-0241-1b05-c3b1-29050af531ef-9275e781, #w-node-_75175a40-5e21-aec4-4671-ed7479feaee8-9275e781, #w-node-efd397a6-8a12-73ec-bca1-71617b10e9bf-9275e781 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f41c420-fe98-6b56-3b82-e331e3da0c9e-5f42bf29 {
  align-self: center;
}

#w-node-_4f41c420-fe98-6b56-3b82-e331e3da0ca0-5f42bf29, #w-node-_4f41c420-fe98-6b56-3b82-e331e3da0ca8-5f42bf29, #w-node-_4f41c420-fe98-6b56-3b82-e331e3da0cb0-5f42bf29, #w-node-_4f41c420-fe98-6b56-3b82-e331e3da0cb8-5f42bf29 {
  align-self: start;
}

#w-node-_4eb045a3-4c6b-62b6-1e12-e809cba1ffb5-5f42bf29, #w-node-_5af7d559-efa7-5e04-23f0-1cffffaf7c51-5f42bf29, #w-node-c0e996c9-00b3-fd17-9164-51ef1314180c-5f42bf29, #w-node-effbd23e-cf01-3c7e-2ca8-086e9fdd86d6-5f42bf29, #w-node-a0865780-175e-c674-1576-2d0d8440ee8b-5f42bf29, #w-node-e1d00aac-a436-3180-bbf0-6ffa8735db8d-5f42bf29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0b8-c6d1f097, #w-node-df81d177-1524-56dd-e859-63883c43b8ec-9275e77c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_182d70bd-a325-fc48-f086-aadbc6d1f0b8-c6d1f097 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-df81d177-1524-56dd-e859-63883c43b8ec-9275e77c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Icofont';
  src: url('../fonts/icofont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}