:root {
	--color-blue: #00376E;
	--color-accent: #a7cb07;
	--color-accent-link: #89a800;
	--color-text: #121D34;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem;
}
.row {
   /* */
	--bs-gutter-x: 3rem;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00376E;
    --bs-btn-border-color: #00376E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #002b57;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #002b57;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00376E;
    --bs-btn-disabled-border-color: #00376E;
}



html{
	font-size: 16px;
}
body {
	font-family: "Questrial", "Outfit", "Inter", "Arial", Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	
    text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: var(--color-text);
    z-index: 1;
	background-color: #fff;
	background-color: #00376e;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	/*position: relative;*/
}

body.noscroll {
	overflow: hidden;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	color: var(--color-blue);
	margin-bottom: 1rem;
	font-family: "Questrial", "Outfit", "Inter", "Arial", Helvetica, sans-serif;
}

img, iframe {
	max-width: 100%;
}
img{
	height: auto;
}

h1, .h1 {
	font-size: 3rem;
	color: var(--color-blue);
	font-weight: 700;
}

h2, .h2 {
    font-size: 2.15rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	position: relative;
	z-index: 10;
}

h3, .h3 {
    font-size: 1.5rem;
	margin-top: 1.5rem;
}
h4, .h4 {
    font-size: 1.25rem;
}
h5, .h5 {
    font-size: 1.1rem;
}
h6, .h6 {
    font-size: 1rem;
	font-weight: 300;
}


h2:before {
    content: attr(data-title);
	color: #EAEDF1;
	opacity: 0.3;
	font-size: 6rem;
	position: absolute;
	left: -0.5em;
	bottom: -0.2em;
	font-weight: 200;
	z-index: -1;
}

p:not([style*="text-align: center"]) {
	max-width: 48em;
}


a {
	color: var(--color-blue);
	text-decoration: none;
}
main a{
/*	color: var(--color-accent);*/
    color: var(--color-accent-link);
    text-decoration: underline;
}

a:hover {
	color: var(--color-red);
}

table{
	border: none;
	border-top: 1px solid #dddddd;
	margin: 2rem 0;
	max-width: 100%;
}

td, th{
	border-bottom: 1px solid #dddddd;
	padding: 1rem 1rem 1rem 0;
}
thead{
	font-weight: bolder;
}
hr{
	margin: 50px 0;
}

strong, b {
    font-weight: 600;
}

ul{
	list-style-type: square;
    padding: 0 0 0 1rem;
}
.content-wrapper ul li::marker {
  content: "▶ ";
  color: var(--color-accent);
  font-size: .9rem;
  letter-spacing: 0.05em;
}
.lead {
    /* font-size: 1.4rem; */
    font-size: 1.3rem;
	letter-spacing: 0.0125em;
}


/**/



header{
	padding: 10px 0;
	/*position: fixed;*/
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	background: linear-gradient(180deg, #0b2239 0px, transparent 50%);	
	color: #fff;
	/*border-bottom: 5px solid var(--color-accent);*/
	margin-bottom: -1px;
	height: 100px;
	display: flex;
    align-items: center;
	/*font-size: 1.1rem;*/
}
.header {
	/* position: relative; */
	flex-wrap: wrap;
    align-items: center;
    justify-content: end;
}

.header-logo {
	margin-right: auto;
	/*max-height: 60px;*/
	max-width: 150px;
	font-size: 2rem;
	font-weight: 700;
}

.header-logo a {
	color: #fff;

}
.header-logo a:hover {

}
.socials{
	/* display: flex; */
	/* margin: 0 30px 0 0 ; */
	gap: 10px;
	display: none;
	justify-content: center;

}
.contacts .socials, footer .socials{
	display: flex;
}
.socials a{
	border: 2px solid rgba(255, 255, 255, 0.25);
	border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
}
.socials a:hover{
	border-color: var(--color-red);
}
.lang{
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 4px;
    height: 40px;
	display: flex;
	align-items: center;
	margin-right: 10px ;
	font-weight: 400;
}
.lang a{
	color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 0 1rem;
}
.lang:hover, .lang:hover a {
	border-color: var(--color-accent);
	color: var(--color-accent);
}

.header-nav {
	z-index: 99999;
	display: none;
}
.header-nav.open {
	
}
.header-nav > ul {
}



.header-nav ul {
	display: flex;
	margin: 0 10px ;
	padding: 0;
	list-style-type: none;
	/*text-align: center;	*/
}

.header-nav > ul > li {
	position: relative;
}

.header-nav .nav-menu > li > a {
	display: block;
	line-height: 1;
	margin: 0 5px;
	/*padding: 70px 10px;*/
	padding: 47px 5px;
	color: #fff;
	font-weight: 400;
	
	border-top: 5px solid transparent;
	transition: all ease 0.3s;
}
.header-nav .nav-menu > li > a:hover {
	color: var(--color-accent);
	border-top: 5px solid var(--color-accent);
   /* border-bottom: 5px solid var(--color-accent) ;*/

}

.header-nav > ul > li > a.active {
	color: #ddd;
}

.header-nav .sub ul {
	display: none;
	margin-bottom: 10px;
	box-shadow: 0px -10px 20px 10px rgba(50,50,50,0.2);
}

.header-nav .sub li a {
	text-transform: initial;
	white-space: nowrap;
	line-height: 1.5;
	font-size: 1rem;
	padding-bottom: 10px;
	color: var(--color-blue);
}

.header-nav .sub > a > span {
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 20px;
    right: 1px;
    z-index: 1;
	color: var(--color-accent);
}

.header-nav .sub > a > span:after {
	content: ' > ';
}


.header-nav-toggler button {
	padding: 5px;
	width: 65px;
	border: none;
	outline: none;
	background: none;
	display: flex;
	flex-flow: column;
	align-items: start;
	justify-content: center;
}

.header-nav-toggler button span {
	display: block;
	margin: 4px 0;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	background-color: var(--color-accent);
	transition: all ease 0.3s;
}
.header-nav-toggler button span:last-of-type {
	width: 66%;
}
.header-nav-toggler button:hover span{
	background-color: #ffffff;
}
.header-nav-toggler button:hover span:last-of-type {
	width: 100%;
}


.nav-modal{
	display: none;
	z-index: 99999;
	background: #08223eee;
	
	color: #fff;
    backdrop-filter: blur(3px);
	
	width: 100vw;
	width: 100%;
	height: 105vh;
	overflow: auto;
	text-align: center;

	position: absolute;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
}
.nav-modal.open{
	display: block;
}
.nav-modal .container-xxl{
	min-height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.nav-modal .button-close{
	position: absolute;
    top: 3rem;
    right: 1.5rem;
	border: none;
	outline: none;
	background: none;
	width: 40px;
	height: 40px;
}
.nav-modal .button-close span{
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background-color: var(--color-accent);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 18px;
	transition: all ease 0.3s;

}
.nav-modal .button-close span:last-of-type{
	transform: rotate(45deg);
}

.nav-modal .button-close:hover span{
	transform: rotate(45deg);
	background-color: #fff;
}
.nav-modal .button-close:hover span:last-of-type{
	transform: rotate(135deg);
}

.nav-modal a{
	color: #fff;
}
.nav-modal .nav-menu{
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.nav-modal .nav-menu ul{
	display: none;
}

.nav-modal .mega-menu{
	/*margin-top: 70px;*/
	text-align: center;
}
.nav-modal .mega-menu a{
	display: inline-block;
	font-size: 1.35rem;
	line-height: 1.4;
	margin: 0 0 10px 0;
	padding: .75rem 0;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-modal .mega-menu a::after{
	content: "";
	display: block;
	border-bottom: 2px solid  var(--color-accent);
	transition: all ease 0.3s;
	margin: 0 auto;
}
.nav-modal .mega-menu a:hover::after{
	width: 100%;
	border-color: #fff;
}

.nav-modal .second-menu a{
	display: inline-block;
	border-bottom: 1px solid  var(--color-accent);
	margin: 0 0 10px 0;
}
.nav-modal .second-menu a:hover{
	border-color: #fff;
}

.nav-modal .live-menu-contact {
	display: flex;
    flex-flow: column;
	justify-content: space-between;
}
.nav-modal .live-menu-contact .nav-menu a{
	display: inline-block;
	border-bottom: 1px solid  var(--color-accent);
	color: var(--color-accent);
	margin: 0 0 10px 0;
}
.nav-modal .live-menu-contact .nav-menu a:hover{
	border-bottom: 1px solid  var(--color-accent);
	color: #fff;
}
.nav-modal .live-menu-contact .socials{
	margin-bottom: 30px;
}



/*
ul.descendants {
    position: absolute;
	margin: 0;
	padding: 0;
    margin-top: 50px;
	font-size: 1.2rem;
	display: none;
}
ul.descendants li{
    list-style: none;
	margin: 0;
	padding: 0;
}

ul.descendants a{
    display: block;
	padding: 10px 0;
}
ul.descendants a::before{
	content: '';
    display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid red;
	margin-right: 10px;
}

ul.descendants a.active::before{
	background: red;
}
*/


footer {
	/*background-color: #00376E;*/
	color: #fff;
	margin-top: 0;
	padding-top: 0;
	text-align: left;
}
footer a {
	color: #fff;
}

/* CTA card – straddles the white content area and the blue footer */
.footer-cta {
	position: relative;
	background: #1B2D52;
	color: #fff;
	margin-top: -70px;
	margin-bottom: 50px;
	padding: 2.5rem 1.75rem;
	/*overflow: hidden;*/
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20%;
	text-align: center;
}
.footer-cta::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 50%;
	height: 6px;
	background: var(--color-accent);
}
.footer-cta__logo {
	display: inline-flex;
}
.footer-cta__logo img {
	width: 220px;
	max-width: 70vw;
	height: auto;
}
.footer-cta__text {
	margin: 0;
	max-width: 34em;
	font-size: 1.15rem;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}

/* Headings */
.footer-heading {
	color: var(--color-accent);
	font-size: 1.35rem;
	font-weight: 700;
	margin: 0 0 1.5rem 0;
}

/* Main columns */
.footer-main {
	row-gap: 2.5rem;
	margin-top: 1rem;
}
.footer-col .nav-menu {
	list-style: none;
	display: flex;
	flex-flow: column;
	gap: 0.9rem;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}
.footer-col .nav-menu li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.4rem;
}
.footer-col .nav-menu li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	background: var(--color-accent);
}
.footer-col .nav-menu li ul {
	display: none;
}
.footer-col .nav-menu a {
	color: #fff;
	font-weight: 400;
	border: none;
	transition: color ease 0.3s;
}
.footer-col .nav-menu a:hover,
.footer-col .nav-menu a.active {
	color: var(--color-accent);
}

/* Contact column */
.footer-contact__list {
	display: flex;
	flex-flow: column;
	gap: 1rem;
	margin-bottom: 1.75rem;
}
.footer-contact__item {
	display: flex;
	align-items: center;
	gap: 0.7rem;
	font-size: 1.15rem;
}
.footer-contact__item a {
	color: #fff;
	font-weight: 400;
}
.footer-contact__item a:hover {
	color: var(--color-accent);
}
.footer-contact__icon {
	display: inline-flex;
	flex-shrink: 0;
	color: var(--color-accent);
}
.footer-contact__phone strong {
	font-weight: 700;
}

/* Social icons */
.footer-socials {
	display: flex;
	gap: 0.6rem;
}
.footer-socials a {
	display: inline-flex;
	width: 36px;
	height: 36px;
	border: none;
	transition: transform ease 0.3s, opacity ease 0.3s;
}
.footer-socials a:hover {
	transform: translateY(-2px);
	opacity: 0.85;
}
.footer-socials svg {
	display: block;
	width: 100%;
	height: 100%;
}

/* Bottom bar */
.footer-bottom {
	display: flex;
	flex-flow: column;
	gap: 1rem;
	margin-top: 3rem;
	padding: 1.75rem 0 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.95rem;
}
.footer-copy {
	color: rgba(255, 255, 255, 0.8);
}
.footer-legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 1.25rem;
}
.footer-legal a {
	color: rgba(255, 255, 255, 0.55);
	border: none;
	transition: color ease 0.3s;
}
.footer-legal a:hover {
	color: #fff;
}


.content-header {
	margin: 40px 0 60px 0;
}


/**/

.content-wrapper {
	/* margin: 0px calc(var(--bs-gutter-x) / 2); */
}

main {
	padding-top: 1px;
	padding-bottom: 180px;
    /* background: linear-gradient(180deg, #0000000d 0px, #fff 100px); */
	background: #fff;
}

main h1:first-of-type {
    margin: 3rem 0;
}


#block-2::before, #block-35::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 750px;
    z-index: -1;
    /* background-color: pink; */
/*	background: url(/frontend/img/bg_intro.jpg) no-repeat;*/
	background-size: 100% auto;
    margin-top: -2.8rem;
}
@media (min-width: 800px) {
	/*
	#block-2 h1, #block-35 h1{
	padding-top: 1.85rem;
	}
	*/
	#block-3 .lead{
		padding-right: 2em;
	}
}


.block-2_cols_image{
	margin-bottom: 60px;
}
.block-2_cols_image:nth-of-type(even) .col-md-6:first-of-type{
 order:2;
}
.block-2_cols_image img.img-fluid{
 border-radius: 0px;
	aspect-ratio: 3 / 2;
    object-fit: cover;
}

.block-info_page {
	margin-bottom: 20px;
}
.block-video {
	margin-bottom: 60px;
}

.block-video__container {
	position: relative;
	/* border-radius: 20px; */
    overflow: hidden;
    /* background: black; */
	background: #00376E;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}

.block-video__play {
	position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100%;	
	display: flex;
	align-items: center;
	justify-content: center;
	
	/* background-blend-mode: multiply; */
    /*background-color: var(--color-accent);*/
	transition: all ease 0.3s;
	opacity: 0.7;
	z-index: 10;

	
	
}
.block-video__video{
	/* opacity: 0.7; */
}

.block-video__play-icon {
	background: #fff;
    border-radius: 200px;
    text-align: center;
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    transition: all .3s ease;
	margin: 20px auto;
	box-shadow: 0 0 70px 30px rgba(0, 0, 0, 0.3);
}

.block-video__play-icon::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    left: 18%;
}

.block-video__play-title {
    text-align: center;
    color: #fff;
    text-decoration: none;
	font-weight: bold;
	font-size: 1.5em;
	position: relative;
}
.block-video__play:hover{
	background-blend-mode: luminosity;
}

.video-carousel .block-video__play{
	border-radius: 20px;
}


/**/
.faq{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 3rem;
  }
  
  .faq-item:last-of-type{
	border-bottom: 1px solid #ccc ;
  }
  .faq-question{
	font-weight: 500;  
	border-top: 1px solid #ccc ;
	padding: 1.25rem 3rem 1.25rem 0;
	cursor: pointer;
	opacity:1;
	transition: all ease 0.2s;
	background: url(../img/ico_arr_mini_d.svg) no-repeat center right 0.5rem;
  }
  .faq-question:hover{
	 border-color: var(--color-blue);
	 color: var(--color-blue);
  }
  .faq-question.open{
	  background: url(../img/ico_arr_mini_black_u.svg) no-repeat center right 0.5rem;
  }
  .faq-question p {
	margin: 0;
  }
  
  .faq-answer{
	height: 0;
	margin: 0;
	padding: 0 2rem 0 2rem;  
	font-weight: 300;    
	overflow: hidden;
	transition: all linear .2s;
	position: relative;
  }
  
  .open + .faq-answer {
	  height: auto;  
	  padding: 0.5rem 2rem 2.5em 2rem;
	  overflow: hidden; 
  }
  
  .faq-answer p{
   margin: 0;
   position: relative;
  }
  

/**/


.button{
	z-index: 20;
	border-bottom: 2px solid var(--color-accent);
    padding: 0.5rem 0;
	transition: all ease 0.3s;
	display: inline-block;
	line-height: 1.25;
	color: var(--color-blue);
	font-weight: 400;
	text-decoration: none;
}
.button:hover{
    color: var(--color-black);
	border-color: var(--color-blue);
}

ul.list{
	margin-top: 1rem ;
	margin-bottom: 1rem ;
}
ul.list li {
    padding: 0.75em 0;
    border-bottom: 1px solid #ddd;
	list-style-type: square;
}
ul.list li::marker {
    color: var(--color-accent);
}

.files{
	padding: 0;
	border-bottom: 2px solid var(--color-accent);
	margin: 2rem 0 3rem 0;
}
.files li{
	padding: 1.25em 0 1.25em 2.75em ;
	border-top: 2px solid var(--color-accent);
	list-style-position: inside;
	list-style: none;
	background: url(/frontend/img/ico_download.svg) no-repeat   .5em center;
	background-size: 1.3em auto;
	display: flex;
}
.files li a{
	margin-right: auto;
	font-weight: 400;
}



/**/

.rozcestnik{
	margin: 100px 0;
	padding: 50px 0;
	position: relative;
	z-index: 99;
	/*background: var(--color-accent) url(/frontend/img/bg_rozcestnik.jpg) no-repeat;*/
	background-color: #eee;
	background-size: 100% auto;

}

.page-5 .rozcestnik, .page-18 .rozcestnik{
	margin-top: 0;	
	margin-bottom: 0;

}


.roz-item{
	position: relative;
	margin-top: 1rem;
	/*margin-bottom: 1rem;*/
	background: var(--color-blue);
	color: #fff;
	padding: 3rem;
	padding: 1.5rem;
	height: 100%;
	display: flex;
    flex-flow: column;
}
.roz-item:hover a{
	color: #fff;
}
.roz-item img {
	mix-blend-mode: multiply;
	max-width: 115px;
	max-width: 90px;
	/*
	align-self: end;
	margin-left: 30px;
	margin-bottom: -50px;
    margin-top: 60px;
	*/
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}

.roz-item h3{
	font-size: 2em;
	margin-bottom: 1rem;
}
.roz-item h3 a{
	color: #fff;
}
.roz-item .link{
	margin-top: auto;
}
.roz-item .button{
	color: #fff;
}
.roz-item .button:hover{
	color: #000;
	border-color: #000;
}
.roz-item .desc{	
	display: flex;
	align-items: start;
	position: relative;
}
.stretched::after{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: "";
}

/**/

/* ============ Rozcestník – horizontal carousel (new) ============ */

.rozcestnik-carousel {
	--gap: 30px;
	background-color: #EAEDF2;
	padding: 50px 0;
	overflow: hidden;
	margin: 100px 0;
}

/* Mobile-first = stacked, no horizontal scrolling */
.rozcestnik-carousel .roz-inner {
	max-width: 540px;
	margin: 0 auto;
	padding: 0 15px;
}
.roz-head {
	margin-bottom: 2rem;
}
.roz-title {
	font-size: 2.25rem;
	font-weight: 400;
	color: var(--color-blue);
	margin: 0 0 1rem 0;
}
.roz-lead {
	color: #5b6678;
	max-width: 18em;
	margin: 0;
}
.roz-counter {
	display: none;
	color: #8a93a3;
	font-size: 1rem;
	letter-spacing: 0.05em;
}

.roz-track {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.25rem;
}
.roz-card {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	/* background: var(--color-blue); */
	/* background: #0057af; */
	background: #00376E;
	color: #fff;
}
.roz-card__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease , opacity 0.25s ease;

	mix-blend-mode: soft-light;
	opacity: 0.8;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
}
.roz-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(0, 55, 110, 0.20) 0%, rgba(0, 28, 62, 0.85) 100%);
	mix-blend-mode: multiply;
	pointer-events: none;
	opacity: 0;
}
.roz-card:hover .roz-card__img {
	transform: scale(1.06);
	opacity: 1;
}
.roz-card__title {
	position: absolute;
	left: 1.5rem;
	right: 1.5rem;
	bottom: 1.5rem;
	z-index: 2;
	margin: 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.15;
	transition: color 0.3s ease;
}
.roz-card:hover .roz-card__title {
	color: var(--color-accent);
}

/* Arrows (hidden until carousel mode) */
.roz-arrow {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 54px;
	height: 54px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	z-index: 4;
	align-items: center;
	justify-content: center;
}
.roz-arrow::before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	border-top: 4px solid var(--color-accent);
	border-right: 4px solid var(--color-accent);
	transition: border-color 0.3s ease;
}
.roz-prev::before {
	transform: rotate(-135deg);
	margin-left: 8px;
}
.roz-next::before {
	transform: rotate(45deg);
	margin-right: 8px;
}
.roz-arrow:hover::before {
	border-color: #fff;
}
.roz-arrow.is-disabled {
	opacity: 0.25;
	cursor: default;
}

@media (min-width: 576px) {
	.rozcestnik-carousel .roz-inner {
		max-width: 720px;
	}
	.roz-track {
		grid-template-columns: 1fr 1fr;
		gap: var(--gap);
	}
}
@media (min-width: 992px) {
	.rozcestnik-carousel .roz-inner {
		max-width: 960px;
	}
}

/* Desktop = edge-to-edge horizontal carousel */
@media (min-width: 1200px) {
	.rozcestnik-carousel {
		--cw: 1140px;
		--head-w: 300px;
		--card-w: clamp(300px, 27vw, 600px);
		--edge: max(15px, calc((100vw - var(--cw)) / 2 + 15px));
		position: relative;
		padding: 80px 0;
	}
	.rozcestnik-carousel .roz-inner {
		max-width: none;
		margin: 0;
		padding: 0;
		position: relative;
	}

	.roz-head {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		z-index: 3;
		width: calc(var(--edge) + var(--head-w) + var(--gap));
		margin: 0;
		padding: 0 var(--gap) 0 var(--edge);
		background-color: #EAEDF2;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
	}
	.roz-title {
		font-size: 3rem;
	}
	.roz-counter {
		display: block;
		margin-top: auto;
	}

	.roz-track {
		display: flex;
		grid-template-columns: none;
		gap: var(--gap);
		overflow-x: auto;
		overflow-y: hidden;
		padding-left: calc(var(--edge) + var(--head-w) + var(--gap));
		padding-right: var(--edge);
		scroll-padding-left: calc(var(--edge) + var(--head-w) + var(--gap));
		scroll-snap-type: x proximity;
		scrollbar-width: none;
		-ms-overflow-style: none;
		cursor: grab;
	}
	.roz-track::-webkit-scrollbar {
		display: none;
	}
	.roz-track.is-dragging {
		cursor: grabbing;
		scroll-snap-type: none;
		user-select: none;
	}

	.roz-card {
		flex: 0 0 auto;
		width: var(--card-w);
		aspect-ratio: 1 / 1;
		scroll-snap-align: start;
	}
	.roz-card__title {
		left: 3rem;
		right: 2rem;
		bottom: 3rem;
		font-size: 1.9rem;
		    max-width: 17ch;
	}

	.roz-arrow {
		display: flex;
	}
	.roz-prev {
		left: calc(var(--edge) + var(--head-w) + var(--gap) + 2rem);
	}
	.roz-next {
		right: var(--edge);
	}
}

@media (min-width: 1400px) {
	.rozcestnik-carousel {
		--cw: 1600px;
		--head-w: 340px;
	}
}

/**/

.counter{
/*	background:  url(/frontend/img/count_bg_1.svg) no-repeat  center top;*/
	margin: 20px 0;
	padding: 50px 1rem;
	text-align: center;
	position: relative;
}
.counter-2{
/*	background:  url(/frontend/img/count_bg_2.svg) no-repeat  center top;*/
}
.counter h2{
	padding-top: 0;
	line-height: 1;
	margin: 0;
	font-size: 3.5rem;
	font-weight: 700;
	color: var(--color-blue);
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
}
.counter h2::before, .counter h2::after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	/* top: 6%; */
	bottom: unset;
	margin: auto;
	width: 58%;
	height: auto;
	aspect-ratio: 1 / 1;
	opacity: .5;
	border: 1px solid #99999960;
	border-radius: 100%;
	z-index: 10;
}
.counter h2::after{
	/* top: -6%; */
	margin: auto;
	width: 80%;
	height: auto;
	opacity: .5;
	border: 3px solid var(--color-accent);
}

.counter-unit{
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: 70px;
}
.counter-description{
	background: rgba(255, 255, 255, 1);
	position: relative;
	box-shadow: 0 0 20px 30px rgba(255, 255, 255, 1);
	position: relative;
	z-index: 20;
}

/**/

.articles{
	   /*background: rgba(0,0,0,0.5);	*/
	   /* background: linear-gradient(0deg, #fff 50%, rgba(128,128,128,0.1) 100%); */
}
.clanky{

}
.clanek-item{
	margin-bottom: 2rem;
	/* background: #F2F2F2; */
	/* height: 100%; */
	padding-bottom: .5em;
}
.clanek-head{
	position: relative;
}

.clanek-photo{
	display: block;
	/*border-radius: 50px;*/
	/*box-shadow: 5px 5px 20px black;*/
	transition: all ease-in-out 0.3s;
	overflow: hidden;
}
.clanek-photo img {
	display: block;
	transition: all ease-in-out 0.3s;
	aspect-ratio: 4 / 3;
    object-fit: cover;
	object-position: top;
}
.clanek-photo:hover img{
	transform: scale(1.05);
	/* opacity: 0.8; */
}
.clanek-date{
	color: #999;
	margin: 0.5rem 0;
	font-size: 0.9rem;
	padding: 0;
	margin: 1.5rem 0 1rem 0;
}
.clanek-date::before {
	content: "—";
	display: inline-block;
	color: var(--color-accent);
	padding-right: .75em;
}
.clanek-title {
	padding: 0 0;
	margin: 0 0 1rem 0;
	
/* 
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    right: 0;
	pointer-events: none;
	background: linear-gradient(0deg, black, transparent 30%);
*/	
}
h4.clanek-title {
	padding: 0 0;
	margin: 1rem 0 0 0;
}

/*
.clanek-title::before {
	content: "";
	display: block;
	position: absolute;
	background: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: .5;
	transition: all ease 0.3s;

} 
	*/

.clanek-head:hover .clanek-title::before{
	opacity: 0.2;
}
.clanek-title a{
	text-decoration: none;
}
/* 
.clanek-title a{
	color: var(--color-accent);
	position: absolute;
	bottom: 2rem;
    left: 2rem;
	right: 2rem;
}
 */

.clanek-perex{
	padding: 0 0;
}

#related-articles{
	margin-bottom: 50px;
}


/**/

.reference-param{
	padding: .35rem 0;
	font-weight: 400;
}
.reference-param .label{
	min-width: 8.5rem;
	opacity: .6;
	font-weight: 200;
}

.divider{
	border-top:3px solid var(--color-accent);
}


.btn-outline-primary {
    --bs-btn-color: #e31e24;
    --bs-btn-border-color: #e31e24;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e31e24;
    --bs-btn-hover-border-color: #e31e24;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e31e24;
    --bs-btn-active-border-color: #e31e24;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #e31e24;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #e31e24;
    --bs-gradient: none;
}
.btn {
    --bs-btn-border-radius: 0.2rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-padding-x: 1rem;
}

/**/
.gallery-item{
	margin-bottom: var(--bs-gutter-x);
}
.gallery-item a{
	transition: all ease 0.3s;
	/*background-color: var(--color-accent);*/
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.gallery-item img{
	aspect-ratio: 3 / 2;
    object-fit: cover;
	transition: all ease 0.3s;

}
.gallery-item a:hover img{
	opacity: .7;
}

#article-detail img.w-100{
	border-radius: 10px;
}

/**/

.block-carousel{
	position: relative;
	aspect-ratio: 16 / 12; /**/
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px;
	background: #00376E;
}

.video-carousel .block-carousel{
	aspect-ratio: 16 / 7;
	border-radius: 20px;
	margin: 0 0 100px 0;
	background: none;
	overflow: visible;
}
.video-carousel .block-video__video{
	display: flex;
	opacity: 0.6;
}

.owl-carousel::after{
	content: '';
	display: block;
	position: absolute;
	/*height: 200px;*/
	height: 75px;
	/*background: linear-gradient(0deg,#e31e24 0%, rgba(34, 34, 34, 0) 100%);	*/
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	pointer-events: none;
}
.owl-carousel{
	/*
	-ms-touch-action: pan-x;
	touch-action: pan-x; 
	*/
}

.owl-carousel .owl-stage-outer, .owl-carousel .owl-item img{
	aspect-ratio: 16 / 12; /**/
	object-fit: cover;
	height: auto;
}
.video-carousel .owl-carousel .owl-stage-outer{
	aspect-ratio: 16 / 7; 
}
.owl-item{
	overflow: hidden;
}
.owl-item img{
	opacity: 0.2;	
	transform: scale(1.1);
	filter: blur(10px);
	transition: all ease 1s;
}
.owl-item.active img{
	transform: scale(1);
	filter: blur(0px);

	/* opacity: 0.8;	 */
	opacity: .9;
}
.owl-item a{
	color: #fff;
}
.owl-item a:hover{
	/*color: #fff;*/
}


.owl-dots {
	display: flex;
    justify-content: center;
    position: absolute;
	z-index: 9999;
	bottom: 10px;
	left: 0;
	right: 0;
}
.video-carousel .owl-dots{
	bottom: -30px;
}

.owl-dots .owl-dot {
	width: 14px;
	height: 14px;
	border: 1px solid #ffffff75;
	border-radius: 11px;
	margin: 0 2px;
	transition: all ease .3s;
}
.owl-dots .owl-dot.active {
	background: var(--color-accent) !important;
	border-color: var(--color-accent)  !important;
	width: 40px;
}

.video-carousel .owl-dots .owl-dot {
	border: 1px solid #ccc;
	background-color: #ccc;
}


.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}
.owl-theme .owl-nav {
  position: absolute;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 48%;
  font-size: 80px;
}
.owl-theme .owl-nav [class*=owl-] {
	display: inline-block;
	cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-nav button:focus,
.owl-theme .owl-nav span:focus {
	outline: 0;
}
.owl-theme .owl-nav span {
	display: none;
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next
 {
    border: none ;
	  border-left: 4px solid var(--color-accent) !important;
    border-bottom: 4px solid var(--color-accent) !important;
    width: 20px;
    height: 20px;
    border-radius: 0;
    outline: 0;
    transform: rotate(45deg);
    border-radius:0;
    font-size: 0;
	position: absolute;
    left: 2.5vw;
}

.owl-theme .owl-nav .owl-next  {
    border: none !important;
	  border-right: 4px solid var(--color-accent) !important;
    border-bottom: 4px solid var(--color-accent) !important;
    transform: rotate(-45deg);
	left: unset;
	right: 2.5vw;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover
 {
    border-color: #fff !important;
}


.intro--caption{
	position: absolute;
	z-index: 9999;
	top: 5%;
	bottom: 10%;
	margin: auto 10%;
	width: 80%;
	background: transparent;
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #fff;
}
.intro--caption p{
	margin: 1rem 0;
	color: #fff;
}
.intro--caption h1, .intro--caption h2, .intro--caption h3 {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
}
.intro--caption h1 strong, .intro--caption h2 strong, .intro--caption h3 strong{
	color: var(--color-accent);
}


.content-wrapper ul li.page-item::marker{
	display: none;
	content: "";
}



/**/
.scroll-more{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
	width: 26px;
	border: 2px solid var(--color-accent);
	border-radius: 15px;
	z-index: 9999;
	top: calc(100vw / 1.1 + 1px);
	
}
.scroll-more:after{
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	top: 15%;
	left: calc(50% - 2px);
	width: 4px;
	height: 7px;
	border-radius: 1px;
	background-color: var(--color-accent);

	animation: scrollanim 3s ease infinite both ;
	
}

@keyframes scrollanim{
	0%{top: 20%;}
	50%{opacity: 1;}
	100%{top: 70% ; opacity: 0;}
}







.block-image-text > .row {
	align-items: center;
}

.block-image-text h2 {
	color: var(--main-color-hex);
}

.block-image-text .sub-block-image {
	text-align: center;
}

.block-image-text .sub-block-image img {
	max-width: 100%;
}






.gallery .gallery-item {
	margin-bottom: var(--bs-gutter-x);
}

.gallery .gallery-item a {
	aspect-ratio: 3/2;
	display: block;
}

.gallery .gallery-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-fit: contain;
}


.contact-item img.thumb{
	border-radius: 20px;
	object-fit: cover;
}
.contact-item p{
	margin-bottom: 0.5rem;
}

.lang-flags{
	margin: .5rem 0;
}
.ico-lang{
	background-image: url(../img/icon-langs.png);
	background-size: auto 100%;
	display: inline-block;
	margin-right: 5px;
	height: 18px;
	width: 25px;
	overflow: hidden;
	border-radius: 5px;
}
.ico-lang.cz{
	background-position: 0px 0px;
}
.ico-lang.sk{
	background-position: -25px 0;
}
.ico-lang.en{
	background-position: -50px 0;
}
.ico-lang.pl{
	background-position: -225px 0;
}
.ico-lang.it{
	background-position: -175px 0;
}




.form{
	display: flex;
	flex-wrap: wrap;
	max-width: 860px;
    margin-left: auto;
    margin-right: auto;
	column-gap: 15px;
}

.form-item{
  width: 32%;
  padding-bottom: 1rem;
}
.form-item:nth-of-type(2n + 2){
  margin-left: var(--inner-gutter);;
}
.form-item label{
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}
.form-item input[type=text], .form-item textarea, button{
  width: 100%;
  font-family: var(--sans);
  font-size: var(--fs);
  font-weight: 300;
  padding: 0.5rem ;
  border-radius: 10px;
  border: none;
  /*box-shadow: 4px 5px 20px -10px rgba(80,80,80,0.2) ; */
  font-size: 0.9rem;
}
.form-item textarea{
  height: 5rem;
}


.textarea{
  width: 100%;
}
.form-item.checkbox{
  margin-left: 0;
   /*margin-right: var(--inner-gutter);*/
    margin-top: 1rem;
	width: 66%;
}
.form-item.submit{
  margin-top: 0.5rem;
}
.g-recaptcha{
  width: 100%;
  margin: 0;
}
.g-recaptcha > div{
}

.form-group {
    margin-bottom: 1.5rem;
}

/* dotaznik prace */
.vzdelani-container, .jazyky-container {
    position: relative;
	padding-right: 60px;
}
.pm-controls {
    position: absolute;
    font-size: 40px;
    right: 0px;
    bottom: -5px;
}
.pm-controls span {
    cursor: pointer;
}

label.control-label {
    font-weight: 700;
	color: var(--color-blue);
	margin-bottom: .35rem;
}


.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
















































/*    ----------------------               RESPONSIVE           -----------------------           */




@media (min-width: 380px) {

}

@media (min-width: 410px) {

	
}

@media (min-width: 576px) {
	:root {
	   --bs-gutter-x: 30px;
    }
	header{
		height: 120px;
	}
	.header-logo {
		max-width: 180px;
	}
	.lang a{
		padding: 0 1.5rem 0 1.5rem;
	}
    .nav-modal .nav-menu{
		margin: 0;
	}
	.nav-modal .mega-menu a{
		font-size: 1.5rem;
		text-transform: none;
		padding: 0;
	}
	
	

	.content-wrapper .block-carousel:first-child {
		margin-top: -170px;
	}
	.block-carousel{
		aspect-ratio: 16 / 9;
	}
	.owl-carousel .owl-stage-outer, .owl-carousel .owl-item img{
		aspect-ratio: 16 / 9;
	}
	.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next{
		width: 60px;
		height: 60px;
	}
	.owl-dots{
		bottom: 30px;
	}
	.video-carousel .owl-dots{
		bottom: -30px;
	}
	.owl-dots .owl-dot {
		width: 18px;
		height: 18px;
		border: 2px solid #ffffff75;
		margin: 0 5px;
	}
	.video-carousel .owl-dots .owl-dot {
		border: 2px solid #ccc;
		background-color: #ccc;	
	}
	.owl-carousel::after{
		height: 200px;
	}
	.intro--caption{
		width: 70%;
		/*font-size: 1.25rem;*/
	}
	.scroll-more{
		display: block;
		top: 45vw;
	}

    .nav-modal .mega-menu{
		text-align: left;
	}
	.nav-modal .mega-menu a::after{
		width: 2rem;
		margin: 0;
	}
	.nav-modal{
		text-align: left;
	}

}


@media (min-width: 768px) {

	
	.header-nav .sub ul {
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #fff;
		background: radial-gradient(farthest-corner at 40px 190px,    #ffff 50%,    rgb(223,223,223) 100%);
		left: 0px;
		text-align: left;
		padding: 20px 0;
		z-index: 5;
	}	
   	
   	.header-nav .sub:hover ul {
   		display: block;
   	}
   	
   	.header-nav .sub ul a {
   		margin: 0;
   		padding: 15px 70px 15px 60px;
    	display: block;
		position: relative;
		font-weight: 400;
   	}
   	.header-nav .sub ul a:after {
   		content: url("data:image/svg+xml,%3Csvg%20width%3D%2220px%22%20height%3D%2220px%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15%2010l-9%205V5l9%205z%22%20fill%3D%22%23a7cb07%22%2F%3E%3C%2Fsvg%3E");
		position: absolute;
		left: 35px;
		top:1rem;
		color: var(--color-accent);
		font-weight: 300;
    	transform: scaleY(1.25);
   	}   
   	.header-nav .sub ul a:hover {
   		color: #000;
   	}	    
	   	.header-nav .sub ul a:hover:after {
   		color: var(--color-blue);
   	}	
        
	.header-nav .sub > a > span {
		display: none;
	}
	.nav-modal .mega-menu{
		margin-top: 0px;
	}
	.nav-modal .mega-menu a{
		margin: 0 0 40px 0;
	}
	.rozcestnik{
		padding-left: 50px;
		padding-right: 50px;
	}
	.roz-item{
		padding: 3rem;
	}
	.roz-item .desc{	
		padding-right: 25%;
	}
	.roz-item img{
		max-width: 120px;
	}

	/* Footer */
	.footer-cta {
		flex-flow: row;
		align-items: center;
		text-align: left;
		padding: 3rem;
	}
	.footer-cta__text {
		margin-left: auto;
		text-align: right;
	}
	.footer-contact__list {
		align-items: flex-end;
	}
	.footer-socials {
		justify-content: flex-end;
	}
	.footer-bottom {
		flex-flow: row;
		justify-content: space-between;
		align-items: center;
	}
	
}

@media (min-width: 800px) {
	.header-nav{
		display: block;
	}
	.header-nav-toggler{
		display: none;
	}

}




@media (min-width: 992px) {
	
	.block-carousel{
		aspect-ratio: 16 / 7;
	}
	.video-carousel .block-carousel{
		aspect-ratio: 16 / 7;
	}	
	.owl-carousel .owl-stage-outer, .owl-carousel .owl-item img{
		aspect-ratio: 16 / 7;
	}
	.video-carousel .owl-carousel .owl-stage-outer{
		aspect-ratio: 16 / 7; 
	}
	

	.intro--caption{
		width: 40%;
		/*font-size: 1.5rem;*/
	}
	.intro--caption h2{
		font-size: 3rem;
	}
	#slider-calendar{
		position: absolute;
		z-index: 999;
			
		right: 10%;
		top: calc(100vw / 7);
		/*bottom: 15%;*/
		/*height: 20vh;*/
		/*min-height: 14em;*/
		width: 35%;
		max-width: 500px;
		padding: 2rem 2rem 2.5rem 2rem;
		margin: auto;
	}
	.owl-item img{
		/* filter: blur(1px);  */
	}
	.owl-dots{
		bottom: 60px;
	}
	.video-carousel .owl-dots{
		bottom: -60px;
	}
		/* Footer */
	.footer-cta {
		padding: 5rem 4rem;
		margin-top: -120px;
		margin-bottom: 70px;
	}
	.footer-cta__logo img {
		width: 280px;
	}
	.footer-cta__text {
		font-size: 1.5rem;
	}
	.footer-heading {
		font-size: 1.5rem;
	}
	.reference-param .label{
		min-width: 10rem;
	}


 	
}

@media (min-width: 1100px) {
	.socials{
		display: none;
	}
	.intro--caption h2{
		font-size: 3.5rem;
	}

        

}

@media (min-width: 1200px) {

	html{
		font-size: 17px;
	}
	header{
	height: 170px;
	/*font-size: 1.1rem;*/

	
	}
	.header-logo {
		max-width: 240px;
	}
	.header-nav ul {
		margin: 0 40px ;
	}
	.header-nav .nav-menu > li > a{
		margin-left: 10px;
		margin-right: 10px;
		padding: 73px 10px;
	}
	.lang{
		margin-right: 25px ;
	}

	.block-carousel{
		aspect-ratio: 16 / 7;
	}
	.video-carousel .block-carousel{
		aspect-ratio: 16 / 7;
	}	

	.owl-carousel .owl-stage-outer, .owl-carousel .owl-item img{
		aspect-ratio: 16 / 7;
	}
	.video-carousel .owl-carousel .owl-stage-outer{
		aspect-ratio: 16 / 7; 
	}
	

	.scroll-more{
		top: calc(38vw - 30px);
	}
	.intro--caption{
		font-size: 1.5rem;
	}
	.block-info_page {
		margin-bottom: 40px;
	}

}

@media (min-width: 1400px) {

	html{
		font-size: 19px;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1600px;
	}   
	.intro--caption{
		font-size: 1.5rem;
	} 
	.header-nav-toggler{
		display: flex;
	}    
}

@media (min-width: 1900px) {

	.intro--caption{
		/*font-size: 2.2rem;*/
	}    

}

@media (max-width:578px){
	h1{
		font-size: 2.4rem;
	}
	h2{
		font-size: 2rem;
	}	
	.lead{
		font-size: 1.2rem;
	}
	
	.block-video__play-icon{
		border-radius: 150px;
		width: 80px;
		height: 80px;
		margin: 10px auto;
	}
	.block-video__play-icon::before {
		border-top: 30px solid transparent;
		border-right: 30px solid #000;
		top: 32%;
		left: 22%;
	}
	.block-video__play-title{
		font-size: 1rem;
	}
}


/* flash zprávy po odeslání formulářů */
.flash-messages {
	margin-top: 2rem;
}
.flash-messages .alert {
	font-size: 1.1rem;
	border: none;
	border-left: 5px solid var(--color-accent);
}
	