@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {font-size: 16px;font-family: "Lato";}




a {color: #e50002;text-decoration: none;}
a:hover {text-decoration: underline;color: #e50002;}

.btn {background: #e50002;color: #fff !important;line-height: 1;padding: 16px 25px;text-transform: uppercase;font-size: 14px;letter-spacing: 1px;text-decoration: none;border-radius: 0;}
.btn:hover {}
.btn.large {}

img {max-width: 100%;}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	background: #fff !important;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
	background-repeat: no-repeat !important;
	background-position-x: calc(100% - 10px) !important;
	background-position-y: 50% !important;
}
input {border-radius:0 !important;}
input[type="text"], input[type="password"] {
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}


/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }


h1 {font-size: 53px;margin: 0 0 20px 0;line-height: 1;font-weight: 600;}
h2 {margin: 0 0 20px 0;}
h3 {margin: 0 0 20px 0;font-size: 22px;}
h4 {font-size: 20px;}
h1, h2, h3, h4 {}
h1 sup {font-size: 50%;top: -10px;}

strong {font-weight:600}

.wrapper {}


.section {padding: 50px 20px;}
.section .content {max-width: 1300px;margin: 0 auto;display: flex;flex-wrap: wrap;}

.section.full {padding-left: 0; padding-right: 0; }
.section.full .content {max-width: 100%; }


.section.header {padding: 30px 20px;position: absolute;left: 0;right: 0;/* transform: translateX(-50%); */width: 100%;z-index: 100;}
.section.header .content {display: flex; align-items: center; }
.section.header .content .logo {}
.section.header .content .logo img {height: 120px;}

.section.header .content .menu {list-style: none; padding: 0; margin: 0 0 0 auto; font-size: 17px; }
.section.header .content .menu li {display: inline-block; margin: 0 0 0 52px; }
.section.header .content .menu li a {text-decoration: none; letter-spacing: 4px; text-transform: uppercase; color: #000; }

.menuTrigger {display: none;z-index: 10004;}
.menuTrigger.sticky {position:fixed;} 
.menuTrigger.open {/* position: fixed; */}
.menuTrigger div {width: 26px;height: 30px;margin: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;}
.menuTrigger.open div {width: 31px;/* height: 31px; */}
.menuTrigger div span {display: block;border-radius: 0 !important;position: absolute;height: 1px;width: 26px;border-radius: 1px;background: #000;border-radius: 9px;opacity: 1;left: 0;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: 0.4 ease-in;-moz-transition: 0.4s ease-in;-o-transition: 0.4s ease-in;transition: 0.4s ease-in;}
.menuTrigger div span:nth-child(1) {top: 7px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center;}
.menuTrigger div span:nth-child(2) {top: 15px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: center center;}
.menuTrigger div span:nth-child(3) {top: 23px;-webkit-transform-origin: left center;-moz-transform-origin: left center;-o-transform-origin: left center;transform-origin: left center;}
.menuTrigger.open div span:nth-child(1) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;left: 0px;width: 40px;}
.menuTrigger.open div span:nth-child(2) {opacity: 0;transition: none !important;}
.menuTrigger.open div span:nth-child(3) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);left: 0px;top: 28px;width: 40px;}
.menuTrigger.open div span {background: #fff;}
.open .menuTrigger {}

@media (max-width: 991px) { 
	.section {padding: 20px 20px;}
	.section.header {}
	.section.header .content {}
	.section.header .content .logo {}
	.section.header .content .logo img {height: 90px; }

	.section.header .content .menu {display: none; }
	.section.header .content .menu.open {display: flex;flex-direction: column;justify-content: center;position: fixed;left: 0;width: 100%;right: 0;top: 0;/* bottom: 0; */background: #e50002;/* height: 530px; */padding: 70px 30px 30px 30px;z-index: 101;min-height: 100%;}
	.section.header .content .menu li {display: block;text-align: center;margin: 0 0 17px 0;}
	.section.header .content .menu li a {color: #fff;}

	.menuTrigger {display: block;margin: 0 0 0 auto;}
	.menuTrigger.open {position: absolute;top: 20px;right: 20px;}
}


@media (max-width: 767px) { 
	.section.header .content .logo img {height: 64px;}
}



.section.hero {padding: 0;border-bottom: solid 60px #e50002;/* margin-bottom: 30px; */}

.section.hero .slider {}
.section.hero .slider .item {/* padding-top: 48%; */background-position: center top;background-size: cover;background-repeat: no-repeat;}

.section.hero .slider .owl-dots {text-align: center; width: 15px; position: absolute; top: 50%; transform: translateY(-50%); left: 40px; z-index: 98; }
.section.hero .slider .owl-dots .owl-dot {transition: all 0.5s; width: 8px; height: 8px; background: #e50002; border-radius: 50%; display: inline-block; }
.section.hero .slider .owl-dots .owl-dot.active {transform: scale(2); }

@media (max-width: 991px) { 
	.section.hero .slider .item {}
}

@media (max-width: 767px) { 
	.section.hero .slider .item {
		max-height: 360px;
	}
}

.section .content {}
.section .content .section-name {flex: 0 1 100%;text-align: center;text-transform: uppercase;letter-spacing: 4px;font-weight: 300;font-size: 28px;margin: 0 0 30px 0;}
.section .content .section-name strong {display: block;font-weight: 600;font-size: 180%;}


.section .content .text {flex: 0 1 50%;max-width: 50%;padding: 40px;/* height: 100%; */display: flex;flex-direction: column;justify-content: center;}
.section .content .text.red {background: #e50002;position: relative;}
.section .content .text.gray {background: #f2f2f2;}
.section .content .text h2 {text-transform: uppercase;letter-spacing: 2px;font-weight: 300;margin: 0 0 9px 0;font-size: 52px;font-weight: 600;}
.section .content .text h3 {text-transform: uppercase;letter-spacing: 2px;font-weight: 300;font-size: 28px;line-height: 1.1;margin: 0;}
.section .content .text h2 + h3 {margin:0 0 20px 0;}
.section .content .text h4 {text-transform: uppercase;letter-spacing: 2px;font-weight: 600;margin: 10px 0 15px 0;} 
.section .content .text p {font-weight: 300; font-size: 18px; margin: 0 0 14px 0; }
.section .content .text ul {
	font-size: 18px;
}
.section .content .text ul li {
	font-weight: 300;
}
.section .content .img {flex: 0 1 50%;min-width: 50%;background-size: cover;background-position: center center;background-repeat: no-repeat;/* height: 100%; */min-height: 450px;}

.section .content .img.has-map {position: relative; overflow: hidden; }
.section .content .img.has-map .btn {position: absolute; top: 50%; left: -34px; background: #000; transform: rotate(90deg) translateX(-20px); font-size: 12px; z-index: 10; padding: 0; height: 40px; line-height: 39px; width: 110px; outline: none; }
.section .content .img.has-map iframe {position: absolute; z-index: 9; left: -100%; width: 100%; height: 100%; top: 0; pointer-events: none; bottom: 0; transition: all 0.3s; filter: grayscale(1) contrast(1.1); }
.section .content .img.has-map iframe.open {left: 0;pointer-events: auto;}


.section .content .text.contact {}
.section .content .text.contact p {font-size: 16px;margin: 0 0 10px 0;}
.section .content .text.contact p.mail {}
.section .content .text.contact p.mail a {color: #000; text-decoration: underline; }
.section .content .text.contact p.mail::before {content:"\e91a"; font-family: icomoon;}
.section .content .text.contact p.location {}
.section .content .text.contact p.location::before {content:"\e91b";font-family: icomoon;}
.section .content .text.contact p.phone {}
.section .content .text.contact p.phone::before {content:"\e91c";font-family: icomoon;}

.section .content .text.contact p.mail::before, .section .content .text.contact p.location::before, .section .content .text.contact p.phone::before {margin: 0 12px 0 0; font-size: 20px; vertical-align: top; }


.section .content .text.contact .hour {display: inline-block; margin: 0 0 0 40px; }
.section .content .text.contact .separator {opacity: 0.5; margin: 0 10px; font-weight: 300; }



.carousel {}
.carousel .item {}
.section .content .carousel .item h2 {color: #fff;font-size: 18px;margin: 0 0 45px 0;font-weight: 400;}
.section .content .carousel .item h2:last-child {margin-bottom:0}
.section .content .carousel .item ul {color: #fff;font-weight: 300;margin: 0 0 30px 0;list-style: none;padding: 0;}
.section .content .carousel .item ul li {padding: 0 0 0 14px; position: relative; }
.section .content .carousel .item ul li::before {content:"";display: block;width: 6px;height: 6px;background:#fff;border-radius:50%;position: absolute;top: 9px;left: 0;}



@media (max-width: 991px) { 
	.section .content .section-name {font-size: 18px;order: 0;text-align: left;padding: 0 20px;}
	.section .content .section-name strong {font-size: 170%; }
	.section .content .text {flex: 0 1 100%;max-width: 100%;padding: 20px !important;order: 1;}
	.section .content .text h2 {}
	.section .content .text h3 {}
	.section .content .text p {}
	.section .content .img {flex: 0 1 100%;order: 2;min-height: auto;}
}


@media (max-width: 767px) { 
	.section .content .section-name {font-size: 13px;}
	.section .content .section-name strong {font-size: 150%;}

	.section .content .text h2 {font-size: 33px; }
	.section .content .text h3 {font-size: 18px; }
	.section .content .text p {}

	.section .content .text.contact .hour {margin: 0;}

	.section .content .carousel .item h2 {
		font-size: 18px;
		letter-spacing: 1px;
		word-break: break-all;
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}





.section.footer {background: #222;padding: 40px 20px;color: #fff;text-align: center;}
.section.footer .content {display: block; }
.section.footer .content ul {margin: 0 0 20px 0px;text-align: center;padding: 0;width: 100%;}
.section.footer .content ul li {display: inline-block; margin: 0 14px; }
.section.footer .content ul li a {color: #fff; font-weight: 300; }
.section.footer .content ul li a:hover {text-decoration:none;}
.section.footer .content .copy {margin: 10px 0 0 0; font-weight: 300; font-size: 13px; opacity: 0.7; }


.grid {margin: 0 auto;max-width: 860px;width: 100%;display: flex;flex-wrap: wrap;}
.grid .cols {flex: 0 1 50%; }
.grid .item {position: relative; }
.grid .item img {}
.grid .item .name {position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: flex; background: rgba(229,0,2,0.65); color: #fff; text-align: center; justify-content: center; align-items: center; text-transform: uppercase; letter-spacing: 4px; font-size: 12px; display: none; backdrop-filter: blur(5px); transition: all 0.5s; }
.grid .item:hover .name {display:flex;}
.grid .item img {}



.carousel  {position: unset; }
.carousel .owl-dots {text-align: center; width: 15px; position: absolute; top: 50%; transform: translateY(-50%); right: 40px; z-index: 98; }
.carousel .owl-dots .owl-dot {transition: all 0.5s; width: 8px; height: 8px; background: #fff; border-radius: 50%; display: inline-block; }
.carousel .owl-dots .owl-dot.active {transform: scale(2); }
.carousel .owl-stage-outer {}
.carousel .owl-stage-outer .owl-stage {}
.carousel .owl-stage-outer .owl-stage .owl-item {}

@media (max-width: 991px) { 
	.carousel {padding: 0 40px 0 0; }
	.carousel .owl-dots {right: 20px; }
}

@media (max-width: 767px) { 

}



.team-list {display: flex;max-width: 900px;margin: 0 auto;justify-content: center;}
.team-list .coll {flex: 0 1 30%;}
.team-list .coll .item {position: relative;height: 33.33%;}
.team-list .coll .item img {z-index: 10;position: relative;vertical-align: bottom;object-fit: cover;height: 100%;width: 100%;}
.team-list .coll .item .name {cursor:pointer;position: absolute;top: 0;right: 0;left: 0;bottom: 0;display: flex;background: rgba(229,0,2,0.65);color: #fff;text-align: center;justify-content: center;align-items: center;text-transform: uppercase;letter-spacing: 4px;font-size: 14px;display: none;backdrop-filter: blur(5px);transition: all 0.5s;z-index: 11;padding: 20px;}
.team-list .coll .item:hover .name {display: flex;flex-direction: column;font-weight: 600;}
.team-list .coll .item:hover .name span {font-weight: 300; font-size: 10px; }

.team-list .coll:nth-child(1) {flex: 0 1 50%;}
.team-list .coll:nth-child(1) .item {height: 100%; }
.team-list .coll:nth-child(1) .item img {object-fit: cover; width: 100%; height: 100%; }
.team-list .coll:nth-child(1) .item .name {}

@media (max-width: 767px) { 
	.team-list {flex-wrap: wrap; }
	.team-list .coll {flex: 0 1 50%; }
	.team-list .coll .item {}
	.team-list .coll .item img {}
	.team-list .coll .item .name {font-size: 12px; letter-spacing: 2px; }
	.team-list .coll .item:hover .name {}
	.team-list .coll .item:hover .name span {}

	.team-list .coll:nth-child(1) {flex: 0 1 100%; }
	.team-list .coll:nth-child(2) .item {}
	.team-list .coll:nth-child(2) .item img {}
	.team-list .coll:nth-child(2) .item .name {}

	.team-list .coll:nth-child(2) {flex: 0 1 100%; display: flex; }
	.team-list .coll:nth-child(2) .item {height: auto; }
	.team-list .coll:nth-child(2) .item img {}
	.team-list .coll:nth-child(2) .item .name {}
}