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

body {
  background-color: #131313;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 150%;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 3rem;
  font-size: 3.5rem;
  line-height: 110%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-size: 2.6rem;
  line-height: 120%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  font-size: 2rem;
  line-height: 130%;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}

h5 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}

p {
  margin-top: 4px;
  margin-bottom: 2rem;
  color: #fff;
}

a {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #e6c42d;
  text-decoration: none;
}

ol {
  margin-top: 0px;
  margin-bottom: 2rem;
  padding-left: 3rem;
}

.button {
  padding: 12px 24px;
  background-color: #e0cffe;
  color: #402e70;
  font-weight: 700;
}

.button:hover {
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.17);
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1160px;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.page__text-img-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.container.navbar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.offer__btns-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  padding: 16px 20px;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #764ba2;
  font-weight: 700;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.logo {
  position: relative;
  border-radius: 0%;
}

.nav-wrap {
  position: static;
  width: 90%;
  max-width: none;
  padding-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121212;
  color: #fff;
  text-align: center;
}

.body {
  background-color: #121212;
}

.film-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #121212;
}

.film {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.film.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.box-small {
  width: 20px;
  height: 16px;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.56);
}

.text-marquee {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.outline-text {
  color: transparent;
  line-height: 60px;
  font-weight: 900;
}

.inline-text {
  width: 100%;
  margin: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6vw;
  line-height: 46px;
  font-weight: 900;
  letter-spacing: 4.5px;
}

.line-ver {
  z-index: -10;
  width: 10px;
  height: 200px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.line-ver.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 25%;
  bottom: 0%;
  height: 100%;
}

.line-ver.left {
  position: absolute;
  left: 25%;
  top: 0px;
  height: 100%;
}

.text-content {
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 35rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.hor {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.hor.pt-0 {
  padding-top: 0rem;
}

.flex.hor.pb-0 {
  padding-bottom: 0rem;
}

.flex.ver {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex.ver.center {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e0cffe;
}

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-hor {
  width: 100%;
  height: 10px;
  background-color: #fff;
}

.line-hor.origin-left {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.line-hor.origin-right {
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.timeline-container {
  position: relative;
  width: 100%;
}

.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 0px;
}

.hero-overlay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-height: 50rem;
  min-height: 50rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#131313)), url('../images/hero-image-1.jpg');
  background-image: linear-gradient(180deg, transparent, #131313), url('../images/hero-image-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
}

.footer__top-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.footer-logo-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 10rem;
}

.section__img {
  width: 100%;
}

.homepage__hero-heading {
  margin-bottom: 1rem;
  font-size: 4rem;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: none;
}

.hero-subheading {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: Kalam, sans-serif;
  color: #e6c42d;
  font-size: 2rem;
  line-height: 120%;
  font-weight: 400;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 12rem;
  margin-top: 1rem;
  margin-bottom: 0px;
  padding: 0.8rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e6c42d;
  border-radius: 12px;
  background-color: #e6c42d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #131313;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.btn:hover {
  background-color: #c4a000;
}

.btn:active {
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}

.btn.btn-transparent {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.btn.btn-transparent:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.btn.btn-transparent.navbar__btn {
  margin-top: 0rem;
  margin-left: 1.5rem;
}

.btn.mx-1 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.btn.mx-1.my-0 {
  margin-top: 0rem;
}

.btn.horizontal-btn-left {
  margin-right: 1rem;
}

.btn.m-0 {
  margin-top: 0rem;
}

.btn.m-0.btn-small {
  min-width: 10rem;
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

.btn.my-0 {
  margin-top: 0rem;
}

.btn.mb-2 {
  margin-top: 2rem;
}

.hero-buttons-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: transparent;
  color: #fff;
}

.navbar__nav-link {
  padding: 1.5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar__nav-link:hover {
  color: #e6c42d;
}

.navbar__nav-link.w--current {
  color: #e6c42d;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage__highlights-section {
  position: relative;
  margin-top: -4rem;
}

.grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.homepage__highlights_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e6c42d;
  border-radius: 12px;
  background-color: #131313;
  text-align: center;
}

.homepage__highlights-img {
  height: 3rem;
  margin-top: 0rem;
  margin-bottom: 0.5rem;
}

.homepage__highlights-title {
  font-size: 2rem;
  line-height: 130%;
  font-weight: 700;
}

.homepage__highlights-text {
  margin-bottom: 0rem;
  font-size: 0.85rem;
  line-height: 140%;
}

.navbar-shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.35);
  opacity: 0;
}

.section__text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section__text-container.left {
  padding-right: 6rem;
}

.section__text-container.left.offer {
  width: 50%;
}

.section__text-container.right {
  padding-left: 6rem;
}

.section__text-container.homepage__bottom-cta-text {
  width: 60%;
  padding: 3rem;
}

.section__text-container.offer__bottom-cta-text {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section__text-container.offer__text-w-100 {
  width: 100%;
}

.section__image-container {
  position: relative;
  overflow: hidden;
  width: 50%;
}

.section__image-container.bottom-cta {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-image: url('../images/fisherman-small-transparent.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section__image-container.map {
  width: 80%;
}

.section__image-container.offer__fish-box {
  margin-top: 3rem;
}

.section__image-container.offer__fish-box.left {
  padding-left: 1rem;
}

.section__image-container.offer__fish-box.right {
  padding-right: 1rem;
}

.bullet-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bullet-item__icon {
  height: 20px;
  margin-top: 0.2rem;
  margin-right: 1rem;
}

.section__text-paragraph {
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

.btns-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section__content.homepage__numbers {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section__heading {
  margin-bottom: 4rem;
}

.section__heading.center {
  width: 25ch;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section__heading.center.font-serif {
  font-family: Kalam, sans-serif;
}

.section__heading.center.font-serif.font-yellow {
  color: #e6c42d;
}

.section__subheading {
  margin-bottom: 0.5rem;
  font-family: Kalam, sans-serif;
  color: #e6c42d;
  font-size: 1.8rem;
}

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

.homepage__numbers-grid {
  margin-bottom: 3rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.homepage__numbers-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.homepage__numbers-heading {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.bg-blur-green {
  position: absolute;
  z-index: -10;
  width: 30rem;
  height: 30rem;
  border-radius: 100000080px;
  background-color: rgba(30, 201, 142, 0.2);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.bg-blur-green.left-top {
  position: absolute;
  left: -10rem;
  top: -16rem;
  right: auto;
  bottom: auto;
}

.bg-blur-green.right-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0rem;
  bottom: -12rem;
  border-radius: 10px 0px 0px 10px;
}

.bg-blur-green.left-middle {
  left: 0%;
  top: 10rem;
  right: auto;
  bottom: 0%;
}

.bg-blur-green.small {
  width: 30rem;
  height: 30rem;
}

.bg-blur-green.left-bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -6rem;
  z-index: 0;
}

.bg-blur-green.left-bottom.small {
  width: 15rem;
  height: 15rem;
}

.bg-blur-green.right-middle {
  left: auto;
  top: 42%;
  right: 0px;
  bottom: 50%;
}

.partners__logos-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners__logo {
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.8;
  -webkit-filter: invert(100%) grayscale(100%);
  filter: invert(100%) grayscale(100%);
}

.partners__logos-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  padding-left: 3rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.partners__logos-carousel.owl-carousel {
  width: 84%;
  text-align: center;
}

.partners__heading {
  width: 16%;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  border-right: 3px solid #e6c42d;
  font-weight: 700;
}

.partners__logo-container {
  width: 14rem;
  height: 3.5rem;
  text-align: center;
}

.footer__logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__heading {
  margin-left: 3rem;
  font-family: Kalam, sans-serif;
  font-size: 2.5rem;
  line-height: 130%;
}

.footer__bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.12);
}

.footer__links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link {
  margin-left: 1.5rem;
  font-size: 0.85rem;
}

.text-small {
  font-size: 0.85rem;
}

.navbar__btn-icon {
  margin-right: 0.5rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.article-text {
  max-width: 70ch;
  margin-right: auto;
  margin-left: auto;
}

.page__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #000), color-stop(85%, transparent));
  background-image: linear-gradient(180deg, #000 2%, transparent 85%);
}

.page__header.about-us-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.3)), to(#131313)), url('../images/hero-image-7.jpeg');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0.3), #131313), url('../images/hero-image-7.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page__header.contact-headerr {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.3)), to(#131313)), url('../images/hero-image-5.jpg');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0.3), #131313), url('../images/hero-image-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page__header.text-page {
  height: 40vh;
  min-height: 20rem;
  padding-bottom: 0rem;
}

.page__header.hodowla-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.3)), to(#131313)), url('../images/hero-image-2.jpg');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0.3), #131313), url('../images/hero-image-2.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page__header.offer-us-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.3)), to(#131313)), url('../images/hero-image-4-cropped.jpg');
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0.3), #131313), url('../images/hero-image-4-cropped.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cookie-consent-bar {
  display: block;
}

.fs-cc-banner_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-banner_container.container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fs-cc-banner_component {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 998;
  display: none;
  padding: 1.5rem 1rem;
  border-top: 1px none #969696;
  background-color: #f6f6f6;
  box-shadow: 0 -10px 16px 0 hsla(0, 0%, 67.3%, 0.23);
}

.fs-cc-banner_text {
  margin-right: 2rem;
  color: #131313;
  font-size: 0.85rem;
  line-height: 140%;
}

.link-2 {
  color: #c27e00;
}

.page__header-tagline {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-family: Kalam, sans-serif;
  color: #e6c42d;
  font-size: 2rem;
}

.page__header-btns-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mb-0 {
  margin-bottom: 0rem;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-carousel.gallery {
  width: 100%;
  margin-top: 5rem;
  justify-items: center;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.homepage__offer-img-container {
  position: relative;
  width: 100%;
}

.homepage__offer-img-container.mt-2 {
  margin-top: 2rem;
}

.homepage__offer-img-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0)), to(rgba(19, 19, 19, 0.65)));
  background-image: linear-gradient(180deg, rgba(19, 19, 19, 0), rgba(19, 19, 19, 0.65));
}

.homepage__offer-img-caption {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0.5rem;
  z-index: 10;
  color: #fff;
  font-size: 1.26rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.homepage__offer-img.img-lighter {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.homepage__bottom-cta {
  position: relative;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e6c42d;
  border-radius: 12px;
}

.navbar__menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: auto;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.brand.w--current {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.contact__item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__item-icon.smaller {
  width: 92%;
}

.contact__item-text {
  width: 85%;
  padding-top: 0.5rem;
}

.contact__item-icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 3.5rem;
  padding-right: 1.5rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar__logo {
  max-height: 9rem;
}

.hodowla__timeline-paragraph {
  margin-top: 1rem;
  margin-bottom: 0rem;
}

.hodowla__timeline-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hodowla__timeline-text.left {
  padding-right: 3rem;
}

.hodowla__timeline-text.right {
  padding-left: 3rem;
}

.hodowla__timeline-img-container {
  width: 50%;
  background-image: url('../images/stawy2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.hodowla__timeline-img-container.img-ikra {
  background-image: url('../images/ikra.jpg');
}

.hodowla__timeline-img-container.narybek {
  background-image: url('../images/hodowla-galeria-3.jpg');
  background-position: 31% 50%;
}

.hodowla__timeline-img-container.img-pstrag {
  background-image: url('../images/hero-image-3.jpg');
  background-position: 48% 50%;
  background-repeat: no-repeat;
}

.hodowla__h2 {
  margin-bottom: 6.5rem;
  text-align: center;
}

.offer__bottom-cta {
  position: relative;
  border-style: solid;
  border-width: 0.5px;
  border-color: #e6c42d;
  border-radius: 12px;
  background-color: #131313;
}

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

.offer__logos-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0rem;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.offer__fish-box-heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.contact__details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact__details-description {
  margin-right: 0.5rem;
}

.utility-page-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1320px;
  }

  .homepage__highlights_box {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .homepage__highlights-text {
    margin-bottom: 0rem;
  }

  .section__text-container.left {
    padding-right: 12rem;
  }

  .section__text-container.right {
    padding-left: 12rem;
  }

  .section__text-container.homepage__bottom-cta-text {
    width: 55%;
  }

  .section__image-container.bottom-cta {
    right: 3rem;
    width: 45%;
  }

  .section__image-container.map {
    width: 100%;
  }

  .section__image-container.offer__fish-box.left {
    padding-left: 0rem;
  }

  .partners__logos-carousel {
    padding-left: 5rem;
  }

  .partners__heading {
    padding-right: 5rem;
  }

  .page__header.about-us-header {
    background-position: 0px 0px, 50% 50%;
  }

  .page__header.contact-headerr {
    background-position: 0px 0px, 50% 50%;
  }

  .page__header.hodowla-header {
    background-position: 0px 0px, 50% 50%;
  }

  .page__header.offer-us-header {
    background-position: 0px 0px, 50% 50%;
  }

  .hodowla__timeline-text.left {
    padding-right: 6rem;
  }

  .hodowla__timeline-text.right {
    padding-left: 6rem;
  }

  .offer__logos-carousel {
    padding-left: 5rem;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    line-height: 110%;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

  .box-small {
    width: 13px;
    height: 11px;
    border-radius: 2px;
  }

  .inline-text {
    font-size: 1.9vw;
  }

  .text-content {
    width: 25%;
  }

  .text-content.tablet {
    display: none;
  }

  .utility-page-content {
    width: 80%;
  }

  .flex.hor {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .btn.btn-transparent.navbar__btn {
    width: auto;
    margin-right: 1.5rem;
  }

  .nav-menu {
    padding-bottom: 1.5rem;
    background-color: #131313;
  }

  .grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section__text-container.left {
    padding-right: 3rem;
  }

  .section__text-container.right {
    padding-left: 3rem;
  }

  .section__text-container.homepage__bottom-cta-text {
    width: 100%;
  }

  .section__text-container.offer__bottom-cta-text {
    width: 100%;
  }

  .section__image-container.bottom-cta {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 33rem;
  }

  .section__image-container.map {
    width: 50%;
  }

  .section__heading.center {
    width: 100%;
  }

  .homepage__numbers-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .homepage__numbers-box {
    width: 30%;
    margin-bottom: 2rem;
  }

  .homepage__numbers-heading {
    margin-bottom: 0rem;
  }

  .bg-blur-green.right-bottom {
    right: 0rem;
  }

  .partners__logos-carousel {
    width: 70%;
  }

  .partners__logos-carousel.owl-carousel {
    width: 76%;
    padding-left: 1rem;
  }

  .partners__heading {
    width: 24%;
    padding-right: 1rem;
  }

  .footer__bottom-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__links-container {
    margin-bottom: 2rem;
  }

  .page__header.contact-headerr {
    background-position: 0px 0px, 0% 0%;
  }

  .page__header.text-page {
    min-height: 25rem;
  }

  .page__header.hodowla-header {
    background-position: 0px 0px, 0% 50%;
  }

  .navbar__menu-container {
    padding-bottom: 1rem;
  }

  .menu-button {
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button.w--open {
    background-color: #131313;
  }

  .contact__item-icon-container {
    height: 3.5rem;
    padding-right: 0.8rem;
  }

  .hodowla__timeline-text.left {
    padding-right: 3rem;
  }

  .hodowla__timeline-text.right {
    padding-left: 3rem;
  }

  .hodowla__h2 {
    margin-bottom: 4rem;
  }

  .offer__logos-carousel {
    width: 100%;
  }

  .offer__logos-carousel.owl-carousel {
    padding-left: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    line-height: 110%;
  }

  h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .container.page__text-img-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.page__text-img-section.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    -ms-grid-columns: 1fr -webkit-max-content;
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .list-item {
    display: none;
  }

  .list-item-2 {
    display: none;
  }

  .film-box.mobile {
    display: none;
  }

  .inline-text {
    font-size: 2.5vw;
  }

  .line-ver {
    display: none;
  }

  .text-content {
    width: 33.333%;
  }

  .text-content.mobile-v {
    display: none;
  }

  .flex.hor {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }

  .flex.ver {
    display: none;
  }

  .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .footer__top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .section__text-container {
    width: 100%;
  }

  .section__text-container.left {
    width: 100%;
    padding-right: 0rem;
  }

  .section__text-container.left.offer {
    width: 100%;
  }

  .section__text-container.right {
    padding-left: 0rem;
  }

  .section__text-container.homepage__bottom-cta-text {
    padding: 2rem 2rem 0rem;
  }

  .section__text-container.offer__bottom-cta-text {
    padding: 2rem;
  }

  .section__image-container {
    width: 100%;
    margin-top: 3rem;
  }

  .section__image-container.map {
    width: 100%;
  }

  .section__image-container.offer__fish-box.left {
    padding-left: 0rem;
  }

  .section__image-container.offer__fish-box.right {
    padding-right: 0rem;
  }

  .section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section__content.reverse-order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .homepage__numbers-box {
    width: 30%;
  }

  .homepage__numbers-heading {
    margin-bottom: 0.5rem;
    font-size: 2.7rem;
  }

  .bg-blur-green {
    width: 20rem;
    height: 20rem;
  }

  .bg-blur-green.right-bottom {
    bottom: 0rem;
  }

  .partners__logos-carousel.owl-carousel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners__logo-container {
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__heading {
    margin-top: 2rem;
    margin-left: 0rem;
  }

  .footer__link {
    margin-left: 1rem;
  }

  .page__header {
    min-height: 90vh;
    padding-bottom: 0rem;
  }

  .page__header.about-us-header {
    background-position: 0px 0px, 100% 50%;
  }

  .page__header.contact-headerr {
    background-position: 0px 0px, 0% 0%;
  }

  .page__header.text-page {
    padding-bottom: 0rem;
  }

  .page__header.hodowla-header {
    background-position: 0px 0px, 0% 50%;
  }

  .page__header.offer-us-header {
    background-position: 0px 0px, 50% 50%;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-banner_container.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .owl-carousel.gallery {
    margin-top: 3rem;
  }

  .contact__item-icon.smaller {
    width: 80%;
  }

  .hodowla__timeline-heading {
    font-size: 2rem;
  }

  .hodowla__timeline-text {
    width: 100%;
  }

  .hodowla__timeline-text.left {
    padding-right: 0rem;
  }

  .hodowla__timeline-text.right {
    padding-left: 0rem;
  }

  .hodowla__timeline-img-container {
    width: 100%;
    height: 20rem;
    margin-top: 2rem;
  }

  .hodowla__h2 {
    margin-bottom: 3rem;
    text-align: left;
  }

  .offer__logos-carousel.owl-carousel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.6rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sticky-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
  }

  .nav-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.5fr 1fr;
    grid-template-columns: 1.5fr 1fr;
    -ms-grid-rows: 60px;
    grid-template-rows: 60px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-wrap {
    width: 95%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .inline-text {
    font-size: 5.5vw;
  }

  .line-ver {
    display: none;
  }

  .text-content {
    width: 50%;
  }

  .text-content.mobile-h {
    display: none;
  }

  .utility-page-content {
    width: 100%;
  }

  .flex.hor {
    padding-top: 4rem;
    padding-bottom: 0rem;
  }

  .flex.ver {
    display: none;
  }

  .timeline-container {
    width: 98%;
  }

  .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text.mobile-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-overlay {
    height: 100vh;
  }

  .footer__top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .homepage__hero-heading {
    font-size: 2.7rem;
  }

  .hero-subheading {
    line-height: 120%;
  }

  .btn {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

  .btn.btn-transparent.mx-1.my-0 {
    margin-bottom: 0rem;
  }

  .btn.btn-transparent.navbar__btn {
    width: auto;
    min-width: 1rem;
  }

  .btn.horizontal-btn-left {
    margin-right: 0rem;
  }

  .hero-buttons-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .homepage__highlights_box {
    padding: 2rem 0.5rem;
  }

  .homepage__highlights-text {
    margin-bottom: 0rem;
  }

  .section__text-container.homepage__bottom-cta-text {
    padding: 1.5rem 1.5rem 0rem;
  }

  .section__text-container.offer__bottom-cta-text {
    padding: 1.5rem 1.5rem 0.5rem;
  }

  .section__image-container.bottom-cta {
    height: 22rem;
    margin-top: 1rem;
  }

  .btns-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .homepage__numbers-grid {
    margin-bottom: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .homepage__numbers-box {
    width: 100%;
  }

  .homepage__numbers-box.mb-0 {
    margin-bottom: 0rem;
  }

  .homepage__numbers-heading {
    font-size: 3rem;
  }

  .bg-blur-green.right-bottom {
    width: 15rem;
    height: 15rem;
  }

  .bg-blur-green.small {
    width: 10rem;
    height: 10rem;
  }

  .partners__logos-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partners__logos-carousel {
    width: 50%;
  }

  .partners__logos-carousel.owl-carousel {
    width: 100%;
    padding-left: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners__heading {
    width: 100%;
    padding-right: 0rem;
    padding-bottom: 3rem;
    border-right-style: none;
    text-align: center;
  }

  .partners__logo-container {
    margin-right: auto;
    margin-left: auto;
  }

  .footer__logo-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer__heading {
    margin-top: 1rem;
    margin-left: 0rem;
  }

  .footer__links-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__link {
    margin-bottom: 1rem;
    margin-left: 0rem;
    font-size: 1rem;
  }

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

  .page__header {
    min-height: 85vh;
    padding-bottom: 0rem;
  }

  .page__header.about-us-header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 19, 0.3)), to(#131313)), url('../images/hero-image-7.jpeg');
    background-image: linear-gradient(180deg, rgba(19, 19, 19, 0.3), #131313), url('../images/hero-image-7.jpeg');
    background-position: 0px 0px, 80% 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .page__header.contact-headerr {
    background-position: 0px 0px, 0% 0%;
  }

  .page__header.text-page {
    padding-bottom: 0rem;
  }

  .page__header.hodowla-header {
    background-position: 0px 0px, 0% 50%;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .fs-cc-banner_text {
    margin-right: 0px;
  }

  .page__header-tagline {
    line-height: 120%;
  }

  .page__header-btns-group {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact__item-icon.smaller {
    width: 75%;
  }

  .contact__item-text {
    width: 75%;
  }

  .contact__item-icon-container {
    width: 25%;
    padding-right: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hodowla__timeline-paragraph {
    margin-bottom: 0rem;
  }

  .hodowla__timeline-text {
    width: 100%;
  }

  .hodowla__timeline-text.left {
    padding-right: 0rem;
  }

  .hodowla__timeline-text.right {
    padding-left: 0rem;
  }

  .hodowla__timeline-img-container {
    width: 100%;
    height: 20rem;
    margin-top: 1rem;
  }

  .hodowla__h2 {
    margin-bottom: 2rem;
    font-size: 2.6rem;
    text-align: left;
  }

  .offer__logos-carousel {
    width: 100%;
  }

  .offer__logos-carousel.owl-carousel {
    padding-left: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#w-node-_3335ac51-691d-b661-4c31-a41f17964789-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_391610f6-6dce-07c7-f9d1-04f4beb0beab-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3e753b28-2985-602d-05cb-d1abc96c11ed-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7779261-48bb-1870-fb0c-21a6d19efffe-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-c9dfcaf6-5a9d-40dd-b555-f84568a40bbc-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_2f81fd1e-264d-9876-d306-7ab80b32e8b7-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a8768f7a-cd2f-d28e-c8ad-8a97c5772e2d-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_738b7766-794f-ae9e-2883-4e18e4b654cc-39391fee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
}

