@font-face {
  font-family: "BlocklynGrunge";
  src: url("./fonts/BlocklynGrunge.eot");
  src: url("./fonts/BlocklynGrunge.eot?#iefix") format("embedded-opentype"), url("./fonts/BlocklynGrunge.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BlocklynGrunge";
  src: url("./fonts/BlocklynGrunge-Italic.eot");
  src: url("./fonts/BlocklynGrunge-Italic.eot?#iefix") format("embedded-opentype"), url("./fonts/BlocklynGrunge-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/* Checkout */
.page__home {
  padding-bottom: 64px;
  background-color: #000;
}
.page__home .home__fullbanner .sliders__desktop {
  padding: 0;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .sliders__desktop {
    display: none;
  }
}
.page__home .home__fullbanner .sliders__mobile {
  display: none;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .sliders__mobile {
    display: block;
  }
}
.page__home .home__fullbanner #bannersCarouselIndicators img {
  width: 100%;
}
.page__home .home__fullbanner .swiper .swiper-slide {
  position: relative;
}
.page__home .home__fullbanner .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.page__home .home__fullbanner .swiper .swiper-slide img.lazy {
  width: 1px;
  height: 1px;
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner {
  position: absolute;
  bottom: 64px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1264px;
  width: 100%;
  color: #FFF;
  z-index: 10;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .swiper .swiper-slide .text__banner {
    bottom: 40px;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 0 24px;
    transform: none;
  }
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__content {
  max-width: 690px;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__content {
    max-width: 100%;
  }
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 24px;
  display: block;
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner span strong {
  font-weight: 700;
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .swiper .swiper-slide .text__banner h2 {
    font-size: 64px;
    margin-bottom: 48px;
  }
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner p {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .swiper .swiper-slide .text__banner p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__buttons a {
  height: 48px;
  padding: 0 24px;
  border-radius: 120px;
  border: 1px solid #8F8F8F;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__buttons a {
    font-size: 12px;
  }
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__buttons a:hover {
  background-color: #87C540;
  border-color: #87C540;
  color: #141414;
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__buttons a.green {
  background-color: #87C540;
  border-color: #87C540;
  color: #141414;
}
.page__home .home__fullbanner .swiper .swiper-slide .text__banner .text__buttons a.green:hover {
  background-color: transparent;
  border-color: #8F8F8F;
  color: #FFF;
}
.page__home .home__fullbanner .swiper .swiper-pagination-bullets {
  bottom: 2rem !important;
}
@media (max-width: 768px) {
  .page__home .home__fullbanner .swiper .swiper-pagination-bullets {
    bottom: 1rem !important;
  }
}
.page__home .home__grid {
  padding-top: 64px;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid {
    padding-top: 24px;
  }
}
.page__home .home__grid .grid__container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, auto); /* Each row is exactly 190px */
  gap: 10px;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container {
    display: flex;
    flex-wrap: wrap;
    max-width: 342px;
    margin: 0 auto;
  }
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(1) {
  grid-area: 1/1/3/3;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container .grid__image:nth-of-type(1) {
    width: calc(50% - 5px);
  }
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(2) {
  grid-area: 3/1/4/3;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container .grid__image:nth-of-type(2) {
    width: calc(50% - 5px);
  }
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(2) .grid__text {
  top: unset;
  bottom: 24px;
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(3) {
  grid-area: 1/3/4/5;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container .grid__image:nth-of-type(3) .grid__text h2 {
    font-size: 32px;
  }
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(3) .grid__text {
  top: unset;
  bottom: 24px;
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(4) {
  grid-area: 1/5/2/6;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container .grid__image:nth-of-type(4) {
    width: calc(50% - 5px);
  }
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(4) .grid__text h2 {
  font-size: 24px;
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(5) {
  grid-area: 1/6/2/7;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container .grid__image:nth-of-type(5) {
    width: calc(50% - 5px);
  }
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(5) .grid__text h2 {
  font-size: 24px;
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(6) {
  grid-area: 2/5/4/7;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container .grid__image:nth-of-type(6) .grid__text h2 {
    font-size: 32px;
  }
}
.page__home .home__grid .grid__container .grid__image:nth-of-type(6) .grid__text {
  top: unset;
  bottom: 24px;
}
.page__home .home__grid .grid__container .grid__image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.page__home .home__grid .grid__container .grid__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-in-out;
}
.page__home .home__grid .grid__container .grid__image img:hover {
  transform: scale(1.05);
}
.page__home .home__grid .grid__container .grid__image .grid__text {
  position: absolute;
  left: 24px;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page__home .home__grid .grid__container .grid__image .grid__text h2 {
  font-family: "Anton", sans-serif;
  color: #FFF;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1216px) {
  .page__home .home__grid .grid__container .grid__image .grid__text h2 {
    font-size: 24px;
  }
}
.page__home .home__grid .grid__container .grid__image .grid__text p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0%;
  color: #E8E8E9;
}
.page__home .main__title {
  display: flex;
  flex-direction: column;
  max-width: 306px;
  gap: 24px;
}
@media (max-width: 768px) {
  .page__home .main__title {
    padding-right: 24px;
    gap: 10px;
  }
}
.page__home .main__title span {
  color: #DFDFE0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.page__home .main__title h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #DFDFE0;
}
.page__home .main__title h2 strong {
  font-weight: 700;
  color: #FFF;
}
.page__home .main__title a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
  transition: 0.5s;
  width: -moz-fit-content;
  width: fit-content;
}
.page__home .main__title a:hover {
  box-shadow: 0 1.5px 0 0 #8f8f8f;
}
.page__home .main__title a span {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #8F8F8F;
}
.page__home .home__categories {
  padding-top: 120px;
}
@media (max-width: 768px) {
  .page__home .home__categories {
    padding-top: 64px;
  }
}
@media (min-width: 1216px) {
  .page__home .home__categories .component__container {
    max-width: unset;
    margin: 0;
    padding: 0;
    width: calc(100vw - (100vw - 1216px) / 2);
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .page__home .home__categories .component__container {
    padding-right: 0;
  }
}
.page__home .home__categories .swiper {
  padding: 64px 0;
}
@media (max-width: 768px) {
  .page__home .home__categories .swiper {
    padding: 32px 0 50px;
  }
}
.page__home .home__categories .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .page__home .home__categories .swiper .swiper-slide:hover img {
    transform: scale(1.05);
    filter: none;
  }
  .page__home .home__categories .swiper .swiper-slide:hover span, .page__home .home__categories .swiper .swiper-slide:hover a {
    opacity: 1;
  }
}
.page__home .home__categories .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .page__home .home__categories .swiper .swiper-slide img {
    filter: grayscale(100%) brightness(60%);
  }
}
@media (min-width: 768px) {
  .page__home .home__categories .swiper .swiper-slide span, .page__home .home__categories .swiper .swiper-slide a {
    opacity: 0;
    transition: 0.5s;
  }
}
.page__home .home__categories .swiper .swiper-slide span {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Alexandria", sans-serif;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 12px;
  width: 100%;
  display: block;
  text-align: center;
  letter-spacing: 20%;
}
@media (max-width: 768px) {
  .page__home .home__categories .swiper .swiper-slide span {
    font-size: 10px;
  }
}
.page__home .home__categories .swiper .swiper-slide span strong {
  font-weight: 700;
}
.page__home .home__categories .swiper .swiper-slide h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 140%;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 768px) {
  .page__home .home__categories .swiper .swiper-slide h2 {
    font-size: 24px;
  }
}
.page__home .home__categories .swiper a {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 102px;
  height: 41px;
  border-radius: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page__home .home__categories .swiper a {
    height: 33px;
  }
}
.page__home .home__categories .swiper .swiper-button-next, .page__home .home__categories .swiper .swiper-button-prev {
  top: unset;
  bottom: 0;
  right: 107px;
  height: 20px;
  width: 20px;
}
@media (max-width: 768px) {
  .page__home .home__categories .swiper .swiper-button-next, .page__home .home__categories .swiper .swiper-button-prev {
    right: 24px;
  }
}
.page__home .home__categories .swiper .swiper-button-next svg g, .page__home .home__categories .swiper .swiper-button-prev svg g {
  opacity: 1;
}
.page__home .home__categories .swiper .swiper-button-prev {
  right: 159px;
  left: unset;
}
@media (max-width: 768px) {
  .page__home .home__categories .swiper .swiper-button-prev {
    right: 76px;
  }
}
.page__home .home__categories .swiper .swiper-pagination-bullets {
  bottom: 7px !important;
  justify-content: right;
  padding-right: 243px;
  width: calc(100% - 243px);
}
@media (max-width: 768px) {
  .page__home .home__categories .swiper .swiper-pagination-bullets {
    padding-right: 0;
    justify-content: left;
  }
}
.page__home .home__stamps {
  padding-top: 120px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1195' height='331' viewBox='0 0 1195 331' fill='none'><defs><linearGradient id='a' x1='475' y1='0' x2='475' y2='331' gradientUnits='userSpaceOnUse'><stop stop-color='%23141414'/><stop offset='1' stop-color='%2387C540'/></linearGradient></defs><path fill-rule='evenodd' clip-rule='evenodd' d='M-245 331L205.684 175.862L262.773 219.135L719.506 0L1195 331H1138.48H1077.71H956.157H713.058H259.091H-96.0345H-245Z' fill='url(%23a)' fill-opacity='0.04'/></svg>");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .page__home .home__stamps {
    padding-top: 64px;
    background-position: 20% 50%;
  }
}
.page__home .home__stamps .swiper {
  padding-bottom: 3rem;
}
.page__home .home__stamps .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.page__home .home__stamps .swiper .swiper-slide .stamps__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px dashed #292929;
}
.page__home .home__stamps .swiper .swiper-slide .stamps__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.page__home .home__stamps .swiper .swiper-slide .stamps__title h3 {
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.page__home .home__stamps .swiper .swiper-slide .stamps__title span {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #BABBBC;
}
.page__home .home__stamps .swiper .swiper-slide a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-decoration: underline;
  color: #F5F5F5;
  transition: 0.5s;
}
.page__home .home__stamps .swiper .swiper-slide a:hover {
  opacity: 0.4;
}
.page__home .home__stamps .swiper .swiper-button-next, .page__home .home__stamps .swiper .swiper-button-prev {
  top: unset;
  bottom: -1.5px;
  right: 0;
  height: 20px;
  width: 20px;
}
@media (min-width: 1216px) {
  .page__home .home__stamps .swiper .swiper-button-next, .page__home .home__stamps .swiper .swiper-button-prev {
    display: none;
  }
}
.page__home .home__stamps .swiper .swiper-button-prev {
  left: 0;
}
.page__home .home__stamps .swiper .swiper-pagination-bullets {
  bottom: 7px !important;
  justify-content: center;
}
.page__home .home__video {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.page__home .home__video .video__wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.page__home .home__video .video__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, #000 91.74%);
  z-index: 1;
}
.page__home .home__video .video__wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100vh;
  z-index: 0;
}
.page__home .home__video .swiper {
  height: 100vh;
}
.page__home .home__video .video__text--wrapper {
  margin-top: -100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page__home .home__video .video__text {
  z-index: 2;
  position: relative;
  height: 80vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page__home .home__video .video__text span {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .page__home .home__video .video__text span {
    font-size: 16px;
  }
}
.page__home .home__video .video__text h2, .page__home .home__video .video__text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 120%;
  color: #FFFFFF;
  max-width: 972px;
  text-align: center;
}
@media (max-width: 1216px) {
  .page__home .home__video .video__text h2, .page__home .home__video .video__text h3 {
    font-size: 40px;
    max-width: 100%;
    padding: 0 24px;
  }
}
.page__home .home__video .video__text h2 strong, .page__home .home__video .video__text h3 strong {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 72px;
  color: #87C540;
}
.page__home .home__video .video__text h3 {
  font-size: 40px;
}
.page__home .home__video .video__text h3 strong {
  font-size: 40px;
}
.page__home .home__iframe {
  padding: 120px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7607843137), rgba(0, 0, 0, 0.2705882353)), radial-gradient(67.71% 158.79% at 67.71% 42.35%, #323232 12.99%, transparent 100%), linear-gradient(100.11deg, hsla(16, 38%, 67%, 0.12) 0.3%, transparent);
}
@media (max-width: 768px) {
  .page__home .home__iframe {
    padding: 3rem 0;
  }
}
.page__home .home__iframe .component__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1216px) {
  .page__home .home__iframe .component__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
  }
}
.page__home .home__iframe .component__container .iframe__text {
  display: flex;
  flex-direction: column;
  max-width: 361px;
}
@media (max-width: 768px) {
  .page__home .home__iframe .component__container .iframe__text {
    max-width: 100%;
  }
}
.page__home .home__iframe .component__container .iframe__text span {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.page__home .home__iframe .component__container .iframe__text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 80px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page__home .home__iframe .component__container .iframe__text h3 {
    margin-bottom: 18px;
  }
}
.page__home .home__iframe .component__container .iframe__text p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .page__home .home__iframe .component__container .iframe__text p {
    margin-bottom: 28px;
  }
}
.page__home .home__iframe .component__container .iframe__text a {
  width: -moz-fit-content;
  width: fit-content;
  height: 48px;
  padding: 0 24px;
  border-radius: 120px;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 14px;
  color: #141414;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.page__home .home__iframe .component__container .iframe__text a:hover {
  background-color: #87C540;
  color: #FFF;
}
.page__home .home__iframe .component__container .iframe__video {
  border-radius: 16px;
  overflow: hidden;
}
.page__home .home__iframe .component__container .iframe__video iframe {
  max-width: 100%;
}
.page__home .home__store {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .page__home .home__store {
    background-size: cover;
    min-height: 614px;
  }
}
.page__home .home__store .store__content {
  padding: 44px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2rem;
}
@media (max-width: 768px) {
  .page__home .home__store .store__content {
    padding: 2rem 0;
  }
}
.page__home .home__store .store__content .content__top {
  width: 555px;
}
@media (max-width: 1216px) {
  .page__home .home__store .store__content .content__top {
    width: 361px;
  }
}
@media (max-width: 768px) {
  .page__home .home__store .store__content .content__top {
    width: 100%;
  }
}
.page__home .home__store .store__content .content__top span {
  font-weight: 400;
  font-size: 16px;
  color: #141414;
}
.page__home .home__store .store__content .content__top h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 80px;
  text-transform: uppercase;
  color: #87C540;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .page__home .home__store .store__content .content__top h2 {
    margin-bottom: 18px;
  }
}
.page__home .home__store .store__content .content__top p {
  font-weight: 400;
  font-size: 20px;
  color: #8F8F8F;
  max-width: 280px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .page__home .home__store .store__content .content__top p {
    margin-bottom: 32px;
  }
}
.page__home .home__store .store__content .content__top a {
  height: 48px;
  padding: 0 24px;
  border-radius: 120px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #141414;
  color: white;
  font-weight: 500;
  font-size: 14px;
  transition: 0.5s;
}
.page__home .home__store .store__content .content__top a:hover {
  background-color: #87C540;
  color: #FFF;
}
.page__home .home__store .store__content .content__bottom {
  width: 555px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  position: relative;
}
@media (max-width: 1216px) {
  .page__home .home__store .store__content .content__bottom {
    width: 361px;
  }
}
@media (max-width: 768px) {
  .page__home .home__store .store__content .content__bottom {
    display: none;
  }
}
.page__home .home__store .store__content .content__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid transparent;
  border-image-source: radial-gradient(28.89% 167.22% at 50.76% 0%, rgba(135, 197, 64, 0.48) 0%, rgba(135, 197, 64, 0) 100%);
  border-image-slice: 1;
}
.page__home .home__store .store__content .content__bottom .store__item {
  padding: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page__home .home__store .store__content .content__bottom .store__item h3 {
  font-family: "Alexandria", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #AFDC7A;
}
.page__home .home__store .store__content .content__bottom .store__item a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #8F8F8F;
  transition: 0.5s;
}
.page__home .home__store .store__content .content__bottom .store__item a:hover {
  opacity: 0.4;
}
.page__home .home__wordpress {
  padding-top: 120px;
}
.page__home .home__wordpress .post__item > a {
  width: 100%;
  height: auto;
}
.page__home .home__wordpress img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .page__home .home__wordpress {
    padding-top: 64px;
  }
}
.page__home .home__wordpress .wordpress__posts {
  padding-top: 64px;
  display: flex;
  gap: 48px;
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts {
    flex-direction: column;
  }
}
.page__home .home__wordpress .wordpress__posts .wordpress__posts-main {
  position: sticky;
  top: 20px;
  min-width: 773px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1216px) {
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-main {
    min-width: 624px;
  }
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-main {
    position: static;
    min-width: unset;
    width: -webkit-fill-available;
  }
}
.page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary {
    width: 100%;
    padding: 0 0 50px;
  }
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .swiper-button-next, .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .swiper-button-prev {
    top: unset;
    bottom: 0;
    right: 24px;
    height: 20px;
    width: 20px;
  }
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .swiper-button-prev {
    right: 76px;
    left: unset;
  }
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .swiper-pagination-bullets {
    bottom: 7px !important;
    padding-right: 0;
    justify-content: left;
  }
}
.page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .post__item .post__content {
  gap: 8px;
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .post__item .post__content header span {
    font-size: 12px;
  }
}
.page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .post__item .post__content a h3 {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .post__item .post__content a h3 {
    font-size: 14px;
  }
}
.page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .post__item .post__content p {
  font-size: 14px;
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .post__item .post__content p {
    font-size: 12px;
  }
}
.page__home .home__wordpress .wordpress__posts .wordpress__posts-secondary .post__item .post__content .post__link {
  display: none;
}
.page__home .home__wordpress .wordpress__posts .post__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content header a {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #FFFFFF;
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content header span {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content a h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts .post__item .post__content a h3 {
    font-size: 28px;
  }
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content p {
  font-weight: 400;
  font-size: 20px;
  color: #F5F5F5;
}
@media (max-width: 992px) {
  .page__home .home__wordpress .wordpress__posts .post__item .post__content p {
    font-size: 16px;
  }
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content .post__link {
  width: 122px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 120px;
  border: 1px solid #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  transition: 0.5s;
}
.page__home .home__wordpress .wordpress__posts .post__item .post__content .post__link:hover {
  background-color: white;
  color: #000;
}
.page__home .home__showcase {
  padding: 120px 0;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .page__home .home__showcase {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .page__home .home__showcase .component__container {
    padding-right: 0;
  }
}
.page__home .home__showcase .showcase__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .page__home .home__showcase .showcase__title {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page__home .home__showcase .showcase__title .title__content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  max-width: 306px;
}
.page__home .home__showcase .showcase__title .title__content span {
  color: #666666;
}
.page__home .home__showcase .showcase__title .title__content h2 {
  color: #141414;
}
.page__home .home__showcase .showcase__title .title__content h2 strong {
  color: #73AF33;
}
.page__home .home__showcase .showcase__buttons {
  margin: 64px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page__home .home__showcase .showcase__buttons {
    margin: 64px 0 24px;
  }
}
.page__home .home__showcase .showcase__buttons button {
  all: unset;
  cursor: pointer;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  color: #B8B8B8;
  border-bottom: 1px solid #F5F5F5;
  transition: 0.5s;
}
.page__home .home__showcase .showcase__buttons button.active, .page__home .home__showcase .showcase__buttons button:hover {
  font-weight: 700;
  color: #87C540;
  box-shadow: 0 1.5px 0 0 #87C540;
  border-bottom: 1px solid;
}
.page__home .home__showcase .showcase__wrapper .showcase__inner .showcase__item {
  display: none;
}
.page__home .home__showcase .showcase__wrapper .showcase__inner .showcase__item.active {
  display: block;
}
.page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child] {
  display: none;
  padding-bottom: 64px;
}
.page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child].active {
  display: flex;
}
@media (min-width: 768px) {
  .page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child] .swiper-slide {
    width: 540px;
  }
}
@media (max-width: 768px) {
  .page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child] {
    padding: 0 24px 2rem;
  }
}
.page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child] .swiper-button-next {
  right: calc(50% - 500px);
}
.page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child] .swiper-button-prev {
  left: calc(50% - 500px);
}
.page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child] .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #EFEFF0 !important;
}
.page__home .home__showcase .showcase__wrapper .showcase__inner [data-tab-child] .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #141414 !important;
}
