/* Custom styles for current website */
html { font-size:16px; }
body { font-family:"Nunito", sans-serif; line-height: 1.5; color: #3C4646 }
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}
::-webkit-scrollbar-track { background: #fff; }
::-webkit-scrollbar-thumb {
  background: var(--dark);
}

/* Text */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
h1, .h1 {
  font-weight: 900;
  font-size:calc(32px + (56 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.571;
  letter-spacing: .02em;
}
h2, .h2 {
  font-weight: 300;
  font-size:calc(24px + (48 - 24) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.08;
  letter-spacing: .02em;
}
h3, .h3 {
  font-weight: 300;
  font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.5;
  letter-spacing: .04em;
}
h4, .h4 {
  font-weight: 300;
  font-size:1rem;
  line-height: 1.08;
  letter-spacing: .04em;
}
h5, .h5, h6, .h6 {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .04em;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a { color: inherit; }

.display-1 {
  font-weight: 700;
  font-size:calc(48px + (164 - 48) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1;
  letter-spacing: .05em;
}
.display-2 {
  font-weight: 300;
  font-size:calc(32px + (64 - 32) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.125;
  letter-spacing: .01em;
}
.display-3 {
  font-weight: 700;
  font-size:calc(18px + (24 - 18) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.333;
  letter-spacing: .04em;
}
.display-4 {
  font-weight: 700;
  font-size:1rem;
  line-height: 1.5;
  letter-spacing: .04em;
}
.display-1 > strong, .display-2 > strong, .display-3 > strong, .display-4 > strong {
  font-weight: 900;
}

.lead, .quotes {
  font-size:calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.625;
  letter-spacing: .04em;
}
.display-base {
  font-weight: 400;
  font-size: 1rem;
}
p.quotes {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
p.quotes::before, p.quotes::after {
  content:'„';
  position: absolute;
  bottom: 0;
  left:0;
  width: 4rem;
  height: 4rem;
  text-align: center;
  display: inline-block;
  font-size: 4rem;
  font-weight: 200;
  line-height: 4rem;
  color: var(--dark);
  opacity: .5;
}
p.quotes::after {
  content: '“';
  top: 0;
  bottom: auto;
  left:auto;
  right: 0;
}
p > [style*="background-color"] {
  position: relative;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-radius: .5rem;
}

h2.title-left-bottom {
  position: absolute;
  left: -.21em;
  bottom: -.1em;
  color: rgba(255, 255, 255, .8);
  pointer-events: none !important;
}
.marker-right {
  padding-right:1.5rem;
}
.marker-left {
  padding-left:1.5rem;
}
.marker-right::after, .marker-left::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: calc(50% - 3.25rem);
  width: 0.375rem;
  height: 6.5rem;
  background: linear-gradient(to bottom, #448127 0%,#448127 50%,#321112 50%,#321112 100%);
}
.marker-right::after {
  right: 0;
  left: auto;
}
.marker-section-left::after, .marker-section-center::after, .marker-section-right::after  {
  content: '';
  position: absolute;
  display: block;
  top: calc(100% - 3.25rem);
  left: calc(((100vw - 1340px) / 2) + .75rem);
  width: 0.375rem;
  height: 6.5rem;
  background: linear-gradient(to bottom, #448127 0%,#448127 50%,#321112 50%,#321112 100%);
}
.marker-section-center::after {
  left: calc(50% - .1875rem);
}
.marker-section-right::after {
  left: auto;
  right: calc(((100vw - 1340px) / 2) + .75rem);
}
.bg-primary.marker-section-left::after, .bg-primary.marker-section-center::after, .bg-primary.marker-section-right::after {
  background: linear-gradient(to bottom, #6EB05C 0%,#6EB05C 50%,#321112 50%,#321112 100%);
}

a {
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
}
footer .last-line a:not(.btn) {
  color:#656f80;
  text-decoration: underline;
}
.more {
  font-weight: 400;
  letter-spacing: .04em;
  transition: color .2s ease-in;
  -webkit-transition: color .2s ease-in;
  color: #ffae45;
}
.more::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  margin-left: .5rem;
}
.more:hover:after {
  animation: fadeIn 1s infinite ease-in;
  -webkit-animation: fadeIn 1s infinite ease-in;
}
.nav-tabs .nav-link.btn {
  font-family: 'Nunito';
  font-weight: 600 !important;
  letter-spacing: .04em;
}
.nav-tabs .nav-link.btn:hover, .nav-tabs .nav-link.btn.active {
  border-color: var(--primary) !important;
  color: var(--white) !important;
  background-color: var(--primary) !important;
}

/* Navbar */
.navbar-brand {
  padding-top:.875rem;
  padding-bottom:.875rem;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  align-self: center;
}
.menu-scroll-down.small-menu .navbar-brand {
  padding-top:.875rem;
  padding-bottom:.875rem;
  align-self: flex-end;
}
.navbar-brand svg {
  width: calc(75px + (118 - 75) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)));
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}
.small-menu .navbar-brand svg {
  width: calc(75px + (118 - 75) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.menu-scroll-down.small-menu .navbar-brand svg {
  width: calc(75px + (118 - 75) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.navbar-brand-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-footer svg {
  width: calc(75px + (118 - 75) * ((100vw - 300px) / (1600 - 300)));
  height: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)));
}
.navbar-brand-other {
  padding-top:1rem;
  padding-bottom:1rem;
}
.navbar-brand-other svg {
  width: 143px;
  height: 49px;
}
.menu-white .navbar-brand svg [fill="#343A40"] { fill: #fff !important; }
.small-menu li > .btn {
  padding: .5rem .625rem;
}
.footer-logo svg {
  width: 171px;
  height: 36px;
}
svg#stripes {
  height: calc(100% + 1px);
  width: auto;
}

/* Custom content */
section:first-of-type {
}

.top-header { top: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)) + 1.75rem); }

section:first-of-type:not(.pt-0) { padding-top: calc(32px + (50 - 32) * ((100vw - 300px) / (1600 - 300)) + 1.75rem); }
section.crane { margin-top: 10rem; }
.container, .container-fluid { position: relative; }
.row { position: relative; }
.text-center > .row { justify-content: center !important; }
.max-w-64 { max-width: 64px; }
.max-w-640 { max-width: 640px; }
.max-w-1308 { max-width: 1308px; }
.max-w-1340 { max-width: 1340px; }
.max-w-560 { max-width: 560px; }
.max-w-340 { max-width: 340px; }
.max-h-156 { max-height: 156px; }
.max-h-224 { max-height: 224px; }
.top-default { top: 8rem; }
.opacity-50 { opacity: .5 !important; }
.mt-ndefault2 {
  margin-top: var(--default-offset-double-minus);
}
.pointer-events-none {
  pointer-events: none;
}

.bg-secondary .btn-outline-primary, .bg-dark .btn-outline-primary {
  color: var(--white);
}

.link-download, .link-file, .link-phone, .link-mail, .link-location, .link-time, .link-comment, .link-fax, .link-hash, [class*="link-"] {
  display: inline-flex;
  padding-bottom: .5rem;
  min-width: 320px;
}
.link-download span:first-child, .link-file span:first-child, .link-phone span:first-child, .link-mail span:first-child, .link-location span:first-child, .link-time span:first-child, .link-comment span:first-child, .link-fax span:first-child, .link-hash span:first-child, [class*="link-"] span:first-child {
  padding: 0 1rem;
}
.link-download span:last-child, .link-file span:last-child, .link-phone span:last-child, .link-mail span:last-child, .link-location span:last-child, .link-time span:last-child, .link-comment span:last-child, .link-fax span:last-child, .link-hash span:last-child, [class*="link-"] span:last-child {
  text-align: right;
  margin-left: auto;
  padding: 0 2rem 0 1rem;
}
.text-right .link-download, .text-right .link-file, .text-right .link-phone, .text-right .link-mail, .text-right .link-location, .text-right .link-time, .text-right .link-comment, .text-right .link-fax, .text-right .link-hash, .text-right [class*="link-"] {
  flex-direction: row-reverse;
}
/*.link-phone, .link-mail, .link-location, .link-time, .link-comment, .link-fax, .link-hash {
  padding-bottom: 0;
  margin-bottom: 0;
}*/
.link-download::before, .link-file::before, .link-phone::before, .link-mail::before, .link-location::before, .link-time::before, .link-comment::before, .link-fax::before, .link-hash::before, [class*="link-"]::before {
  content: '\f019';
  position: relative;
  width: 1.25em;
  text-align: center;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  color: var(--primary);
}
 .text-right .link-download::before, .text-right .link-file::before, .text-right .link-phone::before, .text-right .link-mail::before, .text-right .link-location::before, .text-right .link-time::before, .text-right .link-comment::before, .text-right .link-fax::before, .text-right .link-hash::before, .text-right [class*="link-"]::before {
  margin-right:0;
  margin-left: 1rem;
}
/*.text-white .link-download::before, .text-white .link-file::before, .text-white .link-phone::before, .text-white .link-mail::before, .text-white .link-location::before, .text-white .link-time::before, .text-white .link-comment::before, .text-white .link-fax::before, .text-white .link-hash::before {
  color: var(--white);
}*/
.link-file::before {
  content: '\f15b';
}
.link-phone::before {
  content: '\f095';
}
.link-mail::before {
  content: '\f0e0';
}
.link-location::before {
  content: '\f3c5';
}
.link-time::before {
  content: '\f254';
}
.link-comment::before {
  content: '\f075';
}
.link-fax::before {
  content: '\f1ac';
}
.link-hash::before {
  content: '\23';
}
.link-bus::before {
  content: '\f207';
}
.link-stadium::before {
  content: '\e643';
}
.link-shop::before {
  content: '\f07a';
}
.link-point::before {
  content: '\f3c5';
}
.link-restaurant::before {
  content: '\f2e7';
}
.link-castle::before {
  content: '\e0de';
}
.link-theater::before {
  content: '\f630';
}
.link-swords::before {
  content: '\f71d';
}
.link-observe::before {
  content: '\f1e5';
}
.link-w-stadium::before {
  content: '\f454';
}
.link-water::before {
  content: '\f773';
}
.link-wood::before {
  content: '\f724';
}
.link-swim::before {
  content: '\f5c4';
}

.drop-shadow > img, .drop-shadow > .image-box { box-shadow: 0 0 2rem rgba(0, 0, 0, .6) !important }
.border-radius > img, .border-radius > .image-box { border-radius: 0.5rem !important }

.shadow-none.rounded-0 > .rounded.shadow {
  box-shadow:none !important;
  border-radius: 0 !important;
}
.overlay-dark-gradient::before {
  content:'';
  position: absolute;
  top:0;
  left:0;
  display:block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(40,40,40,0) 0%,rgba(40,40,40,1) 100%);
  opacity: .65;
  z-index: 1;
  mix-blend-mode: multiply;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.overlay-dark-gradient *:not(.stretched-link) {
  z-index: 2;
}
.overlay-dark-gradient > img {
  z-index: 0 !important;
}
.whole-field-url.overlay-dark-gradient:hover:before {
  opacity: .4;
}
.rounded.overlay-dark-gradient::before {
  border-radius: .5rem !important;
}
.bg-primary-transparent {
  background-color: rgba(68,129,39,.8);
}
.bg-dark-transparent {
  background-color: rgba(87,87,87,.8);
}
.bg-white-transparent {
  background-color: rgba(255,255,255,.4);
}
.on-hover-bg-primary {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.on-hover-bg-primary:hover {
  background-color: var(--primary);
  color: #fff;
}
.on-hover-bg-primary:hover svg path {
  fill: #fff !important;
}

.bg-secondary-right-4 {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(15,75,120,1) 66%,rgba(15,75,120,1) 100%);
}
.bg-secondary-left-4 {
  background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 66%,rgba(15,75,120,1) 66%,rgba(15,75,120,1) 100%);
}
.bg-secondary-right-slides {
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 18rem,rgba(15,75,120,1) 18rem,rgba(15,75,120,1) 100%);
}
.bg-secondary-left-slides {
  background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 18rem,rgba(15,75,120,1) 18rem,rgba(15,75,120,1) 100%);
}

.icon-64:not(.scroll-button).rounded-circle [class*="fa-"] {
  font-size: 1.625rem;
}
.icon-96:not(.scroll-button).rounded-circle [class*="fa-"] {
  font-size: 2.25rem;
}
.show-on-hover {
  opacity: 0;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
[class*="item-"]:hover, .card:hover .show-on-hover {
  opacity: 1;
}

.card-body.front-side {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card-body.back-side {
  z-index: 0;
  opacity: 0;
  min-height: 256px;
}
.card:hover .card-body.back-side {
  opacity: 1;
}
.card:hover .card-body.front-side {
  opacity: 0;
}


.icon-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1rem;
  left: 1rem;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  border-radius: 0.5rem;
  background: #fff;
  z-index: 1;
}
.icon-date span:first-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2em;
}
.icon-date span:last-child {
  position: relative;
  display: block;
  width: 100%;
  font-size: .875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1em;
  text-transform: uppercase;
}
.file-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content:flex-start;
  width:100%;
  height: auto;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: inherit;
}
.file-link::before, .file-link::after {
  content:'\f061';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-size: .875rem;
  font-weight: 400;
  width: 1.5rem;
  text-align: left;
  color: var(--primary);
}
.file-link::after {
  content:'\f1c1';
  margin-left: auto;
  text-align: right;
  color: inherit;
}
[data-fill="bg-primary"] .control {
  background-color: var(--primary);
}
[data-fill="bg-secondary"] .control {
  background-color: var(--secondary);
}
[data-fill="bg-warning"] .control {
  background-color: var(--warning);
}
[data-fill="bg-dark"] .control {
  background-color: var(--dark);
}
[id*="filters-"] fieldset .control, fieldset .control {
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.control.rounded {
  border-radius: 1rem !important;
}
.control.opacity-50 {
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.control.opacity-50.mixitup-control-active, .control.opacity-50:hover { opacity: 1 !important; }

.btn-collapse[aria-expanded="false"]::before {
  position: relative;
  display: inline-block;
  content:'Zobrazit více';
}
.btn-collapse[aria-expanded="false"]::after {
  content:'\f107';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-left: .5rem;
}
.btn-collapse[aria-expanded="true"]::before {
  position: relative;
  display: inline-block;
  content:'Zobrazit méně';
}
.btn-collapse[aria-expanded="true"]::after {
  content:'\f106';
  position: relative;
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
  margin-left: .5rem;
}

.whole-field-url [class*="icon-"].bg-dark-transparent, .whole-field-url [class*="icon-"].bg-white-transparent, .card.whole-field-url .card-body .bg-primary-transparent, .card.whole-field-url .card-body [class*="icon-"].bg-dark-transparent {
  transition: background-color .2s ease-in;
  -webkit-transition: background-color .2s ease-in;
}
.whole-field-url:hover [class*="icon-"].bg-dark-transparent, .card.whole-field-url:hover .card-body .bg-primary-transparent, .card.whole-field-url:hover .card-body [class*="icon-"].bg-dark-transparent {
  background-color: rgba(68,129,39,1);
}
.whole-field-url:hover [class*="icon-"].bg-white-transparent {
  background-color: rgba(68,129,39,1);
}

.row.slider-cover {
  width: calc(100vw - 2rem);
  margin: 0 auto;
}
.article-list-cover-2 .tns-ovh, .article-list-cover-3 .tns-ovh {
  overflow: visible;
}
/*.article-list-2 > .tns-item, .article-list-3 > .tns-item {
  opacity: 0.3;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
}
.article-list-2 > .tns-item.tns-slide-active, .article-list-3 > .tns-item.tns-slide-active {
  opacity: 1;
}*/

.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white *, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white * {
  transition: none;
  -webkit-transition: none;
}
.article-list-4 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"] > .row > [class*="col-"] > .row.bg-white {
  transition: background .2s ease-in;
  -webkit-transition: background .2s ease-in;
}
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white, .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white { background: #0094da !important; color: #fff !important; }
.article-list-4 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"], .article-list-5 > [class*="list-item-"]:hover > .row > [class*="col-"] > .row.bg-white [fill="#BDC6CB"] { fill: #fff; }

#svg-map text {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75rem;
}
#svg-map .map-marker {
  cursor: default;
  pointer-events: all;
}

#svg-map .map-marker[onclick*="window.open("] {
  cursor: pointer;
}

.inside-text ul:not(.nav-menu):not(.nav-wrap):not(.nav-image-menu):not(.dropdown):not(.collapse):not(.collapsing):not(.nav-tabs):not(.cc-cp-body-tabs) li::before {
  content:'\f002';
  color:#0094DA;
  font-size: 1rem;
  line-height:inherit;
}

table.dataTable.table {
  font-size: .85rem;
}


/* Custom breakpoints */
@media (max-height: 768px) {
  .min-vh-75 {
    min-height: 576px !important;
  }
}
@media (min-height: 768px) {
  .min-vh-75 {
    min-height: 75vh!important;
  }
}
@media (max-width: 991.98px) {
  .animateme {
    transform: none !important;
    opacity: 1 !important;
  }
  .show-lg-bg-image {
    background-image: none !important;
  }
}
@media (min-width: 576px) {
  .row.slider-cover {
    width: calc(540px - 2rem);
    margin: 0 auto;
  }
  .border-sm-right::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-right: 1px solid #E4E8EB;
    z-index: 1;
  }
  .p-md-5.border-sm-right::before {
    top: 1rem;
    height: calc(100% - 2rem);
  }
  .rounded-sm-left {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .rounded-sm-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
  }
  .mt-sm-ndefault2 {
    margin-top: var(--default-offset-double-minus);
  }
}
@media (min-width: 768px) {
  .row.slider-cover {
    width: calc(720px - 2rem);
    margin: 0 auto;
  }
  .text-md-left > .row { justify-content: flex-start !important; }
  .p-md-5.border-sm-right::before {
    top: 3rem;
    height: calc(100% - 6rem);
  }
}
@media (min-width: 992px) {
  table.dataTable.table {
    font-size: 1rem;
  }
  .row.slider-cover {
    width: calc(960px - 2rem);
    margin: 0 auto;
  }
  .text-lg-left > .row { justify-content: flex-start !important; }
  .default-p, .py-default { padding-top: 8rem; padding-bottom: 8rem;  }
  .marker-lg-none.marker-right {
    padding-right: 0 !important;
  }
  .marker-lg-none.marker-left {
    padding-left: 0 !important;
  }
  .marker-lg-none.marker-right::after, .marker-lg-none.marker-left::after {
    display:none;
  }
  .marker-lg-center-bottom::after {
    content: '';
    position: absolute;
    display: block;
    left: calc(50% - .1875rem);
    top: calc(100% + 3rem);
    width: 0.375rem;
    height: 6.5rem;
    background: linear-gradient(to bottom, #448127 0%,#448127 50%,#321112 50%,#321112 100%);
  }
  [class*="col-"].h-lg-100 > .image-box {
    padding: 0 !important;
    height: 100% !important;
  }
  .right-lg-n50 {
    right: -50%;
  }
  .h-lg-100:not(.align-self-stretch) {
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .row.slider-cover {
    width: calc(1140px - 2rem);
    margin: 0 auto;
  }
  .line-through::before {
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    width: 100vw;
    height: 1px;
    background: var(--primary);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  [class*="col-"].h-xl-100 > .image-box.ratio-1-1 {
    padding-bottom: 100%;
    height: 0;
  }
  .h-xl-none {
    height: auto;
  }
}
@media (min-width: 1340px) {
  .row.slider-cover {
    width: calc(1280px - 2rem);
    margin: 0 auto;
  }
  .navbar-brand {
    padding-top:.875rem;
    padding-bottom:.875rem;
  }
  [id*="customize-controls-"] .prev {
    left: calc((-100vw + 1340px) / 4);
  }
  [id*="customize-controls-"] .next {
    right: calc((-100vw + 1340px) / 4);
  }
  section > .container {
    max-width: calc(1340px - 2rem);
  }
}
@media (min-width: 1420px) {
  .row.slider-cover {
    width: calc(1340px - 2rem);
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size:56px
  }
  h2 {
    font-size:48px
  }
  h3 {
    font-size:24px
  }
  .display-1 {
    font-size:164px
  }
  .display-2 {
    font-size:64px
  }
  .display-3 {
    font-size:24px
  }
  .lead {
    font-size: 1.25rem;
  }
  .navbar-brand svg, .small-menu .navbar-brand svg {
    width: 118px;
    height: 50px;
  }
  .navbar-brand-footer svg {
    width: 118px;
    height: 50px;
  }
  .top-header { top: calc(50px + 1.75rem); }
  section:first-of-type:not(.pt-0) { padding-top: calc(50px + 1.75rem); }
}

/* Cookies */
.termsfeed-com---palette-light .cc-pc-container {
  background: #fff;
  overflow: hidden;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---pc-dialog .cc-cp-body-tabs-item-link, .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-size: .7143rem !important;
  font-family:'Montserrat', sans-serif;
  letter-spacing: normal;
}
.termsfeed-com---palette-light.termsfeed-com---nb {
  background-color: #fff !important;
  color: #323232 !important;
  box-shadow: 0 0.5rem 2rem rgb(0 0 0 / 30%) !important;
}
.termsfeed-com---nb .cc-nb-main-container {
  padding: 2rem !important;
  font-family:'Montserrat', sans-serif;
}
.termsfeed-com---nb-simple {
  max-width: 480px !important;
}
.termsfeed-com---nb .cc-nb-title {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
.termsfeed-com---nb .cc-nb-text {
  font-size: .7143rem !important;
}
.termsfeed-com---palette-light .cc-nb-reject, .termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save, .termsfeed-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
  background-color: #ffae45 !important;
}
.termsfeed-com---palette-light .cc-pc-head-lang select {
  color: #323232  !important;
  border-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.termsfeed-com---palette-light .cc-nb-changep { background: none !important; color: #666 !important; }
