.section-hero-wrapper {
  height: auto;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 470px;
  padding-right: 470px;
  display: flex;
}

._360-wrapper {
  width: 360px;
  height: 100vh;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/hero-bg-image.png');
  background-size: 250px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.hero-bg-image {
  opacity: .3;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper {
  width: 72px;
  height: 48px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.firstname {
  width: 282px;
  height: auto;
  color: #e6e6e6;
  text-transform: uppercase;
  font-family: Blinds Audience, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
}

.lastname {
  width: 282px;
  color: #e6e6e6;
  text-align: right;
  text-transform: uppercase;
  font-family: Blinds Audience, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 80px;
}

.floating-navigation {
  z-index: 999;
  width: 328px;
  height: 60px;
  max-width: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, .06);
  background-image: linear-gradient(to right, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 35px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 16px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 32px;
  left: auto;
  right: auto;
}

.bg-pattern {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.title {
  color: #fff;
  text-align: left;
  flex: 1;
  padding-left: 12px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.action-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.email {
  max-width: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .08);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.vectors-wrapper-3 {
  width: 20px;
  height: 20px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.phone {
  max-width: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .08);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.whatsapp {
  max-width: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .08);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._360-wrapper-2 {
  width: 100%;
  height: 800px;
  max-width: 360px;
  background-image: url('../images/hero-bg-image.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.vectors-wrapper-4 {
  width: 360px;
  max-width: 360px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  width: 20px;
  height: 20px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.name-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.section-about {
  width: 100%;
  height: 800px;
  max-width: 1440px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

._360-wrapper-3 {
  width: 100%;
  height: auto;
  max-width: 360px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.vectors-wrapper-6 {
  width: 144px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.vectors-wrapper-7 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-title {
  opacity: .3;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #e6e6e6, #e6e6e6 100%, #e6e6e6 100%, rgba(230, 230, 230, 0) 0%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Blinds Audience, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.quote-wrapper-main {
  width: 282px;
  max-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-1 {
  width: 100%;
  opacity: .8;
  color: #fff;
  letter-spacing: -.03em;
  flex: 1;
  font-family: Outfit, sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 40px;
}

.line-2 {
  width: 282px;
  color: #71c0df;
  text-align: right;
  letter-spacing: .02em;
  text-transform: uppercase;
  flex: 1;
  font-family: Blinds Audience, sans-serif;
  font-size: 102px;
  font-weight: 400;
  line-height: 80%;
}

.line-3 {
  width: 282px;
  opacity: .8;
  color: #e5e5e5;
  letter-spacing: -.05em;
  flex: 1;
  font-family: Outfit, sans-serif;
  font-size: 66px;
  font-weight: 200;
  line-height: 80%;
}

.best-bg-pattern {
  object-fit: cover;
  display: none;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.floating-navigation-2 {
  width: 100%;
  height: 60px;
  max-width: 328px;
  border: 1px undefined undefined;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(97.38deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 35px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 4px 4px 20px;
  display: flex;
  position: absolute;
  top: 708px;
  left: 16px;
}

.title-2 {
  color: #fff;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.action-wrapper-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.email-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .08);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.vectors-wrapper-8 {
  width: 20px;
  height: 20px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.whatsapp-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .08);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.subtext-0 {
  color: silver;
  letter-spacing: -.01em;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 34px;
}

.subtext-1 {
  color: #e6e6e6;
  letter-spacing: -.01em;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.subtext-4 {
  color: silver;
  letter-spacing: -.01em;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.subtext-7 {
  color: #e6e6e6;
  letter-spacing: -.01em;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 34px;
}

.section-company {
  width: 100%;
  height: auto;
  max-width: 1440px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

._360-wrapper-4 {
  width: 100%;
  height: 800px;
  max-width: 360px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 36px 40px;
  display: flex;
  position: relative;
}

.vectors-wrapper-9 {
  width: 144px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: 0%;
  right: 0%;
}

.company-details-wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.company-logo {
  object-fit: cover;
}

.company-web-link {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  width: 28px;
  height: 28px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.website {
  color: #e6e6e6;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.address-wrapper-1 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address-content {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.company-name {
  color: #e6e6e6;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.address {
  opacity: .6;
  color: #e6e6e6;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.text {
  opacity: .6;
  color: #e6e6e6;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 140%;
}

.vectors-wrapper-11 {
  width: 20px;
  height: 20px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  z-index: 0;
  position: absolute;
  top: -40%;
  bottom: auto;
  left: auto;
  right: auto;
}

.quote-wrapper {
  width: 282px;
  max-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.linkedin {
  max-width: 52px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: rgba(255, 255, 255, .08);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.mail-link, .linkedin-link, .call-link, .whatsapp-link {
  padding: 16px;
}

.address-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-decoration: none;
  display: flex;
}

.website-link, .company-mail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  text-decoration: none;
  display: flex;
}

.address-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-decoration: none;
  display: flex;
}

.preloader {
  z-index: 9999;
  background-image: linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  display: none;
}

@media screen and (max-width: 479px) {
  ._360-wrapper {
    height: 720px;
  }

  .body-wrapper {
    top: auto;
  }

  .floating-navigation {
    bottom: 24px;
  }

  .vectors-wrapper-4 {
    position: relative;
    top: -40px;
  }

  .name-wrapper {
    bottom: 6%;
  }

  ._360-wrapper-3 {
    max-width: 100%;
  }

  .about-wrapper {
    max-width: 320px;
  }

  ._360-wrapper-4 {
    height: 720px;
    max-width: 100%;
  }

  .company-details-wrapper {
    max-width: 320px;
  }
}


@font-face {
  font-family: 'Blinds Audience';
  src: url('../fonts/Blinds-Audience.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}