:root {
  --background-whitesmoke: #eff2ef;
  --textcolor-darkslateblue: #5e4a96;
  --acvite-blue: #0016ff;
  --secondary-lightpink: #fe5f55;
  --primary-darkblue: #20046b;
  --border-color: #dad8e5;
  --yellow: #fe0;
  --white-is__lighter: #f0ebff;
  --textcolor-light: #d4c4ff;
  --success: #68ff83;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

body {
  background-color: var(--background-whitesmoke);
  color: var(--textcolor-darkslateblue);
  font-family: loos-normal, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}

h1 {
  color: var(--acvite-blue);
  letter-spacing: -5px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: loos-extended, sans-serif;
  font-size: 4em;
  font-weight: 800;
  line-height: 1.05em;
}

h2 {
  color: var(--acvite-blue);
  letter-spacing: -2px;
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  font-family: loos-extended, sans-serif;
  font-size: 2.66em;
  font-weight: 700;
  line-height: 1.115em;
}

h3 {
  color: var(--acvite-blue);
  letter-spacing: -2px;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: loos-extended, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.27em;
}

h4 {
  color: var(--acvite-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: loos-extended, sans-serif;
  font-size: 1.33em;
  font-weight: 700;
  line-height: 1.25em;
}

p {
  letter-spacing: .25px;
  margin-bottom: 10px;
  line-height: 1.5em;
}

a {
  color: var(--acvite-blue);
  text-decoration: none;
}

a:hover {
  color: var(--secondary-lightpink);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 1rem;
}

li {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--primary-darkblue);
  margin-bottom: 9px;
  font-weight: 200;
  display: block;
}

blockquote {
  color: var(--acvite-blue);
  border: 1px #000;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 4.4rem;
  line-height: 4rem;
}

.border {
  width: 100%;
  height: 1px;
  max-width: 1436px;
  background-color: var(--border-color);
  margin-left: auto;
  margin-right: auto;
}

.mx-5 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.is__dblue_background {
  background-color: var(--primary-darkblue);
}

.is__white {
  color: var(--background-whitesmoke);
}

.is__all_caps {
  text-transform: uppercase;
}

.subheader_txt {
  color: var(--secondary-lightpink);
  letter-spacing: 6px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 2em;
}

.subheader_txt.is__small {
  font-size: 11px;
}

.subheader_txt.is__small.is_white {
  color: var(--border-color);
}

.client_title {
  letter-spacing: -5px;
  font-size: 6.66em;
  line-height: .9em;
}

.is__active_blue {
  color: var(--acvite-blue);
}

.c_lines_wapper {
  z-index: 5;
  width: 100%;
  min-width: auto;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.c_lines_container {
  z-index: 9;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.c_lines_lines {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  display: flex;
}

.grid-line {
  width: 1px;
  background-color: var(--border-color);
}

.container {
  z-index: 10;
  max-width: 1400px;
  position: relative;
}

.container.is_center {
  justify-content: center;
  display: flex;
}

.container.footer {
  background-color: var(--primary-darkblue);
}

.container.my-xxxl {
  margin-top: 10em;
  margin-bottom: 10em;
}

.t-border {
  min-height: 80px;
  border: 1px dashed var(--secondary-lightpink);
}

.row {
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutters.is__vertical {
  flex-direction: column;
}

.row.no-gutters.border_on_homepage {
  min-height: 100vh;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 3em;
  padding-bottom: 3em;
}

.row.no-gutters.justify_space_betwen {
  justify-content: space-between;
}

.row.no-gutters.justify_space_betwen.signature {
  margin-bottom: 6rem;
}

.row.no-gutters.footer-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.col {
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.col.col-8 {
  max-width: 75%;
  flex: 0 75%;
}

.col.col-8.is__center_col, .col.col-8.align-center {
  margin-left: auto;
  margin-right: auto;
}

.col.col-8.c_cookies_p {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.col.col-3 {
  max-width: 25%;
  flex: 0 25%;
}

.col.col-10 {
  max-width: 83.3333%;
  flex: 0 83.3333%;
}

.col.col-5 {
  max-width: 41.667%;
  flex: 0 41.667%;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.col.col-7 {
  max-width: 58.33%;
  flex: 0 58.33%;
}

.col.col-6 {
  max-width: 50%;
  flex: 0 50%;
}

.col.col-6.offset-1 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-left: 8.33%;
}

.col.col-6.align-center {
  align-items: center;
  display: flex;
}

.col.col-6.footer-left {
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.col.col-6.footer-right {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  display: flex;
}

.col.col-6.justify-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.col.d-flex {
  display: flex;
}

.col.n_mt_5 {
  margin-top: -3em;
}

.col.col-3 {
  max-width: 25%;
  flex: 0 25%;
}

.col.col-3.filstar-package-wapper {
  min-height: 550px;
  background-color: #fbcc00;
  justify-content: center;
  align-items: flex-end;
  margin: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col.col-3.filstar-package-wapper.blue_bg {
  background-color: #005bd9;
}

.col.col-3.filstar-package-wapper.dblue_bg {
  background-color: #003a8b;
}

.col.col-12.is__bg_white {
  background-color: #fff;
}

.col.col-12.is__bg_white.partners_pad_marg {
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 7em;
}

.col.is__center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.col.is__center.gray_bg {
  background-color: #e8e8e8;
}

.col.is__center.blue_bg {
  background-color: #005bd9;
}

.col.is__center.blue_bg.flistar_new_logo {
  min-height: 500px;
  display: flex;
}

.col.col-2 {
  max-width: 20%;
  flex: 0 20%;
}

.col.col-2.white_bg {
  background-color: #fff;
}

.col.col-2.black_bg {
  background-color: #000;
}

.col.col-2.lobster_bg {
  background-color: #ff674d;
}

.col.col-2.yellow_bg {
  background-color: #fbcc00;
}

.col.col-2.dblue_bg {
  background-color: #003a8b;
}

.col.col-4 {
  max-width: 33.333%;
  flex: 0 33.333%;
}

.col.col-4.p-one {
  margin-top: 300px;
}

.col.col-4.p-two {
  margin-top: 150px;
}

.col.col-4.p-three {
  margin-top: 0;
}

.col.col-4.p-five {
  margin-top: 150px;
}

.col.col-4.p-six {
  margin-top: 300px;
}

.col.col-4.p-eight {
  margin-top: 150px;
}

.col.col-4.project_mt_xl {
  margin-top: 10em;
}

.col.col-4.project_mt_l {
  margin-top: 5em;
}

.col.col-4.border_on_homepage {
  height: 600px;
  align-self: center;
  margin-right: -500px;
  padding-left: 0;
  padding-right: 0;
}

.col.next_project_cta {
  height: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.view_col {
  min-height: 80px;
  border: 1px dashed var(--textcolor-darkslateblue);
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25em;
}

.p-2 {
  padding: .5em;
}

.p-3 {
  padding: 1em;
}

.p-4 {
  padding: 1.5em;
}

.p-5 {
  padding: 3em;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: .25em;
}

.m-2 {
  margin: .5em;
}

.m-3 {
  margin: 1em;
}

.m-4 {
  margin: 1.25em;
}

.m-5 {
  margin: 3em;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: .25em;
}

.pl-2 {
  padding-left: .5em;
}

.pl-3 {
  padding-left: 1em;
}

.pl-4 {
  padding-left: 1.25em;
}

.pl-5 {
  padding-left: 3em;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: .25em;
}

.pt-2 {
  padding-top: .5em;
}

.pt-3 {
  padding-top: 1em;
}

.pt-4 {
  padding-top: 1.25em;
}

.pt-5 {
  padding-top: 3em;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: .25em;
}

.pr-2 {
  padding-right: .5em;
}

.pr-3 {
  padding-right: 1em;
}

.pr-4 {
  padding-right: 1.25em;
}

.pr-5 {
  padding-right: 3em;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: .25em;
}

.pb-2 {
  padding-bottom: .5em;
}

.pb-3 {
  padding-bottom: 1em;
}

.pb-4 {
  padding-bottom: 1.25em;
}

.pb-5 {
  padding-bottom: 3em;
}

.pad_r_20 {
  padding-right: 20px;
}

.pad_l_20 {
  padding-left: 20px;
}

.rm-n20 {
  margin-left: -20px;
}

.lm-n20 {
  margin-right: -20px;
}

.clip-mask {
  overflow: hidden;
}

.clip-mask.mt-xxl {
  margin-top: 5em;
}

.h_animation {
  line-height: .75em;
}

.color_square {
  width: 120px;
  height: 120px;
}

.color_square.primary {
  background-color: var(--acvite-blue);
}

.color_square.secondary {
  background-color: var(--secondary-lightpink);
}

.color_square.yellow {
  background-color: var(--yellow);
}

.color_square.text_color {
  background-color: var(--textcolor-darkslateblue);
}

.color_square.headings {
  background-color: var(--primary-darkblue);
}

.is__pink {
  color: var(--secondary-lightpink);
}

.mx-3 {
  margin-left: 1em;
  margin-right: 1em;
}

.my-3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.my-5 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.my-xxl {
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_menu_icon_line_1 {
  width: 20px;
  height: 3px;
  background-color: var(--acvite-blue);
  margin-bottom: 2px;
  margin-left: 4px;
}

.c_navbar_menu_container {
  width: 80px;
  background-color: var(--background-whitesmoke);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c_nav {
  z-index: 999;
  width: 99vw;
  height: 99.9vh;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.c_nav_navlink_wapper {
  max-width: 70%;
  flex: 0 70%;
}

.c_nav_contacs_wapper {
  max-width: 30%;
  background-color: var(--primary-darkblue);
  flex-direction: column;
  flex: 0 30%;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.c_nav_navlink_container {
  min-height: 20vh;
  border-bottom: 1px solid var(--border-color);
  color: var(--primary-darkblue);
  background-color: #fff;
  padding-left: 40px;
  display: flex;
}

.c_nav_navlink_container:hover {
  color: var(--secondary-lightpink);
}

.c_nav_navlink_container.c_navlink_last {
  border: 1px #000;
}

.c_nav_navlink {
  letter-spacing: -3px;
  align-items: center;
  font-family: loos-extended, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: .85em;
  display: flex;
}

.c_nav_close_btn {
  width: 80px;
  height: 80px;
  background-color: var(--secondary-lightpink);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.c_nav_brand {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.c_nav_contacts_info {
  margin-top: 1em;
}

.c_nav_contacts_link {
  color: var(--secondary-lightpink);
  font-family: loos-extended, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.c_nav_contacts_link:hover {
  color: var(--white-is__lighter);
}

.c_nav_line {
  width: 5px;
  height: 350px;
  background-color: var(--secondary-lightpink);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.c_menu_icon_line_2 {
  width: 20px;
  height: 3px;
  background-color: var(--acvite-blue);
  margin-bottom: 2px;
  margin-left: -4px;
}

.c_menu_icon_line_3 {
  width: 20px;
  height: 3px;
  background-color: var(--acvite-blue);
  margin-bottom: 2px;
  margin-left: 4px;
}

.c_menu_icon_line_4 {
  width: 20px;
  height: 3px;
  background-color: var(--acvite-blue);
  margin-bottom: 2px;
  margin-left: -4px;
}

.c_menu_icon_line_5 {
  width: 20px;
  height: 3px;
  background-color: var(--acvite-blue);
  margin-bottom: 2px;
  margin-left: 4px;
}

.c_menu_icon_line_6 {
  width: 20px;
  height: 3px;
  background-color: var(--acvite-blue);
  margin-bottom: 2px;
  margin-left: -4px;
}

.c_navbar_open_btn {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 15px 20px 20px;
  display: flex;
}

.c_nav_close_btn_link {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  transition: transform .5s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.c_nav_close_btn_link:hover {
  transform: rotate(180deg);
}

.c_header_nav {
  z-index: 20;
  max-width: 100%;
  padding-bottom: 3em;
  position: relative;
}

.c_navbar_s_container {
  padding-right: 60px;
}

.c_navbar_menu_wapper {
  margin-top: 10px;
  display: none;
  position: fixed;
  top: 40px;
  right: 40px;
}

.c_nav_s_navlink {
  margin-left: 36px;
  margin-right: 36px;
  padding-top: 35px;
  padding-bottom: 10px;
  overflow: hidden;
}

.c_nav_s_navlink.m-0 {
  margin-left: 0;
  margin-right: 0;
}

.c_nav_s_text {
  color: var(--acvite-blue);
  font-weight: 200;
}

.brand {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: fixed;
  top: 50px;
  left: 75px;
}

.c_header_wapper {
  min-height: 150px;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.c_navbar_s_wapper {
  display: flex;
}

.art-scroll {
  height: 150vh;
}

.c_cat_say_hello_container {
  z-index: 10;
  background-color: var(--background-whitesmoke);
  border-radius: 15px;
  padding: 20px;
  position: fixed;
  top: auto;
  bottom: 140px;
  left: 0;
  right: auto;
  transform: rotate(-90deg);
}

.c_nav_s_underline {
  height: 2px;
  background-color: var(--secondary-lightpink);
  border-radius: 2px;
}

.logo.d-lg-none {
  display: none;
}

.c_cta_say_hello_ico_bg {
  width: 35px;
  height: 35px;
  background-color: var(--primary-darkblue);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c_cta_say_hello_ico_bg:hover {
  background-color: var(--acvite-blue);
}

.c_cta_say_hello_text {
  color: var(--primary-darkblue);
  justify-content: center;
  align-items: center;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.c_cta_say_hello_text:hover {
  color: var(--acvite-blue);
}

.c_cat_say_hello_linkblock {
  display: flex;
}

.c_project_hero {
  min-height: 600px;
  position: relative;
}

.c_project_hero.stabil-pai {
  background-image: url('../images/stabil-pai-bg-element-red.svg.svg'), linear-gradient(#061394, #ee2822);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: fixed, scroll;
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.paletten24 {
  background-color: #f6511d;
  background-image: url('../images/lines_pattern.gif');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.c_project_hero.ellini_hero {
  background-image: url('../images/blue_water_1px.svg'), radial-gradient(circle, #0028ff, #001f7a);
  background-position: 50%, 0 0;
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.yordan-ivanov {
  background-image: linear-gradient(#03a9f4, #03a9f4);
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.dnh-soft {
  background-image: linear-gradient(#ff7f2a, #ff7f2a);
  margin-top: 8em;
  margin-bottom: 5em;
}

.c_project_hero.mlo {
  background-image: linear-gradient(#ed1c24, #ed1c24);
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.fetish-style {
  background-image: url('../images/fetish_hero_img_bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.hydrostab {
  background-image: linear-gradient(#2749df, #2749df);
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.filstar {
  background-image: linear-gradient(#005bd9, #005bd9);
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.stabil-agro {
  background-image: url('../images/lines_patter.png'), linear-gradient(45deg, #145308, #7ab51e);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin-top: 5em;
  margin-bottom: 5em;
}

.c_project_hero.rancho {
  background-image: url('../images/rancho_mountains.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 5em;
  margin-bottom: 5em;
}

.project_info_container {
  background-color: #fff;
}

.is__xbold {
  color: var(--primary-darkblue);
  font-weight: 800;
}

.section {
  z-index: 10;
  position: relative;
}

.section.stabil-pai-bg {
  min-height: 90vh;
  background-image: url('../images/stabil_pai_production_line_bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.stabil-pai-home-ss {
  background-color: #e3d5c4;
}

.section.stabil-pai-profile {
  background-image: url('../images/stabil-pai-bg-element-red.svg.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-top: 6em;
  margin-bottom: 3em;
}

.section.stabil-pai-product-wizard {
  background-color: #222a75;
  background-image: url('../images/stabil-pai-bg-element-dark.svg');
  background-position: 150% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 5em;
  padding-top: 5em;
}

.section.stabil-pai-product-page {
  background-color: #18206f;
  margin-top: 5em;
}

.section.paletten24-bg {
  min-height: 90vh;
  background-image: url('../images/paletten24_main_image.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.paletten24-home-ss {
  background-color: #7796cb;
}

.section.paletten24-pallet {
  margin-top: 8em;
  margin-bottom: 6em;
}

.section.ellini-bg {
  min-height: 90vh;
  background-image: url('../images/ellini_interior_img_2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.ellini-home-ss {
  background-color: #fddd39;
}

.section.ellini-bg-footer {
  min-height: 90vh;
  background-image: url('../images/ellini-branding.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.yordan-ivanov-home-ss {
  background-color: #445157;
  overflow: hidden;
}

.section.yi-poster-section {
  height: 200vw;
}

.section.yi-bg {
  min-height: 90vh;
  background-image: url('../images/yi_big_image.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.yordan-ivanov-home-ss-2 {
  background-color: #03a9f4;
}

.section.dnh-soft-home-ss {
  background-color: #0e33cb;
}

.section.dnh-sectors {
  height: 80vh;
  background-image: url('../images/dnh-sectors.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.mlo-bg {
  min-height: 90vh;
  background-image: url('../images/mlo-green-series.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.mlo-home-ss {
  background-color: #ed1c24;
}

.section.mlo-products {
  height: 100vh;
  background-color: #ed1c24;
  background-image: url('../images/Group-5177.webp');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section.mlo-product-page {
  background-color: #081d57;
  margin-top: 5em;
  padding-top: 5em;
  overflow: hidden;
}

.section.fetish-home-ss {
  background-color: #9a8c98;
}

.section.fetish-product-view-page {
  background-color: #c9ada7;
  margin-bottom: 5em;
  padding-top: 5em;
}

.section.fetish-newsletter-ss {
  background-color: #ccbab5;
  margin-top: 5em;
  padding-top: 3em;
}

.section.hydrostab-subhero-image {
  min-height: 90vh;
  background-image: url('../images/sub_hero_image.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.hydrostab-homepage-ss-bg {
  background-color: #26398e;
}

.section.hydrostab-product-page {
  background-color: #26398e;
  background-image: url('../images/waller_background.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  margin-bottom: 5em;
  padding-top: 5em;
}

.section.filstar-homepage-ss {
  background-color: #fbcc00;
}

.section.filstar-subhero-image {
  min-height: 90vh;
  background-image: url('../images/filstar-bg-img-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.filstar-subhero-image-2 {
  min-height: 90vh;
  background-image: url('../images/sub-hero-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.stabilagro-subhero-image {
  min-height: 90vh;
  background-image: url('../images/hero_project_img.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.section.stabilagro-homepage-ss {
  background-color: #7ab51e;
}

.section.stabilagro_productpage_ss {
  background-color: #2e4057;
}

.section.stabilagro-about-ss {
  background-color: #fad552;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 3em;
}

.section.rancho-homepage-ss {
  background-color: #b0e298;
}

.section.rancho_add_offer_mobile_ss {
  background-color: #fec446;
}

.section.rancho-profile-ss {
  background-color: #fad552;
  margin-top: 5em;
  margin-bottom: 5em;
  padding-top: 3em;
}

.section.is__dblue_background.py-xxl {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.george {
  min-height: 120vh;
  background-color: #fff;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.section.cveti {
  min-height: 110vh;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.section.next-project {
  padding-top: 3em;
}

.section.services {
  background-color: #fff;
}

.fx-cover {
  z-index: 20;
  background-color: var(--background-whitesmoke);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sp-home-ss-img {
  z-index: 11;
}

.sp-home-ss-second-img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stabil-pai-ss-wapper {
  display: flex;
}

.stabil-pai-ss-wapper.one, .stabil-pai-ss-wapper.two {
  margin-left: -300px;
  margin-right: -300px;
}

.stabil-pai-ss-container {
  padding: 20px;
}

.stabil-pai-ss-cat-1 {
  background-color: #565264;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.stabil-pai-ss-cat-2 {
  background-color: #f5e2c8;
  margin-bottom: 1em;
  padding: 60px 40px;
  position: relative;
}

.stabil-pai-ss-cat-3 {
  background-color: #ee3530;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.stabil-pai-ss-cat-4 {
  position: relative;
}

.page-container {
  overflow: hidden;
}

.is__round_cornes {
  object-fit: contain;
  border-radius: 10px;
}

.is__round_cornes.mr-3 {
  margin-right: 1em;
}

.is__round_cornes.fetish-ss-1 {
  width: 240px;
  margin-right: 20px;
}

.is__round_cornes.fetish-2 {
  width: 240px;
}

.d-flex {
  display: flex;
}

.is__round_cornes_top {
  object-fit: contain;
  border-radius: 10px 10px 0 0;
}

.is__round_cornes_top.n_mt_5 {
  margin-top: -3em;
}

.is__round_cornes_top.one.stabil-1 {
  width: 1074px;
  height: 1828px;
}

.is__round_cornes_top.one.ellini-1 {
  width: 1148px;
  height: 2216px;
}

.is__round_cornes_top.one.filstar-1 {
  width: 1023px;
  height: 1500px;
}

.is__round_cornes_top.two.stabil-2 {
  height: 1377px;
}

.is__round_cornes_top.two.ellini-2 {
  height: 1857px;
}

.is__round_cornes_top.three {
  margin-top: -200px;
}

.is__round_cornes_top.three-stabil {
  width: 1356px;
  height: 1200px;
}

.is__round_cornes_top.rancho-home-mobile-ss {
  margin-top: 6.8em;
}

.is_dropping_shadow {
  box-shadow: 1px 0 10px 3px rgba(0, 0, 0, .17);
}

.stabil-pai-ss-line-1, .stabil-pai-ss-line-2, .stabil-pai-ss-line-3 {
  display: flex;
}

.is_center {
  text-align: center;
  justify-content: center;
  display: flex;
}

.n-mt-5 {
  margin-top: -3em;
}

.mb-3 {
  margin-bottom: 1em;
}

.mb-5 {
  margin-bottom: 3em;
}

.mb-5.p-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.mt-5 {
  margin-top: 3em;
}

.mt-3 {
  margin-top: 1em;
}

.list-item {
  padding-top: 9px;
  padding-bottom: 9px;
}

.fx-mask-element {
  background-color: var(--background-whitesmoke);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.py-3 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.py-5 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.h1_title_container {
  margin-top: 6em;
  margin-bottom: 3em;
}

.c_project_hero_wapper {
  min-height: 600px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.c_project_hero_heading {
  flex: 1;
  padding-bottom: 40px;
  padding-left: 40px;
}

.c_project_hero_image {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.c_project_hero_image.paletten24 {
  margin-right: 36px;
}

.c_project_hero_image.yi-img-position {
  top: 7%;
  right: 3%;
}

.c_project_hero_image.fetish-hero-img-postion, .c_project_hero_image.hydrostab-workers {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c_project_hero_image.filstar-hero-image {
  top: -2%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c_project_hero_image.rancho-cow {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.c_project_hero_image.stabil_agro_1 {
  right: 10%;
}

.section-mask {
  padding-top: 4em;
  overflow: hidden;
}

.c_project_hero_image_img.fetish-hero-img {
  height: 650px;
}

.c_project_hero_image_img.rancho {
  height: 400px;
}

.c_project_hero_image_img.yordan {
  width: 600px;
  height: 483px;
}

.c_project_hero_image_img.filstar_hero {
  width: 1058px;
  height: 398px;
}

.underline_pink {
  width: 100%;
  height: 1px;
  background-color: var(--secondary-lightpink);
}

.c_nav_mobile {
  z-index: 50;
  width: 100vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: none;
  position: fixed;
}

.d-none {
  display: none;
}

.c_nav_m_header {
  height: 20vh;
  background-color: var(--primary-darkblue);
  background-image: url('../images/design_studio_pattern.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding: 10px 40px;
}

.c_nav_m_navlink_container {
  border-bottom: 1px solid var(--secondary-lightpink);
  background-color: var(--background-whitesmoke);
  flex: 1;
  align-items: center;
  display: flex;
}

.c_nav_m_navlink {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.c_nav_m_text {
  color: var(--primary-darkblue);
  font-family: loos-extended, sans-serif;
  font-size: 60px;
  line-height: 1em;
}

.c_nav_m_contacts_container {
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.c_nav_m_logo_close_btn {
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c_nav_m_contacts_txt {
  color: var(--textcolor-light);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: loos-compressed, sans-serif;
}

.paletten-wapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paletten-element-1 {
  flex-direction: column;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.milion_text_wapper {
  z-index: -1;
  color: var(--primary-darkblue);
  font-family: loos-extended, sans-serif;
  font-size: 280px;
  font-weight: 700;
  position: absolute;
}

.one_milion_wapper {
  justify-content: center;
  display: flex;
}

.paletten24-ss-cat-3 {
  background-color: #e7d7c1;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.paletten24-ss-cat-1 {
  background-color: #e7d7c1;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 60px 40px;
  display: flex;
  position: relative;
}

.paletten24-ss-cat-2 {
  text-align: center;
  background-color: #7796cb;
  margin-bottom: 1em;
  padding: 60px 40px;
  position: relative;
}

.paletten24-ss-cat-4 {
  text-align: center;
  background-color: #f6511d;
  padding: 60px 40px;
  position: relative;
}

.c_project_paletten24_blue_bg {
  width: 60%;
  height: 480px;
  background-color: #2a4494;
}

.c_project_hero_image_paletten24 {
  padding-right: 1em;
}

.c_project_hero_image_paletten24.one {
  margin-top: -240px;
}

.c_project_hero_image_paletten24.two {
  margin-top: 120px;
}

.c_project_hero_image_paletten24.three {
  margin-top: -240px;
}

.c_project_hero_image_paletten24.four {
  margin-top: 120px;
}

.c_project_hero_image_paletten24.five {
  margin-top: -240px;
}

.ellini-colors-wapper {
  display: flex;
}

.ellini-colors {
  text-align: center;
  padding: 20px;
}

.ellini-primary {
  width: 120px;
  height: 120px;
  background-color: #0122d3;
  border-radius: 200px;
  margin-top: 20px;
}

.ellini-secondary {
  width: 120px;
  height: 120px;
  background-color: #ffdb26;
  border-radius: 200px;
  margin-top: 20px;
}

.ellini-gold {
  width: 120px;
  height: 120px;
  background-image: url('../images/ellini-gold.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 200px;
  margin-top: 20px;
}

.ellini-marble {
  width: 120px;
  height: 120px;
  background-image: url('../images/ellini-marble.webp');
  background-position: 0 0;
  background-size: auto;
  border-radius: 200px;
}

.ellini-marble.is_dropping_shadow {
  margin-top: 20px;
}

.xxl_txt {
  color: var(--primary-darkblue);
  letter-spacing: -1px;
  font-family: loos-extended, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.eliini-ss-cat-1 {
  background-color: #ecb437;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.eliini-ss-cat-2 {
  background-color: #f5e2c8;
  margin-bottom: 1em;
  padding: 40px;
  position: relative;
}

.eliini-ss-cat-3 {
  background-color: #b8852f;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.eliini-ss-cat-4 {
  background-color: #fddd39;
  padding: 40px;
  position: relative;
}

.ellini-ss-wapper-2 {
  background-image: url('../images/golden_circle_big_1.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ellini-ss-line-1, .ellini-ss-line-2 {
  display: flex;
}

.c_project_hero_img_ellini {
  max-height: 700px;
  margin-top: -100px;
}

.c_project_hero_golden_circle {
  z-index: 1;
  position: absolute;
  top: -34%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.golden_circle {
  width: 400px;
  height: 400px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.c_project_hero_golden_circle_2 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 42%;
  right: auto;
}

.golden_circle_2 {
  width: 150px;
  height: 150px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.yi-ss-cat-1 {
  background-color: #03a9f4;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.yi-ss-cat-2 {
  background-color: #445157;
  margin-bottom: 1em;
  padding: 40px;
  position: relative;
}

.yi-ss-cat-4 {
  background-color: #44a1eb;
  padding: 40px;
  position: relative;
}

.yi-ss-cat-3 {
  background-color: #044c6d;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.yi-grid-wapper {
  overflow: hidden;
}

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

.yi_poster_wapper {
  width: 33vw;
  height: 100vh;
  text-align: center;
  flex: none;
  align-items: center;
  display: flex;
}

.yi_poster {
  width: 450px;
  padding: 20px;
}

.yi-blue-block {
  background-color: #044c6d;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.yi-blue-block.one {
  width: 570px;
  height: 240px;
  top: auto;
  bottom: -9%;
  left: auto;
  right: 13%;
}

.yi-blue-block.two {
  width: 350px;
  height: 240px;
  top: -10%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.sp-home-ss-four-img {
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.camera {
  z-index: 11;
  width: 99vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.dnh-ss-cat-1 {
  background-color: #ff7f2a;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.dnh-ss-cat-2 {
  background-color: #0e33cb;
  margin-bottom: 1em;
  padding: 40px;
  position: relative;
}

.dnh-ss-cat-3 {
  background-color: #69c;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.dnh-ss-cat-4 {
  background-color: #0e33cb;
  padding: 40px;
  position: relative;
}

.dnh-homepage-ss-1 {
  z-index: 11;
}

.dnh-homepage-ss-2 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mlo-homepage-ss-img-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 9%;
}

.mlo-product-1 {
  position: absolute;
  top: -18%;
  bottom: auto;
  left: 15%;
  right: auto;
  transform: rotate(45deg);
}

.mlo-product-2 {
  position: absolute;
  top: -18%;
  bottom: 0%;
  left: auto;
  right: 21%;
  transform: rotate(45deg);
}

.mlo-product-3 {
  position: absolute;
  top: auto;
  bottom: -12%;
  left: 5%;
  right: auto;
  transform: rotate(45deg);
}

.mlo-homepage-ss-img-1, .mlo-product-page-ss {
  z-index: 11;
}

.mlo-productpage-ss-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.is__relative_img {
  position: relative;
}

.is__relative_img.mlo-b2b-ss-2 {
  object-fit: contain;
  border-radius: 10px;
  top: -314px;
  bottom: 0%;
  left: auto;
  right: -560px;
}

.c_project_hero_mlo_line {
  z-index: -1;
  position: absolute;
  top: -30%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.fetish_white_retangle {
  width: 600px;
  height: 480px;
  border: 20px solid #fff;
}

.is__real_white {
  color: #fff;
}

.fetish-ss-cat-1 {
  background-color: #9a8c98;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.fetish-ss-cat-2 {
  background-color: #414141;
  margin-bottom: 1em;
  padding: 60px 40px;
  position: relative;
}

.fetish-ss-cat-3 {
  background-color: #c9ada7;
  justify-content: center;
  align-items: center;
  padding: 40px;
  position: relative;
}

.fetish-ss-cat-4 {
  position: relative;
}

.fetish-ads-line-1, .fetish-ads-line-2, .fetish-ads-line-3 {
  justify-content: space-between;
  display: flex;
}

.fetish-ad-img {
  padding: 20px;
}

.fetish-newsletter-ss-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.parallax-mask {
  padding-top: 4em;
  overflow: hidden;
}

.parallax-mask.p-0 {
  padding-top: 0;
}

.hydrostab-background {
  position: relative;
}

.hydrostab-cat-ss-1 {
  background-color: #2749df;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.hydrostab-cat-ss-2 {
  background-color: var(--secondary-lightpink);
  margin-bottom: 1em;
  padding: 40px;
  position: relative;
}

.stabilagro-cat-ss-3 {
  text-align: center;
  background-color: #ff3a40;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.hydrostab-cat-ss-4 {
  text-align: center;
  background-color: #f6fbff;
  padding: 40px;
  position: relative;
}

.ml-3 {
  margin-right: 1em;
}

.second-img-on-top {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.is__relative {
  position: relative;
}

.hydrostab-line-1 {
  width: 100%;
  display: flex;
}

.hydrostab-line-2 {
  display: flex;
}

.filstar-yellow {
  width: 100%;
  height: 350px;
  background-color: #fbcc00;
  border-top-left-radius: 275px;
  border-bottom-right-radius: 275px;
  border-bottom-left-radius: 275px;
  margin-top: -317px;
  margin-left: 7px;
}

.filstar-homepage-ss-2-img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.filstar-homepage-ss-2-img.d-md-none {
  right: 10%;
}

.filstar-cat-ss-1 {
  background-color: #fcbb36;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.filstar-cat-ss-2 {
  background-color: #ff674d;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.filstar-cat-ss-3 {
  background-color: #003a8b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.filstar-cat-ss-4 {
  text-align: center;
  background-color: #005bd9;
  padding: 40px;
  position: relative;
}

.filstar-small-logo {
  height: 165px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filstar-package {
  position: relative;
  top: 75px;
}

.filstar-banner {
  width: 33.3333%;
}

.stabilagro-home-ss-second-img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.stabilagro-home-ss-second-img.d-md-none {
  right: 10%;
}

.stabilagro-cat-ss-1 {
  background-color: #7ab51e;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.stabilagro-cat-ss-2 {
  background-color: #fad552;
  margin-bottom: 1em;
  padding: 40px;
  position: relative;
}

.stabilagro-cat-ss-4 {
  text-align: center;
  background-color: #2e4057;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.rancho-cat-ss-1 {
  background-color: #e072a4;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  padding: 40px;
  display: flex;
  position: relative;
}

.rancho-cat-ss-2 {
  background-color: #fad552;
  margin-bottom: 1em;
  padding: 40px;
  position: relative;
}

.rancho-cat-ss-2.is__center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.rancho-cat-ss-3 {
  background-color: #b0e298;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.rancho-cat-ss-4 {
  text-align: center;
  background-color: #6883ba;
  padding: 40px;
  position: relative;
}

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

.racnho_chiken {
  width: 100px;
  height: 100px;
  position: absolute;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 30%;
}

.h1-xxl {
  color: var(--acvite-blue);
  letter-spacing: -5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: loos-extended, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.05em;
}

.h1-xxl.is_light_blue {
  color: var(--acvite-blue);
}

.h1-xxl.is__outlined_white {
  margin-right: 40px;
}

.project-item {
  position: relative;
}

.p-link-block {
  color: var(--textcolor-darkslateblue);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: transform .1s cubic-bezier(.55, .055, .675, .19), filter .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.p-link-block:hover {
  filter: saturate(150%);
  color: var(--acvite-blue);
  transform: scale(1.01);
}

.h1-wapper.home-page {
  margin-top: 1em;
}

.phones-wapper {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.pink-circle {
  width: 550px;
  height: 550px;
  background-color: var(--acvite-blue);
  border-radius: 100%;
}

.illustration-wapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -15%;
}

.lear-more-txt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5em;
  display: flex;
  position: relative;
}

.stage-camera {
  z-index: 12;
  width: 99vw;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stage-item-container {
  width: 40vw;
  align-items: flex-start;
  margin-right: 3em;
}

.stage-item-container.fisrt {
  margin-left: 280px;
}

.stage-title {
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
}

.stage-cta {
  width: 40vw;
  height: 100%;
  background-color: var(--acvite-blue);
}

.stage-frame {
  width: 400vw;
  margin-top: 2em;
  display: flex;
}

.stage-section {
  z-index: 11;
  height: 250vw;
}

.stage-h3 {
  color: var(--acvite-blue);
  line-height: .8em;
}

.is__blue_white {
  color: #d4c4ff;
}

.strage_cta_txt {
  color: var(--secondary-lightpink);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: loos-extended, sans-serif;
  font-size: 70px;
  line-height: .85em;
}

.btn {
  background-color: var(--acvite-blue);
  color: var(--background-whitesmoke);
  border-radius: 5px;
  padding: 20px 35px;
  font-family: loos-extended, sans-serif;
  display: inline-block;
  box-shadow: 1px 1px 11px rgba(0, 0, 0, .12);
}

.btn.secondary_btn {
  background-color: var(--secondary-lightpink);
}

.btn.secondary {
  box-shadow: 0 10px 20px 1px rgba(255, 158, 169, .35);
}

.link-block {
  padding: 60px;
}

.about_us_years {
  display: flex;
}

._2010_txt {
  color: var(--acvite-blue);
  font-family: loos-extended, sans-serif;
  font-size: 220px;
  font-weight: 700;
  line-height: .8em;
}

._2022_txt {
  color: var(--secondary-lightpink);
  font-family: loos-extended, sans-serif;
  font-size: 220px;
  font-weight: 800;
  line-height: .8em;
}

.team-wapper {
  flex: 1;
  display: flex;
}

.blue-squer {
  width: 80%;
  border: 20px solid var(--acvite-blue);
  align-items: flex-end;
  display: flex;
}

.george_img_1, .cveti_img_1 {
  margin-left: 122px;
}

.cveti_img_2 {
  z-index: 2;
  margin-left: 122px;
  position: absolute;
}

.about-image-gallery {
  width: 200vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.contact-item {
  margin-bottom: 1em;
}

.contacnt_item_txt {
  color: var(--background-whitesmoke);
  font-family: loos-extended, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1em;
}

.contact-wapper {
  background-color: var(--acvite-blue);
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.contacts_telephone {
  position: relative;
  left: 195px;
}

.contact-form-wapper {
  background-color: #fff;
}

.contact-form-wapper.p_xxl {
  margin-bottom: 1rem;
  padding: 6em;
}

.text-area {
  min-height: 150px;
  border: 1px solid var(--border-color);
  color: var(--acvite-blue);
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
}

.text-area:focus {
  border-color: var(--acvite-blue);
}

.text-area::-ms-input-placeholder {
  color: var(--border-color);
  letter-spacing: 1px;
  font-size: 16px;
}

.text-area::placeholder {
  color: var(--border-color);
  letter-spacing: 1px;
  font-size: 16px;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 200;
}

.submit-button {
  background-color: var(--acvite-blue);
  border-radius: 5px;
  margin-top: 2px;
  padding: 20px 35px;
  font-family: loos-extended, sans-serif;
  font-weight: 700;
  transition: background-color .5s cubic-bezier(.23, 1, .32, 1), margin .3s cubic-bezier(.165, .84, .44, 1), box-shadow .3s cubic-bezier(.075, .82, .165, 1);
  box-shadow: 0 10px 20px 1px rgba(0, 22, 255, .43);
}

.submit-button:hover {
  background-color: var(--primary-darkblue);
  margin-top: 2px;
}

.submit-button:active {
  background-color: var(--secondary-lightpink);
  color: var(--primary-darkblue);
  margin-top: 10px;
  box-shadow: 0 0 rgba(0, 22, 255, .43);
}

.text-field {
  border: 1px solid var(--border-color);
  color: var(--acvite-blue);
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
}

.text-field:focus {
  border-color: var(--secondary-lightpink);
}

.checkbox {
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.p-xxl {
  color: var(--acvite-blue);
  letter-spacing: -5px;
  font-family: loos-extended, sans-serif;
  font-size: 120px;
  font-weight: 800;
  line-height: .9em;
}

.p-xxl.is__outlined.is__absolute {
  z-index: 5;
  position: absolute;
}

.section.about_us {
  background-color: #fff;
  align-items: center;
  margin-top: 5em;
  display: flex;
}

.h3_portfolio_title {
  font-size: 1.5em;
  line-height: 1.1em;
}

.c_say_hello_form {
  z-index: 50;
  width: 80vw;
  height: 100vh;
  background-color: var(--primary-darkblue);
  display: none;
  position: fixed;
}

.c_say_hello_form_wapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
}

.c_say_hello_h1_wapper {
  margin-top: 30px;
  margin-left: 40px;
}

.c_say_hello_form_container {
  width: 60%;
  margin-left: 40px;
}

.is__pink.mt-4 {
  margin-top: 1.5em;
}

.say_hello_success {
  background-color: var(--primary-darkblue);
  color: var(--background-whitesmoke);
  margin-top: 40px;
}

.text-block {
  font-size: 24px;
  line-height: 1.5em;
}

.is__center {
  text-align: center;
}

.c_project_hero_md {
  display: none;
}

.d-sm-none {
  display: block;
}

.c__nav_mobile_menu_wapper {
  margin-top: 10px;
  display: none;
  position: fixed;
  top: 40px;
  right: 40px;
}

.c_nav_mobile_menu_container {
  width: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c_nav_m_linkblock_wapper {
  height: 80vh;
  background-color: var(--background-whitesmoke);
  flex-direction: column;
  display: flex;
}

.stabil_agro_1 {
  width: 600px;
  height: 630px;
  background-color: #7ab51e;
  border-top-right-radius: 300px;
  border-bottom-left-radius: 300px;
  margin: -25px;
  position: relative;
}

.stabil_agro_2 {
  width: 420px;
  height: 440px;
  background-color: #51a511;
  border-top-right-radius: 300px;
  border-bottom-left-radius: 300px;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 85px;
  right: 17%;
}

.stabil_agro_img_1 {
  margin-top: -150px;
  margin-right: 20px;
}

.fetish_img_2 {
  width: 348px;
}

.fetish_img_1 {
  width: 520px;
}

.fetish_img_3 {
  width: 660px;
}

.fetish_img_wapper {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.success-message {
  background-color: var(--success);
  color: #000;
}

.h1_sm_title_container {
  display: none;
}

.hydrostab-cat-ss-3 {
  text-align: center;
  background-color: #ff3a40;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.rancho-home-ss-second-img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rancho-home-ss-second-img.d-md-none {
  right: 10%;
}

.is__light_blue {
  color: var(--acvite-blue);
}

.btn {
  margin-top: 2px;
  transition: box-shadow .3s cubic-bezier(.23, 1, .32, 1), margin .3s cubic-bezier(.23, 1, .32, 1), background-color .5s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 10px 20px 1px rgba(0, 22, 255, .43);
}

.btn:hover {
  background-color: var(--secondary-lightpink);
  color: var(--primary-darkblue);
  margin-top: 2px;
}

.btn:active {
  background-color: var(--secondary-lightpink);
  color: var(--primary-darkblue);
  margin-top: 10px;
  box-shadow: 0 0 rgba(0, 22, 255, .43);
}

.btn.secondary {
  background-color: var(--secondary-lightpink);
  color: var(--primary-darkblue);
}

.btn.secondary:hover {
  color: var(--background-whitesmoke);
  background-color: #ff5467;
}

.btn.secondary:active {
  background-color: var(--primary-darkblue);
}

.footer {
  z-index: 999;
  background-color: var(--acvite-blue);
  position: relative;
}

.footer-wapper {
  padding-top: 6rem;
}

.footer-brand {
  width: 50px;
  margin-bottom: 7px;
  margin-left: 10px;
  padding-top: 2px;
}

.f_txt_copressed {
  color: var(--background-whitesmoke);
  letter-spacing: 2px;
  font-family: loos-compressed, sans-serif;
  font-size: 13px;
}

.f_txt_copressed.ml-3 {
  margin-left: 1em;
}

.footer_heart {
  margin-left: 5px;
  margin-right: 5px;
}

.footer_cta_txt {
  color: var(--white-is__lighter);
  margin-bottom: 0;
  font-family: loos-extended, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

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

.next_project_cta_txt {
  color: var(--secondary-lightpink);
  font-family: loos-extended, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

.c_cookies {
  z-index: 50;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.c_cookies_row {
  justify-content: center;
  align-items: center;
  display: flex;
}

.c_cookies_p_item {
  margin-bottom: 0;
  font-size: 16px;
}

.services_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.services_grid {
  width: 80%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services_desc_paragraph {
  width: 80%;
  margin-bottom: 3rem;
}

.services_right-sell-points {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sellpoints_number {
  color: var(--secondary-lightpink);
  letter-spacing: -5px;
  font-family: loos-extended, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.aboutus_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  display: grid;
}

.footer_link-wapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_navlinks {
  color: #fff;
  margin-bottom: .5rem;
  transition: padding .3s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.footer_navlinks:hover {
  padding-left: 1rem;
}

.footer_contact-title {
  color: #fff;
  font-family: loos-extended, sans-serif;
}

.is-white {
  color: #fff;
}

.footer_linkblock {
  display: block;
}

.footer_brand-white {
  padding-bottom: 4rem;
}

.footer_navlink-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_logo-wapper {
  padding-left: 40px;
}

.header_paragraph {
  width: 60%;
  margin-top: 2rem;
}

.how-are-we-diffrent {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

.is-underline {
  text-decoration: underline;
}

.aboutus_header-paragraph {
  width: 60%;
  margin-top: 3rem;
}

.box_bluebox {
  min-height: 600px;
  border: 20px solid var(--acvite-blue);
  background-color: var(--background-whitesmoke);
  align-items: flex-end;
  display: flex;
}

.c_project_hero_img_dnh {
  max-height: 700px;
  margin-top: -100px;
}

.c_nav_s_text-2 {
  color: #0016ff;
  font-weight: 200;
}

.c_nav_s_underline-2 {
  height: 2px;
  background-color: #fe5f55;
  border-radius: 2px;
}

.ga_portfolio_wapper {
  justify-content: space-between;
  display: flex;
}

.text-span {
  color: var(--border-color);
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1px;
    font-family: loos-compressed, sans-serif;
    font-size: 3.7em;
  }

  h2 {
    letter-spacing: 0;
    font-family: loos-compressed, sans-serif;
    line-height: 1.1em;
  }

  h3 {
    letter-spacing: 0;
    font-family: loos-compressed, sans-serif;
    font-size: 1.15em;
  }

  h4 {
    font-family: loos-compressed, sans-serif;
    font-size: 2em;
  }

  .subheader_txt {
    letter-spacing: 2px;
    font-size: 14px;
  }

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

  .container.my-xxl {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .container.my-xxl.py-5 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container.my-xxxl {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .row {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .row.no-gutters {
    margin-left: -20px;
    margin-right: -20px;
  }

  .row.no-gutters.my-xxl {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .row.no-gutters.border_on_homepage {
    margin-top: 1em;
    margin-bottom: 1em;
  }

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

  .col.col-8 {
    max-width: 100%;
    flex-basis: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.col-8.mx-5.pb-5 {
    margin-bottom: 1em;
  }

  .col.col-5 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-6 {
    max-width: 100%;
    flex: 0 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.col-6.offset-1 {
    margin-left: 0%;
  }

  .col.col-6.n_mt_5 {
    margin-top: 0;
  }

  .col.col-3 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-12 {
    flex: 0 auto;
  }

  .col.col-12.is__bg_white.partners_pad_marg {
    margin-top: 2em;
    padding: 2em;
  }

  .col.col-2 {
    max-width: 50%;
    flex-basis: 50%;
  }

  .col.col-4 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-4.p-one {
    margin-top: 0;
  }

  .col.col-4.p-two, .col.col-4.p-three, .col.col-4.p-four, .col.col-4.p-five, .col.col-4.p-six, .col.col-4.p-eight, .col.col-4.project_mt_xl, .col.col-4.project_mt_l, .col.col-4.is__relative.first.mt-md-3 {
    margin-top: 1em;
  }

  .rm-n20 {
    margin-left: 0;
  }

  .lm-n20 {
    margin-right: 0;
  }

  .h_animation {
    letter-spacing: -4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 3em;
  }

  .c_header_nav {
    padding-bottom: 1em;
  }

  .c_navbar_menu_wapper {
    border: 1px dashed var(--primary-darkblue);
    display: none;
  }

  .brand {
    top: 40px;
    left: 40px;
  }

  .c_cat_say_hello_container {
    background-color: rgba(0, 0, 0, 0);
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: rotate(0);
  }

  .logo.d-lg-none {
    display: block;
  }

  .c_cta_say_hello_ico_bg {
    width: 70px;
    height: 70px;
  }

  .section.my-xxl {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .section.ellini-bg {
    background-position: 50%;
  }

  .section.yi-poster-section {
    height: auto;
  }

  .section.yi-bg {
    background-position: 58%;
  }

  .section.mlo-bg {
    background-position: 50%;
  }

  .section.mlo-product-page {
    margin-top: 1em;
  }

  .section.stabilagro-subhero-image {
    background-position: 19%;
  }

  .section.is__dblue_background.py-xxl.my-xxl {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.fetish_images_section {
    top: -199px;
  }

  .fx-cover {
    display: none;
  }

  .sp-home-ss-img {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .sp-home-ss-second-img {
    text-align: center;
    position: static;
  }

  .stabil-pai-ss-cat-1, .stabil-pai-ss-cat-2 {
    padding: 20px;
  }

  .stabil-pai-ss-cat-3 {
    justify-content: flex-end;
    margin-bottom: 1em;
  }

  .is__round_cornes_top.one.stabil-1, .is__round_cornes_top.one.ellini-1, .is__round_cornes_top.one.filstar-1 {
    height: auto;
  }

  .is__round_cornes_top.two.md-img-half-size {
    width: 80%;
  }

  .is__round_cornes_top.three-stabil {
    height: auto;
  }

  .is__round_cornes_top.mt-sm-3 {
    margin-top: 1em;
  }

  .mb-5.p-40 {
    padding-left: 0;
    padding-right: 0;
  }

  .fx-mask-element {
    display: none;
  }

  .h1_title_container {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .c_project_hero_heading {
    display: none;
  }

  .c_project_hero_image.filstar-hero-image {
    top: 27%;
    left: -18px;
  }

  .c_project_hero_image.stabil_agro_1 {
    right: -11%;
  }

  .section-mask {
    min-height: 120vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c_project_hero_image_img.yordan {
    width: 100%;
    height: auto;
  }

  .c_project_hero_image_img.filstar_hero {
    height: auto;
  }

  .d-md-none {
    display: none;
  }

  .image-2 {
    width: 35px;
    height: 35px;
  }

  .first {
    order: -1;
  }

  .last {
    order: 1;
  }

  .px-md-5 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .c_nav_m_header {
    background-image: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .c_nav_m_contacts_container {
    padding-top: 20px;
  }

  .paletten24-ss-cat-3, .paletten24-ss-cat-1, .paletten24-ss-cat-2 {
    padding: 40px 20px;
  }

  .eliini-ss-cat-1, .eliini-ss-cat-2, .eliini-ss-cat-4 {
    text-align: center;
  }

  .yi-ss-cat-1 {
    padding: 20px;
  }

  .yi-ss-cat-2, .yi-ss-cat-4 {
    text-align: center;
  }

  .yi-ss-cat-3 {
    text-align: center;
    margin-bottom: 1em;
    padding: 40px 20px;
  }

  .yi_poster_wapper {
    width: 49%;
    flex: 0 auto;
    justify-content: center;
  }

  .camera {
    width: 100vw;
    height: 100%;
    overflow: visible;
  }

  .frame {
    flex-wrap: wrap;
  }

  .mlo-productpage-ss-2 {
    right: -17%;
  }

  .is__relative_img.mlo-b2b-ss-2.is_dropping_shadow {
    top: -102px;
    left: 92px;
    right: auto;
  }

  .fetish-ss-cat-1 {
    text-align: center;
    padding: 20px;
  }

  .fetish-ss-cat-2 {
    text-align: center;
    margin-top: 1em;
    padding: 20px;
  }

  .fetish-ss-cat-3, .stabilagro-cat-ss-3 {
    text-align: center;
    padding: 20px;
  }

  .second-img-on-top {
    position: static;
  }

  .second-img-on-top.img-md-center {
    text-align: center;
  }

  .second-img-on-top.filstar {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stabilagro-cat-ss-1, .stabilagro-cat-ss-2 {
    text-align: center;
    padding: 20px;
  }

  .stabilagro-cat-ss-2.mt-sm-3 {
    margin-top: 1em;
  }

  .stabilagro-cat-ss-4 {
    justify-content: center;
    padding: 20px;
  }

  .h1-xxl {
    letter-spacing: -2px;
    font-family: loos-compressed, sans-serif;
    font-size: 4em;
  }

  .stage-camera {
    height: auto;
    position: relative;
  }

  .stage-item-container, .stage-item-container.fisrt {
    width: 95vw;
    margin-left: 20px;
    margin-right: 20px;
  }

  .stage-cta {
    width: 95vw;
    margin-top: 40px;
    margin-left: 20px;
  }

  .stage-frame {
    width: 99vw;
    flex-direction: column;
  }

  .stage-section {
    height: auto;
  }

  .about_us_years.my-xxl {
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 2em;
  }

  ._2010_txt, ._2022_txt {
    text-align: center;
    font-size: 180px;
  }

  .team-wapper {
    flex-direction: column;
  }

  .about-image-gallery {
    width: 100vw;
    grid-column-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .contact-wapper {
    padding: 40px;
  }

  .contacts_telephone {
    top: 28px;
    left: 303px;
  }

  .contact-form-wapper.p_xxl {
    padding: 4em;
  }

  .section.about_us {
    min-height: auto;
  }

  .c_say_hello_form {
    width: 100%;
  }

  .c_say_hello_form_wapper {
    padding-right: 40px;
  }

  .c_say_hello_h1_wapper {
    margin-left: 0;
  }

  .c_say_hello_form_container {
    width: 100%;
    margin-left: 0;
  }

  .c_project_hero_md {
    display: block;
  }

  .c_project_hero_md.paletten24 {
    background-color: #f6511d;
    background-image: url('../images/lines_pattern.gif');
    background-position: 0 0;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-3 {
    margin-top: -147px;
  }

  .c__nav_mobile_menu_wapper {
    display: block;
  }

  .stabil_agro_2 {
    align-items: center;
    display: flex;
  }

  .palette_md_img_wapper {
    width: 90%;
    height: 80px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin: 15px auto;
  }

  .palette_md_img_wapper.img_1 {
    background-image: url('../images/home_page_img_3.jpg');
    background-position: 50%;
    background-size: auto;
  }

  .palette_md_img_wapper.img_2 {
    background-image: url('../images/home_page_img_9.webp');
    background-position: 50%;
    background-size: auto;
  }

  .palette_md_img_wapper.img_3 {
    background-image: url('../images/home_page_img_8.webp');
    background-position: 50%;
    background-size: auto;
  }

  .palette_md_img_wapper.img_4 {
    background-image: url('../images/home_page_img_7.webp');
    background-position: 0 0;
    background-size: auto;
  }

  .palette_md_img_wapper.img_5 {
    background-image: url('../images/home_page_img_6.webp');
    background-position: 50%;
    background-size: auto;
  }

  .hydrostab-cat-ss-3 {
    text-align: center;
    padding: 20px;
  }

  .services_grid {
    width: 100%;
  }

  .services_desc_paragraph {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer_navlinks.mt-5 {
    margin-top: 1em;
    margin-bottom: 3rem;
  }

  .footer_navlink-container {
    width: 100%;
    justify-content: flex-start;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 20px;
  }

  .footer_logo-wapper {
    padding-left: 0;
  }

  .different_blockquote-padding {
    font-size: 3.5rem;
    line-height: 3rem;
  }

  .aboutus_header-paragraph {
    width: 80%;
  }
}

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

  h1 {
    letter-spacing: 0;
    font-family: loos-compressed, sans-serif;
    font-size: 3em;
  }

  h2 {
    letter-spacing: 0;
    font-size: 2em;
  }

  h3 {
    font-size: 1.7em;
  }

  .subheader_txt {
    padding-bottom: .5rem;
    line-height: 1em;
  }

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

  .container.footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.my-xxl, .container.my-xxxl {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .row.no-gutters {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .row.no-gutters.my-xxl {
    margin-top: 2em;
  }

  .row.no-gutters.py-5 {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .row.no-gutters.mb-5.flex-d-horizontal {
    flex-direction: row;
  }

  .row.no-gutters.border_on_homepage {
    min-height: 45vh;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .row.no-gutters.justify_space_betwen {
    align-items: center;
    margin-top: 1em;
  }

  .row.no-gutters.justify_space_betwen.signature {
    margin-bottom: 0;
  }

  .col, .col.col-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.col-8.mx-5.pb-5 {
    padding-bottom: 1.5em;
  }

  .col.col-10 {
    max-width: 100%;
  }

  .col.col-10.p-0.mx-5.mx-sm-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .col.col-7 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.col-6.n_mt_5 {
    margin-top: 0;
  }

  .col.col-6.p-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .col.col-6.footer-right {
    padding-top: 5px;
    padding-bottom: 1rem;
    padding-left: 0;
  }

  .col.col-6.justify-right.justify-sm-center {
    justify-content: center;
  }

  .col.col-3.filstar-package-wapper {
    min-height: 150px;
  }

  .col.p-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .col.col-12, .col.col-12.is__bg_white.partners_pad_marg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col.is__center.mb-1 {
    padding-bottom: 10px;
  }

  .col.col-4 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .col.col-4.p-one, .col.col-4.p-two, .col.col-4.p-five, .col.col-4.p-six, .col.col-4.p-eight {
    margin-top: 0;
  }

  .col.col-4.project_mt_xl, .col.col-4.project_mt_l {
    margin-top: 1em;
  }

  .col.p-sm-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .col.n-mt-5.n-m-sm-0 {
    margin-top: 0;
  }

  .p-1 {
    padding: .125em;
  }

  .p-2 {
    padding: .25em;
  }

  .p-3 {
    padding: .5em;
  }

  .p-4 {
    padding: .75em;
  }

  .p-5 {
    padding: 1.5em;
  }

  .clip-mask.mt-xxl {
    margin-top: 1em;
  }

  .h_animation {
    letter-spacing: -2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.7em;
    line-height: .9em;
  }

  .c_navbar_menu_container {
    width: 60px;
    height: 60px;
  }

  .c_nav_close_btn {
    top: 8px;
  }

  .c_header_nav {
    padding-bottom: 1em;
  }

  .c_navbar_menu_wapper {
    top: 10px;
    right: 20px;
  }

  .brand {
    top: 20px;
    left: 20px;
  }

  .c_header_wapper {
    min-height: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 60px;
    height: 60px;
  }

  .c_project_hero.stabil-pai {
    min-height: 450px;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .c_project_hero.ellini_hero, .c_project_hero.yordan-ivanov {
    min-height: 450px;
    margin-bottom: 2em;
  }

  .c_project_hero.dnh-soft {
    min-height: 450px;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .c_project_hero.mlo {
    min-height: 450px;
    margin-bottom: 2em;
  }

  .c_project_hero.fetish-style {
    min-height: 450px;
    background-image: url('../images/fetish_hero_img_bg.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 2em;
  }

  .c_project_hero.hydrostab {
    min-height: 450px;
    margin-bottom: 2em;
  }

  .c_project_hero.filstar {
    min-height: 150px;
    margin-top: 3em;
    margin-bottom: 2em;
  }

  .c_project_hero.stabil-agro {
    min-height: 450px;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .c_project_hero.rancho {
    min-height: 450px;
    margin-bottom: 2em;
  }

  .section.stabil-pai-bg {
    background-position: 50%;
    background-size: cover;
  }

  .section.stabil-pai-profile {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .section.stabil-pai-product-wizard {
    margin-bottom: 3em;
    padding-top: 3em;
  }

  .section.paletten24-bg, .section.ellini-bg, .section.ellini-bg-footer {
    background-position: 50%;
    background-size: cover;
  }

  .section.yi-bg {
    background-position: 67% 0;
    background-size: cover;
  }

  .section.mlo-bg {
    background-position: 50%;
    background-size: cover;
  }

  .section.mlo-products {
    background-position: 50%;
  }

  .section.mlo-product-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.fetish-product-view-page {
    margin-bottom: 2em;
    padding-top: 2em;
  }

  .section.hydrostab-subhero-image {
    background-position: 30%;
    background-size: cover;
  }

  .section.hydrostab-product-page.my-xxl {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 3em;
  }

  .section.filstar-subhero-image {
    min-height: 60vh;
    background-position: 79%;
    background-size: cover;
  }

  .section.filstar-subhero-image-2 {
    background-position: 50%;
    background-size: cover;
  }

  .section.stabilagro-subhero-image {
    min-height: 60vh;
    background-position: 40%;
    background-size: cover;
  }

  .section.george {
    margin-top: 1em;
  }

  .section.next-project {
    background-color: var(--acvite-blue);
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    padding-bottom: 3em;
    padding-left: 20px;
    display: flex;
  }

  .sp-home-ss-img.px-sm-5 {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .stabil-pai-ss-wapper.one {
    margin-left: -500px;
  }

  .stabil-pai-ss-wapper.two {
    margin-right: -500px;
  }

  .stabil-pai-ss-container {
    padding: 10px;
  }

  .stabil-pai-ss-cat-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .is__round_cornes.mr-3 {
    margin-right: 0;
  }

  .is__round_cornes.pt-sm-3 {
    padding-top: 1em;
  }

  .is__round_cornes.fetish-ss-1 {
    margin-right: 0;
  }

  .is__round_cornes.fetish-2 {
    margin-top: 1em;
  }

  .is__round_cornes_top {
    object-fit: cover;
  }

  .is__round_cornes_top.three {
    margin-top: 0;
  }

  .mb-5 {
    margin-bottom: 1em;
  }

  .mt-5 {
    margin-top: 1.5em;
  }

  .h1_title_container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .c_project_hero_wapper {
    min-height: 450px;
  }

  .c_project_hero_wapper.filstar-wapper {
    min-height: 150px;
    margin-bottom: 3em;
  }

  .c_project_hero_heading {
    display: none;
  }

  .c_project_hero_image {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .c_project_hero_image.paletten24 {
    display: none;
  }

  .c_project_hero_image.hydrostab-workers {
    width: 500px;
  }

  .c_project_hero_image.filstar-hero-image {
    left: -19px;
  }

  .c_project_hero_image.rancho-cow {
    right: -39%;
  }

  .c_project_hero_image.stabil_agro_1 {
    width: 320px;
    height: 450px;
  }

  .stabil-pai-product-page-ss {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mask {
    max-height: 80vh;
    min-height: 30vh;
    padding-top: 2em;
  }

  .c_project_hero_image_img {
    object-fit: cover;
  }

  .c_project_hero_image_img.fetish-hero-img {
    height: 350px;
  }

  .px-md-5.px-sm-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .c_nav_m_header {
    padding: 10px;
  }

  .c_nav_m_navlink {
    padding: 20px;
  }

  .c_nav_m_text {
    text-align: center;
    letter-spacing: -2px;
    font-size: 36px;
  }

  .c_nav_m_logo_close_btn {
    padding: 20px;
  }

  .paletten-element-1 {
    top: 107px;
  }

  .paletten24-ss-cat-3 {
    flex-direction: column;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ellini-colors-wapper {
    flex-wrap: wrap;
  }

  .ellini-colors {
    width: 50%;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .xxl_txt {
    letter-spacing: -2px;
    font-size: 48px;
  }

  .eliini-ss-cat-1, .eliini-ss-cat-2 {
    padding: 20px;
  }

  .eliini-ss-cat-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .eliini-ss-cat-4 {
    padding: 20px;
  }

  .yi-ss-cat-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

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

  .yi-blue-block.one {
    width: 150px;
    height: 150px;
    top: auto;
    bottom: 31%;
    right: auto;
  }

  .yi-blue-block.two {
    width: 150px;
    height: 150px;
  }

  .dnh-ss-cat-1, .dnh-ss-cat-2 {
    padding: 20px;
  }

  .dnh-ss-cat-3 {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 20px;
  }

  .dnh-ss-cat-4 {
    padding: 20px;
  }

  .dnh-homepage-ss-1.px-sm-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mlo-homepage-ss-img-2 {
    position: static;
  }

  .mlo-homepage-ss-img-1.px-sm-5 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .is__relative_img.mlo-b2b-ss-2.is_dropping_shadow {
    margin-top: 20px;
    position: static;
  }

  .fetish_white_retangle {
    width: 90%;
    height: 300px;
  }

  .fetish-ss-cat-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .parallax-mask {
    padding-top: 2em;
  }

  .hydrostab-cat-ss-1, .hydrostab-cat-ss-2 {
    padding: 20px;
  }

  .stabilagro-cat-ss-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .hydrostab-cat-ss-4 {
    padding: 20px;
  }

  .ml-3.ml-sm-0 {
    margin-right: 0;
  }

  .filstar-yellow {
    height: 150px;
    margin-top: -136px;
  }

  .filstar-cat-ss-1, .filstar-cat-ss-2 {
    padding: 20px;
  }

  .filstar-cat-ss-3 {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 20px;
  }

  .filstar-cat-ss-4 {
    padding: 20px;
  }

  .rancho-cat-ss-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .racnho_chiken {
    z-index: 5;
    right: 59%;
  }

  .h1-xxl {
    letter-spacing: -2px;
    font-size: 3.2em;
  }

  .h1-xxl.mt-sm-5 {
    margin-top: 1em;
  }

  .h1-xxl.mt-sm-5.p-sm-0 {
    padding-left: 0;
    padding-right: 20px;
  }

  .h1-xxl.p-sm-0 {
    padding-left: 0;
  }

  .h1-wapper {
    padding-left: 20px;
  }

  .h1-wapper.home-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lear-more-txt {
    margin-top: 2em;
  }

  .stage-item-container, .stage-item-container.fisrt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .stage-title {
    padding-bottom: 10px;
  }

  .stage-cta {
    width: 100%;
    margin-left: 0;
  }

  .stage-frame {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .strage_cta_txt {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 36px;
  }

  .link-block {
    padding: 10px;
  }

  .contact-wapper {
    padding: 20px;
  }

  .contacts_telephone {
    top: 7px;
    left: 0;
  }

  .contact-form-wapper.p_xxl {
    padding: 20px;
  }

  .submit-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .p-xxl.is__outlined.is__absolute.p-sm-xxl {
    font-size: 53px;
  }

  .section.about_us {
    margin-top: 3em;
  }

  .is__pink.mt-3 {
    padding-left: 0;
  }

  .heading {
    font-size: 1.75em;
  }

  .d-sm-none {
    display: none;
  }

  .c__nav_mobile_menu_wapper {
    top: 10px;
    right: 20px;
  }

  .c_nav_mobile_menu_container {
    width: 60px;
    height: 60px;
  }

  .list {
    padding-left: 20px;
  }

  .form {
    overflow: hidden;
  }

  .stabil_agro_2 {
    width: 250px;
    height: 350px;
    left: 29px;
  }

  .stabil_agro_img_1 {
    margin-top: -45px;
    padding-left: 73px;
  }

  .h1_sm_title_container {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .h1_sm {
    letter-spacing: -1.8px;
    line-height: .95em;
  }

  .p-sm-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hydrostab-cat-ss-3 {
    margin-top: 1em;
    margin-bottom: 1em;
  }

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

  .footer {
    margin-top: 0;
  }

  .footer-brand {
    margin-left: 0;
    padding-top: 2px;
  }

  .f_txt_copressed {
    padding-right: 5px;
  }

  .footer_cta_txt {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .next_project_cta_txt {
    font-size: 24px;
  }

  .c_cookies {
    bottom: 2%;
    left: 20px;
    right: 20px;
  }

  .c_cookies_row {
    flex-direction: column;
  }

  .c_cookies_p_item {
    font-size: 14px;
  }

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

  .footer_navlinks.mt-5 {
    margin-bottom: 1rem;
  }

  .footer_brand-white {
    padding-bottom: 1rem;
  }

  .footer_navlink-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer_logo-wapper {
    padding-left: 20px;
  }

  .header_paragraph {
    width: 100%;
  }

  .different_blockquote-padding {
    font-size: 2.5rem;
    line-height: 2.4rem;
  }

  .c_project_hero_img_dnh {
    margin-top: 0;
  }
}

#w-node-_3c1f9c26-8e67-e903-849b-25b64f33c977-498e245c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a0d7069d-75b5-8aa6-cff0-dd37b9f5464f-498e245c, #w-node-_068952cf-d8ec-3f37-865a-c8a57dd111e9-498e245c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44e6da3c-17ac-6f88-e0c9-000f816e0846-498e245c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_185af6b2-38e5-ad0e-4ff4-d8292de9f6a9-498e245c, #w-node-d43342c5-9b6f-e0c2-8728-ef9ea2caf4ea-498e245c, #w-node-_5b52c01c-40af-d9c4-7901-c563842cc98e-498e245c, #w-node-_85795daa-0d30-92c1-ce2d-54b5546d451b-498e245c, #w-node-f1c701f9-50e8-0944-e74e-aa2844d0bff4-498e245c, #w-node-_4abb111b-41e5-2ba9-b6ea-bb645513653e-498e245c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dc063ec1-dabf-68e0-788c-eba1a3764e13-498e245c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f43f77fb-b771-8ba2-927c-0d54b4f748ad-498e245c {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c652cdc7-ce47-8ca4-4bf6-51239af10bb5-498e245c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4842b1ef-950e-85b6-3418-2ec0eac7f463-c878f9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aca5f394-9834-4527-3bf7-ea4db0cd444e-c878f9fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_38369dac-b051-4be3-bc24-050d6cbc9b5d-c878f9fe, #w-node-b86c8fc9-9920-0414-aa30-bfc4b571c963-468e2462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b86c8fc9-9920-0414-aa30-bfc4b571c969-468e2462 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b86c8fc9-9920-0414-aa30-bfc4b571c976-468e2462, #w-node-_69309b71-8ded-0112-df06-48aed3ce0f7a-4d8e2464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69309b71-8ded-0112-df06-48aed3ce0f80-4d8e2464 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_69309b71-8ded-0112-df06-48aed3ce0f8d-4d8e2464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a2474a7-a968-78be-d85d-62f1e3427001-f88e246c {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_58538c2c-6c84-5168-35c4-f24250db60f1-2c8e2475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58538c2c-6c84-5168-35c4-f24250db60f7-2c8e2475 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_58538c2c-6c84-5168-35c4-f24250db6104-2c8e2475 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc07ea9f-f237-8926-1be6-929bb7ab0ed5-e98e2477 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc07ea9f-f237-8926-1be6-929bb7ab0ee7-e98e2477, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0ef7-e98e2477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc07ea9f-f237-8926-1be6-929bb7ab0ef8-e98e2477 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bc07ea9f-f237-8926-1be6-929bb7ab0efa-e98e2477, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0efc-e98e2477, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0efe-e98e2477, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0f00-e98e2477, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0f02-e98e2477, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0f04-e98e2477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bc07ea9f-f237-8926-1be6-929bb7ab0f06-e98e2477 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5306cb2-15f6-f170-f4ec-ca401140fdac-e98e2477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2aa5d11d-6007-9e3a-e981-e2f9e23410cd-e98e2477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c13456b6-d1df-2743-1a01-b62e3792a89d-e18e247a, #w-node-_3b870206-22d8-d121-dea0-813847824f9b-e18e247a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f2ad1f3b-12d3-905b-11bd-afa3c49d5968-e18e247a, #w-node-e31c87fd-6b7a-5f4b-3361-c88fdfa0aa73-e18e247a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-a0d7069d-75b5-8aa6-cff0-dd37b9f5464f-498e245c, #w-node-_068952cf-d8ec-3f37-865a-c8a57dd111e9-498e245c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c652cdc7-ce47-8ca4-4bf6-51239af10bb5-498e245c {
    align-self: end;
  }

  #w-node-a610f736-8621-78e8-e0d4-784c453600f7-a48e2467 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-d9c52996-5cfd-a9f8-0c1b-084d244d4dba-a48e2467 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_602645cb-394a-9e91-7d3d-caade3012a4e-a48e2467 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3b870206-22d8-d121-dea0-813847824f9b-e18e247a {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3263d51b-6209-520a-d9bb-c3b8c612a829-e18e247a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f43f77fb-b771-8ba2-927c-0d54b4f748ad-498e245c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-c652cdc7-ce47-8ca4-4bf6-51239af10bb5-498e245c {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: end;
  }

  #w-node-_4842b1ef-950e-85b6-3418-2ec0eac7f463-c878f9fe {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-aca5f394-9834-4527-3bf7-ea4db0cd444e-c878f9fe {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_38369dac-b051-4be3-bc24-050d6cbc9b5d-c878f9fe, #w-node-b86c8fc9-9920-0414-aa30-bfc4b571c963-468e2462 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b86c8fc9-9920-0414-aa30-bfc4b571c969-468e2462 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b86c8fc9-9920-0414-aa30-bfc4b571c976-468e2462, #w-node-_69309b71-8ded-0112-df06-48aed3ce0f7a-4d8e2464 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69309b71-8ded-0112-df06-48aed3ce0f80-4d8e2464 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69309b71-8ded-0112-df06-48aed3ce0f8d-4d8e2464, #w-node-_58538c2c-6c84-5168-35c4-f24250db60f1-2c8e2475 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58538c2c-6c84-5168-35c4-f24250db60f7-2c8e2475 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_58538c2c-6c84-5168-35c4-f24250db6104-2c8e2475, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0ee7-e98e2477, #w-node-bc07ea9f-f237-8926-1be6-929bb7ab0ef7-e98e2477, #w-node-a5306cb2-15f6-f170-f4ec-ca401140fdac-e98e2477 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2aa5d11d-6007-9e3a-e981-e2f9e23410cd-e98e2477 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}


