.hero-section {
  width: 100vw;
  height: 100dvh;
}

.slider-container {
  width: 100%;
  height: 100%;
}

.slider, .mask, .image-container {
  height: 100%;
}

.slide-nav {
  display: none;
}

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

.header-wrapper {
  z-index: 2;
  height: 8.5rem;
  background-image: linear-gradient(rgba(0, 0, 0, .87), rgba(255, 255, 255, 0));
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo-img {
  height: 4rem;
}

.main-cta-container {
  flex: 0 auto;
  align-self: auto;
}

.main-cta-container.is-mobile {
  display: none;
}

.main-cta {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  align-items: center;
  margin-top: 1rem;
  padding-bottom: .5rem;
  transition: all .2s;
  display: flex;
}

.main-cta:hover {
  border-bottom: 1px solid #ee4023;
  margin-bottom: 1rem;
}

.is-txt-cta {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.link-block {
  text-decoration: none;
}

.footer-wrapper {
  z-index: 2;
  height: auto;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .87), rgba(255, 255, 255, 0));
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 2rem 1.5rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-div {
  display: none;
}

.social-div {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.paragraph.is-grey {
  color: #afafaf;
  margin-top: 2rem;
  margin-bottom: 0;
}

.social-icon-img {
  width: 100%;
}

.social-icon-img.is-1 {
  width: 85%;
}

.social-icon-img.is-2 {
  width: 100%;
}

.render {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 100%;
}

.hero-text-container {
  height: 100%;
  background-color: #444;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.hero-text-wrapper {
  width: 59dvw;
  height: 44vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 9dvh;
  display: flex;
}

.is-h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
}

.is-h2 {
  color: #afafaf;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.is-h2.is-hidden {
  display: none;
}

.image-2 {
  width: 60dvw;
  opacity: .1;
  filter: grayscale();
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.loading-container {
  width: 50%;
  height: 1px;
  display: flex;
}

.loading-bar {
  height: 1px;
  background-color: #ee4023;
  flex: none;
}

.spacer-div {
  height: 6rem;
}

.overlay-logo-hero {
  width: 60dvw;
  opacity: .1;
  filter: grayscale();
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.social-div-mobile {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.menu-button-2 {
  transform-style: preserve-3d;
}

.navbar-2 {
  display: none;
}

.nav-bar {
  z-index: 999;
  height: 80px;
  color: #ee4023;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button-3 {
  z-index: 2;
  width: 80px;
  height: 80px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5%;
  right: auto;
}

.burger-line {
  width: 40px;
  height: 2px;
  background-color: #ee4023;
  margin-top: 4px;
  margin-bottom: 4px;
}

.full-screen-menu {
  z-index: 1;
  background-color: rgba(255, 255, 255, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #5e5b5b;
  text-transform: capitalize;
  margin-top: 10px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(94, 91, 91, .75);
}

.right-arrow {
  display: block;
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    grid-column-gap: 1rem;
    align-items: center;
  }

  .paragraph-div, .address-div {
    display: none;
  }

  .social-div {
    grid-column-gap: 1rem;
  }

  .social-icon-img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-text-wrapper {
    width: 90dvw;
    margin-top: 5dvh;
  }

  .link-block-2 {
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    display: flex;
  }

  .social-div-mobile {
    grid-column-gap: 1rem;
  }
}

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

  .header-wrapper {
    width: 100dvw;
    height: 5rem;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .logo-container {
    z-index: 3;
    padding-top: 1rem;
    padding-left: 1rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .logo-img {
    height: 3rem;
  }

  .logo-img.navbar {
    margin-bottom: 32px;
  }

  .main-cta-container {
    display: none;
  }

  .main-cta-container.is-mobile {
    display: block;
  }

  .footer-wrapper {
    z-index: 3;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .phone-div, .email-div, .social-div {
    display: none;
  }

  .paragraph {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.is-grey {
    color: #8a8a8a;
    margin-top: 2rem;
    display: none;
  }

  .hero-text-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-text-wrapper {
    width: auto;
    margin-top: 0;
  }

  .is-h1 {
    font-size: 24px;
  }

  .is-h2.is-navmenu {
    text-align: center;
    align-self: center;
  }

  .left-arrow {
    display: none;
  }

  .overlay-logo-hero {
    width: 120dvw;
  }

  .hamburger-div {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-menu {
    z-index: 0;
    width: 100dvw;
    height: 100dvh;
    text-align: left;
    background-color: #444;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -2rem;
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .social-div-mobile {
    grid-column-gap: 2rem;
    justify-content: center;
    display: flex;
  }

  .container {
    z-index: 29;
    position: static;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar {
    background-color: rgba(221, 221, 221, 0);
  }

  .navbar.is-hide {
    display: none;
  }

  .icon {
    color: #ee4023;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
    margin-left: auto;
    margin-right: 0;
  }

  .menu-button-2 {
    color: #ee4023;
    padding-top: 12px;
  }

  .menu-button-2.w--open {
    z-index: 10;
    color: #ee4023;
    background-color: rgba(200, 200, 200, 0);
    transition: all .2s;
    transform: rotateX(95deg)rotateY(0)rotateZ(0);
  }

  .navmenu {
    z-index: 0;
    width: 92dvw;
    height: 100vh;
    background-color: rgba(68, 68, 68, .98);
    margin-top: -4.6rem;
    margin-bottom: auto;
    margin-left: 1rem;
    padding: 10.4rem 2rem 0;
  }

  .navbar-2 {
    width: 100dvw;
    background-color: rgba(221, 221, 221, 0);
    display: none;
  }

  .brand {
    padding-left: 16px;
  }

  .logo-img-navbar {
    height: 4rem;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
  }

  .container-2 {
    width: 100dvw;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#000, rgba(255, 255, 255, 0));
    padding-top: 1rem;
    padding-left: .5rem;
    position: absolute;
  }

  .nav-bar {
    justify-content: flex-end;
    display: block;
  }

  .menu-button-3 {
    width: auto;
    height: auto;
    align-items: center;
    top: 0%;
    left: 78%;
    right: 0;
  }

  .burger-line {
    width: 21px;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .full-screen-menu {
    background-color: #444;
    display: none;
  }

  .navbar-content-container {
    flex-direction: column;
    align-items: center;
    padding-top: 5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .right-arrow {
    display: none;
  }
}


