body {
  font-family: Aktivgroteskcorp;
  color: #989898;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.031em;
}

.nav-link {
  margin-left: 15px;
  padding: 8px 4px;
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  color: #130d4a;
}

.nav-link.w--current {
  color: #130d4a;
}

.navbar {
  position: relative;
  background-color: #fff;
}

.navbar.s-p-y-30 {
  z-index: 999;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 2;
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container.container-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1080px;
  padding: 8px 50px;
  -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;
}

.navbar-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;
}

.brand-logo {
  margin-right: 24px;
}

.brand-logo-image {
  height: 28px;
}

.coming-soon-section {
  padding-right: 0px;
  padding-bottom: 100px;
  text-align: center;
}

.background-colorchange {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

.body {
  overflow: visible;
  background-color: #000;
}

.container-coming-soon {
  z-index: 1;
}

.main-heading {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 30px;
  padding-left: 30px;
}

.main-heading-container {
  overflow: hidden;
}

.subheading {
  margin-top: 0px;
  color: #12a53c;
  font-size: 18px;
  line-height: 0.98em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.heading-main {
  color: #000;
  font-size: 60px;
  line-height: 58.8px;
  font-weight: 500;
  letter-spacing: -0.005em;
  text-transform: capitalize;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.sub-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-right: 30px;
  padding-left: 30px;
  -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;
}

.sub-heading-6 {
  margin-top: 0px;
  color: #ff007a;
  font-size: 18px;
  line-height: 0.98em;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sub-heading-2 {
  width: 1139px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.005em;
}

.sub-heading-p {
  max-width: 600px;
  font-size: 20px;
  line-height: 30px;
}

.notify-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-field {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding: 0px 20px;
  border-right: 1px solid #353535;
  border-left: 1px solid transparent;
  border-radius: 0px;
  background-color: rgba(15, 15, 15, 0.73);
}

.text-field:focus {
  border-right-style: none;
  border-left-style: none;
}

.text-field::-webkit-input-placeholder {
  color: #fff;
}

.text-field:-ms-input-placeholder {
  color: #fff;
}

.text-field::-ms-input-placeholder {
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 40px;
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #353535;
  border-radius: 300px;
}

.submit-button {
  width: 110px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: rgba(0, 0, 0, 0.61);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #cacaca;
  font-weight: 400;
  letter-spacing: 0em;
}

.submit-button:hover {
  color: #fff;
}

.page-layout {
  overflow: hidden;
  margin-top: 249px;
}

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

.vertical-menu-title {
  margin-bottom: 16px;
  font-weight: 500;
}

.vertical-menu-link {
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #989898;
  text-decoration: none;
}

.vertical-menu-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.vertical-menu-link.color-inverse {
  color: #838d95;
}

.vertical-menu-link.color-inverse:hover {
  color: #2f54eb;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
  -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;
  color: #5e6875;
}

.footer-bottom.color-inverse {
  border-top: 1px solid #1a1a1a;
  color: #838d95;
  font-size: 10px;
}

.vertical-menu-list-item {
  margin-bottom: 8px;
}

.footer {
  padding-top: 64px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #e0e3e6;
  background-color: #fff;
  text-align: left;
}

.footer.dark {
  position: relative;
  z-index: 99;
  border-top-style: none;
  background-color: transparent;
  color: #fff;
}

.coming-soon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1290px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.coming-soon {
  max-width: 1100px;
  margin-top: 0px;
  padding-top: 76px;
  font-size: 120px;
  line-height: 225px;
  font-weight: 700;
}

.custom-cursor-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.floating-elements-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.circle {
  position: absolute;
  z-index: 99;
  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: 1px;
  border-color: #41d830;
  border-radius: 50%;
  background-color: rgba(255, 0, 122, 0.05);
  -webkit-transition: right 200ms linear, height 300ms linear, width 300ms linear, left 200ms linear, top 200ms linear;
  transition: right 200ms linear, height 300ms linear, width 300ms linear, left 200ms linear, top 200ms linear;
}

.circle.nav-link--hover {
  width: 15px;
  height: 15px;
}

.circle.vertical-menu-link--hover {
  width: 15px;
  height: 15px;
}

.circle.brand-logo-image--hover {
  width: 75px;
  height: 75px;
}

.circle.circle-pressed {
  width: 25px;
  height: 25px;
  -webkit-transition-duration: 200ms, 75ms, 75ms, 200ms, 200ms;
  transition-duration: 200ms, 75ms, 75ms, 200ms, 200ms;
}

.circle.submit-button--hover {
  width: 12px;
  height: 12px;
}

.circle.text-field--hover {
  width: 12px;
  height: 12px;
}

.video-wrapper {
  position: absolute;
  z-index: 99;
  width: 500px;
  height: 500px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #29cf63;
  box-shadow: 0 0 3px 1px rgba(33, 182, 48, 0.6);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 350px;
  min-width: 285px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.success-message {
  background-color: transparent;
}

.success-message-text {
  color: #fff;
}

.error-message-text {
  color: #ff007a;
}

.error-message {
  background-color: #000;
}

.background-video {
  overflow: visible;
  height: 935px;
  border-radius: 0px;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  display: block;
  float: none;
  clear: none;
  color: #fff;
}

.heading-2 {
  position: static;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  border-radius: 13px;
  opacity: 1;
  -webkit-transition: opacity 375ms cubic-bezier(.6, .04, .98, .335);
  transition: opacity 375ms cubic-bezier(.6, .04, .98, .335);
  color: #fff;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-span {
  color: #fff;
}

.div-block-2 {
  width: auto;
  height: 860px;
  border-radius: 2px;
  background-color: #113a22;
  opacity: 0.7;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
}

.navbar-2 {
  background-color: #113a22;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 20px;
  background-color: #65b856;
}

.container-2 {
  max-width: 1100px;
}

.lottie-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 76px;
  margin-left: 774px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-3 {
  max-width: 1100px;
  margin-top: auto;
  padding-top: 220px;
}

.contact-form {
  position: relative;
  top: auto;
  margin-top: 342px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: inline-block;
  overflow: visible;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-4 {
  max-width: 1100px;
}

.container-5 {
  max-width: 1100px;
}

.section {
  background-color: #113a22;
  opacity: 0.7;
}

.text-block {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 28px 25px 0px 0px;
  float: right;
  font-size: 20px;
  text-align: right;
}

.text-span-2 {
  color: #4d9c38;
}

.heading-3 {
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  mix-blend-mode: normal;
}

.paragraph {
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Quicksand, sans-serif;
  font-size: 26px;
}

.text-span-3 {
  color: #5fb554;
}

.text-span-4 {
  color: #5c8e49;
}

.text-span-5 {
  color: #579843;
}

.text-block-iphone-1 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 28px 25px 0px 0px;
  float: right;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  text-align: right;
}

.container-6 {
  max-width: 1100px;
  margin-top: 148px;
}

.contact-form-2 {
  height: 915px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-2 {
  padding-top: 0px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-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;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.container-7 {
  max-width: 1100px;
}

.contact-form-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  border: 1px solid transparent;
  background-color: #fff;
  color: #5c8e49;
}

.html-embed {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.heading-4 {
  font-family: Quicksand, sans-serif;
  font-size: 25px;
}

.heading-5 {
  font-family: Quicksand, sans-serif;
  font-size: 24px;
}

.heading-6 {
  font-family: Quicksand, sans-serif;
  font-size: 24px;
}

.heading-7 {
  font-family: Quicksand, sans-serif;
  font-size: 24px;
}

.image {
  position: relative;
  top: 10px;
  display: inline-block;
  width: 80px;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  position: relative;
  top: 10px;
  width: 80px;
}

.image-3 {
  position: relative;
  top: 10px;
  width: 80px;
}

.image-4 {
  position: relative;
  top: 10px;
  width: 80px;
}

.html-embed-2 {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: -9px;
}

.div-block-3 {
  display: block;
  max-width: 1100px;
  margin-right: 0px;
  margin-left: 0px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-9 {
  max-width: 1100px;
  margin-top: 136px;
  margin-bottom: -96px;
}

.container-10 {
  max-width: 1100px;
}

.div-block-4 {
  margin-right: auto;
  margin-left: -38px;
}

.container-11 {
  max-width: 1100px;
  margin-top: 27px;
  margin-bottom: 2px;
  padding-bottom: 134px;
}

.column {
  margin-bottom: -88px;
  padding-top: 33px;
  padding-left: 49px;
  line-height: 30px;
}

.column-2 {
  margin-bottom: -9px;
}

.paragraph-2 {
  position: static;
  opacity: 1;
  font-family: Quicksand, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.paragraph-3 {
  margin-right: auto;
  padding-right: 280px;
  opacity: 0.69;
  font-size: 18px;
}

.div-block-5 {
  margin-left: -40px;
}

.section-2 {
  height: 200px;
  max-width: 1100px;
  margin-top: 129px;
}

.columns {
  margin-top: 125px;
}

.heading-8 {
  opacity: 0.69;
  font-family: Quicksand, sans-serif;
  font-size: 44px;
  line-height: 20px;
}

.heading-9 {
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  font-family: Quicksand, sans-serif;
  font-size: 36px;
  line-height: 50px;
}

.text-span-6 {
  color: #579843;
  font-size: 16px;
  line-height: 5px;
}

.image-5 {
  width: 35px;
  margin-right: 0px;
  margin-left: 48px;
  padding-left: 0px;
}

.image-6 {
  width: 180px;
  padding-top: 25px;
}

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

.image-7 {
  width: 35px;
}

.link-block {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.section-3 {
  margin-top: -61px;
  margin-bottom: 0px;
  background-image: linear-gradient(45deg, #000, #000);
  opacity: 0.26;
}

.div-block-7 {
  margin-top: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(8%, #141414), color-stop(99%, #0d332e), to(#fff));
  background-image: linear-gradient(0deg, #000, #141414 8%, #0d332e 99%, #fff);
  opacity: 0.89;
}

.div-block-8 {
  background-color: #5c8e49;
}

.container-12 {
  background-color: #a55353;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  color: #fff;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-9 {
  background-color: #971a1a;
}

.section-4 {
  background-color: #8d1616;
}

.div-block-10 {
  background-color: #000;
  opacity: 0.66;
}

.div-block-11 {
  background-color: #944242;
}

.gradient {
  height: 90px;
  margin-top: 0px;
  margin-bottom: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #000), to(#0f322d));
  background-image: linear-gradient(0deg, #000 10%, #0f322d);
}

.text-span-7 {
  color: #579843;
}

.image-8 {
  width: 260px;
}

.footer-3 {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.container-13 {
  max-width: 1100px;
}

.image-9 {
  width: 250px;
}

.paragraph-4 {
  line-height: 25px;
}

.container-14 {
  max-width: 1100px;
}

.html-embed-3 {
  margin-left: 20px;
  text-align: center;
}

.heading-do-ukrycia {
  display: none;
}

@media screen and (max-width: 991px) {
  .menu-button.w--open {
    background-color: #0e0f11;
  }

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

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container.container-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navbar-menu {
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
  }

  .brand-logo {
    margin-right: 0px;
    padding-left: 0px;
  }

  .page-layout {
    overflow: hidden;
  }

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

  .heading-3 {
    margin-top: -41px;
    padding-left: 10px;
  }

  .paragraph {
    margin-left: 10px;
  }

  .container-6 {
    margin-top: 122px;
    margin-bottom: -38px;
    padding-left: 10px;
  }

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

  .container-9 {
    padding-left: 10px;
  }

  .div-block-5 {
    padding-left: 10px;
  }

  .image-6 {
    padding-left: 10px;
  }

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

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

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

  .container.container-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .footer-bottom {
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer {
    padding: 48px 0px 0px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .contact-form-2 {
    padding: 40px 20px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

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

  .contact-form-3 {
    padding: 40px 20px;
  }

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

  .footer-3 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    text-align: center;
  }

  .vertical-menu-link {
    text-decoration: none;
  }

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

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

  .container-3 {
    font-size: 14px;
  }

  .text-block {
    font-size: 16px;
  }

  .heading-3 {
    margin-top: -105px;
    margin-bottom: 14px;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .paragraph {
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .text-block-iphone-1 {
    display: none;
    margin-right: 79px;
    padding-left: 0px;
    font-size: 14px;
  }

  .container-6 {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

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

  .footer-flex-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;
  }

  .footer-heading {
    margin-top: 20px;
    font-size: 16px;
  }

  .heading-4 {
    font-size: 22px;
  }

  .heading-5 {
    font-size: 22px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .heading-7 {
    font-size: 22px;
  }

  .image {
    width: 60px;
    min-width: 60px;
  }

  .image-2 {
    width: 60px;
    min-width: 60px;
  }

  .image-3 {
    width: 60px;
    min-width: 60px;
  }

  .image-4 {
    display: inline-block;
    width: 60px;
    min-width: 60px;
  }

  .column {
    display: none;
    padding-left: 10px;
  }

  .heading-9 {
    margin-top: 0px;
    padding: 0px 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .image-5 {
    margin-left: 40px;
    line-height: 20px;
  }

  .image-6 {
    padding-left: 10px;
  }

  .div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -21px;
    padding-top: 27px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .column-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block {
    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;
    -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;
    text-align: center;
  }

  .centered-container {
    text-align: left;
  }

  .footer-3 {
    margin-top: -42px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .image-9 {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .container-14 {
    margin-top: 0px;
    margin-bottom: -118px;
    padding: 48px 10px 0px;
  }

  .lottie-animation-3 {
    display: none;
  }

  .text-block-2 {
    padding-top: 23px;
    padding-bottom: 0px;
    text-align: center;
  }

  .heading-do-ukrycia {
    display: block;
    font-size: 25px;
    line-height: 30px;
  }
}

