@charset "utf-8";

:root {
	--prim: #aec99d;
	--prim: #9bbf9d;
	--prim: #8ab192;
	--prim_font: #6d9c78;
	--scnd: #3d5194;
	--scnd_bright: #4b63c1;
	--scnd_dark: #3d4b61;
	--scnd_dark: #364e73;
	--font_dark: #222533;
	--bg_dark: #141823;
	--border_gray: #E8E8E8;
	--red: #ce1450;
	--red_rgb: 206, 20, 80;
	--red_light: #fbecf1;
	--grayblue: #222f52;
	--black: #000000;
	--white: #FFFFFF;
}

html {
	font-size: 10px;
	font-size: 62.5%; /* 10px */
}
body {
	color: var(--font_dark);
	margin: 0;
	padding: 0;
	font-family: work-sans, sans-serif;
	font-weight: 400;
	font-size: 100%;
	font-style: normal;
	overflow-y: scroll;
	letter-spacing: 0;
	-webkit-tap-highlight-color: transparent;
}

/* BASIC */
header, .header_spacer {
	height: 86px;
}
.headerscroll header {
	height: 60px;
}
.hic_mum {
	top: 26px;
}
.headerscroll .hic_mum {
	top: 19px;
}
header, .hic_mum, .logo, .logo_svg, .logo_icon, .logo_font {
	transition: 0.26s;
}
.wrap, header:before, header:after {
	background-color: #FFFFFF;
}
main {
	background-color: #FFFFFF;
}
body, footer, .container {
	background-color: #FFFFFF;
}
/* /BASIC */

::-moz-selection { background: #282e3c; color: #FFFFFF; }
::selection { background: #282e3c; color: #FFFFFF; }
a,
a:visited,
a:active {
	text-decoration: inherit;
	color: inherit;
}
a:hover {
	text-decoration: underline;
	color: inherit;
}
a.noline:hover {
	text-decoration: none;
}
m, .m {
	font-weight: 500 !important;
}
b, .bold {
	font-weight: 700 !important;
}
strong, .strong {
	font-weight: 900 !important;
}
img {
	max-width: 100%;
	height: auto;
}
img.full {
	width: 100%;
}
.sheet img {
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 0.9rem;
}
.sheet span {
    font-size: 1em !important;
}
.sheet a {
	color: var(--scnd);
	font-weight: 600;
}
.block {
	display: block;
}
.fixed {
	position: fixed;
}
h1, h2, h3 {
	font-family: eb-garamond, serif;
	padding: 0;
	letter-spacing: -0.01em;
}
h1 {
	font-size: 7rem;
	font-weight: 400;
	line-height: 1.15em;
	margin: 0 0 0.5em 0;
}
h2 {
	font-size: 4.5rem;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0 0 0.7em 0;
}
h3 {
	font-size: 2.9rem;
	font-weight: 500;
	margin: 0;
	letter-spacing: inherit; /* WYSIWYG */
    line-height: inherit; /* WYSIWYG */
	height: inherit;
	overflow: inherit;
}
h1 + h2 {
	margin-top: -0.6em;
}
h2 + h3 {
	margin-top: -0.15em;
}
h2 + p, h2 + ul, h2 + ol {
	margin-top: -0.9em;
}
h3 + p, h3 + ul, h3 + ol {
	margin-top: 1em;
}
p + h2, ul + h2, ol + h2 {
	margin-top: 1.0em;
}
p + h3, ul + h3, ol + h3 {
	margin-top: 1.1em;
}
h5 {
	font-size: 1.6rem;
    font-weight: 500;
    margin: 0 0 0.75em 0;
}
p, ul, ol {
	font-size: 1.6rem;
	margin: 0 0 0.75em 0;
	font-weight: 400;
	line-height: 1.9em;
	letter-spacing: 0;
	padding-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
p:last-child, ul:last-child, ol:last-child {
	margin-bottom: 0;
}
/*
.sheet p, .sheet ul, .sheet ol {
	font-size: 1.7rem;
	line-height: 1.9em;
}
*/
ul {
	list-style-type: none;
}
ol {
	list-style-position: inside;
}
.sheet ul li {
	padding-left: 1.6em;
}
.sheet ul li:before {
    content: "•";
    display: inline-block;
    position: absolute;
    margin-left: -1.6em;
    color: var(--prim);
}
.nobr {
	white-space: nowrap;
}
.wrap {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	min-height: 100vh;
}
.container {
	position: relative;
	display: table;
	display: flow-root;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.section {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
	margin: 0;
}
.padd_tobo {
	padding-top: 95px;
	padding-bottom: 95px;	
}
.padd_leri {
	padding-left: 80px;
	padding-right: 80px;
}
.padd_noto {
	padding-top: 0 !important;
}
.top {
	min-height: 250px;
	max-height: 550px;
	height: 45vh;
}
header {
	position: absolute;
	width: inherit;
	z-index: 999;
	top: 0 !important;
    /*-webkit-animation: move 1s;
            animation: move 1s;*/
}
header {
	/*border-bottom: 1px solid var(--border_gray);
	border-bottom: 1px solid rgba(0,0,0,0.08);*/
}
.header_backdrop {
	background-color: rgb(255 255 255 / 0.87);
    -webkit-backdrop-filter: blur(9px);
	backdrop-filter: blur(9px);
}
@-moz-document url-prefix() { 
	.header_backdrop {
		background-color: rgb(255 255 255 / 0.97);
	}
}
@-webkit-keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes move {
    0%   { opacity: 0; }
	60%  { opacity: 0; }
    100% { opacity: 1; }
}
.top_preload {
	background-color: white;
	-webkit-animation: over_preload 1.4s forwards;
			animation: over_preload 1.4s forwards;
}
.tn_preload {
	background-color: #f7f7f9;
	background-image: url(../_gfx/icon_soft.svg);
	background-size: 110px auto;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: over_preload 0.8s forwards;
			animation: over_preload 0.8s forwards;
}
@-webkit-keyframes over_preload {
    0%   { opacity: 1; }
	40%  { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes over_preload {
    0%   { opacity: 1; }
	40%  { opacity: 1; }
    100% { opacity: 0; }
}
.white {
	color: #FFFFFF !important;
}
.white_bg {
	background-color: #FFFFFF !important;
}
.logo, .logo_svg  {
	position: relative;
	float: left;
}
.logo {
    width: 180px;
	height: 135%;
    background-color: var(--prim);
    border-radius: 0 0 6px 6px;
	padding-bottom: 1px;
	z-index: 1;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.logo:hover {
	background-color: #a8cca9;
}
.headerscroll .logo {
	height: 100%;
	background-color: transparent !important;
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.logo_svg {
	height: auto;
	fill: white;
	stroke-width: 0;
}
.headerscroll .logo, .logo_svg {
	width: 125px;
}
.headerscroll .logo_svg {
	-webkit-transform: translateY(-35%);
	transform: translateY(-35%);
}
.headerscroll .logo_icon {
	opacity: 0;
}
.headerscroll .logo_font {
	fill: var(--font_dark);
}
.headerscroll .logo:hover .logo_font {
	fill: var(--prim);
}
nav {
	height: 100%;
	position: relative;
	float: right;
}
nav ul {
	position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 34px;
	font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: -0.02em;
}
nav li {
	display: inline-block;
	margin: 0;
	padding: 0 12px;
}
nav li:first-child {
	padding-left: 0px;
}
nav li:last-child {
	padding-right: 0px;
}
nav a, nav a:visited, nav a:active {
	line-height: 34px;
	color: var(--font_dark);
}
nav a:hover {
	color: inherit;
	text-decoration: none;
}
nav a:before {
	content: "";
	position: absolute;
	height: 3px;
	width: 18px;
	background-color: var(--prim);
	bottom: 2px;
	transition: 0.35s;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: translateX(1px) scaleX(0);
	transform: translateX(1px) scaleX(0);
}
nav a.active {
	font-weight: 500;
}
nav a.active:before, nav a:hover:before {
	-webkit-transform: translateX(1px) scaleX(1);
	transform: translateX(1px) scaleX(1);
}
.soc {
	height: 100%;
	position: relative;
	float: right;
	margin-left: 25px;
	display: flex;
}
.soc_box_in, .soc_svg {
	position: relative;
	float: left;
	width: 22px;
	height: 22px;
}
.soc_box {
	position: relative;
	height: 22px;
	margin-right: -4px;
}
.soc_box_in {
	margin-left: 15px;
}
.soc_svg {
	fill: #FFFFFF;
	transition: 0.15s;
}
.soc_svg:hover {
	fill: #FFFFFF;
}
.share_mum {
	padding-top: 14px;
	padding-bottom: 14px;
}
.share_box {
	position: relative;
	display: table;
}
.share {
	position: relative;
	float: left;
	margin: 0 8px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.share_icon {
	position: relative;
}
.share, .share_icon {
	width: 18px;
	height: 18px;
}
.share_icon {
	fill: #bcbdbf;
}
.share_icon:hover {
	fill: #7cddc1;
}
.hic_mum {
	display: none;
	position: relative;
	float: right;
	height: 21px;
	margin-left: 30px;
	cursor: pointer;
}
.hic_mum:after {
    content: "";
    position: absolute;
    top: -15px;
	bottom: -15px;
    left: -15px;
	right: -15px;
}
.hic_mum div {
	transition: 0.20s;
}
.hic_hamburger_bar {
	position: absolute;
	height: 1px;
	background-color: #262938;
}
.hic_mum, .hic_hamburger_bar {
	width: 17px;
}
.hic_hamburger_bar:nth-child(1) {
	top: 5px;
}
.hic_hamburger_bar:nth-child(2) {
	top: 10px;
}
.hic_hamburger_bar:nth-child(3) {
	top: 15px;
}
.hic_animate .hic_hamburger_bar:nth-child(3), .hic_animate .hic_hamburger_bar:nth-child(1) {
	top: 10px;
}
.hic_animate .hic_hamburger_bar:nth-child(2) {
	opacity: 0;
}
.hic_animate_scnd .hic_hamburger_bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.hic_animate_scnd .hic_hamburger_bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.hidemenu nav {
	position: absolute;
	padding-top: 100px;
	padding-bottom: 150px;
	top: 0;
	height: 100vh;
	background-color: rgb(255 255 255 / 0.87);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
	display: none;
	z-index: -1;
}
.hidemenu nav ul {
	height: auto;
	text-align: center;
	opacity: 0;
	transition: 0.25s;
}
.hidemenu nav a.active:before, .hidemenu nav a:hover:before {
	display: none;
}
.hidemenu nav li {
	padding: 1.4rem 0;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.2); 
}
.hidemenu nav li:first-child {
	border-top: none; 
}
.hidemenu nav a {
	font-size: 2.2rem;
}
.hidemenu .hic_hamburger {
	display: block;
}
.box, .box_large, .box_full, .box_top {
	width: 100%;
	position: relative;
	display: table;
	display: flow-root;
	margin: 0 auto;
	padding: 0;
}
.box {
	max-width: 600px;
}
.box_large {
	max-width: 1000px;
}
.box_full {
	max-width: 1200px;
}
.box_top {
	max-width: 100%;
}
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.clear {
	clear: both;
}
.border-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transformY {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.transformX {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.transformXY {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.center_mum {
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.spacer, .spacer_sm, .spacer_tiny {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;	
	width: 100%;
}
.spacer {
	height: 35px;
}
.spacer_sm {
	height: 16px;
}
.spacer_tiny {
	height: 8px;
}
.overflow {
	overflow: hidden;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.pe {
	pointer-events: none;
}
.preload {
	position: fixed;
	width: 0;
	height: 0;
	left: 0;
	top: 0;
	z-index: 99999999999;
	background-color: #FFFFFF; 
	opacity: 0;
	pointer-events: none;
	background-image: url(../_gfx/icon_softer.svg);
	background-size: 150px auto;
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-animation: preload 0.5s;
            animation: preload 0.5s;		
}
@-webkit-keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	40%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
@keyframes preload {
    0%   { opacity: 1; width: 100%; height: 100%; }
	40%  { opacity: 1; }		
    99%  { opacity: 0; width: 100%; height: 100%; }
    100% { opacity: 0; width: 0; height: 0; display: none; }
}
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.sec_half {
	position: relative;
	float: left;
	width: 50%;
}
.no_margin {
	margin: 0 !important;
}
footer {
	background-color: #1b2431;
}
footer ul, footer ul li, .footer_legal, .brands_desc {
    font-size: 1.3rem;
    line-height: 1.4em;
    font-weight: 300;
	letter-spacing: 0.05em;
	color: #9c9fa7;
}
footer ul {
	position: relative;
    float: left;
    width: 30.5%;
    padding: 0;
    margin: 0;
	z-index: 1;
}
footer ul:before {
    content: attr(aria-label);
	display: inline-block;
	position: relative;
	font-size: 1.2em;
    font-weight: 400;
	margin-bottom: 1.4rem;
	letter-spacing: 0;
	color: white;
}
footer ul li {
	padding: 4px 0;
}
footer ul li:last-child {
	padding-bottom: 0;
}
footer ul li a:hover {
	color: #FFFFFF;
}
.footer_icon {
	background-image: URL(/_gfx/footer_bg.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}



address {
	font-style: normal;
}
.invisible {
	opacity: 0;
}
.visible {
    opacity: 1 !important;
}
.opp {
    opacity: 1 !important;
}
.oppa {
    -webkit-animation: oppa 1.6s;
            animation: oppa 1.6s;		
}
@-webkit-keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes oppa {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
.dn {
	display: none;
}
.paused {
	pointer-events: none;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;		
}
.running {
    -webkit-animation-play-state: running;
            animation-play-state: running;		
}
.message_mum {
	position: fixed;
	bottom: 0;
	z-index: 999999999;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: 300;
	padding: 23px 18px;
	max-width: 100%;
	text-align: center;
	opacity: 0;
	width: 0px;
	height: 0px;
	pointer-events: none;
    -webkit-animation: msg 6.7s;
            animation: msg 6.7s;
}
@-webkit-keyframes msg {
    0%   { opacity: 1; display: block; width: 100%; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: 100%; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
@keyframes msg {
    0%   { opacity: 1; display: block; width: 100%; height: auto; }
	90%  { opacity: 1; }		
    99%  { opacity: 0; display: block; width: 100%; height: auto; }
    100% { opacity: 0; display: none; width: 0px; height: 0px; }
}
.warning, .success {
    color: #484848;
    margin-top: 3rem;
    border-radius: 2px;
    padding: 15px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5em;
	border: 1px solid rgba(0,0,0,0.04);
}
.warning {
	background-color: #ffdfe4;
}
.success {
	background-color: #e2f3df;
}
#map {
	height: 400px;
	border-radius: 3px;
}
.maps_info {
	font-family: work-sans, sans-serif;
}
.sumsy_mode_mum {
	position: fixed;
	left: -15px;
	top: 50%;
	margin-top: -22px;
	width: 28px;
	height: 44px;
	background-color: #404751;
	border-radius: 0 5px 5px 0;
	transition: 0.05s linear;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
	z-index: 1;
}
.sumsy_mode_mum:hover {
	background-color: #282E36;
	left: -10px;
}
.sumsy_mode_mum svg {
	fill: #FFFFFF;
	width: 28px;
	height: 44px;
}
.sumsy_mode_mum circle {
	opacity: 0.20;
}
.sumsy_iframe {
	position: fixed;
	top: 0;
	right: -100%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	z-index: 999;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.sumsy_blur {
    opacity: 0.4;
	-webkit-filter: blur(2px) grayscale(100%);
	filter: blur(2px) grayscale(100%);
}
.sumsy_blur .container {
	pointer-events: none;
}
.hide_scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.hide_scrollbar::-webkit-scrollbar {
	width: 0px;
}
.pointer {
    cursor: pointer;
}
#popup_mum {
    z-index: 999;
    position: fixed;
	background-color: rgb(21 32 51 / 6%);
}
#popup {
    width: 100%;
    max-width: 700px;
    padding-top: 4vh;
    padding-bottom: 4vh;
    position: relative;
    display: table;
    display: flow-root;
    background-color: white;
    opacity: 0;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}
#popup_content {
	max-height: 70vh;
}

.lines {
	display: flex;
    flex-direction: column;
    align-content: space-between;
    flex-flow: row wrap;
	height: 13px;
}
.lines div {
	position: relative;
	float: left;
	width: 100%;
	height: 1px;
	background-color: var(--prim);
}
.top .lines {
	opacity: 0.25;
	height: 100%;
}


.top + main .offset {
	background-color: white;
	margin-top: -85px;
}


.project_tn_box {
	margin: -7px;
	width: calc(100% + 14px);
}
.project_tn_mum {
	position: relative;
	float: left;
	width: 33.3333%;
	padding: 7px;
}
.project_tn_in {
	border-radius: 3px;
	padding-bottom: 65%;
	overflow: hidden;
	background-color: #f7f7f9;
}
.project_tn_in a {
	transition: 0.25s;
	background-color: rgba(255,255,255,0.0);
}
.project_tn_in a:hover {
	background-color: rgba(255,255,255,0.2);
}
.project_tn_state {
	position: absolute;
    right: 0;
    top: 0;
    padding: 0.3rem 1.5rem 0.3rem 1.6rem;
    background-color: #1b2431;
    color: white;
    border-radius: 0 0 0 3px;
}
.project_tn_state span {
    position: relative;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0 -0.3em 0 0.4em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.project_tn_state, .soft, button.small {
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.02em;
}
button.small {
    height: 48px;
    padding: 0 25px;
}
.button_group button {
	margin: 3px;
}
.button_group button:first-child {
	margin-left: 0;
}
.button_group button:last-child {
	margin-right: 0;
}
button.icon {
	padding-left: 70px;
	padding-right: 32px;
	background-size: 31px 31px;
	background-position: 25px center;
	background-repeat: no-repeat;
}
button.inactive {
	background-color: #9ea5b0;
    border-color: #9ea5b0;
}
.project_tn_desc {
	height: 3rem;
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: 0.75rem;
	margin-bottom: 1.25rem;
	overflow: hidden;
}
.footer_legal {
	border-top: 1px solid rgba(255,255,255,0.1);
}
.brands, .footer_legal {
	padding: 2.5rem 0;
}
.brands_desc, .footer_legal {
	line-height: 22px;
}
.brands_desc {
	position: relative;
	float: left;
	width: auto;
}
.brands_logos {
	position: relative;
	float: right;
	display: inline-block;
	width: 600px;
	height: 22px;
}
.p_details_container, .p_gallery_container {
	position: relative;
	float: right;
	height: 444px;
}
.p_details_container {
	width: 400px;
}
.p_gallery_container {
	width: calc(100% - 400px);
	height: auto;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 0 1px var(--border_gray);
	box-shadow: 0 0 0 1px var(--border_gray);
}
.top_detail .p_gallery_container {
	width: 700px;
}
.p_details_container ul {
	padding-right: 70px;
	line-height: 1.25em;
}
.p_details_container ul li {
	height: 74px;
	border-bottom: 1px solid var(--border_gray);
}
.p_details_container ul li:last-child {
	border-bottom: 0;
}
.p_details_icon {
	padding: 0 20px;
}
.p_details_icon, .p_details_icon svg {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
}
.p_details_icon svg {
	fill: none; 
	stroke: #2b2e33;
	stroke-width: 1.3;
	stroke-miterlimit: 10;
}
.p_details_desc {
	position: relative;
	float: left; 
	width: calc(100% - 80px);
	padding-left: 15px;
}

.bg_backup {
	opacity: 0.05;
	background-image: URL(/_gfx/footer_bg.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70% 70%;
}
.gray_bg {
	background-color: #f7f7f9;
}
.tile_container {
	width: calc(100% + 14px);
	margin: -7px;
}
.tile_mum {
	position: relative;
	float: left;
	padding: 7px;
	width: 20%;
}
.tile_mum:hover {
	z-index: 1;
}
.tile_in {
	display: block;
	padding-bottom: 100%;
}
.tile_content {
	border-radius: 2px;
	background-color: white;
}
.tile_content.active {
	border: 1px solid var(--scnd);
}
div.tile_in .tile_content {
	opacity: 0.35;
}
.tile_sm {
	display: inline-block;
    font-size: 4.2rem;
	color: var(--scnd_dark);
	color: var(--prim_font);
    font-weight: 300;
	font-weight: 400;
	letter-spacing: -0.06em;
	margin-bottom: 1rem;
}
div.tile_in .tile_sm {
	color: #BDBDBD;
}
.tile_smunit {
	position: relative;
	margin-left: 0.3em;
    font-size: 0.6em;
	font-weight: 300;
	letter-spacing: 0;
}
.list_container {
	overflow-x: auto;
}
.list_mum {
	min-width: 1000px;
}
/*
.list_row:nth-child(odd) {
	background: white;
}
*/
.list_row {
	display: block;
	padding: 15px 7px;
	background-color: white;
	border-top: 1px solid var(--border_gray);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_row.active {
	/* -webkit-box-shadow: inset 0 0 0 1px var(--scnd);
	box-shadow: inset 0 0 0 1px var(--scnd); */
    z-index: 1;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-top: 1px solid #dddddd;
    font-weight: 600;
    color: var(--scnd);
}
div.list_row {
	color: #C8C8C8;
	background-color: transparent;
}
.title_row {
	background-color: #1b2431 !important;
	color: white !important;
	font-weight: 400;
	z-index: 1;
}
.list_cell {
	position: relative;
	float: left;
	width: 8.33%;
	text-align: center;
	min-height: 1em;
}
.title_row .list_cell {
	height: 50px;
	display: flex !important;
    align-items: center;
    justify-content: center;
	border-right: 1px solid rgb(72 79 90);
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 1.1rem;
}
.title_row .list_cell:last-child {
	border: none;
}
.scnd {
	color: var(--scnd);
}
.prim_font {
	color: var(--prim_font);
}
.b {
	border: 1px solid var(--border_gray);
}
.bt {
	border-top: 1px solid var(--border_gray);
}
.bb {
	border-bottom: 1px solid var(--border_gray);
}
.br {
	border-radius: 3px;
}
.interior li {
    padding: 12px 0;
    border-bottom: 1px solid var(--border_gray);
}
.interior li:last-child {
    border: none;
}
.half {
	position: relative;
	float: left;
	width: 50%;
}
.agent_container {
	width: 100%;
	max-width: 400px;
}
.agent_mum {
	padding: 26px 5px;
	margin-top: 8px;
}
.agent_mum:first-child {
	margin-top: 0;
}
.agent_pic {
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: white;
	margin: 0 0 5px 0;
}
.project_form_container.half {
	padding-left: 1vw;
}
.sticky {
	position: -webkit-sticky;
    position: sticky;
	top: 100px;
}
.grecaptcha-badge {
	visibility: hidden;
}
.oh_day, .oh_time {
	position: relative;
	float: left;
}
.oh_day	{
	width: 44%;
	padding-right: 8px;
	font-weight: 500;
}
.oh_time {
	width: 56%;
	padding-left: 8px;
}
.top_data {
	height: 100%;
	float: left;
    position: -webkit-sticky;
    position: sticky !important;
    top: 100px;
}
.top_data, .top_data_bb {
	width: 300px;
}
.top_data_bb {
	border-bottom: 1px solid var(--prim);
}
.pdf_container {
	position: relative;
	width: 700px;
	float: right;
	padding: 8px;
}
.top_data ul li {
	padding: 5px 0;
	border-bottom: 1px solid var(--border_gray);
}
.top_data ul li:first-child {
	border-color: var(--scnd);
}
.top_data ul li:last-child {
	border-bottom: none;
}
.list_cell.sort:hover, .list_cell.sort.asc, .list_cell.sort.desc {
	background-color: rgba(255,255,255,0.1);
	cursor: pointer;
}
.list_cell.sort.asc:after, .list_cell.sort.desc:after  {
	display: contents;
}
.list_cell.sort.asc:after { content: ' ↓' }
.list_cell.sort.desc:after { content: ' ↑' }


h1.back {
    padding: 0 0.75em;
}
h1.back:before {
    content: "‹";
    position: absolute;
    display: inline-block;
    left: 0;
	opacity: 0.15;
}
h1.back:hover:before {
	opacity: 1;
	color: var(--prim);
}


@media (hover: hover) and (pointer: fine) {
a.tile_in:hover {
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
a.list_row:hover {
	background-color: var(--scnd);
	color: white;
	border-color: transparent;
}
.pdf_container a:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(10 11 19 / 3%);
	opacity: 0;
	transition: 0.25s;
}
.pdf_container a:after {
	background-color: transparent;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
	box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.pdf_container a:hover:after {
	opacity: 1;
}
}

@media screen and (max-width: 1360px) {
.padd_leri {
	padding-left: 60px;
	padding-right: 60px;
}
.top + main .offset {
	margin-top: -80px;
}
.brands {
	padding-top: 0;
}
}
@media screen and (max-width: 1260px) {
.padd_leri {
	padding-left: 52px;
	padding-right: 52px;
}
.top + main .offset {
	margin-top: -75px;
}
}
@media screen and (max-width: 1200px) {
.padd_leri {
	padding-left: 40px;
	padding-right: 40px;
}
h1 {
	font-size: 6.5rem;
}
.top + main .offset {
	margin-top: -70px;
}
.dn1200 {
	display: none;
}
.top_data, .top_data_bb {
	width: 270px;
}
}
@media screen and (max-width: 1100px) {
h1 {
	font-size: 6rem;
}
header, .header_spacer {
	height: 80px;
}
.logo {
	height: 130%;
    width: 165px;
	border-radius: 0 0 5px 5px;
}
.headerscroll .logo, .logo_svg {
	width: 120px;
}
footer ul, footer ul li, .footer_legal, .brands_desc {
    font-size: 1.2rem;
}
.p_details_container {
    width: 350px;
}
.p_gallery_container {
   width: calc(100% - 350px);
}
.p_details_icon {
    padding: 0 15px;
}
.p_details_container ul {
    padding-right: 60px;
}
.p_details_desc {
    width: calc(100% - 70px);
    padding-left: 10px;
}
.tile_mum {
	width: 25%;
}
.top_data, .top_data_bb {
	width: 230px;
}
.pdf_container, .top_detail .p_gallery_container {
	width: 650px;
}
}
@media screen and (max-width: 999px) {
.padd_leri {
	padding-left: 36px;
	padding-right: 36px;
}
.padd_tobo {
	padding-top: 80px;
	padding-bottom: 80px;	
}
.spacer {
	height: 28px;
}
.spacer_sm {
	height: 12px;
}
.spacer_tiny {
	height: 6px;
}
.dn999 {
	display: none;
}
.d999 {
	display: inherit;
}
.top + main .offset {
    margin-top: -65px;
}
header, .header_spacer {
    height: 74px;
}
.logo {
	height: 128%;
    width: 145px;
	border-radius: 0 0 4px 4px;
}
.headerscroll .logo, .logo_svg {
	width: 100px;
}
.project_tn_box {
	margin: -5px;
	width: calc(100% + 10px);
}
.project_tn_mum {
	padding: 5px;
}
.p_details_container {
    width: 320px;
}
.p_gallery_container {
   width: calc(100% - 320px);
}
.p_details_icon {
    padding: 0 12px;
}
.p_details_container ul {
    padding-right: 50px;
}
.p_details_desc {
    padding-left: 5px;
}
footer ul {
	text-align: center;
	width: 33.3333%;
}
footer ul:nth-child(2) {
	float: right;
}
.footer_icon {
	background-position: center center;
	opacity: 0.3;
}
.brands {
	padding-top: 0;
}
.brands_desc {
	display: none;
}
.brands_logos {
    display: block;
    width: 100%;
}

.project_git .half {
	width: 100%;
}
.project_git .half.sticky {
	position: relative;
	top: auto;
}
.project_form_container.half {
	padding-left: 0;
}
.agent_container {
	max-width: none;
	margin-bottom: 30px !important;
}
.box_top {
	max-width: 600px;
}
.top_data, .pdf_container, .top_detail .p_gallery_container {
	position: relative !important;
	width: 100%;
	float: left;
	top: auto;
}
.pdf_container.empty {
    max-height: 200px;
}
}
@media screen and (max-width: 880px) {
body {
    -webkit-text-size-adjust: 100%;
}
.padd_leri {
	padding-left: 30px;
	padding-right: 30px;
}
.hidemenu nav {
	left: -30px;
	right: -30px;
}
.d880 {
	display: inherit;
}
.dn880 {
	display: none;
}
.top + main .offset {
    margin-top: -50px;
}
.project_tn_box {
	margin: -7px;
	width: calc(100% + 14px);
}
.project_tn_mum {
	width: 50%;
	padding: 7px;
}
.p_details_container, .p_gallery_container {
	float: left;
	width: 100%;
}
.p_details_container {
	height: auto;
}
.p_details_container ul {
	padding-right: 0;
}
.p_details_container ul li {
	border: none;
    height: auto;
    width: 33.3333%;
}
.p_details_icon, .p_details_desc {
	top: auto;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.p_details_icon, .p_details_desc {
	width: 100%;
	padding: 0;
	text-align: center;
}
.p_details_desc {
	margin: 10px 0 30px 0;
}
.p_details_icon svg {
	float: none;
	display: inline-block;
}
.tile_container {
	width: calc(100% + 10px);
	margin: -5px;
}
.tile_mum {
	padding: 5px;
}
}
@media screen and (max-width: 740px) {
.padd_leri {
	padding-left: 28px;
	padding-right: 28px;
}
.hidemenu nav {
	left: -28px;
	right: -28px;
}
.dn740 {
	display: none;
}
h1 {
	font-size: 5.5rem;
}
h2 {
	font-size: 4rem;
}
.top + main .offset {
	background-color: transparent;
    margin-top: 0;
	padding-top: 0;
}
.top {
	height: 280px;
}
.p_details_container ul li {
	height: auto;
    padding-top: 8px;
    padding-bottom: 10px;
    width: 100%;
    float: none;
	display: table;
    margin: 0 auto;
	border-bottom: 1px solid var(--border_gray);
}
/*
.p_details_icon {
    float: left;
    width: 40px;
    height: 40px;
	padding: 0 20px;
}
.p_details_desc {
	float: left;
	width: calc(100% - 80px);
	text-align: left;
	margin: 0;
}
*/
.p_details_desc {
	margin: 7px 0 0 0;
}
.tile_container {
	width: calc(100% + 14px);
	margin: -7px;
}
.tile_mum {
	padding: 7px;
}
.tile_mum {
	width: 33.3333%;
}
}
@media screen and (max-width: 696px) {
.padd_leri {
	padding-left: 26px;
	padding-right: 26px;
}
.hidemenu nav {
	left: -26px;
	right: -26px;
}
.padd_tobo {
	padding-top: 65px;
	padding-bottom: 65px;
}
.spacer {
	height: 20px;
}
.spacer_sm {
	height: 8px;
}
.spacer_tiny {
	height: 4px;
}
.dn696, .sumsy_iframe, .sumsy_mode_mum {
	display: none;
}
h1 {
	font-size: 5.0rem;
}
h2 {
	font-size: 3.75rem;
}
footer ul {
    width: 100%;
	margin-bottom: 40px;
}
footer ul:nth-last-child(2) {
	margin-bottom: 0;
}
.footer_icon {
    background-size: contain;
}
.footer_legal span {
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
	margin: 8px 0;
}
}
@media screen and (max-width: 620px) {
.padd_leri {
	padding-left: 22px;
	padding-right: 22px;
}
.hidemenu nav {
	left: -22px;
	right: -22px;
}
.stretch {
	max-width: none !important;
	width: auto !important;
	margin: auto -22px;
}
.dn620 {
	display: none;
}
h1 {
	font-size: 4.5rem;
}
h2 {
	font-size: 3.25rem;
}
h3 {
	font-size: 2.7rem;
}
.project_tn_box {
	margin: -5px;
	width: calc(100% + 10px);
}
.project_tn_mum {
	padding: 5px;
}
.p_details_icon, .p_details_icon svg {
	height: 35px;
}
.p_details_desc {
	margin: 6px 0 0 0;
}
.tile_mum {
	width: 50%;
}
.oh_day	{
	width: 42%;
	padding-right: 7px;
}
.oh_time {
	width: 58%;
	padding-left: 7px;
}
}
@media screen and (max-width: 506px) {
.padd_leri {
	padding-left: 19px;
	padding-right: 19px;
}
.hidemenu nav {
	left: -19px;
	right: -19px;
}
.stretch {
	margin: auto -19px;
}
.dn506 {
	display: none;
}
.top {
	height: 250px;
}
header, .header_spacer, .headerscroll header {
	height: 55px;
}
.hic_mum, .headerscroll .hic_mum  {
	top: 17px;
}
.logo {
    height: 135%;
    width: 118px;
    border-radius: 0 0 3px 3px;
}
.headerscroll .logo, .logo_svg {
	width: 90px;
}
.project_tn_box {
	margin: 0;
	width: 100%;
}
.project_tn_mum {
	width: 100%;
	padding: 0;
}
.project_tn_desc {
	margin-bottom: 2.5rem;
}
.project_tn_mum:last-child .project_tn_desc {
	margin-bottom: 0;
}
.tile_container {
	width: calc(100% + 10px);
	margin: -5px;
}
.tile_mum {
	padding: 5px;
}
.p_gallery_container {
    -webkit-box-shadow: inset 0 0 0 1px var(--border_gray);
    box-shadow: inset 0 0 0 1px var(--border_gray);
}
#map {
	height: 350px;
}
.pdf_container {
    padding: 5px;
}
}
@media screen and (max-width: 475px) {
html {
	font-size: 56.25%;
}
.padd_leri {
	padding-left: 17px;
	padding-right: 17px;
}
.hidemenu nav {
	left: -17px;
	right: -17px;
}
.stretch {
	margin: auto -17px;
}
.dn475 {
	display: none;
}
.top {
	min-height: 0;
	height: 230px;
}
.pdf_container {
    padding: 0;
}
.pdf_container.empty {
    max-height: 150px;
}
button.icon {
    padding-left: 58px;
    padding-right: 21px;
    background-position: 19px center;
}
}
@media screen and (max-width: 413px) {
.padd_leri {
	padding-left: 16px;
	padding-right: 16px;
}
.hidemenu nav {
	left: -16px;
	right: -16px;
}	
.stretch {
	margin: auto -16px;
}
.dn413 {
	display: none;
}
.d413 {
	display: inherit;
}
h1 {
	font-size: 4.0rem;
}
h2 {
	font-size: 3.0rem;
}
h3 {
	font-size: 2.35rem;
}
.oh_day	{
	width: 39%;
	padding-right: 6px;
}
.oh_time {
	width: 61%;
	padding-left: 6px;
}
}
@media screen and (max-width: 380px) {
.padd_leri {
	padding-left: 15px;
	padding-right: 15px;
}
.hidemenu nav {
	left: -15px;
	right: -15px;
}
.stretch {
	margin: auto -15px;
}
.dn380 {
	display: none;
}
h1 {
	font-size: 3.7rem;
}
button.small {
    padding: 0 18px;
}
}
@media screen and (max-width: 355px) {
.padd_leri {
	padding-left: 14px;
	padding-right: 14px;
}
.hidemenu nav {
	left: -14px;
	right: -14px;
}
.stretch {
	margin: auto -14px;
}
.soc {
	display: none;
}
.dn355 {
	display: none;
}
.padd_tobo {
	padding-top: 52px;
	padding-bottom: 52px;
}
h1 {
	font-size: 3.4rem;
}
.top {
	height: 200px;
}
.tile_container {
	width: calc(100% + 8px);
	margin: -4px;
}
.tile_sm {
	font-size: 3.5rem;
	margin-bottom: 0.5rem;
}
.tile_mum {
	padding: 4px;
}
#map {
	height: 300px;
}
.oh_day	{
	width: 38%;
	padding-right: 5px;
}
.oh_time {
	width: 62%;
	padding-left: 5px;
}
.pdf_container.empty {
    max-height: 120px;
}
}