* {
  box-sizing: border-box;
}

body {
  padding: 0;
  background: #863b20;
  margin: 0;
  overflow-x: hidden;
  max-width: 100vw;
  font-family: "brother-1816", sans-serif;
}

h1 {
  font-size: 54px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1450px) {
  h1 {
    font-size: 32px;
  }
}

h3 {
  font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1450px) {
  h3 {
    font-size: 36px;
  }
}

h2, h4 {
  font-size: 31px;
  color: white;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1450px) {
  h2, h4 {
    font-size: 20px;
  }
}

.container {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: none;
}
@media screen and (max-width: 1390px) {
  .container {
    padding: 0 16px;
  }
  .container.video-c {
    padding: 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.placeholder {
  margin: 2rem 0;
}
@media screen and (max-width: 900px) {
  .placeholder {
    margin: 1rem 0;
  }
}

.section-hero {
  position: relative;
  background: #863b20;
}
.section-hero .hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .section-hero .hero-container {
    flex-direction: column;
    justify-content: center;
  }
}
.section-hero .hero-container .image {
  padding: 122px 0;
}
.section-hero .hero-container .image img {
  width: 100%;
  height: auto;
}
.section-hero .after, .section-hero .before {
  width: 100vw;
  position: absolute;
}
.section-hero .after img, .section-hero .before img {
  width: 100%;
  height: auto;
}
.section-hero .before {
  top: 0;
}
.section-hero .after {
  bottom: 0;
  z-index: 2;
}
.section-hero div {
  width: 100%;
}
.section-hero div.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .section-hero div.text {
    padding: 130px 12px 0;
    text-align: center;
  }
}
.section-hero div.text .text-wrapper {
  position: relative;
  width: 100%;
  max-width: 550px;
}
.section-hero div.text .text-wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  transform: translate(-70%, -20%);
  background: rgba(0, 0, 0, 0.4);
  filter: blur(160px);
  z-index: -1;
  border-radius: 16px;
}
.section-hero div.text .text-wrapper h1 {
  padding-bottom: 24px;
}
.section-hero div.text .text-wrapper h2 {
  font-size: 16px;
  text-align: left;
}
.section-hero div.text .text-wrapper h2 b {
  line-height: 36px;
  font-size: 18px;
}
@media screen and (max-width: 1100px) {
  .section-hero div.text .text-wrapper h2 {
    text-align: center;
  }
}

.section-video {
  background: #a47652;
  padding: 124px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-video {
    padding: 0 0 24px;
    background: transparent;
  }
}
.section-video .video-container {
  position: relative;
  width: 100%;
}
.section-video .video-container::before, .section-video .video-container::after {
  position: absolute;
  top: 0;
  z-index: 1;
}
.section-video .video-container::before {
  content: url("images/s1-after.png");
  left: -200px;
}
@media screen and (max-width: 1200px) {
  .section-video .video-container::before {
    display: none;
  }
}
.section-video .video-container::after {
  content: url("images/s2-after.png");
  right: -180px;
  top: -100px;
}
@media screen and (max-width: 1200px) {
  .section-video .video-container::after {
    display: none;
  }
}
.section-video .video-container video {
  top: 0;
  left: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.section-map {
  padding: 72px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-map {
    padding: 48px 0;
  }
}
.section-map .news {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.section-map .news h4 {
  padding: 24px 0 0 0;
  font-size: 24px;
  margin-bottom: -16px;
}
.section-map .news .news-image {
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .section-map .news .news-image {
    display: none;
  }
}
.section-map .news .news-image.left {
  left: -500px;
}
.section-map .news .news-image.right {
  right: -200px;
}
.section-map .cta-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 36px 0;
  text-align: center;
}
.section-map .cta-wrapper a {
  padding: 12px 24px;
  font-size: 24px;
  color: #fff;
  background: #b97416;
  text-decoration: none;
  transition: all 0.5s;
}
.section-map .cta-wrapper a:hover {
  opacity: 0.8;
}
.section-map .map-placeholder {
  margin-top: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #672912;
  color: #e7d0a6;
}
.section-map .map-placeholder #sidebar {
  width: 30%;
  max-height: 600px;
  overflow-y: auto;
  padding: 20px;
}
.section-map .map-placeholder #map {
  width: 70%;
  height: 600px;
}
.section-map .map-placeholder #sidebar h2 {
  font-size: 18px;
  margin-bottom: 10px;
}
.section-map .map-placeholder #sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-map .map-placeholder #sidebar li {
  padding: 12px 0 12px 6px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid #863b20;
}
.section-map .map-placeholder #sidebar li button {
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  color: #fff;
}
.section-map .map-placeholder #sidebar li button .event-name {
  font-size: 14px;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  background: #492010;
  padding: 3px 8px;
  display: inline-block;
  border-radius: 5px;
  color: #d29a6e;
}
.section-map .map-placeholder #sidebar li button .event-location {
  font-size: 18px;
  padding: 6px 0 0;
  font-family: "brother-1816", sans-serif;
  cursor: pointer;
}
.section-map .map-placeholder #sidebar li:hover {
  background-color: #a14727;
}
@media screen and (max-width: 900px) {
  .section-map .map-placeholder {
    flex-direction: column;
  }
  .section-map .map-placeholder #sidebar, .section-map .map-placeholder #map {
    width: 100%;
    max-height: 33vh;
  }
}

.section-title {
  padding: 72px 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .section-title {
    padding: 24px 0 64px;
  }
}

.section-content {
  background: #a47652;
  padding: 72px 0;
  position: relative;
  top: -100px;
  margin-bottom: -130px;
}

.section-full-image {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section-full-image img {
  position: relative;
  top: -120px;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .section-full-image img {
    top: -90px;
  }
}

.image-1 {
  position: absolute;
  right: 0;
  top: -240px;
}
@media screen and (max-width: 900px) {
  .image-1 {
    display: none;
  }
}

.image-2 {
  position: absolute;
  right: 0;
  top: -100px;
  z-index: -1;
}
@media screen and (max-width: 1330px) {
  .image-2 {
    display: none;
  }
}

.image-4 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
}
@media screen and (max-width: 1600px) {
  .image-4 {
    display: none;
  }
}

.image-5 {
  position: absolute;
  right: 0;
  top: 100px;
}
@media screen and (max-width: 1600px) {
  .image-5 {
    display: none;
  }
}

.image-6 {
  position: absolute;
  top: 30px;
  right: 200px;
}
@media screen and (max-width: 1600px) {
  .image-6 {
    display: none;
  }
}

.footer {
  background: #472517;
  color: #fff;
  position: relative;
  padding: 48px 0;
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  background: url("path-to-your-image.png") no-repeat center center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
.footer .container {
  max-width: 1100px;
  padding: 0 16px;
  position: relative;
  z-index: 2;
}
.footer .container p {
  width: 100%;
  margin-bottom: 2rem;
  font-family: "Arial, sans-serif";
}
.footer .container .footer-sections {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.footer .container .footer-sections > div {
  flex: 1 1 120px;
}
.footer .container .footer-sections > div strong {
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}
.footer .container .footer-sections > div ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.footer .container .footer-sections > div ul li {
  padding: 4px 0;
  opacity: 0.7;
}
.footer .container .footer-sections > div ul li a {
  color: #fff;
  font-family: "Arial", sans-serif;
  text-decoration: none;
  font-size: 14px;
}
.footer .container .footer-sections > div ul li a:hover {
  text-decoration: underline;
}
.footer .container .social-icons {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}
.footer .container .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}
.footer .container .social-icons a img {
  max-width: 50%;
  max-height: 50%;
}
.footer .container .social-icons a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.footer .container .copyright {
  font-size: 0.75rem;
  text-align: left;
  font-family: "Arial, sans-serif";
}
@media (max-width: 768px) {
  .footer .footer-sections {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer .container .footer-sections > div {
    flex: 1 1 auto;
  }
  .footer .container .social-icons {
    justify-content: center;
    align-items: center;
  }
}

/*# sourceMappingURL=styles.css.map */
