.swiper-slide {
  height: 25rem !important;
  width: 40rem !important;
  max-width: 100vw !important;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .swiper-slide {
    height: 17.5rem !important;
  }
}
.swiper-slide img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.75);
}
.swiper-slide h3 {
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: 900;
  font-style: italic;
  font-family: var(--heading2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 110%;
}
@media (max-width: 600px) {
  .swiper-slide h3 {
    font-size: 2rem;
  }
}
.swiper-slide a {
  font-size: 0.9rem;
  font-family: var(--heading);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.07rem;
  position: absolute;
  bottom: 0;
  right: 3rem;
  background-color: var(--gold);
  padding: 1.25rem 2.25rem;
  cursor: pointer;
  transition: padding 0.1s linear, color 0.1s linear;
}
@media (max-width: 600px) {
  .swiper-slide a {
    padding: 1rem 2rem;
  }
}
.swiper-slide a:hover {
  color: var(--grey);
  font-weight: 600;
  padding: 1.25rem 2.75rem;
}
@media (max-width: 600px) {
  .swiper-slide a:hover {
    padding: 1rem 2.5rem;
  }
}

#__next article {
  flex-direction: column;
  justify-content: center;
}
#__next article .title h1, #__next article .title h2 {
  font-size: 4rem;
  font-weight: 600;
  background-image: linear-gradient(to right, var(--gold), var(--gold) 12rem, transparent 12rem, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.4rem;
  background-position: left bottom;
  padding-bottom: 0.2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 700px) {
  #__next article .title h1, #__next article .title h2 {
    font-size: 2.5rem;
  }
}
#__next article .title h2 {
  font-size: 3rem;
  margin: 4rem 0rem;
}
#__next article .post {
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 140%;
  justify-content: center;
  padding-top: 2rem;
}
#__next article .post .body {
  display: block;
  margin-bottom: 8rem;
  line-height: 150%;
}
#__next article .post .body * {
  display: block;
  text-decoration-color: var(--gold);
  text-underline-offset: 0.3rem;
}
#__next article .post .body li {
  display: list-item;
  margin-left: 2rem;
}
#__next article .post .body table {
  display: table;
}
#__next article .post .body tbody, #__next article .post .body thead {
  display: table-row-group;
}
#__next article .post .body tbody, #__next article .post .body thead, #__next article .post .body tr {
  width: 100%;
}
#__next article .post .body tr {
  display: flex;
  flex-wrap: wrap;
}
#__next article .post .body td {
  display: flex;
  flex-direction: column;
  flex-basis: 15rem;
  min-width: 5rem;
  flex-grow: 1;
  padding: 1rem 0.5rem;
}
#__next article .post .body a {
  background-image: linear-gradient(var(--halfBlack), var(--halfBlack)), linear-gradient(var(--black), var(--black)), linear-gradient(var(--halfBlack), var(--halfBlack));
  background-size: 50% 0.175rem, 0% 0.175rem, 50% 0.175rem;
  background-repeat: no-repeat;
  background-position: bottom left, bottom center, bottom right;
  padding-bottom: 0.3rem;
  text-decoration: none;
  width: fit-content;
  transition: background-size 0.15s ease-in-out;
  line-height: 100%;
}
#__next article .post .body a:hover, #__next article .post .body a:focus-visible {
  background-size: 0% 0.175rem, 100% 0.175rem, 0% 0.175rem;
}
#__next article .post .body a, #__next article .post .body sup, #__next article .post .body span, #__next article .post .body sub, #__next article .post .body i, #__next article .post .body strong, #__next article .post .body em, #__next article .post .body u {
  display: inline;
}
#__next article .post .body video {
  display: none;
  max-width: 100%;
}
#__next article .post .body img {
  margin: 0rem auto;
  max-width: 100%;
}
#__next article .post .body h1, #__next article .post .body h2, #__next article .post .body h3, #__next article .post .body h4, #__next article .post .body h5, #__next article .post .body h6 {
  margin-bottom: 0.25rem;
}
#__next article .post .videos {
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  width: max-content;
  margin-top: -6rem;
  height: fit-content;
}
#__next article .post .videos.loaded {
  background-color: black;
  background-image: url("https://www.transparenttextures.com/patterns/white-diamond.png");
  background-repeat: repeat;
  background-size: auto 4rem;
  border-top: 0.25rem solid #39393c;
  border-bottom: 0.25rem solid #39393c;
}
#__next article .post .videos .wrapper {
  display: none;
  height: fit-content;
  width: fit-content;
  overflow-x: scroll;
  align-items: center;
}
#__next article .post .videos .wrapper.loaded {
  display: flex;
}
#__next article .post .videos .wrapper img, #__next article .post .videos .wrapper video, #__next article .post .videos .wrapper iframe {
  display: flex;
  height: auto;
  margin: 1rem 0.5rem;
  max-width: 75%;
  width: 20rem !important;
  border-radius: 2rem;
}
#__next article .post .videos .wrapper img.portrait, #__next article .post .videos .wrapper video.portrait, #__next article .post .videos .wrapper iframe.portrait {
  width: 20rem !important;
}
#__next article .post .videos .wrapper img.landscape, #__next article .post .videos .wrapper video.landscape, #__next article .post .videos .wrapper iframe.landscape {
  width: 50rem !important;
}
#__next article .post .videos .wrapper img.loaded, #__next article .post .videos .wrapper video.loaded, #__next article .post .videos .wrapper iframe.loaded {
  border: 0.25rem solid #39393c;
}
#__next article .faq {
  flex-direction: column;
  padding: 2rem 0rem 4rem 0rem;
}
#__next article .faq h2 {
  font-size: 3rem;
  font-weight: 600;
  background-image: linear-gradient(to right, var(--gold), var(--gold) 12rem, transparent 12rem, transparent 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.4rem;
  background-position: left bottom;
  padding-bottom: 0.2rem;
  margin: 2rem 0rem;
}
@media (max-width: 700px) {
  #__next article .faq h2 {
    font-size: 2rem;
  }
}
#__next article .faq .qa {
  flex-direction: column;
  flex-basis: 100%;
  border-bottom: 0.2rem solid var(--black);
}
#__next article .faq .qa:first-child {
  border-top: 0.2rem solid var(--black);
}
#__next article .faq .qa .question {
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0rem 0.75rem 0rem;
}
#__next article .faq .qa .question h3 {
  font-weight: 500;
  font-size: 2rem;
  padding-top: 0.5rem;
}
@media (max-width: 700px) {
  #__next article .faq .qa .question h3 {
    font-size: 1.5rem;
  }
}
#__next article .faq .qa .question button {
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
  border-radius: 6rem;
  cursor: pointer;
  transition: background-color 0.1s linear, transform 0.1s linear;
}
#__next article .faq .qa .question button span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--black);
  height: 0.2rem;
  width: 60%;
  transition: background-color 0.1s linear, transform 0.2s ease-in-out;
}
#__next article .faq .qa .question button span:last-child {
  transform: translate(-50%, -50%) rotate(-90deg);
}
#__next article .faq .qa .question button:hover, #__next article .faq .qa .question button:focus-visible {
  background-color: var(--black);
  transform: scale(1.1);
}
#__next article .faq .qa .question button:hover span, #__next article .faq .qa .question button:focus-visible span {
  background-color: var(--white);
}
#__next article .faq .qa .answer {
  font-size: 1.2rem;
  margin: 0.5rem 0rem 1rem 0rem;
  line-height: 150%;
  display: none;
}
@media (max-width: 700px) {
  #__next article .faq .qa .answer {
    font-size: 1.1rem;
  }
}
#__next article .faq .qa .answer * {
  display: block;
  line-height: 150%;
  text-decoration-color: var(--gold);
  text-underline-offset: 0.5rem;
}
#__next article .faq .qa .answer li {
  display: list-item;
  margin-left: 2rem;
}
#__next article .faq .qa .answer table {
  display: table;
}
#__next article .faq .qa .answer tbody, #__next article .faq .qa .answer thead {
  display: table-row-group;
}
#__next article .faq .qa .answer tbody, #__next article .faq .qa .answer thead, #__next article .faq .qa .answer tr {
  width: 100%;
}
#__next article .faq .qa .answer tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#__next article .faq .qa .answer td {
  display: table-cell;
  width: max-content !important;
  padding: 1rem 0.5rem;
}
#__next article .faq .qa .answer a {
  background-image: linear-gradient(var(--halfBlack), var(--halfBlack)), linear-gradient(var(--black), var(--black)), linear-gradient(var(--halfBlack), var(--halfBlack));
  background-size: 50% 0.175rem, 0% 0.175rem, 50% 0.175rem;
  background-repeat: no-repeat;
  background-position: bottom left, bottom center, bottom right;
  padding-bottom: 0.3rem;
  text-decoration: none;
  width: fit-content;
  transition: background-size 0.15s ease-in-out;
  line-height: 100%;
}
#__next article .faq .qa .answer a:hover, #__next article .faq .qa .answer a:focus-visible {
  background-size: 0% 0.175rem, 100% 0.175rem, 0% 0.175rem;
}
#__next article .faq .qa .answer a, #__next article .faq .qa .answer sup, #__next article .faq .qa .answer span, #__next article .faq .qa .answer sub, #__next article .faq .qa .answer i, #__next article .faq .qa .answer strong, #__next article .faq .qa .answer em {
  display: inline;
}
#__next article .faq .qa.opened .question button span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}
#__next article .faq .qa.opened .answer {
  display: block;
}
#__next article .more {
  flex-direction: column;
  flex-basis: 100%;
  background-color: var(--grey);
}
#__next article .more .swiper {
  color: var(--white);
  background-color: var(--darkGrey);
  padding-bottom: 6rem !important;
  width: fit-content;
  max-width: 100vw;
}
#__next article .more .swiper .swpier-wrapper {
  width: fit-content;
  max-width: 100vw;
}
#__next article .more .swiper .controller {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  bottom: 0;
  width: 40%;
  left: 0;
  height: 6rem;
  gap: 3rem;
  padding: 0 4rem;
}
#__next article .more .swiper .controller .arrows {
  display: flex;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.25);
  padding: 0.1rem 3rem 0.1rem 0rem;
  height: fit-content;
  gap: 1.5rem;
}
#__next article .more .swiper .controller i {
  cursor: pointer;
  transition: color 0.1s linear, transform 0.1s linear;
}
#__next article .more .swiper .controller i:hover {
  color: var(--gold);
  transform: scale(1.1);
}
#__next article .more .swiper .controller p {
  font-size: 0.9rem;
}
@media (max-width: 700px) {
  #__next article .more .swiper .controller {
    width: 100%;
    justify-content: center;
  }
}
#__next article .more .swiper .swiper-pagination {
  width: calc(60% - 16rem) !important;
  left: calc(40% + 12rem) !important;
  top: calc(100% - 3rem) !important;
  height: 0.125rem !important;
  background-color: rgba(255, 255, 255, 0.25);
}
#__next article .more .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--gold);
}
#__next article .more .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 0.9rem;
  width: 0.9rem;
  margin: 0 0.5rem;
  background-color: var(--white);
  transition: 0.1s linear opacity, transform 0.1s linear;
}
#__next article .more .swiper .swiper-pagination .swiper-pagination-bullet:hover, #__next article .more .swiper .swiper-pagination .swiper-pagination-bullet:focus-visible {
  opacity: 0.5;
  transform: scale(1.2);
}
@media (max-width: 700px) {
  #__next article .more .swiper .swiper-pagination {
    display: none;
  }
}

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