:root {
  --light-yellow: #efefdf;
  --border: #dde1e4;
  --button: #6ab053;
  --white-3: white;
  --background-2: #3e5f31;
  --background-1: #2d592d;
  --black: #1a1a1a;
  --stroke-color: #6ab05380;
  --white-2: white;
  --button-hover: #4a732c;
  --cornsilk: #fff6e0;
  --stroke-12: #afdf9d1f;
  --pale-green: #b8dd79;
  --white: #406432;
  --dark-slate-grey-2: #2c644d;
  --grey-50: #7a7d7f;
  --dark-slate-grey: #182014;
  --deep-sky-blue-2: #44c7f4;
  --pale-goldenrod: #d2d9ad;
  --olive-drab: #57963e;
  --deep-sky-blue: #00a0e3;
  --steel-blue: #2b82a2;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

body {
  color: var(--light-yellow);
  background-color: #193815;
  background-image: url('../images/Textura---Cabana-Cercu-4.avif');
  background-position: 50%;
  background-size: auto;
  font-family: Zilla Slab, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itim, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itim, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itim, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itim, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itim, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Itim, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  letter-spacing: .02em;
  margin-bottom: 0;
  font-family: Zilla Slab, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul {
  margin-top: .4rem;
  margin-bottom: .4rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: .15rem;
}

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

label {
  margin-bottom: .4rem;
  font-size: .875rem;
  font-weight: 500;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: .125rem solid var(--border);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
}

.container-large {
  width: 100%;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.text-size-large {
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.form-input {
  color: #212324;
  background-color: #e8ebe1;
  border: 2px solid #c4dbb5;
  border-radius: .5rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.2rem;
  font-size: 1rem;
  font-weight: 400;
  transition: border-color .2s, box-shadow .6s;
}

.form-input:hover {
  border-color: var(--button);
  background-color: var(--white-3);
}

.form-input:focus {
  border-color: #959da5;
}

.form-input::placeholder {
  color: #4d614f;
  font-size: 1rem;
  font-weight: 300;
}

.form-input.input-area {
  min-height: 8rem;
  padding-top: 1.25rem;
}

.form-input.is-compus-left {
  border-right-style: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: .5rem;
}

.form-input.is-compus-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-right: .5rem;
}

.form-input.is-compus-right:hover {
  border-left-color: #cde1f0;
}

.form-input.is-compus-middle {
  border-right-style: none;
  border-radius: 0;
  padding-right: .5rem;
}

.form-input.is-compus-middle:hover {
  border-left-color: #cde1f0;
}

.fs-styleguide_section-divider {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--background-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .875rem;
  font-weight: 600;
}

.fs-styleguide_section-divider.is-grey {
  background-color: var(--background-1);
}

.form-success-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form-error-icon-wrapper {
  background-color: #d73a49;
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.form-success-icon-wrapper {
  background-color: var(--button);
  justify-content: center;
  align-items: center;
  width: 3rem;
  display: flex;
}

.text-size-medium {
  font-size: 1.1rem;
}

.text-size-medium.text-height-1-1 {
  line-height: 1.1;
}

.form-message-success {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: .5rem;
  padding: 0;
  overflow: hidden;
}

.heading-xlarge {
  margin-left: -.15rem;
  font-size: 3rem;
  line-height: 1;
}

.form-state-content {
  width: 100%;
  height: 100%;
  color: var(--black);
  align-items: stretch;
  display: flex;
}

.button-secondary {
  border: 2px solid var(--stroke-color);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  min-width: 8rem;
  color: var(--light-yellow);
  text-align: left;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color .2s, box-shadow .6s, border-color .4s ease-out;
  position: relative;
  box-shadow: -4px 4px 5px #61b35000, 5px -2px 5px #6ac35000;
}

.button-secondary:hover {
  border-color: var(--button);
  color: var(--white-2);
}

.button-secondary.w--current {
  background-color: #609e42;
}

.button-secondary.has-icon {
  filter: grayscale();
  color: #017c16;
  justify-content: flex-start;
  padding-left: .9rem;
  padding-right: 1.6rem;
  transition-property: filter, box-shadow, border-color;
  display: flex;
}

.button-secondary.has-icon:hover {
  filter: grayscale(0%);
  color: var(--button-hover);
}

.button-secondary.iswhite-80 {
  background-color: #fffc;
}

.button-secondary.iswhite-80:hover {
  background-color: #ffffffe6;
}

.button-row {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: flex;
}

.button-row.is-centred {
  justify-content: center;
}

.button {
  z-index: 2;
  min-height: 3.5rem;
  color: var(--cornsilk);
  text-align: left;
  background-color: #57923a;
  background-image: linear-gradient(82deg, #6ab05300 22%, #31742b80);
  border-radius: .5rem;
  align-items: center;
  padding: 1rem 2rem 1rem 2.3rem;
  font-family: Itim, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  transition: filter .4s, box-shadow 1s, background-color .6s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 10px -3px 40px -10px #4a732c4d, -10px 3px 40px #4a732c4d;
}

.button:hover {
  filter: brightness(106%);
  background-color: #6aac4a;
  box-shadow: 19px -6px 50px -10px #4a732c66, -19px 6px 40px #4a732c66;
}

.button.has-icon {
  justify-content: flex-start;
  display: flex;
}

.button.is-cta {
  min-height: 4.5rem;
  padding-bottom: 1.2rem;
  padding-left: 3.4rem;
  padding-right: 2.8rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.button.is-cricle-icon {
  border: 2px solid var(--stroke-12);
  width: 3.5rem;
  height: 3.5rem;
  min-height: auto;
  box-shadow: none;
  background-color: #0000;
  background-image: url('../images/frunza-1.svg');
  background-position: -70px 0;
  background-repeat: no-repeat;
  background-size: auto 5rem;
  border-radius: 50rem;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  transition: all .8s;
}

.button.is-cricle-icon:hover {
  background-color: var(--button);
  background-position: 20% 54%;
  background-size: auto 8rem;
  border-color: #afdf9d00;
}

.button.is-floating-btn {
  border: 2px solid var(--stroke-12);
  width: 3.5rem;
  height: 3.5rem;
  min-height: auto;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #6ab0531f;
  background-image: url('../images/frunza-1.svg');
  background-position: -70px 0;
  background-repeat: no-repeat;
  background-size: auto 5rem;
  border-radius: 50rem;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  transition: all .8s;
}

.button.is-floating-btn:hover {
  background-color: var(--button);
  background-position: 20% 54%;
  background-size: auto 8rem;
  border-color: #afdf9d00;
}

.fs-styleguide_component-header {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--background-2);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.form-error-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.form-message-error {
  border: 1px solid var(--border);
  background-color: #fff;
  border-radius: .5rem;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
}

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

.page-padding {
  padding: 3rem 2.5rem;
}

.page-padding.horizontal-only {
  padding-top: 0;
  padding-bottom: 0;
}

.text-weight-light {
  font-weight: 300;
}

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

.z-2 {
  z-index: 2;
  position: relative;
}

.padding-medium {
  padding: 2rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-medium {
  height: 1.6rem;
}

.icon-1x1-small {
  width: 1.4rem;
  height: 1.4rem;
}

.icon-1x1-small.language-icon {
  background-image: url('../images/Asset-14.svg');
  background-position: 50%;
  background-size: cover;
}

.icon-small {
  height: 1.25rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.heading-large {
  margin-left: -.1rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.fs-styleguide_form-wrapper {
  margin-bottom: 0;
}

.section-home-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.footer6_component {
  background-color: var(--background-2);
}

.padding-xlarge {
  padding: 4rem;
}

.z-1 {
  z-index: 1;
  position: relative;
}

.heading-medium {
  margin-left: -.05rem;
  font-size: 2rem;
  line-height: 1.2;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-size-xlarge {
  font-size: 2rem;
  line-height: 1.25;
}

.form-radio {
  align-items: center;
  margin-bottom: .25rem;
  padding-left: 1.25rem;
  display: flex;
}

.padding-large {
  padding: 3rem;
}

.form-checkbox-label {
  margin-top: 0;
  margin-bottom: .2rem;
  margin-left: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
}

.form-checkbox-label.is-0-left {
  margin-left: 0;
}

.fs-styleguide_form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.text-style-muted {
  opacity: .6;
}

.footer6_top {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

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

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

.footer6_content-left {
  max-width: 32rem;
}

.fs-styleguide_color-sample {
  background-color: #0000;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_color-sample.whitesmoke {
  border: 1px solid var(--border);
  background-color: var(--background-2);
}

.fs-styleguide_color-sample.red {
  color: #fff;
  background-color: #d73a49;
}

.fs-styleguide_color-sample.border {
  background-color: var(--border);
}

.fs-styleguide_color-sample.blue {
  background-color: var(--button);
  color: #fff;
}

.fs-styleguide_color-sample.blue-hover {
  background-color: var(--button-hover);
  color: #fff;
}

.fs-styleguide_color-sample.black {
  background-color: var(--light-yellow);
  color: #fff;
}

.fs-styleguide_color-sample.grey {
  border: 1px solid var(--border);
  background-color: var(--background-1);
}

.fs-styleguide_color-sample.green {
  background-color: var(--button);
  color: #fff;
}

.layer {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer6_links-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 100%;
  align-content: start;
  align-items: flex-start;
  display: flex;
}

.text-rich-text {
  line-height: 1.4;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h3 {
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.text-rich-text h4 {
  margin-top: 2rem;
  margin-bottom: .75rem;
}

.text-rich-text h5 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text-rich-text h6 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text p, .text-rich-text li {
  margin-bottom: .5rem;
}

.text-rich-text figure {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.text-rich-text a {
  color: #d3f09a;
}

.text-rich-text a:hover {
  color: var(--button);
  text-decoration: underline;
}

.text-rich-text img {
  object-fit: cover;
  border-radius: .25rem;
  width: 100%;
  max-height: 24rem;
}

.form-label {
  margin-bottom: .4rem;
  font-size: .875rem;
  font-weight: 500;
}

.icon-1x1-medium {
  width: 1.6rem;
  height: 1.6rem;
}

.icon-1x1-medium.tel-icon-auriu {
  background-image: url('../images/Asset-56.svg');
  background-position: 50%;
  background-size: cover;
}

.icon-1x1-medium.wapp-icon-auriu {
  background-image: url('../images/Asset-57.svg');
  background-position: 50%;
  background-size: cover;
}

.icon-1x1-medium.facebook-icon-auriu {
  background-image: url('../images/Asset-79.svg');
  background-position: 50%;
  background-size: cover;
}

.icon-1x1-medium.mail-icon-auriu {
  background-image: url('../images/Asset-66.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-1x1-medium.location-icon-auriu {
  background-image: url('../images/Asset-77.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-1x1-medium.instagram-icon-auriu {
  background-image: url('../images/Asset-83.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-1x1-medium.youtube-icon-auriu {
  background-image: url('../images/Asset-80.svg');
  background-position: 50%;
  background-size: 85%;
}

.form-radio-icon {
  border: 2px solid var(--border);
  cursor: pointer;
  background-color: #fff;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .4rem;
  border-color: var(--button);
  width: 1.25rem;
  height: 1.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 1.25rem;
  height: 1.25rem;
  box-shadow: 0 0 8px #2aa83f99;
}

.text-size-xxlarge {
  font-size: 2.5rem;
  line-height: 1.25;
}

.fs-styleguide_class-visual {
  border: 1px solid var(--border);
  background-color: var(--background-2);
  border-radius: .25rem;
  padding: 1rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-weight-semibold {
  font-weight: 600;
}

.social-link {
  justify-content: center;
  align-items: center;
  transition: color .2s;
}

.social-link:hover {
  color: var(--button);
}

.icon-1x1-large {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.text-style-quote {
  border-left: .125rem solid var(--border);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.125rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.form-checkbox {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form-checkbox.show-something {
  cursor: pointer;
}

.padding-small {
  padding: 1rem;
}

.footer6_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-weight-bold {
  font-weight: 700;
}

.show-tablet {
  display: none;
}

.text-color-black {
  color: var(--light-yellow);
}

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

.text-style-link {
  color: var(--button-hover);
}

.text-style-link:hover {
  color: var(--button);
  text-decoration: underline;
}

.show-mobile-landscape {
  display: none;
}

.form-checkbox-icon {
  border: 2px solid var(--pale-green);
  opacity: 1;
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding-left: 0;
  box-shadow: 0 0 #0000;
}

.form-checkbox-icon.w--redirected-checked {
  border: 2px none var(--button);
  background-color: var(--button);
  background-image: url('../images/Form-Tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: .25rem;
  margin: 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-width: 2px;
  border-color: var(--button);
  box-shadow: none;
  border-radius: .25rem;
}

.heading-small {
  font-size: 1.7rem;
  line-height: 1.2;
}

.built-by-finsweet_component {
  grid-column-gap: .5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.form-radio-label {
  margin-bottom: 0;
  margin-left: .5rem;
  font-size: 1.1rem;
}

.footer6_link {
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: color .1s ease-out;
}

.footer6_link:hover {
  color: var(--button-hover);
}

.form-field-wrapper {
  color: #212324;
  flex-direction: column;
  font-size: 1.05rem;
  display: flex;
}

.text-weight-normal {
  font-weight: 400;
}

.icon-large {
  height: 2rem;
}

.nav-right_menu {
  justify-content: flex-end;
  align-items: center;
  padding-right: 4rem;
  display: flex;
}

.nav-primary_menu-button {
  justify-content: center;
  align-items: center;
}

.nav-primary_dropdown-icon {
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
}

.nav-primary_link {
  text-shadow: 1px 1px 38px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 1.2rem;
  padding: 1rem .1rem;
  font-family: Itim, sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  transition: color .1s ease-out;
  display: flex;
  position: relative;
}

.nav-primary_link:hover {
  color: var(--white-3);
}

.nav-primary_link.w--current {
  box-shadow: inset 0 -4px 0 -2px var(--button);
}

.nav-primary_dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  transition: color .2s ease-out;
}

.nav-primary_dropdown.is-nav-language {
  margin-left: -.5rem;
}

.nav-primary_container {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  min-height: 8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-primary_container.fixed-hamburger-menu {
  z-index: 1000;
  justify-content: flex-end;
  height: 0;
  min-height: auto;
}

.dropdown-link {
  background-color: var(--background-2);
  border-left: 2px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2.3rem;
  transition: border-color .2s, background-color .2s ease-out, color .2s ease-out;
}

.dropdown-link:hover {
  border-left-color: var(--button);
  background-color: var(--white);
  color: var(--button);
}

.dropdown-link.w--current {
  border-left-color: var(--button);
  background-color: var(--white);
  color: var(--light-yellow);
}

.dropdown-link.w--current:hover {
  color: var(--button);
}

.dropdown-link.has-icon {
  background-image: url('../images/Asset-13.svg');
  background-position: 24px;
  background-repeat: no-repeat;
  background-size: auto 1.6rem;
  padding-left: 3.6rem;
}

.dropdown-link.has-icon.romana {
  background-image: url('../images/Asset-15.svg');
}

.dropdown-link.has-icon.romana.w--current {
  border-right-color: var(--button);
  background-color: var(--white);
}

.dropdown-link.has-icon.english {
  background-image: url('../images/Asset-16.svg');
}

.nav-primary_component {
  background-color: #0000;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.nav-primary_component.fixed-hamburger-menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-primary_component.is-invert {
  color: var(--cornsilk);
}

.nav-primary_button-wrapper {
  margin-left: 1rem;
}

.nav-primary_button-wrapper.is-home-hero {
  z-index: 99999;
  margin-right: -4rem;
  position: relative;
}

.nav-primary_dropdown-list {
  background-color: var(--background-2);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav-primary_dropdown-list.w--open {
  border: 1px solid var(--border);
  background-color: var(--background-2);
  border-radius: .25rem;
  font-size: .875rem;
  overflow: visible;
  box-shadow: 0 10px 30px #0003;
}

.nav-primary_dropdown-list.is-alligned-right {
  right: 0;
}

.nav-primary_logo-link {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 9rem;
  margin-top: .75rem;
  margin-left: -4.5rem;
  display: flex;
  position: absolute;
  left: 50%;
}

.nav-primary_logo {
  height: 5rem;
  margin-right: .6rem;
}

.nav-primary_logo.is-hover {
  opacity: 0;
  transition: opacity .1s;
  position: absolute;
}

.nav-primary_logo.is-hover:hover {
  opacity: 1;
}

.nav-primary_dropdown-toggle {
  border-radius: .25rem;
  justify-content: flex-start;
  align-items: center;
  min-width: 3.5rem;
  min-height: 3.5rem;
  padding: .75rem 1rem;
  transition: color .2s ease-out;
  display: flex;
}

.nav-primary_dropdown-toggle:hover {
  color: var(--button);
}

.footer4_column {
  align-items: flex-start;
}

.footer-apartoo_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials1_slider-nav {
  display: none;
}

.testimonials1_arrow {
  z-index: 2;
  border: 2px solid var(--stroke-color);
  color: #86cf6dcc;
  background-image: url('../images/Textura---Cabana-Cercu-4.avif');
  background-position: 48%;
  background-size: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: -4rem;
  transition: color .2s, border-color .2s ease-out;
  display: flex;
  position: absolute;
  inset: auto auto -4.5rem;
}

.testimonials1_arrow:hover {
  border-color: var(--button);
  color: var(--light-yellow);
}

.testimonials1_arrow.right {
  margin-left: 0;
  margin-right: -4rem;
  left: auto;
}

.testimonials1_arrow.is-1 {
  background-color: #2c5d3a;
}

.testimonials1_arrow.is-1:hover {
  background-color: #437539;
}

.testimonials1_arrow.is-2 {
  background-color: #2c6041;
}

.testimonials1_arrow.is-2:hover {
  background-color: #39784d;
}

.testimonials1_arrow.is-3 {
  background-color: #2d6349;
}

.testimonials1_arrow.is-3:hover {
  background-color: #377a4c;
}

.testimonials1_arrow.is-4 {
  background-color: #2c6859;
}

.testimonials1_arrow.is-4:hover {
  background-color: #36805f;
}

.testimonials1_arrow-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.blog-learn-more {
  max-width: 8rem;
  color: var(--button);
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.faq1_question {
  cursor: pointer;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.faq2_question {
  background-color: var(--background-2);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.nav1_underline {
  background-color: var(--button);
  transform-origin: 100%;
  width: 0%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav1_underline.is-white {
  background-color: var(--white-3);
}

.nav1_link {
  flex-direction: column;
  align-items: flex-start;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.nav2_link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.background-grey {
  background-color: var(--background-1);
}

.utility-page-wrap {
  background-image: linear-gradient(220deg, var(--background-1), var(--dark-slate-grey-2));
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28rem;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  width: 100%;
}

.text-size-regular {
  font-size: 1rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small.is38-rem {
  text-align: justify;
  max-width: 38rem;
}

.fs-styleguide_blank-space {
  z-index: -1;
  height: 3.95rem;
}

.social-icon {
  width: 1.25rem;
  height: 1.25rem;
}

.footer6_social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.fs-styleguide_header {
  justify-content: center;
}

.fs-styleguide_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 16rem 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.fs-styleguide_grid-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_color-palette {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_icon-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: start;
  display: grid;
}

.fs-styleguide_icon-gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  margin-top: .5rem;
  display: grid;
}

.fs-styleguide_relative {
  height: 4rem;
  position: relative;
}

.heading-xxlarge {
  margin-left: -.2rem;
  font-size: 4rem;
  line-height: 1;
}

.fs-styleguide_color-label {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.margin-medium {
  margin: 2rem;
}

.fs-styleguide_space-visual {
  border: 1px solid var(--border);
  background-color: var(--background-2);
  border-radius: .25rem;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.margin-0 {
  margin: 0;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-custom1, .margin-custom2 {
  margin: 0;
}

.margin-large {
  margin: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.margin-custom3 {
  margin: 0;
}

.margin-xxsmall {
  margin: .25rem;
}

.fs-styleguide_space-label {
  border: 1px solid var(--border);
  background-color: var(--background-1);
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .75rem .25rem .5rem;
  font-size: .75rem;
  font-weight: 600;
}

.margin-huge {
  margin: 6rem;
}

.padding-custom3, .padding-0 {
  padding: 0;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-custom1 {
  padding: 0;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-tiny {
  padding: .125rem;
}

.padding-custom2 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-0-all {
  margin: 0;
}

.padding-0-all {
  padding: 0;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-wrapper.is-last, .button-wrapper.smaller.ist-last {
  margin-right: 0;
}

.button-wrapper.is-circle {
  margin-top: .5rem;
  margin-left: .25rem;
  margin-right: .25rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.fs-styleguide_version-details {
  z-index: 5;
  border: 1px solid var(--border);
  background-color: var(--background-2);
  color: var(--light-yellow);
  border-radius: .5rem;
  padding: .75rem 1rem;
  font-size: .875rem;
  display: inline-block;
}

.heading-xsmall {
  font-size: 1.4rem;
  line-height: 1.3;
}

.line-divider {
  background-color: var(--border);
  width: 100%;
  height: 1px;
}

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

.icon-xsmall {
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1rem;
  height: 1rem;
}

.modal_desktop_only {
  z-index: 2147483647;
  background-color: var(--background-1);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block {
  background-image: url('../images/m2m-icon.svg');
  background-position: 50%;
  background-size: cover;
  width: 6rem;
  height: 6rem;
  position: absolute;
}

.relative-modal {
  z-index: 2;
  position: relative;
}

.desktop-only {
  color: var(--button);
  font-size: 1.5rem;
  font-weight: 700;
}

.button_lottie {
  align-items: center;
  width: 110%;
  min-width: 7rem;
  max-width: 20rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.button_lottie-wrapper {
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button_lottie-wrapper.is_seccondary {
  opacity: .16;
}

.button_lottie-wrapper.is_seccondary_24oppacity {
  opacity: .24;
}

.button_text {
  z-index: 3;
  position: relative;
}

.gallery_image-absolute {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 1s, filter .4s;
  position: absolute;
  inset: 0%;
}

.gallery_image-absolute:hover {
  filter: brightness(110%);
  transform: scale(1.05);
}

.gallery_image-absolute.is-video {
  opacity: .75;
  transition: transform 1s;
}

.gallery_image-absolute.is-video:hover {
  filter: none;
}

.gallery_image-absolute.scale-1-15:hover {
  transform: scale(1.15);
}

.heading-xxsmall {
  font-size: 1.15rem;
  line-height: 1.2;
}

.heading-xxxlarge {
  margin-left: -.25rem;
  font-size: 5rem;
  line-height: 1;
}

.navbar-apartoo {
  z-index: 10;
  position: relative;
}

.toggle-line {
  background-color: var(--light-yellow);
  border-radius: 8px;
  width: 1.25rem;
  height: 2px;
  margin-top: -1px;
  margin-bottom: -1px;
}

.toggle-line._1 {
  transform: translate(0, -.35rem);
}

.toggle-line._3 {
  transform: translate(0, .35rem);
}

.nav-primary_hamburger {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 600;
  transition: color .2s ease-out;
  position: fixed;
  top: 1.7rem;
  right: 1.7rem;
}

.nav-primary_hamburger-list {
  border: 1px solid var(--border);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform-origin: 50% 0;
  background-color: #0d2c18f2;
  border-radius: .25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  right: 0;
}

.nav-primary_hamburger-list.w--open {
  border: 2px solid #a6ce990d;
  border-radius: .5rem;
  margin-top: .5rem;
  overflow: hidden;
  box-shadow: 0 4px 8px #00000014, 0 20px 60px #24292e33;
}

.hamburger-toggle-lines {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hamburger-toggle-lines:hover {
  opacity: 1;
}

.nav-primary_hamburger-toggle-2 {
  border: 2px solid var(--stroke-color);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #6ab0531f;
  background-image: url('../images/frunza-1.svg');
  background-position: -70px 0;
  background-repeat: no-repeat;
  background-size: auto 5rem;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  font-size: .875rem;
  transition: all .8s ease-out;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px #6ab05333;
}

.nav-primary_hamburger-toggle-2:hover {
  background-color: var(--button);
  background-position: 20% 54%;
  background-size: auto 8rem;
}

.nav-language-toggle {
  filter: brightness(65%) grayscale();
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: filter .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-language-toggle:hover {
  opacity: 1;
  filter: brightness() grayscale(0%);
}

.dropdown-list_arrow {
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
  background-color: var(--background-2);
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: -.5rem;
  left: 1rem;
  transform: rotate(45deg);
}

.dropdown-list_arrow.is-right-aligned {
  left: auto;
  right: 1.2rem;
}

.nav-m2m_logo-link {
  background-color: #fadfae00;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin-left: -3.5rem;
  transition: background-color .5s, box-shadow .5s;
  display: flex;
  position: absolute;
  top: .5rem;
  left: 50%;
  box-shadow: 0 0 100px 100px #fadfae00;
}

.nav-m2m_logo-link:hover {
  background-color: #fadfae1f;
  box-shadow: 0 0 100px 100px #fadfae1f;
}

.button-simple {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  filter: brightness(60%) grayscale();
  color: var(--button-hover);
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -.1rem;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: .875rem;
  font-weight: 500;
  transition: filter .2s;
  display: grid;
}

.button-simple:hover {
  filter: brightness() grayscale(0%);
}

.lottie-source {
  width: 100%;
}

.inchiriaza_img {
  z-index: 1;
  object-fit: cover;
  border-radius: 0 4px 4px 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.inchiriaza_img-wrapper {
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30rem;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inchiriaza_img-wrapper.is-contact {
  height: 43rem;
}

.inchiriaza_bg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.social-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-link_underline_gold:hover {
  color: var(--button);
  text-decoration: underline;
}

.footer-logo {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.footer-logo:hover {
  filter: brightness(108%);
}

.footer-logo_wrapper {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-lottie {
  z-index: 1;
  opacity: .04;
  filter: grayscale();
  margin-top: 5.5vw;
  position: absolute;
  left: -5.8%;
  right: -6%;
}

.check-to-show {
  display: block;
}

.checkbox-show-wrapper {
  border: 2px solid var(--pale-green);
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  padding-left: 0;
  position: relative;
}

.checkbox-show-wrapper.w--redirected-checked {
  border: 1px none var(--button-hover);
  background-color: var(--button);
  background-image: url('../images/Form-Tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: .25rem;
  margin: 0;
}

.checkbox-show-wrapper.w--redirected-focus {
  box-shadow: none;
  border-width: 1px;
  border-color: #959da5;
  border-radius: .25rem;
}

.div-block-9 {
  background-color: var(--button);
  background-image: url('../images/Form-Tick.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  border-radius: .25rem;
  display: none;
  position: absolute;
  inset: -1px;
}

.slider-component {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.lightbox-link {
  border: 2px solid #0000;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  transition: box-shadow .4s, border-color .2s;
  position: relative;
  overflow: hidden;
}

.lightbox-link:hover {
  border-color: var(--button);
  box-shadow: 4px 4px 40px -6px #0009;
}

.logo-lottie {
  width: 100%;
  height: 100%;
}

.nav-left_menu {
  align-items: center;
  margin-right: auto;
  display: flex;
}

.nav-link {
  text-align: right;
  background-color: #0000;
  border-right: 2px solid #0000;
  justify-content: flex-start;
  align-items: center;
  padding: .8rem 2.3rem;
  font-size: 1rem;
  transition: border-color .2s, background-color .2s ease-out, color .2s ease-out;
}

.nav-link:hover {
  border-right-color: var(--button);
  color: var(--pale-green);
}

.nav-link.w--current {
  border-right-color: var(--pale-green);
  color: var(--light-yellow);
}

.inchiriaza-bg-image {
  background-color: #252525;
  background-image: url('../images/e3113fa0ffd11620e6d78043666dcb0f.avif');
  background-position: 50%;
  background-size: cover;
  width: 110%;
  height: 112%;
  position: absolute;
  inset: auto;
}

.inchiriaza-bg-image.is-home-rezervare {
  background-color: var(--border);
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gdpr-sectiune {
  z-index: 10;
  position: relative;
}

.icon-button {
  z-index: 1;
  background-image: url('../images/Asset-98.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-right: .4rem;
  position: relative;
}

.icon-button.white-phone_icon {
  background-image: url('../images/Asset-95.svg');
}

.icon-button.wapp-icon-auriu {
  background-image: url('../images/Asset-68.svg');
}

.icon-button.mail-icon-auriu {
  background-image: url('../images/Asset-66.svg');
}

.icon-button.map-icon-auriu {
  background-image: url('../images/Asset-71.svg');
}

.icon-button.facebook-icon-auriu {
  background-image: url('../images/Asset-67.svg');
}

.gdpr-laoyut {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border: 2px solid var(--stroke-color);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin: 9rem -1.5rem 2rem;
  padding: 1.5rem;
  display: grid;
}

.div-block-23 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gdpr-section {
  z-index: 1;
  position: relative;
}

.succes {
  height: 30rem;
  margin: -8rem -6rem -6rem;
}

.navbar_m2m-group {
  z-index: 10;
  position: relative;
}

.nav-360property_logo-link {
  background-color: #fadfae00;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 7rem;
  margin-left: -7rem;
  transition: background-color .5s, box-shadow .5s;
  display: flex;
  position: absolute;
  top: .5rem;
  left: 50%;
  box-shadow: 0 0 100px 100px #fadfae00;
}

.nav-360property_logo-link:hover {
  background-color: #fadfae1f;
  box-shadow: 0 0 100px 100px #fadfae1f;
}

.nav-360property_logo-link.sub-page {
  margin-left: .8rem;
}

.footer-logo_360-property {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 12rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.footer-logo_360-property:hover {
  filter: brightness(108%);
}

.nav-primary-intelitech {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inteli-despartitor {
  width: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: 0;
  position: relative;
  left: 0;
}

.inteli-despartitor.is-smaller {
  width: 8rem;
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

.cloud-1 {
  width: 140%;
  max-width: none;
  position: absolute;
}

.cloud-2 {
  width: 140%;
  max-width: none;
  position: absolute;
  top: -14%;
}

.loader {
  z-index: 9999;
  background-color: #030b08;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-animation {
  justify-content: flex-start;
  align-items: center;
  width: 4rem;
  height: 4px;
  display: flex;
  position: relative;
}

.div-block-80 {
  background-color: var(--button);
  transform-origin: 100%;
  position: absolute;
  inset: 0%;
}

.nav-primary_cercu {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 88rem;
  min-height: 7rem;
  margin-bottom: -7rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-primary_cercu.fixed-hamburger-menu {
  z-index: 1000;
  justify-content: flex-end;
  height: 0;
  min-height: auto;
  position: relative;
}

.slider-text-wrappper {
  z-index: 2;
  width: 25rem;
  padding: 3rem 2.5rem 4rem;
  position: relative;
}

.inteli-nav-primary_logo-link {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 9.5rem;
  margin-top: .2rem;
  margin-right: auto;
  display: flex;
}

.desktop-momentan {
  z-index: 2147483647;
  background-color: var(--light-yellow);
  color: var(--button);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.horizontal-gallery-wrapper {
  z-index: 4;
  align-items: center;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-89 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._404-lottie {
  filter: invert();
  width: 21rem;
  margin-left: auto;
  margin-right: auto;
}

.foto-voltaice-bg {
  background-image: url('../images/Intelitech---panouri-fotovoltaice.avif');
  background-position: 15% 30%;
  background-repeat: no-repeat;
  background-size: auto 146%;
  width: 100%;
  height: 30vw;
  max-height: 26rem;
  margin-top: -42%;
  margin-bottom: -14%;
  position: relative;
}

.navbar-intelitech-prb {
  z-index: 10;
  background-color: #0000;
  position: relative;
}

.form-label-regular {
  color: var(--light-yellow);
  margin-bottom: .4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.homepage-header {
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.layout_homepage-header {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-banner {
  border: 1px solid var(--border);
  background-color: var(--background-2);
  border-radius: .5rem;
  width: 100%;
  transition: filter 1s, background-color 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner:hover {
  background-color: #bfe8fa;
}

.home-banner.is-inactive {
  filter: grayscale();
}

.home-banner_title {
  margin-bottom: .8rem;
  margin-left: -.2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

.home-banner_description {
  margin-bottom: .6rem;
  margin-left: -.1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.home-banner_description.is-regular {
  font-weight: 400;
}

.home-banner_layout {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.home-banner_bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-banner_text-wrapper {
  z-index: 2;
  transform-origin: 25%;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30rem;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.prb-operator {
  background-image: url('../images/prb-operator---tiny.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 103%;
  width: 35%;
  height: 110%;
  position: absolute;
  inset: auto -8% -23% auto;
}

.contact-intelitech {
  border-top: 1px solid var(--border);
  background-color: var(--background-2);
}

.component-contact-home {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.image-6 {
  width: 3rem;
  margin: -1.5rem auto;
  display: block;
}

.div-block-124 {
  margin-bottom: 3.5rem;
}

.text-block-9 {
  margin-bottom: .6rem;
  font-size: 1rem;
  line-height: 1.4;
}

.header-contacteaza-ne {
  margin-bottom: 2rem;
  margin-left: -.15rem;
  font-size: 3rem;
  line-height: 1;
}

.header_inteli-shop {
  border: 1px solid var(--border);
  background-color: var(--background-2);
  border-radius: .5rem;
  width: 100%;
  transition: background-color 1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_inteli-shop:hover {
  filter: grayscale(0%);
  background-color: #e4edf0;
}

.sisteme-climatizare-layout {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: grid;
  position: relative;
}

.climtaizare-image {
  background-image: url('../images/aer_conditionat.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 93%;
}

.text-wrapper-sisteme-climatizare {
  z-index: 2;
  transform-origin: 25%;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.daikin_home-comfort {
  width: 16rem;
  margin-bottom: 1.2rem;
}

.text-block-11 {
  background-color: var(--light-yellow);
  color: var(--border);
  cursor: default;
  border-radius: 50rem;
  margin-left: -.2rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  position: absolute;
  bottom: -1rem;
}

.text-span-3 {
  color: var(--grey-50);
  font-weight: 400;
}

.icon-1x1-xxxlarge {
  background-image: url('../images/Asset-70.svg');
  background-position: 50%;
  background-size: cover;
  width: 2.8rem;
  height: 2.8rem;
}

.icon-1x1-xxxlarge.is-no-bg {
  background-image: none;
}

.div-block-82-copy {
  margin-top: .9rem;
  margin-left: .2rem;
}

.div-block-81-copy {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -.5rem;
  margin-bottom: -.5rem;
  display: flex;
}

.div-block-83-copy {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.4rem;
  margin-left: -.6rem;
  display: grid;
}

.div-block-83-copy.is-home {
  margin-top: .6rem;
  margin-bottom: .5rem;
}

.gallery-section {
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.gallery_slide_animated {
  margin-right: 1.5rem;
}

.gallery_image-absolute-invert {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header_casa-cerbu {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.header-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.layer-2_bg {
  z-index: 2;
  transform-origin: 50% 15%;
  object-fit: cover;
  object-position: 50% 47%;
  width: 101%;
  max-width: none;
  height: 101%;
  position: absolute;
}

.layer-3_cabana {
  z-index: 3;
  transform-origin: 50% 20%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 102%;
  max-width: none;
  height: 102%;
  position: absolute;
}

.layer-3_cabana.is-mobile {
  display: none;
}

.layer-4_tufis {
  z-index: 4;
  transform-origin: 50% 25%;
  object-fit: cover;
  width: 106%;
  max-width: none;
  height: 106%;
  position: absolute;
}

.header_text-wrapper {
  z-index: 5;
  color: var(--cornsilk);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_casa-cerbu_wrapper {
  width: 100%;
  height: 250vh;
  margin-bottom: -70vh;
}

.navbar_cabana-cerbu {
  z-index: 40;
  background-color: #0000;
  position: relative;
}

.cerbu-nav-primary_logo-link {
  color: var(--cornsilk);
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-right: auto;
  padding: 0;
  font-family: Itim, sans-serif;
  transition: filter .2s;
  display: flex;
}

.cerbu-nav-primary_logo-link:hover {
  filter: brightness(115%);
}

.leaf-1 {
  z-index: 2;
  transform-origin: 0 100%;
  flex: none;
  height: 7.6rem;
  position: absolute;
  top: -2rem;
  bottom: 0;
  left: -1.6rem;
}

.leaf-1.is-cta {
  height: 10rem;
  top: -2.5rem;
  left: -2.3rem;
}

.leaf-2 {
  z-index: 2;
  transform-origin: 0 100%;
  flex: none;
  height: 7.6rem;
  position: absolute;
  top: -2.2rem;
  bottom: 0;
  left: -1.3rem;
}

.leaf-2.is-cta {
  height: 10rem;
  top: -2.6rem;
  left: -2rem;
}

.gallery-image-video {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  display: flex;
}

.gallery-image-video.is-invert {
  grid-template-columns: 1fr auto;
  padding-left: 0;
  padding-right: 2.5rem;
}

.video-light-box {
  z-index: 2;
  background-color: var(--dark-slate-grey);
  border-radius: 1rem;
  width: 22vw;
  max-width: 20rem;
  height: 34vw;
  max-height: 32rem;
  position: relative;
  overflow: hidden;
}

.lightbox-play {
  z-index: 3;
  background-color: var(--button);
  background-image: linear-gradient(191deg, #4a732c00, var(--button-hover));
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  transition: background-color .6s, transform .6s;
  display: flex;
  position: relative;
  box-shadow: 0 0 200px 100px #0003;
}

.lightbox-play:hover {
  background-color: var(--pale-green);
  transform: scale(.9);
}

.play-icon {
  width: 1.3rem;
  margin-right: -.5rem;
}

.lightbox-play-circle {
  border: 1px solid var(--button);
  opacity: .6;
  border-radius: 50rem;
  width: 6rem;
  height: 6rem;
  transition: opacity .2s, transform .6s;
  position: absolute;
}

.lightbox-play-circle:hover {
  opacity: 1;
  transform: scale(1.15);
}

.video-absolute_wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 1s, filter .4s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-absolute_wrapper:hover {
  filter: brightness(110%);
  transform: scale(1.1);
}

.header-main-text {
  text-align: center;
  margin-top: -.1rem;
  margin-bottom: .5rem;
  font-size: 5rem;
  font-weight: 600;
  line-height: .9;
}

.gallery_slider-mask-portrait {
  width: 22vw;
  max-width: 20rem;
  height: 34vw;
  max-height: 32rem;
  overflow: visible;
}

.cerbu-galerie-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.header_text-1 {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 62rem;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
}

.div-block-129 {
  opacity: .7;
  align-items: flex-start;
  width: 1px;
  height: 20%;
  display: flex;
  position: absolute;
  bottom: 4%;
}

.div-block-130 {
  transform-origin: 50% 100%;
  background-color: #fff6e0;
  width: 1px;
  height: 100%;
}

.header_text-2 {
  z-index: 1;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
}

.gallery-section-wrapper {
  margin-bottom: 8vw;
}

.gallery-section-wrapper.no-gradient {
  background-image: none;
  position: relative;
}

.lottie-animation-4 {
  height: 8rem;
  position: absolute;
  bottom: 1%;
}

.layout-activitati {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--stroke-color);
  border-radius: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 5rem;
  padding: 0;
  display: grid;
}

.layout-activitati.is-last {
  margin-bottom: 0;
}

.layout-activitati.is-off {
  display: none;
}

.layout-activitati-wrapper {
  flex-direction: row;
  padding: 1rem 2rem 1rem 1rem;
  transition: filter .1s;
  display: flex;
  position: relative;
}

.layout-activitati-wrapper:hover {
  filter: brightness(108%);
}

.layout-activitati-wrapper.is-1 {
  border-right: 2px solid var(--stroke-color);
  border-bottom: 2px solid var(--stroke-color);
}

.layout-activitati-wrapper.is-2 {
  border-bottom: 2px solid var(--stroke-color);
}

.layout-activitati-wrapper.is-3 {
  border-right: 2px solid var(--stroke-color);
  border-bottom: 2px solid var(--stroke-color);
}

.layout-activitati-wrapper.is-5 {
  border-right: 2px solid var(--stroke-color);
}

.layout-activitati-wrapper.is-4, .layout-activitati-wrapper.is-mini-tabara {
  border-bottom: 2px solid var(--stroke-color);
}

.div-block-133 {
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 1.5rem;
  display: flex;
  position: relative;
}

.gallery-stroke {
  z-index: 1;
  border: 2px solid var(--stroke-color);
  border-radius: 1rem;
  position: absolute;
  inset: 2rem -1rem 2.2rem 2.5rem;
}

.gallery-stroke.is-video {
  right: 1rem;
}

.gallery-stroke.is-gallery-invert {
  left: -1rem;
  right: 2.5rem;
}

.gallery-stroke.is-text {
  transition: background-color .2s;
  bottom: 2.2rem;
  left: 0;
  right: 0;
}

.gallery_video-wrapper {
  z-index: 5;
  position: relative;
}

.gallery_images-wrapper {
  flex: 1;
  margin-right: -50vw;
  position: relative;
}

.gallery_images-wrapper.is-invert {
  margin-left: -50vw;
  margin-right: 0;
}

.div-block-139 {
  background-image: linear-gradient(216deg, var(--button-hover), var(--button));
  opacity: 0;
  border-radius: 1rem;
  position: absolute;
  inset: -2px;
}

.lightbox_is-main {
  z-index: 4;
  transform-origin: 100%;
  border-radius: .5rem;
  flex: none;
  width: 9rem;
  height: 100%;
  min-height: 12rem;
  position: relative;
  overflow: hidden;
}

.section---activitati {
  z-index: 4;
  margin-bottom: 6rem;
  position: relative;
}

.div-block-140 {
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.lightbox_is-absolute-2nd {
  z-index: 3;
  transform-origin: 100%;
  border-radius: .5rem;
  flex: none;
  width: 9rem;
  height: 100%;
  transition: margin .4s;
  position: absolute;
  overflow: hidden;
}

.lightbox_is-absolute-2nd:hover {
  margin-left: .5rem;
}

.lightbox_is-absolute-3rd {
  z-index: 2;
  transform-origin: 100%;
  border-radius: .5rem;
  flex: none;
  width: 9rem;
  height: 100%;
  transition: margin .4s;
  position: absolute;
  overflow: hidden;
}

.lightbox_is-absolute-3rd:hover {
  margin-left: .5rem;
}

.banner-title {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 20vw;
  padding-bottom: 5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.section-banner {
  background-image: linear-gradient(to bottom, #27a1ca00, var(--deep-sky-blue-2));
  height: 60vw;
  position: relative;
  overflow: hidden;
}

.section-banner.is-footer-home {
  height: 58vw;
}

.section-banner.is-footer-pages {
  height: 110vw;
  margin-top: -30vw;
}

.banner-image {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: -2.5vw;
  position: absolute;
  bottom: 0;
}

.banner-image.is-footer-home {
  object-fit: cover;
  margin-bottom: -7vw;
}

.banner-image.is-activitati {
  background-image: linear-gradient(#b2eaff00 10%, #c4efff33 32%, #dbf5ffcc 45%);
}

.banner-image.is-footer-pages {
  object-position: 50% 0%;
}

.clouds-banner {
  z-index: 2;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-start;
  height: 55%;
  display: flex;
  position: absolute;
  inset: -6% 0% auto;
  overflow: hidden;
}

.clouds-banner.is-home-footer {
  height: 64%;
}

.div-block-141 {
  z-index: 3;
  position: relative;
}

.cloud-2-copy {
  opacity: 1;
  object-fit: contain;
  max-width: none;
  height: 100%;
  position: absolute;
  right: 0%;
}

.cloud-2-copy.is-40 {
  opacity: .4;
}

.cloud-1-copy {
  opacity: 1;
  max-width: none;
  height: 100%;
  position: absolute;
  left: -10%;
}

.cloud-1-copy.is-40 {
  opacity: .4;
}

.banner-heading {
  z-index: 3;
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: absolute;
  bottom: 53%;
  left: 0;
  right: 0;
}

.banner-heading.in-footer-home {
  bottom: 48%;
}

.header-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.tufis-wrapper {
  z-index: 4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.page-title {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  display: flex;
}

.page-title.is-rezerva-cabana {
  max-width: 60rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.hero-play-button {
  z-index: 3;
  background-color: var(--button);
  background-image: linear-gradient(191deg, #4a732c00, var(--button-hover));
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  margin-top: 2rem;
  margin-bottom: -6rem;
  transition: background-color .6s, transform .6s;
  display: flex;
  position: relative;
  box-shadow: 0 0 200px 100px #0003;
}

.hero-play-button:hover {
  background-color: var(--pale-green);
  transform: scale(.9);
}

.section-preturi {
  padding-bottom: 8rem;
}

.layout-banner-preturi {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 2px solid var(--stroke-color);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem 1rem 1rem;
  display: grid;
  position: relative;
}

.image-preturi {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-sunset-bg {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 60%;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
}

.image-pahar {
  z-index: 2;
  object-fit: cover;
  object-position: 60% 60%;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
}

.div-block-145 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  display: flex;
}

.pachet-pret {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.pret-tag {
  border-left: 2px solid var(--stroke-color);
  margin-bottom: .5rem;
  margin-right: 0;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.pret-tag.is-last {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.div-block-146 {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 0;
}

.span-link-underline {
  font-weight: 500;
  box-shadow: 0 2px #c6c9cc;
}

.span-link-underline:hover {
  box-shadow: 0 2px 0 0 var(--pale-green);
  color: var(--pale-green);
}

.span-link-underline.is-normal {
  font-weight: 400;
}

.cerbu-form-wrapper {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.html-embed-3-copy {
  position: absolute;
  inset: -120px 0%;
}

.send-btn-form {
  z-index: 4;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.form-2-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-compus {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.form-rezerva {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.div-block-144-copy {
  border: 2px solid var(--stroke-color);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 1rem;
  display: flex;
  position: relative;
}

.map-mask {
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-map {
  z-index: 2;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-150 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-compus-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 22rem;
  display: grid;
}

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

.div-block-145-copy {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 50%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 2.5rem;
  display: flex;
}

.cloud-rezerva-acum {
  opacity: .22;
  width: 100%;
  max-width: none;
  position: absolute;
  bottom: 17%;
}

.cloud-rezerva-acum-3 {
  opacity: .23;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 40%;
}

.button-icon {
  z-index: 4;
  flex: none;
  width: 1.8rem;
  margin: -1rem .4rem -1rem -1rem;
  position: relative;
}

.div-block-151 {
  margin-bottom: 3rem;
}

.menu-green-green-bg {
  background-image: linear-gradient(222deg, var(--button), var(--button-hover));
  border-radius: .5rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.body-header-text2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.section-group-home-2 {
  width: 100%;
  position: relative;
}

.image-cattegory-mobile {
  display: none;
}

.gallery-title {
  margin-bottom: 1.5rem;
}

.lightbox-play-circle_hero {
  border: 1px solid var(--button);
  opacity: .6;
  border-radius: 50rem;
  width: 6rem;
  height: 6rem;
  transition: opacity .2s, transform .6s;
  position: absolute;
}

.lightbox-play-circle_hero:hover {
  opacity: 1;
  transform: scale(1.15);
}

.prezentare-zone-header {
  margin-left: -.25rem;
  font-size: 5rem;
  line-height: 1;
}

.div-block-154 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: .2rem;
  margin-left: -.3rem;
  display: grid;
}

.image-12 {
  width: 3rem;
  height: 3rem;
}

.footer-sky {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footer-content {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.div-block-158 {
  border-bottom: 2px solid var(--stroke-12);
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.header-oferta {
  height: 100vh;
  color: var(--cornsilk);
  background-color: #000;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.campanie-text {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.cercu-map-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #9ddfdf3d;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vw;
  padding: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-145-copy-copy {
  z-index: 10;
  border-radius: 1rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 2.5rem 4rem;
  position: relative;
}

.div-block-151-copy {
  width: 100%;
  margin-top: 3rem;
}

.div-block-162 {
  flex-wrap: wrap;
  margin-top: 1rem;
  display: flex;
}

.div-block-163 {
  margin-bottom: .5rem;
  margin-right: 1rem;
}

.span-m2 {
  font-size: .6em;
  position: relative;
  top: -.4em;
}

.cabana-cercu {
  font-size: 1.1rem;
  font-weight: 500;
}

.div-block-166 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-group-home-1 {
  background-image: linear-gradient(to bottom, var(--background-1), #2c6d66);
}

.sub-offer-header {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.sub-heading-header-copy {
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.1;
}

.price-title {
  margin-left: -.1rem;
  padding-bottom: .6rem;
  font-size: 1.3rem;
  line-height: 1.1;
}

.price-title.no-pad {
  padding-bottom: 0;
}

.btn-stroke {
  -webkit-backdrop-filter: brightness(130%) blur(10px);
  backdrop-filter: brightness(130%) blur(10px);
  background-color: #ffffff1a;
  border-radius: .6rem;
  padding: 3px;
}

.btn-stroke:hover {
  -webkit-backdrop-filter: brightness(125%) blur(10px);
  backdrop-filter: brightness(125%) blur(10px);
}

.btn-stroke.is-bigger {
  border-radius: .8rem;
  padding: 6px;
}

.btn-stroke.is-off {
  display: none;
}

.footer-link {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: -2px;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: 1.75rem .1rem;
  font-family: Itim, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  transition: color .1s ease-out;
  display: flex;
  position: relative;
}

.footer-link:hover {
  color: var(--button);
}

.text-weight-xlight {
  font-weight: 200;
}

.max-60ch {
  max-width: 60ch;
}

.section-icon {
  height: 10rem;
  margin-bottom: .5rem;
}

.footer-logo-cercu {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: filter .2s;
  display: flex;
}

.footer-logo-cercu:hover {
  filter: brightness(115%);
}

.footer-logo-icon {
  height: 10rem;
  margin-bottom: -.5rem;
}

.lottie-section-icon {
  height: 10rem;
  margin-bottom: .5rem;
}

.div-block-168 {
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
}

.div-block-168.is-offer {
  justify-content: flex-start;
  padding-left: 2rem;
}

.social-icon-f {
  z-index: 4;
  flex: none;
  width: 1.8rem;
  margin: -1rem 0;
  position: relative;
}

.div-block-171 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.footer-copyright {
  color: var(--pale-goldenrod);
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 300;
}

.div-block-172 {
  padding: 1rem;
}

.section-gdpr {
  width: 100%;
  position: relative;
}

.div-block-173 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.offer-text-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}

.offer-image {
  z-index: 1;
  opacity: .8;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.offer-scroll {
  z-index: 4;
  height: 8rem;
  position: absolute;
  bottom: 1%;
}

.offer-header {
  text-align: center;
  margin-bottom: .6rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: .9;
}

.te-asteptam-la-party {
  width: 100%;
  position: relative;
}

.section-form {
  z-index: 5;
  position: relative;
}

.nume-party {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: .9;
}

.main-title-subpages {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
}

.descriere-party {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-176 {
  z-index: 3;
  border: 2px solid var(--stroke-color);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  margin-bottom: 5rem;
  padding: 2.5rem 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rezervari-heading {
  text-align: center;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: .9;
}

.lottie-section-icon-copy {
  height: 6rem;
  margin-bottom: 0;
}

.rezervari-section {
  z-index: 3;
  position: relative;
}

.div-block-177 {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-178 {
  border: 2px solid var(--stroke-color);
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}

.div-block-178:hover {
  filter: brightness(110%);
}

.collection-item-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.booking-date {
  color: #8de4b7;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: .8rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
}

.image-15 {
  object-fit: cover;
  border-radius: .5rem;
  width: 8.2rem;
  height: 8.2rem;
  margin-top: -3rem;
  margin-bottom: 1.5rem;
}

.collection-list-wrapper-4 {
  margin-bottom: 10rem;
}

.section-rezervari {
  width: 100%;
  position: relative;
}

.logo-lottie-header {
  height: 10rem;
  margin-bottom: 0;
}

.nav-lottie_logo {
  height: 7rem;
}

.collection-list-wrapper-5 {
  z-index: 2;
  height: 100%;
  position: relative;
}

.collection-list-2, .collection-item-3 {
  height: 100%;
}

.black-bg {
  opacity: 0;
  background-color: #0c0c0c;
  width: 100%;
  height: 400vh;
  position: absolute;
  top: 0;
}

.div-block-181 {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 15rem;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.section-oferta {
  z-index: 10;
  width: 100%;
  padding-top: 4rem;
  position: relative;
}

.input-off, .form-inputs-off {
  display: none;
}

.span-tiny {
  color: var(--pale-goldenrod);
  font-family: Zilla Slab, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}

.is-subsol {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: 1.5rem;
}

.despartitor-bottom {
  width: 100%;
  margin-top: -24vw;
  margin-bottom: -9vw;
}

.steluta-explicatie {
  color: var(--pale-green);
  margin-bottom: -.5rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.booking-form-wrapper {
  z-index: 1;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 44rem;
  padding-left: 2.5rem;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form-map-grid {
  z-index: 10;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 7rem;
  display: grid;
  position: relative;
}

.image-17 {
  max-width: none;
  height: 74rem;
  margin-left: -5%;
  position: absolute;
}

.map-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.map-link:hover {
  filter: brightness(115%);
}

.div-block-184 {
  position: relative;
}

.div-block-185 {
  max-width: 100%;
  overflow: hidden;
}

.despartitor-top {
  z-index: 6;
  width: 100%;
  margin-top: -9vw;
  margin-bottom: -24vw;
  position: relative;
}

.banner-image-sky {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: linear-gradient(to top, #e6efef 50%, #2a9ad5 80%, #196db6);
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.banner-image-sky.is-footer-home {
  background-image: linear-gradient(to top, #e6efef 34%, #2a9ad5 77%, #196db6);
}

.banner-img-composition {
  position: absolute;
  inset: 0%;
}

.image-18 {
  opacity: .85;
  width: 7.5rem;
}

.cabana-cercu---heading {
  margin-left: -.15rem;
  font-size: 3rem;
  line-height: 1;
}

.simte-te-ca-la-munte {
  font-size: 2rem;
  line-height: 1;
}

.zona-banner-img {
  z-index: 3;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-bottom: -2.5vw;
  position: absolute;
  bottom: 0;
}

.zona-banner-img.is-footer-home {
  object-fit: cover;
  margin-bottom: -7vw;
}

.zona-banner-img.is-activitati {
  background-image: linear-gradient(#b2eaff00 10%, #c4efff33 32%, #dbf5ffcc 45%);
}

.zona-banner-img.is-footer-pages {
  object-position: 50% 0%;
}

.image-19 {
  z-index: 1;
  width: 100%;
  margin-top: -20vw;
  margin-bottom: -10vw;
  position: relative;
}

.floating-btns {
  z-index: 999;
  flex-direction: column;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.text-block-12 {
  text-align: right;
  text-shadow: 1px 1px 28px #000;
  white-space: nowrap;
  font-family: Zilla Slab, sans-serif;
  position: absolute;
  right: 4rem;
}

.div-block-186 {
  color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 3.5rem;
  margin-bottom: .5rem;
  transition: color .1s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-186:hover {
  color: var(--light-yellow);
  overflow: visible;
}

.offer-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.preturi-de-vara {
  display: none;
}

.preturi-de-iarna {
  width: 100%;
}

.zile-tag {
  border-left: 2px solid var(--stroke-color);
  align-items: center;
  margin-bottom: .5rem;
  margin-right: 0;
  padding: 0 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.zile-tag.is-last {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.pret-tag-tabel {
  border-bottom: 2px solid var(--stroke-color);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 2.6rem;
  margin-right: 0;
  padding-left: .8rem;
  padding-right: .6rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.pret-tag-tabel.is-last {
  border-right-style: none;
  margin-right: 0;
  padding-right: 0;
}

.pret-tag-tabel.is-first-row {
  background-color: #6ab0533d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 4rem;
  line-height: 1.1;
  display: flex;
}

.pret-tag-tabel.is-first-row.is-2-rows {
  padding-top: .4rem;
  display: block;
}

.pret-tag-tabel.is-first-row.is-empty {
  color: #0000;
}

.pret-tag-tabel.is-first-left {
  border-left-style: none;
}

.pret-tag-tabel.is-price {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.div-block-187 {
  border-radius: .3rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: .2rem;
  display: flex;
  overflow: hidden;
}

.price-column {
  flex: 1;
}

.price-column:hover {
  background-color: #6ab0531f;
}

.price-column.is-first {
  max-width: 4rem;
}

.price-column.is-ornare {
  flex: 0 auto;
}

.pachet-pret-iarna {
  flex-direction: column;
  margin-bottom: 3rem;
  display: flex;
}

.pachet-pret-iarna.is-last {
  margin-bottom: 2rem;
}

.heading-cadre-didacice {
  margin-bottom: .4rem;
  margin-left: -.2rem;
  font-size: 3rem;
  line-height: 1;
}

.bold-text {
  font-size: 3.3rem;
}

.text-span-4 {
  font-size: 1.2rem;
  display: inline-block;
  position: relative;
  bottom: .2rem;
  left: .3rem;
}

.heading-zona {
  margin-left: -.1rem;
  font-size: 2.5rem;
  line-height: 1;
}

.section-gallery {
  flex-direction: column;
  display: flex;
}

.gallery-lightbox {
  border: 2px solid #0000;
  border-radius: .5rem;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox:hover {
  z-index: 2;
  border-color: var(--button);
}

.collection-list-3 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-item-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 15vw;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 15vw;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  padding-left: 4px;
  padding-right: 4px;
  display: grid;
}

.specs-galerie {
  z-index: 2;
  padding: 3rem 2.5rem;
  position: relative;
}

.div-block-189 {
  background-color: #2c502c;
  background-image: linear-gradient(227deg, #31592d, var(--dark-slate-grey-2));
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: 2px;
  display: flex;
}

.spec-title {
  margin-bottom: 1.5rem;
}

.collection-list-wrapper-6 {
  margin-bottom: 12rem;
}

.sticky-navbar {
  z-index: 20;
  border: 1px solid var(--stroke-color);
  background-color: var(--background-1);
  border-radius: .5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
  position: sticky;
  top: 6px;
  box-shadow: 0 8px 20px -2px #0000004d;
}

.link-block {
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: .3rem;
  padding: .5rem 1.1rem;
  transition: background-color .2s;
}

.link-block:hover {
  opacity: 1;
  color: #f5f5e9;
  background-color: #6ab05333;
}

.link-block.w--current {
  background-color: var(--olive-drab);
  opacity: 1;
  color: #f5f5e9;
}

.gallery-title-wrapper {
  text-align: center;
  margin-top: 10rem;
  margin-left: 6px;
  margin-right: 6px;
  padding: 0 2.5rem 1.5rem;
}

.gallery-title-wrapper.horizontal-only {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-grup-1 {
  flex: 1;
  display: flex;
}

.span-number {
  font-family: PT Sans, sans-serif;
}

.text-block-14 {
  font-family: Open Sans, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1;
}

.text-block-14.is-ornare {
  font-size: .85rem;
  line-height: 1.1;
}

.image-20 {
  background-color: var(--olive-drab);
  opacity: .8;
  border-radius: .35rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-bottom: -.05rem;
  margin-left: -.1rem;
  margin-right: .2rem;
  padding: .05rem;
}

.div-block-190 {
  align-items: center;
  margin-top: .1rem;
  display: flex;
}

.text-span-5 {
  color: #efefdf8f;
  margin-left: -.45rem;
  font-weight: 300;
}

.heading {
  color: var(--pale-goldenrod);
  margin-top: .8rem;
  margin-bottom: 1rem;
  font-family: Zilla Slab, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-span-6 {
  color: #efefdf66;
  margin-left: -.65rem;
  font-weight: 300;
}

.div-block-191 {
  border: 20px solid #000;
  width: 300px;
  height: 300px;
  padding: 20px;
  display: inline-block;
}

.section {
  width: 1600px;
  height: 1000px;
}

@media screen and (min-width: 1280px) {
  .form-input {
    height: 3.75rem;
    font-size: 1.1rem;
  }

  .form-input::placeholder {
    font-size: 1.1rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .button {
    min-height: 3.8rem;
    padding-left: 2.8rem;
    padding-right: 2.5rem;
    font-size: 1.1rem;
  }

  .button.is-cta {
    min-height: 5rem;
    font-size: 1.2rem;
  }

  .button.is-cricle-icon, .button.is-floating-btn {
    width: 3.8rem;
    height: 3.8rem;
  }

  .form-checkbox-label, .form-field-wrapper {
    font-size: 1.1rem;
  }

  .nav-primary_link {
    min-height: 4rem;
    margin-right: 1.6rem;
    font-size: 1.2rem;
  }

  .nav-link {
    font-size: 1.1rem;
  }

  .slider-text-wrappper {
    width: 28rem;
    padding-left: 3.5rem;
  }

  .foto-voltaice-bg {
    background-position: 18% 30%;
    background-size: auto 142%;
    margin-top: -42%;
  }

  .form-label-regular {
    font-size: 1.1rem;
  }

  .prb-operator {
    width: 31%;
    height: 110%;
    bottom: -16%;
    right: 0%;
  }

  .leaf-1 {
    height: 8.2rem;
    top: -2.2rem;
    left: -1.9rem;
  }

  .leaf-1.is-cta {
    height: 11rem;
    top: -2.9rem;
    left: -2.7rem;
  }

  .leaf-2 {
    height: 8.2rem;
    top: -2.7rem;
    left: -1.6rem;
  }

  .leaf-2.is-cta {
    height: 11rem;
  }

  .layout-activitati-wrapper {
    padding-right: 2.5rem;
  }

  .banner-title {
    padding-bottom: 7rem;
  }

  .section-banner.is-footer-home {
    height: 50vw;
  }

  .section-banner.is-footer-pages {
    height: 108vw;
    margin-top: -32vw;
  }

  .pret-tag {
    font-size: 1.1rem;
  }

  .image-12 {
    width: 3.2rem;
    height: 3.2rem;
  }

  .div-block-151-copy {
    margin-top: 7rem;
  }

  .cabana-cercu {
    font-size: 1.2rem;
  }

  .price-title {
    font-size: 1.4rem;
  }

  .footer-link {
    font-size: 1.1rem;
  }

  .section-icon, .lottie-section-icon {
    height: 11rem;
  }

  .social-icon-f {
    width: 1.9rem;
  }

  .offer-image.is-cadre-didactice {
    opacity: .6;
  }

  .div-block-177 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .logo-lottie-header {
    height: 10.5rem;
  }

  .image-17 {
    height: 76rem;
  }

  .text-block-12 {
    right: 4.4rem;
  }

  .div-block-186 {
    width: 3.8rem;
  }

  .zile-tag {
    font-size: 1.1rem;
  }

  .pret-tag-tabel {
    height: 2.8rem;
    font-size: 1.1rem;
  }

  .pret-tag-tabel.is-first-row {
    height: 5.2rem;
    padding-right: 1.5rem;
  }

  .pret-tag-tabel.is-first-row.is-2-rows {
    padding-top: .5rem;
  }

  .price-column.is-first {
    max-width: 4.2rem;
  }

  .specs-galerie {
    width: 30rem;
    padding-left: 3.5rem;
  }

  .text-block-14, .text-block-14.is-ornare {
    font-size: 1rem;
  }

  .image-20 {
    width: 1.8rem;
    height: 1.8rem;
  }

  .div-block-190 {
    margin-top: .25rem;
  }

  .text-span-5 {
    margin-left: -.55rem;
  }
}

@media screen and (min-width: 1440px) {
  .form-input {
    height: 4rem;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    font-size: 1.15rem;
  }

  .form-input::placeholder {
    font-size: 1.15rem;
  }

  .text-size-medium {
    font-size: 1.25rem;
  }

  .button {
    min-height: 4rem;
    font-size: 1.15rem;
  }

  .button.is-cta {
    min-height: 5.2rem;
    padding-left: 3.4rem;
    padding-right: 3rem;
    font-size: 1.25rem;
  }

  .button.is-cricle-icon, .button.is-floating-btn {
    width: 4rem;
    height: 4rem;
  }

  .form-checkbox-label {
    font-size: 1.15rem;
  }

  .text-size-tiny {
    font-size: .8rem;
  }

  .form-field-wrapper {
    font-size: 1.15rem;
  }

  .nav-primary_link {
    margin-right: 1.7rem;
    font-size: 1.3rem;
  }

  .testimonials1_arrow.is-4 {
    background-color: #2c6858;
  }

  .text-size-regular {
    font-size: 1.1rem;
  }

  .nav-link {
    font-size: 1.15rem;
  }

  .slider-text-wrappper {
    width: 32rem;
    padding-left: 4rem;
    padding-right: 3.8rem;
  }

  .form-label-regular {
    font-size: 1.15rem;
  }

  .leaf-1 {
    height: 8.8rem;
    top: -2.4rem;
    left: -2.1rem;
  }

  .leaf-1.is-cta {
    height: 11.2rem;
    top: -3.1rem;
    left: -2.6rem;
  }

  .leaf-2 {
    height: 8.5rem;
  }

  .leaf-2.is-cta {
    height: 11.2rem;
  }

  .banner-title {
    padding-bottom: 8rem;
  }

  .section-banner.is-footer-pages {
    height: 104vw;
    margin-top: -32vw;
  }

  .pret-tag {
    font-size: 1.15rem;
  }

  .button-icon {
    width: 2rem;
  }

  .image-12 {
    width: 3.4rem;
    height: 3.4rem;
  }

  .div-block-151-copy {
    margin-top: 8rem;
  }

  .cabana-cercu {
    font-size: 1.3rem;
  }

  .price-title {
    font-size: 1.5rem;
  }

  .footer-link {
    font-size: 1.15rem;
  }

  .section-icon, .lottie-section-icon {
    height: 12rem;
  }

  .social-icon-f {
    width: 2rem;
  }

  .logo-lottie-header {
    height: 11rem;
  }

  .image-17 {
    height: 78rem;
  }

  .text-block-12 {
    right: 4.6rem;
  }

  .div-block-186 {
    width: 4rem;
  }

  .zile-tag {
    font-size: 1.15rem;
  }

  .pret-tag-tabel {
    height: 3rem;
    font-size: 1.15rem;
  }

  .pret-tag-tabel.is-first-row {
    padding-right: 2rem;
  }

  .pret-tag-tabel.is-first-row.is-2-rows {
    padding-top: .6rem;
  }

  .specs-galerie {
    width: 32rem;
    padding-left: 4rem;
    padding-right: 3.8rem;
  }

  .image-20 {
    width: 2rem;
    height: 2rem;
    padding: .1rem;
  }

  .div-block-190 {
    margin-top: .3rem;
  }
}

@media screen and (min-width: 1920px) {
  .text-size-tiny {
    font-size: .85rem;
  }

  .nav-primary_link {
    margin-right: 1.8rem;
    font-size: 1.5rem;
  }

  .testimonials1_arrow.is-4 {
    background-color: #2c644d;
  }

  .section-banner.is-footer-pages {
    height: 96vw;
    margin-top: -32vw;
  }

  .banner-image.is-footer-home {
    object-position: 50% 50%;
  }

  .pret-tag {
    font-size: 1.25rem;
  }

  .image-12 {
    width: 3.6rem;
    height: 3.6rem;
  }

  .cabana-cercu {
    font-size: 1.5rem;
  }

  .price-title {
    font-size: 1.6rem;
  }

  .footer-link {
    font-size: 1.15rem;
  }

  .section-icon, .lottie-section-icon {
    height: 13rem;
  }

  .logo-lottie-header {
    height: 12rem;
  }

  .span-tiny {
    font-size: 1.2rem;
  }

  .image-17 {
    height: 80rem;
  }

  .zona-banner-img.is-footer-home {
    object-position: 50% 50%;
  }

  .zile-tag {
    font-size: 1.25rem;
  }

  .pret-tag-tabel {
    height: 3.2rem;
    font-size: 1.25rem;
  }

  .pret-tag-tabel.is-first-row {
    height: 5.2rem;
    padding-right: 3rem;
  }

  .pret-tag-tabel.is-first-row.is-2-rows {
    padding-top: .6rem;
  }

  .section {
    background-color: #000;
  }

  .div-block-192 {
    width: 500px;
    height: 1500px;
  }
}

@media screen and (max-width: 991px) {
  .text-size-large {
    font-size: 1.5rem;
  }

  .button.is-cta {
    min-height: 4rem;
    font-size: 1rem;
  }

  .footer6_bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .section-home-header {
    text-align: left;
    align-items: flex-start;
    height: 80vh;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .text-size-xlarge {
    font-size: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .footer6_top {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_class-visual {
    width: 100%;
  }

  .show-tablet {
    display: block;
  }

  .heading-small {
    font-size: 1.6rem;
  }

  .nav-right_menu {
    padding-right: 0;
  }

  .nav-primary_menu-button {
    padding: .5rem;
  }

  .nav-primary_menu-button.w--open {
    color: #24292e;
    background-color: #0000;
  }

  .nav-primary_dropdown {
    align-items: flex-start;
  }

  .nav-primary_container {
    min-height: 7rem;
  }

  .nav-primary_button-wrapper {
    display: flex;
  }

  .nav-primary_button-wrapper.is-home-hero {
    margin-right: 0;
  }

  .nav-primary_logo-link.w--current {
    margin-left: -.8rem;
  }

  .nav-primary_logo {
    margin-right: 0;
  }

  .nav1_underline {
    display: none;
  }

  .nav1_link {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    transition: color .2s ease-out;
  }

  .nav1_link:hover {
    color: var(--button);
  }

  .nav2_link {
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    transition: color .2s ease-out;
  }

  .nav2_link:hover {
    color: var(--button);
  }

  .fs-styleguide_blank-space {
    height: 3.5rem;
  }

  .fs-styleguide_header {
    text-align: left;
    align-items: flex-start;
  }

  .fs-styleguide_color-palette {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_icon-gallery {
    grid-template-columns: auto auto auto auto;
    grid-auto-flow: row;
  }

  .heading-xxlarge {
    font-size: 3.5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-0-all {
    padding: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .button-wrapper.smaller {
    margin-top: .5rem;
    margin-right: .5rem;
  }

  .button_lottie {
    opacity: .16;
    filter: brightness(200%);
  }

  .button_lottie-wrapper.is_seccondary {
    display: none;
  }

  .heading-xxxlarge {
    font-size: 4rem;
  }

  .nav-primary_hamburger {
    align-items: flex-start;
    top: 1.5rem;
    right: 1rem;
  }

  .nav-m2m_logo-link {
    width: 6.4rem;
    height: 6.4rem;
    margin-left: -3.2rem;
    top: .3rem;
  }

  .inchiriaza_img {
    min-height: 24rem;
  }

  .inchiriaza_img-wrapper {
    min-height: 100%;
    margin-left: -2.5rem;
  }

  .inchiriaza-bg-image.is-home-rezervare {
    width: 100%;
    height: 100%;
  }

  .gdpr-laoyut {
    grid-column-gap: 2.5rem;
    margin-top: 4rem;
  }

  .nav-360property_logo-link {
    width: 11rem;
    height: 6.4rem;
    margin-left: -5.5rem;
    top: .3rem;
  }

  .nav-360property_logo-link.sub-page {
    margin-left: -5.5rem;
  }

  .nav-primary-intelitech {
    min-height: 7rem;
  }

  .nav-primary_cercu {
    min-height: 10rem;
    margin-bottom: -10rem;
  }

  .slider-text-wrappper {
    width: 23rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .desktop-momentan {
    display: none;
  }

  .horizontal-gallery-wrapper {
    height: 100%;
    margin-left: 0;
    padding-bottom: 5rem;
    padding-left: 0;
  }

  .horizontal-gallery-wrapper.is-invert {
    margin-right: 0;
  }

  .foto-voltaice-bg {
    background-position: 22% 30%;
    margin-top: -27%;
    margin-bottom: -6%;
  }

  .home-banner_title {
    font-size: 2.6rem;
  }

  .home-banner_description {
    font-size: 1rem;
  }

  .home-banner_layout {
    align-items: flex-start;
  }

  .home-banner_text-wrapper {
    max-width: 33rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .prb-operator {
    width: 47%;
    bottom: -51%;
  }

  .layout-contact_home {
    min-width: 20rem;
  }

  .header-contacteaza-ne {
    font-size: 2.5rem;
  }

  .sisteme-climatizare-layout {
    grid-template-columns: 1.5fr 1fr;
    align-items: flex-start;
  }

  .climtaizare-image {
    background-size: cover;
  }

  .text-wrapper-sisteme-climatizare {
    max-width: 33rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .gallery_slide_animated {
    margin-right: .5rem;
  }

  .layer-2_bg, .layer-3_cabana {
    object-position: 45% 50%;
  }

  .cerbu-nav-primary_logo-link {
    flex-direction: column;
    margin-left: auto;
  }

  .gallery-image-video {
    grid-column-gap: 0rem;
    align-items: start;
    padding-left: 0;
  }

  .gallery-image-video.is-invert {
    grid-template-columns: 1.25fr 1fr;
    padding-right: 0;
  }

  .video-light-box {
    width: 21rem;
    max-width: none;
    height: 21rem;
    min-height: 100%;
    max-height: none;
    margin-bottom: 0;
  }

  .header-main-text {
    font-size: 4rem;
  }

  .gallery_slider-mask-portrait {
    width: 12rem;
    max-width: none;
    height: 18rem;
    max-height: none;
  }

  .lottie-animation-4 {
    bottom: 4rem;
  }

  .layout-activitati {
    border-style: none;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
  }

  .layout-activitati-wrapper {
    padding: 1.5rem 0;
  }

  .layout-activitati-wrapper.is-1, .layout-activitati-wrapper.is-2, .layout-activitati-wrapper.is-3, .layout-activitati-wrapper.is-5, .layout-activitati-wrapper.is-4, .layout-activitati-wrapper.is-mini-tabara {
    border-style: none none solid;
    border-width: 1px;
    border-color: black black var(--stroke-color);
  }

  .div-block-133 {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .div-block-133.is-tablet-invert {
    text-align: right;
    order: -1;
    padding-left: 0;
    padding-right: 1.5rem;
  }

  .gallery-stroke {
    left: 1rem;
    right: -1rem;
  }

  .gallery-stroke.is-video {
    bottom: -1rem;
  }

  .gallery-stroke.is-gallery-invert {
    left: -1rem;
    right: 1rem;
  }

  .gallery-stroke.is-text {
    display: none;
  }

  .gallery-stroke.is-text:hover {
    background-color: #0000;
  }

  .gallery_video-wrapper {
    margin-left: 2.5rem;
  }

  .gallery_video-wrapper.is-invert {
    margin-left: 0;
    margin-right: 2.5rem;
  }

  .gallery_images-wrapper {
    margin-right: 0;
  }

  .gallery_images-wrapper.is-invert {
    margin-left: 0;
  }

  .lightbox_is-main, .lightbox_is-absolute-2nd, .lightbox_is-absolute-3rd {
    width: 10rem;
  }

  .banner-title {
    min-height: 25vw;
  }

  .section-banner, .section-banner.is-footer-home {
    height: 70vw;
  }

  .section-banner.is-footer-pages {
    height: 130vw;
    margin-top: -20vw;
  }

  .banner-image {
    margin-bottom: -10vw;
  }

  .banner-image.is-footer-home {
    margin-bottom: -11vw;
  }

  .banner-heading, .banner-heading.in-footer-home {
    bottom: 44%;
  }

  .page-title {
    margin-bottom: 5rem;
  }

  .page-title.is-rezerva-cabana {
    margin-bottom: 3rem;
  }

  .layout-banner-preturi {
    grid-template-columns: 1fr;
    padding: .5rem;
  }

  .image-preturi {
    height: 50vw;
  }

  .div-block-145 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-146 {
    padding-top: 2.25rem;
  }

  .div-block-147 {
    justify-content: center;
  }

  .div-block-147.is-offer {
    justify-content: flex-start;
  }

  .form-2-copy {
    grid-column-gap: 2.5rem;
    align-items: start;
  }

  .div-block-144-copy {
    width: auto;
    height: 60vw;
    padding: .5rem;
  }

  .div-block-144-copy.is-tablet-last {
    order: 1;
  }

  .form-map {
    flex-direction: column;
  }

  .div-block-145-copy {
    width: auto;
    max-width: none;
    padding: 2.5rem;
  }

  .menu-green-green-bg {
    opacity: 0;
    display: block;
  }

  .footer-sky {
    background-image: linear-gradient(to top, #95d7fa, #95d7fa40 25%, #95d7fa00);
  }

  .footer-content {
    padding-bottom: 4rem;
  }

  .cercu-map-wrapper {
    height: 60vw;
    padding: .5rem;
  }

  .div-block-145-copy-copy {
    width: auto;
    max-width: none;
    padding: 0 2.5rem;
  }

  .cabana-cercu {
    font-size: 1.6rem;
    line-height: 1;
  }

  .sub-offer-header {
    font-size: 1.7rem;
  }

  .footer-link {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-gdpr {
    padding-top: 8rem;
  }

  .offer-scroll {
    bottom: 4rem;
  }

  .offer-header {
    font-size: 4rem;
  }

  .nume-party {
    font-size: 3.5rem;
  }

  .main-title-subpages {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .descriere-party {
    font-size: 1.7rem;
  }

  .div-block-176 {
    margin-top: 10rem;
  }

  .lottie-section-icon-copy {
    height: 5rem;
  }

  .div-block-177 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-178 {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-15 {
    width: 6rem;
    height: 6rem;
    margin-bottom: .6rem;
  }

  .nav-lottie_logo {
    height: 7rem;
    margin-right: 0;
  }

  .section-oferta {
    padding-top: 8rem;
  }

  .booking-form-wrapper {
    width: auto;
    max-width: none;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .form-map-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-bottom: 8rem;
    display: flex;
  }

  .image-17 {
    height: 70rem;
    margin-left: -2.5%;
  }

  .div-block-184 {
    height: 48rem;
  }

  .zona-banner-img {
    margin-bottom: -10vw;
  }

  .zona-banner-img.is-footer-home {
    margin-bottom: -11vw;
  }

  .floating-btns {
    bottom: 1rem;
    right: 1rem;
  }

  .heading-cadre-didacice {
    font-size: 3rem;
  }

  .text-span-4 {
    font-size: 1.1rem;
  }

  .collection-item-4 {
    grid-template-rows: 20vw;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .collection-list-wrapper-6 {
    margin-bottom: 8rem;
  }

  .link-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .gallery-title-wrapper {
    margin-top: 14rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  .heading-xlarge {
    margin-left: -.1rem;
    font-size: 2.5rem;
  }

  .button-secondary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .button {
    padding-left: 1.75rem;
    padding-right: 1.25rem;
  }

  .button.has-icon {
    padding-left: 2rem;
  }

  .fs-styleguide_component-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

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

  .section-home-header {
    text-align: left;
    align-items: flex-start;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

  .text-size-xlarge {
    font-size: 1.75rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-rich-text h3 {
    font-size: 2rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .text-rich-text h5 {
    font-size: 1.3rem;
  }

  .text-rich-text img {
    max-height: 19.5rem;
  }

  .text-size-xxlarge {
    font-size: 2rem;
  }

  .icon-1x1-large {
    width: 1.8rem;
    height: 1.8rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .heading-small {
    font-size: 1.3rem;
  }

  .nav-primary_link {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav-primary_container {
    min-height: 6rem;
  }

  .dropdown-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-primary_component {
    padding-right: 1.25rem;
  }

  .nav-primary_logo-link {
    padding-left: 0;
  }

  .nav-primary_dropdown-toggle {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

  .footer-apartoo_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .faq1_question {
    padding-left: 0;
  }

  .nav1_link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.25rem;
  }

  .nav2_link {
    padding: .75rem 1.25rem;
  }

  .utility-page-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .fs-styleguide_header {
    text-align: left;
    align-items: flex-start;
  }

  .fs-styleguide_grid {
    grid-template-columns: 1fr;
  }

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

  .max-width-full-tablet {
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-0 {
    padding: 0;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-0-all {
    padding: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-xsmall {
    font-size: 1.2rem;
  }

  .footer5_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .desktop-only {
    font-size: 1.25rem;
  }

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

  .heading-xxxlarge {
    margin-left: -.15rem;
    font-size: 3.5rem;
  }

  .nav-primary_hamburger {
    top: 1rem;
    right: 1rem;
  }

  .nav-primary_hamburger-toggle-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-m2m_logo-link {
    width: 5.6rem;
    height: 5.6rem;
    margin-left: -2.8rem;
    padding-left: 0;
    top: .2rem;
  }

  .inchiriaza_img {
    min-height: auto;
  }

  .inchiriaza_img-wrapper {
    border-radius: .5rem;
    height: 58vw;
    min-height: auto;
    margin-left: -.25rem;
    margin-right: -.25rem;
    overflow: hidden;
  }

  .inchiriaza_img-wrapper.is-contact {
    height: 60vw;
  }

  .footer-logo {
    width: 8rem;
    height: 8rem;
  }

  .footer-logo_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .inchiriaza-bg-image {
    inset: 0%;
  }

  .inchiriaza-bg-image.is-home-rezervare {
    inset: auto;
  }

  .icon-button {
    width: 1.8rem;
    height: 1.8rem;
  }

  .gdpr-laoyut {
    grid-column-gap: 2rem;
    margin-top: 6rem;
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding: .75rem;
  }

  .succes {
    height: 20rem;
    margin: -5rem;
  }

  .nav-360property_logo-link {
    width: 10rem;
    height: 5.6rem;
    margin-left: -5rem;
    padding-left: 0;
    top: .2rem;
  }

  .nav-360property_logo-link.sub-page {
    margin-left: -5rem;
  }

  .footer-logo_360-property {
    width: 16rem;
    height: 8rem;
  }

  .nav-primary-intelitech {
    min-height: 6rem;
  }

  .slider-text-wrappper {
    width: 100%;
    padding-bottom: 1.25rem;
  }

  .inteli-nav-primary_logo-link {
    padding-left: 0;
  }

  .horizontal-gallery-wrapper {
    padding-left: 2.5rem;
  }

  .foto-voltaice-bg {
    background-position: 8% 100%;
    background-size: auto 100%;
    height: 65vw;
    max-height: none;
    margin-top: -38%;
    margin-bottom: -18%;
  }

  .layout_homepage-header {
    grid-template-columns: 1fr;
  }

  .home-banner_title {
    font-size: 3rem;
  }

  .home-banner_description {
    margin-bottom: .5rem;
  }

  .home-banner_layout {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-banner_text-wrapper {
    max-width: 28rem;
  }

  .prb-operator {
    width: 30%;
    height: 65vw;
    margin-top: -50%;
    margin-bottom: -10%;
    margin-left: auto;
    position: relative;
    bottom: 0%;
    right: 0%;
  }

  .component-contact-home {
    grid-row-gap: 1.75rem;
    grid-template-columns: 1fr;
    margin-top: -6.5rem;
  }

  .layout-contact_home {
    min-width: auto;
    margin-right: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-contacteaza-ne {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    margin-left: -.1rem;
    font-size: 3.2rem;
  }

  .sisteme-climatizare-layout {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .climtaizare-image {
    height: 75%;
  }

  .text-wrapper-sisteme-climatizare {
    max-width: 28rem;
  }

  .gallery_slide_animated {
    margin-right: .25rem;
  }

  .gallery-image-video {
    grid-column-gap: 0rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: stretch;
    display: block;
  }

  .video-light-box {
    width: 12rem;
    height: 15rem;
  }

  .gallery_slider-mask-portrait {
    width: 10rem;
    height: 10rem;
  }

  .cerbu-galerie-wrapper.is-invert {
    order: -1;
  }

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

  .layout-activitati {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .layout-activitati-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .div-block-133 {
    padding: 1rem .8rem 1rem 1.5rem;
  }

  .gallery-stroke {
    left: 1.5rem;
  }

  .gallery-stroke.is-gallery-invert {
    left: -1rem;
    right: 1.5rem;
  }

  .gallery_images-wrapper {
    order: 1;
  }

  .section---activitati {
    margin-bottom: 5rem;
  }

  .section-banner {
    height: 66vw;
  }

  .section-banner.is-footer-pages {
    height: 160vw;
  }

  .banner-heading {
    bottom: 42%;
  }

  .div-block-145 {
    align-items: stretch;
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-2-copy {
    grid-template-columns: 1fr;
  }

  .div-block-144-copy {
    height: 70vw;
  }

  .body-header-text2 {
    font-size: 1.4rem;
  }

  .prezentare-zone-header {
    margin-left: -.15rem;
    font-size: 3.5rem;
  }

  .div-block-155 {
    grid-column-gap: 1.5rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-158 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .cercu-map-wrapper {
    height: 70vw;
  }

  .sub-offer-header, .sub-heading-header-copy, .price-title {
    font-size: 1.5rem;
  }

  .footer-link {
    min-height: 2.5rem;
    padding: .75rem;
  }

  .section-icon, .lottie-section-icon {
    height: 8rem;
  }

  .div-block-168 {
    left: 2.5rem;
    right: auto;
  }

  .footer-copyright {
    margin-top: 1.25rem;
  }

  .section-gdpr {
    padding-top: 6rem;
  }

  .nume-party {
    font-size: 3rem;
  }

  .descriere-party {
    font-size: 1.5rem;
  }

  .div-block-177 {
    grid-template-columns: 1fr 1fr;
  }

  .section-oferta {
    padding-top: 6rem;
  }

  .form-map-grid {
    margin-bottom: 7rem;
  }

  .image-18 {
    width: 5rem;
  }

  .cabana-cercu---heading {
    margin-left: -.1rem;
    font-size: 2.5rem;
  }

  .simte-te-ca-la-munte {
    font-size: 1.3rem;
  }

  .pret-tag-tabel {
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .heading-cadre-didacice {
    font-size: 2.2rem;
  }

  .gallery-lightbox {
    border-radius: .25rem;
  }

  .collection-item-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 20vw;
    padding-left: 2px;
    padding-right: 2px;
  }

  .specs-galerie {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .div-block-189 {
    border: 2px solid var(--stroke-color);
    background-color: #0000;
    background-image: none;
    margin-bottom: 1.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sticky-navbar {
    border-width: 2px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 4px;
    padding-right: 4px;
  }

  .link-block {
    flex: 1;
    padding: .4rem .75rem;
  }

  .gallery-title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .form-input.input-area {
    min-height: 10rem;
  }

  .text-size-medium {
    font-size: 1.2rem;
  }

  .button-row {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    grid-auto-columns: max-content;
    grid-auto-flow: row;
  }

  .button.is-cricle-icon {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 4rem;
    height: 4rem;
  }

  .button.is-floating-btn {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .footer6_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-rich-text ul {
    padding-left: 1.75rem;
  }

  .text-rich-text img {
    max-height: 16rem;
  }

  .text-size-xxlarge {
    font-size: 2rem;
  }

  .footer6_content-right {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-small {
    font-size: 1.3rem;
  }

  .nav-right_menu {
    padding-left: .2rem;
    padding-right: 3.7rem;
    display: none;
  }

  .nav-primary_link {
    padding-left: .5rem;
    padding-right: 0;
  }

  .nav-primary_dropdown.is-nav-language {
    margin-left: -1.25rem;
  }

  .nav-primary_container {
    min-height: 7.5rem;
  }

  .nav-primary_component {
    padding-left: 1.25rem;
  }

  .nav-primary_button-wrapper {
    margin-left: .8rem;
  }

  .nav-primary_dropdown-list.is-alligned-right.language {
    left: .51rem;
    right: auto;
  }

  .nav-primary_logo {
    margin-right: 0;
  }

  .footer-apartoo_wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .testimonials1_arrow {
    margin-left: .4rem;
    bottom: -4.2rem;
  }

  .testimonials1_arrow.right {
    margin-right: 0;
    left: 4.4rem;
  }

  .testimonials1_arrow.is-1 {
    background-color: #2d5c37;
  }

  .testimonials1_arrow.is-2 {
    background-color: #2d6040;
  }

  .testimonials1_arrow.is-3 {
    background-color: #2c6349;
  }

  .testimonials1_arrow.is-4 {
    background-color: #2c6b61;
  }

  .utility-page-wrap, .utility-page-content {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-xxlarge {
    margin-left: -.1rem;
    font-size: 2.8rem;
  }

  .padding-0 {
    padding: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-0-all {
    margin: 0;
  }

  .padding-0-all {
    padding: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-primary_hamburger {
    top: .8rem;
    right: .8rem;
  }

  .dropdown-list_arrow.is-right-aligned.language {
    left: .7rem;
    right: auto;
  }

  .nav-m2m_logo-link {
    width: 6.4rem;
    height: 6.4rem;
    margin-left: -3.2rem;
    position: absolute;
    top: .4rem;
    left: 50%;
  }

  .inchiriaza_img-wrapper {
    height: 65vw;
  }

  .footer-logo {
    width: 10rem;
    height: 10rem;
  }

  .footer-logo_wrapper {
    height: 90vw;
  }

  .footer-lottie {
    margin-top: 8vw;
    left: -32%;
    right: -33%;
  }

  .slider-component {
    align-items: flex-start;
  }

  .lightbox-link {
    border-radius: .5rem;
  }

  .gdpr-laoyut {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding-bottom: 2.5rem;
  }

  .nav-360property_logo-link {
    width: 11rem;
    height: 6.4rem;
    margin-left: -5.5rem;
    position: absolute;
    top: .55rem;
    left: 50%;
  }

  .nav-360property_logo-link.sub-page {
    margin-left: -5.5rem;
  }

  .footer-logo_360-property {
    width: 14rem;
    height: 10rem;
  }

  .nav-primary-intelitech {
    min-height: 7.5rem;
  }

  .cloud-1 {
    width: 360%;
  }

  .cloud-2 {
    width: 240%;
    top: -6%;
  }

  .nav-primary_cercu {
    min-height: 8rem;
  }

  .slider-text-wrappper {
    padding: 0 1.25rem 0 1.5rem;
  }

  .horizontal-gallery-wrapper {
    padding-left: 1rem;
  }

  ._404-lottie {
    width: 20rem;
  }

  .foto-voltaice-bg {
    background-position: 13% 100%;
    height: 80vw;
    margin-top: -36%;
  }

  .home-banner_title {
    font-size: 2.6rem;
  }

  .home-banner_layout {
    flex-direction: column;
    padding-bottom: 0;
  }

  .home-banner_text-wrapper {
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .prb-operator {
    width: 40%;
    height: 20rem;
    margin-top: -37%;
    margin-bottom: -16%;
  }

  .layout-contact_home {
    padding-left: 0;
    padding-right: 0;
  }

  .header-contacteaza-ne {
    margin-top: 1rem;
    font-size: 10vw;
  }

  .sisteme-climatizare-layout {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .climtaizare-image {
    background-position: 0 0;
    width: auto;
    height: 40vw;
    margin-top: -6.7rem;
    margin-left: 13.5rem;
  }

  .text-wrapper-sisteme-climatizare {
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .daikin_home-comfort {
    width: 14rem;
  }

  .div-block-81-copy {
    margin-top: -.2rem;
    margin-bottom: -.2rem;
  }

  .div-block-83-copy {
    margin-left: -.3rem;
  }

  .gallery-section {
    margin-bottom: 6rem;
  }

  .gallery-section.is-activitati {
    border-bottom: 4px solid #19381a;
    margin-bottom: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery_slide_animated {
    margin-right: 1vw;
  }

  .layer-2_bg {
    object-position: 50% 100%;
    width: 100%;
    height: 106%;
  }

  .layer-3_cabana {
    object-position: 12% 50%;
    display: none;
    top: -2%;
  }

  .layer-3_cabana.is-mobile {
    object-position: 50% 100%;
    display: block;
  }

  .layer-4_tufis {
    transform-origin: 50%;
    object-position: 42% 50%;
    width: 100%;
    height: 103%;
  }

  .header_casa-cerbu_wrapper {
    height: 150vh;
  }

  .cerbu-nav-primary_logo-link {
    flex-direction: column;
  }

  .gallery-image-video {
    grid-column-gap: 2vw;
    grid-row-gap: 0rem;
    display: flex;
  }

  .video-light-box {
    border-radius: .5rem;
    width: 26vw;
    height: 40vw;
    min-height: auto;
  }

  .lightbox-play {
    width: 3.6rem;
    height: 3.6rem;
  }

  .play-icon {
    width: 1.1rem;
    margin-right: -.4rem;
  }

  .lightbox-play-circle {
    width: 4.6rem;
    height: 4.6rem;
  }

  .header-main-text {
    margin-left: -1rem;
    margin-right: -1rem;
    font-size: 3.5rem;
  }

  .gallery_slider-mask-portrait {
    width: 26vw;
    height: 34vw;
  }

  .header_text-1 {
    padding-top: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header_text-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .layout-activitati {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .layout-activitati-wrapper {
    flex-direction: column;
  }

  .layout-activitati-wrapper.is-1, .layout-activitati-wrapper.is-2, .layout-activitati-wrapper.is-3, .layout-activitati-wrapper.is-5, .layout-activitati-wrapper.is-4, .layout-activitati-wrapper.is-mini-tabara {
    border-style: none;
    border-color: #000;
  }

  .div-block-133 {
    border: 2px solid var(--stroke-color);
    border-radius: .5rem;
    margin-top: -2rem;
    margin-left: -.5rem;
    margin-right: -.5rem;
    padding: 3rem .75rem .75rem;
  }

  .div-block-133.is-tablet-invert {
    text-align: left;
    order: 1;
    margin-left: -.75rem;
    margin-right: -.75rem;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .gallery-stroke {
    border-radius: .5rem;
    top: 2.2rem;
    bottom: 2.5rem;
    left: .75rem;
  }

  .gallery-stroke.is-video {
    top: 2rem;
    bottom: 2.2rem;
  }

  .gallery-stroke.is-video.is-invert {
    left: 1rem;
    right: -1rem;
  }

  .gallery-stroke.is-gallery-invert {
    left: -1rem;
    right: .75rem;
  }

  .gallery_video-wrapper {
    z-index: 4;
    margin-left: 1.25rem;
  }

  .gallery_video-wrapper.is-invert {
    margin-right: 1.25rem;
  }

  .gallery_images-wrapper {
    margin-left: 0;
  }

  .gallery_images-wrapper.is-invert {
    align-self: stretch;
    margin-right: 0;
  }

  .div-block-139 {
    border-radius: .5rem;
    inset: -1px;
  }

  .lightbox_is-main {
    width: auto;
    height: 40vw;
    min-height: auto;
  }

  .div-block-140 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    margin-top: 0;
    margin-left: .2rem;
    margin-right: .2rem;
    display: grid;
    overflow: hidden;
  }

  .lightbox_is-absolute-2nd {
    width: auto;
    margin-left: 0;
    position: relative;
  }

  .lightbox_is-absolute-2nd:hover {
    margin-left: 0;
  }

  .lightbox_is-absolute-3rd {
    width: auto;
    margin-left: 0;
    position: relative;
    right: 0;
  }

  .lightbox_is-absolute-3rd:hover {
    margin-left: 0;
  }

  .banner-title {
    padding-bottom: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-banner {
    background-image: none;
    height: 120vw;
  }

  .section-banner.is-footer-home {
    height: 120vw;
  }

  .section-banner.is-footer-pages {
    height: 270vw;
    margin-top: -10vw;
  }

  .banner-image {
    height: 79%;
    margin-bottom: -8vw;
  }

  .banner-image.is-footer-home {
    height: 62%;
    margin-bottom: 0;
  }

  .banner-image.is-activitati {
    object-position: 31% 50%;
  }

  .banner-image.is-footer-pages {
    object-position: 36% 50%;
    background-image: linear-gradient(#b2eaff00 10%, #dbf5ff 26%);
  }

  .banner-image.is-home-activitati {
    object-position: 34% 50%;
  }

  .clouds-banner.is-home-footer {
    max-height: none;
  }

  .banner-heading {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .banner-heading.in-footer-home {
    bottom: 38%;
  }

  .page-title {
    margin-bottom: 4rem;
  }

  .layout-banner-preturi {
    background-image: none;
    border-style: none;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .image-preturi {
    outline-color: var(--stroke-color);
    outline-offset: .5rem;
    outline-width: 2px;
    outline-style: solid;
    height: 85vw;
  }

  .div-block-145 {
    padding-top: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .pachet-pret {
    margin-bottom: 1.5rem;
  }

  .pachet-pret.is-last {
    margin-bottom: .5rem;
  }

  .pret-tag {
    margin-right: .7rem;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: .8rem;
  }

  .div-block-146 {
    margin-left: -1rem;
    margin-right: -1rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form-rezerva {
    grid-template-columns: 1fr;
  }

  .div-block-144-copy {
    height: 100vw;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .div-block-145-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .cloud-rezerva-acum {
    opacity: .25;
    width: 400%;
    bottom: 20%;
  }

  .cloud-rezerva-acum-3 {
    opacity: .15;
    width: 400%;
  }

  .body-header-text2 {
    font-size: 1.1rem;
  }

  .section-group-home-2 {
    background-image: linear-gradient(to top, #92d4f7, #509199 32%, #2c6d66);
  }

  .image-cattegory-mobile {
    z-index: 0;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    height: 85vw;
    margin-bottom: -1.5rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .div-block-153 {
    z-index: 1;
    background-image: linear-gradient(to top, #0d0d0dcc 8%, #0d0d0d00);
    height: 60%;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
  }

  .div-block-153.is-2 {
    background-image: linear-gradient(to top, #2c5e3d 8%, #2d592d00);
  }

  .div-block-153.is-3 {
    background-image: linear-gradient(to top, #2c6247 8%, #2d592d00);
  }

  .div-block-153.is-4 {
    background-image: linear-gradient(to top, #2c6a5e 8%, #2d592d00);
  }

  .gallery-title {
    text-align: center;
    margin: -5.5rem -1rem 3.25rem;
    position: relative;
    bottom: 47vw;
  }

  .gallery-title.is-activitati {
    margin-left: 0;
    bottom: 45.7vw;
  }

  .prezentare-zone-header {
    font-size: 11vw;
  }

  .div-block-154 {
    margin-bottom: .5rem;
  }

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

  .footer-sky {
    background-image: linear-gradient(to top, #95d7fa, #95d7fa40 25%, #95d7fa00);
    align-items: center;
    max-height: 200vh;
  }

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

  .campanie-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cercu-map-wrapper {
    width: auto;
    height: 100vw;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .div-block-145-copy-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: block;
  }

  .cabana-cercu {
    font-size: 1.6rem;
    font-weight: 300;
  }

  .price-title {
    font-size: 1.3rem;
  }

  .section-icon, .lottie-section-icon {
    height: 10rem;
  }

  .div-block-168 {
    bottom: .75rem;
    left: .75rem;
  }

  .div-block-168.is-offer {
    padding-left: 0;
  }

  .social-icon-f {
    width: 2rem;
  }

  .footer-copyright {
    margin-top: .5rem;
  }

  .section-gdpr {
    background-image: linear-gradient(to top, #92d4f7, #2c6d66 19%, var(--background-1) 95%);
  }

  .offer-header {
    font-size: 3.5rem;
  }

  .nume-party {
    font-size: 3rem;
  }

  .div-block-176 {
    margin: 12rem -.75rem 4rem;
  }

  .rezervari-heading {
    font-size: 2.2rem;
  }

  .lottie-section-icon-copy {
    height: 4.5rem;
  }

  .div-block-177 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .div-block-178 {
    justify-content: flex-start;
    align-items: flex-start;
    padding: .5rem 1rem .5rem .5rem;
    display: flex;
  }

  .booking-date {
    margin-bottom: .7rem;
    font-size: .8rem;
  }

  .image-15 {
    flex: none;
    width: 6rem;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: .8rem;
  }

  .collection-list-wrapper-4 {
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

  .div-block-180 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .is-subsol {
    margin-top: -1.25rem;
    padding-top: 0;
  }

  .despartitor-bottom {
    margin-top: -26vw;
  }

  .steluta-explicatie {
    margin-bottom: 0;
  }

  .booking-form-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .form-map-grid {
    margin-bottom: 6rem;
  }

  .image-17 {
    margin-left: 0%;
  }

  .despartitor-top {
    margin-bottom: -26vw;
  }

  .banner-image-sky {
    background-image: linear-gradient(to top, #e6efef 33%, #2a9ad5 74%, #196db6);
  }

  .image-18 {
    width: 5.5rem;
  }

  .cabana-cercu---heading {
    font-size: 2rem;
  }

  .simte-te-ca-la-munte {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .zona-banner-img {
    z-index: 1;
    margin-bottom: 0;
  }

  .zona-banner-img.is-footer-home {
    height: 62%;
    margin-bottom: 0;
  }

  .zona-banner-img.is-activitati {
    object-position: 31% 50%;
  }

  .zona-banner-img.is-footer-pages {
    object-position: 36% 50%;
    background-image: linear-gradient(#b2eaff00 10%, #dbf5ff 26%);
  }

  .zona-banner-img.is-home-activitati {
    object-position: 34% 50%;
  }

  .zona-banner-img.is-cabana {
    object-position: 50% 10%;
  }

  .floating-btns {
    right: .8rem;
  }

  .zile-tag {
    margin-right: .7rem;
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: .8rem;
  }

  .pret-tag-tabel {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: .8rem;
  }

  .pret-tag-tabel.is-first-row {
    height: 3rem;
  }

  .pret-tag-tabel.is-first-row.is-2-rows {
    padding-top: .55rem;
  }

  .div-block-187 {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .price-column.is-first {
    max-width: 2.8rem;
  }

  .pachet-pret-iarna {
    margin-bottom: 1.5rem;
  }

  .pachet-pret-iarna.is-last {
    margin-bottom: .5rem;
  }

  .heading-cadre-didacice {
    margin-bottom: 1rem;
    margin-left: -.1rem;
    font-size: 2.9rem;
  }

  .heading-zona.is-smaller {
    margin-top: .6rem;
    font-size: 1.9rem;
  }

  .gallery-lightbox {
    border-radius: .5rem;
  }

  .collection-item-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 33vw;
  }

  .specs-galerie {
    padding: 1.5rem 1.25rem 1rem 1.5rem;
  }

  .div-block-189 {
    margin-bottom: .75rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .collection-list-wrapper-6 {
    margin-bottom: 6rem;
  }

  .sticky-navbar {
    margin-left: .5rem;
    margin-right: .5rem;
    top: .5rem;
  }
}

#w-node-_2fc26a63-505a-0549-9571-b83ca93c8176-8d2172f0 {
  order: 9999;
  justify-self: start;
}

#w-node-_744f239a-ff7b-9c3b-936c-bbb8f95eea5d-8d2172f0 {
  justify-self: end;
}

#w-node-b98b0efe-513e-0813-2ef8-40c67935f159-8d2172f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_23b7ec6a-939d-2bea-da35-67957d1bba36-8d2172f0 {
  order: 9999;
  justify-self: start;
}

#w-node-ab44731f-5a51-cf13-2d2e-9b0019685890-8d2172f0 {
  order: 1;
}

#w-node-d1caa444-0421-162c-b1c3-8302e4061af9-8d2172f0 {
  justify-self: end;
}

#w-node-d1caa444-0421-162c-b1c3-8302e4061b2b-8d2172f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_34399f06-923d-4a3c-93b8-1f9c1b2daa7d-8d2172f0 {
  justify-self: end;
}

#w-node-_34399f06-923d-4a3c-93b8-1f9c1b2dab06-8d2172f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_48a23088-45cf-b20e-31e3-e6e9e1695558-8d2172f0 {
  order: 9999;
  justify-self: start;
}

#w-node-_48a23088-45cf-b20e-31e3-e6e9e1695579-8d2172f0 {
  order: 1;
}

#w-node-_48a23088-45cf-b20e-31e3-e6e9e16954c7-8d2172f0 {
  justify-self: end;
}

#w-node-_48a23088-45cf-b20e-31e3-e6e9e1695552-8d2172f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-cacaac78-ba72-bf05-0fe0-f96b18c4e0a0-8d2172f0 {
  justify-self: end;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ff9-8d2172f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ffe-8d2172f0, #w-node-d422be03-631f-4de4-bfe1-b252163413f3-8d2172f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a002-8d2172f0, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a000-8d2172f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a010-8d2172f0 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7c36da6f-fe05-714b-eb2f-14b5bb407781-8d2172f0, #w-node-_7c36da6f-fe05-714b-eb2f-14b5bb407785-8d2172f0, #w-node-_7c36da6f-fe05-714b-eb2f-14b5bb40778d-8d2172f0, #w-node-_7c36da6f-fe05-714b-eb2f-14b5bb40778b-8d2172f0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a048-8d2172f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Cerbu-Booking.w-node-_6263696f-73d5-0cba-2dab-63e523183029-09dff3ef {
  justify-self: end;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183033-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183037-09dff3ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183040-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183042-09dff3ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183044-09dff3ef {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183050-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183054-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e52318305a-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e52318305c-09dff3ef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183076-09dff3ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#booking-form.w-node-cb403aa9-ca7a-1213-42a7-8a185deef19d-32ce9beb {
  justify-self: end;
}

#w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a1-32ce9beb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a3-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a5-32ce9beb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a7-32ce9beb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cb403aa9-ca7a-1213-42a7-8a185deef1b7-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1bb-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1c1-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1c3-32ce9beb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cb403aa9-ca7a-1213-42a7-8a185deef1d1-32ce9beb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62abfb06-7d98-4ccf-d615-90c7d10270ea-d5fd1353, #w-node-f3f9a7dc-720a-235f-d828-e5f9958531eb-d5fd1353, #w-node-_787737c8-9381-2570-c924-b5b4b8827c20-d5fd1353 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cacaac78-ba72-bf05-0fe0-f96b18c4e0a0-d5fd1353 {
  justify-self: end;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ff9-d5fd1353 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ffe-d5fd1353, #w-node-d422be03-631f-4de4-bfe1-b252163413f3-d5fd1353 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a002-d5fd1353, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a000-d5fd1353 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a010-d5fd1353 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a048-d5fd1353 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_874cfc57-90b6-669d-9e86-0b09836cc327-ae87cc23, #w-node-c0200d55-43dc-a0fe-6ffe-aa408821dd17-ae87cc23 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_9c19d949-03dc-1e54-04d1-cdb0602dbb47-ae87cc23 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9c0-ae87cc23 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9e1-ae87cc23, #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9ef-ae87cc23, #w-node-_4e894f37-49cc-c0f9-28bf-933e950aba07-ae87cc23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1af90a35-573b-ac2b-2373-7072730810a0-ae87cc23 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_1af90a35-573b-ac2b-2373-7072730810c9-ae87cc23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1af90a35-573b-ac2b-2373-7072730810ed-ae87cc23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27bb-ae87cc23 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27de-ae87cc23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e4-ae87cc23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ea-ae87cc23 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e83d61b-d5b6-fbce-1e96-b716efb848f5-ae87cc23 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8490f-ae87cc23 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d1ce5226-8832-87cb-2b63-a19d7227066b-ae87cc23 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-d1ce5226-8832-87cb-2b63-a19d7227069f-ae87cc23 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_9bb8a92e-0f09-5b40-7826-da8747d0daaa-ae87cc23 {
  grid-area: span 3 / span 3 / span 3 / span 3;
}

#w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dab2-ae87cc23 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#Cerbu-Booking.w-node-_6263696f-73d5-0cba-2dab-63e523183029-ae87cc23 {
  justify-self: end;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183033-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183037-ae87cc23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183040-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183042-ae87cc23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183044-ae87cc23 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183050-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183054-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e52318305a-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e52318305c-ae87cc23 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6263696f-73d5-0cba-2dab-63e523183076-ae87cc23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_874cfc57-90b6-669d-9e86-0b09836cc327-ae87cc23 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_82918ad0-bfe7-044f-6047-e1abfacddd45-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c19d949-03dc-1e54-04d1-cdb0602dbb47-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_2d65af74-84e0-16aa-44d7-e2e6174e899c-ae87cc23, #w-node-_1115b2de-a867-91aa-e85e-e9e5d86c3397-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9c0-ae87cc23 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9eb-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9ef-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950aba11-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810a0-ae87cc23 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810c9-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810d5-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27bb-ae87cc23 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e2-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e4-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e6-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ea-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ec-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb848f5-ae87cc23 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8490b-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8491b-ae87cc23, #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8491f-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8492f-ae87cc23 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227066b-ae87cc23 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227067d-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d72270689-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d72270693-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d72270699-ae87cc23, #w-node-d1ce5226-8832-87cb-2b63-a19d7227069b-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0daaa-ae87cc23 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dab6-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dabc-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dacc-ae87cc23, #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dad8-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_2fc26a63-505a-0549-9571-b83ca93c8176-8d2172f0 {
    order: 9999;
  }

  #w-node-e9325f1b-c2fa-bbd8-8ee8-aa9d9a7b668b-8d2172f0, #w-node-d1caa444-0421-162c-b1c3-8302e4061b0a-8d2172f0, #w-node-_34399f06-923d-4a3c-93b8-1f9c1b2daa9d-8d2172f0, #w-node-_48a23088-45cf-b20e-31e3-e6e9e16954e9-8d2172f0 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ff4-8d2172f0, #w-node-_6263696f-73d5-0cba-2dab-63e52318302f-09dff3ef, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a0-32ce9beb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_62abfb06-7d98-4ccf-d615-90c7d10270ea-d5fd1353, #w-node-f3f9a7dc-720a-235f-d828-e5f9958531eb-d5fd1353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ff4-d5fd1353 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_874cfc57-90b6-669d-9e86-0b09836cc327-ae87cc23 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_9c19d949-03dc-1e54-04d1-cdb0602dbb47-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1115b2de-a867-91aa-e85e-e9e5d86c3397-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9c0-ae87cc23 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9e1-ae87cc23, #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9eb-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950aba03-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810a0-ae87cc23 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810c9-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810df-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810ed-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27bb-ae87cc23 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27de-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e2-ae87cc23 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e4-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ea-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ec-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27fa-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb848f5-ae87cc23 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8490b-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227066b-ae87cc23 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227067d-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227069f-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0daaa-ae87cc23 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dab2-ae87cc23, #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dabc-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dac0-ae87cc23, #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dacc-ae87cc23, #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dae0-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e52318302f-ae87cc23 {
    grid-area: 1 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1caa444-0421-162c-b1c3-8302e4061af9-8d2172f0 {
    order: 9999;
  }

  #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a048-8d2172f0, #w-node-_6263696f-73d5-0cba-2dab-63e523183076-09dff3ef, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1d1-32ce9beb, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a048-d5fd1353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_874cfc57-90b6-669d-9e86-0b09836cc327-ae87cc23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9c19d949-03dc-1e54-04d1-cdb0602dbb47-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1115b2de-a867-91aa-e85e-e9e5d86c3397-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_32f9b878-6b82-7ca5-1387-0f22da714b05-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9c0-ae87cc23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9ed-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9ef-ae87cc23, #w-node-_4e894f37-49cc-c0f9-28bf-933e950aba01-ae87cc23, #w-node-_4e894f37-49cc-c0f9-28bf-933e950aba03-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810a0-ae87cc23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810bf-ae87cc23 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810df-ae87cc23, #w-node-_1af90a35-573b-ac2b-2373-7072730810ed-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27bb-ae87cc23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27dc-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e2-ae87cc23, #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e4-ae87cc23, #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ea-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ec-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27fa-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb848f5-ae87cc23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8490f-ae87cc23, #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8491b-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb84921-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227066b-ae87cc23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d72270679-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d72270693-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227069d-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227069f-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0daaa-ae87cc23 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dad2-ae87cc23, #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dae0-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183076-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d266c89d-445a-8d50-6ace-10bcd2e7a7de-d2e7a7a9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2fc26a63-505a-0549-9571-b83ca93c8176-8d2172f0, #w-node-_744f239a-ff7b-9c3b-936c-bbb8f95eea5d-8d2172f0 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e9325f1b-c2fa-bbd8-8ee8-aa9d9a7b668b-8d2172f0 {
    order: 3;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23b7ec6a-939d-2bea-da35-67957d1bba36-8d2172f0, #w-node-d1caa444-0421-162c-b1c3-8302e4061af9-8d2172f0 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d1caa444-0421-162c-b1c3-8302e4061b0a-8d2172f0 {
    order: 2;
    grid-column: span 1 / span 1;
  }

  #w-node-_34399f06-923d-4a3c-93b8-1f9c1b2daa7d-8d2172f0 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34399f06-923d-4a3c-93b8-1f9c1b2daa9d-8d2172f0 {
    order: 3;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48a23088-45cf-b20e-31e3-e6e9e1695558-8d2172f0, #w-node-_48a23088-45cf-b20e-31e3-e6e9e16954c7-8d2172f0 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_48a23088-45cf-b20e-31e3-e6e9e16954e9-8d2172f0 {
    order: 3;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ff9-8d2172f0, #w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ffe-8d2172f0, #w-node-d422be03-631f-4de4-bfe1-b252163413f3-8d2172f0, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a002-8d2172f0, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a000-8d2172f0, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a010-8d2172f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_667f6671-8f12-5b08-6053-a488fb9cf703-8d2172f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_283a9adb-6867-e774-80c5-3873f82b5834-8d2172f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7c36da6f-fe05-714b-eb2f-14b5bb407781-8d2172f0, #w-node-_7c36da6f-fe05-714b-eb2f-14b5bb407785-8d2172f0, #w-node-_7c36da6f-fe05-714b-eb2f-14b5bb40778d-8d2172f0, #w-node-_7c36da6f-fe05-714b-eb2f-14b5bb40778b-8d2172f0, #w-node-_14350c1f-8b35-bf0c-2260-8e89fda101fd-8d2172f0, #w-node-_6263696f-73d5-0cba-2dab-63e523183033-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183037-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183040-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183042-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183044-09dff3ef {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e523183046-09dff3ef {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e523183047-09dff3ef {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e523183050-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e523183054-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e52318305a-09dff3ef, #w-node-_6263696f-73d5-0cba-2dab-63e52318305c-09dff3ef, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a1-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a3-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a5-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1a7-32ce9beb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1ad-32ce9beb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1ae-32ce9beb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1b7-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1bb-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1c1-32ce9beb, #w-node-cb403aa9-ca7a-1213-42a7-8a185deef1c3-32ce9beb, #w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ff9-d5fd1353, #w-node-_2f20233e-c8fe-3258-f1e2-9cf631819ffe-d5fd1353, #w-node-d422be03-631f-4de4-bfe1-b252163413f3-d5fd1353, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a002-d5fd1353, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a000-d5fd1353, #w-node-_2f20233e-c8fe-3258-f1e2-9cf63181a010-d5fd1353 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_667f6671-8f12-5b08-6053-a488fb9cf703-d5fd1353 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14350c1f-8b35-bf0c-2260-8e89fda101fd-d5fd1353 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_874cfc57-90b6-669d-9e86-0b09836cc327-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1115b2de-a867-91aa-e85e-e9e5d86c3397-ae87cc23 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9c0-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9ed-ae87cc23, #w-node-_4e894f37-49cc-c0f9-28bf-933e950ab9ef-ae87cc23, #w-node-_4e894f37-49cc-c0f9-28bf-933e950aba07-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810a0-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_1af90a35-573b-ac2b-2373-7072730810bf-ae87cc23, #w-node-_1af90a35-573b-ac2b-2373-7072730810ed-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27bb-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27e4-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3be1f36d-d6d6-395d-8d85-41e5b09d27ec-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb848f5-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8490f-ae87cc23, #w-node-_3e83d61b-d5b6-fbce-1e96-b716efb8491b-ae87cc23 {
    grid-column: span 1 / span 1;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d7227066b-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-d1ce5226-8832-87cb-2b63-a19d72270679-ae87cc23, #w-node-d1ce5226-8832-87cb-2b63-a19d7227069d-ae87cc23 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0daaa-ae87cc23 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dac0-ae87cc23, #w-node-_9bb8a92e-0f09-5b40-7826-da8747d0dacc-ae87cc23 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e523183033-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183037-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183040-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183042-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183044-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e523183046-ae87cc23 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e523183047-ae87cc23 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6263696f-73d5-0cba-2dab-63e523183050-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e523183054-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e52318305a-ae87cc23, #w-node-_6263696f-73d5-0cba-2dab-63e52318305c-ae87cc23 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


