@charset "UTF-8";
@font-face {
  font-family: "FilsonProBlack";
  src: url("../fonts/FilsonProBlack.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FilsonProBold";
  src: url("../fonts/FilsonProBold.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FilsonProLight";
  src: url("../fonts/FilsonProLight.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FilsonProMedium";
  src: url("../fonts/FilsonProMedium.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FilsonProRegular";
  src: url("../fonts/FilsonProRegular.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.hero {
  background-color: #ffffff;
  height: 100vh;
}
.hero .embla {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.hero .embla__container {
  display: flex;
  height: 100%;
}
.hero .embla__slide {
  min-width: 0;
  height: 100%;
  position: relative;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.hero .embla__slide .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero .embla__slide .video-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hero .embla__slide .video-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .embla__slide .slide-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.hero .embla__slide .slide-content h2 {
  max-width: 568px;
  font-family: "FilsonProBold";
  text-align: center;
  color: #ffffff;
  margin: 0 auto 50px;
  font-size: 70px;
  line-height: 1.2;
  letter-spacing: -0.2px;
}
.hero .embla__controls {
  max-width: 1320px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.hero .embla__numbers {
  display: flex;
}
.hero .embla__number {
  position: relative;
  border: none;
  font-family: "FilsonProBold";
  font-size: 16px;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
}
.hero .embla__number::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.hero .embla__number:last-of-type::after {
  display: none;
}
.hero .embla__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.hero .embla__dot {
  position: relative;
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.hero .embla__dot--selected {
  background-color: #ffffff;
}
.hero .embla__socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hero .embla__socials .link {
  position: relative;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
}
.hero .embla__socials .link::after {
  content: "";
  width: 8px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.hero .embla__socials .link:first-of-type::after {
  display: none;
}
.hero .embla__socials .link i {
  font-size: 20px;
  color: #ffffff;
}
.hero .embla__glide {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
.hero .embla__glide i {
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  animation: animation-1ojjkue 1.25s infinite ease-in;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .hero .embla__slide .slide-content h2 {
    font-size: 56px;
  }
  .hero .embla__number {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
  }
  .hero .embla__number::after {
    display: none;
  }
  .hero .embla__socials .link {
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
  }
  .hero .embla__socials .link::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .hero .embla__slide .slide-content h2 {
    font-size: 36px;
    margin: 0 20px 60px;
  }
}

.home-parallax {
  position: relative;
  overflow: hidden;
}
.home-parallax .parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-parallax .parallax-background .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-parallax .parallax-background .layer img {
  position: absolute;
  top: -50px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.home-parallax .container {
  position: relative;
  z-index: 2;
}
.home-parallax .content {
  min-height: 100vh;
}
.home-parallax .content.small {
  min-height: 40vh;
}
.home-parallax .content img {
  display: block;
  height: 100px;
  margin: 0 auto 30px;
}
.home-parallax h4 {
  font-family: "FilsonProRegular";
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #8cc541;
  margin: 0 auto 30px;
}
.home-parallax h3 {
  max-width: 768px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 30px;
}
.home-parallax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.home-parallax .art {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.home-parallax .art img {
  display: block;
  width: 100%;
  height: 155px;
  margin: 0 auto;
}
.home-parallax .art.right {
  right: 6%;
}
.home-parallax .art.left {
  left: 6%;
}
@media (max-width: 992px) {
  .home-parallax {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .home-parallax .content {
    min-height: auto;
    margin-bottom: 50px;
  }
  .home-parallax .content:last-of-type {
    margin-bottom: 0;
  }
  .home-parallax .content.small {
    min-height: auto;
  }
  .home-parallax p {
    font-size: 20px;
  }
  .home-parallax .art {
    width: 100%;
  }
  .home-parallax .art img {
    height: 120px;
  }
  .home-parallax .art.left, .home-parallax .art.right {
    left: auto;
    right: auto;
  }
}

.home-blog {
  padding-top: 60px;
  padding-bottom: 60px;
}
.home-blog h3 {
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 30px;
}
.home-blog .cards__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #353537;
  padding: 20px;
}
.home-blog .cards__image {
  display: block;
}
.home-blog .cards__image img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-blog .cards__link {
  font-family: "FilsonProMedium";
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 20px;
}

.home-pages .cards {
  position: relative;
  overflow: hidden;
  padding: 130px 50px;
}
.home-pages .cards .parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.home-pages .cards .parallax-background .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-pages .cards .parallax-background .layer img {
  position: absolute;
  top: -50px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.home-pages .cards::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}
.home-pages .cards__content {
  position: relative;
  z-index: 2;
}
.home-pages .cards__content img {
  display: block;
  height: 50px;
  margin: 0 0 30px;
}
.home-pages .cards__content h3 {
  max-width: 350px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .home-pages .cards {
    padding: 60px 15px;
  }
}

.home-footer {
  background-image: url("../images/footer-top-background.svg");
  background-size: auto 150px;
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-top: 130px;
  padding-bottom: 230px;
}
.home-footer h3 {
  max-width: 520px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
}
.home-footer h4 {
  max-width: 520px;
  font-family: "FilsonProMedium";
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 30px;
}
@media (max-width: 992px) {
  .home-footer {
    background-size: auto 100px;
    padding-top: 60px;
    padding-bottom: 140px;
  }
  .home-footer h3 {
    margin: 0 0 30px;
  }
}

.about-hero {
  position: relative;
  overflow: hidden;
}
.about-hero .parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-hero .parallax-background .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-hero .parallax-background .layer img {
  position: absolute;
  top: -50px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.about-hero .container {
  position: relative;
  z-index: 2;
}
.about-hero .content {
  min-height: 100vh;
}
.about-hero .content__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.about-hero .content__buttons .btn-menu {
  display: inline-block;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin: 5px;
  padding: 10px 15px;
  overflow: hidden;
}
.about-hero .content__buttons .btn-menu span {
  display: block;
  position: relative;
  font-family: "FilsonProRegular";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
  z-index: 1;
}
.about-hero .content__buttons .btn-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #ffffff;
  transition: bottom 0.3s ease;
  z-index: 0;
}
.about-hero .content__buttons .btn-menu:hover span {
  color: #000000;
}
.about-hero .content__buttons .btn-menu:hover::after {
  bottom: 0;
}
.about-hero .content__buttons .btn-menu.active {
  background-color: #8cc541;
  border-color: #8cc541;
}
.about-hero .content__glide {
  position: relative;
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin: 60px 0 0;
}
.about-hero .content__glide i {
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  animation: animation-1ojjkue 1.25s infinite ease-in;
  margin-right: 5px;
}
.about-hero h4 {
  font-family: "FilsonProRegular";
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #8cc541;
  margin: 0 auto 30px;
}
.about-hero h3 {
  max-width: 950px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 30px;
}
.about-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(42, 41, 41) 100%);
  z-index: 1;
}
.about-hero .art {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.about-hero .art img {
  display: block;
  width: 100%;
  height: 155px;
  margin: 0 auto;
}
.about-hero .art.right {
  right: 6%;
}
.about-hero .art.left {
  left: 6%;
}
@media (max-width: 992px) {
  .about-hero p {
    font-size: 20px;
  }
  .about-hero .art {
    width: 100%;
  }
  .about-hero .art img {
    height: 120px;
  }
  .about-hero .art.left, .about-hero .art.right {
    left: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .about-hero h3 {
    font-size: 18px;
  }
}

.about-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-content .stick {
  display: block;
  width: 2px;
  height: 100px;
  background: linear-gradient(0deg, transparent 0%, #8CC541 100%);
  margin: 0 auto 30px;
}
.about-content h3 {
  max-width: 650px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 30px;
}
.about-content span {
  display: block;
  font-family: "FilsonProRegular";
  font-size: 28px;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  color: #8cc541;
  margin: 0 auto 30px;
}
.about-content p {
  display: block;
  max-width: 850px;
  font-family: "FilsonProRegular";
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 auto 30px;
}
.about-content .images {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
}
.about-content .images .img-small {
  display: block;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 20px;
}
.about-content .images .img-small:nth-of-type(2) {
  margin-top: 180px;
}
.about-content .images .img-small:nth-of-type(3) {
  margin-top: -140px;
}
.about-content .background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
.about-content .background img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.about-content .background:after {
  content: "";
  background: linear-gradient(to bottom, #2A2929, rgba(42, 41, 41, 0.4));
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  .about-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .about-content .images .img-small {
    margin: 10px;
  }
  .about-content .images .img-small:nth-of-type(2) {
    margin-top: 10px;
  }
  .about-content .images .img-small:nth-of-type(3) {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .about-content h3 {
    font-size: 22px;
  }
  .about-content p {
    font-size: 16px;
  }
}

.about-flip {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-flip .row {
  margin-bottom: 60px;
}
.about-flip .row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.about-flip h3 {
  max-width: 600px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 30px;
}
.about-flip p {
  display: block;
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 30px;
}
.about-flip ul {
  margin: 0 0 30px;
  padding-left: 20px;
}
.about-flip ul li {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 5px;
}
.about-flip iframe {
  width: 100%;
  height: 360px;
  margin: 0 0 30px;
}
.about-flip img {
  display: block;
  margin: 0 0 30px;
}
.about-flip .abattoir-first,
.about-flip .abattoir-second {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about-flip .abattoir-first .abattoir__container,
.about-flip .abattoir-second .abattoir__container {
  display: flex;
  height: 100%;
}
.about-flip .abattoir-first .abattoir__slide,
.about-flip .abattoir-second .abattoir__slide {
  min-width: 0;
  height: 100%;
  aspect-ratio: 16/10;
  position: relative;
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.about-flip .abattoir-first .abattoir__controls,
.about-flip .abattoir-second .abattoir__controls {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.about-flip .abattoir-first .abattoir__numbers,
.about-flip .abattoir-second .abattoir__numbers {
  display: none;
}
.about-flip .abattoir-first__dots,
.about-flip .abattoir-second__dots {
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.about-flip .abattoir__dot {
  width: 12px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin: 0 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.about-flip .abattoir__dot--selected {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .about-flip {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .about-flip h3 {
    font-size: 22px;
  }
}

.faq-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.faq-content h3 {
  max-width: 650px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 30px;
}
.faq-content .accordion .accordion-item {
  background-color: #353537;
  border: 2px solid #8cc541;
  border-radius: 0;
  margin: 0 0 30px;
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button {
  font-family: "FilsonProMedium";
  font-size: 18px;
  color: #ffffff;
  background-color: #353537;
  box-shadow: none;
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: invert(1);
}
.faq-content .accordion .accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  font-family: "FilsonProRegular";
  font-size: 18px;
  color: #8cc541;
  margin: 0 5px 0 0;
}
.faq-content .accordion .accordion-item .accordion-body {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.faq-content .accordion .accordion-item .accordion-body p {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 30px;
}
.faq-content .accordion .accordion-item .accordion-body span {
  display: inline-block;
  font-family: "FilsonProRegular";
  font-size: 16px;
  color: #8cc541;
  margin: 0 5px 0 0;
}
.faq-content .accordion .accordion-item .accordion-body a {
  font-family: "FilsonProRegular";
  font-size: 14px;
  line-height: 1.5;
  text-decoration: underline;
  color: #ffffff;
}
.faq-content .accordion .accordion-item .accordion-body i {
  font-size: 14px;
  padding-left: 5px;
}
.faq-content .accordion .accordion-item .accordion-body ul {
  margin: 0 0 30px;
  padding-left: 20px;
}
.faq-content .accordion .accordion-item .accordion-body ul li {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 5px;
}
@media (max-width: 992px) {
  .faq-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .faq-content h3 {
    font-size: 22px;
  }
}

.careers-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.careers-content h3 {
  max-width: 650px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 30px;
}
.careers-content .row {
  max-width: 850px;
  margin: 0 auto;
}
.careers-content .career-form {
  padding: 40px 0;
}
.careers-content .career-form .form-floating > label {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 0;
}
.careers-content .career-form .form-floating > .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0;
}
.careers-content .career-form .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.careers-content .career-form .form-floating > .form-control::placeholder {
  color: transparent;
}
.careers-content .career-form .form-floating > .form-control:focus {
  border-color: #8cc541;
}
.careers-content .career-form .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.825rem;
  padding-bottom: 0.625rem;
  background-color: transparent;
}
.careers-content .career-form .form-floating > .form-control:focus, .careers-content .career-form .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.825rem;
  padding-bottom: 0.625rem;
  background-color: transparent;
}
.careers-content .career-form .form-floating > .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #333 inset;
  -webkit-text-fill-color: #ffffff;
}
.careers-content .career-form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #8cc541;
}
.careers-content .career-form .form-floating > .form-control:focus ~ label, .careers-content .career-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #8cc541;
}
.careers-content .career-form .form-floating > textarea.form-control {
  min-height: 100px;
}
.careers-content .career-form .upload-cv {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-top: 1rem;
}
.careers-content .career-form .upload-cv input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.careers-content .career-form .upload-cv .upload-label {
  color: #ffffff;
  margin: 0;
  cursor: pointer;
}
.careers-content .career-form .form-check {
  margin: 20px 0;
}
.careers-content .career-form .form-check .form-check-input {
  margin-top: 0.25rem;
}
.careers-content .career-form .form-check .form-check-input:checked {
  background-color: #2a2929;
  border-color: #2a2929;
}
.careers-content .career-form .form-check .form-check-label {
  color: #ffffff;
}
.careers-content .career-form .form-check .form-check-label a {
  color: #ffffff;
  text-decoration: none;
}
.careers-content .career-form .form-check .form-check-label a:hover {
  text-decoration: underline;
}
.careers-content .career-form .btn-send {
  display: inline-block;
  position: relative;
  background-color: #8cc541;
  border: 2px solid #8cc541;
  border-radius: 100px;
  padding: 15px 34px;
  overflow: hidden;
}
.careers-content .career-form .btn-send span {
  display: block;
  position: relative;
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
  z-index: 1;
}
.careers-content .career-form .btn-send::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #ffffff;
  transition: bottom 0.3s ease;
  z-index: 0;
}
.careers-content .career-form .btn-send:hover span {
  color: #000000;
}
.careers-content .career-form .btn-send:hover::after {
  bottom: 0;
}
@media (max-width: 992px) {
  .careers-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .careers-content h3 {
    font-size: 22px;
  }
}

.locations-content {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}
.locations-content h2 {
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  margin: 40px 0 20px;
}
.locations-content h3 {
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
}
.locations-content h4 {
  font-family: "FilsonProMedium";
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 10px;
}
.locations-content span {
  display: inline-block;
  font-family: "FilsonProLight";
  font-size: 22px;
  line-height: 1;
  color: #ffffff;
}
.locations-content h5 {
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.locations-content a {
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.locations-content a:hover {
  text-decoration: underline;
}
.locations-content i {
  font-size: 18px;
  color: #8cc541;
  padding-right: 10px;
}
.locations-content .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.locations-content iframe {
  width: 100%;
  aspect-ratio: 15/3;
}
.locations-content .box {
  background-color: #353537;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 30px;
}
.locations-content .box .shop {
  width: 100%;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.locations-content .box .shop__title {
  font-family: "FilsonProLight";
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 5px;
}
.locations-content .box .shop__link {
  display: block;
  font-family: "FilsonProLight";
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 5px;
}
@media (max-width: 992px) {
  .locations-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .locations-content iframe {
    aspect-ratio: 15/7;
  }
}
@media (max-width: 768px) {
  .locations-content h3 {
    font-size: 22px;
  }
}

.article-hero {
  padding-top: 220px;
}
.article-hero .container {
  border-bottom: 2px solid #353537;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.article-hero .back-link {
  display: inline-block;
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 20px;
}
.article-hero .back-link:hover {
  text-decoration: underline;
}
.article-hero h1 {
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 30px;
}
.article-hero h3 {
  font-family: "FilsonProMedium";
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 30px;
}
.article-hero p {
  display: block;
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 30px;
}
.article-hero ul {
  margin: 0 0 30px;
  padding-left: 20px;
}
.article-hero ul li {
  font-family: "FilsonProRegular";
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 5px;
}
@media (max-width: 992px) {
  .article-hero {
    padding-top: 180px;
  }
}

.products-hero {
  position: relative;
  overflow: hidden;
}
.products-hero .parallax-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.products-hero .parallax-background .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.products-hero .parallax-background .layer img {
  position: absolute;
  top: -50px;
  left: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.products-hero .container {
  position: relative;
  z-index: 2;
}
.products-hero .content {
  padding-top: 320px;
  padding-bottom: 120px;
}
.products-hero .content__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.products-hero .content__buttons .btn-menu {
  display: inline-block;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  margin: 5px;
  padding: 10px 15px;
  overflow: hidden;
}
.products-hero .content__buttons .btn-menu span {
  display: block;
  position: relative;
  font-family: "FilsonProRegular";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
  z-index: 1;
}
.products-hero .content__buttons .btn-menu::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #ffffff;
  transition: bottom 0.3s ease;
  z-index: 0;
}
.products-hero .content__buttons .btn-menu:hover span {
  color: #000000;
}
.products-hero .content__buttons .btn-menu:hover::after {
  bottom: 0;
}
.products-hero .content__buttons .btn-menu.active {
  background-color: #8cc541;
  border-color: #8cc541;
}
.products-hero .content__box {
  max-width: 740px;
  display: flex;
  flex-wrap: wrap;
  background-color: #353537;
  border: 2px solid #8cc541;
  margin: 60px 0 0;
  padding: 20px;
}
.products-hero .content__box .cards {
  width: 345px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin: 10px 0;
  padding-right: 20px;
}
.products-hero .content__box .cards img {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 20px 0 0;
}
.products-hero .content__glide {
  position: relative;
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin: 60px 0 0;
}
.products-hero .content__glide i {
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  animation: animation-1ojjkue 1.25s infinite ease-in;
  margin-right: 5px;
}
.products-hero h4 {
  font-family: "FilsonProRegular";
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #8cc541;
  margin: 0 auto 30px;
}
.products-hero h3 {
  max-width: 850px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 30px;
}
.products-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(42, 41, 41) 100%);
  z-index: 1;
}
.products-hero .art {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.products-hero .art img {
  display: block;
  width: 100%;
  height: 155px;
  margin: 0 auto;
}
.products-hero .art.right {
  right: 6%;
}
.products-hero .art.left {
  left: 6%;
}
@media (max-width: 992px) {
  .products-hero .content {
    padding-top: 220px;
  }
  .products-hero p {
    font-size: 20px;
  }
  .products-hero .art {
    width: 100%;
  }
  .products-hero .art img {
    height: 120px;
  }
  .products-hero .art.left, .products-hero .art.right {
    left: auto;
    right: auto;
  }
}
@media (max-width: 768px) {
  .products-hero h3 {
    font-size: 18px;
  }
  .products-hero .art {
    display: none;
  }
}
@media (max-width: 576px) {
  .products-hero .content__box .cards {
    width: auto;
  }
}

.products-content {
  padding-bottom: 120px;
}
.products-content h3 {
  max-width: 650px;
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 30px;
}
.products-content .big {
  max-width: 850px;
}
.products-content .box {
  background-color: #353537;
  border: 2px solid #8cc541;
  padding: 20px;
}
.products-content p {
  font-family: "FilsonProMedium";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 30px;
}
.products-content ul {
  margin: 0 0 10px;
  padding-left: 20px;
}
.products-content ul li {
  font-family: "FilsonProRegular";
  font-size: 15px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 10px;
}
.products-content ul li:last-of-type {
  margin: 0;
}
.products-content .col-lg-6:nth-of-type(even) {
  transform: translateY(100px);
}
.products-content .cards__top {
  position: relative;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 50% 50% 50% 0;
  border: 4px solid #00ADEF;
  padding: 40px 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  overflow: hidden;
}
.products-content .cards__top .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: left;
  background: rgba(68, 68, 71, 0.9254901961);
  border-radius: 50% 50% 50% 0;
  padding: 25% 30px 30px 40px;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.2s;
  z-index: 2;
}
.products-content .cards__top .info h4 {
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
}
.products-content .cards__top .info p {
  max-width: 100%;
  font-family: "FilsonProRegular";
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0;
  color: #FFFFFF;
  overflow: hidden;
  margin: 0;
}
.products-content .cards__top .info .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  color: #FFFFFF;
  margin: 10px 0;
}
.products-content .cards__top .info .list .icon {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
.products-content .cards__top .info .list span, .products-content .cards__top .info .list div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}
.products-content .cards__top .info .btn-product {
  display: inline-block;
  position: relative;
  background-color: #8cc541;
  border: none;
  border-radius: 100px;
  margin: 5px;
  padding: 12px 17px;
  overflow: hidden;
}
.products-content .cards__top .info .btn-product span {
  display: block;
  position: relative;
  font-family: "FilsonProRegular";
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
  z-index: 1;
}
.products-content .cards__top .image {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  color: transparent;
}
.products-content .cards__top:hover .info {
  opacity: 1;
}
.products-content .cards__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 60px;
}
.products-content .cards__bottom span {
  font-family: "FilsonProMedium";
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #8cc541;
  letter-spacing: 2px;
  margin: 0 0 15px;
}
.products-content .cards__bottom .link {
  font-family: "FilsonProMedium";
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}
.products-content .cards__bottom .link:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .products-content {
    padding-bottom: 60px;
  }
  .products-content .col-lg-6:nth-of-type(even) {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .products-content h3 {
    font-size: 22px;
  }
  .products-content p {
    font-size: 16px;
  }
}

.table-comparison {
  background-color: #353537;
  border-spacing: 2px;
  width: 100%;
  margin: 0 0 60px;
}
.table-comparison th, .table-comparison td {
  width: 150px;
  position: relative;
  overflow: hidden;
  font-family: "FilsonProRegular";
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #303031;
  border: none;
  border-top: 3px solid #353537;
  border-bottom: 3px solid #353537;
  padding: 5px;
}
.table-comparison th:after, .table-comparison td:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% + 3px);
  width: 25px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
}
.table-comparison thead tr th {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 20px 15px;
}
.table-comparison thead tr th.empty-header::after {
  display: none;
}
.table-comparison thead tr th.green-header {
  background-color: #8BC34A;
}
.table-comparison thead tr th.purple-header {
  background-color: #BA68C8;
}
.table-comparison thead tr th.red-header {
  background-color: #F44336;
}
.table-comparison thead tr th.gray-header {
  background-color: #757575;
}
.table-comparison thead tr th.blue-header {
  background-color: #29B6F6;
}
.table-comparison thead tr th.orange-header {
  background-color: #FFA726;
}
.table-comparison thead tr th .stars {
  font-size: 10px;
  margin-top: 5px;
}
.table-comparison tbody .category-cell {
  max-width: 120px;
  text-align: left;
  border-right: 3px solid #353537;
  padding-left: 10px;
}
.table-comparison tbody .category-cell::after {
  display: none;
}
.table-comparison tbody .subcategory-cell {
  text-align: left;
}
.table-comparison tbody .subcategory-cell::after {
  display: none;
}
.table-comparison tbody .check-cell {
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: #8cc541;
}
.table-comparison tbody i {
  font-size: 24px;
}

.product-hero {
  padding-top: 220px;
  padding-bottom: 60px;
}
.product-hero .image {
  position: relative;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  aspect-ratio: 2.25/1;
  border-radius: 200px 200px 200px 0;
  overflow: hidden;
  margin: 0 0 60px;
}
.product-hero .image img {
  height: 100%;
  width: 100%;
  inset: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-hero h3 {
  font-family: "FilsonProRegular";
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #8cc541;
  margin: 0 0 20px;
}
.product-hero h1 {
  font-family: "FilsonProMedium";
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 20px;
}
.product-hero .stars {
  font-size: 24px;
  color: #8cc541;
}
.product-hero .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  color: #FFFFFF;
  margin: 10px 0;
}
.product-hero .list .icon {
  display: block;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
.product-hero .list span, .product-hero .list div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
}
.product-hero .accordion .accordion-item {
  background-color: #353537;
  border: 2px solid #8cc541;
  border-radius: 0;
  margin: 0 0 30px;
}
.product-hero .accordion .accordion-item .accordion-header .accordion-button {
  font-family: "FilsonProMedium";
  font-size: 18px;
  color: #ffffff;
  background-color: #353537;
  box-shadow: none;
}
.product-hero .accordion .accordion-item .accordion-header .accordion-button::after {
  filter: invert(1);
}
.product-hero .accordion .accordion-item .accordion-body {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.product-hero .accordion .accordion-item .accordion-body p {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 30px;
}
.product-hero .accordion .accordion-item .accordion-body ul {
  margin: 0 0 30px;
  padding-left: 20px;
}
.product-hero .accordion .accordion-item .accordion-body ul li {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 5px;
}
@media (max-width: 992px) {
  .product-hero {
    padding-top: 180px;
  }
}

.recipes-content {
  padding-bottom: 120px;
}
.recipes-content .cards__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #353537;
  padding: 20px;
}
.recipes-content .cards__image {
  display: block;
}
.recipes-content .cards__image img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipes-content .cards__link {
  font-family: "FilsonProMedium";
  font-size: 18px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 20px;
}
.recipes-content .cards .btn-empty {
  padding: 10px 16px;
}
.recipes-content .cards .btn-empty span {
  font-size: 12px;
}
@media (max-width: 992px) {
  .recipes-content {
    padding-bottom: 60px;
  }
}

.recipe-hero {
  padding-top: 220px;
}
.recipe-hero .back-link {
  display: inline-block;
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 20px;
}
.recipe-hero .back-link:hover {
  text-decoration: underline;
}
.recipe-hero h1 {
  font-family: "FilsonProMedium";
  font-size: 36px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 30px;
}
.recipe-hero .image {
  position: relative;
  border: 4px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  overflow: hidden;
  margin: 0 0 60px;
}
.recipe-hero .image img {
  height: 100%;
  width: 100%;
  inset: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recipe-hero .box {
  display: flex;
  flex-wrap: wrap;
}
.recipe-hero .box .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 30px 0 0;
}
.recipe-hero .box .list .icon {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
}
.recipe-hero .box .list h5 {
  font-family: "FilsonProLight";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 5px 0 0;
}
.recipe-hero .box .list span {
  display: block;
  font-family: "FilsonProLight";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8cc541;
  margin: 5px 0 0;
}
.recipe-hero .box .btn-empty {
  background-color: #8cc541;
  border: none;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 992px) {
  .recipe-hero {
    padding-top: 180px;
  }
}
@media (max-width: 768px) {
  .recipe-hero .box .list {
    width: 100%;
    margin: 0 0 20px;
  }
  .recipe-hero .box .btn-empty {
    width: 50%;
    margin-left: 0;
    margin-right: auto;
    margin-top: 20px;
  }
}

.contact-hero {
  padding-top: 220px;
  padding-bottom: 120px;
}
.contact-hero h2 {
  font-family: "FilsonProMedium";
  font-size: 32px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 60px;
}
.contact-hero h3 {
  max-width: 550px;
  font-family: "FilsonProRegular";
  font-size: 24px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 30px;
}
.contact-hero h4 {
  font-family: "FilsonProMedium";
  font-size: 16px;
  color: #ffffff;
}
.contact-hero .list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 20px 0;
}
.contact-hero .list .icon, .contact-hero .list i {
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #8cc541;
  margin: 0 10px 0 0;
}
.contact-hero .list span, .contact-hero .list div {
  color: #FFFFFF;
}
.contact-hero .career-form {
  background-color: #353537;
  padding: 60px;
}
.contact-hero .career-form .form-floating > label {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 0;
}
.contact-hero .career-form .form-floating > .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  padding: 1rem 0;
}
.contact-hero .career-form .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.contact-hero .career-form .form-floating > .form-control::placeholder {
  color: transparent;
}
.contact-hero .career-form .form-floating > .form-control:focus {
  border-color: #8cc541;
}
.contact-hero .career-form .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.825rem;
  padding-bottom: 0.625rem;
  background-color: transparent;
}
.contact-hero .career-form .form-floating > .form-control:focus, .contact-hero .career-form .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.825rem;
  padding-bottom: 0.625rem;
  background-color: transparent;
}
.contact-hero .career-form .form-floating > .form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #333 inset;
  -webkit-text-fill-color: #ffffff;
}
.contact-hero .career-form .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #8cc541;
}
.contact-hero .career-form .form-floating > .form-control:focus ~ label, .contact-hero .career-form .form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  color: #8cc541;
}
.contact-hero .career-form .form-floating > textarea.form-control {
  min-height: 100px;
}
.contact-hero .career-form .upload-cv {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-top: 1rem;
}
.contact-hero .career-form .upload-cv input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.contact-hero .career-form .upload-cv .upload-label {
  color: #ffffff;
  margin: 0;
  cursor: pointer;
}
.contact-hero .career-form .form-check {
  margin: 20px 0;
}
.contact-hero .career-form .form-check .form-check-input {
  margin-top: 0.25rem;
}
.contact-hero .career-form .form-check .form-check-input:checked {
  background-color: #2a2929;
  border-color: #2a2929;
}
.contact-hero .career-form .form-check .form-check-label {
  color: #ffffff;
}
.contact-hero .career-form .form-check .form-check-label a {
  color: #ffffff;
  text-decoration: none;
}
.contact-hero .career-form .form-check .form-check-label a:hover {
  text-decoration: underline;
}
.contact-hero .career-form .btn-send {
  width: 100%;
  display: inline-block;
  position: relative;
  background-color: #8cc541;
  border: 2px solid #8cc541;
  border-radius: 100px;
  padding: 15px 24px;
  overflow: hidden;
}
.contact-hero .career-form .btn-send span {
  display: block;
  position: relative;
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
  z-index: 1;
}
.contact-hero .career-form .btn-send::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #ffffff;
  transition: bottom 0.3s ease;
  z-index: 0;
}
.contact-hero .career-form .btn-send:hover span {
  color: #000000;
}
.contact-hero .career-form .btn-send:hover::after {
  bottom: 0;
}
@media (max-width: 992px) {
  .contact-hero {
    padding-top: 180px;
  }
  .contact-hero .list {
    font-size: 14px;
  }
  .contact-hero .career-form {
    padding: 30px 20px;
  }
}

.page {
  min-height: 100vh;
  padding-top: 220px;
  padding-bottom: 120px;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  font-family: "FilsonProBold";
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 20px;
}
.page p {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 30px;
}
.page ul {
  margin: 0 0 30px;
  padding-left: 20px;
}
.page ul li {
  font-family: "FilsonProRegular";
  font-size: 16px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 5px;
}
.page a {
  font-family: "FilsonProMedium";
  font-size: 16px;
  text-decoration: underline;
  color: #ffffff;
}
.page img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px;
}
.page iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin: 0 0 30px;
}
.page iframe html {
  overflow: hidden;
}
.page .col-12:last-of-type iframe, .page .col-10 .col-8:last-of-type iframe {
  margin: 0;
}
@media (max-width: 992px) {
  .page {
    min-height: auto;
    padding-top: 180px;
    margin-bottom: 60px;
  }
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.header .navbar {
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 10px;
}
.header .navbar .left {
  width: 33.33%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1064;
}
.header .navbar .left .link {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "FilsonProMedium";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #C0BDBB;
  margin-right: 15px;
  padding-right: 15px;
}
.header .navbar .left .link.active {
  color: #ffffff;
}
.header .navbar .left .link:after {
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  right: -4px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
}
.header .navbar .left .link:last-of-type {
  color: #ffffff;
}
.header .navbar .left .link:last-of-type:after {
  display: none;
}
.header .navbar .left .link:last-of-type:hover {
  text-decoration: underline;
}
.header .navbar .center {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .navbar .center .navbar-brand {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1046;
}
.header .navbar .center .navbar-brand-img {
  width: 100px;
}
.header .navbar .right {
  width: 33.33%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1046;
}
.header .navbar .right .link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "FilsonProMedium";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  margin-right: 20px;
}
.header .navbar .right .link i {
  font-size: 28px;
  padding-left: 10px;
}
.header .navbar-toggler {
  position: relative;
  border: none;
  box-shadow: none;
  padding: 0 0 3px 60px;
}
.header .navbar-toggler h5 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "FilsonProMedium";
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.header .navbar-toggler-bar {
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.2s ease;
  transform-origin: center left;
}
.header .navbar-toggler-bar:nth-child(2) {
  transform: translate(0%, 0%) rotate(0deg);
  margin-top: 0.3em;
}
.header .navbar-toggler-bar:nth-child(3) {
  opacity: 1;
}
.header .navbar-toggler-bar:nth-child(4) {
  transform: translate(0%, 0%) rotate(0deg);
}
.header .navbar .offcanvas {
  background-image: url("../images/menu-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.header .navbar .offcanvas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.header .navbar .offcanvas h5 {
  font-family: "FilsonProMedium";
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #8cc541;
  margin: 0 auto 30px;
}
.header .navbar .offcanvas-body {
  overflow: hidden;
  padding: 150px 20px 20px;
  z-index: 1;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
  position: relative;
  font-family: "FilsonProMedium";
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 15px;
  padding: 0 0 5px;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition-duration: 0.2s;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0 0 20px;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  position: relative;
  font-family: "FilsonProMedium";
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  transition-duration: 0.2s;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover:before {
  width: 100%;
}
.header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu.show {
  display: flex;
}
.header .navbar .offcanvas.show ~ .right > .navbar-toggler .navbar-toggler-bar:nth-child(2) {
  transform: translate(15%, -33%) rotate(45deg);
}
.header .navbar .offcanvas.show ~ .right > .navbar-toggler .navbar-toggler-bar:nth-child(3) {
  opacity: 0;
}
.header .navbar .offcanvas.show ~ .right > .navbar-toggler .navbar-toggler-bar:nth-child(4) {
  transform: translate(15%, 33%) rotate(-45deg);
}
@media (max-width: 992px) {
  .header .navbar {
    padding: 15px;
  }
  .header .navbar .offcanvas-body .navbar-nav .nav-item .nav-link {
    font-size: 18px;
  }
  .header .navbar .offcanvas-body .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 15px;
  }
  .header .navbar .left {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .navbar .left .link {
    margin-bottom: 8px;
  }
  .header .navbar .left .link:after {
    display: none;
  }
  .header .navbar .left .link:last-of-type {
    margin-bottom: 0;
  }
  .header .navbar .center .navbar-brand-img {
    width: 80px;
  }
  .header .navbar .right .link {
    font-size: 0;
  }
  .header .navbar .right .link i {
    padding: 0;
  }
  .header .navbar .right .navbar-toggler {
    padding: 0 0 3px 0;
  }
  .header .navbar .right .navbar-toggler h5 {
    font-size: 0;
  }
}

.footer {
  background-color: #18181b;
}
.footer .navbar-brand-img {
  width: 100px;
  display: block;
  margin: 0 0 20px;
}
.footer h4 {
  font-family: "FilsonProMedium";
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
}
.footer h5 {
  font-family: "FilsonProMedium";
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 20px;
}
.footer p {
  font-family: "FilsonProRegular";
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 10px;
}
.footer a {
  font-family: "FilsonProRegular";
  font-size: 14px;
  text-decoration: underline;
  color: #ffffff;
  margin: 0 0 0 5px;
}
.footer .socials .link {
  display: block;
  margin: 0 15px 0 0;
}
.footer .socials .link i {
  font-size: 20px;
  color: #ffffff;
}
.footer .form .form-floating .form-control {
  color: #ffffff;
  background-color: #323234;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.footer .form .form-floating label {
  color: #ffffff;
}
.footer .form .form-floating .btn-form {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
}
.footer .form .form-floating .btn-form i {
  font-size: 20px;
  color: #ffffff;
}
.footer .form .form-floating .btn-form i:before {
  transform: rotate(45deg);
}

.btn-empty {
  display: inline-block;
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  padding: 15px 24px;
  overflow: hidden;
}
.btn-empty span {
  display: block;
  position: relative;
  font-family: "FilsonProMedium";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  transition: color 0.3s ease;
  z-index: 1;
}
.btn-empty::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -100%;
  left: 0;
  background-color: #ffffff;
  transition: bottom 0.3s ease;
  z-index: 0;
}
.btn-empty:hover span {
  color: #000000;
}
.btn-empty:hover::after {
  bottom: 0;
}

@keyframes animation-1ojjkue {
  0% {
    transform: translateY(-2px);
  }
  80% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-2px);
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 15px;
  bottom: 25px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "➜";
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transform: rotate(-90deg);
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  content: "➜";
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  opacity: 0;
  background: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 36px;
  width: 36px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transform: rotate(-90deg);
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgb(255, 255, 255);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #8cc541;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

::-moz-selection {
  background: #8cc541;
  color: #FFFFFF;
}

::selection {
  background: #8cc541;
  color: #FFFFFF;
}

::-moz-selection {
  background: #8cc541;
  color: #FFFFFF;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-scheme: light;
  color-scheme: light;
}

body {
  font-family: "FilsonProMedium";
  background: #2a2929;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

@media (max-width: 991px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
