/*------- normalize -------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
a:active,
a:hover {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-left: 11px;
  margin-left: 8px;
}
dfn:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 60%;
  background: var(--textColor);
  top: 20%;
  left: 0;
}
ins {
  font-weight: normal;
  font-family: var(--font);
  margin: 0 3px;
  padding: 0;
  position: relative;
  display: inline-block;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: border-box;
  height: 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  border-top-style: none;
  border-right-style: none;
  border-left-style: none;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search] {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: none;
  overflow: hidden;
  min-height: 120px;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: var(--white);
}
/* set browser autocomplete bg yellow color to white */
input[type=checkbox] + label {
  padding: 3px 0 0 39px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  font-weight: bold;
  letter-spacing: 0.7px;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  input[type=checkbox] + label:hover {
    color: var(--green);
  }
  input[type=checkbox] + label:hover:before {
    border-color: var(--green);
  }
}
@media (max-width: 1365px) {
  input[type=checkbox] + label {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
}
input[type=radio] + label {
  padding: 2px 0 0 39px;
  line-height: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  color: var(--black);
  position: relative;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  input[type=radio] + label:hover {
    color: var(--black);
  }
  input[type=radio] + label:hover .radio-address {
    color: var(--black) !important;
  }
  input[type=radio] + label:hover:before {
    border-color: var(--black);
  }
}
@media (max-width: 1365px) {
  input[type=radio] + label {
    padding: 2px 0 0 36px;
    font-size: 14px;
  }
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  text-indent: 0;
  border-radius: 5px;
  color: transparent;
  border: 1px solid var(--white);
  left: 0;
  text-align: center;
  top: 0;
  content: "\e905";
  font: 9px/23px var(--fonti);
  transition: border-color 0.2s, color 0.2s, background 0.2s;
  text-indent: 2px;
}
input[type=checkbox]:checked + label:before {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}
/*------- /normalize -------*/
/*------- mixins -------*/
.clear {
  *zoom: 1;
  clear: both;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
/*------- /mixins -------*/
/*------- fonts -------*/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.woff?4vq4o9') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica-regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Helvetica';
	src: url('fonts/Helvetica-bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: block;
}*/
/*------- /fonts -------*/
.icon-fax {
  content: "\e907";
}
.icon-email {
  content: "\e906";
}
.icon-check {
  content: "\e905";
}
.icon-long-arrow {
  content: "\e904";
}
.icon-arrow {
  content: "\e903";
}
.icon-down-arrow {
  content: "\e909";
}
.icon-pin {
  content: "\e902";
}
.icon-pin2 {
  content: "\e908";
}
.icon-phone {
  content: "\e901";
}
.icon-x {
  content: "\e900";
}
/*------- site vars -------*/
/*@d1: 1880px;*/
:root {
  --pageWrapper: 1320px;
  --cmsWrapper: 800px;
  --primaryColor: var(--green);
  --textColorWhite: var(--white);
  --textColorBlack: var(--black);
  --textColor: var(--white);
  --black: #000000;
  --lightBrown: #F2EFEA;
  --white: #ffffff;
  --green: #009037;
  --red: #D00000;
  --errorColor: var(--red);
  --successColor: var(--green);
  --linkColor: var(--green);
  --separator: rgba(255, 255, 255, 0.25);
  --separator2: rgba(255, 255, 255, 0.15);
  --borderColor: #cccccc;
  --borderRadius: 10px;
  --fontSize: 16px;
  --lineHeight: 24px;
  --transition: 200ms;
  --font: 'Prompt', sans-serif;
  --fonti: "icomoon";
}
/*------- /site vars -------*/
.no-touch .tel,
.no-touch .tel a,
.no-touch a[href^=tel] {
  color: var(--textColor);
  cursor: pointer;
}
@media (min-width: 1365px) {
  .no-touch .tel:hover,
  .no-touch .tel a:hover,
  .no-touch a[href^=tel]:hover {
    color: var(--linkColor);
  }
}
:root {
  --paddingWrapper: 271.5px;
}
/*------- /helpers -------*/
/*------- headings -------*/
body {
  background: #fff;
  font-size: var(--fontSize);
  line-height: var(--lineHeight);
  font-family: var(--font);
  color: var(--textColor);
  font-weight: normal;
}
@media (max-width: 1365px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
a {
  color: var(--linkColor);
  text-decoration: none;
  transition: var(--transition);
  position: relative;
  display: inline-block;
}
@media (min-width: 1365px) {
  a:hover {
    color: var(--green);
  }
}
ul,
ol {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  padding-bottom: 15px;
  color: var(--white);
}
h1 a,
h2 a,
h3 a,
h4 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  text-decoration: none;
}
h1 {
  font-size: 67px;
  line-height: 87px;
  padding-bottom: 0;
  letter-spacing: 3.35px;
  text-transform: uppercase;
}
h2 {
  font-size: 50px;
  line-height: 65px;
  padding: 55px 0 15px 0;
  letter-spacing: 2.5px;
}
h3 {
  font-size: 37px;
  line-height: 48px;
  padding: 55px 0 15px 0;
  letter-spacing: 1.85px;
}
h4 {
  font-size: 28px;
  line-height: 36px;
  padding: 55px 0 15px 0;
  letter-spacing: 1.4px;
}
h5 {
  font-size: 21px;
  line-height: 27px;
  padding: 55px 0 15px 0;
  letter-spacing: 1.05px;
}
p {
  padding-bottom: 25px;
}
@media (max-width: 1365px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 0;
    letter-spacing: 1.75px;
  }
  h2 {
    font-size: 29px;
    line-height: 37px;
    padding: 30px 0 10px 0;
    letter-spacing: 1.45px;
  }
  h3 {
    font-size: 24px;
    line-height: 31px;
    padding: 30px 0 10px 0;
    letter-spacing: 1.2px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
    padding: 30px 0 10px 0;
    letter-spacing: 1px;
  }
  h5 {
    font-size: 17px;
    line-height: 22px;
    padding: 30px 0 10px 0;
    letter-spacing: 0.85px;
  }
  p {
    padding-bottom: 20px;
  }
}
/*------- /headings -------*/
/*------- slick -------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider button {
  font-size: 0;
  line-height: 0;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow {
  font-size: 0;
  line-height: 0;
  min-height: 54px;
  min-width: 54px;
  width: 54px;
  height: 54px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: unset;
  background: var(--white);
  border-radius: 50%;
  z-index: 100;
}
.slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  content: "\e903";
  font: 12px/12px var(--fonti);
  color: var(--black);
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  transform: rotate(180deg);
}
@media (min-width: 1365px) {
  .slick-arrow:hover:after {
    color: var(--white);
  }
}
.slick-next:after {
  transform: rotate(0deg);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-dots li {
  vertical-align: middle;
  height: auto;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.slick-dots li.slick-active button {
  background: var(--red);
}
.slick-dots li.slick-active button:after {
  background: var(--white);
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: var(--white);
  padding: 0;
  border: unset;
  position: relative;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.slick-dots button:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: var(--black);
  border-radius: 2px;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  .slick-dots button:hover {
    background: var(--white);
  }
  .slick-dots button:hover:after {
    background: var(--red);
  }
}
/*------- /slick -------*/
/*------- content -------*/
.page-wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper {
  width: var(--pageWrapper);
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .wrapper {
    width: auto;
    margin: 0 50px;
  }
}
@media (max-width: 1365px) {
  .wrapper {
    margin: 0 15px;
  }
}
.cms-wrapper {
  width: var(--cmsWrapper);
  margin: 0 auto;
}
.logo {
  position: static;
  background: url(images/logo.svg) top left no-repeat;
  width: 141px;
  height: 60px;
  background-size: contain;
}
@media (max-width: 1365px) {
  .logo {
    width: 80px;
    height: 34px;
    background-size: contain;
  }
}
.cms-content {
  color: var(--white);
}
.cms-content ul {
  list-style-type: none;
  padding-left: 15px;
  padding-bottom: 25px;
}
.cms-content ul li {
  padding: 5px 0 5px 16px;
  position: relative;
}
.cms-content ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: var(--white);
  border-radius: 50%;
  top: 15px;
  left: 0;
}
.cms-content ol {
  padding-bottom: 25px;
  padding-left: 31px;
}
.cms-content ol li {
  padding: 5px 0;
}
.cms-content p a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: var(--green);
}
@media (min-width: 1365px) {
  .cms-content p a:not(.btn):hover {
    text-decoration: none;
  }
}
.cms-content .a-none {
  pointer-events: none !important;
  color: var(--white) !important;
  text-decoration: none !important;
}
@media (max-width: 1365px) {
  .cms-content ul {
    padding-bottom: 20px;
    padding-left: 0;
  }
  .cms-content ul li {
    padding: 3px 0 3px 14px;
  }
  .cms-content ul li:before {
    top: 10px;
  }
  .cms-content ol {
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .cms-content ol li {
    padding: 3px 0;
  }
}
.main {
  padding-bottom: 175px;
  background: var(--black);
}
@media (max-width: 1365px) {
  .main {
    padding-bottom: 120px;
  }
}
.smaller-wrapper {
  width: var(--cmsWrapper);
  margin: 0 auto;
  padding-top: 25px;
}
@media (max-width: 1365px) {
  .smaller-wrapper {
    width: auto;
    margin: 0 15px;
  }
}
.text-align-center {
  text-align: center;
}
.btn-toggle-nav {
  display: none;
}
@media (max-width: 1365px) {
  .btn-toggle-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    z-index: 99;
  }
  .btn-toggle-nav span {
    top: 50%;
    margin-top: -1.5px;
    left: 50%;
    margin-left: -12px;
    background: var(--white);
    position: absolute;
    transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
    border-radius: 3px;
    width: 21px;
    height: 3px;
  }
  .btn-toggle-nav span:before,
  .btn-toggle-nav span:after {
    content: "";
    position: absolute;
    display: block;
    width: 21px;
    height: 3px;
    background: var(--white);
    left: 0;
    top: 0;
    transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
    border-radius: 3px;
  }
  .btn-toggle-nav span:before {
    top: -8px;
  }
  .btn-toggle-nav span:after {
    top: 8px;
  }
}
.responsive-cnt-mobile {
  display: none;
}
.no-visible-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 0px;
  display: none;
}
.no-visible-scrollbar::-webkit-scrollbar-thumb {
  height: 0px;
  display: none;
}
.no-visible-scrollbar::-webkit-scrollbar-track-piece {
  height: 0px;
  display: none;
}
.no-visible-scrollbar::-webkit-scrollbar-track {
  height: 0px;
  display: none;
}
.background-image {
  background: url(images/hero.jpg) top left no-repeat;
  background-size: cover;
  position: relative;
}
.background-image:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 580px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  display: none;
}
@media (max-width: 1365px) {
  .background-image {
    background: url(images/hero-mobile.jpg) top left no-repeat;
    background-size: cover;
  }
  .background-image:after {
    height: 360px;
    display: block;
  }
}
.background-image-contact {
  background: url(images/hero4.jpg) top left no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1365px) {
  .background-image-contact {
    background: url(images/hero3-mobile.jpg) top left no-repeat;
    background-size: cover;
    height: auto;
  }
}
.background-image-smaller {
  background: url(images/hero3.jpg) top left no-repeat;
  background-size: cover;
  position: relative;
}
.background-image-smaller:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 350px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  pointer-events: none;
  display: none;
}
@media (max-width: 1365px) {
  .background-image-smaller {
    background: url(images/hero3-mobile.jpg) top left no-repeat;
    background-size: cover;
  }
  .background-image-smaller:after {
    display: block;
  }
}
.application-success,
.contact-success {
  margin: 0 auto;
  text-align: center;
  color: var(--black);
  width: 400px;
  display: none;
  margin-top: -45px;
}
.application-success .title,
.contact-success .title {
  padding-top: 124px;
  display: block;
  font-weight: bold;
  font-size: 21px;
  line-height: 27px;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
  letter-spacing: 1.05px;
}
.application-success .title:before,
.contact-success .title:before {
  content: "";
  position: absolute;
  display: block;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e905";
  font: 22px/22px var(--fonti);
  color: var(--white);
  left: 50%;
  top: 0;
  margin-left: -42px;
}
.application-success .content,
.contact-success .content {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  display: block;
}
.application-success .btn,
.contact-success .btn {
  width: 280px;
}
@media (max-width: 1365px) {
  .application-success,
  .contact-success {
    width: 310px;
    margin: -60px auto 0;
  }
  .application-success .title,
  .contact-success .title {
    padding-top: 94px;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: 0.85px;
  }
  .application-success .title:before,
  .contact-success .title:before {
    width: 64px;
    height: 64px;
    font: 20px/20px var(--fonti);
    margin-left: -32px;
  }
  .application-success .btn,
  .contact-success .btn {
    width: 180px;
    padding: 0 30px;
  }
  .application-success .content,
  .contact-success .content {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
  }
  .application-success .content br,
  .contact-success .content br {
    display: none;
  }
}
.contact-success {
  color: var(--white);
  width: 360px;
  margin: -45px 0 0 35px;
}
.contact-success .content {
  margin-bottom: 0;
}
@media (max-width: 1365px) {
  .contact-success {
    width: 310px;
    margin: -60px auto 0;
  }
}
/*------- /content -------*/
/*------- extra content -------*/
.bold-p {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 1.05px;
  color: var(--white);
  font-weight: bold;
}
@media (max-width: 1365px) {
  .bold-p {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.85px;
  }
}
.extra-highlighted,
blockquote {
  background: var(--green);
  border-radius: var(--borderRadius);
  font-size: 16px;
  line-height: 24px;
  padding: 60px 60px 35px;
  margin: 15px 0 35px;
  font-weight: bold;
}
.extra-highlighted p,
blockquote p,
.extra-highlighted ul > li,
blockquote ul > li,
.extra-highlighted ol > li,
blockquote ol > li {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
@media (max-width: 1365px) {
  .extra-highlighted,
  blockquote {
    font-size: 14px;
    line-height: 21px;
    padding: 30px 30px 10px;
  }
  .extra-highlighted p,
  blockquote p,
  .extra-highlighted ul > li,
  blockquote ul > li,
  .extra-highlighted ol > li,
  blockquote ol > li {
    font-size: 14px;
    line-height: 21px;
  }
}
figure.image {
  margin: 15px 0 35px;
}
figure.image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  border-radius: var(--borderRadius);
}
@media (max-width: 1365px) {
  figure.image {
    margin: 8px 0 25px;
  }
}
/*------- /extra content -------*/
/*------- pravne informacije -------*/
.pravne-informacije .main .smaller-wrapper {
  padding-top: 80px;
}
@media (max-width: 1365px) {
  .pravne-informacije .main .smaller-wrapper {
    padding-top: 20px;
  }
  .pravne-informacije .intro-container .wrapper {
    margin: 0 auto;
    max-width: 330px;
  }
}
/*------- /pravne informacije -------*/
/*------- politika privatnosti -------*/
@media (max-width: 1365px) {
  .politika-privatnosti .intro-container {
    padding-bottom: 20px;
  }
  .politika-privatnosti .intro-container .wrapper {
    margin: 0 auto;
    max-width: 330px;
  }
  .politika-privatnosti .smaller-wrapper {
    padding-top: 0;
  }
}
/*------- /politika privatnosti -------*/
/*------- forms -------*/
.form-label p,
.form-label .field {
  position: relative;
  padding-bottom: 20px;
}
.form-label label {
  position: absolute;
  top: 17px;
  font-size: 16px;
  line-height: 22px;
  left: 26px;
  padding: 0;
  cursor: text;
  z-index: 15;
  width: auto;
  text-align: left;
  transition: top 0.2s, font-size 0.2s, color 0.2s;
  color: var(--white);
}
.form-label .focus label,
.form-label .ffl-floated label {
  top: 7px;
  font-size: 12px;
  line-height: 17px;
  color: var(--separator);
}
.form-label .focus .requested,
.form-label .ffl-floated .requested {
  color: var(--separator);
}
.form-label .focus input,
.form-label .ffl-floated input,
.form-label .focus select,
.form-label .ffl-floated select {
  padding-top: 15px;
  border-color: var(--white);
}
.form-label .focus textarea,
.form-label .ffl-floated textarea {
  padding-top: 22px;
  border-color: var(--white);
}
.form-label .focus input:focus,
.form-label .ffl-floated input:focus,
.form-label .focus select:focus,
.form-label .ffl-floated select:focus,
.form-label .focus textarea:focus,
.form-label .ffl-floated textarea:focus,
.form-label .focus input:hover,
.form-label .ffl-floated input:hover,
.form-label .focus select:hover,
.form-label .ffl-floated select:hover,
.form-label .focus textarea:hover,
.form-label .ffl-floated textarea:hover,
.form-label .focus input:active,
.form-label .ffl-floated input:active,
.form-label .focus select:active,
.form-label .ffl-floated select:active,
.form-label .focus textarea:active,
.form-label .ffl-floated textarea:active {
  border-color: var(--white);
}
.form-label .focus.green input,
.form-label .ffl-floated.green input,
.form-label .focus.green select,
.form-label .ffl-floated.green select,
.form-label .focus.green textarea,
.form-label .ffl-floated.green textarea {
  border-color: var(--green);
}
.form-label .focus.green input:focus,
.form-label .ffl-floated.green input:focus,
.form-label .focus.green select:focus,
.form-label .ffl-floated.green select:focus,
.form-label .focus.green textarea:focus,
.form-label .ffl-floated.green textarea:focus,
.form-label .focus.green input:hover,
.form-label .ffl-floated.green input:hover,
.form-label .focus.green select:hover,
.form-label .ffl-floated.green select:hover,
.form-label .focus.green textarea:hover,
.form-label .ffl-floated.green textarea:hover,
.form-label .focus.green input:active,
.form-label .ffl-floated.green input:active,
.form-label .focus.green select:active,
.form-label .ffl-floated.green select:active,
.form-label .focus.green textarea:active,
.form-label .ffl-floated.green textarea:active {
  border-color: var(--white);
}
.form-label input,
.form-label textarea,
.form-label select {
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: background 0.2s, border-color 0.2s;
  border-radius: var(--borderRadius);
  background: var(--black);
}
.form-label input:focus,
.form-label textarea:focus,
.form-label select:focus,
.form-label input:hover,
.form-label textarea:hover,
.form-label select:hover,
.form-label input:active,
.form-label textarea:active,
.form-label select:active {
  border-color: var(--white);
}
.form-label input.field-error,
.form-label textarea.field-error,
.form-label select.field-error {
  border-color: var(--red);
}
.form-label input,
.form-label select {
  display: block;
  width: 100%;
  height: 54px;
  line-height: normal;
  font-size: 17px;
  line-height: 22px;
  padding: 0 25px;
  background: var(--black);
  transition: box-shadow 0.2s, border-color 0.2s;
}
.form-label input[type=checkbox] + label,
.form-label input[type=radio] + label {
  position: relative;
  left: auto;
  top: auto;
  color: var(--textColor);
}
.form-label input[type=radio] + label {
  color: var(--black);
}
.form-label textarea {
  display: block;
  width: 100%;
  padding: 10px 25px;
  height: 120px;
  min-height: 54px;
  font-size: 17px;
  line-height: 22px;
}
.form-label .requested {
  color: var(--white);
}
.form-label input:-webkit-autofill,
.form-label select:-webkit-autofill,
.form-label textarea:-webkit-autofill,
.form-label input:-webkit-autofill:hover,
.form-label select:-webkit-autofill:hover,
.form-label textarea:-webkit-autofill:hover,
.form-label input:-webkit-autofill:focus,
.form-label select:-webkit-autofill:focus,
.form-label textarea:-webkit-autofill:focus,
.form-label select:-webkit-autofill:active input:-webkit-autofill:active,
.form-label textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px black inset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff;
}
@media (max-width: 1365px) {
  .form-label p,
  .form-label .field {
    padding-bottom: 15px;
  }
  .form-label label {
    top: 18px;
    font-size: 14px;
    line-height: 20px;
    left: 21px;
  }
  .form-label .focus label,
  .form-label .ffl-floated label {
    top: 8px;
    font-size: 11px;
    line-height: 18px;
  }
  .form-label .focus input,
  .form-label .ffl-floated input,
  .form-label .focus select,
  .form-label .ffl-floated select {
    padding-top: 15px;
  }
  .form-label input,
  .form-label select {
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .form-label textarea {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    height: 160px;
  }
}
.form-label-white label {
  color: var(--black);
}
.form-label-white .focus label,
.form-label-white .ffl-floated label {
  color: rgba(0, 0, 0, 0.25);
}
.form-label-white .focus .requested,
.form-label-white .ffl-floated .requested {
  color: rgba(0, 0, 0, 0.25);
}
.form-label-white .focus input,
.form-label-white .ffl-floated input,
.form-label-white .focus select,
.form-label-white .ffl-floated select {
  border-color: var(--black);
}
.form-label-white .focus textarea,
.form-label-white .ffl-floated textarea {
  border-color: var(--black);
}
.form-label-white .focus input:focus,
.form-label-white .ffl-floated input:focus,
.form-label-white .focus select:focus,
.form-label-white .ffl-floated select:focus,
.form-label-white .focus textarea:focus,
.form-label-white .ffl-floated textarea:focus,
.form-label-white .focus input:hover,
.form-label-white .ffl-floated input:hover,
.form-label-white .focus select:hover,
.form-label-white .ffl-floated select:hover,
.form-label-white .focus textarea:hover,
.form-label-white .ffl-floated textarea:hover,
.form-label-white .focus input:active,
.form-label-white .ffl-floated input:active,
.form-label-white .focus select:active,
.form-label-white .ffl-floated select:active,
.form-label-white .focus textarea:active,
.form-label-white .ffl-floated textarea:active {
  border-color: var(--black) !important;
}
.form-label-white .focus.green input,
.form-label-white .ffl-floated.green input,
.form-label-white .focus.green select,
.form-label-white .ffl-floated.green select,
.form-label-white .focus.green textarea,
.form-label-white .ffl-floated.green textarea {
  border-color: var(--green) !important;
}
@media (min-width: 1365px) {
  .form-label-white .focus.green input:hover,
  .form-label-white .ffl-floated.green input:hover,
  .form-label-white .focus.green select:hover,
  .form-label-white .ffl-floated.green select:hover,
  .form-label-white .focus.green textarea:hover,
  .form-label-white .ffl-floated.green textarea:hover {
    border-color: var(--black) !important;
  }
}
.form-label-white input,
.form-label-white textarea,
.form-label-white select {
  background: transparent;
  border-color: var(--borderColor);
  color: var(--black);
}
.form-label-white input:focus,
.form-label-white textarea:focus,
.form-label-white select:focus,
.form-label-white input:hover,
.form-label-white textarea:hover,
.form-label-white select:hover,
.form-label-white input:active,
.form-label-white textarea:active,
.form-label-white select:active {
  border-color: var(--black);
}
.form-label-white input:-webkit-autofill,
.form-label-white select:-webkit-autofill,
.form-label-white textarea:-webkit-autofill,
.form-label-white input:-webkit-autofill:hover,
.form-label-white select:-webkit-autofill:hover,
.form-label-white textarea:-webkit-autofill:hover,
.form-label-white input:-webkit-autofill:focus,
.form-label-white select:-webkit-autofill:focus,
.form-label-white textarea:-webkit-autofill:focus,
.form-label-white select:-webkit-autofill:active input:-webkit-autofill:active,
.form-label-white textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
}
input[type=submit],
button {
  border: none;
  display: inline-block;
}
input[type=checkbox],
input[type=radio] {
  padding: 0;
  height: auto;
  border: none;
  position: absolute;
  left: -9999px;
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: var(--black);
  border: 1px solid var(--borderColor);
  left: 0;
  text-align: center;
  top: 1px;
  transition: border-color 0.2s;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 5px;
  background: var(--green);
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: opacity 0.2s, visibility 0.2s;
}
input[type=radio]:checked + label:before {
  border: 2px solid var(--green);
  width: 20px;
  height: 20px;
}
input[type=radio]:checked + label .radio-address {
  color: var(--black) !important;
}
input[type=radio]:checked + label:after {
  visibility: visible;
  opacity: 1;
}
.lr-btn-pw {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.lr-btn-pw .btn {
  padding: 0 44px;
}
.lr-btn-pw .req {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  text-align: center;
  flex-grow: 1;
}
.global-error,
.global-success {
  min-height: 54px;
  display: flex;
  align-items: center;
  color: white;
  background: var(--red);
  padding: 0 25px !important;
  margin-bottom: 15px;
  position: relative;
}
.global-error .close,
.global-success .close {
  position: absolute;
  right: 0;
  width: 54px;
  height: 54px;
  display: block;
  top: 0;
  display: flex;
  align-items: center;
  background: url(images/X.svg) center center no-repeat;
  background-size: 12px;
  cursor: pointer;
}
.global-success {
  background: var(--green);
}
/*------- /forms -------*/
/*------- breadcrumbs -------*/
.bc {
  padding: 0;
  color: var(--textColor);
  font-size: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.bc a,
.bc span {
  font-size: 16px;
  line-height: 24px;
}
.bc a {
  position: relative;
  padding-right: 20px;
  color: var(--white);
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.bc a:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 14px;
  right: 8px;
  top: 5px;
  background: var(--green);
  border-radius: 1px;
}
@media (min-width: 1365px) {
  .bc a:hover {
    color: var(--green);
  }
}
.bc span {
  color: var(--white);
  display: inline-block;
  vertical-align: top;
  opacity: 0.5;
}
@media (max-width: 1365px) {
  .bc a,
  .bc span {
    font-size: 12px;
    line-height: 16px;
  }
  .bc a {
    padding-right: 10px;
  }
  .bc a:after {
    height: 12px;
    top: 2px;
    right: 4px;
  }
}
/*------- /breadcrumbs -------*/
/*------- buttons -------*/
.btn,
input[type=submit],
button {
  position: relative;
  display: inline-flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
  background: var(--green);
  color: var(--white);
  padding: 0 38px;
  width: auto;
  min-height: 54px;
  vertical-align: middle;
  text-decoration: none;
  border-radius: var(--borderRadius);
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
@media (min-width: 1365px) {
  .btn:hover,
  input[type=submit]:hover,
  button:hover {
    text-decoration: none;
    background: var(--green);
    color: var(--white);
  }
}
@media (max-width: 1365px) {
  .btn,
  input[type=submit],
  button {
    font-size: 12px;
    line-height: 16px;
    padding: 0 50px;
    letter-spacing: 0.6px;
  }
}
.btn-black {
  background: var(--black);
}
@media (min-width: 1365px) {
  .btn-black:hover {
    background: var(--green);
  }
}
.btn-white {
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
}
.btn-white span {
  position: relative;
}
.btn-white span:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
@media (min-width: 1365px) {
  .btn-white:hover {
    background: var(--green);
    color: var(--white);
    border-color: var(--green);
  }
}
/*------- /buttons -------*/
/*------- header -------*/
.header {
  position: absolute;
  min-height: 100px;
  margin: 0 auto;
  width: 100%;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 500;
  display: flex;
  justify-content: center;
}
.header .wrapper {
  min-height: 100px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--separator2);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  width: 1360px;
  padding: 0 38px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: top 0.2s;
  top: -200px;
}
@media (max-width: 1439px) {
  .header {
    width: auto;
  }
  .header .wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 1365px) {
  .header {
    min-height: 64px;
    top: 10px;
    margin: 0 10px;
  }
  .header .wrapper {
    margin: 0;
    padding: 15px;
    min-height: 64px;
  }
}
/*------- /header -------*/
/*------- fixed header -------*/
body.fixed-header .header .wrapper {
  top: 20px;
  position: fixed;
}
@media (max-width: 1439px) {
  body.fixed-header .header .wrapper {
    left: 0;
    right: 0;
    width: auto;
  }
}
@media (max-width: 1365px) {
  body.fixed-header .header .wrapper {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  body.fixed-header .header .btn-toggle-nav {
    right: 0;
  }
}
/*------- /fixed header -------*/
/*------- intro container -------*/
.intro-container {
  padding: 200px 0 89px;
  position: relative;
}
.intro-container .wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (max-width: 1365px) {
  .intro-container {
    padding: 114px 0 45px;
  }
}
.intro-container h1 {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
.intro-container .bc a,
.intro-container span {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
.intro-container-small {
  position: relative;
  background: var(--black);
}
.intro-container-small:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 400px;
  background: url(images/hero2.jpg) top left no-repeat;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.intro-container-small:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: 400px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  top: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  display: none;
}
@media (max-width: 1365px) {
  .intro-container-small:before {
    background: url(images/hero2-mobile.jpg) top left no-repeat;
    background-size: cover;
    height: 220px;
  }
  .intro-container-small:after {
    height: 146px;
    display: block;
    top: 76px;
    bottom: 0;
  }
}
/*------- /intro container -------*/
/*------- navigation -------*/
.nav {
  display: flex;
  list-style-type: none;
}
.nav li {
  margin-right: 50px;
}
.nav li:last-child {
  margin-right: 0;
}
.nav li a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 1365px) {
  .nav li a:hover {
    color: var(--green);
  }
}
.nav li a.active {
  color: var(--green);
}
@media (max-width: 1365px) {
  .nav {
    display: none;
  }
}
.responsive-cnt-mobile {
  display: none;
}
.active-nav {
  overflow: hidden;
  position: relative;
}
.active-nav:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 20;
}
.active-nav .header {
  display: none !important;
}
.active-nav .responsive-cnt-mobile {
  display: block;
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  border-radius: var(--borderRadius);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid var(--separator2);
  z-index: 21;
}
.active-nav .responsive-cnt-mobile .nav-header {
  display: block !important;
  position: static;
  border: unset;
  width: auto;
  margin: 0;
}
.active-nav .responsive-cnt-mobile .nav-header .wrapper {
  position: static;
  border: unset;
  width: auto;
  padding: 15px;
  margin: 0 !important;
  background: unset;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
  border-radius: 10px 10px 0 0;
}
.active-nav .responsive-cnt-mobile .nav {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0 60px;
  border-top: 1px solid var(--separator);
  border-bottom: 1px solid var(--separator);
  margin: 0 15px;
}
.active-nav .responsive-cnt-mobile .nav li {
  margin-right: 0;
  margin-bottom: 25px;
}
.active-nav .responsive-cnt-mobile .nav li:last-child {
  margin-bottom: 0;
}
.active-nav .responsive-cnt-mobile .nav a {
  display: block;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0.85px;
}
.active-nav .responsive-cnt-mobile .btn-toggle-nav span {
  background: transparent;
}
.active-nav .responsive-cnt-mobile .btn-toggle-nav span:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  top: 0;
}
.active-nav .responsive-cnt-mobile .btn-toggle-nav span:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  top: 0;
}
.active-nav .responsive-cnt-mobile .nav-footer {
  padding: 20px 35px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.active-nav .responsive-cnt-mobile .nav-footer a {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
}
.active-nav .responsive-cnt-mobile .close-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: -500px;
}
/*------- /navigation -------*/
/*------- homepage -------*/
.pocetna {
  overflow: hidden;
}
.pocetna.page-loaded {
  overflow: auto;
}
.homepage-intro-container {
  padding: 377px 0 526px;
  position: relative;
  z-index: 2;
}
.homepage-intro-container .wrapper {
  padding: 0 30px;
}
.homepage-intro-container h1 {
  text-transform: uppercase;
  letter-spacing: 3.35px;
  max-width: 485px;
  font-size: 67px;
  line-height: 75px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
.homepage-intro-container h1 span {
  position: absolute;
  margin-left: 20px;
  font-size: 110px;
  line-height: 75px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
}
.homepage-intro-container h1:after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 5px;
  background: var(--green);
  left: 0;
  bottom: 0;
  border-radius: var(--borderRadius);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.homepage-intro-container p {
  padding-bottom: 0;
  letter-spacing: 1.05px;
  font-size: 21px;
  line-height: 27px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  max-width: 485px;
}
@media (max-width: 1365px) {
  .homepage-intro-container {
    padding: 320px 0 330px;
  }
  .homepage-intro-container .wrapper {
    padding: 0;
  }
  .homepage-intro-container h1 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 1.75px;
    max-width: unset;
    padding-bottom: 18px;
    margin-bottom: 15px;
  }
  .homepage-intro-container h1 span {
    font-size: 65px;
    line-height: 65px;
    margin-left: 10px;
    margin-top: -15px;
  }
  .homepage-intro-container h1:after {
    width: 100px;
    height: 3px;
  }
  .homepage-intro-container p {
    font-size: 17px;
    line-height: 22px;
    max-width: 250px;
    letter-spacing: 0.85px;
  }
}
.homepage-items {
  padding-bottom: 353px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .homepage-items {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1365px) {
  .homepage-items {
    height: auto;
    flex-wrap: unset;
    overflow-x: auto;
    padding: 0 15px;
    overscroll-behavior: unset;
    display: flex;
    padding-bottom: 80px;
    grid-column-gap: 0;
    margin: 0;
  }
  .homepage-items::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0px;
    display: none;
  }
  .homepage-items::-webkit-scrollbar-thumb {
    height: 0px;
    display: none;
  }
  .homepage-items::-webkit-scrollbar-track-piece {
    height: 0px;
    display: none;
  }
  .homepage-items::-webkit-scrollbar-track {
    height: 0px;
    display: none;
  }
}
.hp-item {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid var(--separator2);
  border-radius: var(--borderRadius);
  min-height: 375px;
  padding: 40px 60px 60px;
}
@media (max-width: 1365px) {
  .hp-item {
    flex-shrink: 0;
    width: 290px !important;
    max-width: 290px !important;
    margin: 0;
    margin-right: 15px;
    flex-grow: unset;
    padding: 30px;
    min-height: 265px;
  }
  .hp-item:last-child {
    margin-right: 0;
  }
}
.hp-item-num {
  font-size: 67px;
  line-height: 87px;
  letter-spacing: 3.35px;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
  font-weight: bold;
}
.hp-item-num:before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 5px;
  background: var(--green);
  left: 0;
  bottom: 0;
  border-radius: var(--borderRadius);
}
@media (max-width: 1365px) {
  .hp-item-num {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 37px;
    padding-bottom: 13px;
  }
  .hp-item-num:before {
    width: 25px;
    height: 3px;
  }
}
.hp-item-content-title {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--white);
  padding-bottom: 10px;
}
@media (max-width: 1365px) {
  .hp-item-content-title {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 5px;
  }
}
.hp-item-content {
  opacity: 0.5;
  color: var(--white);
}
.homepage-sliders {
  padding: 115px 0;
  background: var(--black);
  color: var(--white);
}
@media (max-width: 1365px) {
  .homepage-sliders {
    padding: 60px 0 140px;
  }
}
.homepage-slider-cnt {
  position: relative;
  max-width: 100%;
  max-height: 705px;
  padding: 0;
  display: flex;
}
.homepage-slider-cnt img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.homepage-slider-cnt:first-child {
  margin-bottom: 230px;
}
@media (max-width: 1365px) {
  .homepage-slider-cnt {
    display: block;
    max-height: unset;
  }
  .homepage-slider-cnt:first-child {
    margin-bottom: 140px;
  }
  .homepage-slider-cnt:last-child {
    display: flex;
    flex-flow: column-reverse;
  }
}
.homepage-slider {
  position: relative;
  max-width: 530px;
  max-height: 705px;
  display: flex;
}
.homepage-slider img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: var(--borderRadius);
}
.homepage-slider .slick-prev,
.homepage-slider .slick-next {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}
.homepage-slider .slick-prev {
  top: 50%;
  left: -27px;
}
.homepage-slider .slick-next {
  left: unset;
  right: -27px;
}
.homepage-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}
.homepage-slider .slick-list,
.homepage-slider .slick-track {
  display: flex;
  width: 100%;
}
@media (max-width: 1365px) {
  .homepage-slider {
    height: auto;
    flex-wrap: unset;
    overflow-x: auto;
    padding: 0 15px;
    overscroll-behavior: unset;
    display: flex;
    grid-column-gap: 0;
    margin: 0;
    grid-row-gap: unset;
    max-width: 100%;
    max-height: unset;
  }
  .homepage-slider::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0px;
    display: none;
  }
  .homepage-slider::-webkit-scrollbar-thumb {
    height: 0px;
    display: none;
  }
  .homepage-slider::-webkit-scrollbar-track-piece {
    height: 0px;
    display: none;
  }
  .homepage-slider::-webkit-scrollbar-track {
    height: 0px;
    display: none;
  }
}
@media (max-width: 1365px) {
  .hp-slide {
    flex-shrink: 0;
    width: 290px !important;
    max-width: 290px !important;
    margin: 0;
    margin-right: 15px;
    flex-grow: unset;
    min-height: 385px;
  }
  .hp-slide:last-child {
    margin-right: 0;
  }
}
.homepage-slider-text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 50px 40px;
  margin: 0 60px;
  flex-shrink: 0;
  max-width: 530px;
}
.homepage-slider-text h3 {
  padding-top: 0;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 40px;
}
.homepage-slider-text h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  left: 0;
  bottom: 0;
  background: var(--green);
  border-radius: var(--borderRadius);
}
.homepage-slider-text p {
  padding-bottom: 30px;
}
.homepage-slider-text .btn-white {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  align-self: baseline;
}
@media (min-width: 1365px) {
  .homepage-slider-text .btn-white:hover {
    background: var(--green);
    border-color: var(--green);
  }
}
@media (max-width: 1550px) {
  .homepage-slider-text {
    padding: 50px 20px;
    margin: 0 40px;
    max-width: 490px;
  }
}
@media (max-width: 1365px) {
  .homepage-slider-text {
    padding: 50px 30px 0;
    max-width: 100%;
    margin: 0;
  }
  .homepage-slider-text h3 {
    padding-bottom: 13px;
    margin-bottom: 30px;
  }
  .homepage-slider-text h3:after {
    width: 40px;
    height: 3px;
  }
  .homepage-slider-text p {
    max-width: 100%;
  }
  .homepage-slider-text .btn-white {
    width: 100%;
    padding: 0 30px;
  }
}
.homepage-thumbs {
  width: 100%;
  height: 705px;
  flex-flow: column;
  max-width: 530px;
  max-height: 705px;
  display: flex;
  position: relative;
}
.homepage-thumbs .slick-list,
.homepage-thumbs .slick-track {
  display: flex;
  width: 100%;
}
.homepage-thumbs:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: var(--borderRadius);
}
@media (max-width: 1365px) {
  .homepage-thumbs {
    display: none !important;
  }
}
.hp-thumb {
  width: 100%;
}
.hp-thumb img {
  display: block;
  width: auto;
  height: auto;
  border-radius: var(--borderRadius);
}
.hp-thumbs1 {
  margin-left: calc(-530px - -1* var(--paddingWrapper));
  margin-right: 60px;
}
@media (max-width: 1550px) {
  .hp-thumbs1 {
    margin-right: 40px;
  }
}
.hp-thumbs1-2 {
  margin-left: 0;
}
.hp-thumbs2-1 {
  margin-left: calc(-530px - -1* var(--paddingWrapper) + 60px);
}
.hp-thumbs2-2 {
  margin-left: 60px;
}
@media (max-width: 1550px) {
  .hp-thumbs2-2 {
    margin-left: 40px;
  }
}
/*------- /homepage -------*/
/*------- publish -------*/
.publish-featured {
  background: var(--black);
  padding: 80px 0 200px;
}
.publish-featured .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 60px;
}
.publish-featured .pp,
.publish-featured .pp-title,
.publish-featured .pp-date,
.publish-featured .pp-category,
.publish-featured .pp-short-desc {
  color: var(--white);
}
.publish-featured .pp-cnt {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}
.publish-featured .pp-short-desc {
  color: var(--white) !important;
  flex-grow: 1;
}
.publish-featured .pp-see-more {
  color: var(--white);
}
.publish-featured .pp-see-more:after {
  color: var(--white);
}
@media (max-width: 1439px) {
  .publish-featured .wrapper {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1365px) {
  .publish-featured {
    padding: 40px 0 140px;
  }
  .publish-featured .wrapper {
    grid-column-gap: 15px;
  }
}
@media (max-width: 980px) {
  .publish-featured .wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: unset;
    grid-row-gap: 80px;
  }
}
.publish {
  padding: 200px 0;
  background: var(--lightBrown);
}
@media (max-width: 1365px) {
  .publish {
    padding: 40px 0 80px;
  }
}
.p-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 120px;
}
@media (max-width: 1439px) {
  .p-items {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1365px) {
  .p-items {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 15px;
  }
}
@media (max-width: 980px) {
  .p-items {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: unset;
    grid-row-gap: 60px;
  }
}
.load-more-container {
  text-align: center;
}
.load-more-container .btn {
  background: transparent;
  margin-top: 120px;
}
@media (min-width: 1365px) {
  .load-more-container .btn:hover {
    background: var(--green);
    color: var(--white);
  }
}
@media (max-width: 1365px) {
  .load-more-container .btn {
    margin-top: 60px;
    min-width: 180px;
  }
}
/*------- /publish -------*/
/*------- publish post -------*/
.pp {
  display: flex;
  flex-flow: column;
  color: var(--black);
}
@media (min-width: 1365px) {
  .pp:hover .pp-img {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  }
  .pp:hover .pp-title {
    color: var(--green);
  }
  .pp:hover .pp-short-desc {
    color: var(--black);
  }
  .pp:hover .pp-see-more {
    color: var(--green);
  }
  .pp:hover .pp-see-more:after {
    color: var(--green);
  }
}
.pp-img {
  transition: filter 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  border-radius: var(--borderRadius);
}
.pp-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--borderRadius);
}
.pp-cnt {
  padding: 30px 30px 0;
  flex-grow: 1;
}
@media (max-width: 1365px) {
  .pp-cnt {
    padding: 20px 15px 0;
  }
}
.pp-category-date {
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 1365px) {
  .pp-category-date {
    font-size: 12px;
    line-height: 16px;
  }
}
.pp-category {
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  color: var(--black);
}
.pp-category:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: auto;
  top: 3px;
  bottom: 3px;
  background: var(--green);
  right: -1px;
  border-radius: 1px;
}
@media (max-width: 1365px) {
  .pp-category {
    letter-spacing: 1.2px;
  }
  .pp-category:after {
    top: 2px;
    bottom: 2px;
  }
}
.pp-date {
  letter-spacing: 0.7px;
  color: var(--black);
}
@media (max-width: 1365px) {
  .pp-date {
    letter-spacing: 0.6px;
  }
}
.pp-title {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 1.05px;
  padding-top: 0;
  padding-bottom: 0;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  color: var(--black);
}
@media (max-width: 1365px) {
  .pp-title {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.85px;
  }
}
.pp-short-desc {
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1365px) {
  .pp-short-desc {
    font-size: 14px;
    line-height: 21px;
  }
}
.pp-see-more {
  margin-top: 70px;
  align-self: baseline;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  padding-right: 65px;
  display: inline-flex;
  font-weight: bold;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.pp-see-more:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  font: 15px/15px var(--fonti);
  content: "\e904";
  color: var(--black);
  right: 0;
  top: 2px;
  transform: rotate(180deg);
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 1365px) {
  .pp-see-more {
    margin-top: 25px;
    padding-right: 43px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.6px;
  }
  .pp-see-more:after {
    top: 3px;
    font: 9px/9px var(--fonti);
  }
}
/*------- /publish post -------*/
/*------- publish related -------*/
.publish-related {
  padding: 200px 0 250px;
  background: var(--lightBrown);
}
@media (max-width: 1365px) {
  .publish-related {
    padding: 70px 0 140px;
  }
}
.pr-intro {
  padding-bottom: 60px;
}
.pr-intro .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.pr-intro h2 {
  color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 67px;
  line-height: 87px;
}
@media (max-width: 1365px) {
  .pr-intro {
    padding-bottom: 40px;
  }
  .pr-intro h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .pr-intro .wrapper {
    padding: 0 15px;
  }
}
.pr-nav-btn {
  display: flex;
  align-items: center;
}
@media (max-width: 1365px) {
  .pr-nav-btn {
    display: none;
  }
}
.pr-nav {
  display: flex;
  position: relative;
  align-items: center;
  column-gap: 20px;
  margin-right: 60px;
}
.pr-nav .slick-prev,
.pr-nav .slick-next {
  position: relative;
  border-radius: 50px;
  border: 1px solid var(--black);
  box-shadow: unset;
  top: unset;
  margin-top: unset;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  background: transparent;
}
@media (min-width: 1365px) {
  .pr-nav .slick-prev:hover,
  .pr-nav .slick-next:hover {
    background: var(--green);
    border-color: var(--green);
  }
  .pr-nav .slick-prev:hover:after,
  .pr-nav .slick-next:hover:after {
    color: var(--white);
  }
}
.pr-nav .slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
@media (max-width: 1365px) {
  .pr-nav {
    display: none;
  }
}
.pr-see-all {
  background: transparent;
}
.pr-see-all-mobile {
  display: none;
}
@media (max-width: 1365px) {
  .pr-see-all-mobile {
    display: flex;
    width: auto;
    background: transparent;
    margin: 0 30px;
  }
}
.pr-items {
  display: none;
}
.pr-items.slick-initialized {
  display: block;
}
.pr-items .slick-list {
  padding-left: var(--paddingWrapper);
  padding-right: var(--paddingWrapper);
  margin-left: -30px;
  width: calc(100% - -60px);
  margin-right: -30px;
}
.pr-items .slick-track {
  min-width: 100%;
  display: flex;
}
.pr-items .slick-disabled {
  opacity: 0;
  width: 0;
  height: 0;
}
.pr-items .slick-disabled:after {
  content: none;
}
.pr-items .pp {
  width: 530px !important;
  max-width: 530px !important;
  height: auto !important;
  margin: 0 30px;
  flex-shrink: 0;
  display: flex !important;
  flex-flow: column;
  flex-grow: 1;
}
.pr-items .pp .pp-title {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.4px;
}
.pr-items .pp-cnt {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}
.pr-items .pp-short-desc {
  flex-grow: 1;
}
@media (max-width: 1439px) {
  .pr-items .slick-list {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% - -40px);
  }
  .pr-items .pp {
    width: 500px !important;
    max-width: 500px !important;
    margin: 0 20px;
  }
}
@media (max-width: 1365px) {
  .pr-items {
    height: auto;
    flex-wrap: unset;
    overflow-x: auto;
    padding: 0 15px;
    overscroll-behavior: unset;
    display: flex;
    margin-bottom: 70px;
  }
  .pr-items .pp {
    flex-shrink: 0;
    width: 290px !important;
    max-width: 290px !important;
    margin: 0;
    margin-right: 15px;
    flex-grow: unset;
  }
  .pr-items .pp:last-child {
    margin-right: 0;
  }
  .pr-items .pp .pp-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  .pr-items::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0px;
    display: none;
  }
  .pr-items::-webkit-scrollbar-thumb {
    height: 0px;
    display: none;
  }
  .pr-items::-webkit-scrollbar-track-piece {
    height: 0px;
    display: none;
  }
  .pr-items::-webkit-scrollbar-track {
    height: 0px;
    display: none;
  }
}
/*------- /publish related -------*/
/*------- publish detail -------*/
.pd-intro-container-small {
  padding-bottom: 140px;
}
.pd-intro-container-small .wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.pd-intro-container-small .bc {
  padding-bottom: 15px;
}
.pd-intro-container-small .bc a:last-child {
  padding-right: 0;
}
.pd-intro-container-small .bc a:last-child:after {
  display: none;
}
.pd-intro-container-small h1 {
  text-transform: unset;
  letter-spacing: 2.5px;
  font-size: 50px;
  line-height: 65px;
}
.pd-intro-container-small .arrow-down {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -25px;
}
.pd-intro-container-small .arrow-down:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  content: "\e909";
  color: var(--white);
  font: 40px/40px var(--fonti);
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  .pd-intro-container-small .arrow-down:hover:after {
    color: var(--green);
  }
}
@media (max-width: 1365px) {
  .pd-intro-container-small {
    padding-bottom: 85px;
  }
  .pd-intro-container-small .bc {
    padding-bottom: 7px;
  }
  .pd-intro-container-small h1 {
    font-size: 29px;
    line-height: 37px;
    letter-spacing: 1.45px;
  }
  .pd-intro-container-small .arrow-down {
    bottom: -60px;
  }
  .pd-intro-container-small .arrow-down:after {
    font: 33px/33px var(--fonti);
  }
  .pd-intro-container-small .wrapper {
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
  }
}
.publish-detail-cnt {
  background: var(--black);
  padding-bottom: 175px;
}
@media (max-width: 1365px) {
  .publish-detail-cnt {
    padding-bottom: 120px;
  }
}
.pd-images-cnt {
  max-width: var(--pageWrapper);
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .pd-images-cnt {
    max-width: 100%;
    margin: 0 50px;
  }
}
@media (max-width: 1365px) {
  .pd-images-cnt {
    margin: 0;
    padding: 0;
  }
}
.pd-hero-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--borderRadius);
}
@media (max-width: 1365px) {
  .pd-hero-image img {
    border-radius: unset;
  }
}
.pd-content-wrapper {
  padding-top: 80px;
}
@media (max-width: 1365px) {
  .pd-content-wrapper {
    padding-top: 50px;
  }
}
.scrollto-placeholder {
  position: absolute;
  pointer-events: none;
  display: block;
  margin-top: -150px;
}
@media (max-width: 1365px) {
  .scrollto-placeholder {
    margin-top: 1px;
  }
}
.pd-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}
@media (max-width: 1365px) {
  .pd-info {
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 18px;
  }
}
.return-to-blog {
  display: inline-flex;
  color: var(--white);
  padding-left: 55px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-color: var(--green);
  font-weight: bold;
}
.return-to-blog:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  color: var(--white);
  content: "\e904";
  font: 11px/11px var(--fonti);
  top: 6px;
  left: 0;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  .return-to-blog:hover:before {
    color: var(--green);
  }
}
@media (max-width: 1365px) {
  .return-to-blog {
    padding-left: 43px;
    letter-spacing: 0.6px;
  }
  .return-to-blog:before {
    font: 9px/9px var(--fonti);
    top: 5px;
  }
}
.pd-category-date-cnt {
  display: flex;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}
.pd-category {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  letter-spacing: 1.4px;
}
.pd-category:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: auto;
  background: var(--green);
  right: -1px;
  top: 4.5px;
  bottom: 4.5px;
  border-radius: 1px;
}
@media (max-width: 1365px) {
  .pd-category {
    letter-spacing: 1.2px;
  }
  .pd-category:after {
    top: 3px;
    bottom: 3px;
  }
}
.pd-date {
  letter-spacing: 0.7px;
}
@media (max-width: 1365px) {
  .pd-date {
    letter-spacing: 0.6px;
  }
}
.pd-form-cnt {
  padding: 100px 0;
  background: var(--lightBrown);
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.pd-form-cnt .wrapper {
  width: var(--cmsWrapper);
}
.pd-form-cnt h2 {
  text-align: center;
  color: var(--black);
  text-transform: uppercase;
  padding-top: 0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.pd-form-cnt h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: var(--green);
  border-radius: var(--borderRadius);
  bottom: 0;
  left: 50%;
  margin-left: -30px;
}
.pd-form-cnt.success {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
}
.pd-form-cnt.success .application-form,
.pd-form-cnt.success .pd-form-intro {
  display: none;
}
.pd-form-cnt.success .application-success {
  display: block;
}
@media (max-width: 1365px) {
  .pd-form-cnt {
    min-height: unset;
    display: block;
    padding: 60px 0 80px;
  }
  .pd-form-cnt h2 {
    margin-bottom: 15px;
    padding-bottom: 13px;
  }
  .pd-form-cnt h2:after {
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
  .pd-form-cnt .wrapper {
    width: auto;
    padding: 0 15px;
    margin: 0;
  }
}
.pd-form-intro {
  padding-bottom: 15px;
}
@media (max-width: 1365px) {
  .pd-form-intro {
    padding-bottom: 10px;
  }
}
.pd-form-intro-content {
  color: var(--black);
  text-align: center;
}
.application-form .field {
  display: inline-flex;
  vertical-align: top;
}
.application-form .fullname {
  width: calc(100% - 241px);
  margin-right: 15px;
}
.application-form .date_of_birth {
  width: 220px;
}
.application-form .mobile {
  width: 260px;
  margin-right: 15px;
}
.application-form .email {
  width: calc(100% - 281px);
}
.application-form .address {
  width: 100%;
}
.application-form .zipcode {
  width: 220px;
  margin-right: 15px;
}
.application-form .location {
  width: calc(100% - 241px);
}
.application-form .transport {
  width: 100%;
  color: var(--black);
  min-height: 56px;
  border: 1px solid var(--borderColor);
  border-radius: var(--borderRadius);
  padding: 0 25px;
  display: block;
  transition: border-color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  margin-bottom: 20px;
}
.application-form .transport .transport-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 56px;
}
.application-form .transport .field-transport-radios {
  color: var(--black);
  display: flex;
  align-items: center;
}
.application-form .transport .field-transport-radios input[type=radio] + label:first-of-type {
  padding-right: 27px;
  margin-right: 27px;
  border-right: 1px solid var(--borderColor);
}
.application-form .transport .transport-inner {
  display: none;
  border-top: 1px solid var(--borderColor);
  padding-top: 17px;
  padding-bottom: 25px;
}
.application-form .transport .transport-inner .transport-radio {
  display: block;
  padding-bottom: 0;
}
.application-form .transport .transport-inner input[type=radio] + label {
  color: var(--black);
  width: 100%;
  display: block;
}
.application-form .transport .transport-inner .radio-address {
  display: block;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 16px;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.application-form .transport .field-transport-radios2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 15px;
}
.application-form .transport .field-trasnport-inner-label {
  display: block;
  padding-bottom: 25px;
}
.application-form .transport .field-transport-label {
  color: var(--black);
}
.application-form .transport.active .transport-inner {
  display: block;
}
.application-form .transport.green {
  border-color: var(--green) !important;
}
.application-form .transport:hover {
  border-color: var(--black) !important;
}
@media (max-width: 1365px) {
  .application-form .transport {
    padding: 0 20px;
    margin-bottom: 15px;
  }
  .application-form .transport .transport-intro {
    padding: 17px 0;
    min-height: unset;
    display: block;
  }
  .application-form .transport .field-transport-label {
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 16px;
    text-align: center;
    display: block;
  }
  .application-form .transport .field-transport-radios {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .application-form .transport .field-transport-radios input[type=radio] + label:first-of-type {
    padding-right: 45px;
    margin-right: 45px;
  }
  .application-form .transport .field-transport-radios2 {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: unset;
    grid-row-gap: 18px;
  }
}
.application-form .button-req-cnt {
  display: flex;
  flex-flow: column;
}
.application-form .button-req-cnt .application-btn-send {
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.application-form .button-req-cnt .application-btn-send.active-form {
  pointer-events: unset;
  background: var(--black);
}
@media (min-width: 1365px) {
  .application-form .button-req-cnt .application-btn-send.active-form:hover {
    background: var(--green);
  }
}
.application-form .button-req-cnt .req {
  padding: 20px 0 0 0;
  max-width: 435px;
  margin: 0 auto;
  color: var(--black);
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  flex-grow: 0;
}
.application-form .button-req-cnt .req a {
  font-weight: bold;
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-color: var(--green);
  color: var(--black);
}
@media (min-width: 1365px) {
  .application-form .button-req-cnt .req a:hover {
    color: var(--green);
  }
}
@media (max-width: 1365px) {
  .application-form .field {
    display: flex;
    width: 100%;
    margin-right: 0;
    padding-bottom: 15px;
  }
}
/*------- /publish detail -------*/
/*------- bicycle -------*/
.bicikliranje .intro-container {
  padding-bottom: 219px;
}
@media (max-width: 1365px) {
  .bicikliranje .intro-container {
    padding-bottom: 110px;
  }
}
.bicycle-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 60px;
  padding-top: 120px;
}
@media (max-width: 1439px) {
  .bicycle-items {
    grid-column-gap: 40px;
  }
}
@media (max-width: 1365px) {
  .bicycle-items {
    height: auto;
    flex-wrap: unset;
    overflow-x: auto;
    padding: 0 15px;
    overscroll-behavior: unset;
    display: flex;
    margin: 0;
    padding-top: 60px;
    grid-column-gap: 0;
    grid-row-gap: unset;
    margin-left: -15px;
    margin-right: -15px;
  }
  .bicycle-items::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0px;
    display: none;
  }
  .bicycle-items::-webkit-scrollbar-thumb {
    height: 0px;
    display: none;
  }
  .bicycle-items::-webkit-scrollbar-track-piece {
    height: 0px;
    display: none;
  }
  .bicycle-items::-webkit-scrollbar-track {
    height: 0px;
    display: none;
  }
}
.bi {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: var(--borderRadius);
  display: flex;
  align-items: center;
  padding: 200px 35px 29px;
  min-height: 285px;
  color: var(--white);
  text-align: center;
  border: 1px solid var(--separator2);
  position: relative;
  transition: background 0.2s, color 0.2s, backdrop-filter 0.2s;
}
.bi .title {
  text-transform: uppercase;
  letter-spacing: 1.05px;
  font-size: 21px;
  line-height: 27px;
  width: 100%;
  font-weight: bold;
}
.bi:before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  background: url(images/hrastov-hlad-icon.svg) center no-repeat;
  background-size: contain;
  left: 50%;
  margin-left: -60px;
  top: 40px;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  .bi:hover {
    background: rgba(0, 144, 55, 0.7);
    color: var(--white);
    border-color: rgba(0, 144, 55, 0.75);
  }
  .bi:hover:before {
    background: url(images/hrastov-hlad-icon-white.svg) center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1365px) {
  .bi {
    min-height: 205px;
    width: 205px !important;
    flex-shrink: 0;
    margin-right: 15px;
    padding: 134px 20px 25px;
  }
  .bi .title {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.85px;
  }
  .bi:before {
    top: 30px;
    margin-left: -40px;
    width: 80px;
    height: 80px;
  }
  .bi:last-child {
    margin-right: 0;
  }
}
.bi2:before {
  background: url(images/jabukin-put-icon.svg) center no-repeat;
  background-size: contain;
}
@media (min-width: 1365px) {
  .bi2:hover:before {
    background: url(images/jabukin-put-icon-white.svg) center no-repeat;
    background-size: contain;
  }
}
.bi3:before {
  background: url(images/tri-mosta-icon.svg) center no-repeat;
  background-size: contain;
}
@media (min-width: 1365px) {
  .bi3:hover:before {
    background: url(images/tri-mosta-icon-white.svg) center no-repeat;
    background-size: contain;
  }
}
.bi4:before {
  background: url(images/voda-bez-koda-icon.svg) center no-repeat;
  background-size: contain;
}
@media (min-width: 1365px) {
  .bi4:hover:before {
    background: url(images/voda-bez-koda-icon-white.svg) center no-repeat;
    background-size: contain;
  }
}
.bicycle-main {
  background: var(--black);
  padding-bottom: 80px;
}
@media (max-width: 1365px) {
  .bicycle-main {
    padding-bottom: 40px;
  }
}
.bmi {
  padding: 100px 0;
  justify-content: center;
  border-bottom: 1px solid var(--separator);
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.bmi:last-child {
  border-bottom: unset;
}
.bmi.active .bmi-outline {
  opacity: 0;
  visibility: hidden;
}
.bmi.active .bmi-map {
  opacity: 1;
  visibility: visible;
}
.bmi:nth-child(2n) {
  flex-flow: row-reverse;
}
.bmi:nth-child(2n) .bmi-col1 {
  margin-right: 0;
}
.bmi:nth-child(2n) .bmi-col2 {
  margin-right: 60px;
}
@media (max-width: 1439px) {
  .bmi {
    padding: 70px 0;
  }
  .bmi:nth-child(2n) .bmi-col2 {
    margin-right: 40px;
  }
}
@media (max-width: 1365px) {
  .bmi {
    padding: 100px 0;
    min-height: unset;
    display: block;
    margin-bottom: 1px;
  }
  .bmi:nth-child(2n) .bmi-col2 {
    margin-right: 0;
  }
}
@media (max-width: 1365px) {
  .bmi1 {
    padding-top: 80px;
  }
}
.bmi-col {
  width: 50%;
}
@media (max-width: 1365px) {
  .bmi-col {
    width: 100%;
    margin: unset;
  }
}
.bmi-col1 {
  margin-right: 60px;
  position: relative;
}
@media (max-width: 1439px) {
  .bmi-col1 {
    margin-right: 40px;
  }
}
@media (max-width: 1365px) {
  .bmi-col1 {
    margin-right: 0;
  }
}
.bmi-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: var(--borderRadius);
}
@media (max-width: 1365px) {
  .bmi-image img {
    width: 100%;
  }
}
.bmi-outline {
  transition: opacity 0.2s, visibility 0.2s;
}
.bmi-map {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1365px) {
  .bmi-map {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.bmi-title {
  font-size: 37px;
  line-height: 48px;
  letter-spacing: 1.85px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}
.bmi-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: var(--green);
  left: 50%;
  margin-left: -30px;
  bottom: 0;
  border-radius: var(--borderRadius);
}
@media (max-width: 1365px) {
  .bmi-title {
    display: none;
  }
}
.bmi-title-mobile {
  display: none;
}
@media (max-width: 1365px) {
  .bmi-title-mobile {
    display: block;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 1.2px;
    padding-bottom: 13px;
    margin-bottom: 50px;
  }
  .bmi-title-mobile:after {
    width: 40px;
    height: 3px;
    margin-left: -20px;
  }
}
.bmi-see-map {
  text-align: center;
  padding-bottom: 40px;
}
.bmi-see-map input[type="checkbox"] {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.7px;
}
@media (max-width: 1365px) {
  .bmi-see-map {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  .bmi-see-map input[type="checkbox"] {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--white);
    letter-spacing: 0.6px;
  }
}
.bmi-info {
  display: flex;
  padding-bottom: 40px;
}
@media (max-width: 1365px) {
  .bmi-info {
    padding-bottom: 30px;
  }
}
.bmi-info-col {
  width: calc(100%/3);
  flex-grow: 1;
  color: var(--white);
  text-align: center;
  position: relative;
  padding-right: 5px;
}
.bmi-info-col strong {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 1.4px;
  padding-bottom: 5px;
  display: block;
}
.bmi-info-col p {
  padding-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.bmi-info-col:after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 60px;
  background: var(--green);
  border-radius: var(--borderRadius);
  top: 50%;
  margin-top: -30px;
  right: 0;
}
.bmi-info-col:last-child {
  padding-right: 0;
}
.bmi-info-col:last-child:after {
  display: none;
}
@media (max-width: 1365px) {
  .bmi-info-col strong {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 5px;
    letter-spacing: 1px;
  }
  .bmi-info-col p {
    font-size: 12px;
    line-height: 16px;
  }
  .bmi-info-col:after {
    width: 3px;
    height: 45px;
    margin-top: -22.5px;
  }
}
.bmi-info-col-inner {
  max-width: 95px;
  margin: 0 auto;
}
@media (max-width: 1365px) {
  .bmi-info-col-inner {
    max-width: 82px;
  }
}
.bmi-elevation-image {
  padding: 0 20px;
  margin-bottom: 74px;
}
.bmi-elevation-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
@media (max-width: 1439px) {
  .bmi-elevation-image {
    margin-bottom: 50px;
  }
}
@media (max-width: 1365px) {
  .bmi-elevation-image {
    margin-bottom: 50px;
    padding: 0;
  }
}
.bmi-start-pin,
.bmi-end-pin {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: center;
}
.bmi-start-pin span,
.bmi-end-pin span {
  position: relative;
  padding-left: 28px;
}
.bmi-start-pin span:before,
.bmi-end-pin span:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  background: url(images/pin2.svg) top left no-repeat;
  background-size: contain;
  left: 0;
  top: -2px;
}
@media (max-width: 1365px) {
  .bmi-start-pin,
  .bmi-end-pin {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .bmi-start-pin span,
  .bmi-end-pin span {
    padding-left: 22px;
  }
  .bmi-start-pin span:before,
  .bmi-end-pin span:before {
    width: 12px;
    height: 16px;
    top: 2px;
  }
}
.bmi-start {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .bmi-start {
    margin-bottom: 15px;
  }
}
.bmi-see-more-cnt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bmi-see-more {
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--green);
  font-weight: bold;
  letter-spacing: 0.7px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
@media (max-width: 1365px) {
  .bmi-see-more {
    text-underline-offset: 3px;
    letter-spacing: 0.6px;
    font-size: 12px;
    line-height: 16px;
  }
}
/*------- /bicycle -------*/
/*------- walking -------*/
.pjesacenje .intro-container {
  padding-bottom: 219px;
}
@media (max-width: 1365px) {
  .pjesacenje .intro-container {
    padding-bottom: 110px;
  }
}
.walking-items {
  display: flex;
  justify-content: center;
}
.walking-items .wi {
  width: 285px;
}
@media (max-width: 1365px) {
  .walking-items .wi {
    width: 205px;
  }
}
.wi1:before {
  background: url(images/setnica-slakovec-icon.svg) top left no-repeat;
  height: 125px;
}
@media (min-width: 1365px) {
  .wi1:hover:before {
    background: url(images/setnica-slakovec-icon-white.svg) top left no-repeat;
    height: 125px;
  }
}
@media (max-width: 1365px) {
  .wi1:before {
    height: 80px;
    width: 64px;
    background-size: 64px;
    margin-left: -30px;
  }
}
.walking-main .bmi-elevation-image {
  margin-bottom: 42px;
}
.walking-main .bmi-start-pin {
  margin-bottom: 10px;
}
.walking-main .bmi-start-pin span {
  padding-left: 30px;
}
.walking-main .bmi-start-pin span:before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(images/start.svg) top left no-repeat;
  background-size: contain;
  top: 1px;
}
.walking-main .bmi-end-pin {
  margin-bottom: 28px;
}
.walking-main .bmi-end-pin span {
  padding-left: 32px;
}
.walking-main .bmi-end-pin span:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 26px;
  background: url(images/cilj.svg) top left no-repeat;
  background-size: contain;
}
@media (max-width: 1439px) {
  .walking-main .bmi-elevation-image {
    margin-bottom: 20px;
  }
}
@media (max-width: 1365px) {
  .walking-main .bmi-elevation-image {
    margin-bottom: 28px;
  }
  .walking-main .bmi-start-pin span {
    padding-left: 26px;
  }
  .walking-main .bmi-start-pin span:before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 2px;
  }
  .walking-main .bmi-end-pin {
    margin-bottom: 20px;
  }
  .walking-main .bmi-end-pin span {
    padding-left: 26px;
  }
  .walking-main .bmi-end-pin span:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 1px;
  }
}
.setnicaslakovec-flyout .flyout-header:before {
  background: url(images/setnica-slakovec-icon2.svg);
  width: 49px;
  height: 62px;
}
@media (max-width: 1365px) {
  .setnicaslakovec-flyout .flyout-header:before {
    width: 24px;
    height: 30px;
    background-size: 24px;
  }
}
/*------- /walking -------*/
/*------- flyout -------*/
.flyout-active {
  overflow: hidden;
  position: relative;
}
.flyout-active:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 1;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.2s, opacity 0.2s, backdrop-filter 0.2s;
}
.flyout {
  position: fixed;
  display: flex;
  flex-flow: column;
  visibility: hidden;
  opacity: 0;
  width: 1080px;
  background: transparent;
  min-height: 550px;
  top: 50%;
  margin-top: -275px;
  left: 50%;
  margin-left: -540px;
  border-radius: var(--borderRadius);
  border: 1px solid var(--separator2);
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: none;
  transition: opacity 0.2s, visibility 0.2s;
}
.flyout.active {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 999;
  pointer-events: unset;
}
.flyout::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
  background: var(--white);
  border-radius: 4px;
}
.flyout::-webkit-scrollbar-thumb {
  background-color: var(--borderColor);
  border-radius: 4px;
}
@media (max-width: 1365px) {
  .flyout {
    width: 880px;
    min-height: 400px;
    margin-top: -200px;
    margin-left: -440px;
  }
}
@media (max-width: 980px) {
  .flyout {
    width: auto;
    min-height: unset;
    margin: 0;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    transition: unset;
    display: none;
  }
  .flyout.active {
    display: flex;
  }
}
.flyout-header {
  min-height: 104px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  border-bottom: 1px solid var(--separator);
  position: relative;
}
.flyout-header:before {
  content: "";
  position: absolute;
  display: block;
  width: 41px;
  height: 60px;
  background: url(images/hrastov-hlad-icon2.svg) top left no-repeat;
  background-size: contain;
  left: 0;
  top: 22px;
}
@media (max-width: 1365px) {
  .flyout-header {
    min-height: 65px;
    margin: 0 20px;
  }
  .flyout-header:before {
    width: 21px;
    height: 30px;
    top: 17px;
  }
}
.flyout-header-title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 1365px) {
  .flyout-header-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
  }
}
.flyout-inner-content {
  padding: 0 30px 30px;
  flex-grow: 1;
  display: flex;
}
@media (max-width: 1365px) {
  .flyout-inner-content {
    padding: 0 20px 35px;
  }
}
@media (max-width: 980px) {
  .flyout-inner-content {
    padding: 0 20px;
    display: block;
    overflow: auto;
  }
  .flyout-inner-content::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 0px;
    display: none;
  }
  .flyout-inner-content::-webkit-scrollbar-thumb {
    height: 0px;
    display: none;
  }
  .flyout-inner-content::-webkit-scrollbar-track-piece {
    height: 0px;
    display: none;
  }
  .flyout-inner-content::-webkit-scrollbar-track {
    height: 0px;
    display: none;
  }
}
.flyout-content-cols {
  display: flex;
  width: 100%;
}
@media (max-width: 980px) {
  .flyout-content-cols {
    display: block;
  }
}
.flyout-content-col {
  width: 50%;
  padding: 60px 60px 0 50px;
}
.flyout-content-col .title {
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 1.05px;
  font-weight: bold;
  color: var(--white);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.flyout-content-col .title:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: var(--green);
  left: 0;
  bottom: 0;
  border-radius: var(--borderRadius);
}
.flyout-content-col .content a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--white);
  transition: color 0.2s, text-decoration-color 0.2s;
  font-weight: bold;
}
@media (min-width: 1365px) {
  .flyout-content-col .content a:hover {
    text-decoration-color: var(--green);
    color: var(--green);
  }
}
@media (max-width: 1365px) {
  .flyout-content-col {
    padding: 30px 15px 0;
  }
  .flyout-content-col .title {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.85px;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .flyout-content-col .title:after {
    width: 40px;
    height: 3px;
  }
}
@media (max-width: 980px) {
  .flyout-content-col {
    padding: 30px 15px;
    width: 100%;
  }
}
.flyout-content-col1 {
  border-right: 1px solid var(--separator);
}
@media (max-width: 980px) {
  .flyout-content-col1 {
    border-right: unset;
    border-bottom: 1px solid var(--separator);
  }
}
.flyout-content-col2 {
  padding: 60px 50px 0px 60px;
}
@media (max-width: 1365px) {
  .flyout-content-col2 {
    padding: 35px 15px 0 35px;
  }
}
@media (max-width: 980px) {
  .flyout-content-col2 {
    padding: 30px 15px 35px;
  }
}
.flyout-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: 6px;
  right: 0;
  top: 30px;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.flyout-close:after {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  content: "\e900";
  font: 18px/18px var(--fonti);
  color: var(--black);
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  .flyout-close:hover {
    background: var(--red);
  }
  .flyout-close:hover:after {
    color: var(--white);
  }
}
@media (max-width: 1365px) {
  .flyout-close {
    width: 24px;
    height: 24px;
    top: 20px;
  }
  .flyout-close:after {
    font: 10px/10px var(--fonti);
    margin-left: 1px;
    margin-top: 1px;
  }
}
.jabukinput-flyout .flyout-header:before {
  width: 45px;
  background: url(images/jabukin-put-icon2.svg) top left no-repeat;
  background-size: contain;
}
@media (max-width: 1365px) {
  .jabukinput-flyout .flyout-header:before {
    width: 22px;
  }
}
.trimosta-flyout .flyout-header:before {
  width: 28px;
  background: url(images/tri-mosta-icon2.svg) top left no-repeat;
  background-size: contain;
}
@media (max-width: 1365px) {
  .trimosta-flyout .flyout-header:before {
    width: 13px;
  }
}
.vodabezkoda-flyout .flyout-header:before {
  width: 38px;
  background: url(images/voda-bez-koda-icon2.svg) top left no-repeat;
  background-size: contain;
}
@media (max-width: 1365px) {
  .vodabezkoda-flyout .flyout-header:before {
    width: 19px;
  }
}
/*------- contact -------*/
.kontakt .footer {
  padding-top: 0;
}
.contact-main {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media (max-width: 1365px) {
  .contact-main {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
.contact-cols {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 85px 100px 83px;
  border-radius: var(--borderRadius);
  position: relative;
  z-index: 2;
  display: flex;
  border: 1px solid var(--separator2);
}
@media (max-width: 1365px) {
  .contact-cols {
    padding: 30px 30px 48px 30px;
    min-height: 680px;
  }
}
.contact-title {
  padding-top: 0;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.contact-title:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: var(--green);
  border-radius: 10px;
  left: 0;
  bottom: 0;
}
@media (max-width: 1365px) {
  .contact-title {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.85px;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .contact-title:after {
    width: 40px;
    height: 3px;
  }
}
.contact-subtitle {
  padding-bottom: 30px;
}
@media (max-width: 1365px) {
  .contact-subtitle {
    padding-bottom: 20px;
  }
}
.contact-col1 {
  margin-right: 260px;
  max-width: 430px;
  width: 430px;
  flex-shrink: 0;
}
.contact-col1.success {
  display: flex;
  align-items: center;
}
.contact-col1.success .contact-title,
.contact-col1.success .contact-subtitle,
.contact-col1.success .contact-form {
  display: none;
}
.contact-col1.success .contact-success {
  display: block;
}
@media (max-width: 1439px) {
  .contact-col1 {
    margin-right: 235px;
  }
}
@media (max-width: 1365px) {
  .contact-col1 {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
}
.contact-form-placeholder {
  position: absolute;
  top: -80px;
}
@media (max-width: 1365px) {
  .contact-form-placeholder {
    top: -10px;
  }
}
.contact-send-btn {
  pointer-events: none;
  background: rgba(255, 255, 255, 0.25);
}
.contact-send-btn.active-form {
  pointer-events: unset;
  background: var(--white);
}
@media (min-width: 1365px) {
  .contact-send-btn.active-form:hover {
    background: var(--green);
  }
}
.button-req-cnt {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.button-req-cnt .btn {
  width: 215px;
}
@media (max-width: 1365px) {
  .button-req-cnt {
    margin-top: 15px;
    flex-flow: column;
  }
  .button-req-cnt .btn {
    width: 100%;
  }
}
.req {
  flex-grow: 1;
  text-align: right;
  padding-right: 20px;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1365px) {
  .req {
    text-align: center;
    padding-right: 0;
    font-size: 11px;
    line-height: 17px;
    margin-top: 15px;
  }
  .req br {
    display: none;
  }
}
.contact-col2 {
  flex-grow: 1;
}
.contact-col2 h3 {
  padding-top: 0;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}
.contact-col2 del {
  text-decoration: none;
  color: var(--green);
  font-size: 14px;
}
@media (max-width: 1365px) {
  .contact-col2 {
    display: none;
  }
  .contact-col2 h3 {
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
  .contact-col2 del {
    margin: 0 2px;
  }
}
.contact-col2-mobile {
  display: none;
}
@media (max-width: 1365px) {
  .contact-col2-mobile {
    display: block;
    background: var(--black);
    padding: 37px 45px 140px;
  }
}
.contact-content {
  padding-bottom: 60px;
}
.contact-content p {
  padding-bottom: 20px;
}
.contact-content p:last-child {
  padding-bottom: 0;
}
.contact-content a {
  color: var(--white);
  pointer-events: none;
}
@media (max-width: 1365px) {
  .contact-content {
    padding-bottom: 40px;
  }
}
.contact-information {
  padding-bottom: 60px;
}
@media (max-width: 1365px) {
  .contact-information {
    padding-bottom: 40px;
  }
}
.contact-information-cnt {
  display: flex;
  flex-flow: column;
  align-items: baseline;
}
.contact-information-cnt a {
  padding-left: 30px;
  margin-bottom: 2px;
  text-decoration: underline;
  color: var(--white);
  text-underline-offset: 2px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
.contact-information-cnt a:before {
  content: "";
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 0;
  top: 4px;
  color: var(--green);
  font: 16px/16px var(--fonti);
  content: "\e908";
}
@media (min-width: 1365px) {
  .contact-information-cnt a:hover {
    color: var(--green);
  }
}
.contact-information-cnt .hi-email:before {
  content: "\e906";
  font: 11px/11px var(--fonti);
  top: 7px;
}
.contact-information-cnt .hi-mobile:before {
  content: "\e901";
  font: 16px/16px var(--fonti);
}
.contact-information-cnt .hi-fax:before {
  content: "\e907";
  font: 16px/16px var(--fonti);
}
@media (max-width: 1365px) {
  .contact-information-cnt a {
    font-size: 14px;
    line-height: 21px;
    padding-left: 23px;
  }
  .contact-information-cnt a:before {
    top: 4px;
    font: 14px/14px var(--fonti);
  }
  .contact-information-cnt .hi-email:before {
    content: "\e906";
    font: 10px/10px var(--fonti);
    top: 6px;
  }
  .contact-information-cnt .hi-mobile:before {
    content: "\e901";
    font: 14px/14px var(--fonti);
  }
  .contact-information-cnt .hi-fax:before {
    content: "\e907";
    font: 14px/14px var(--fonti);
  }
}
.contact-services p {
  padding-bottom: 0;
}
/*------- /contact -------*/
/*------- map -------*/
#map button {
  min-width: unset;
  width: unset;
  height: unset;
  min-height: unset;
  border-radius: unset;
  font-weight: normal;
  letter-spacing: 0;
}
#map img[src*="googleapis.com"] {
  filter: grayscale(1);
}
.gm-style-iw {
  width: 250px !important;
  max-width: 250px !important;
  min-height: 210px;
  background: rgba(0, 0, 0, 0.7) !important;
  padding: 30px !important;
  color: var(--white);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15) !important;
  font-size: 14px !important;
  line-height: 20px !important;
  overflow: unset !important;
  border-radius: var(--borderRadius) !important;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.gm-style-iw .title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  color: var(--white);
}
.gm-style-iw .address {
  padding-bottom: 18px;
}
.gm-style-iw .address a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--white);
  transition: color 0.2s, text-decoration-color 0.2s;
  text-underline-offset: 2px;
}
@media (min-width: 1365px) {
  .gm-style-iw .address a:hover {
    color: var(--green);
    text-decoration-color: var(--green);
  }
}
.gm-style-iw .info a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: var(--white);
  font-weight: bold;
  color: var(--white);
  margin-bottom: 1px;
  transition: color 0.2s, text-decoration-color 0.2s;
}
@media (min-width: 1365px) {
  .gm-style-iw .info a:hover {
    color: var(--green);
    text-decoration-color: var(--green);
  }
}
@media (max-width: 1365px) {
  .gm-style-iw {
    min-height: 160px;
    max-width: 205px !important;
    width: 205px !important;
    padding: 20px !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
.gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  opacity: 1 !important;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 9px !important;
  right: 9px !important;
  background: url(images/x.svg) center center no-repeat var(--white) !important;
  background-size: 10px !important;
  border-radius: 6px !important;
  transition: filter 0.2s, background 0.2s;
}
.gm-ui-hover-effect span {
  display: none !important;
}
.gm-style-iw-d {
  overflow: unset !important;
}
.gm-style-iw-tc {
  display: none !important;
}
.gm-style-iw-chr {
  position: absolute !important;
  right: 9px !important;
  top: 9px !important;
}
.gm-ui-hover-effect {
  top: 0 !important;
  right: 0!important;
}
.gm-style-iw-ch {
  display: none !important;
}
/*------- /map -------*/
/*------- footer -------*/
.footer {
  background: var(--black);
  padding: 120px 0;
}
@media (max-width: 1365px) {
  .footer {
    padding: 30px 0;
  }
}
.footer-row {
  display: flex;
  align-items: center;
}
@media (max-width: 1365px) {
  .footer-row {
    display: block;
  }
}
.footer-map {
  margin-right: 120px;
  flex-shrink: 0;
  width: 630px;
  height: 530px;
  border-radius: var(--borderRadius);
}
@media (max-width: 1365px) {
  .footer-map {
    margin: 0;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    background-size: cover;
  }
}
.footer-col2 {
  flex-grow: 1;
}
.footer-nav {
  list-style-type: none;
  display: flex;
  flex-flow: column;
  padding-bottom: 52px;
}
.footer-nav li {
  margin-bottom: 20px;
  position: relative;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
.footer-nav a {
  color: var(--white);
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}
.footer-nav a span {
  order: 1;
  margin-right: 20px;
}
.footer-nav a:before {
  content: "";
  width: auto;
  flex-grow: 1;
  height: 1px;
  position: relative;
  background: var(--separator);
  margin-right: 20px;
  order: 2;
  transition: background 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.footer-nav a:after {
  content: "";
  width: 15px;
  height: 15px;
  position: relative;
  content: "\e903";
  font: 15px/15px var(--fonti);
  color: var(--white);
  transform: rotate(-45deg);
  order: 3;
  transition: color 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (min-width: 1365px) {
  .footer-nav a:hover {
    color: var(--green);
  }
  .footer-nav a:hover:before {
    background: var(--green);
  }
  .footer-nav a:hover:after {
    color: var(--green);
  }
}
@media (max-width: 1365px) {
  .footer-nav {
    padding: 0 15px 40px;
  }
  .footer-nav li {
    margin-bottom: 15px;
  }
  .footer-nav a span {
    margin-right: 15px;
  }
  .footer-nav a:before {
    margin-right: 15px;
    background: var(--green);
  }
  .footer-nav a:after {
    font: 12px/12px var(--fonti);
  }
}
.footer-other-links {
  display: flex;
  flex-flow: column;
  align-items: baseline;
  padding-bottom: 52px;
}
.footer-other-links a {
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
  margin-bottom: 5px;
}
.footer-other-links a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1365px) {
  .footer-other-links a:hover {
    color: var(--green);
  }
}
@media (max-width: 1365px) {
  .footer-other-links {
    padding: 0 15px 40px;
  }
  .footer-other-links a {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
.copyright-dev {
  display: flex;
  flex-flow: column;
  color: var(--white);
  font-size: 14px;
  line-height: 24px;
}
.copyright-dev .copy {
  margin-bottom: 5px;
}
.copyright-dev a {
  color: var(--white);
  margin-bottom: 5px;
}
.copyright-dev a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1365px) {
  .copyright-dev a:hover {
    color: var(--green);
  }
}
@media (max-width: 1365px) {
  .copyright-dev {
    padding: 0 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .copyright-dev a {
    margin-bottom: 10px;
  }
  .copyright-dev .copy {
    margin-bottom: 10px;
  }
}
/*------- /footer -------*/
/*------- page loader -------*/
.page-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--black);
  z-index: 99999;
  display: flex;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.page-loader .logo {
  width: 300px;
  height: 128px;
  position: absolute;
  top: 50%;
  margin-top: -64px;
  left: 50%;
  margin-left: -150px;
}
@media (max-width: 1365px) {
  .page-loader .logo {
    width: 160px;
    height: 68px;
    margin-top: -34px;
    margin-left: -80px;
  }
}
.page-loading {
  overflow-y: scroll;
}
.page-loading .page-wrapper {
  display: none;
}
.page-loaded {
  overflow: auto;
}
.page-loaded .page-loader {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.page-loaded .page-wrapper {
  display: block;
}
/*------- /page loader -------*/
/*------- gdpr -------*/
.gdpr {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 40px;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  bottom: 40px;
  z-index: 999;
  border-radius: var(--borderRadius);
  border: 1px solid var(--separator2);
}
@media (max-width: 980px) {
  .gdpr {
    left: 15px;
    width: auto;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 30px;
  }
}
.gdpr-inner {
  display: flex;
  align-items: center;
}
.gdpr-inner p {
  padding-right: 50px;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: var(--white);
}
.gdpr-inner p a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--green);
  font-weight: bold;
  text-decoration-color: var(--green);
}
.gdpr-inner .btn {
  margin: 0;
  min-width: 180px;
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}
@media (min-width: 1365px) {
  .gdpr-inner .btn:hover {
    background: var(--green);
    border-color: var(--green);
  }
}
@media (max-width: 980px) {
  .gdpr-inner {
    flex-flow: column;
    align-items: unset;
  }
  .gdpr-inner p {
    padding-bottom: 30px;
    padding-right: 0;
  }
}
/*------- /gdpr -------*/
/*------- old browser info -------*/
.browser-note {
  background: #FC3;
  border-bottom: 1px solid #F90;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
}
.browser-note a {
  color: #000;
  text-decoration: underline;
}
.browser-note a:hover {
  color: #000;
}
.browser-note img {
  margin: 10px 0;
  }
  /*------- /old browser info -------*/
  
  /* Route Length Field - Add bottom padding to match spacing */
  .application-form .transport2 .field-transport-radios {
    padding-bottom: 25px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
  }
  
  .application-form .transport2 .field-transport-radios input[type=radio] + label {
    flex: 1;
    display: flex;
    align-items: center;
    border-right: none !important;
  }
  
  @media (max-width: 1365px) {
    .application-form .transport2 .field-transport-radios {
      flex-direction: column;
      gap: 15px;
      align-items: flex-start;
    }
    
    .application-form .transport2 .field-transport-radios input[type=radio] + label {
      flex: none;
      width: auto;
      justify-content: flex-start;
      text-align: left;
    }
  }

  .application-form .transport2 {
    width: 100%;
    color: var(--black);
    min-height: 56px;
    border: 1px solid var(--borderColor);
    border-radius: var(--borderRadius);
    padding: 0 25px;
    display: block;
    transition: border-color 0.2s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 20px;
  }
  .application-form .transport2 .transport-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
  }
  .application-form .transport2 .field-transport-radios {
    color: var(--black);
    display: flex;
    
  }
  .application-form .transport2 .field-transport-radios input[type=radio] + label:first-of-type {
    /* padding-right: 27px; */
    margin-right: 27px;
    border-right: 1px solid var(--borderColor);
  }
  .application-form .transport2 .transport-inner {
    display: none;
    border-top: 1px solid var(--borderColor);
    padding-top: 17px;
    padding-bottom: 25px;
  }
  .application-form .transport2 .transport-inner .transport-radio {
    display: block;
    padding-bottom: 0;
  }
  .application-form .transport2 .transport-inner input[type=radio] + label {
    color: var(--black);
    width: 100%;
    display: block;
  }
  .application-form .transport2 .transport-inner .radio-address {
    display: block;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.25);
    font-size: 12px;
    line-height: 16px;
    transition: color 0.2s;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
  }
  .application-form .transport2 .field-transport-radios2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 15px;
  }
  .application-form .transport2 .field-trasnport-inner-label {
    display: block;
    padding-bottom: 25px;
  }
  .application-form .transport2 .field-transport-label {
    color: var(--black);
  }
  .application-form .transport2.active .transport-inner {
    display: block;
  }
  .application-form .transport2.green {
    border-color: var(--green) !important;
  }
  .application-form .transport2:hover {
    border-color: var(--black) !important;
  }
  @media (max-width: 1365px) {
    .application-form .transport2 {
      padding: 0 20px;
      margin-bottom: 15px;
    }
    .application-form .transport2 .transport-intro {
      padding: 17px 0;
      min-height: unset;
      display: block;
    }
    .application-form .transport2 .field-transport-label {
      width: 100%;
      padding-bottom: 16px;
      border-bottom: none;
      margin-bottom: 16px;
      text-align: left;
      display: block;
    }
    
    @media (max-width: 1365px) {
      .application-form .transport2 .field-transport-label {
        margin-bottom: -8px;
      }
    }
    .application-form .transport2 .field-transport-radios {
      width: 100%;
      justify-content: center;
      display: flex;
    }
    .application-form .transport2 .field-transport-radios input[type=radio] + label:first-of-type {
      padding-right: 45px;
      margin-right: 45px;
    }
    .application-form .transport2 .field-transport-radios2 {
      grid-template-columns: repeat(1, 1fr);
      grid-column-gap: unset;
      grid-row-gap: 18px;
    }
  }
