html {
  overflow-x: hidden;
  overflow-y: auto;
}

.home-container1 {
  width: 100%;
  height: 100%;
  display: flex;
  overflow-x: hidden;
  align-items: center;
  flex-direction: column;
}
 
 .home-header2 {
            opacity: 0;
            animation: fadeIn 2s forwards;
        }
        @keyframes fadeIn {
            to {
                opacity: 1;
            }
      }

 .home-caption {
            opacity: 0;
            animation: fadeIn 2s forwards;
        }
        @keyframes fadeIn {
            to {
                opacity: 1;
            }
      }


.home-text7 {
            opacity: 0;
            animation: fadeIn 2s forwards;
        }
        @keyframes fadeIn {
            to {
                opacity: 1;
            }
      }

.home-pandora {
  color: black;
  font-size: 52px;
  font-family: "Lexend Exa";
  font-weight: 800;
  text-align: left;
}

.home-pandoradescription {
  color: black;
  font-size: 28px;
  font-family: Lexend;
  -webkit-text-stroke: 0px black;
  font-weight: 300;
  margin-right: 30px;
  text-align: left;
}
.home-watch {
  color: #f9f5ee;
  font-size: 52px;
  font-family: "Lexend Exa";
  font-weight: 800;
  text-align: center;
}

.home-howto {
  color: #f9f5ee;
  font-size: 30px;
  margin-left: 10px;
  font-family: "Lexend Exa";
  font-weight: 800;
  text-align: left;
  justify-self: flex-start;
  justify-content: flex-start;
}

.home-prepare {
  color: #f9f5ee;
  font-size: 70px;
  font-family: "Lexend Exa";
  font-weight: 800;
  text-align: left;
}

.home-journey {
  color: #f9f5ee;
  font-size: 70px;
  font-family: "Lexend Exa";
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
}

.home-meet {
  color: black;
  font-size: 52px;
  font-family: "Lexend Exa";
  font-weight: 800;
  text-align: center;
}

.home-hero {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.home-list2 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  align-items: center;
  flex-direction: column;
  grid-template-columns: repeat(3, minmax(100px, 400px));
  justify-content: center;
}

.home-list3 {
  width: 100%;
  display: grid;
  grid-gap: var(--dl-layout-space-fiveunits);
  align-items: center;
  flex-direction: column;
  grid-template-columns: repeat(2, minmax(100px, 400px));
  justify-content: center;
}


.just-copy-paste-shit-from-this-one-header14 {
    font-size: 32px;
    line-height: 31px;
  }

  .just-copy-paste-shit-from-this-one-header14 {
  color: white;
  font-size: 52px;
  font-style: normal;
  text-align: center;
  font-family: "Lexend Exa";
  font-weight: bolder;
  line-height: 60px;
}

.just-copy-paste-shit-from-this-one-heading14 {
    gap: var(--dl-layout-space-unit);
  }

.just-copy-paste-shit-from-this-one-heading14 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #81afdf;
  box-shadow: none;
}
 
.home-main1 {
  width: 100%;
  height: 650px;
  display: flex;
  position: relative;
  align-items: center;
  padding-left: var(--dl-layout-space-fiveunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  padding-bottom: 101px;
}
 
html {
    height: 100vh;
    overscroll-behavior: none;
}

body {
    min-height: 100vh;
    overflow: hidden;
}

.home-video {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 200px;
  height: 100%;
  margin: zero;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* Fix for persistent white glow on hover */
  transition: none !important;
}

.home-video:hover,
.home-video:focus,
.home-video:active {
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

/* Nuclear option: disable ALL hover effects on video area */
.home-video *,
.home-video *::before,
.home-video *::after {
  transition: none !important;
}

.home-video *:hover,
.home-video *:focus,
.home-video *:active,
.home-video *::before:hover,
.home-video *::after:hover {
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

/* SIMPLE VIDEO PLAYER - No CSS hover effects */
.simple-video-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.simple-video {
  /* All styling is inline to avoid CSS conflicts */
  /* No hover effects, no transitions, no filters */
}
 
.home-image1 {
  width: 100%;
  height: 818px;
  margin-top: 0px;
  object-fit: cover;
  margin-bottom: 0px;
  /* Fix for persistent white glow on hover */
  transition: none !important;
}

.home-image1:hover,
.home-image1:focus,
.home-image1:active {
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  opacity: 1 !important;
}

.home-image3 {
  width: 600px;
  float: right;
  border: 4px solid #2762b3;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(39, 98, 179, 0.3), 
              0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  padding: 8px;
  margin-left: 20px;
}

.home-image3:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 60px rgba(39, 98, 179, 0.4), 
              0 8px 20px rgba(0, 0, 0, 0.2);
  border-color: #4a7bc8;
}
 
.home-image4 {
  width: 300px;
  height: 80px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.home-image4:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.home-image4:hover rect {
  fill: #f9f5ee;
}

.home-image4:hover text {
  fill: #352B2A;
}

.home-image5 {
  width: 500px;
  height: 200px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.home-image5:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.home-image5:hover rect {
  fill: #f9f5ee;
}

.home-image5:hover text {
  fill: #352B2A;
}

.home-image6 {
  width: 30px;
  margin-bottom: 5px;
}

.home-preparebutton {
  float: right;
  margin-left: auto;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.home-preparebutton:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.home-registerbutton {
  float: center;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.home-registerbutton:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

.home-email {
  font-size: 20px;
  font-weight: 300;
  font-family: "Lexend";
}

.home-insta {
  font-size: 20px;
  font-weight: 300;
  font-family: "Lexend";
}

.home-video2 {
  margin-left: auto;
}

.home-video3 {
  width: 900px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
 
.home-tint {
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--dl-layout-size-maxwidth);
  display: flex;
  position: absolute;
  margin-top: 0px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.4);
  /* Fix for persistent white glow on hover */
  transition: none !important;
  pointer-events: none !important;
}

.home-tint:hover,
.home-tint:focus,
.home-tint:active {
  background-color: rgba(0, 0, 0, 0.4) !important;
  filter: none !important;
  transform: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
 
.home-content1 {
  width: 100%;
  height: 677px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
 
.home-header1 {
  width: 100%;
  display: flex;
  align-items: center;
}
 
.home-navbar {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-layout-space-threeunits);
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: flex-start;
}
 
.home-logo1 {
  height: 150px;
  margin-right: var(--dl-layout-space-fiveunits);
}
 
.home-menu {
  gap: var(--dl-layout-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-links {
  gap: var(--dl-layout-space-threeunits);
  display: flex;
  align-self: center;
  align-items: center;
  font-size: 20px;
  flex-direction: row;
  justify-content: center;
}
 
.home-link1 {
  font-family: "Lexend";
  text-decoration: none;
}
 
.home-navlink {
  font-family: "Lexend";
  text-decoration: none;
}

.home-mobilelink1 {
  font-family: "Lexend";
  font-size: 30px;
  text-decoration: none;
}
 
.home-navmobilelink {
  font-family: "Lexend";
  font-size: 30px;
  text-decoration: none;
}
 
.home-text1 {
  font-family: "Lexend";
}
 
.home-link2 {
  font-family: "Lexend";
}
 
.home-link3 {
  font-family: "Lexend";
}
 
.home-link4 {
  font-family: "Lexend";
}
 
.home-link5 {
  font-family: "Lexend";
  text-decoration: none;
}
 
.home-hamburger {
  cursor: pointer;
  display: none;
  padding: var(--dl-layout-space-unit);
  aspect-ratio: 1;
  border-width: 0px;
  margin-top: 50ox;
  width: 100px;
  position: absolute;
  right: 20px;
  border-radius: var(--dl-layout-radius-round);
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.3);
}
 
.home-icon10 {
  fill: #ffffff;
}
 
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  pointer-events: none;
}

.home-mobile-menu[data-thq*="open"] {
  pointer-events: auto;
}
 
.home-nav1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-container2 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-layout-space-threeunits);
  justify-content: space-between;
}
 
.home-logo2 {
  height: 100px;
}
 
.home-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.home-icon12 {
  width: 50px;
}
 
.home-nav2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-text2 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text3 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text4 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text5 {
  margin-bottom: var(--dl-layout-space-unit);
}
 
.home-text6 {
  margin-bottom: var(--dl-layout-space-unit);
}

.home-text7 {
  font-size: 30px;
  color: white;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
  font-family: "Lexend";
  font-weight: 400;
}
 
.home-container3 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  margin-top: var(--dl-layout-space-unit);
  align-items: center;
  flex-direction: row;
}
 
.home-login {
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon-group {
  display: flex;
}
 
.home-icon14 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon16 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
  margin-right: var(--dl-layout-space-twounits);
}
 
.home-icon18 {
  width: var(--dl-layout-size-xsmall);
  height: var(--dl-layout-size-xsmall);
}
 
.home-center {
  gap: var(--dl-layout-space-threeunits);
  width: 100%;
  height: 524px;
  display: flex;
  z-index: 100;
  max-width: 900px;
  align-items: center;
  margin-bottom: 100px;
  flex-direction: column;
  justify-content: center;
}
 
.home-heading1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  height: 142px;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
@font-face {
  font-family: 'Dalek Pinpoint';
  src: url('./public/DalekPinpointBold-lr3e.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.home-header2 {
  color: rgb(255, 255, 255);
  font-size: 90px;
  font-style: normal;
  text-align: center;
  font-family: "Lexend";
  letter-spacing: 10px;
  font-weight: bold;
  line-height: 90px;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
 
.home-caption {
  color: rgb(255, 255, 255);
  font-size: 18px;
  max-width: 600px;
  text-align: center;
  font-family: "Lexend";
  line-height: 27px;
}
 
.home-feaures {
  width: 100%;
  display: flex;
  z-index: 10;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-threeunits);
  justify-content: center;
  background-color: #81afdf;
  box-shadow: none;
}

.home-feaures2 {
  width: 100%;
  display: flex;
  z-index: 10;
  padding-top: var(--dl-layout-space-twounits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-threeunits);
  background-color: #f9f5ee;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.home-feaures3 {
  width: 100%;
  z-index: 10;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-threeunits);
  background-color: #0b121f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.home-feaures4 {
  width: 100%;
  z-index: 10;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-layout-space-threeunits);
  background-color: #f9f5ee;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.home-feaures5 {
  width: 100%;
  display: flex;
  z-index: 10;
  padding-top: var(--dl-layout-space-fiveunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-fiveunits);
  padding-bottom: var(--dl-layout-space-fiveunits);
  flex-direction: row;
  align-items: center;
  padding-bottom: var(--dl-layout-space-threeunits);
  background-color: #0b121f;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.home-feaures6 {
  width: 100%;
  display: flex;
  z-index: 10;
  padding-top: var(--dl-layout-space-threeunits);
  padding-left: var(--dl-layout-space-threeunits);
  padding-right: var(--dl-layout-space-fiveunits);
  flex-direction: column;
  align-items: center;
  padding-bottom: var(--dl-layout-space-threeunits);
  background-color: #2762b3;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}



.index-guide-wrapper1 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
 
.index-guide-wrapper2 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
 
.index-guide-wrapper3 {
  width: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
}
  
.home-button {
  width: 487px;
  height: 122px;
  font-size: 32px;
  font-style: normal;
  font-family: "Lexend Exa";
  font-weight: 700;
  border-width: 5px;
}
 
.home-footer {
  width: 100%;
  height: 320px;
  display: flex;
  position: relative;
  align-items: center;
  bottom: 0;
  z-index: 10;
  flex-direction: column;
  background-color: #0b121f;
}

.home-heading2 {
  width: 100%;
  height: 30px;
  display: flex;
  position: relative;
  align-items: center;
  bottom: 0;
  z-index: 10;
  background-color: #0b121f;
}
 
.home-content2 {
  gap: 120px;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  padding-top: var(--dl-layout-space-fourunits);
  padding-left: var(--dl-layout-space-fourunits);
  padding-right: var(--dl-layout-space-fourunits);
  flex-direction: row;
  box-sizing: border-box;
  z-index: 10;
  padding-bottom: 0px;
  background-color: #0b121f;
}
 
.home-main2 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
 
.home-branding {
  gap: 20px;
  display: flex;
  color: white;
  font-family: "Lexend Exa";
  font-size: 30px;
  font-weight: 800;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}

.home-goback {
  gap: 20px;
  display: flex;
  color: white;
  font-family: "Lexend Exa";
  font-size: 30px;
  font-weight: 800;
  max-width: 400px;
  align-items: flex-start;
  flex-direction: column;
}
 
.home-heading2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  display: flex;
  align-items: flex-start;
  font-family: "Lexend Exa";
  font-weight: 300;
  flex-direction: column;
  font-size: 18px;
}
 
.home-image2 {
  height: auto;
}

.home-image2-right {
  height: auto;
}
 
.home-copyright {
  color: rgb(118, 105, 104);
  margin-top: auto;
  margin-left: 20px;
  margin-bottom: 10px;
}
 
.home-container5 {
  display: contents;
}
 
@media(max-width: 991px) {
  .home-links {
    gap: var(--dl-layout-space-oneandhalfunits);
  }
  .home-content2 {
    gap: var(--dl-layout-space-threeunits);
  }
  .home-main2 {
    gap: var(--dl-layout-space-threeunits);
    flex-direction: column;
    justify-content: flex-start;
  }
  .home-branding {
    max-width: 80%;
  }
  .home-heading2 {
    gap: var(--dl-layout-space-unit);
  }
}
 
@media(max-width: 743px) {
  .home-main1 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-navbar {
    padding-top: var(--dl-layout-space-twounits);
    padding-bottom: var(--dl-layout-space-twounits);
  }
  .home-menu {
    display: flex;
  }
  .home-links {
    display: none;
  }
  .home-hamburger {
    display: flex;
  }
  .home-mobile-menu {
    background-color: #2762b3;
  }
  .home-icon12 {
    fill: #fff;
  }
  .home-text2 {
    color: #fff;
  }
  .home-text3 {
    color: #fff;
  }
  .home-text4 {
    color: #fff;
  }
  .home-text5 {
    color: #fff;
  }
  .home-text6 {
    color: #fff;
  }
  .home-text7 {
    margin-left: 20px !important;
    margin-right: 20px !important;
    text-align: center !important;
    font-size: 24px !important;
  }
  .home-list2 {
    grid-template-columns: 1fr !important;
    grid-gap: var(--dl-layout-space-threeunits) !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }
  .home-list3 {
    grid-template-columns: 1fr !important;
    grid-gap: var(--dl-layout-space-threeunits) !important;
    max-width: 300px !important;
    margin: 0 auto !important;
  }
  .home-preparebutton {
    float: none !important;
    display: block !important;
    margin: 20px auto 0 auto !important;
    text-align: center !important;
  }
  .home-howto {
    text-align: center !important;
    margin-left: 0 !important;
    font-size: 24px !important;
  }
  .home-prepare {
    text-align: center !important;
    font-size: 44px !important;
    margin-bottom: 20px !important;
  }
  .home-feaures5 {
    flex-direction: column !important;
    align-items: center !important;
  }
  .home-center {
    padding-bottom: 100px;
  }
  .home-heading1 {
    gap: var(--dl-layout-space-halfunit);
  }
  .home-header2 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-caption {
    font-size: 16px;
    max-width: 80%;
    line-height: 24px;
  }
  .home-feaures {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-content2 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-branding {
    max-width: 70%;
  }
}
 
/* enhanced responsive navigation fixes for index page */
/* large tablet to small desktop (1200px to 768px) */
@media(max-width: 1200px) {
  .home-links {
    gap: var(--dl-layout-space-twounits);
    font-size: 18px;
  }
  .home-logo1 {
    height: 120px;
    margin-right: var(--dl-layout-space-threeunits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-threeunits);
    padding-right: var(--dl-layout-space-threeunits);
  }
}

/* large-medium tablet (1100px to 1000px) - bridge the gap */
@media(max-width: 1100px) {
  .home-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    font-size: 17px;
  }
  .home-logo1 {
    height: 110px;
    margin-right: var(--dl-layout-space-twounits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
}

/* medium-small tablet (1050px to 1000px) - target 1008px viewport */
@media(max-width: 1050px) {
  .home-links {
    gap: var(--dl-layout-space-unit);
    font-size: 16px;
  }
  .home-logo1 {
    height: 105px;
    margin-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
}

/* medium tablet (1000px to 768px) */
@media(max-width: 1000px) {
  .home-links {
    gap: var(--dl-layout-space-oneandhalfunits);
    font-size: 16px;
  }
  .home-logo1 {
    height: 100px;
    margin-right: var(--dl-layout-space-twounits);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-twounits);
    padding-right: var(--dl-layout-space-twounits);
  }
}

/* small tablet to large mobile (900px to 768px) */
@media(max-width: 900px) {
  .home-links {
    gap: var(--dl-layout-space-unit);
    font-size: 15px;
  }
  .home-logo1 {
    height: 90px;
    margin-right: var(--dl-layout-space-oneandhalfunits);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-oneandhalfunits);
    padding-right: var(--dl-layout-space-oneandhalfunits);
  }
}

/* medium mobile (850px to 768px) - just before mobile menu kicks in */
@media(max-width: 850px) {
  .home-links {
    gap: var(--dl-layout-space-halfunit);
    font-size: 14px;
  }
  .home-logo1 {
    height: 80px;
    margin-right: var(--dl-layout-space-unit);
  }
  .home-navbar {
    padding-left: var(--dl-layout-space-halfunit);
    padding-right: var(--dl-layout-space-halfunit);
  }
  .home-main1 {
    padding-left: var(--dl-layout-space-unit);
    padding-right: var(--dl-layout-space-unit);
  }
}

@media (max-width: 743px) {
  .home-links {
    display: none !important;
  }
  .home-hamburger {
    display: flex !important;
  }
  .home-navbar {
    padding: var(--dl-layout-space-unit);
  }
  .home-image3 {
    display: none !important;
  }
  
  .home-image2 {
    display: none !important;
  }
  
  .home-image2-right {
    display: none !important;
  }
  .home-mobile-menu {
    padding: 16px;
  }
}

.just-copy-paste-shit-from-this-one-items3 {
  gap: var(--dl-layout-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
 
.just-copy-paste-shit-from-this-one-link22 {
  color: rgb(255, 255, 255);
}
 
.just-copy-paste-shit-from-this-one-link23 {
  color: rgb(255, 255, 255);
}
 
.just-copy-paste-shit-from-this-one-link24 {
  color: rgb(255, 255, 255);
}
 
.just-copy-paste-shit-from-this-one-link25 {
  color: rgb(255, 255, 255);
}
 
.just-copy-paste-shit-from-this-one-link26 {
  color: rgb(255, 255, 255);
}

.guide-wrapper {
  display: contents;
}
 
.guide-guide {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait {
  flex: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.guide-portrait:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
 
.guide-details {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location {
  font-style: normal;
  font-weight: 500;
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details {
    gap: 4px;
  }
}

.guide-wrapper-pyj8 {
  display: contents;
}
 
.guide-guide1 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait1 {
  flex: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.guide-portrait1:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
 
.guide-details1 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name1 {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location1 {
  font-style: normal;
  font-weight: 500;
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide1 {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details1 {
    gap: 4px;
  }
}

.guide-wrapper-8y83 {
  display: contents;
}
 
.guide-guide2 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait2 {
  flex: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.guide-portrait2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
 
.guide-details2 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name2 {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location2 {
  font-style: normal;
  font-weight: 500;
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide2 {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details2 {
    gap: 4px;
  }
}

.guide-wrapper-z2go {
  display: contents;
}
 
.guide-guide3 {
  gap: var(--dl-layout-space-oneandhalfunits);
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
 
.guide-portrait3 {
  flex: 1;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.guide-portrait3:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
 
.guide-details3 {
  gap: var(--dl-layout-space-halfunit);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.guide-name3 {
  color: #352B2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
 
.guide-location3 {
  font-style: normal;
  font-weight: 500;
}
 
.guideroot-class-name {
  flex: 0 0 auto;
}
 
.guideroot-class-name1 {
  flex: 0 0 auto;
}
 
.guideroot-class-name2 {
  flex: 0 0 auto;
}
 
.guideroot-class-name3 {
  flex: 0 0 auto;
}
 
.guideroot-class-name4 {
  flex: 0 0 auto;
}
 
.guideroot-class-name5 {
  flex: 0 0 auto;
}
 
.guideroot-class-name6 {
  flex: 0 0 auto;
}
 
.guideroot-class-name7 {
  flex: 0 0 auto;
}
 
.guideroot-class-name8 {
  flex: 0 0 auto;
}
 
@media(max-width: 767px) {
  .guide-guide3 {
    gap: var(--dl-layout-space-unit);
  }
  .guide-details3 {
    gap: 4px;
  }
}