:root {
  --jamamite-green: #2f3a2d;
  --jamamite-yellow: #e9a621;
  --jamamite-beige: #e9e8dd;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". Area Area-2"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  display: inline-block;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.item-group {
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: var(--jamamite-green);
  border: 0 solid #fff;
  border-bottom-width: 5px;
  height: 4.375rem;
  position: sticky;
  top: 0;
}

.nav-link-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-link-3 {
  color: #fff;
  padding: 1.6rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-link-3.w--current {
  color: #e9a621;
  padding: 1.6rem 1rem;
}

.nav-link-4 {
  color: #fff;
  padding: 1.6rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-link-4.w--current {
  color: #e9a621;
}

.nav-link-5 {
  color: #fff;
  padding: 1.6rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-link-5.w--current {
  color: #e9a621;
}

.nav-link-6 {
  color: #fff;
  padding: 1.6rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-link-6.w--current {
  color: #e9a621;
}

.image {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 50%;
  margin-left: 11px;
  display: inline-block;
}

.image-2 {
  object-fit: cover;
  position: relative;
}

.sub-text {
  z-index: auto;
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
  overflow: visible;
}

.div-block {
  margin-top: 12px;
  margin-bottom: 12px;
}

.hero-photo {
  background-color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/sebastian-unrau-sp-p7uuT0tw-unsplash.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  height: 56.25rem;
  margin-top: 0;
  padding-top: 3rem;
  padding-bottom: 200px;
}

.headline-text {
  flex-flow: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 5rem;
  display: flex;
}

.sub-headline {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.yellow-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--jamamite-yellow);
  object-fit: fill;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 3rem;
  padding: 1.3rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.yellow-button:hover {
  background-color: var(--jamamite-yellow);
  background-image: linear-gradient(#d89a20, #d89a20);
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: -60px;
  display: flex;
}

.carousel_section {
  grid-column-gap: 62%;
  grid-row-gap: 62%;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2f3a2d;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 5%;
  display: flex;
  position: static;
  overflow: hidden;
}

.sub-secondary-class {
  color: #e9e8dd;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 73px;
  display: flex;
}

.body-text {
  color: #e9e8dd;
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 67.5rem;
  max-width: none;
  display: flex;
  overflow: visible;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.paragraph {
  color: #e9e8dd;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: .4rem;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  display: flex;
}

.image-3 {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  max-width: none;
  display: inline-flex;
  position: static;
  overflow: visible;
}

.div-block-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.image-4, .image-5, .image-6 {
  border-radius: 12px;
}

.picture_container {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: none;
  justify-content: space-between;
  min-width: 100%;
  max-width: 0;
  display: flex;
  overflow: hidden;
}

.carousel {
  background-color: #cecece;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 940px;
  padding: 20px 5% 20px 50px;
  display: flex;
  overflow: hidden;
}

.jaukai_section {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #2f3a2d;
  background-clip: border-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 7.5rem;
  display: block;
  position: static;
}

.logo_container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.image-7 {
  flex: 0 auto;
}

.image-8, .image-9, .image-10 {
  border-radius: 12px;
}

.bg_block {
  background-color: #745e5e;
  background-image: url('../images/lukasz-szmigiel-2ShvY8Lf6l0-unsplash.jpg');
  background-position: -130px 0;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.image-11 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: block;
}

.descript_div {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #000;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  flex-flow: column;
  width: 22rem;
  height: auto;
  padding: 1.5rem 0 1.5rem 1.5rem;
  display: flex;
}

.body {
  color: #fff;
  font-family: Inter, sans-serif;
}

.heading {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-size: 29px;
  font-weight: 600;
  display: flex;
}

.image-12 {
  max-width: none;
  margin-top: 1.2rem;
  position: static;
}

.pasariniai_jaukai_section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2f3a2d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7.5rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.item_set {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 100%;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pasariniai_jaukai_lower {
  color: #e9e8dd;
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1rem;
  margin-bottom: .4rem;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.items_grid_set {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
}

.pasariniai_jaukai_upper {
  color: #e9e8dd;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 500;
  display: flex;
}

.pasariniai_jaukai {
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-bottom: 1.5rem;
  display: flex;
  position: static;
}

.smalos_jaukai_section, .apie_section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #2f3a2d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 7.5rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.text_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch end;
  place-items: start center;
  max-width: 1124px;
  display: grid;
}

.text-block {
  color: #fff;
  vertical-align: baseline;
  display: inline-block;
}

.ceo_menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: cover;
  flex: 0 auto;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ceo_name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.ceo_title {
  color: #fff;
  margin-top: -8px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.ceo_textr_block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  display: flex;
}

.image-13 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 87px;
  width: 174px;
  height: 174px;
}

.form-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-field {
  color: #2f3a2d;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-flex;
}

.div-block-8 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--jamamite-beige);
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  max-width: 100%;
  padding: 1.5rem 2rem;
  display: flex;
}

.section {
  background-color: #2f3a2d;
  justify-content: center;
  align-items: flex-start;
  padding: 7.5rem 4rem 0;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -10px;
  display: flex;
}

.heading-3 {
  aspect-ratio: auto;
  color: #333;
  margin-top: 0;
  margin-bottom: -1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.image-14 {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
  margin-bottom: 0;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 63rem;
  height: auto;
  display: flex;
}

.message_field {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: baseline;
  border-radius: 8px;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-flex;
}

.textarea {
  color: #2f3a2d;
  border-radius: 8px;
  height: auto;
  min-height: 11.9rem;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.heading-4 {
  color: #2f3a2d;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 34px;
}

.yellow_button_contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--jamamite-yellow);
  object-fit: fill;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 50px;
  height: 48px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.yellow_button_contact:hover {
  background-color: #d89a20;
}

.contact_sub_text {
  color: #2f3a2d;
  width: auto;
  max-width: 700px;
  margin-top: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-12 {
  flex-flow: column;
  width: auto;
  display: flex;
}

.priedai_headline {
  color: #e9e8dd;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 500;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider {
  flex-flow: row;
  height: 457px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section-2 {
  margin: auto;
}

.div-block-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: block;
}

.slide {
  object-fit: contain;
  height: auto;
  position: static;
}

.mask {
  aspect-ratio: auto;
  object-fit: scale-down;
  height: auto;
}

.slide_1 {
  box-sizing: content-box;
  object-fit: cover;
  width: 90%;
  height: auto;
  margin-right: 3%;
}

.image-15 {
  width: 100%;
}

.slide_2, .slide_3 {
  width: 90%;
  margin-right: 3%;
}

.mask-2 {
  width: 97%;
}

.slider-2 {
  background-color: #bd7e7e;
  height: auto;
}

.image-16, .image-17 {
  width: 100%;
}

.slider-3 {
  width: 82%;
  height: 100%;
}

.slide-2 {
  width: 100%;
}

.image-18 {
  max-width: 100%;
}

.container-4 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-3 {
  background-color: #2f3a2d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7.5rem;
  padding-bottom: 0;
  display: block;
}

.div-block-15 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slider-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #2f3a2d;
  border-radius: 9px;
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: block;
}

.slide-3 {
  width: auto;
  height: 100%;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: block;
}

.mask-3 {
  border-radius: 8px;
  width: 1080px;
}

.slide-4 {
  width: auto;
  height: 100%;
}

.slide-5 {
  height: 100%;
}

.div-block-17 {
  width: 1080px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1080px;
  display: flex;
}

.slide-nav {
  width: 1069px;
}

.success-message {
  background-color: #e9a622;
  border-radius: 8px;
  width: 100%;
  height: 325px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.div-block-20 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-21 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block-23 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.apie_mus_section {
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-bottom: 1rem;
  display: flex;
  position: static;
}

.div-block-24 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  display: flex;
}

.background-video {
  max-width: 100%;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
}

.div-block-25 {
  width: 100%;
}

.div-block-26 {
  display: flex;
}

.image-19 {
  width: auto;
  height: auto;
}

.slider-5, .slide-6, .slide-7, .slide-8 {
  width: 100%;
  height: 100%;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
}

.image-20 {
  z-index: auto;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  max-width: none;
  display: inline-flex;
  position: static;
  overflow: visible;
}

.image-21 {
  margin-top: 1.2rem;
  position: absolute;
}

.yellow-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #e9a621;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 50px;
  height: 48px;
  padding: 12px 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.yellow-button-2:hover {
  background-color: #e9a621;
  background-image: linear-gradient(#d89a20, #d89a20);
}

.heading-5 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  display: flex;
}

.div-block-28 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-29 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #0f0f0f;
}

.form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-30 {
  display: block;
}

.smala_101 {
  background-image: url('../images/products_tar-101.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.obuolys_201 {
  background-color: #745e5e;
  background-image: url('../images/products_apple.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.vysnia_301 {
  background-color: #745e5e;
  background-image: url('../images/products_cherry.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.kukuruzas_401 {
  background-color: #745e5e;
  background-image: url('../images/products_corn.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.zuvis_501 {
  background-color: #745e5e;
  background-image: url('../images/products_fish.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.lazdynas_601 {
  background-color: #745e5e;
  background-image: url('../images/products_hazel.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.slyva_701 {
  background-color: #745e5e;
  background-image: url('../images/products_plum.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.trumas_801 {
  background-color: #745e5e;
  background-image: url('../images/products_truffle.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.melasa_901 {
  background-color: #745e5e;
  background-image: url('../images/products_molasses.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.smala_102 {
  background-color: #745e5e;
  background-image: url('../images/products_tar-102.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.smala_103 {
  background-color: #745e5e;
  background-image: url('../images/products_tar-103.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.kukuruzas {
  background-color: #745e5e;
  background-image: url('../images/products_corn-12.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.druska {
  background-color: #745e5e;
  background-image: url('../images/products_salt.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.aplikatorius {
  background-color: #745e5e;
  background-image: url('../images/products_applier.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.section-4 {
  padding-top: 5rem;
  padding-left: 10rem;
  padding-right: 10rem;
}

.video {
  max-width: 67.5rem;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-7 {
  color: #fff;
  padding: 1.6rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.nav-link-7.w--current {
  color: #e9a621;
}

.smala__102 {
  background-image: url('../images/products_tar-102.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 22rem;
  height: 25rem;
  display: block;
}

.div-block-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.div-block-33 {
  width: 100%;
}

.carousel_item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  height: 30vw;
  display: flex;
}

.image_carousel {
  z-index: 0;
  min-width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.carousel_header {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100vw;
  padding-top: 3vw;
  padding-left: 4vw;
  display: flex;
  position: absolute;
}

.item_headlines {
  color: #e9e8dd;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  display: flex;
}

.carousel_slides {
  width: auto;
  display: flex;
  overflow: hidden;
}

.body_text_item {
  color: #e9e8dd;
  text-align: left;
  width: 35%;
  min-width: 45%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.language_dropdown {
  color: #fff;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdown-toggle {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 8px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.dropdown-toggle.w--open {
  padding-right: 20px;
  display: block;
}

.text-block-3 {
  color: #fff;
}

.dropdown-list {
  mix-blend-mode: normal;
  top: -1px;
}

.dropdown-list.w--open {
  border-radius: 12px;
  flex-flow: column;
  display: flex;
  top: 50px;
  box-shadow: 0 2px 12px 6px #1a201966;
}

.dropdown-link-2 {
  border-radius: 0;
}

.footer_section {
  color: #962e2e;
  background-color: #2f3a2d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6rem 6rem;
  display: flex;
}

.div-block-36 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.heading-6 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.div-block-37 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    width: 100vw;
  }

  .hero-photo {
    width: 100vw;
    overflow: hidden;
  }

  .container-3 {
    width: 95vw;
    max-width: 728px;
  }

  .jaukai_section {
    width: 100vw;
    overflow: hidden;
  }

  .item_set {
    flex-flow: column;
    width: 95vw;
  }

  .pasariniai_jaukai_lower {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 95vw;
  }

  .items_grid_set {
    justify-content: center;
    align-items: center;
  }

  .pasariniai_jaukai_upper, .pasariniai_jaukai {
    justify-content: center;
    align-items: center;
    width: 95vw;
  }

  .smalos_jaukai_section {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .apie_section {
    width: 100vw;
  }

  .text_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 95vw;
  }

  .section {
    width: 100vw;
  }

  .section-3 {
    width: 100vw;
    overflow: hidden;
  }

  .div-block-17 {
    width: 95vw;
  }

  .div-block-18 {
    width: 100vw;
  }

  .apie_mus_section {
    justify-content: center;
    align-items: center;
    width: 95vw;
  }

  .hero_section {
    overflow: hidden;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .div-block-31 {
    width: 90vw;
  }

  .carousel_item {
    width: 100%;
    height: 40vw;
    overflow: hidden;
  }

  .image_carousel {
    width: auto;
    min-width: 0%;
    max-width: none;
    height: 100%;
  }

  .carousel_header {
    overflow: hidden;
  }

  .item_headlines {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 63px;
  }

  .carousel_slides {
    width: 100vw;
    overflow: hidden;
  }

  .body_text_item {
    width: 90%;
    font-size: 21px;
    line-height: 29px;
  }

  .div-block-35 {
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-without-image, .hero-stack, .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .sub-text, .sub-headline, .sub-secondary-class {
    width: 95vw;
  }

  .body-text {
    text-align: center;
    width: 95vw;
  }

  .container-3 {
    width: 100%;
  }

  .div-block-2, .item_set {
    flex-flow: column;
  }

  .pasariniai_jaukai_lower {
    text-align: center;
    width: 90vw;
  }

  .pasariniai_jaukai_upper {
    justify-content: center;
    align-items: center;
    width: 100vw;
  }

  .pasariniai_jaukai {
    justify-content: center;
    align-items: center;
    width: 95vw;
  }

  .smalos_jaukai_section {
    padding-left: 0;
    padding-right: 0;
  }

  .apie_section {
    padding-left: 0;
    padding-right: 0;
  }

  .text_grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-17, .div-block-18 {
    width: 95vw;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-31 {
    width: 90vw;
  }

  .image_carousel {
    width: 100%;
    max-width: none;
    height: 78%;
  }

  .carousel_header {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    padding-top: 1vw;
  }

  .item_headlines {
    font-size: 2rem;
  }

  .body_text_item {
    width: 69%;
    min-width: auto;
    font-size: 19px;
    line-height: 27px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .item-group {
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .nav-link-3 {
    color: #fff;
    background-color: #2f3a2d;
  }

  .nav-link-4 {
    background-color: #2f3a2d;
  }

  .nav-link-5 {
    background-color: #2f3a2d;
    border-bottom: 4px solid #fff;
  }

  .nav-link-6 {
    background-color: #2f3a2d;
  }

  .sub-text {
    width: 100vw;
    max-width: none;
    padding: 1rem .7rem .5rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .hero-photo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: auto;
    padding-top: 0;
    padding-bottom: 6rem;
    display: flex;
  }

  .headline-text {
    width: 100vw;
    max-width: 24rem;
    margin-left: 0;
    margin-right: 0;
  }

  .sub-headline {
    width: 100vw;
    max-width: none;
    margin-top: .5rem;
    margin-bottom: 2rem;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 1rem;
    line-height: 22px;
  }

  .yellow-button {
    height: 2.75rem;
    padding: .8rem .7rem;
    font-size: 1rem;
  }

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

  .sub-secondary-class {
    width: 100vw;
    margin-bottom: 1rem;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .body-text {
    width: 100vw;
    margin-bottom: 0;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 1rem;
    line-height: 22px;
  }

  .paragraph {
    font-size: 1rem;
  }

  .div-block-3 {
    padding-bottom: 0;
  }

  .image-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .jaukai_section {
    padding-top: 4rem;
  }

  .descript_div {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .item {
    width: 100vw;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .item_set {
    flex-flow: column;
  }

  .pasariniai_jaukai_lower {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    margin-top: 0;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 1rem;
    line-height: 22px;
  }

  .pasariniai_jaukai_upper {
    margin-bottom: 0;
    font-size: 2rem;
  }

  .pasariniai_jaukai {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .smalos_jaukai_section {
    width: 100vw;
    padding-top: 4rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .apie_section {
    width: 100vw;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .text_grid {
    width: 100vw;
    max-width: none;
  }

  .form-block {
    margin-top: .7rem;
    margin-bottom: .7rem;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding: 1rem 0 2rem;
  }

  .section {
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 4rem .7rem 3rem;
  }

  .heading-3 {
    font-size: .8rem;
    line-height: 41px;
  }

  .div-block-11 {
    width: 100vw;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .heading-4 {
    text-align: center;
    font-size: 2rem;
    line-height: 2.3rem;
  }

  .contact_sub_text {
    text-align: center;
    margin-bottom: auto;
    font-size: 1rem;
    line-height: 26px;
  }

  .priedai_headline {
    text-align: center;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .section-3 {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    padding-top: 4rem;
  }

  .div-block-17, .div-block-18 {
    width: 100vw;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .apie_mus_section {
    width: 100vw;
    padding-bottom: 0;
  }

  .div-block-24 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    max-width: 17rem;
  }

  .div-block-26 {
    width: 100vw;
    overflow: visible;
  }

  .image-19 {
    width: 180vw;
    max-width: none;
  }

  .slider-5 {
    width: 100vw;
    height: 38vw;
  }

  .slide-6 {
    width: 100vw;
    overflow: visible;
  }

  .slide-nav-2 {
    width: 100%;
  }

  .hero_section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .form {
    margin-top: .7rem;
    margin-bottom: .7rem;
  }

  .smala_101, .obuolys_201, .vysnia_301, .kukuruzas_401, .zuvis_501, .lazdynas_601, .slyva_701, .trumas_801, .melasa_901 {
    width: 100vw;
    height: 100vw;
  }

  .smala_102 {
    width: 22vw;
    height: 25rem;
  }

  .smala_103, .kukuruzas, .druska, .aplikatorius {
    width: 100vw;
    height: 100vw;
  }

  .section-4 {
    padding-top: 4rem;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .video, .div-block-31 {
    width: 100%;
  }

  .image-22 {
    max-width: 95%;
  }

  .icon {
    color: #fff;
    background-color: #20271e;
    border-radius: 8px;
    padding: .5rem;
  }

  .menu-button-2 {
    background-color: #0000;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

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

  .nav-link-7 {
    background-color: #2f3a2d;
    border-bottom: 0 solid #fff;
  }

  .smala__102 {
    width: 100vw;
    height: 100vw;
  }

  .div-block-32 {
    margin-top: -1rem;
  }

  .div-block-33 {
    padding-top: .7rem;
  }

  .mask-4 {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .carousel_item {
    justify-content: space-around;
    align-items: center;
    height: 60vw;
  }

  .image_carousel {
    width: auto;
    min-width: auto;
    max-width: 230.398%;
    height: 100%;
    overflow: clip;
  }

  .carousel_header {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 0;
  }

  .item_headlines {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 20px;
  }

  .body_text_item {
    text-align: left;
    width: 90vw;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
    line-height: 18px;
  }

  .language_dropdown {
    justify-content: center;
    align-items: center;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .footer_section {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-6 {
    text-align: center;
    line-height: 28px;
  }
}

#w-node-_4526b019-0dab-096d-1b6f-9ce941557e7a-e3179646 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}


