.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 {
  font-family: 'Mukta Malar', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: meno-banner, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 1px;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 75px;
  -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;
}

.navigation {
  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;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
  list-style-type: none;
}

.list.footer-nav {
  width: auto;
}

.list._2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nav-link {
  display: block;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-family: 'Mukta Malar', sans-serif;
  color: #855232;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 0.45;
}

.nav-link.pop-up {
  color: #fff;
}

.navigation-logo {
  width: 18px;
  height: 27px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: url('../images/herdwel-logo_gem-brown.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navigation-logo.pop-up {
  background-image: url('../images/herdwel-logo_gem-white.svg');
}

.nav-button {
  margin-right: 10px;
  margin-left: 10px;
}

.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 75px;
}

.hero-container.second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -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;
}

.hero-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 150px;
  -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-image: url('../images/herdwel-gradient_background_with_linework.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-banner.second {
  position: static;
  height: auto;
  min-height: 100vh;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-logo {
  width: 100%;
  height: 300px;
  min-width: 150px;
  background-image: url('../images/herdwel-logo_full-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-line {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -50px;
  width: 2px;
  height: 100px;
}

.top-scroll {
  width: 100%;
  height: 50px;
  background-color: #fff;
}

.bottom-scroll {
  width: 100%;
  height: 50px;
  background-color: #855232;
}

.main {
  width: 100%;
  height: auto;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  max-width: 100%;
  padding: 75px 150px 150px;
  -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;
}

.container.background-middle {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/herdwel-gradient_background_with_linework.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.full-padding {
  padding-top: 150px;
}

.container.no-padding {
  padding: 0px;
}

.container.paragraph {
  padding-top: 150px;
  padding-bottom: 100px;
}

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

.content._900-max-width {
  display: block;
  max-width: 900px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 40px;
  margin-top: 50px;
  -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: 1px solid #000;
  border-radius: 13px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  font-family: 'Mukta Malar', sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border-color: #855232;
  background-color: #a36336;
  color: #fff;
}

.button.white {
  border-color: #fff;
  color: #fff;
}

.button.white:hover {
  background-color: #fff;
  color: #855232;
}

.intro-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.intro-text {
  max-width: 800px;
  margin-bottom: 0px;
  color: #000;
  font-size: 25px;
  line-height: 47px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.intro-text.left-align {
  max-width: 400px;
  text-align: left;
}

.intro-text.white {
  color: #fff;
}

.banner {
  width: 100%;
  height: 150%;
  background-image: url('../images/herdwel-primary-cow-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.service {
  background-image: url('../images/herdwel-primary-cow-1.jpg');
}

.banner.about {
  background-image: url('../images/herdwel-primary-cow-4.jpg');
  background-position: 50% 65%;
}

.information-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 100px;
}

.right-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 50px;
}

.left-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-copy {
  max-width: 350px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 39px;
  font-weight: 200;
}

.body-copy.paragraph {
  max-width: none;
  color: #000;
}

.body-copy.paragraph-max-width {
  max-width: 550px;
  color: #000;
}

.body-copy.paragraph-privacy {
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
  color: #000;
}

.heading-right-align {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: meno-banner, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.heading-right-align.black {
  max-width: 500px;
  color: #000;
  text-align: left;
}

.left-info-image {
  position: absolute;
  left: -100px;
  top: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/herdwel-primary-cow-3.jpg');
  background-position: 75% 50%;
  background-size: cover;
}

.heading-left-align {
  width: 100%;
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: meno-banner, sans-serif;
  color: #000;
  font-size: 73px;
  line-height: 83px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.heading-left-align.white {
  color: #fff;
  font-size: 65px;
  line-height: 70px;
}

.heading-left-align.smaller {
  font-size: 67px;
  line-height: 108px;
}

.description-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-button {
  width: 5px;
  height: 10px;
  background-image: url('../images/herdwel-arrow-black.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.button-animation {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
}

.button-style-2 {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.banner-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 150px 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-layer.background {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/herdwel-gradient_background.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/herdwel-primary-goat-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/herdwel-primary-goat-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image.service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/herdwel-primary-ewe_and_lambs-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/herdwel-primary-ewe_and_lambs-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image.about {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/herdwel-primary-pig-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/herdwel-primary-pig-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image.privacy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15))), url('../images/herdwel-primary-ram-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url('../images/herdwel-primary-ram-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.text-content {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -50px;
  -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;
}

.heading-center-align {
  max-width: 350px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: meno-banner, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 150px;
  -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-image: url('../images/herdwel-gradient_background.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.button-style-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 40px;
  margin-top: 50px;
  -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: #fff;
  border-radius: 13px;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-style-3:hover {
  background-color: #fff;
  color: #000;
}

.footer-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 60px;
  -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: url('../images/herdwel-logo_horizontal-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-line {
  width: 50%;
  height: 2px;
  background-color: #fff;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.footer-logo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  grid-column-gap: 50px;
}

.footer-nav-link {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-family: Mukta, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-nav-link:hover {
  opacity: 0.45;
}

.footer-nav-link.w--current:active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.copyright-text {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 8px;
  line-height: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-navigation-content {
  width: auto;
  height: auto;
  margin-top: 50px;
}

.native-link {
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.native-link:hover {
  opacity: 0.45;
}

.pop-up-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  padding: 150px;
  background-image: url('../images/herdwel-gradient_background_with_linework.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.navigation-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 750px;
  min-height: 650px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-height: 750px;
  min-height: 650px;
  padding-right: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  border-right: 1px solid #fff;
}

.right-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  max-height: 750px;
  min-height: 650px;
  padding-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 50px;
  border-left: 0px solid #fff;
}

.bottom-menu-content {
  width: 100%;
}

.bottom-menu-content.mobile {
  display: none;
}

.heading-menu {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: meno-banner, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 19px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.menu-info {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  text-align: right;
  letter-spacing: 0.5px;
}

.menu-info.margin-top {
  margin-top: 5px;
}

.menu-navigation {
  margin-top: 0px;
  margin-bottom: 50px;
  -webkit-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
  font-family: meno-banner, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-navigation:hover {
  opacity: 0.45;
}

.menu-navigation-content {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.copyright-text-pop-up {
  margin-bottom: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  width: 50vw;
  height: 100vh;
  background-image: url('../images/herdwel-secondary-cow-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image.about {
  background-image: url('../images/herdwel-secondary-sheep-3.jpg');
  background-position: 75% 50%;
}

.right-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 150px 55px 75px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 50px;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-text {
  width: 100%;
  margin-bottom: 0px;
  font-family: 'Mukta Malar', sans-serif;
  font-size: 20px;
  line-height: 39px;
  font-weight: 200;
  text-align: left;
}

.information-grid {
  width: 100%;
  margin-top: 100px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr);
  grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr);
}

.information-grid._3-card-layout {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 400px;
  padding: 30px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 1px 1px 5px 0.5px rgba(0, 0, 0, 0.15);
}

.heading-content {
  width: 100%;
  margin-bottom: 0px;
}

.heading-card {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: meno-banner, sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.description-card {
  font-size: 15px;
  line-height: 33px;
  font-weight: 200;
  text-align: left;
}

.body-copy-content {
  width: 100%;
  margin-top: 50px;
}

.body-copy-content.right-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding-left: 150px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.body-copy-content.no-margin {
  margin-top: 0px;
}

.key-point-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.key-points-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 25px;
}

.key-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20px;
  -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;
}

.dot-point {
  width: 3px;
  height: 3px;
  margin-right: 25px;
  border-radius: 25px;
  background-color: #000;
}

.key-point-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Mukta, sans-serif;
  color: #fff;
  text-decoration: none;
}

.contact-link:hover {
  opacity: 0.45;
}

.contact-link.black {
  color: #000;
}

.heading-privacy {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 39px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.intro-text-privacy {
  width: 100%;
  margin-bottom: 50px;
  font-family: 'Mukta Malar', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 39px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0.5px;
}

.banner-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-top: -150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -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;
}

.parallex-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 450px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.image-holder {
  overflow: hidden;
  width: 100%;
  height: 400px;
}

@media screen and (min-width: 1280px) {
  .scroll-line {
    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;
    -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: #090807;
  }

  .button {
    border: 1px solid #000;
    border-radius: 13px;
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 50px;
    padding-left: 50px;
  }

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

  .hero-container.second {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .hero-banner {
    padding: 100px;
  }

  .container {
    padding: 50px 100px 100px;
  }

  .container.background-middle {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.full-padding {
    padding: 100px;
  }

  .container.paragraph {
    padding-top: 100px;
  }

  .intro-text.white {
    max-width: 600px;
  }

  .information-content {
    grid-column-gap: 50px;
  }

  .right-info {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right-info.unique {
    margin-top: 0px;
  }

  .heading-right-align {
    max-width: 300px;
    font-size: 48px;
    line-height: 55px;
  }

  .heading-right-align.black {
    font-size: 48px;
    line-height: 55px;
  }

  .left-info-image {
    top: 100px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading-left-align {
    font-size: 48px;
    line-height: 55px;
  }

  .heading-left-align.white {
    font-size: 48px;
    line-height: 55px;
  }

  .heading-left-align.smaller {
    font-size: 48px;
    line-height: 55px;
  }

  .banner-layer {
    padding-right: 100px;
    padding-bottom: 100px;
    padding-left: 100px;
  }

  .banner-layer.background {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .text-content {
    margin-top: -40px;
  }

  .heading-center-align {
    font-size: 80px;
    line-height: 80px;
  }

  .footer {
    padding: 100px;
  }

  .pop-up-menu {
    padding: 149px 100px 100px;
  }

  .right-hero-content {
    padding-top: 100px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .hero-content {
    z-index: 2;
  }

  .information-grid {
    -ms-grid-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
    -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .body-copy-content.right-align {
    padding-left: 100px;
  }

  .intro-text-privacy {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-right: 25px;
    padding-left: 25px;
  }

  .list.footer-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-button.footer-nav {
    margin: 5px 0px;
  }

  .hero-container {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .hero-container.second {
    min-height: auto;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-banner {
    padding: 50px;
  }

  .hero-banner.second {
    min-height: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -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;
  }

  .hero-logo {
    width: 100%;
    min-width: 150px;
  }

  .scroll-line {
    bottom: -25px;
    height: 50px;
  }

  .top-scroll {
    height: 25px;
  }

  .bottom-scroll {
    height: 25px;
  }

  .container {
    padding: 25px 50px 50px;
  }

  .container.background-middle {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.full-padding {
    padding: 50px;
  }

  .container.paragraph {
    padding-top: 75px;
    padding-bottom: 50px;
  }

  .button {
    height: 30px;
    margin-top: 25px;
    font-size: 12px;
    line-height: 13px;
  }

  .intro-text {
    font-size: 16px;
    line-height: 33px;
  }

  .banner.service {
    background-position: 50% 0%;
  }

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

  .right-info {
    width: 100%;
    grid-row-gap: 25px;
  }

  .right-info.unique {
    width: 100%;
    grid-row-gap: 25px;
  }

  .left-info.unique {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .body-copy {
    font-size: 17px;
    line-height: 36px;
  }

  .heading-right-align {
    text-align: left;
  }

  .left-info-image {
    position: static;
    width: 100%;
    height: 400px;
    margin-bottom: 25px;
  }

  .heading-left-align.white {
    max-width: 300px;
  }

  .description-content {
    height: auto;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner-layer {
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }

  .banner-layer.background {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .text-content {
    margin-top: -30px;
  }

  .heading-center-align {
    font-size: 60px;
    line-height: 69px;
  }

  .footer {
    padding: 75px 50px;
  }

  .button-style-3 {
    width: 225px;
    height: 30px;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-line {
    display: none;
  }

  .footer-logo-content {
    grid-column-gap: 0px;
  }

  .footer-navigation-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pop-up-menu {
    padding: 100px 50px;
  }

  .menu-content {
    max-height: none;
    min-height: auto;
  }

  .left-menu {
    display: none;
    width: 100%;
    height: auto;
    max-height: none;
    min-height: auto;
    margin-top: 25px;
    padding-right: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right-style: none;
    border-right-width: 0px;
  }

  .right-menu {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: auto;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-row-gap: 0px;
    border-left-style: none;
    border-left-width: 0px;
  }

  .bottom-menu-content.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    margin-bottom: 25px;
    -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;
  }

  .heading-menu {
    text-align: left;
  }

  .menu-info.margin-top {
    text-align: left;
  }

  .menu-navigation {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-image {
    position: static;
    width: 100%;
    height: 50vh;
  }

  .right-hero-content {
    margin-top: -25px;
    padding: 0px 50px 50px;
  }

  .hero-content {
    width: 100%;
  }

  .info-text {
    font-size: 17px;
    line-height: 32px;
  }

  .information-grid {
    margin-top: 50px;
    -ms-grid-columns: minmax(100px, 1fr);
    grid-template-columns: minmax(100px, 1fr);
    -ms-grid-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
    grid-template-rows: minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr) minmax(100px, 1fr);
  }

  .info-card {
    min-height: 300px;
  }

  .heading-card {
    margin-bottom: 25px;
  }

  .body-copy-content.right-align {
    padding-left: 50px;
  }

  .key-point-content {
    margin-top: 25px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .key-points-holder {
    grid-row-gap: 0px;
  }

  .key-point {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .key-point-text {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-privacy {
    font-size: 17px;
    line-height: 32px;
  }

  .intro-text-privacy {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 32px;
  }

  .banner-content {
    margin-top: -70px;
  }

  .image-holder {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding: 15px 10px;
  }

  .list {
    width: auto;
  }

  .nav-link {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .nav-link.pop-up {
    font-weight: 300;
  }

  .navigation-logo {
    margin-right: 5px;
    margin-left: 5px;
  }

  .navigation-logo.w--current {
    margin-right: 5px;
    margin-left: 5px;
  }

  .navigation-logo.pop-up {
    margin-right: 2px;
    margin-left: 2px;
  }

  .nav-button {
    margin-right: 5px;
    margin-left: 5px;
  }

  .hero-container {
    height: 95vh;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .hero-banner {
    padding: 40px;
  }

  .hero-logo {
    min-width: 100px;
  }

  .scroll-line {
    bottom: -55px;
    height: 110px;
  }

  .top-scroll {
    height: 50%;
  }

  .bottom-scroll {
    height: 50%;
  }

  .container {
    padding: 50px 25px;
  }

  .container.full-padding {
    padding: 50px 25px;
  }

  .container.paragraph {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .button {
    width: 100%;
    max-width: 300px;
    min-width: 150px;
  }

  .intro-text {
    max-width: none;
    font-size: 14px;
    line-height: 31px;
  }

  .information-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 0px;
  }

  .right-info {
    height: auto;
    grid-row-gap: 0px;
  }

  .right-info.unique {
    grid-row-gap: 0px;
  }

  .body-copy.unique {
    margin-top: 25px;
  }

  .heading-right-align.black {
    font-size: 38px;
    line-height: 48px;
  }

  .left-info-image {
    height: 300px;
  }

  .heading-left-align {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-left-align.white {
    max-width: 200px;
    font-size: 40px;
    line-height: 50px;
  }

  .heading-left-align.smaller {
    font-size: 43px;
  }

  .description-content {
    margin-top: 0px;
  }

  .button-animation {
    margin-top: 25px;
  }

  .banner-layer {
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
  }

  .banner-layer.background {
    padding-top: 50px;
  }

  .text-content {
    width: 100%;
    margin-top: -25px;
  }

  .heading-center-align {
    max-width: 150px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .button-style-3 {
    max-width: 175px;
    margin-top: 26px;
  }

  .footer-nav-link {
    font-size: 10px;
    line-height: 12px;
  }

  .pop-up-menu {
    display: none;
    padding-right: 25px;
    padding-left: 25px;
  }

  .right-menu {
    width: 100%;
  }

  .menu-navigation {
    font-size: 30px;
    line-height: 30px;
  }

  .right-hero-content {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    grid-row-gap: 0px;
  }

  .information-grid {
    -ms-grid-columns: minmax(100px, 1fr);
    grid-template-columns: minmax(100px, 1fr);
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .info-card {
    min-height: 200px;
    padding: 20px;
  }

  .heading-card {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  .body-copy-content.right-align {
    padding-left: 0px;
  }

  .parallex-banner {
    height: 300px;
  }

  .image-holder {
    height: 200px;
  }
}

#w-node-_0121bd8f-f75c-5730-0fa9-d7434efecc0e-bf0ee0fb {
  -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-ae176929-5ab3-eb49-8db8-0706aeb91ba3-bf0ee0fb {
  -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-c17f63f9-f0b2-bb23-8647-545179f4b2d8-bf0ee0fb {
  -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-e61827d4-b471-7fa6-df06-282aa80396d0-bf0ee0fb {
  -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-_2f93ccb8-04f5-0fcb-fd13-89920023bc3a-bf0ee0fb {
  -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-ddcd0b56-ba78-4574-95f8-af5c9554efc5-bf0ee0fb {
  -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-ddcd0b56-ba78-4574-95f8-af5c9554efcc-bf0ee0fb {
  -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-ddcd0b56-ba78-4574-95f8-af5c9554efd3-bf0ee0fb {
  -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;
}

