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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  min-height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  min-height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

/*FLUID CLIENT FIRST*/
html {
  font-size: calc(0.625rem + 0.41666666666666663vw);
}

@media screen and (max-width:1920px) {
  html {
    font-size: calc(0.625rem + 0.41666666666666674vw);
  }
}

@media screen and (max-width:1440px) {
  html {
    font-size: calc(0.8128898128898129rem + 0.20790020790020788vw);
  }
}

@media screen and (max-width:478px) {
  html {
    font-size: calc(-0.0023584905660377358rem + 3.773584905660377vw);
  }
}


/* FOOTER FIX*/ 
section {
    background-color: #fdfdfd;
    position: relative;
    z-index: 2;
}



/* 
html {
  font-size: 16px;
} */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}


body {
  background-color: #fdfdfd;
  font-family: Inter, sans-serif;
  color: #1a1a1a;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.011em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 18px;
}

p {
  display: block;
  margin-bottom: 0rem;
}

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

ol {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-left: 1.25rem;
}

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

label {
  margin-bottom: 0.9rem;
  padding-left: 0.0625rem;
  font-size: 1rem;
  font-weight: 400;
}

blockquote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
}

figcaption {
  margin-top: 0.25rem;
  text-align: center;
}




/*MOBILE MENU*/

#box {
  transition: all 0.3s linear;

}

.hidden {
  display: none;
}

.visuallyhidden {
  opacity: 0;
}



/* BOUNCING BALLS */

.page-transition_img {
  animation: fejder 0.5s ease-in infinite alternate;
}

@keyframes fejder {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* WORDPRESS RAZMACI RICH TXT*/
.aligncenter, .alignnone, 
.wp-video-shortcode {
  margin: 2rem 0rem 2rem 0rem;
  width: 100%;
  height: auto;
}

.nav-bar {
  position: absolute;
  background-color: #fdfdfd;
  top: 0;
  left: 0;
  right: 100%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
}

.toggle {
  display: block;
  opacity: 1;
}

.line {
  width: 100%;
  min-height: 2px;
  border-radius: 5px;
  background-color: #1a1a1a;
  transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
}

.toggle2 .line1 {
  background-color: #1a1a1a;
  transform: rotateZ(-45deg) translate(-6px, 4px);
}

.toggle2 .line2 {
  display: none;
}

.toggle2 .line3 {
  background-color: #1a1a1a;
  transform: rotateZ(45deg) translate(-6px, -4px);
}

.form-message-success {
  padding: 1.25rem;
}

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

.text-color-black {
  color: #1a1a1a;
}

.fs-styleguide_row {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}

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

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

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

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


.width-fix1 {
  max-width: 74ch;
}

.layer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  margin-top: 0.5rem;
  padding: 5rem;
  background-color: #f5f5f5;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

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

.button {
  display: inline-block;
  padding: 1.25rem 4rem 1.3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fdfdfd;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.button:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #1a1a1a;
  background-color: #fdfdfd;
  color: #1a1a1a;
}

.button.text-style-allcaps {
  padding: 1.25rem 2.5rem;
}

.heading-medium {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.022em;
}

.heading-large {
  position: relative;
  left: -0.15rem;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.028em;
}

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

.text-size-large {
  font-size: 1.5rem;
  letter-spacing: -0.019em;
}

.icon-medium {
  position: relative;
  top: -0.45rem;
  width: 2rem;
  font-size: 2rem;
}

.icon-medium.hover {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.icon-medium.hover:hover {
  color: #9e9e9e;
}

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

.fs-styleguide_section {
  display: -ms-grid;
  display: grid;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.icon-small {
  position: relative;
  width: 1.5rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

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

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

.background-color-grey {
  background-color: #e4e4e5;
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  padding: 1.25rem;
  background-color: #1a1a1a;
  color: #fdfdfd;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-size-medium {
  font-size: 1.25rem;
  letter-spacing: -0.017em;
}

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

.text-align-left.text-size-tiny.position-fix {
  position: relative;
  max-width: 34ch;
}

.text-style-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.text-style-link:hover {
  color: #9e9e9e;
}

.form-wrapper {
  margin-bottom: 0rem;
}

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

.text-size-small {
  font-size: 0.875rem;
  letter-spacing: -0.006em;
}

.text-rich-text h1 {
  max-width: 26ch;
  margin-top: 0rem;
  margin-bottom: 1rem;
  margin-left: -0.18rem;
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.028em;
}


.text-rich-text h2 {
  max-width: 60ch;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.017em;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.021em;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.017em;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

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

.kontaktfix {
  max-width: 63ch;
}


.text-rich-text p {
  max-width: 90ch;
  margin-bottom: 1rem;
}

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

.text-rich-text ul {
  max-width: 90ch;
  margin-bottom: 0.75rem;
}

.text-rich-text li {
  padding-left: 1.25rem;
  background-image: url('../images/bullet.svg');
  background-position: 0px 7px;
  background-size: 0.4rem;
  background-repeat: no-repeat;
  list-style-type: disc;
}

.text-rich-text figure {
  width: 100%;
  margin-top: 3rem;
}

.text-rich-text.max-width-large {
  max-width: 90ch;
}

.text-rich-text a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  text-decoration: underline;
}

.text-rich-text a:hover {
  color: #9e9e9e;
}

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

.icon-large {
  height: 4rem;
}

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

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-xlarge {
  z-index: 3;
  font-family: Inter, sans-serif;
  font-size: 8rem;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.33rem;
}

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

.form-input {
  position: relative;
  min-height: 48px;
  margin-bottom: 0.75rem;
  padding: 0.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #fdfdfd;
  border-radius: 0px;
  background-color: #f3f3f3;
  color: #1a1a1a;
}

.form-input.is-text-area {
  min-height: 192px;
  padding-top: 1rem;
}

.form-checkbox-label {
  padding-left: 0.4rem;
}

.form-checkbox-label.text-size-small {
  margin-bottom: 0.05rem;
}

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

.page-wrapper {
  min-height: 100%;
}

.text-size-tiny {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

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

.form-checkbox-icon {
  width: 1rem;
  min-height: 1rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-color: #1a1a1a;
  border-radius: 0px;
  cursor: pointer;
}

.form-checkbox-icon:hover {
  width: 1rem;
  min-height: 1rem;
}

.form-checkbox-icon:active {
  width: 1rem;
  min-height: 1rem;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  min-height: 1rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-color: #1a1a1a;
  border-radius: 0px;
  background-color: #1a1a1a;
  background-size: 90%;
}

.form-checkbox-icon.w--redirected-focus {
  width: 1rem;
  min-height: 1rem;
  margin: 0rem 0.5rem 0rem 0rem;
  border-color: #1a1a1a;
  border-radius: 0px;
  box-shadow: 0 0 3px 1px transparent;
}

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

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

.background-color-black {
  background-color: #1a1a1a;
  color: #fdfdfd;
}

.text-style-quote {
  margin-bottom: 0rem;
  padding: 0.75rem 1.25rem;
  border-left: 0.25rem solid #e2e2e2;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.017em;
}

.fs-styleguide_classes {
  display: none;
}

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

.fs-styleguide_1-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

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

.page-padding {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.fs-styleguide_2-col {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 69ch;
}

.max-width-large.fix1 {
  max-width: 84ch;
}

.text-color-grey {
  color: #757575;
}

.text-color-grey.text-size-medium {
  color: #757575;
}

.form-radio-icon {
  width: 0.875rem;
  min-height: 0.875rem;
  margin-top: 0rem;
  margin-right: 0.5rem;
  margin-left: 0rem;
}

.form-radio-icon.w--redirected-checked {
  width: 0.875rem;
  min-height: 0.875rem;
  border-width: 0.25rem;
}

.form-radio-icon.w--redirected-focus {
  width: 0.875rem;
  min-height: 0.875rem;
  box-shadow: 0 0 0.25rem 0rem #3898ec;
}

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

.background-color-white {
  background-color: #fdfdfd;
}

.max-width-small {
  width: 100%;
  max-width: 30ch;
}

.icon-1x1-large {
  width: 4rem;
  min-height: 4rem;
}

.form-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-left: 0rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-message-error {
  margin-top: 0.75rem;
  padding: 0.75rem;
}

.utility_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 100vh;
  max-height: 100%;
  max-width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.utility_image {
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

.main-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #fdfdfd;
}

.topfix {
  top: -6.8rem;
}

/* .topfix3 {
  top: -0.8rem;
} */

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

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

.button-secondary {
  padding: 1rem 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #fdfdfd;
  background-color: #fdfdfd;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.button-secondary:hover {
  border-color: #fdfdfd;
  background-color: transparent;
  color: #fdfdfd;
}

.button-text {
  padding: 0.75rem 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.margin-tiny {
  margin: 0.125rem;
}

.margin-xxsmall {
  margin: 0.25rem;
}

.margin-xsmall {
  margin: 0.5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0rem;
}

.padding-0 {
  padding: 0rem;
}

.padding-tiny {
  padding: 0.125rem;
}

.padding-xxsmall {
  padding: 0.25rem;
}

.padding-xsmall {
  padding: 0.5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom2 {
  padding: 6rem;
}

.padding-custom3 {
  padding: 6rem;
}

.padding-custom4 {
  padding: 12rem;
}

.padding-custom5 {
  padding-top: 12rem;
}


.padding-custom1 {
  padding-top: 0rem;
  padding-right: 0.8rem;
  padding-left: 0.5rem;
}

.padding-custom1.text-size-small.navbar_link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.padding-custom1.text-size-small.navbar_link:hover {
  color: #9e9e9e;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padding-vertical.padding-xhuge {
  color: #1a1a1a;
}

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  min-height: 5rem;
}

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

.heading-small {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.021em;
}

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

.heading-xsmall {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -0.017em;
}

.fs-styleguide_version-details {
  z-index: 5;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.fs-styleguide_page-header {
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #e6e6e6;
}

.navbar_component {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 7.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar_component.background-color-white {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar_menu_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar_logo.w--current {
  cursor: pointer;
}

.navbar_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kupole-logo {
  width: 11.5rem;
  position: relative;
  top: 0.2rem;
}

.navbar_menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.navbar_menu.language {
  grid-column-gap: 1rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.navbar_link {
  display: inline-block;
  font-family: Inter, sans-serif;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.navbar_link.text-size-small.text-style-allcaps {
  letter-spacing: 0.18em;
}

.navbar_link.text-size-small.text-style-allcaps.sublink {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.navbar_link.text-size-small.text-style-allcaps.sublink:hover {
  color: #757575;
}

.section-header {
  position: relative;
}

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

.text-component_content-wrapper.max-width-large.fix2 {
  max-width: 79ch;
}

.home-projekti_grid {
  grid-auto-rows: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.image-full {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-full.height-auto {
  height: auto;
}

.home-video_component {
  overflow: hidden;
}

.home-projekti_image-wrapper {
  position: relative;
  cursor: pointer;
}

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

.grid-4.bigger-row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.home-projekti_component {
  color: #fdfdfd;
}

.proizvodi_image-wrapper {
  position: relative;
  overflow: hidden;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  cursor: pointer;
}

.proizvodi_image-wrapper.project {
  cursor: pointer;
}

.proizvodi_image-wrapper.hover:hover {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.sort_menu {
  display: -ms-grid;
  display: grid;
  margin-bottom: 0.25rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.swiper-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

}

.swiper-container {
  overflow: hidden;
  width: 100%;
}

.swiper-slide {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.swiper-slide.client {
  width: auto;
}

.header-swiper_slide-txt {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  text-align: center;
}

.header-swiper_slide-txt-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-secondary-white {
  padding: 1.25rem 2.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0.0625rem;
  border-color: #fdfdfd;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fdfdfd;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

.button-secondary-white:hover {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.swiper-container_home-testimonials {
  overflow: hidden;
  width: 100%;
}

.fixheight {
    min-height: initial!important;
}
.testimonial-component_slide-txt-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-component_person-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-component_quote {
  position: relative;
  bottom: -0.72rem;
  width: 2rem;
}

.testimonial-component_content-right {
  max-width: 95ch;
}

.home-client_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-container_home-clients {
  position: relative;
  width: 100%;
}

.footer.background-color-black.footer-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.home-video_video-loop {
  -o-object-fit: cover;
  object-fit: cover;
}

.section-grupa {
  position: relative;
}

.grupa_component {
  display: block;
}

.forma_component {
  padding-top: 0.23rem;
}

.forma_container {
  width: 100%;
}

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

.kontakt-grid {
  display: block;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kontakt-info-grid {
  justify-items: start;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.3rem;
  -ms-grid-columns: 2rem 1fr;
  grid-template-columns: 2rem 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.swiper-container_solo {
  position: relative;
  overflow: hidden;
  width: 100%;
}

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

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-info-proizvodi {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-header-static {
  position: relative;
}

.hero-landing {
  overflow: hidden;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}

.section-landing_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.navbar-item {
  display: inline-block;
  list-style-type: disc;
}

.home-proizvodi_title-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 101%;
  margin-bottom: -1px;
  background-color: #fdfdfd;
}

.home-proizvodi_sort-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.nav-scroll {
  position: absolute;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 2000;
  display: block;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fdfdfd;
}

.nav-scroll.clone {
  position: fixed;
  top: -5.2rem;
  border-bottom: 1px solid #e4e4e5;
  background-color: #fdfdfd;
  color: #1a1a1a;
  z-index: 0;
}

.nav-scroll.clone li.current-menu-item .underline-w::before {
  background-color: #1a1a1a;
}




footer li.current-menu-item {
  opacity: .6;
}

.page-transition {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999999;
  display: none;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fdfdfd;
}

.scroll-to-top-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 2.5rem;
  bottom: 2.5rem;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  min-height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  opacity: 0;
}

/*SCROLL TO TOP*/
.visible {
  opacity: 1;
  transition: all 400ms;
}

.scroll-to-top-wrapper.text-color-white:hover {
  background-color: #757575;
}

.html-embed {
  width: 1.3rem;
}

.home-projekti_title-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  z-index: 2;
}

.nasi-projekti_component {
  overflow: hidden;
}

.grid-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-color-dark-grey {
  background-color: #757575;
}

.grid-graf {
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.graf-back {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0.5rem;
}

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

.graf-front {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  min-height: 100%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.graf-txt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 0.5rem;
}

.graf-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.flex-col-1 {
  position: relative;
  max-width: 8.333%;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333%;
  -ms-flex: 0 0 8.333%;
  flex: 0 0 8.333%;
}

.flex-col-3 {
  position: relative;
  min-height: 1px;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.box__inner {
  width: 100%;
}

.border-0 {
  border-bottom: 0px solid #1a1a1a;
}

.clients-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.clients-logo-wrap:hover {
  opacity: 0.5;
}

.clients-logo {
  width: 100%;
  min-height: 100%;
}

.footer-sponzori_wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.5rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-dropdown_wrapper {
  cursor: pointer;
}

.navbar-dropdown_css {
  height: 0px;
}

.navbar-dropdown-list {
  margin-left: -2rem;
}

.navbar_footer-hover,
.footer_link2 a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.navbar_footer-hover:hover,
.footer_link2 a:hover {
  color: #9e9e9e;
}


.x-sizer {
  width: 23px;
  min-height: 12px;
}

.header-white-underline_css {
  position: absolute;
}

.header-black-underline_css {
  position: absolute;
}

.aspect {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
}

.aspect__inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.esif-eu_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar_main-menu {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: auto auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.grid-kontakt-infp {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
}

.footer-grid {
  width: 100%;
  justify-items: center;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}



.mobile-menu-reveal {
  overflow: hidden;
  width: 100%;
  height: 100vh;

}

.burger-4 {
  display: block;
  background-color: transparent;
  cursor: pointer;
}



.burger-menu {
  position: relative;
  z-index: 3000000;
  display: none;
  width: 4rem;
  min-height: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-bar-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #1a1a1a;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.hero-image-overlay.opacity100 {
  opacity: 1;
  mix-blend-mode: normal;
}

.hero-image-overlay.mobile-overlay {
  display: none;
}

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

.info-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr auto 1fr;
  grid-template-columns: 0.5fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-grid.projekti-solo {
  width: 100%;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.scroll-down-indicator {
  position: absolute;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scroll-down {
  position: relative;
  display: inline-block;
  min-height: 6rem;
  text-align: center;
}

.fs-scrolldisable_button-visible {
  padding: 0.6rem 2rem;
  border-radius: 500px;
  background-color: #5c2aff;
  color: #fdfdfd;
}

.fs-cc-prefs2_form {
  position: relative;
  width: 100%;
  max-height: 85vh;
  max-width: 400px;
  margin-bottom: 0px;
  color: #fdfdfd;
}

.fs-cc-banner2_text {
  font-size: 0.78em;
}

.fs-cc-banner2_button {
  min-width: 8.5em;
  margin-right: 8px;
  margin-left: 8px;
  padding: 0.5em 2em 0.3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ffdc52;
  color: #231f20;
  font-size: 1.04em;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  margin-right: 0.5em;
  margin-left: 0px;
  padding: 0.5em 2em 0.6em;
  border-style: solid;
  border-width: 1px;
  border-color: #fdfdfd;
  background-color: transparent;
  color: #fdfdfd;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fs-cc-banner2_button.fs-cc-button-alt.inverse {
  background-color: #fdfdfd;
  color: #1a1a1a;
  font-size: 0.875em;
  white-space: nowrap;
}

.fs-cc-prefs2_submit {
  margin-top: 1em;
  padding: 1em;
  background-color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fs-cc-prefs2_component {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 997;
  display: none;
  margin-bottom: 0px;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.fs-cc-prefs2_option {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 1px solid hsla(0, 0%, 75.3%, 0.3);
}

.fs-cc-banner2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fs-cc-prefs2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-prefs2_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  min-height: 100%;
  background-color: rgba(35, 31, 32, 0.9);
}

.fs-cc-banner2_component {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 26em;
  padding: 1.56em;
  background-color: #1a1a1a;
  color: #fdfdfd;
}

.fs-cc-prefs2_checkbox-field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  min-height: 20px;
  margin-bottom: 0px;
  padding: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fs-cc-prefs2_space-small {
  margin-bottom: 1em;
}

.fs-cc-prefs2_content {
  min-height: 100%;
  padding: 3em;
  background-color: #fdfdfd;
  color: #1a1a1a;
}

.fs-cc-prefs2_label {
  margin-top: 0px;
  margin-right: 2em;
  margin-bottom: 0px;
  color: #231f20;
  font-size: 1.4rem;
  font-weight: 400;
}

.fs-cc-prefs2_title {
  color: #231f20;
  font-size: 2.5em;
  line-height: 1.2em;
  font-weight: 600;
  text-align: center;
}

.fs-cc-prefs2_checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  min-height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #fdfdfd;
  cursor: pointer;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  border-color: #0540f2;
  background-color: #231f20;
  background-size: auto;
  color: #ffdc52;
}

.fs-cc-preferences2_close-icon {
  width: 24px;
  min-height: 24px;
}

.fs-cc-prefs2_button {
  padding: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  background-color: #1a1a1a;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  margin-bottom: 1em;
  border-color: #1a1a1a;
  background-color: transparent;
  color: #1a1a1a;
  font-weight: 600;
}

.fs-cc-prefs2_form-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-33 {
  font-size: 1rem;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-prefs2_close {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  padding: 0.7em;
  background-color: #231f20;
  box-shadow: -1px 1px 4px 0 rgba(51, 51, 51, 0.1);
  color: #fdfdfd;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-banner2_buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fs-cc-banner2_text-link {
  border-bottom: 1px solid #fdfdfd;
  text-decoration: none;
  cursor: pointer;
}

.fs-cc-prefs2_toggle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ff-cc-deny {
  position: absolute;
  left: auto;
  top: auto;
  right: 0.5rem;
  bottom: 1.3rem;
  cursor: pointer;
}

.deny-icon {
  width: 1.5rem;
}

.navbar-menu {
  position: relative;
  top: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.language_wrap {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.burger_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 1.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-transition_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.page-transition_img {
  min-height: 4rem;
}

.grid-info-projekti {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  position: relative;
  z-index: 99999;
  width: 500px;
  background-color: #09d6ff;
}

.test {
  background-color: #c03333;
}

.test.div-square {
  position: relative;
  width: 600px;
}

.image-full-copy {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.absolute {
  position: absolute;
}

.gallery-image_wrapper {
  min-height: 14rem;
}

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

.list-item {
  list-style-type: none;
}

/* LANGUAGES DRODOWN*/
.languages {
  position: relative;
  top: 1.2rem;
  left: -6.45rem;
  display: inline-block;
  cursor: pointer;
}

.languages .nav-dropdown_current {
  display: inline-block;

}

.languages ul {
  background: #fdfdfd;
  display: none;
  left: 0;
  position: absolute;
  margin: 0;
  padding: 0.3rem;
  list-style: none;
  top: 100%;
}

.languages ul a {
  text-decoration: none;
  display: inline-block;
  padding: .5rem;
  color: #1a1a1a;
}

.languages ul a.sel:hover {
  color: #757575;
}

.languages ul a:hover {
  color: #1a1a1a;
}

.header__nav {
  display: none;
}


@media (min-width:1024px) and (max-width:1117px) {

  .navbar_main-menu {
    grid-column-gap: 1rem;
  }

}

@media screen and (max-width: 1024px) {

  .current-menu-item {
    opacity: .6;
}

.testimonial-component_content-right {
  max-width: 80ch;
}

  .nav-scroll.clone {
    top: 0;
  }

  .nav-scroll {
    top: -100%;
  }

  .header__nav {
    cursor: pointer;
    z-index: 9999999;
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 2.5rem;
    min-height: 7.5rem;
    margin-right: 2.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_main-menu {
    width: 100%;
    grid-auto-rows: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .navbar-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e4e4e5;
  }

  .mobile_menu_wrapper.text-size-small.text-style-allcaps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar_component.border-0 {
    width: 100%;
    min-height: 100%;
  }




  .mobile-menu-wrapper {
    min-height: 100vh;
    padding-top: 4.9em;
    padding-right: 2.5em;
    padding-left: 2.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .navbar-social {
    margin-top: 8rem;
  }

  /*MOBILNIMENU*/
  .nav-scroll.clone {
    top: 0;
    z-index: 999999;
  }

  .toggle-menu {
    position: relative;
    width: 100%;
    min-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-menu-reveal {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1000;
    width: 100vw;
    min-height: 100vh;
    background-color: #fdfdfd;
  }

  .navbar_menu_wrapper.text-size-small.text-style-allcaps {
    display: none;
  }

  .burger-menu {
    position: relative;
    right: -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 4em;
    min-height: 4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-menu {
    display: none;
  }
}





@media screen and (max-width: 991px) {




  .kupole-logo {
    width: 10.8rem;
    position: relative;
  }

  .navbar-social {
    margin-top: 2rem;
}
  /*LANGUAGE MENU*/
  .languages {
    top: -2rem;
    left: -0.78rem;
    z-index: 2;
  }

  /*MOBILNIMENU*/
  .nav-scroll.clone {
    top: 0;
    z-index: 10000;
  }

  .hide-tablet {
    display: none;
  }

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

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .heading-xlarge {
    font-size: 6rem;
    letter-spacing: -0.25rem;
  }

  .show-tablet {
    display: block;
  }

  .button-secondary {
    padding: 1rem 2rem;
  }

  .button-secondary.text-style-allcaps {
    padding-right: 2rem;
    padding-left: 2rem;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-small.padding-fix {
    padding-top: 0.8rem;
    padding-left: 0rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 4rem;
  }

  .padding-custom2 {
    padding: 7rem;
  }

  .padding-custom3 {
    padding: 7rem;
  }

  .padding-custom4 {
    padding: 12rem;
  }

  .padding-custom5 {
    padding-top: 4rem;
  }
  

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small.text-weight-normal {
    font-size: 1.5rem;
  }

  .heading-small.proizvodi-fix {
    font-size: 1.25rem;
  }




  .navbar_logo {
    padding-top: 0.6rem;
  }


  .home-projekti_grid {
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-4.bigger-row {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sort_menu {
    margin-bottom: -0.5rem;
    grid-column-gap: 1rem;
  }

  .footer.background-color-black.footer-sticky {
    position: static;
    z-index: 1;
  }

 /*  .section-grupa {
    padding-top: 8rem;
  }
 */
  .section-solo {
    margin-top: 8rem;
  }



  .home-proizvodi_title-wrapper {
    position: static;
  }

  .home-proizvodi_sort-header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-static {
    display: none;
  }

  .nav-scroll {
    display: block;
  }

  .grid-2 {
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .graf-wrapper {
    padding-top: 0rem;
  }

  .flex-col-3.shuffle-box {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }

  .navbar-dropdown-list {
    z-index: 4;
  }

  .esif-eu_wrapper {
    margin-top: 0.4rem;
  }



  .grid-kontakt-infp {
    grid-row-gap: 2.5rem;
  }


  .burger-4 {
    z-index: 10002;
    display: block;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: transparent;
  }




  .nav-menu-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #1a1a1a;
  }

  .hero-image-overlay.mobile-overlay {
    display: block;
    opacity: 0.4;
    z-index: 1;
  }

  .section-solo-proizvod {
    padding-top: 8rem;
  }

  .navbar-lang-wrapper {
    margin-right: 1rem;
    margin-bottom: 0.7rem;
  }

  .navbar-lang-wrapper.underline {
    margin-bottom: 0rem;
  }





  .language_wrap {
    width: 100%;
    min-height: 100%;
    grid-auto-rows: auto;
    grid-row-gap: 0px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }


  .nav-bar {
    display: block;
  }

  .burger_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 1.1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* HORIZONTAL MOBILE MENU*/
@media screen and (max-width: 936px) {

  .navbar_main-menu {
    grid-row-gap: 0rem;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

 /*  .navbar_component, .header__nav {
    min-height: 3.5rem;
} */

.heading-xlarge {
  font-size: 5rem;
  letter-spacing: -0.25rem;
}

.button-secondary {
  padding: 0.7rem 1.6rem;
}

.text-rich-text h1 {
  max-width: 26ch;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.028em;
}


.text-rich-text h2 {
  max-width: 60ch;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: -0.017em;
}
.heading-large {
  font-size: 3rem;
  line-height: 1.1;
}


.padding-xxhuge {
  padding-top: 0rem;
}

.padding-custom2 {
  padding-top: 3.1rem;
}

.padding-custom3 {
  padding-top: 3.1rem;
}

.padding-custom4 {
  padding-top: 8rem;
}

.padding-custom5 {
  padding-top: 0rem;
}



}


@media screen and (max-width: 767px) {




  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .header__nav {
    right: -1.2rem;
  }

  .kupole-logo {
    width: 10.8rem;
  }


  .padding-xxhuge {
    padding-top: 4rem;
  }
  
  .padding-custom2 {
    padding-top: 4.7rem;
  }
  
  .padding-custom3 {
    padding-top: 4.7rem;
  }
  
  .padding-custom4 {
    padding-top: 8rem;
  }

  .padding-custom5 {
    padding-top: 4rem;
  }
  
  
  .section-solo {
    margin-top: 4rem;
}

.navbar-social {
  margin-top: 2rem;
}

.swiper-button-next {
  right: 1.3rem;
}

.swiper-button-prev {
  left: 1.3rem;
}

  .fs-styleguide_row.is-for-social-icons {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

  .button {
    padding: 1rem 2rem;
  }

  .heading-medium {
    font-size: 1.5rem;
  }

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

  .fs-styleguide_section-type {
    font-size: 0.875rem;
  }

  .heading-xlarge {
    font-size: 4.5rem;
    letter-spacing: -0.019em;
  }

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

  .page-padding {
    width: 100%;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

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

  .button-secondary {
    padding: .7rem 1.6rem;

  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small.text-weight-normal {
    font-size: 1.25rem;
  }

  .heading-small.proizvodi-fix {
    font-size: 1.25rem;
  }

  .fs-styleguide_version-details {
    font-size: 0.875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .navbar_menu {
    grid-row-gap: 1rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-projekti_grid {
    grid-auto-rows: auto;
    grid-row-gap: 1rem;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .sort_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .button-secondary-white {
    padding: 1rem 2rem;
  }

  .testimonial-component_quote {
    bottom: -0.32rem;
  }

 /*  .section-grupa {
    padding-top: 6rem;
  } */

  .forma_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-info-proizvodi {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .scroll-to-top-wrapper.text-color-white {
    right: 0rem;
    bottom: 0.9rem;
  }


  .mobile-menu-wrapper {
    padding-top: 3em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .burger-menu {
    margin-right: -0.3rem;
  }

  .nav-menu-link {
    border-top-style: solid;
    border-top-width: 1px;
  }

  .hero-image-overlay.mobile-overlay {
    opacity: 0.2;
  }

  .section-solo-proizvod {
    padding-top: 4rem;
  }

  .navbar-lang-wrapper {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .mobile_menu_wrapper.text-size-small.text-style-allcaps {
    padding-left: 0.2rem;
  }

  .info-grid {
    -ms-grid-columns: 0.5fr auto 1fr;
    grid-template-columns: 0.5fr auto 1fr;
  }

  .scroll-down {
    min-height: 3rem;
  }

  .fs-cc-banner2_button {
    margin-right: 8px;
    margin-left: 0px;
  }

  .fs-cc-banner2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fs-cc-prefs2_title {
    font-size: 20px;
  }

  .fs-cc-banner2_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner2_text-link {
    margin-right: 8px;
  }

  .language_wrap {
    grid-row-gap: 0rem;
    -ms-grid-columns: auto 1fr 1fr 1fr;
    grid-template-columns: auto 1fr 1fr 1fr;
  }

  .grid-info-projekti {
    grid-row-gap: 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 479px) {

 /*  .maxfix h1 {
    max-width: 8ch;
  } */

  .kupole-logo {
    top: 0rem;
}

  .navbar_component {
    min-height: 5.5rem;
}

.header__nav {
  min-height: 6rem;
}


  .padding-huge {
    padding: 2.6rem;
}

  .maxfix2 h1 {
    max-width: 10ch;
  }

  .kupole-logo {
    width: 10.8rem;
  }

  .header__nav {
    right: -1.3rem;
  }


  .text-rich-text h1 {
    max-width: 26ch;
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: -0.028em;
  }
  
  
  .text-rich-text h2 {
    max-width: 60ch;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.017em;
  }

  .heading-large {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .aligncenter, .alignnone, .wp-video-shortcode {
    margin: 1rem 0rem 1rem 0rem;
}


.padding-xxhuge {
  padding-top: 2rem;
}

.padding-custom2 {
  padding-top: 4.7rem;
}

.padding-custom3 {
  padding-top: 2.7rem;
}

.padding-custom4 {
  padding-top: 8rem;
}

.padding-custom5 {
  padding-top: 2rem;
}



  /*ŠIRINA MENIJA*/
/*   .navbar_component, .header__nav {
    min-height: 4rem;
}
 */
.navbar-social {
  margin-top: 2rem;
}

  .swiper-container {
    padding-top: 2rem;
  }

  .button-secondary.text-style-allcaps {
    width: 100%;
  }

  .button {
    width: 100%
  }

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

  .section-grupa-projekti {
    padding-top: 2rem;
  }

  .form-checkbox-label.text-size-small {
    max-width: 34ch;
  }

  /* .navbar-social {
    margin-top: 3rem;
  } */

  .text-rich-text h1 {
    line-height: 1.2;
  }


  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: pre-wrap;
  }

  .button.text-style-allcaps {
    line-height: 1.7;
  }

  .heading-large.mobile-vertical-fix {
    font-size: 2.5rem;
    line-height: 1.2;
  }

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

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

  .text-align-left.text-size-tiny.position-fix {
    max-width: 40ch;
    text-align: center;
  }

  .heading-xlarge {
    font-size: 3.5rem;
    line-height: 1;
    white-space: normal;
  }

  .fs-styleguide_2-col {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-small.text-weight-normal.kongresi_fix {
    max-width: 19ch;
  }

  .heading-small.proizvodi-fix {
    font-size: 1.5rem;
  }

  .navbar_container {
    min-height: 100%;
  }

  .navbar_menu {
    grid-row-gap: 0.5rem;
  }

  .navbar_menu.language {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-4.bigger-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sort_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -0.8rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-component_slide-txt-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 1.5rem;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

 /*  .section-grupa {
    padding-top: 6rem;
  } */

  .forma_grid {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .section-solo {
    margin-top: 6rem;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-info-proizvodi {
    grid-row-gap: 0.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .section-landing_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .scroll-to-top-wrapper.text-color-white {
    right: 1.25rem;
  }

  .flex-col-3.shuffle-box {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .clients-logo {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-sponzori_wrap {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navbar-dropdown-list {
    z-index: 100;
  }

  .navbar_main-menu {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-kontakt-infp {
    grid-row-gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-grid {
    grid-row-gap: 2.5rem;
  }

  .mobile-menu-wrapper {
    min-height: 100%;
    padding-top: 4rem;
  }

  .burger-menu {
    margin-right: 0.1em;
    margin-left: 1em;
  }

  .nav-menu-link {
    min-height: 16%;
  }

  .hero-image-overlay.mobile-overlay {
    opacity: 0.4;
  }

  .section-solo-proizvod {
    padding-top: 6rem;
  }

  .navbar-lang-wrapper {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  .info-grid.projekti-solo {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .scroll-down {
    min-height: 4rem;
  }

  .fs-cc-banner2_text {
    max-width: 39ch;
    margin-bottom: 1em;
  }

  .fs-cc-banner2_button.fs-cc-button-alt {
    width: 100%;
    margin-bottom: 1em;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_component {
    padding: 24px;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .fs-cc-prefs2_content {
    padding: 24px;
  }

  .fs-cc-prefs2_label {
    font-size: 14px;
  }

  .fs-cc-prefs2_title {
    font-size: 18px;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: 8px;
  }

  .fs-cc-prefs2_close {
    padding: 8px;
  }
  .fs-cc-banner2_buttons-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ff-cc-deny.padding-xxsmall {
    right: 1.3rem;
    bottom: 10.9rem;
    background-color: #1a1a1a;
  }
  .language_wrap {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .grid-info-projekti {
    grid-row-gap: 1.5rem;
  }
}

@media screen and (max-height: 428px) {

  .scroll-down {
    min-height: 2.5rem;
}

}

#w-node-af480883-96e4-b406-dc51-96a379558afd-b451ad96 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-_51d9ea2b-bede-a611-1a13-0c30799b67ad-1b51ad9c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_5126bbaa-2cad-0171-863d-386e7bcd253f-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_7f9cd3a3-e5c4-4265-01b9-03513eac4994-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-e1f5ee7a-6d81-e16a-4108-c168e4ee6e2d-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_8e92373a-7ff9-ee89-378e-5d4313481304-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_8e92373a-7ff9-ee89-378e-5d4313481308-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_8e92373a-7ff9-ee89-378e-5d431348130b-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-c51d846f-abac-868a-5afd-ac342558d19c-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-fe9a45e4-e739-9eef-0d6a-eb7f330f8a5d-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-a625fa65-864c-4ab9-313f-b44f76a16067-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-_1848ce14-6ca6-c198-da41-7b78604c1e9a-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_1848ce14-6ca6-c198-da41-7b78604c1e9e-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_1848ce14-6ca6-c198-da41-7b78604c1ea0-1b51ad9c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c4d658a0-e659-d5e2-6dce-c09c7fb51085-7fb51073 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-c4d658a0-e659-d5e2-6dce-c09c7fb51087-7fb51073 {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-_83b899ac-a055-bdbf-f868-0ac35fe5cf0a-7fb51073 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-ff42cbf8-02e6-ccc8-1276-f86055845a69-7b51ad9d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_06438384-1d28-207e-6f46-ced52d3b695c-2751ada0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

@media screen and (max-width: 1024px) {
  #w-node-_5057783e-f0b7-22ce-01d1-74993981bfc2-f58972ce {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 10;
    -ms-grid-row: 9;
    grid-row-start: 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5057783e-f0b7-22ce-01d1-74993981bfc2-f58972ce {
    -ms-grid-column-span: 4;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }

  #w-node-c4d658a0-e659-d5e2-6dce-c09c7fb51085-7fb51073 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c4d658a0-e659-d5e2-6dce-c09c7fb51087-7fb51073 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_83b899ac-a055-bdbf-f868-0ac35fe5cf0a-7fb51073 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9ed14713-8f13-127b-485d-8d94ace5c44e-a996a597 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5057783e-f0b7-22ce-01d1-74993981bfc2-f58972ce {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

html {
display: block;
}