@font-face {
  font-family: Quicksand;
  src: url('../fonts/Quicksand-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --blue: white;
  --blue-2: #276661;
  --blue-3: #6f9c80;
}

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

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: fill;
  background-color: #2a0606;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #7c1313;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  min-height: 90px;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  background-color: #2b6661;
  background-image: none;
  border: 1px #fff;
  border-radius: 2rem;
  outline: 0 #333;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2rem 30px 2rem 1.875rem;
  font-family: Quicksand, sans-serif;
}

.div-block {
  width: 100%;
  max-width: none;
}

.nav-link {
  color: #fff;
  padding: 0 18px 0 3px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
}

.text-span {
  color: #bf9d86;
  font-size: 40px;
}

.nav-link-2 {
  color: #bf9d86;
}

.nav-link-4 {
  color: #bf9d86;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 0 0 4px;
  font-size: 40px;
  display: flex;
}

.text-span-2 {
  color: #e8dfce;
}

.text-span-3 {
  color: #99817c;
}

.text-span-4 {
  color: #afd59e;
  display: block;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block {
  background-image: url('../images/LinkedIn_icon_circle.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 30px;
  min-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.section {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 1px solid #fff;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 45vw;
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: hidden;
}

.text-span-5 {
  background-image: url('../images/LinkedIn_icon_circle.svg');
  background-position: 0 0;
  background-size: auto;
}

.text-span-6 {
  aspect-ratio: auto;
  color: #75513800;
  vertical-align: baseline;
  object-fit: fill;
  background-image: url('../images/LinkedIn_icon_circle.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  width: 0;
  height: 0;
  max-height: 0;
  margin-left: 0;
  margin-right: auto;
  font-size: 65px;
  line-height: 0;
  display: inline;
  position: relative;
  left: 0;
  overflow: visible;
}

.section-2 {
  margin-bottom: 200px;
  padding-right: 182px;
}

.section-3 {
  background-image: url('../images/mountain-2.svg');
  background-position: 0 0;
  background-size: auto;
  width: 1710px;
  height: 1710px;
  margin-top: -680px;
  margin-left: -158px;
}

.section-4 {
  background-image: url('../images/1-0-0.svg');
  background-position: 0 0;
  background-size: auto;
  margin-top: -200px;
}

.section-5 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/1-0-0_1.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  width: 1440px;
  min-width: 0;
  max-width: 1440px;
  height: 1440px;
  min-height: 0;
  max-height: 1440px;
  margin-top: -200px;
  margin-bottom: -200px;
  margin-left: 158px;
  padding-bottom: 0;
  padding-right: 0;
}

.container-2 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100vh;
  display: flex;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image {
  z-index: 999;
  position: absolute;
  inset: 0%;
}

.section_client {
  border: 1px solid #fff;
  flex: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}

.client_comp {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  display: flex;
}

.client_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.client_logo_wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo_client {
  width: 4rem;
}

.client_logo_social-media {
  width: 1rem;
}

.social-client_comp {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-line {
  background-color: var(--blue-2);
  color: #276661;
  -webkit-text-stroke-width: 0px;
  width: 2px;
}

.heading-client {
  color: var(--blue-2);
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  display: flex;
}

.client_content_wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.section_footer {
  color: var(--blue);
  text-align: center;
  background-image: linear-gradient(90deg, #2b6661, #4e927f);
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-family: Quicksand, sans-serif;
}

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

.link_logo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.image-2 {
  border-radius: 0;
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
}

.nav_wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.section_navbar {
  padding: 3px;
}

.bold-text {
  border-radius: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 0;
  font-weight: 700;
  display: block;
}

.image-3 {
  display: block;
}

.text-span-7 {
  color: #e8dfce;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-4 {
  border-radius: 0;
  width: 5.5rem;
  height: 5.5rem;
  position: absolute;
}

.text-span-8 {
  color: #afd59e;
  display: block;
}

.nav-link-5 {
  color: #fff;
  padding: 0 18px 0 3px;
  font-size: 16px;
}

.text-span-9 {
  color: #99817c;
}

.lottie-animation {
  object-fit: none;
  max-width: 100%;
  min-height: 0;
  max-height: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.lottie-animation-2 {
  width: 100%;
  max-width: 100%;
  display: block;
}

.lottie-animation-3 {
  object-fit: cover;
  width: 102%;
  max-width: none;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  inset: 25% auto auto;
  overflow: visible;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vw;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.section_picture {
  position: relative;
  top: -1.9rem;
  bottom: 0;
}

.imae_comp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-01-hover {
  width: 100%;
  height: 100%;
  display: none;
}

.image-01 {
  width: 100%;
  height: 100%;
  display: block;
}

.image-02-hover, .image-03-hover, .image-04-hover {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .nav-menu {
    background-color: #558875;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .container-2 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    color: var(--blue);
    background-color: #fff;
    border-radius: .25rem;
    padding: .875rem;
  }

  .div-block-3 {
    justify-content: flex-end;
    align-items: center;
  }

  .menu-button-2 {
    color: #fff;
  }

  .menu-button-2.w--open {
    color: #004b18;
    background-color: #fff;
    border-radius: .25rem;
    padding: .875rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .link-block {
    min-width: 24px;
    min-height: 24px;
  }

  .div-block-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .padding-global {
    padding: 1.25rem;
  }

  .client_comp {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-heading {
    font-size: 1.5rem;
  }

  .image-2 {
    width: 4rem;
    height: 4rem;
  }

  .div-block-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .image-4 {
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    border-radius: 1.5rem;
    padding: 1rem;
  }

  .link-block {
    min-width: 16px;
    min-height: 16px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .client_wrap, .client_content_wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .link_logo {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .logo-heading {
    font-size: 1.25rem;
  }

  .image-2 {
    width: 3rem;
    height: 3rem;
  }

  .nav_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-4 {
    width: 3rem;
    height: 3rem;
  }

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


@font-face {
  font-family: 'Quicksand';
  src: url('../fonts/Quicksand-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.header-bold {
  font-weight: 700;
}
.logo-heading,
.logo-heading * {
  font-weight: 700 !important;
}
.section_footer {
  font-weight: 400 !important;
}
