@import url("https://use.typekit.net/ebe0saw.css");
/*Fonts*/
@font-face {
  font-family: "Blaze ITC";
  src: url("../font/blaze_itc_italic-webfont.woff2") format("woff2"), url("../font/blaze_itc_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "coolveticacrammed";
  src: url("../font/coolvetica_rg_cram-webfont.woff2") format("woff2"), url("../font/coolvetica_rg_cram-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "coolveticaregular";
  src: url("../font/coolvetica_rg-webfont.woff2") format("woff2"), url("../font/coolvetica_rg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/helveticaneueltpro-55-roman-webfont.woff2") format("woff2"), url("../font/helveticaneueltpro-55-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/helveticaneueltpro-35-thin-webfont.woff2") format("woff2"), url("../font/helveticaneueltpro-35-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/helveticaneueltpro-45-light-webfont.woff2") format("woff2"), url("../font/helveticaneueltpro-45-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/helveticaneueltpro-65-medium-webfont.woff2") format("woff2"), url("../font/helveticaneueltpro-65-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/helveticaneueltpro-75-bold-webfont.woff2") format("woff2"), url("../font/helveticaneueltpro-75-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.fas,
.far {
  font-family: "Font Awesome 6 Pro" !important;
}

/*Colors*/
/*Defaults*/
::-moz-selection {
  background-color: rgb(175.8368200837, 208.9748953975, 81.0251046025) !important;
  color: #ffffff !important;
}

::selection {
  background-color: rgb(175.8368200837, 208.9748953975, 81.0251046025) !important;
  color: #ffffff !important;
}

a:focus {
  outline: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
  font-family: "Helvetica";
  font-weight: 400;
  background: #ffffff;
  box-sizing: border-box;
  line-height: 1.75;
  color: #000000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
  background-color: #ffffff;
}
body p {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 15px 0;
  color: #000000;
}
body .Normal,
body .NormalDisabled,
body .NormalDeleted {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
}
body ul,
body ol {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 4px;
}
body ul li,
body ol li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

a,
a:link,
a:visited {
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: #99bd32;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
}

a:hover,
a:active,
a:focus {
  color: rgb(166.6610878661, 203.640167364, 60.859832636);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

* {
  box-sizing: border-box;
}

img,
image,
picture {
  outline: none !important;
}

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

/*Spacings*/
.top-spacing10 {
  margin-top: 10px;
}

.top-spacing15 {
  margin-top: 15px;
}

.top-spacing20 {
  margin-top: 20px;
}

.top-spacing25 {
  margin-top: 25px;
}

.top-spacing30 {
  margin-top: 30px;
}

.top-spacing35 {
  margin-top: 35px;
}

.top-spacing40 {
  margin-top: 40px;
}

.top-spacing45 {
  margin-top: 45px;
}

.top-spacing50 {
  margin-top: 50px;
}

.top-spacing55 {
  margin-top: 55px;
}

.top-spacing60 {
  margin-top: 60px;
}

.top-spacing65 {
  margin-top: 65px;
}

.top-spacing70 {
  margin-top: 70px;
}

.top-spacing75 {
  margin-top: 75px;
}

.top-spacing80 {
  margin-top: 80px;
}

.bot-spacing10 {
  margin-bottom: 10px;
}

.bot-spacing15 {
  margin-bottom: 15px;
}

.bot-spacing20 {
  margin-bottom: 20px;
}

.bot-spacing25 {
  margin-bottom: 25px;
}

.bot-spacing30 {
  margin-bottom: 30px;
}

.bot-spacing35 {
  margin-bottom: 35px;
}

.bot-spacing40 {
  margin-bottom: 40px;
}

.bot-spacing45 {
  margin-bottom: 45px;
}

.bot-spacing50 {
  margin-bottom: 50px;
}

.bot-spacing55 {
  margin-bottom: 55px;
}

.bot-spacing60 {
  margin-bottom: 60px;
}

.bot-spacing65 {
  margin-bottom: 65px;
}

.bot-spacing70 {
  margin-bottom: 70px;
}

.bot-spacing75 {
  margin-bottom: 75px;
}

.bot-spacing80 {
  margin-bottom: 80px;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

/*
@media only screen and (max-width: 600px) {
html {
font-size: 12px;
}
}

@media only screen and (min-width: 601px) and (max-width: 1200px) {
html {
font-size: 14px;
}
}
*/
/*SITE TITLES*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Helvetica", sans-serif;
  margin: 15px 0;
  padding: 0;
  line-height: 1.25;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  margin: 0;
  color: #000000;
  font-family: "Helvetica", sans-serif;
  padding: 0;
}
h1 span span,
h2 span span,
h3 span span,
h4 span span,
h5 span span,
h6 span span {
  color: #000000;
}
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  margin: 15px 0 15px 0;
}

h1 {
  font-size: 1.375rem;
  line-height: 1.3;
}
h1 span {
  font-size: 1.375rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.3;
}
h2 span {
  font-size: 1.25rem;
  line-height: 1.3;
}

h3 {
  font-size: 1.125rem;
  line-height: 1.3;
}
h3 span {
  font-size: 1.125rem;
  line-height: 1.3;
}

h4 {
  font-size: 1rem;
  line-height: 1.3;
}
h4 span {
  font-size: 1rem;
  line-height: 1.3;
}

.title span {
  margin: 0;
}

.title.top-m0 {
  margin-top: 0 !important;
}

/*SITE BUTTONS*/
.button-1,
a.button-1 {
  font-family: "Helvetica", sans-serif;
  background: #000000;
  border-radius: 0;
  color: #ffffff;
  padding: 15px 22px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  border: none;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  display: inline-block;
}
.button-1:hover,
a.button-1:hover {
  background: rgb(17.85, 17.85, 17.85);
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.button-2,
a.button-2 {
  font-family: "Helvetica", sans-serif;
  background: #ffffff;
  border-radius: 8px;
  color: #000000;
  padding: 26px 58px;
  font-size: 1.25rem;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  border: none;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  display: inline-block;
}
.button-2:hover,
a.button-2:hover {
  background: rgb(17.85, 17.85, 17.85);
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.gdpr-container > strong + p {
  color: #ffffff;
}

.dnnForm .dnnActions {
  padding-left: 0 !important;
}

.DnnModule {
  float: left;
  width: 100%;
}

.gdpr-container > strong + p {
  color: #ffffff;
}

/*************************/
/*       MAINSITE        */
/*************************/
.site-wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 1530px) {
  .site-wrapper {
    max-width: 1500px;
  }
}

.site-intro {
  float: left;
  width: 100%;
  background-position: 58% 128px;
  background-repeat: no-repeat;
  background-size: 40%;
}
.site-intro .site-section-top.intro {
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*background: url("../img/intro-car-new.png");
  background-size: 87%;
  background-repeat: no-repeat;
  background-position: 269% 21px;*/
}
@media only screen and (min-width: 1200px) {
  .site-intro .site-section-top.intro {
    padding: 0px 100px 127px;
  }
}
.site-intro .site-section-top.intro .content {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  position: relative;
  z-index: 3;
}
.site-intro .site-section-top.intro .content .pre-text {
  font-weight: 400;
  font-family: "Helvetica", sans-serif;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 8px 0;
  width: 100%;
  color: #bfbfbf;
}
.site-intro .site-section-top.intro .content .intro-title {
  color: #000;
  font-weight: 700;
  font-size: 4.375rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 50px 0;
  width: 100%;
  /*> span {
  color: #000;
  font-weight: 400;
  font-size: toRem(70);
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 17px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  }
  > span */
}
.site-intro .site-section-top.intro .content .intro-title span {
  width: 100%;
  display: flex;
  font-family: "Blaze ITC";
  font-weight: 500;
  font-style: italic;
  font-size: 6.875rem;
  line-height: 1;
  padding-left: 50px;
  letter-spacing: 0;
  color: #99bd32;
  position: relative;
  margin-top: -22px;
}
.site-intro .site-section-top.intro .content .after-text {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1;
  width: 100%;
  color: #525252;
  margin: 0 0 90px 0;
}
.site-intro .site-section-top.intro .content .after-text * {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1.4375rem;
  line-height: 1;
  width: 100%;
  color: #525252;
}
.site-intro .site-section-top.intro .content .after-text span {
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .site-intro .site-section-top.intro .content {
    width: 100%;
  }
}
.site-intro .site-section-top.intro .fura-car {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.site-intro .site-section-top.intro .fura-car img {
  max-width: 100%;
  max-height: 80vw;
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .site-intro .site-section-top.intro .fura-car img {
    max-width: 100%;
    max-height: 400px;
  }
}
@media only screen and (min-width: 951px) and (max-width: 1200px) {
  .site-intro .site-section-top.intro .fura-car {
    position: absolute;
    bottom: -40px;
    right: -33vw;
  }
  .site-intro .site-section-top.intro .fura-car img {
    max-height: 500px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .site-intro .site-section-top.intro .fura-car {
    position: absolute;
    bottom: -40px;
    right: calc(-100vw + 830px);
  }
  .site-intro .site-section-top.intro .fura-car img {
    max-height: unset;
  }
}
@media only screen and (min-width: 1401px) and (max-width: 1599px) {
  .site-intro .site-section-top.intro .fura-car {
    position: absolute;
    bottom: -40px;
    right: calc(-100vw + 1130px);
  }
  .site-intro .site-section-top.intro .fura-car img {
    max-height: unset;
  }
}
@media only screen and (min-width: 1600px) {
  .site-intro .site-section-top.intro .fura-car {
    position: absolute;
    bottom: -40px;
    right: -326px;
  }
  .site-intro .site-section-top.intro .fura-car img {
    max-height: unset;
  }
}
.site-intro .site-section-top.intro .services {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #f8fcf5;
  position: relative;
  z-index: 3;
  padding: 12px 40px;
  border-radius: 84px;
  width: auto;
  margin: 12px auto 32px 20px;
}
.site-intro .site-section-top.intro .services:after {
  content: "";
  z-index: -1;
  background: rgba(245, 245, 245, 0.2);
  border: 1px solid #edffb7;
  position: absolute;
  top: -12px;
  bottom: -12px;
  left: -20px;
  right: -20px;
  border-radius: 84px;
}
.site-intro .site-section-top.intro .services .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.site-intro .site-section-top.intro .services .item .icon {
  color: #363636;
  font-size: 2.1875rem;
  line-height: 1;
}
.site-intro .site-section-top.intro .services .item .text {
  color: #a6a6a6;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0 0 10px 0;
  font-family: "Helvetica";
}
.site-intro .site-section-top.intro .services .item + .item {
  position: relative;
}
.site-intro .site-section-top.intro .services .item + .item:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  background: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  .site-intro .site-section-top.intro {
    padding: 0 15px;
  }
  .site-intro .site-section-top.intro .content .pre-text {
    font-size: 1.25rem;
    margin: 0 0 8px 0;
  }
  .site-intro .site-section-top.intro .content .intro-title {
    font-size: 1.875rem;
    margin: 0 0 17px 0;
    /*> span {
    font-size: toRem(30);
    margin: 0 0 0 0;
    }
    > span*/
  }
  .site-intro .site-section-top.intro .content .intro-title span {
    width: 100%;
    font-size: 2.5rem;
    margin-top: -7px;
  }
  .site-intro .site-section-top.intro .content .after-text {
    font-size: 0.875rem !important;
    margin: 0 0 10px 0;
  }
  .site-intro .site-section-top.intro .content .after-text * {
    font-size: 0.875rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .site-intro .site-section-top.intro {
    padding: 0 15px;
  }
  .site-intro .site-section-top.intro .content .pre-text {
    font-size: 1.5625rem;
    margin: 0 0 8px 0;
  }
  .site-intro .site-section-top.intro .content .intro-title {
    font-size: 2.5rem;
    margin: 0 0 17px 0;
    /*> span {
    font-size: toRem(40);
    margin: 0 0 0 0;
    }
    > span*/
  }
  .site-intro .site-section-top.intro .content .intro-title span {
    width: 100%;
    font-size: 3.4375rem;
    margin-top: -7px;
  }
  .site-intro .site-section-top.intro .content .after-text {
    font-size: 0.875rem;
    margin: 0 0 40px 0;
  }
  .site-intro .site-section-top.intro .content .after-text * {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 950px) {
  .site-intro .site-section-top.intro .services {
    float: left;
    width: 100%;
    gap: 15px 30px;
    z-index: 3;
    padding: 12px;
    border-radius: 4px;
    margin: 0 0 30px 0;
  }
  .site-intro .site-section-top.intro .services:after {
    display: none;
  }
  .site-intro .site-section-top.intro .services .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    width: calc(50% - 15px);
  }
  .site-intro .site-section-top.intro .services .item .icon {
    color: #363636;
    font-size: 2.1875rem;
    line-height: 1;
  }
  .site-intro .site-section-top.intro .services .item .text {
    color: #a6a6a6;
    font-weight: 700;
    font-size: 0.875rem !important;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 0 10px 0;
    font-family: "Helvetica";
  }
  .site-intro .site-section-top.intro .services .item .text br {
    display: none;
  }
  .site-intro .site-section-top.intro .services .item + .item {
    position: relative;
  }
  .site-intro .site-section-top.intro .services .item + .item:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .site-intro .site-section-top.intro {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-intro .ambasador-top {
    padding: 0px 100px 0px !important;
  }
}
.site-intro .ambasador-top::after {
  content: "";
  background: url("../img/ambasador-icon2.svg");
  background-repeat: no-repeat;
  width: 470px;
  aspect-ratio: 470/490;
  position: absolute;
  top: -42%;
  right: -6%;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .site-intro .ambasador-top::after {
    width: 270px;
    top: -15%;
    right: -15%;
  }
}
.site-intro .ambasador-top .content .after-text p {
  font-size: 15px !important;
  letter-spacing: 1px !important;
  line-height: 140% !important;
}
.site-intro .ambasador-top .content .after-text span {
  font-size: 15px !important;
  letter-spacing: 1px !important;
  line-height: 140% !important;
}
@media only screen and (min-width: 1200px) {
  .site-intro .voznired-top {
    padding: 0px 100px 0px !important;
  }
}
.site-intro .voznired-top::after {
  content: "";
  background: url("../img/car.svg");
  background-repeat: no-repeat;
  width: 470px;
  aspect-ratio: 470/490;
  position: absolute;
  top: -30%;
  right: -2%;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .site-intro .voznired-top::after {
    width: 255px;
    top: 4%;
    right: -9%;
  }
}
.site-intro .voznired-top .intro-title {
  margin: 0 0 20px 0 !important;
}
@media screen and (max-width: 768px) {
  .site-intro .voznired-top .intro-title {
    font-size: 3rem !important;
  }
}
.site-intro .voznired-top .content .after-text li {
  margin-left: 20px !important;
}
.site-intro .voznired-top .content .after-text li::before {
  content: "\f111";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  margin-right: 8px;
  font-size: 0.3em;
  vertical-align: middle;
}
.site-intro .voznired-top .after-text {
  margin: 0 0 45px 0 !important;
}
@media only screen and (max-width: 768px) {
  .site-intro .voznired-top .after-text {
    margin: 0 0 15px 0 !important;
  }
}
.site-intro .voznired-top .after-text p {
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 1px !important;
}
.site-intro .voznired-top .after-text strong {
  font-weight: 600 !important;
}
.site-intro .voznired-top .intro-buttons {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  padding-bottom: 50px;
}
.site-intro .voznired-top .intro-buttons .button-item-runda, .site-intro .voznired-top .intro-buttons .button-item-klic, .site-intro .voznired-top .intro-buttons .button-item-solska {
  width: 270px;
  aspect-ratio: 270/80;
  border-radius: 9px;
  border: #A2C02F;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .site-intro .voznired-top .intro-buttons .button-item-runda, .site-intro .voznired-top .intro-buttons .button-item-klic, .site-intro .voznired-top .intro-buttons .button-item-solska {
    width: 180px;
  }
}
.site-intro .voznired-top .intro-buttons .button-item-runda:hover, .site-intro .voznired-top .intro-buttons .button-item-klic:hover, .site-intro .voznired-top .intro-buttons .button-item-solska:hover {
  transform: scale(1.02);
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .site-intro .voznired-top .intro-buttons .button-item-runda a img, .site-intro .voznired-top .intro-buttons .button-item-klic a img, .site-intro .voznired-top .intro-buttons .button-item-solska a img {
    width: 130px;
    aspect-ratio: 270/80;
  }
}
@media only screen and (max-width: 768px) {
  .site-intro .voznired-top .intro-buttons {
    gap: 15px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .site-intro .pogosta-vprasanja-top {
    padding: 0px 100px 50px 100px !important;
  }
}
.site-intro .pogosta-vprasanja-top::after {
  content: "";
  background: url("../img/vprasanja_bubble_green.svg");
  background-repeat: no-repeat;
  width: 755px;
  aspect-ratio: 755/426;
  position: absolute;
  top: -52%;
  right: 2%;
  background-size: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .site-intro .pogosta-vprasanja-top::after {
    top: -21%;
    width: 300px;
  }
}
.site-intro .pogosta-vprasanja-top .intro-title {
  margin: 0 0 20px 0 !important;
}
.site-intro .pogosta-vprasanja-top .after-text {
  margin: 0 0 45px 0 !important;
}
.site-intro .pogosta-vprasanja-top .after-text p {
  font-size: 18px !important;
  font-weight: normal !important;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.site-intro .pogosta-vprasanja-top .after-text strong {
  font-weight: bold;
}

.site-header {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding: 40px 15px;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    padding: 84px 100px;
  }
}
@media screen and (max-width: 768px) {
  .site-header {
    z-index: 7;
  }
}
.site-header::after {
  content: "";
  width: 66%;
  height: 400px;
  aspect-ratio: 1181/472;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../img/leaves.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.site-header .header-right {
  display: flex;
  gap: 2rem;
  position: relative;
  top: -40px;
  right: -20px;
}
.site-header .header-right a.button-ambasador-2 {
  text-align: center;
  font-weight: bold;
  color: #5A843B;
  text-decoration: underline;
  position: relative;
  top: 20px;
  height: 30px;
}
.site-header .header-right a.button-ambasador-2.btn-black {
  color: black !important;
}
.site-header .header-right a.button-ambasador-2:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  margin-left: 12px;
  font-size: 0.625rem;
  text-decoration: none !important;
  display: inline-block;
}
.site-header .header-right a.button-ambasador-2:hover {
  transform: scale(1.05);
  outline: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .site-header .header-right {
    position: fixed;
    z-index: 9;
    top: 30px;
    right: 25px;
  }
  .site-header .header-right .button-1 {
    display: none;
  }
  .site-header .header-right .button-ambasador-2 {
    display: none;
  }
}
.site-header .socials {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 auto auto;
}
.site-header .socials a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.site-header .button-1 {
  height: 50px !important;
  border-radius: 50px !important;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  background: black;
}
.site-header .button-1:hover {
  transform: scale(1.02);
  background: black !important;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media only screen and (max-width: 767px) {
  .site-header {
    padding: 35px 15px 20px 15px;
  }
  .site-header .logo img,
  .site-header > a img {
    max-width: 120px;
  }
}

.site-header.ambasador::after {
  content: "";
  width: 760px;
  height: 115px;
  aspect-ratio: 760/115;
  position: absolute;
  top: 60%;
  right: 5%;
  background: url("../img/furaambasadorpasica.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .site-header.ambasador::after {
    display: none;
  }
}

.site-header.voznired::after {
  content: none !important;
}

.site-header.pogosta-vprasanja-header::after {
  content: none !important;
}

.site-section {
  float: left;
  width: 100%;
  padding: 45px 15px;
}
@media only screen and (min-width: 1200px) {
  .site-section {
    padding: 75px 0;
  }
}
.site-section.grey {
  background: #f9f9f9;
}
.site-section .section-title {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin: 15px 0 45px 0;
}
.site-section .section-title > span {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #000000;
  margin: 0;
}
.site-section .section-title > span span {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  color: #99bd32;
}
@media only screen and (max-width: 767px) {
  .site-section .section-title {
    font-size: 2rem;
    margin: 15px 0 25px 0;
  }
  .site-section .section-title > span {
    font-size: 2rem;
  }
  .site-section .section-title > span span {
    font-size: 2rem;
  }
}
.site-section > p,
.site-section .container > p,
.site-section .Normal > p {
  text-align: center;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.container.w1300 {
  max-width: 1300px;
}

.item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
  gap: 55px;
}
@media only screen and (min-width: 1200px) {
  .item-list {
    padding: 0 40px;
  }
}
.item-list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.item-list .item .column {
  width: calc(50% - 40px);
}
.item-list .item .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-align: left;
}
.item-list .item .text .title-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin: 28px 0;
  align-content: center;
  align-items: center;
}
.item-list .item .text .title-wrap .icon {
  background: #99bd32;
  color: #ffffff;
  height: 63px;
  width: 50px;
  border-radius: 4px 4px 4px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.item-list .item .text .title-wrap .title {
  width: calc(100% - 80px);
  color: #6e831b;
  font-weight: 600;
  font-family: "Helvetica";
  font-size: 1.5625rem;
  line-height: 1;
  letter-spacing: 3%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0;
}
.item-list .item .text .title-wrap .title span {
  width: 100%;
  font-weight: 400;
  font-style: italic;
  font-size: 1.0625rem;
  line-height: 1.2941176471;
  letter-spacing: 0%;
  color: #6e831b;
  text-align: left;
  font-family: "Helvetica";
}
.item-list .item .text p {
  text-align: left;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0%;
  color: #363636;
}
.item-list .item .text ul {
  list-style-type: none;
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.item-list .item .text ul li {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Helvetica";
  line-height: 1;
  letter-spacing: 0;
  color: #565656;
}
.item-list .item .text ul li:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/tick.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 2px;
  top: -2px;
  z-index: 2;
}
.item-list .item .text ul li:after {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #edffb7;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.item-list .item .image {
  border-radius: 17px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.item-list .item .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.item-list .item:nth-child(even) .image {
  order: 2;
}
.item-list .item:nth-child(2) .image {
  border-radius: 17px 17px 17px 166px;
}
@media only screen and (max-width: 767px) {
  .item-list .item {
    gap: 10px;
  }
  .item-list .item .column {
    width: 100%;
  }
  .item-list .item:nth-child(even) .image {
    order: 1;
  }
  .item-list .item:nth-child(even) .text {
    order: 2;
  }
}

.ambasador-about {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(355.18deg, rgba(153, 189, 50, 0) 35.02%, rgba(153, 189, 50, 0.5) 81.71%, #5a843b 105.38%);
  padding: 10px 0px !important;
}
.ambasador-about .container {
  max-width: 1500px !important;
  padding: 10px 0px !important;
}
.ambasador-about .container .section-title {
  padding-top: 20px;
}
.ambasador-about .container .section-title span span {
  color: #5A843B !important;
}
.ambasador-about .container article p {
  font-weight: bold;
  font-size: 23px;
  color: #525252;
}
.ambasador-about .container .item-list {
  padding: 10px 0px !important;
}
.ambasador-about .container .item-list .item {
  display: flex;
  align-items: center;
  width: 100%;
}
.ambasador-about .container .item-list .item .column.image {
  flex: 0 0 631px;
  max-width: 631px;
  max-height: 372px;
}
.ambasador-about .container .item-list .item .column.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.ambasador-about .container .item-list .item .column.text {
  flex: 1;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .ambasador-about .container .item-list .item .column.text {
    padding: 0 25px !important;
  }
}
.ambasador-about .container .item-list .item:nth-child(even) .column.image {
  border-radius: 190px 0px 0px 190px !important;
}
.ambasador-about .container .item-list .item:nth-child(even) .column.text {
  padding-left: 200px;
}
.ambasador-about .container .item-list .item:nth-child(odd) .column.image {
  border-radius: 0px 190px 190px 0px !important;
  -webkit-border-radius: 0px 190px 190px 0px !important;
  -moz-border-radius: 0px 190px 190px 0px !important;
  -ms-border-radius: 0px 190px 190px 0px !important;
  -o-border-radius: 0px 190px 190px 0px !important;
}
.ambasador-about .container .item-list .item:nth-child(odd) .column.text {
  padding-right: 150px;
}
@media (max-width: 768px) {
  .ambasador-about .item-list .item {
    flex-direction: column !important;
    align-items: stretch;
  }
  .ambasador-about .item-list .item .column.image, .ambasador-about .item-list .item .column.text {
    max-width: 100% !important;
    flex: 1 1 100%;
    padding: 0 !important;
  }
  .ambasador-about .item-list .item .column.image {
    border-radius: 0 !important;
    max-height: none;
  }
  .ambasador-about .item-list .item .column.image img {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .ambasador-about article {
    padding: 0 20px;
  }
  .ambasador-about article p {
    font-size: 0.9rem !important;
  }
}

.voznired-about .container .item-list .item:not(:first-child) .vozni-red-button {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .voznired-about .container .item-list .item {
    flex-direction: row-reverse !important;
  }
}
.voznired-about .container .item-list .item:not(:first-child) .vozni-red-button {
  display: none !important;
}
.voznired-about .container .item-list .item .column.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.voznired-about .container .item-list .item .column.text .titletop {
  font-size: 50px;
  font-weight: bold;
}
.voznired-about .container .item-list .item .column.text .subtitletop {
  font-size: 23px;
  font-weight: bold;
  color: #525252;
  margin: 0 !important;
}
.voznired-about .container .item-list .item .column.text .vozni-red-button {
  background: white;
  width: 205px;
  height: 45px;
  color: black;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-top: 10px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  font-size: 16px !important;
  border: 1px solid #99bd32;
}
.voznired-about .container .item-list .item .column.text .vozni-red-button:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  margin-left: 12px;
  font-size: 0.625rem;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1;
}
.voznired-about .container .item-list .item .column.text .vozni-red-button:hover {
  transform: scale(1.02);
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.2s ease-in-out;
}
.voznired-about .container .item-list .item:nth-child(even) .column.image {
  border-radius: 0px 190px 190px 0px !important;
}
.voznired-about .container .item-list .item:nth-child(even) .column.text {
  padding-right: 150px;
}
.voznired-about .container .item-list .item:nth-child(odd) .column.image {
  border-radius: 190px 0px 0px 190px !important;
}
.voznired-about .container .item-list .item:nth-child(odd) .column.text {
  padding-left: 200px;
}
@media (max-width: 768px) {
  .voznired-about .item-list .item {
    flex-direction: column-reverse !important;
    align-items: stretch;
    gap: 20px !important;
  }
  .voznired-about .item-list .item .column.image, .voznired-about .item-list .item .column.text {
    max-width: 100% !important;
    flex: 1 1 100%;
    padding: 0 !important;
    padding-bottom: 10px !important;
  }
  .voznired-about .item-list .item .column.image {
    border-radius: 0 !important;
    max-height: none;
  }
  .voznired-about .item-list .item .column.image img {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .voznired-about article {
    padding: 0 20px;
  }
  .voznired-about article p {
    font-size: 0.9rem !important;
  }
}

.site-section.app {
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(360deg, rgba(153, 189, 50, 0) 35.02%, rgba(153, 189, 50, 0.5) 81.71%, #5a843b 105.38%);
  position: relative;
  overflow: hidden;
}
.site-section.app:after {
  content: "";
  background: url("../img/leaves-side.png");
  background-repeat: no-repeat;
  width: 358px;
  aspect-ratio: 896/358;
  position: absolute;
  top: 34%;
  right: -20px;
  height: calc(100% + 48px);
  background-size: 100%;
  z-index: 2;
}
.site-section.app:before {
  content: "";
  width: calc(45% - 30px);
  height: 70%;
  position: absolute;
  top: 39%;
  bottom: 0;
  right: 0;
  background: url("../img/mobile-furaapp.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .site-section.app:before {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .site-section.app:after {
    opacity: 0.4;
  }
}
.site-section.app .section-title {
  display: flex;
}
.site-section.app .ambasador-content {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .site-section.app .ambasador-content {
    margin-bottom: 20px;
  }
}
.site-section.app .ambasador-content .section-title,
.site-section.app .ambasador-content .section-title span {
  text-align: left !important;
}
.site-section.app .ambasador-content .ambasador-title {
  font-weight: bold;
  text-align: center !important;
  font-size: 3.125rem !important;
}
@media screen and (max-width: 768px) {
  .site-section.app .ambasador-content .ambasador-title {
    font-size: 2.125rem !important;
  }
}
.site-section.app .ambasador-content .ambasador-title span {
  color: #5A843B;
  font-size: 3.125rem !important;
}
@media screen and (max-width: 768px) {
  .site-section.app .ambasador-content .ambasador-title span {
    font-size: 2.125rem !important;
  }
}
.site-section.app .ambasador-content #subtitle {
  font-weight: bold;
  font-size: 1.5rem;
  color: #525252;
}
.site-section.app .ambasador-content #subtitle2 {
  color: #525252;
}
.site-section.app .ambasador-content #subtitle2 span {
  font-weight: bold;
}
.site-section.app .ambasador-content #subtitle3 {
  letter-spacing: 1px;
  font-size: 1.5rem;
  font-weight: bold;
}
.site-section.app .ambasador-content #subtitle3 span {
  color: #5A843B;
}
.site-section.app .ambasador-content a.button-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #9CCC4F;
  border-radius: 25px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.site-section.app .ambasador-content a.button-1::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  margin-left: 12px;
  font-size: 0.625rem;
}
.site-section.app .ambasador-content a.button-1:hover {
  transform: scale(1.02);
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.2s ease-in-out;
}
.site-section.app .ambasador-content .ambasador-icon-deco {
  content: "";
  background: url("../img/ambasador-icon.svg");
  background-repeat: no-repeat;
  width: 261px;
  aspect-ratio: 304/434;
  position: absolute;
  top: 52px;
  right: 0;
  background-size: 100%;
  z-index: 2;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 3;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .grid-row {
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-row {
    flex-direction: column;
  }
}
.grid-row .column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: start;
  align-content: start;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .grid-row .column {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px) {
  .grid-row .column {
    margin-bottom: 20px;
  }
}
.grid-row .column .section-title {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 33px;
  font-weight: bold;
  color: #6e831b;
}
.grid-row .column .section-title span {
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 1;
  letter-spacing: 3%;
  color: #6e831b;
}
.grid-row .column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Helvetica";
  color: #363636;
  text-align: left;
}
.grid-row .column .diamond-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 30px 0 0 0;
}
.grid-row .column .diamond-list .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.grid-row .column .diamond-list .item .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #6e831b;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.grid-row .column .diamond-list .item .content {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.grid-row .column .diamond-list .item .content .title {
  width: 100%;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: 0;
  padding-left: 15px;
  color: #6e831b;
}
.grid-row .column .diamond-list .item .content .text {
  padding-top: 4px;
  width: 100%;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #1f2a37;
}
.grid-row .column .image {
  width: 100%;
  height: calc(100% - 60px);
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .grid-row .column .image {
    height: 35vw;
  }
}
@media screen and (max-width: 768px) {
  .grid-row .column .image {
    position: relative;
    left: 35px;
  }
}
.grid-row .column .image img {
  position: relative;
  width: calc(100% + 30px);
  height: auto;
}
@media only screen and (min-width: 768px) {
  .grid-row .column .image img {
    display: none;
  }
}
.grid-row .column .download-mobile-app {
  margin-left: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: auto;
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .grid-row .column .download-mobile-app {
    position: relative;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .grid-row .column .download-mobile-app {
    margin-left: 0px;
  }
}
.grid-row .column .download-mobile-app .title {
  width: 100%;
  font-family: "Blaze ITC";
  font-weight: 500;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #99bd32;
  position: relative;
  z-index: 3;
  margin: 0;
  text-align: center;
}
.grid-row .column .download-mobile-app .downloads {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  position: relative;
}
.grid-row .column .download-mobile-app .downloads a {
  display: flex;
}
.site-section.app .container {
  max-width: 1050px !important;
}

.energy {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)), linear-gradient(355.18deg, rgba(153, 189, 50, 0) 35.02%, rgba(153, 189, 50, 0.5) 81.71%, #5a843b 105.38%);
  /*@media only screen and (min-width: 1400px) {
  min-height: 900px;
  }*/
  position: relative;
  /*titles*/
}
.energy > .container {
  z-index: 3;
  position: relative;
}
.energy:before {
  content: "";
  width: 33vw;
  height: 33vw;
  aspect-ratio: 1/1;
  background-image: url("../img/e-car-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0.4;
  left: -15vw;
  top: 90px;
}
@media only screen and (max-width: 900px) {
  .energy:before {
    left: -200px;
    width: 400px;
    height: 400px;
  }
}
.energy .section-title,
.energy .section-title span {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  letter-spacing: 0;
  color: #5a843b;
}
.energy p {
  color: #525252;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.energy .big-title {
  width: 100%;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .energy .big-title {
    padding: 0 40px;
  }
}
.energy .big-title .title {
  margin: 0;
  color: black;
  font-size: 4.375rem;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.energy .big-title .title span {
  float: left;
  width: 100%;
  font-family: "Blaze ITC";
  font-weight: 500;
  font-style: italic;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: 0;
  color: #99bd32;
  padding-left: 45px;
  position: relative;
  margin-top: -20px;
}
.energy .block-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .energy .block-list {
    padding: 0 40px;
  }
}
.energy .block-list .item {
  width: calc(25% - 15px);
  aspect-ratio: 1/1;
  border-radius: 17px;
  padding: 28px 22px;
  background: #5a843b;
  position: relative;
  overflow: hidden;
}
.energy .block-list .item .text {
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
  position: absolute;
}
.energy .block-list .item:nth-child(1):after {
  content: "";
  width: 132px;
  height: 132px;
  background: url("../img/povezanost.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -10px;
  bottom: -14px;
}
.energy .block-list .item:nth-child(1) .text {
  top: 28px;
  right: 22px;
  text-align: right;
  width: 115px;
}
.energy .block-list .item:nth-child(2) {
  background: #edffb7;
}
.energy .block-list .item:nth-child(2):after {
  content: "";
  width: 154px;
  height: 154px;
  background: url("../img/ogljicni-odtis.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -56px;
  bottom: 0px;
}
.energy .block-list .item:nth-child(2) .text {
  bottom: 15px;
  left: 15px;
  color: #4a4a4a;
  width: 115px;
}
.energy .block-list .item:nth-child(3) {
  background: #99bd32;
}
.energy .block-list .item:nth-child(3):after {
  content: "";
  width: 169px;
  height: 137px;
  background: url("../img/skupnost.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  bottom: 0px;
}
.energy .block-list .item:nth-child(3) .text {
  top: 15px;
  right: 18px;
  text-align: right;
  width: 200px;
}
.energy .block-list .item:nth-child(4) {
  background: #c8e29d;
}
.energy .block-list .item:nth-child(4):after {
  content: "";
  width: 154px;
  height: 154px;
  background: url("../img/cista-energija.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -51px;
  top: 20px;
}
.energy .block-list .item:nth-child(4) .text {
  bottom: 15px;
  left: 15px;
  color: #4a4a4a;
  width: 117px;
}
@media only screen and (max-width: 390px) {
  .energy .block-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 390px) and (min-width: 1200px) {
  .energy .block-list {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 390px) {
  .energy .block-list .item {
    width: calc(50% - 5px);
  }
  .energy .block-list .item .text {
    font-size: 1rem;
    max-width: 120px;
  }
  .energy .block-list .item:after {
    opacity: 0.5;
  }
  .energy .block-list .item:nth-child(1):after {
    content: "";
    width: 120px;
    height: 120px;
    left: -10px;
    bottom: -14px;
  }
  .energy .block-list .item:nth-child(1) .text {
    top: 28px;
    right: 22px;
    text-align: right;
    width: 115px;
  }
  .energy .block-list .item:nth-child(2):after {
    width: 140px;
    height: 140px;
    right: -56px;
    bottom: 0px;
  }
  .energy .block-list .item:nth-child(2) .text {
    bottom: 15px;
    left: 15px;
    width: 115px;
  }
  .energy .block-list .item:nth-child(3):after {
    content: "";
    width: 130px;
    height: 100px;
    left: -15px;
    bottom: 0px;
  }
  .energy .block-list .item:nth-child(3) .text {
    top: 15px;
    right: 18px;
    text-align: right;
    width: 200px;
  }
  .energy .block-list .item:nth-child(4):after {
    content: "";
    width: 120px;
    height: 120px;
    right: -51px;
    top: 20px;
  }
  .energy .block-list .item:nth-child(4) .text {
    bottom: 15px;
    left: 15px;
    width: 117px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 750px) {
  .energy .block-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 750px) and (min-width: 1200px) {
  .energy .block-list {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 391px) and (max-width: 750px) {
  .energy .block-list .item {
    width: calc(50% - 5px);
  }
  .energy .block-list .item .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 391px) and (max-width: 750px) and (min-width: 500px) {
  .energy .block-list .item .text {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 391px) and (max-width: 750px) {
  .energy .block-list .item:nth-child(1):after {
    content: "";
    width: 120px;
    height: 120px;
    left: -10px;
    bottom: -14px;
  }
  .energy .block-list .item:nth-child(1) .text {
    top: 28px;
    right: 22px;
    text-align: right;
    width: 115px;
  }
  .energy .block-list .item:nth-child(2):after {
    width: 140px;
    height: 140px;
    right: -56px;
    bottom: 0px;
  }
  .energy .block-list .item:nth-child(2) .text {
    bottom: 15px;
    left: 15px;
    width: 115px;
  }
  .energy .block-list .item:nth-child(3):after {
    content: "";
    width: 130px;
    height: 100px;
    left: -15px;
    bottom: 0px;
  }
  .energy .block-list .item:nth-child(3) .text {
    top: 15px;
    right: 18px;
    text-align: right;
    width: 200px;
  }
  .energy .block-list .item:nth-child(4):after {
    content: "";
    width: 120px;
    height: 120px;
    right: -51px;
    top: 20px;
  }
  .energy .block-list .item:nth-child(4) .text {
    bottom: 15px;
    left: 15px;
    width: 117px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 850px) {
  .energy .block-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .energy .block-list .item {
    width: calc(25% - 7.5px);
  }
  .energy .block-list .item .text {
    font-size: 1rem;
  }
  .energy .block-list .item:nth-child(1):after {
    content: "";
    width: 90px;
    height: 90px;
    left: -10px;
    bottom: -14px;
  }
  .energy .block-list .item:nth-child(1) .text {
    top: 28px;
    right: 22px;
    text-align: right;
    width: 115px;
  }
  .energy .block-list .item:nth-child(2):after {
    width: 110px;
    height: 110px;
    right: -56px;
    bottom: 0px;
  }
  .energy .block-list .item:nth-child(2) .text {
    bottom: 15px;
    left: 15px;
    width: 115px;
  }
  .energy .block-list .item:nth-child(3):after {
    content: "";
    width: 110px;
    height: 80px;
    left: -15px;
    bottom: 0px;
  }
  .energy .block-list .item:nth-child(3) .text {
    top: 15px;
    right: 18px;
    text-align: right;
    width: 200px;
  }
  .energy .block-list .item:nth-child(4):after {
    content: "";
    width: 100px;
    height: 100px;
    right: -51px;
    top: 20px;
  }
  .energy .block-list .item:nth-child(4) .text {
    bottom: 15px;
    left: 15px;
    width: 117px;
  }
}
@media only screen and (max-width: 767px) {
  .energy .section-title {
    font-size: 2.5rem;
  }
  .energy .big-title {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1200px) {
  .energy .big-title {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .energy .big-title .title {
    font-size: 1.875rem;
  }
  .energy .big-title .title span {
    font-size: 2.5rem;
    padding-left: 25px;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 360px) {
  .energy .big-title .title {
    font-size: 1.875rem;
  }
  .energy .big-title .title span {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .energy .big-title {
    margin: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) and (min-width: 1200px) {
  .energy .big-title {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .energy .big-title .title {
    font-size: 3.4375rem;
  }
  .energy .big-title .title span {
    font-size: 5rem;
    padding-left: 25px;
    margin-top: -15px;
  }
}

.ambs-energy {
  padding-top: 0px;
  padding-bottom: 0px !important;
  background: none !important;
}
.ambs-energy:before {
  content: none !important;
}
.ambs-energy .title {
  color: black !important;
}
.ambs-energy .title span {
  padding-left: 50px;
  color: #5a843b;
}
.ambs-energy header {
  display: none !important;
}

.banner-section .banner .banner-wrapper {
  float: left;
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 0px 7px 2px rgba(245, 245, 245, 0.4);
  padding: 48px 0 58px 0;
  background: #F9F9F9;
}
.banner-section .banner .banner-wrapper:has(.DNNEmptyPane) {
  padding: 0;
}
.banner-section .banner .banner-wrapper .title {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 1.2571428571;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  max-width: 518px;
  margin: 0 auto;
}
.banner-section .banner .banner-wrapper .title strong {
  font-weight: 700;
}
.banner-section .banner .banner-wrapper .title strong p {
  color: #99bd32;
}
.banner-section .banner .banner-wrapper .testimonials-slider {
  margin-top: 68px;
  max-width: 671px;
  width: 100%;
  font-family: "Helvetica", sans-serif;
}
.banner-section .banner .banner-wrapper .testimonials-slider .testimonial {
  padding: 0 40px;
  text-align: center;
}
.banner-section .banner .banner-wrapper .testimonials-slider .text {
  max-width: 525px;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  color: #4C4C4C;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0px;
  margin: 0 auto;
}
.banner-section .banner .banner-wrapper .testimonials-slider .author {
  color: #99bd32;
  margin: 0;
  margin-top: 30px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  text-align: center;
}
.banner-section .banner .banner-wrapper .testimonials-slider .location {
  color: #99bd32;
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4166666667;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner .banner-wrapper .testimonials-slider {
    margin-top: 30px;
  }
  .banner-section .banner .banner-wrapper .testimonials-slider .author {
    margin-top: 20px;
  }
}

.faq {
  max-width: 944px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}
.faq .left-side {
  width: calc(50% - 40px);
}
.faq .left-side .img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
.faq .left-side .title {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 1.2571428571;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 30px;
}
.faq .left-side .title span {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 0%;
  font-size: 2.1875rem;
  color: #99bd32;
}
.faq .left-side .text {
  display: flex;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125;
  letter-spacing: 0%;
  color: #565656;
  margin: 0;
}
.faq .right-side {
  width: calc(50% - 40px);
}
.faq .right-side .question {
  position: relative;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #99bd32;
  margin: 0;
  text-align: left;
  padding: 31px 0;
  border-bottom: 1px solid #f3f4f6;
  cursor: pointer;
  padding-right: 15px;
  transition: all 0.25s ease-in-out;
}
.faq .right-side .question:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  color: #6e831b;
  transition: all 0.25s ease-in-out;
}
.faq .right-side .question.active {
  color: #6e831b;
}
.faq .right-side .question.active:after {
  font-family: "Font Awesome 6 Pro";
  content: "-";
  color: #d9d9d9;
}
.faq .right-side .question:hover {
  color: #6e831b;
  transition: all 0.25s ease-in-out;
}
.faq .right-side .question:hover:before {
  color: #6e831b;
  transition: all 0.25s ease-in-out;
}
.faq .right-side .show-more-wrapper {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.faq .right-side .show-more-wrapper a.button-1 {
  margin-top: 10px;
  margin-bottom: 20px;
  background: #9CCC4F;
  border-radius: 25px;
  font-size: 1rem;
  letter-spacing: 1px;
}
.faq .right-side .show-more-wrapper a.button-1::after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  margin-left: 12px;
  font-size: 0.625rem;
}
.faq .right-side .show-more-wrapper a.button-1:hover {
  transform: scale(1.02);
  outline: none;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: all 0.2s ease-in-out;
}
.faq .text {
  display: none;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0%;
  color: #a6a6a6;
  margin: 0;
  margin-top: 10px;
}
.faq .left-side .ribbon,
.faq .right-side .ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 5px;
}
.faq .left-side .ribbon .icon-wrapper,
.faq .right-side .ribbon .icon-wrapper {
  background: #6e831b;
  display: flex;
  align-items: center;
  width: 50px;
  height: 60px;
  justify-content: center;
  border-bottom-left-radius: 20px;
}
.faq .left-side .ribbon .icon-wrapper .logo,
.faq .right-side .ribbon .icon-wrapper .logo {
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
}
.faq .left-side .ribbon h3.title,
.faq .right-side .ribbon h3.title {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0%;
  color: #6e831b;
  margin: 20px 0;
}
.faq .left-side .ribbon h3.title span,
.faq .right-side .ribbon h3.title span {
  color: #6e831b;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0%;
  font-weight: 700;
}
@media only screen and (max-width: 1200px) {
  .faq {
    max-width: 100%;
    gap: 40px;
  }
  .faq .right-side .question {
    padding: 20px 15px 20px 0;
  }
  .faq .right-side,
  .faq .left-side {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 700px) {
  .faq {
    flex-direction: column;
    gap: 0;
  }
  .faq .left-side,
  .faq .right-side {
    width: 100%;
    max-width: 100%;
  }
  .faq.switched-sides .left-side {
    order: 1;
  }
  .faq.switched-sides .right-side {
    order: 2;
  }
}

@media only screen and (min-width: 1200px) {
  .site-section.faq-section {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .pogosta-vprasanja-all {
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .pogosta-vprasanja-all {
    padding-bottom: 0px !important;
  }
}
.pogosta-vprasanja-all .questions-all-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .pogosta-vprasanja-all .questions-all-wrapper {
    position: relative;
    top: -3rem;
  }
}
.pogosta-vprasanja-all .questions-all-wrapper .question {
  position: relative;
  background: #F9F9F9;
  border-radius: 18px;
  padding: 30px 60px;
  font-size: 18px;
  font-weight: bold;
  color: #525252;
  letter-spacing: 1px;
}
.pogosta-vprasanja-all .questions-all-wrapper .question p.text {
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: normal;
  color: #A6A6A6;
}
.pogosta-vprasanja-all .questions-all-wrapper .question .number {
  position: absolute;
  top: -18px;
  left: 22px;
  font-weight: bold;
  font-size: 22px;
  color: #5A843B;
}

.testimonial-slider {
  float: left;
  width: 100%;
}
.testimonial-slider .item {
  float: left;
  width: 100%;
  background: #f9f9f9;
  border-radius: 30px;
  padding: 68px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .testimonial-slider .item {
    padding: 45px;
  }
}
.testimonial-slider .item .title {
  float: left;
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
  color: #363636;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 1;
  letter-spacing: 0;
}
.testimonial-slider .item .title span {
  color: #99bd32;
  float: left;
  width: 100%;
  text-align: center;
}
.testimonial-slider .item .text {
  float: left;
  width: 100%;
  text-align: center;
  color: #4c4c4c;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .testimonial-slider .item .text {
    max-width: 530px;
    margin-left: calc(50% - 265px);
    margin-right: calc(50% - 265px);
  }
}
.testimonial-slider .item .subject {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #1a1a1a;
}
.testimonial-slider .item .subject .location {
  float: left;
  width: 100%;
  text-align: center;
  font-family: "Helvetica";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: #a6a6a6;
}

.politika {
  display: flex;
  text-align: left !important;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .politika {
    font-size: 1rem;
  }
}
.politika .politika-content {
  display: flex;
  text-align: left !important;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .politika .politika-content {
    font-size: 1rem;
  }
}
.politika .politika-content p {
  text-align: left !important;
}

.site-footer {
  float: left;
  width: 100%;
  height: 220px;
  background: #363636;
}
@media only screen and (max-width: 768px) {
  .site-footer {
    height: auto !important;
  }
}
@media only screen and (max-width: 1300px) {
  .site-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-footer .footer-wrapper {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 50px 0 10px 0;
}
.site-footer .footer-wrapper .socials {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.site-footer .footer-wrapper .socials a {
  width: 32px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.site-footer .footer-links {
  float: left;
  width: 100%;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.site-footer .footer-links * {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 300;
  font-family: "Helvetica";
}
.site-footer .footer-links span {
  margin-right: 31px;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .site-footer .footer-links span:after {
    content: "";
    width: 1px;
    right: -15px;
    top: 1px;
    position: absolute;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
  }
}
.site-footer .footer-links a {
  margin-right: 31px;
  position: relative;
  line-height: 1;
}
@media only screen and (min-width: 767px) {
  .site-footer .footer-links a:not(:last-child)::after {
    content: "";
    width: 1px;
    right: -15px;
    top: 1px;
    position: absolute;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.4);
  }
}
.site-footer .footer-links a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .site-footer .footer-wrapper {
    flex-direction: column;
    align-items: center;
    align-content: center;
    gap: 20px;
  }
  .site-footer .footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    text-align: center;
  }
}

/* CONTACT FORM */
.form-section {
  padding: 0px !important;
  padding-bottom: 80px !important;
}
.form-section .contact-form-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #F9F9F9;
  border-radius: 18px;
}
.form-section .contact-form-wrapper .contact-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background: #F9F9F9;
  border-radius: 18px;
}
.form-section .contact-form-wrapper .contact-form .title-form {
  padding-top: 50px;
  display: flex;
  justify-content: center;
}
.form-section .contact-form-wrapper .contact-form .title-form .form-title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  color: black;
}
.form-section .contact-form-wrapper .contact-form .title-form .form-title span {
  color: #99BD32;
}
@media screen and (max-width: 768px) {
  .form-section .contact-form-wrapper .contact-form .title-form .form-title {
    font-size: 1.8rem !important;
  }
}
.form-section .contact-form-wrapper .contact-form .title-form .form-sub-title {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  color: #323232;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .form-section .contact-form-wrapper .contact-form .title-form .form-sub-title {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .form-section .contact-form-wrapper .contact-form .title-form {
    padding: 20px 20px !important;
    text-align: center;
  }
}
.form-section .contact-form-wrapper .contact-form .dnnForm {
  padding: 50px;
  margin-top: 0 !important;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .form-section .contact-form-wrapper .contact-form .dnnForm {
    padding: 0px;
    width: 85%;
  }
}
.form-section .contact-form-wrapper .contact-form .dnnForm div {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem {
  width: calc(50% - 7px);
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem .dnnFormLabelWithoutHelp span {
  color: #646464;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #898989 !important;
  border-radius: 5px;
  background: none !important;
  box-shadow: none;
  outline: none !important;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(textarea) {
  width: 100%;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(textarea) textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #99bd32;
  border-radius: 5px;
  background: none !important;
  box-shadow: none;
  outline: none !important;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(.mark) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(.mark) .dnnFormLabelWithoutHelp {
  order: 2;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(.mark) .dnnFormLabelWithoutHelp .dnnBoxLabel {
  margin: 0;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(.mark) span {
  order: 1;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(.mark) span .dnnCheckBox {
  position: relative !important;
  top: -7px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem:has(.mark) span .dnnCheckBox .mark {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.form-section .contact-form-wrapper .contact-form .dnnForm div .dnnFormItem .mark {
  background: none !important;
}
.form-section .contact-form-wrapper .contact-form .dnnForm .dnnActions {
  display: flex;
  justify-content: center;
}
.form-section .contact-form-wrapper .contact-form .dnnForm .dnnActions li {
  margin: 0;
}
.form-section .contact-form-wrapper .contact-form .dnnForm .dnnActions .dnnPrimaryAction {
  margin-left: auto;
  font-family: "Helvetica", sans-serif;
  background: #9CCC4F;
  margin-top: 10px;
  border-radius: 25px;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 1px;
  border: none;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  box-shadow: none;
  display: inline-block;
  text-shadow: none !important;
}
.form-section .contact-form-wrapper .contact-form .dnnForm .dnnActions .dnnPrimaryAction:hover {
  border: none !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  outline: none !important;
  transform: scale(1.1);
  outline: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.form-section .contact-form-wrapper .contact-form .dnnForm .dnnActions .dnnPrimaryAction:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  margin-left: 8px;
  font-size: 0.625rem;
}
.form-section .contact-form-wrapper .contact-form .dnnForm .dnnActions .dnnSecondaryAction {
  display: none;
}
.form-section .contact-form-wrapper .contact-form .dnnFormItem:nth-of-type(5) {
  width: 100% !important;
  align-items: flex-start !important;
  position: relative !important;
  top: -10px !important;
}
.form-section .contact-form-wrapper .contact-form .dnnFormItem:nth-of-type(5) span {
  color: #ADADAD !important;
  font-size: 11px;
}
.form-section .contact-form-wrapper .contact-form .dnnFormItem:nth-of-type(5) span .dnnCheckBox .mark {
  position: relative !important;
  top: -8px !important;
}
.form-section .contact-form-wrapper .contact-form input.dnnFormRequired {
  border: 1px solid #99bd32 !important;
}
.form-section .contact-form-wrapper .contact-form input.dnnFormRequired:focus, .form-section .contact-form-wrapper .contact-form input.dnnFormRequired:active {
  border: 1px solid #99bd32 !important;
}
@media only screen and (max-width: 992px) {
  .form-section .contact-form-wrapper {
    flex-wrap: wrap;
  }
  .form-section .contact-form-wrapper .left-side {
    order: 2;
    width: 100%;
    max-width: unset;
  }
  .form-section .contact-form-wrapper .right-side {
    order: 1;
    width: 100%;
  }
}

.icons {
  display: flex;
  flex-wrap: wrap;
  gap: 37px;
}
@media only screen and (max-width: 768px) {
  .icons {
    justify-content: center;
  }
}
.icons a {
  font-size: 1.5rem;
  height: 24px;
  width: 24px;
}
.icons a i {
  height: 24px;
  width: 24px;
  font-size: 1.5rem;
}

body.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/*ANIMATIONS*/
#Body:not(.dnnEditState) .scroll-animations-fade-in-up,
#Body:not(.dnnEditState) .scroll-animations-fade-in-up-one-by-one,
#Body:not(.dnnEditState) .scroll-animations-fade-in-left,
#Body:not(.dnnEditState) .scroll-animations-fade-in-right {
  opacity: 0;
}

#Body.dnnEditState .pane {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}

/*MAIN CONTENT*/
/**********************
SUBSITE
**********************/
.breadcrumb {
  float: left;
  width: 100%;
  bottom: 0;
  position: absolute;
  background: 0;
  margin: auto 0 0 0;
  padding: 0;
  color: #ffffff;
  padding: 5px 0;
  border-top: none;
  border-radius: 0;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb a,
.breadcrumb .subsiteLink {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 5px;
}
.breadcrumb a:hover,
.breadcrumb .subsiteLink:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.breadcrumb a:hover *,
.breadcrumb .subsiteLink:hover * {
  color: #ffffff !important;
  text-decoration: underline !important;
}
.breadcrumb a.home-link,
.breadcrumb .subsiteLink.home-link {
  margin-left: 0;
}
.breadcrumb a,
.breadcrumb span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb span[itemprop=itemListElement] {
  display: inline-block;
}
.breadcrumb span[itemprop=itemListElement]:nth-last-child(1) a {
  color: rgba(255, 255, 255, 0.7);
  /*display:unset;*/
}
.breadcrumb span[itemprop=itemListElement]:nth-last-child(1) a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .site-section-top.intro.kontakt {
    padding: 0px 100px !important;
  }
}

.site-section-top.intro.kontakt.politika {
  margin: 0 0 1px 0 !important;
}

.site-section-top.intro.home .content .after-text p {
  font-family: "coolveticaregular" !important;
}

.site-section.politika {
  padding: 10px 10px !important;
}

.kontakt-top {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  display: flex;
  justify-content: center;
}
.kontakt-top .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.kontakt-top .container .banner-two .banner-two-wrapper {
  width: 100%;
  float: left;
  padding: 50px 20px 65px 20px;
  border-radius: 30px;
  background: #F9F9F9;
}
.kontakt-top .container .banner-two .banner-two-wrapper .img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 22px;
}
.kontakt-top .container .banner-two .banner-two-wrapper .img-wrapper img {
  max-height: 50px;
  width: auto;
}
.kontakt-top .container .banner-two .banner-two-wrapper .title {
  width: 100%;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.5428571429;
  color: #99bd32;
  margin-bottom: 7px;
}
.kontakt-top .container .banner-two .banner-two-wrapper .text {
  width: 100%;
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  color: #525252;
  margin-bottom: 25px;
}
.kontakt-top .container .banner-two .banner-two-wrapper .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
}
.kontakt-top .container .banner-two .banner-two-wrapper .button-1 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  height: 50px !important;
  border-radius: 50px !important;
  font-size: 16px;
  margin-top: 10px;
  background: #99BD32;
}
.kontakt-top .container .banner-two .banner-two-wrapper .button-1:hover {
  transform: scale(1.02);
  background: #99BD32 !important;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.kontakt-section {
  padding-bottom: 0px;
  padding-top: 0px;
}
.kontakt-section .container {
  width: 100% !important;
  max-width: 1342px !important;
  padding: 0 15px;
}
.kontakt-section .container .thin {
  max-width: 1144px !important;
}
@media only screen and (min-width: 1130px) {
  .kontakt-section .container .thin {
    padding: 0;
  }
}
.kontakt-section .container .kontakt-form-wrapper {
  display: flex;
  gap: 32px;
}
.kontakt-section .container .kontakt-form-wrapper .left-side {
  max-width: 399px;
  width: calc(100% - 16px);
}
.kontakt-section .container .kontakt-form-wrapper .left-side .contact-block-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 35px;
}
.kontakt-section .container .kontakt-form-wrapper .left-side .item {
  background: #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 18px;
  position: relative;
}
.kontakt-section .container .kontakt-form-wrapper .left-side .item .text {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0%;
  max-width: 155px;
}
.kontakt-section .container .kontakt-form-wrapper .left-side .item .text a,
.kontakt-section .container .kontakt-form-wrapper .left-side .item .text span {
  display: block;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 120%;
  color: #99bd32;
  letter-spacing: 0%;
}
.kontakt-section .container .kontakt-form-wrapper .left-side .item i {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 30px;
  color: #99bd32;
}
.kontakt-section .container .kontakt-form-wrapper .right-side {
  display: flex;
  justify-content: center;
  width: calc(100% - 16px);
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm {
  padding: 50px;
  background: #F9F9F9;
  border-radius: 18px;
  margin-top: 0 !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem {
  width: calc(50% - 7px);
  display: flex;
  align-content: space-between;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem input {
  width: 100%;
  max-width: 100%;
  border: 1px solid #898989;
  border-radius: 5px;
  background: none !important;
  box-shadow: none;
  outline: none !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(textarea) {
  width: 100%;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(textarea) textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #898989;
  border-radius: 5px;
  background: none !important;
  box-shadow: none;
  outline: none !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(.mark) {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(.mark) .dnnFormLabelWithoutHelp {
  order: 2;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(.mark) .dnnFormLabelWithoutHelp .dnnBoxLabel {
  margin: 0;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(.mark) span {
  order: 1;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(.mark) span .dnnCheckBox {
  margin: 0 !important;
  padding: 0 !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:has(.mark) span .dnnCheckBox .mark {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem .mark {
  background: none !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:nth-of-type(6) {
  width: 100% !important;
  align-items: flex-start !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm div .dnnFormItem:nth-of-type(6) span {
  color: #ADADAD !important;
  font-size: 11px;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm .dnnActions {
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 768px) {
  .kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm .dnnActions {
    justify-content: center;
  }
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm .dnnActions li {
  margin: 0;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm .dnnActions .dnnPrimaryAction {
  font-weight: normal !important;
  margin-left: auto;
  font-family: "Helvetica", sans-serif;
  background: #9CCC4F;
  margin-top: 10px;
  border-radius: 25px;
  color: #ffffff;
  padding: 12px 30px;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 1px;
  border: none;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  box-shadow: none;
  display: inline-block;
  text-shadow: none !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm .dnnActions .dnnPrimaryAction:hover {
  border: none !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  outline: none !important;
  transform: scale(1.1);
  outline: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm .dnnActions .dnnPrimaryAction:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  margin-left: 8px;
  font-size: 0.625rem;
}
.kontakt-section .container .kontakt-form-wrapper .right-side .dnnForm .dnnActions .dnnSecondaryAction {
  display: none;
}
.kontakt-section .container .kontakt-form-wrapper .right-side input.dnnFormRequired {
  border: 1px solid #898989 !important;
}
.kontakt-section .container .kontakt-form-wrapper .right-side input.dnnFormRequired:focus, .kontakt-section .container .kontakt-form-wrapper .right-side input.dnnFormRequired:active {
  border: 1px solid #898989 !important;
}
@media only screen and (max-width: 992px) {
  .kontakt-section .container .kontakt-form-wrapper {
    flex-wrap: wrap;
  }
  .kontakt-section .container .kontakt-form-wrapper .left-side {
    order: 2;
    width: 100%;
    max-width: unset;
  }
  .kontakt-section .container .kontakt-form-wrapper .right-side {
    order: 1;
    width: 100%;
  }
}

.responsive-video {
  float: left;
  width: 100%;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 56% 0 0 0;
}
.responsive-video iframe {
  float: left;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.our-subscribers {
  padding-top: 20px !important;
  padding-bottom: 50px !important;
}
.our-subscribers .subscribers-slider {
  max-width: 800px;
  margin: 50px auto 0;
}
.our-subscribers .subscribers-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.our-subscribers .subscribers-slider .swiper-slide img {
  width: auto;
  height: 44px;
}

/*************************/
/*        PASICA         */
/*************************/
@media only screen and (min-width: 799px) {
  .pasica-top {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .pasica-top {
    height: 30px;
    position: fixed;
    background-color: black;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    max-width: 1500px;
  }
  .pasica-top p, .pasica-top a, .pasica-top u {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: white;
    white-space: nowrap;
    text-align: center;
  }
}
@media only screen and (max-width: 799px) and (max-width: 500px) {
  .pasica-top p, .pasica-top a, .pasica-top u {
    font-size: 14px;
  }
}
#fura-runda {
  scroll-margin-top: 150px;
}

/*************************/
/*      DNN RESET        */
/*************************/
/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
.mobile-menu-backdrop {
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.92);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mobile-menu-backdrop.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.full-screen-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: none;
  color: white;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .full-screen-menu-wrapper {
    height: 100dvh;
  }
}
.full-screen-menu-wrapper.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.full-screen-menu-wrapper .mobile-util {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  z-index: 10000;
}
.full-screen-menu-wrapper .mobile-util .mobile-logo img {
  height: 40px;
}
.full-screen-menu-wrapper .mobile-util .close-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 2rem;
  color: white;
  cursor: pointer;
  transition: opacity 0.5s ease, transform 0.5s ease, color 0.5s ease;
}
.full-screen-menu-wrapper .mobile-util .close-menu i {
  color: white;
  transition: transform 0.5s ease, color 0.5s ease;
}
.full-screen-menu-wrapper .mobile-util:hover {
  color: #99bd32;
}
.full-screen-menu-wrapper .mobile-util .close-menu:hover i {
  color: #99bd32;
}
.full-screen-menu-wrapper .hamburger-nav-holder {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 20rem;
  align-items: center;
}
.full-screen-menu-wrapper .hamburger-nav-holder .site-menu {
  counter-reset: menu-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-screen-menu-wrapper .hamburger-nav-holder .site-menu li {
  counter-increment: menu-counter;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  margin: 1rem 0;
}
.full-screen-menu-wrapper .hamburger-nav-holder .site-menu li a {
  color: #99bd32;
  text-decoration: none;
  display: inline-block;
  transition: font-size 0.4s ease, color 0.4s ease, transform 0.4s ease;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .full-screen-menu-wrapper .hamburger-nav-holder .site-menu li a:hover {
    font-size: 3.5rem;
    color: white;
    transform: scale(1.1);
  }
}
.full-screen-menu-wrapper .hamburger-nav-holder .site-menu li a span .whitemeni {
  color: white;
}
.full-screen-menu-wrapper .hamburger-nav-holder .site-menu li:before {
  content: counter(menu-counter, decimal-leading-zero) ". ";
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: -2.6rem;
  top: 0;
}
@media only screen and (max-width: 768px) {
  .full-screen-menu-wrapper .hamburger-nav-holder .site-menu li:before {
    left: -1.8rem;
    top: -1rem;
    font-size: 1.1rem !important;
  }
}
.full-screen-menu-wrapper .hamburger-nav-holder .site-menu .has-submenu-icon {
  display: inline-block;
  margin-left: 1rem;
}

.hamburger-nav-details {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2rem;
  padding-right: 10rem;
  padding-bottom: 5rem;
}
.hamburger-nav-details .details-column {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
}
.hamburger-nav-details .socials {
  display: flex;
  gap: 1rem;
}
.hamburger-nav-details .socials a {
  width: 43px;
  height: 43px;
  display: inline-block;
}
.hamburger-nav-details .socials a svg {
  width: 100%;
  height: 100%;
}

.mobile-menu-btn {
  width: 4rem;
  height: 4rem;
  background: url("../img/button-icon.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
  clip-path: circle(43%);
}
.mobile-menu-btn:hover {
  transform: scale(1.1);
  outline: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.hamburger-nav-details {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(2rem);
  opacity: 0;
}
.full-screen-menu-wrapper.active .hamburger-nav-details {
  transform: translateY(0);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.menu-title-text {
  position: relative;
  font-size: 5rem;
  top: 7rem;
  left: 10rem;
  letter-spacing: 10px;
}

@media only screen and (max-width: 768px) {
  .full-screen-menu-wrapper {
    flex-direction: column;
    padding: 0 0.5rem 3rem 2rem;
  }
  .hamburger-nav-holder {
    position: relative;
    top: 2rem;
    padding-left: 1rem !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .hamburger-nav-holder .site-menu li {
    font-size: 1.8rem !important;
  }
  .menu-title-text {
    font-size: 3rem;
    top: 2rem;
    left: 0rem;
    letter-spacing: 5px;
  }
  .hamburger-nav-details {
    width: 100%;
    padding: 2rem;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: translateY(0) !important;
    opacity: 1 !important;
  }
  .hamburger-nav-details .socials {
    justify-content: center;
  }
  .mobile-util {
    top: 3rem;
    right: 2rem;
    gap: 1rem;
  }
  .mobile-util .close-menu {
    top: 1rem !important;
    right: 1rem !important;
    font-size: 1.5rem;
  }
}
.sdnnForm,
.form-title-container {
  float: left;
  width: 100%;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.sdnnForm article,
.sdnnForm header,
.form-title-container article,
.form-title-container header {
  position: relative;
  z-index: 5;
}
.sdnnForm .title,
.form-title-container .title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3125;
  letter-spacing: 0px;
  color: #000000 !important;
  margin: 20px 0 !important;
  text-align: left !important;
}
.sdnnForm .title span,
.form-title-container .title span {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3125;
  letter-spacing: 0px;
  color: #000000 !important;
}
.sdnnForm p,
.form-title-container p {
  color: #ffffff !important;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0px;
  font-weight: bold;
}
.sdnnForm .fnlForm,
.form-title-container .fnlForm {
  margin-top: 40px;
  z-index: 5;
}
.sdnnForm .fnlForm > *,
.form-title-container .fnlForm > * {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sdnnForm .dnnFormItem,
.form-title-container .dnnFormItem {
  font-family: "Helvetica", sans-serif;
  width: 49%;
}
.sdnnForm .dnnFormItem .dnnFormLabelWithoutHelp,
.form-title-container .dnnFormItem .dnnFormLabelWithoutHelp {
  display: none;
}
.sdnnForm .dnnFormItem input,
.sdnnForm .dnnFormItem textarea,
.sdnnForm .dnnFormItem select,
.form-title-container .dnnFormItem input,
.form-title-container .dnnFormItem textarea,
.form-title-container .dnnFormItem select {
  width: 100%;
  max-width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: none;
  position: relative;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 10px 15px;
  font-weight: 400;
  text-align: left;
  outline: none;
  margin-top: 0px;
  margin: 0;
  color: #3e3e3e;
  border-radius: 3px;
  height: 50px;
}
.sdnnForm .dnnFormItem input:focus, .sdnnForm .dnnFormItem input:active,
.sdnnForm .dnnFormItem textarea:focus,
.sdnnForm .dnnFormItem textarea:active,
.sdnnForm .dnnFormItem select:focus,
.sdnnForm .dnnFormItem select:active,
.form-title-container .dnnFormItem input:focus,
.form-title-container .dnnFormItem input:active,
.form-title-container .dnnFormItem textarea:focus,
.form-title-container .dnnFormItem textarea:active,
.form-title-container .dnnFormItem select:focus,
.form-title-container .dnnFormItem select:active {
  box-shadow: none;
  outline: none;
  border: 1px solid #6e831b !important;
  background: #ffffff;
}
.sdnnForm .dnnFormItem input[type=text]:focus,
.form-title-container .dnnFormItem input[type=text]:focus {
  /*background: $white;
  border-radius: 0;*/
  outline: none;
}
.sdnnForm .dnnFormItem:nth-last-child(1),
.form-title-container .dnnFormItem:nth-last-child(1) {
  width: 100%;
  max-width: 100%;
}
.sdnnForm .dnnActions,
.form-title-container .dnnActions {
  padding-top: 0;
  margin: 15px 0 0 0;
}
.sdnnForm .dnnActions li,
.form-title-container .dnnActions li {
  width: 100%;
  text-align: left;
  margin: 0;
  display: flex;
  justify-content: center;
}
.sdnnForm .dnnActions .dnnPrimaryAction,
.form-title-container .dnnActions .dnnPrimaryAction {
  font-family: "Helvetica", sans-serif;
  background: #000000;
  border-radius: 0;
  color: #ffffff;
  padding: 15px 22px;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  border: none;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  display: inline-block;
  /*background: $color1;
  font-weight: 400;
  display: inline-block;
  font-family: $fonts;
  border-radius: 25px;
  padding: 10px 35px;
  text-transform: none;
  border: none;
  font-size: 1.375rem;
  line-height: 1.3;
  text-shadow: none;
  color: $white;
  width: auto;
  box-shadow: none;
  margin: 0;
  box-shadow: 0px 3px 6px #00000029;
  &:hover,
  &:active,
  &:focus {
  background: darken($color1, 5%) !important;
  text-decoration: none;
  color: $white !important;
  }*/
}
.sdnnForm .dnnActions .dnnPrimaryAction:hover,
.form-title-container .dnnActions .dnnPrimaryAction:hover {
  background: rgb(17.85, 17.85, 17.85);
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.sdnnForm .dnnActions .dnnSecondaryAction,
.form-title-container .dnnActions .dnnSecondaryAction {
  display: none;
}

.dnnForm input.dnnFormRequired {
  border-left: 2px solid #ff1900 !important;
}
.dnnForm input.dnnFormRequired:focus, .dnnForm input.dnnFormRequired:active {
  border-left: 2px solid #ff1900 !important;
}

.isrequired {
  position: relative;
}
.isrequired:after {
  content: "*";
  position: absolute;
  top: 10px;
  right: -7px;
  font-size: 12px;
  color: #99bd32;
}

.dnnFormAndList {
  float: left;
  width: 100%;
}

.dnnFormMessage {
  float: left;
  width: 100%;
  font-family: "Helvetica", sans-serif;
  background-color: #F9F9F9 !important;
  border: none !important;
  color: #000000;
  border-radius: 55px !important;
  margin-bottom: 35px !important;
}

.dnnFormItem span.dnnFormMessage.dnnFormError {
  left: 0 !important;
  right: auto;
  background: #99bd32 !important;
  text-align: center !important;
  margin-bottom: 9px !important;
  color: white !important;
  border: none !important;
}
.dnnFormItem span.dnnFormMessage.dnnFormError:after {
  border-top: 7px solid #99bd32;
}

#dnn_ctr406_Default_Form_MessagePlaceholder {
  display: flex;
  justify-content: center;
}

#dnn_ctr427_Default_Form_MessagePlaceholder {
  display: flex;
  justify-content: center;
}

.dnnFormMessage.dnnFormSuccess {
  text-align: center;
  background: #9CCC4F !important;
  border-color: transparent !important;
  padding: 10px !important;
  border-radius: 55px !important;
  letter-spacing: 1px;
  width: 420px;
  height: 65px;
}
.dnnFormMessage.dnnFormSuccess p {
  margin: 0 !important;
  color: #ffffff !important;
}

.dnnActions li {
  list-style-type: none !important;
}

.pageLoginWrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/login-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.pageLoginWrapper .logo-wrapper {
  float: left;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
.pageLoginWrapper .logo-wrapper img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
  height: auto;
}
.pageLoginWrapper .centerWrapper {
  float: left;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pageLoginWrapper .centerWrapper .loginContent {
  float: left;
  width: 90%;
  margin: 5%;
  padding: 30px;
  background: transparent linear-gradient(123deg, #262626 0%, #262626 100%) 0% 0% no-repeat padding-box;
  box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.4117647059);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  opacity: 1;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
@media only screen and (min-width: 600px) {
  .pageLoginWrapper .centerWrapper .loginContent {
    max-width: 480px;
    margin: 15px calc(50% - 240px);
  }
}
.pageLoginWrapper .centerWrapper .loginContent .LoginPanel {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnFormValidationSummary {
  max-width: 480px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm {
  float: left;
  width: 100%;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem {
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnLabel,
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnFormLabel {
  float: left;
  width: 100%;
  margin: 0 0 3px 0;
  padding: 0;
  text-align: left;
  min-height: 1px;
  color: #ffffff;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnBoxLabel {
  color: #ffffff;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem input,
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem textarea {
  width: 100%;
  max-width: 100%;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  position: relative;
  font-family: "Helvetica", sans-serif;
  font-size: 1rem;
  line-height: 28px;
  letter-spacing: 0px;
  padding: 10px 15px;
  font-weight: 400;
  text-align: left;
  outline: none;
  margin-top: 0px;
  margin: 0;
  color: #3e3e3e;
  transition: all 0.5s ease-in-out;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem input:focus, .pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem input:active,
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem textarea:focus,
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem textarea:active {
  box-shadow: none;
  outline: none;
  border: 2px solid #6e831b !important;
  transition: all 0.5s ease-in-out;
  background: #ffffff;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnLoginRememberMe {
  width: auto !important;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem input[type=text]:focus {
  /*background: $white;
  border-radius: 0;*/
  outline: none;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .mark {
  background-color: transparent !important;
  padding: 0;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnActions {
  padding-left: 0 !important;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnPrimaryAction {
  font-family: "Helvetica", sans-serif;
  background: #000000;
  border-radius: 0;
  color: #ffffff;
  padding: 8px 20px;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 400;
  border: none;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  display: inline-block;
  text-shadow: none !important;
  box-shadow: none !important;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnPrimaryAction:hover {
  background: rgb(17.85, 17.85, 17.85);
  border-color: none;
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: none !important;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnSecondaryAction {
  font-family: "Helvetica", sans-serif;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 0;
  color: #ffffff;
  padding: 8px 20px;
  font-size: 1rem;
  line-height: 22px;
  font-weight: 400;
  background-size: 100%;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  display: inline-block;
  text-shadow: none !important;
  box-shadow: none !important;
}
.pageLoginWrapper .centerWrapper .loginContent .dnnForm .dnnFormItem .dnnSecondaryAction:hover {
  background: #000000;
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  box-shadow: none !important;
}

/*kontakt form*/
.modal-form-wrapper {
  float: left;
  width: 100%;
}

.kontaktform-wrapper {
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
}
.kontaktform-wrapper .dnnFormItem {
  font-family: "Helvetica", sans-serif;
  width: 100%;
}
.kontaktform-wrapper .dnnFormItem .dnnFormLabelWithoutHelp {
  display: none;
}
.kontaktform-wrapper .dnnFormItem input {
  width: 100%;
  max-width: 100%;
  background: #f4f4f4;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
  padding: 15px 25px;
  max-width: 100%;
  font-weight: 300;
  margin-top: 15px;
  color: #000000;
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}
.kontaktform-wrapper .dnnFormItem input:focus, .kontaktform-wrapper .dnnFormItem input:active {
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.kontaktform-wrapper .dnnFormItem textarea {
  width: 100%;
  max-width: 100%;
  background: #f4f4f4;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  font-family: "Helvetica", sans-serif;
  font-size: 15px;
  padding: 15px 25px;
  max-width: 100%;
  font-weight: 300;
  margin-top: 15px;
  color: #000000;
  box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
}
.kontaktform-wrapper .dnnFormItem textarea:focus, .kontaktform-wrapper .dnnFormItem textarea:active {
  box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}
.kontaktform-wrapper .dnnFormItem input[type=text]:focus {
  background: #ffffff;
  border-radius: 0;
}
.kontaktform-wrapper .dnnFormItem .form-check-label {
  float: left;
  width: 100%;
  padding-left: 30px;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox {
  display: block;
  position: relative;
  padding-left: 0;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* Show the checkmark when checked */
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox .dnnCheckbox {
  display: none;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox .checkmark {
  position: absolute;
  top: 10px;
  left: -30px;
  height: 18px;
  width: 18px;
  background-color: #eee;
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox:hover input ~ .checkmark {
  background-color: #ccc;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox input:checked ~ .checkmark {
  background-color: #f2f2f2;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox input:checked ~ .checkmark:after {
  display: block;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox label {
  padding-left: 35px;
  z-index: 99;
  position: relative;
}
.kontaktform-wrapper .dnnFormItem span.hasCheckbox label:hover {
  cursor: pointer;
}
.kontaktform-wrapper .dnnActions li {
  width: 100%;
  text-align: left;
  margin: 0;
}
.kontaktform-wrapper .dnnActions .dnnPrimaryAction {
  background: transparent;
  font-weight: 700;
  display: inline-block;
  font-family: "Helvetica", sans-serif;
  text-align: center;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 21px;
  text-shadow: none;
  color: #000000;
  width: auto;
  box-shadow: none;
  min-width: 220px;
  border: 1px solid #000000;
  font-family: "Helvetica", sans-serif;
}
.kontaktform-wrapper .dnnActions .dnnPrimaryAction:hover, .kontaktform-wrapper .dnnActions .dnnPrimaryAction:active, .kontaktform-wrapper .dnnActions .dnnPrimaryAction:focus {
  background: rgb(17.85, 17.85, 17.85);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.kontaktform-wrapper .dnnActions .dnnSecondaryAction {
  display: none;
}

/*480*/
/*576*/
@media only screen and (min-width: 768px) {
  .modal-form-wrapper {
    float: left;
    width: 100%;
  }
  .modal-form-wrapper #contactModal .modal-content {
    min-width: 760px;
    left: 50%;
    transform: translateX(-50%);
  }
}
/*768*/
@media only screen and (min-width: 1200px) {
  .modal-form-wrapper {
    float: left;
    width: 100%;
  }
  .modal-form-wrapper #contactModal .modal-content {
    min-width: 1180px;
  }
  .modal-form-wrapper .header-text-pane {
    float: left;
    width: calc(100% - 50px);
  }
  .modal-form-wrapper .header-text-pane header {
    padding: 0 60px;
  }
  .modal-form-wrapper .header-text-pane h2.introTitle span {
    margin: 0 0 30px 0;
  }
  .modal-form-wrapper .header-text-pane h2.introTitle span span {
    margin: 0;
    right: 35px;
    top: 30px;
  }
}
/*1200*/
/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
/*SEARCH DETAIL*/
.dnnSearchBoxPanel {
  background: #f2f2f2;
  margin: 15px 0;
}
.dnnSearchBoxPanel .dnnSearchResultAdvancedTip {
  display: none;
}
.dnnSearchBoxPanel .dnnSearchBox {
  margin: 0 10px;
  height: 40px;
  border-radius: 0;
  box-shadow: none;
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton {
  width: 60px;
  height: 40px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  right: -1px;
  top: -5px;
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton:after {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #ffffff;
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton:hover, .dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton:focus, .dnnSearchBoxPanel .dnnSearchBox .dnnSearchButton:active {
  text-decoration: none;
  background: rgb(17.85, 17.85, 17.85);
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBoxClearText {
  right: 70px !important;
}
.dnnSearchBoxPanel .dnnSearchBox #dnnSearchResult_dnnSearchBox_input {
  width: calc(100% - 95px);
}
.dnnSearchBoxPanel .dnnSearchBox .dnnSearchBox_advanced {
  display: none;
}

.dnnSearchBoxClearText {
  position: absolute !important;
  top: 4px;
  right: 70px !important;
}

ul.searchSkinObjectPreview {
  width: 100%;
  border: 1px solid #f2f2f2;
  font-family: "Helvetica", sans-serif;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
ul.searchSkinObjectPreview li {
  border-top: 1px solid #f2f2f2;
  font-family: "Helvetica", sans-serif;
}
ul.searchSkinObjectPreview li span {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
}
ul.searchSkinObjectPreview li p {
  font-family: "Helvetica", sans-serif;
  font-style: normal;
  font-size: 12px;
  font-size: 12px;
  font-style: normal;
}
ul.searchSkinObjectPreview li p b {
  font-family: "Helvetica", sans-serif;
}
ul.searchSkinObjectPreview li a {
  font-family: "Helvetica", sans-serif;
}
ul.searchSkinObjectPreview li a.searchSkinObjectPreview_more {
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
}
ul.searchSkinObjectPreview li a.searchSkinObjectPreview_more:hover, ul.searchSkinObjectPreview li a.searchSkinObjectPreview_more:active, ul.searchSkinObjectPreview li a.searchSkinObjectPreview_more:focus {
  text-decoration: none;
}
ul.searchSkinObjectPreview li:hover, ul.searchSkinObjectPreview li:active, ul.searchSkinObjectPreview li:focus {
  background: #f2f2f2 !important;
}
ul.searchSkinObjectPreview li.searchSkinObjectPreview_group {
  color: #000000;
  border-bottom: 2px solid #f2f2f2;
  font-size: 16px;
  display: none;
}
ul.searchSkinObjectPreview li:last-child {
  text-align: center;
}

.dnnSearchBoxClearText.dnnShow {
  position: absolute !important;
  top: 4px;
  right: 70px !important;
}

.dnnSearchResultPanel {
  display: none !important;
}

.dnnSearchResultPager.dnnSearchResultPagerTop,
.dnnSearchResultPager {
  display: none !important;
}

.dnnSearchResultContainer .dnnSearchResultItem {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Title {
  font-family: "Helvetica", sans-serif;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Link {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
}
.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Description {
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 300;
}
.dnnSearchResultContainer .dnnSearchResultItem .dnnSearchResultItem-Others {
  display: none;
}

.backdrop-fade {
  position: fixed;
  z-index: 4345;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: none;
}
.backdrop-fade .backdrop-close {
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  transition: all 0.2s ease-in-out;
}
.backdrop-fade .backdrop-close:hover {
  background: #000000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.search-container {
  position: fixed;
  z-index: 4346;
  width: 100%;
  top: 25vh;
  display: none;
  margin: 60px 0;
}
.search-container.active {
  display: flex;
}
.search-container .search-wrapper {
  width: 100%;
  padding: 15px;
  max-width: 600px;
  margin: auto;
}
.search-container .search-wrapper > span {
  float: left;
  width: 100%;
  position: relative;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.search-container .search-wrapper .dnnSearchBoxClearText {
  margin-top: 12px;
}
.search-container .search-wrapper .searchInputContainer {
  float: left;
  width: 100%;
}
.search-container .search-wrapper .searchInputContainer input {
  float: left;
  width: 100%;
  line-height: 20px;
  padding: 19px 80px 19px 30px;
  border: 1px solid #000000;
  height: 60px;
}
.search-container .search-wrapper .searchInputContainer input:focus {
  outline: 1px solid #000000;
}
.search-container .search-wrapper .SearchButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 60px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  padding: 20px 0;
  font-size: 0;
}
.search-container .search-wrapper .SearchButton:after {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: #ffffff;
}
.search-container .search-wrapper .SearchButton:hover {
  background: rgb(17.85, 17.85, 17.85);
  color: #ffffff;
  outline: none;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
ul.sitemapList {
  float: left;
  width: 100%;
  list-style-type: none;
}
ul.sitemapList li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
}
ul.sitemapList li:before {
  content: "\f105";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
  color: #000000;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
}
ul.sitemapList li a {
  color: #000000;
}
ul.sitemapList li a:hover {
  color: #99bd32;
}
ul.sitemapList li ul {
  list-style-type: none;
}
ul.sitemapList li ul li {
  list-style-type: none;
}

/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*/
/*************/
/*    IOS    */
/*************/
/*480*/
/*576*/
/*768*/
/*992*/
/*1200*/
/*1480*//*# sourceMappingURL=style.css.map */