@media screen and (max-width: 560px) {
  iframe {
  width: 100%;}
}

.box {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper {
  width: 100%;
  height: 100vh;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: 100vh !important;
}

.about {
  z-index: var(--z-dropdown);
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
}

.about-box {
  width: 100%;
  height: 100%;
  margin-top: 2em;
}

span.menu-store {
  font-size: var(--font-size-base);
  font-weight: var(--font-medium);
  text-transform: uppercase;
  text-decoration: none;
}

span.menu-store:hover {
  opacity: .5;
}

p.about-text, a.about-text {
  font-size: var(--font-size-lg);
  font-weight: var(--font-regular);
  text-transform: uppercase;
}

p.final-text {
  font-size: var(--font-size-lg);
  font-weight: var(--font-regular);
  text-transform: uppercase;
}

.p-5 {
    padding: calc(var(--spacing) * 5);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.social-links a, .social-links p {
  font-size: 1.3rem;
  font-weight: var(--font-medium);
  text-transform: uppercase !important;
}

.social-links a:hover {
  opacity: 0.5;
  transition: var(--transition-normal);
  -moz-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  -webkit-transition: var(--transition-normal);
}

a.about-text:hover {
  color: var(--newgreen);
  transition: var(--transition-normal);
  -moz-transition: var(--transition-normal);
  -o-transition: var(--transition-normal);
  -webkit-transition: var(--transition-normal);
}

.contact-section {
  z-index: var(--z-dropdown);
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  line-height: 1.5;
}

.contact-title {
  font-size: var(--font-size-base);
  font-weight: var(--font-medium);
  color: var(--newblack);
  text-transform: uppercase;
}

p.contact-text, a.contact-text {
  font-family: var(--font-leak);
  font-size: var(--font-size-lg);
  font-weight: var(--font-regular);
  text-transform: uppercase;
}

.email-container {
  margin: var(--spacing-lg) 0;
}

.email-link {
  text-decoration: none;
  transition: var(--transition-normal);
}

.email-link:hover {
  opacity: .5;
}

.contact-note {
  margin-top: var(--spacing-lg);
  line-height: 1.6;
}

.rte {
   text-align: left;
   font-weight: var(--font-regular);
   text-transform: uppercase;
}

.rte::before {
  content: "";
  display: table;
}

.rte::after {
  content: "";
  display: table;
  clear: both;
}

.rte h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.rte ul {
  display: inline-block;
}

.rte a {
  color: var(--newblack);
  text-transform: uppercase;
}

.rte a:hover {
  opacity: 0.5;
}

.rte p {
  line-height: 1.5em;
  text-transform: uppercase;
}

.rte p:last-child {
  margin-bottom: 0;
}

.main-policy__container {
  width: 100%;
  height: 100%;
  max-width: var(--container-4xl);
  margin: 0 auto;
  padding: 4em 0 0 0;
  line-height: 1.5;
}

.main-policy__title {
  width: auto;
  height: auto;
  text-align: center;
}

.main-policy__body {
  line-height: 1.5;
}

.p1 {
  font-size: var(--font-size-lg);
  font-weight: var(--font-regular);
  text-transform: uppercase;
}