:root {
  --black: black;
  --white: white;
  --white-smoke: whitesmoke;
  --gold: #fec400;
  --yellow-green: #b4d360;
  --dim-grey: #707070;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.body {
  color: var(--black);
  font-family: urbane-rounded, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 37px;
  overflow: hidden;
}

.header__content {
  z-index: 2000;
  background-color: var(--white);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: fixed;
}

.nav__list {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav__button {
  list-style-type: none;
}

.nav__link {
  color: var(--black);
  padding: 15px;
  font-family: urbane-rounded, sans-serif;
  font-size: 11px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.nav__link:hover {
  background-color: var(--white-smoke);
}

.navigation {
  align-items: center;
  display: flex;
}

.header-logo {
  color: var(--black);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: beaufort-pro, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  display: flex;
}

.header-logo.fixed {
  display: none;
  position: fixed;
  top: 50px;
  left: 25px;
}

.header__dropdown {
  z-index: 1900;
  background-color: var(--white-smoke);
  width: 100%;
  height: auto;
  padding: 100px 100px 50px;
  position: fixed;
  transform: translate(0, -50vh);
}

.header {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px;
  display: flex;
  position: relative;
}

.container.no-space-bel {
  padding-bottom: 0;
}

.footer-tile {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #f7f7f7;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  padding: 100px;
  font-size: 35px;
  font-weight: 300;
  line-height: 94px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-tile.employment {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: flex-start;
  padding-left: 0;
  position: relative;
}

.footer-tile.employment._2 {
  background-image: none;
  background-position: 50% 25%;
}

.footer-tile.contact-us {
  background-image: none;
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  padding-left: 0;
  position: relative;
}

.footer-tile.produce {
  color: var(--black);
  border-radius: 10px;
  justify-content: flex-start;
  padding-left: 0;
  position: relative;
}

.lock-up {
  grid-column-gap: 25px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-tile-heading {
  text-transform: uppercase;
  font-weight: 300;
}

.footer {
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 100px;
  display: flex;
}

.footer-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 100px;
  display: flex;
  position: relative;
}

.copyright-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 19px;
  text-decoration: none;
}

.native-link {
  color: var(--black);
  text-decoration: none;
}

.footer__content__right {
  grid-column-gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.footer__content__left {
  margin-left: 0;
  margin-right: auto;
}

.socials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  text-decoration: none;
}

.social-icon.insta {
  background-image: url('../images/harvest_moon-instagram_gem.svg');
  margin-right: 5px;
}

.social-icon.fb {
  background-image: url('../images/harvest_moon-facebook_gem.svg');
  margin-right: 5px;
}

.social-icon.linkedin {
  background-image: url('../images/harvest_moon-linkedin_gem.svg');
}

.tile-second-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.full-btn {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-top: 50px;
  line-height: 32px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 6px #00000026;
}

.yellow-outline {
  z-index: -1;
  border: 1px solid #fec400;
  border-radius: 100%;
  width: 1000px;
  height: 1000px;
  position: absolute;
  right: -500px;
}

.yellow-outline.employment-individual {
  top: -250px;
  left: auto;
  right: -250px;
}

.yellow-outline.produce-indivdual {
  top: auto;
  left: auto;
  right: -250px;
}

.detail-image {
  color: var(--white);
  letter-spacing: 1px;
  background-color: #f7f7f7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 50px;
  font-size: 35px;
  font-weight: 300;
  line-height: 94px;
  text-decoration: none;
  display: flex;
}

.detail-content {
  border-radius: 10px;
  width: 100%;
  margin-top: 25px;
  padding: 0;
}

.produce-bottom-text {
  letter-spacing: .3px;
  margin-top: auto;
  font-size: 10px;
  line-height: 19px;
}

.detail-information {
  margin-top: 50px;
  margin-bottom: 25px;
}

.detail-list-item {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.line {
  background-color: var(--black);
  flex: 1;
  height: .25px;
  margin-left: 15px;
  margin-right: 15px;
}

.detail-text {
  font-size: 12px;
  line-height: 30px;
}

.detail-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.detail-heading-sub {
  letter-spacing: .3px;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  position: absolute;
}

.detail-body-copy {
  color: var(--black);
  max-width: 425px;
  font-family: urbane-rounded, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}

.detail-body-copy.full-width {
  max-width: none;
}

.detail-body-copy.full-width h4 {
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.detail-body-copy.full-width h2 {
  font-weight: 300;
}

.detail-headings {
  position: relative;
}

.third-style-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 300;
  line-height: 32px;
}

.detail-card {
  width: 100%;
  height: auto;
}

.season-indicator-slots {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.season-indicator {
  background-color: var(--gold);
  opacity: .75;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  display: flex;
}

.season-indicator.not-in-season {
  background-color: #0000;
  border: .25px solid #707070;
}

.season-indicator.mainland {
  width: 80px;
}

.season-indicator.opacity_drop {
  opacity: .5;
}

.season-indicator.legend-indicator {
  background-color: #0000;
  border: .25px solid #707070;
  width: 80px;
}

.season-text {
  z-index: 1;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 8px;
  line-height: 17px;
  position: absolute;
}

.season-legend {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.detail-tile {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 25px;
  padding: 25px;
  display: flex;
  box-shadow: 0 3px 6px #00000026;
}

.season-content {
  width: 100%;
  height: auto;
  margin-top: 25px;
}

.footer-headings.space {
  margin-bottom: 25px;
}

.social-btn {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.social-btn-text {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 11px;
  line-height: 19px;
}

.lock-up-side-box {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: auto;
  display: flex;
  box-shadow: 0 3px 6px #00000026;
}

.lock-up-side-box.right {
  justify-content: flex-start;
  width: 30%;
  min-width: 250px;
  padding: 25px;
}

.lock-up-side-box.left {
  justify-content: flex-start;
  width: 70%;
  padding: 25px;
}

.season-tile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 25px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.menu-produce-navigation {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.produce-grid-menu {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.hamburger, .burger__menu {
  display: none;
}

.burger__footer {
  background-color: var(--white-smoke);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 100px;
  display: flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.drop-menu-link {
  color: var(--black);
  padding: 0;
  font-family: urbane-rounded, sans-serif;
  font-size: 11px;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .2s;
  display: block;
}

.drop-menu-link:hover {
  background-color: var(--white-smoke);
}

.footer-animation {
  padding-bottom: 25px;
  padding-right: 100px;
  position: relative;
}

.footer-animation.left-animation {
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 0;
}

.footer-animated-line {
  background-color: var(--white-smoke);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 2.5px;
  padding-bottom: 0;
  position: absolute;
}

.footer-animated-line.left-line {
  left: 0;
  transform: none;
}

.image-right-banner {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.image-right-banner.contact, .image-right-banner.produce {
  background-image: none;
  background-position: 50% 85%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
}

.hero_image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_image.top {
  object-position: 50% 0%;
}

.hero__overlay {
  z-index: 5;
  background-image: linear-gradient(#fff0, #0006);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero__image {
  z-index: 6;
  width: 100%;
  max-width: 600px;
  margin-top: auto;
  position: relative;
}

.scroll {
  z-index: 6;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.scroll_text {
  text-transform: uppercase;
  font-size: 11px;
  font-style: normal;
  line-height: 19px;
}

.scroll_line {
  background-color: #fff;
  width: 1px;
  height: 80px;
  margin-top: 25px;
}

.main__content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 125px;
  display: flex;
  overflow: hidden;
}

.read__backdrop {
  z-index: 6000;
  visibility: hidden;
  background-color: #666666e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.link__1 {
  color: #fec400;
  font-size: 12px;
  line-height: 30px;
}

.newsletter_slider_nav {
  display: none;
}

.newsletter_slider_arrow_icon {
  width: 25px;
  height: 25px;
}

.newsletter_slider_arrow_icon.left {
  margin-right: auto;
  transform: rotate(-180deg);
}

.newsletter_slider_arrow_icon.right {
  margin-left: auto;
}

.zoomist-image {
  object-fit: contain;
  aspect-ratio: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.heading__2 {
  text-transform: capitalize;
  font-family: beaufort-pro, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 22px;
}

.main_list_style_1 {
  margin-top: -20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.slide_image {
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.close_button {
  cursor: pointer;
  border-width: 1px;
  border-color: #000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.newsletter_slider_arrows {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.list__1 {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cross-line {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
}

.cross-line.left {
  width: 1px;
  height: 100%;
  transform: rotate(50deg);
}

.cross-line.right {
  width: 1px;
  transform: rotate(-50deg);
}

.max__content {
  width: 100%;
  max-width: 1000px;
}

.max__content.style_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.max__content.margin_top {
  margin-top: 125px;
}

.heading__1 {
  text-transform: uppercase;
  font-family: beaufort-pro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 27px;
}

.paragraph_style_1 {
  font-size: 17px;
  line-height: 35px;
}

.paragraph_style_1.margin_top {
  margin-top: 25px;
}

.newsletter_slider_mask {
  width: 50%;
  overflow: visible;
}

.newsletter_slider_styles {
  display: none;
}

.newsletter_slider {
  background-color: #ddd0;
  width: 100%;
  min-height: 700px;
  padding-left: 50px;
  padding-right: 50px;
  overflow: hidden;
}

.footer__content {
  width: 100%;
}

.native-link-2 {
  color: #000;
  text-decoration: none;
}

.copyright-text-2 {
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 19px;
  text-decoration: none;
}

.div-block-4 {
  grid-column-gap: 20px;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.footer-2 {
  background-color: #f5f5f5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 100px;
  display: flex;
}

.footer__image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 300px;
}

.footer__image.center {
  object-position: 50% 100%;
}

.swiper {
  background-color: #ddd0;
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
  overflow: visible;
}

.swiper-slide {
  height: 700px;
}

.swiper-button-prev, .swiper-button-next {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.slider__arrow__left {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: none;
  position: absolute;
  left: 0;
}

.swiper-button-next-copy {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.slider__arrow__right {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  display: none;
  position: absolute;
  right: 0;
}

.newsletter__grid {
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.newsletter__card__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.newsletter__card__info {
  padding-top: 25px;
  padding-bottom: 25px;
}

.newsletter__card {
  color: var(--black);
  cursor: pointer;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: opacity .5s;
}

.newsletter__card:hover {
  opacity: .75;
}

.newsletter__card__image__block {
  width: 100%;
}

.hero__content {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: relative;
}

.heading__3 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: beaufort-pro, sans-serif;
  font-size: 178px;
  font-style: normal;
  font-weight: 400;
  line-height: 178px;
}

.hero___graphic {
  z-index: 6;
  width: 100%;
  max-width: 600px;
  margin-top: -70px;
  position: relative;
}

.button {
  z-index: 10;
  color: var(--white);
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
  position: absolute;
  top: 100px;
  left: 100px;
}

.slide__img {
  cursor: pointer;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  display: block;
}

.add__button {
  position: absolute;
  bottom: -75px;
}

.zoom__button {
  border: 2px solid var(--black);
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 30px;
  padding: 0;
  font-size: 13px;
  line-height: 13px;
  display: flex;
  position: absolute;
}

.zoom__button.left-zoom {
  transform: scale3d(1none, 1none, 1none);
  transform-origin: 0 0;
  transform-style: preserve-3d;
  margin-right: 10px;
  left: 75px;
}

.zoom__button.right-zoom {
  margin-left: 10px;
  right: 75px;
}

.control___buttons {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
  top: 50px;
}

.read__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 125px;
  display: flex;
}

.button__1 {
  color: var(--black);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 125px;
  padding: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #00000026;
}

.link__2 {
  color: #fec400;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}

.heading__4 {
  text-transform: uppercase;
  font-family: beaufort-pro, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.zoomist-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.zoomist-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

.zoom__code {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__content {
    padding-left: 150px;
    padding-right: 150px;
  }

  .header__dropdown {
    transform: translate(0, -50vh);
  }

  .container {
    padding: 150px;
  }

  .footer {
    padding-left: 150px;
    padding-right: 150px;
  }

  .footer-container {
    padding: 150px;
  }

  .collection-list {
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .max__content.style_2 {
    width: 100%;
    max-width: 1100px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2 {
    padding-left: 150px;
    padding-right: 150px;
  }

  .button {
    left: 150px;
  }
}

@media screen and (max-width: 991px) {
  .header__content, .header__dropdown, .container {
    padding-left: 75px;
    padding-right: 75px;
  }

  .footer-tile {
    height: 250px;
    padding: 50px;
  }

  .footer, .footer-container {
    padding-left: 75px;
    padding-right: 75px;
  }

  .copyright-text {
    font-size: 9px;
  }

  .season-indicator-slots {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lock-up-side-box.right {
    max-height: 600px;
  }

  .burger__footer {
    padding-left: 75px;
    padding-right: 75px;
  }

  .collection-list {
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  }

  .footer-animation.left-animation {
    padding-left: 50px;
  }

  .hero__image {
    max-width: 400px;
  }

  .main__content {
    padding: 100px;
  }

  .read__backdrop {
    padding: 0;
  }

  .newsletter_slider_arrow_icon.left {
    margin-right: 0;
  }

  .newsletter_slider_arrow_icon.right {
    margin-left: 0;
  }

  .zoomist-image {
    width: 70vw;
  }

  .close_button {
    width: 40px;
    top: 40px;
    right: 40px;
  }

  .newsletter_slider_arrows {
    align-items: flex-start;
    width: 50px;
  }

  .newsletter_slider_arrows.right {
    align-items: flex-end;
  }

  .max__content.style_2 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .max__content.margin_top {
    margin-top: 100px;
  }

  .paragraph_style_1.margin_top {
    margin-top: 20px;
    font-size: 14px;
    line-height: 32px;
  }

  .newsletter_slider {
    max-width: 1000px;
    min-height: 425px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .copyright-text-2 {
    font-size: 9px;
  }

  .footer-2 {
    padding-left: 75px;
    padding-right: 75px;
  }

  .swiper {
    max-width: 1000px;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .swiper-slide {
    height: 625px;
  }

  .swiper-button-prev {
    align-items: flex-start;
    width: 50px;
  }

  .swiper-button-prev.right {
    align-items: flex-end;
  }

  .swiper-button-next {
    align-items: flex-start;
    width: 50px;
  }

  .swiper-button-next.right {
    align-items: flex-end;
  }

  .slider__arrow__left {
    align-items: flex-start;
    width: 50px;
    left: 50px;
  }

  .slider__arrow__left.right {
    align-items: flex-end;
  }

  .swiper-button-next-copy {
    align-items: flex-start;
    width: 50px;
  }

  .swiper-button-next-copy.right {
    align-items: flex-end;
  }

  .slider__arrow__right {
    align-items: flex-start;
    width: 50px;
    right: 50px;
  }

  .slider__arrow__right.right {
    align-items: flex-end;
  }

  .newsletter__grid {
    grid-template-columns: 1fr 1fr;
  }

  .newsletter__card {
    transition: none;
  }

  .newsletter__card:hover {
    opacity: 1;
  }

  .heading__3 {
    font-size: 115px;
    line-height: 115px;
  }

  .hero___graphic {
    max-width: 400px;
  }

  .button {
    left: 75px;
  }

  .read__content {
    padding: 100px;
  }

  .button__1 {
    margin-bottom: 100px;
  }

  .heading__4 {
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .header__content {
    display: none;
  }

  .nav__list.burger {
    flex-direction: column;
  }

  .header-logo.fixed {
    z-index: 6000;
    display: flex;
    top: 15px;
  }

  .header__dropdown {
    display: none;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-tile {
    height: 150px;
    padding: 25px 0;
  }

  .footer-tile.employment, .footer-tile.contact-us {
    text-align: center;
    justify-content: center;
  }

  .lock-up {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .footer-tile-heading {
    font-size: 20px;
  }

  .footer {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .footer-container {
    padding: 50px;
  }

  .copyright-text.hide {
    display: none;
  }

  .footer__content__right {
    grid-column-gap: 0px;
    flex-direction: column;
    margin-left: 0;
  }

  .footer__content__left {
    margin-right: 0;
  }

  .socials.burger {
    margin-top: 10px;
  }

  .full-btn {
    font-size: 12px;
  }

  .yellow-outline {
    display: none;
  }

  .third-style-heading {
    margin-bottom: 25px;
  }

  .season-indicator-slots {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 400px;
  }

  .season-indicator.mainland, .season-indicator.legend-indicator {
    width: 100px;
  }

  .season-legend {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-wrap: wrap;
  }

  .social-btn {
    margin-top: 20px;
  }

  .lock-up-side-box.right {
    width: 100%;
    max-height: none;
  }

  .lock-up-side-box.left {
    width: 100%;
    margin-bottom: 25px;
  }

  .season-tile {
    width: 100px;
  }

  .hamburger {
    z-index: 100;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30px;
    height: 15px;
    display: flex;
    position: fixed;
    inset: 25px 25px auto auto;
  }

  .hamburger.close {
    z-index: 8000;
    cursor: pointer;
    background-image: url('../images/harvest_moon-burger_cross.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
  }

  .burger__menu {
    z-index: 7000;
    background-color: var(--white-smoke);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    padding: 100px 50px;
    position: fixed;
    overflow: auto;
  }

  .hamburger-line {
    background-color: var(--black);
    width: 100%;
    height: 1px;
    padding: 0;
  }

  .burger__footer {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 100px;
    margin-top: 50px;
    padding: 0;
  }

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

  .burger-logo {
    background-image: url('../images/harvest_moon-full_logo.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 300px;
    height: 200px;
    min-height: 200px;
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-animation.left-animation {
    width: 100%;
    padding-left: 30px;
  }

  .footer-animated-line.left-line {
    display: none;
  }

  .hero__image {
    max-width: 300px;
  }

  .main__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .read__backdrop {
    padding: 0;
  }

  .zoomist-image {
    width: 100%;
  }

  .heading__2 {
    font-size: 18px;
    line-height: 20px;
  }

  .slide_image {
    object-fit: contain;
  }

  .close_button {
    width: 30px;
    height: 30px;
    top: 25px;
    right: 25px;
  }

  .newsletter_slider_arrows {
    align-items: center;
    display: flex;
  }

  .newsletter_slider_arrows.right {
    align-items: center;
  }

  .list__1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .max__content.style_2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading__1 {
    font-size: 24px;
    line-height: 25px;
  }

  .paragraph_style_1.margin_top {
    font-size: 12px;
    line-height: 28px;
  }

  .newsletter_slider_mask {
    width: 100%;
  }

  .newsletter_slider {
    min-height: 65vh;
    padding-left: 0;
    padding-right: 0;
  }

  .copyright-text-2.hide {
    display: none;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    flex-direction: column;
    margin-left: 0;
  }

  .footer-2 {
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 50px;
    padding-right: 50px;
  }

  .swiper {
    height: 65vh;
    padding-left: 0;
    padding-right: 0;
  }

  .swiper-wrapper {
    width: 100%;
  }

  .swiper-slide {
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .swiper-button-prev {
    align-items: center;
    display: flex;
  }

  .swiper-button-prev.right {
    align-items: center;
  }

  .swiper-button-next {
    align-items: center;
    display: flex;
  }

  .swiper-button-next.right {
    align-items: center;
  }

  .slider__arrow__left {
    align-items: center;
    display: flex;
  }

  .slider__arrow__left.right {
    align-items: center;
  }

  .swiper-button-next-copy {
    align-items: center;
    display: flex;
  }

  .swiper-button-next-copy.right {
    align-items: center;
  }

  .slider__arrow__right {
    align-items: center;
    display: flex;
  }

  .slider__arrow__right.right {
    align-items: center;
  }

  .heading__3 {
    font-size: 90px;
  }

  .hero___graphic {
    max-width: 300px;
  }

  .button {
    top: 55px;
    left: 25px;
  }

  .slide__img {
    object-fit: contain;
    padding-left: 10px;
    padding-right: 10px;
  }

  .read__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .button__1 {
    border-radius: 20px;
    margin-top: 15px;
    margin-bottom: 75px;
    padding: 20px;
  }

  .heading__4 {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-tile-heading.produce {
    font-size: 15px;
    line-height: 25px;
  }

  .footer, .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .copyright-text {
    font-size: 8px;
  }

  .copyright-text.center {
    text-align: center;
  }

  .full-btn {
    height: 40px;
    font-size: 10px;
    line-height: 30px;
  }

  .detail-image {
    background-position: 50%;
    height: 250px;
  }

  .detail-heading-sub {
    font-size: 8px;
    line-height: 17px;
  }

  .burger__footer {
    min-height: 150px;
  }

  .burger-logo {
    max-width: 150px;
    height: 150px;
    min-height: 150px;
  }

  .hero__image {
    max-width: 225px;
  }

  .scroll_line {
    height: 60px;
    margin-top: 15px;
  }

  .main__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .read__backdrop {
    padding: 0;
  }

  .newsletter_slider_arrow_icon {
    width: 20px;
  }

  .close_button, .newsletter_slider_arrows {
    width: 30px;
  }

  .max__content.margin_top {
    margin-top: 50px;
  }

  .newsletter_slider {
    min-height: 60vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .copyright-text-2 {
    font-size: 8px;
  }

  .footer-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper {
    height: 50vh;
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .swiper-button-prev, .swiper-button-next {
    width: 30px;
  }

  .slider__arrow__left {
    width: 30px;
    left: 30px;
  }

  .swiper-button-next-copy {
    width: 30px;
  }

  .slider__arrow__right {
    width: 30px;
    right: 30px;
  }

  .newsletter__grid {
    grid-template-columns: 1fr;
  }

  .heading__3 {
    font-size: 55px;
  }

  .hero___graphic {
    max-width: 225px;
  }

  .read__content {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button__1 {
    border-radius: 15px;
    padding: 15px;
  }

  .link__2 {
    font-size: 10px;
  }

  .heading__4 {
    font-size: 15px;
    line-height: 14px;
  }
}


