.main-heading {
  font-weight: 300;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  font-family: "Roboto", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #292929;
  font-size: min(max(50px, 6.5104166667vw), 50px);
  overflow: hidden;
}
.main-heading * {
  font-family: "Roboto", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #292929;
  font-size: min(max(50px, 6.5104166667vw), 50px);
}
.main-heading span {
  transition: transform 0.8s ease-in-out;
  transition-delay: 0.2s;
  display: block;
  transform: translateX(-120%);
}
@media only screen and (min-width: 1025px) and (max-height: 900px) {
  .main-heading {
    font-size: min(max(40px, 6.5104166667vw), 40px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .main-heading {
    font-size: min(max(30px, 6.5104166667vw), 30px);
  }
}
@media only screen and (max-width: 767px) {
  .main-heading {
    font-size: min(max(24px, 6.5104166667vw), 24px);
  }
}
.main-heading::after {
  content: "";
  position: absolute;
  left: 0px;
  height: 0%;
  top: 0;
  width: 3px;
  background-color: #609E23;
  transition: height 0.4s ease-in-out;
}
.main-heading.animate:after {
  height: 100%;
}
.main-heading.animate span {
  transform: translateX(0%);
}
.main-heading.heading-light, .main-heading.heading-light * {
  color: #FFFFFF;
}
.main-heading.heading-light::after, .main-heading.heading-light *::after {
  background-color: #FFFFFF;
}

.green-heading-m,
.green-heading-s {
  font-family: "Roboto", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #609E23;
}

.green-heading-m {
  font-weight: 900;
  font-size: min(max(30px, 3.90625vw), 30px);
  color: #609E23;
  opacity: 0;
}
@media only screen and (min-width: 1025px) and (max-height: 900px) {
  .green-heading-m {
    font-size: min(max(26px, 3.3854166667vw), 26px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .green-heading-m {
    font-size: min(max(24px, 3.125vw), 24px);
  }
}
@media only screen and (max-width: 767px) {
  .green-heading-m {
    font-size: min(max(18px, 2.34375vw), 18px);
  }
}

.green-heading-s {
  font-weight: 700;
  font-size: min(max(20px, 2.6041666667vw), 20px);
}
@media only screen and (min-width: 1025px) and (max-height: 900px) {
  .green-heading-s {
    font-size: min(max(20px, 2.6041666667vw), 20px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  .green-heading-s {
    font-size: min(max(18px, 2.34375vw), 18px);
  }
}
@media only screen and (max-width: 767px) {
  .green-heading-s {
    font-size: min(max(16px, 2.0833333333vw), 16px);
  }
}

.subtitle {
  opacity: 0;
}

body.error-404 section#error-404 {
  position: relative;
  padding-top: 170px;
  position: relative;
}
body.error-404 section#error-404 .intro-banner.container {
  padding: 70px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  body.error-404 section#error-404 .intro-banner.container {
    flex-direction: column;
    gap: 50px;
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  body.error-404 section#error-404 .intro-banner.container {
    flex-direction: column;
    gap: 20px;
    padding: 25px;
  }
}
body.error-404 section#error-404 .intro-banner.container > * {
  width: 50%;
  max-width: 1000px;
}
body.error-404 section#error-404 .intro-banner.container.reversed {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  body.error-404 section#error-404 .intro-banner.container.reversed {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  body.error-404 section#error-404 .intro-banner.container.reversed {
    flex-direction: column;
  }
}
body.error-404 section#error-404 .intro-banner.container .image-container {
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  body.error-404 section#error-404 .intro-banner.container .image-container {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  body.error-404 section#error-404 .intro-banner.container .image-container {
    width: 75%;
  }
}
body.error-404 section#error-404 .intro-banner.container .image-container #blob {
  position: absolute;
  animation: rotate 10s infinite linear;
  z-index: -10;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
body.error-404 section#error-404 .intro-banner.container .image-container .map-container {
  width: 100%;
  border-radius: 70px;
  aspect-ratio: 845.41/842.79;
  background: #F5FAF1;
}
body.error-404 section#error-404 .intro-banner.container .image-container .map-container #map {
  border-radius: inherit;
}
body.error-404 section#error-404 .intro-banner.container .image-container .map-container svg {
  height: 100%;
}
body.error-404 section#error-404 .intro-banner.container .image-container img,
body.error-404 section#error-404 .intro-banner.container .image-container iframe,
body.error-404 section#error-404 .intro-banner.container .image-container svg#anakem-map {
  border-radius: 70px;
  width: 100%;
  height: 100%;
}
body.error-404 section#error-404 .intro-banner.container .image-container svg#anakem-map {
  -webkit-clip-path: none;
          clip-path: none;
}
body.error-404 section#error-404 .intro-banner.container .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
body.error-404 section#error-404 .intro-banner.container .image-container.green-hue::after {
  background-color: #f5faf1; /* Your blend color */
  mix-blend-mode: hue; /* Change to 'color' blend mode */
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.error-404 section#error-404 .intro-banner.container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  body.error-404 section#error-404 .intro-banner.container .content {
    width: 100%;
    align-items: baseline;
  }
}
@media only screen and (max-width: 767px) {
  body.error-404 section#error-404 .intro-banner.container .content {
    width: 100%;
    align-items: baseline;
  }
}
body.error-404 section#error-404 .intro-banner.container .content .content-container {
  max-width: 300px;
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .title {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .subtitle .medium-bold {
  font-weight: 500;
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .subtitle p {
  font-family: "Roboto", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(18px, 2.34375vw), 18px);
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  body.error-404 section#error-404 .intro-banner.container .content .content-container .subtitle p {
    font-size: min(max(16px, 2.0833333333vw), 16px);
  }
}
@media only screen and (max-width: 767px) {
  body.error-404 section#error-404 .intro-banner.container .content .content-container .subtitle p {
    font-size: min(max(14px, 1.8229166667vw), 14px);
  }
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .subtitle p a {
  color: #609E23;
  text-decoration: underline;
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .go-back {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  gap: 28px;
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .go-back p {
  font-size: min(max(18px, 2.34375vw), 18px);
}
@media only screen and (min-width: 768px) and (max-width: 1230px) {
  body.error-404 section#error-404 .intro-banner.container .content .content-container .go-back p {
    font-size: min(max(16px, 2.0833333333vw), 16px);
  }
}
@media only screen and (max-width: 767px) {
  body.error-404 section#error-404 .intro-banner.container .content .content-container .go-back p {
    font-size: min(max(14px, 1.8229166667vw), 14px);
  }
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .go-back a {
  color: #292929;
  cursor: pointer;
  padding-inline: 0;
  padding-block: 0;
  border: none;
  display: flex;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  padding: 0;
  border: none;
  background-color: transparent;
}
body.error-404 section#error-404 .intro-banner.container .content .content-container .go-back a a img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.error-404 section#error-404 .intro-banner.container .content ul {
  list-style-type: none;
}
body.error-404 section#error-404 .intro-banner.container .content ul li {
  position: relative;
}
body.error-404 section#error-404 .intro-banner.container .content ul li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-color: #609E23;
  border-radius: 20px;
}
body.error-404 section#error-404 .intro-banner.container .content .flex-container {
  display: flex;
  gap: 5%;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  body.error-404 section#error-404 .intro-banner.container .content .flex-container {
    flex-direction: column;
  }
}
body.error-404 section#error-404 .intro-banner.container .content .flex-container .left-column,
body.error-404 section#error-404 .intro-banner.container .content .flex-container .right-column {
  display: flex;
  flex-direction: column;
  width: 40%;
}
body.error-404 section#error-404 .background {
  z-index: -1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right;
}