:root {
	--csec-section-margin: 3.5rem;
	--csec-section-smp-margin: calc(var(--share-smp-padding) *2.0);
}

#csection {
	padding-top: var(--csec-section-margin);
}
[data-isnonecontent="1"] #csection {
	padding-top: 0em;
}

.csection-cells {
	
}
	.csection-cells > * {
		
	}
	.csection-cells .cell {
		margin-bottom: var(--csec-section-margin);
	}
	.csection-cells p {
	    word-break: break-all;
	}
@media only screen and (max-width: 640px){
	.csection-cells .cell {
		margin-bottom: var(--csec-section-smp-margin);
	}
}

/*cat: full screen*/
.csection-cells .cell[data-wrap="full"].full-nonpad,
.csection-cells .cell[data-wrap="full"][data-type="image"],
.csection-cells .cell[data-wrap="full"][data-type="space"],
.csection-cells .cell[data-wrap="full"][data-type="hr"],
.csection-cells .cell[data-wrap="full"][data-type="youtube"],
.csection-cells .cell[data-wrap="full"][data-type="gmap"],
.csection-cells .cell[data-wrap="full"][data-type="image-tile"][data-style="slideshow"],
.csection-cells .cell[data-wrap="full"][data-type="code"] {
	padding-left: 0;
	padding-right: 0;
}

/*cat: floor level*/
.csection-cells .cell {
	font-size: 1.0em;
}
.csection-cells .cell[data-level="1"] > * {
	font-size: 1.14em;
}
.csection-cells .cell[data-level="2"] > * {
	font-size: 1.08em;
}
.csection-cells .cell[data-level="3"] > * {
	font-size: 1.0em;
}
.csection-cells .cell[data-level="4"] > * {
	font-size: 0.9em;
}
.csection-cells .cell[data-level="5"] > * {
	font-size: 0.84em;
}

/*cat: hgroup*/
.csection-cells [data-type="hgroup"] {
	text-align: start;
}
.csection-cells .cell[data-type="hgroup"] {
	margin-bottom: 1.6em;
}
	.csection-cells [data-type="hgroup"] .hgroup-wrap {
		margin-bottom: 0;
	}
	.csection-cells [data-type="hgroup"] .ti-primary {
		display: block;
		font-size: 1.5em;
		line-height: 1.0em;
		font-weight: 500;
		margin-bottom: 0;
	}
	.csection-cells [data-type="hgroup"] .ti-secondary {
		display: block;
		font-size: 1.0em;
		line-height: 1.0em;
		font-weight: 400;
		padding-top: 1em;
		padding-bottom: 0;
		margin-bottom: 0;
		opacity: 0.6;
	}
	/*font fix*/
	.csection-cells [data-type="hgroup"] .ti-primary {
		transform: translateY(-0.14em);
	}
	.csection-cells [data-type="hgroup"] .ti-secondary {
		padding-top: 0.9em;
		padding-bottom: 0.04em;
	}
.csection-cells [data-type="hgroup"][data-align="center"] {
	text-align: center;
}
.csection-cells [data-type="hgroup"][data-align="end"] {
	text-align: end;
}

.csection-cells [data-type="hgroup"][data-level=""] .hgroup-wrap {
	
}
.csection-cells [data-type="hgroup"][data-level="1"] .hgroup-wrap {
	font-size: 1.2em;
}
.csection-cells [data-type="hgroup"][data-level="2"] .hgroup-wrap {
	
}
.csection-cells [data-type="hgroup"][data-level="3"] .hgroup-wrap {
	
}
.csection-cells [data-type="hgroup"][data-level="4"] .hgroup-wrap {
	
}
.csection-cells [data-type="hgroup"][data-level="5"] .hgroup-wrap {
	
}
.csection-cells [data-type="hgroup"][data-level="4"] .hgroup-wrap,
.csection-cells [data-type="hgroup"][data-level="5"] .hgroup-wrap{
	
}

/*cat: catchcopy*/
.csection-cells [data-type="catchcopy"] {
	font-size: 1.0em;
}
.csection-cells .cell[data-type="catchcopy"] {
	margin-bottom: 0.9em;
}
.csection-cells [data-type="catchcopy"] .copy-wrap {
	font-size: 1.8em;
	line-height: 1.7em;
}
.csection-cells [data-type="catchcopy"][data-level="1"] .copy-wrap {
	font-size: 1.9em;
}
.csection-cells [data-type="catchcopy"][data-level="2"] .copy-wrap {
	font-size: 1.8em;
}
.csection-cells [data-type="catchcopy"][data-level="3"] .copy-wrap {
	font-size: 1.74em;
}
.csection-cells [data-type="catchcopy"][data-level="4"] .copy-wrap {
	font-size: 1.5em;
}
.csection-cells [data-type="catchcopy"][data-level="5"] .copy-wrap {
	font-size: 1.34em;
}
	.csection-cells [data-type="catchcopy"][data-align="center"] {
		text-align: center;
	}
	.csection-cells [data-type="catchcopy"][data-align="end"] {
		text-align: end;
	}

/*cat: text*/
.csection-cells [data-type="text"] {
	text-align: start;
}
	.csection-cells [data-type="text"][data-align="center"] {
		text-align: center;
	}
	.csection-cells [data-type="text"][data-align="end"] {
		text-align: end;
	}

/*cat: acord-text*/
.csection-cells [data-type="acord-text"] {
	
}
.csection-cells [data-type="acord-text"] > * {
    display: flex;
}
    .csection-cells [data-type="acord-text"] > * > *,
    .csection-cells [data-type="acord-text"] summary::before {
        align-self: center;
    }
.csection-cells [data-type="acord-text"] summary {
	font-size: 1.1em;
	font-weight: 500;
    line-height: 1.6em;
	position: relative;
	z-index: 0;
}
	.csection-cells [data-type="acord-text"] summary::-webkit-details-marker {
		display: none; /*delete details marker*/
	}
	.csection-cells [data-type="acord-text"] summary::before {
        content: url(/share/im/nv_ar-c.svg);
        display: inline-block;
        width: 0.6em;
        height: auto;
        margin-right: 0.8em;
        opacity: 1.0;
        transform: rotate(0deg);
        transition: all 0.2s;
        flex-shrink: 0;
    }
    .csection-cells [data-type="acord-text"] summary .prefix {
        flex-shrink: 0;
    }
    .csection-cells [data-type="acord-text"] summary:hover::before {
        opacity: 0.5;
    }
    .csection-cells [data-type="acord-text"] summary .label {
        display: inline-block;
        line-height: 1.6em;
        margin-bottom: 0;
    }
.csection-cells [data-type="acord-text"][open] summary {
    border-bottom: solid 3px #d6d6d6;
    padding-bottom: 1em;
}
    .csection-cells [data-type="acord-text"][open] summary::before {
        transform: rotate(90deg) translateX(0.1em) translateY(-0.2em);
        /* content: url(/share/im/nv_simar-down-gr.svg); */
        opacity: 0.3;
    }
    .csection-cells [data-type="acord-text"][data-prefix=""] .prefix {
        display: none;
    }
.csection-cells [data-type="acord-text"] .open-node {
    margin-top: 0;
    border: solid 1px #f6f6f6;
    background-color: #fafafa;
    padding: 0.8em 1.2em;
}
    .csection-cells [data-type="acord-text"] .content {
        font-size: 0.94em;
        line-height: 1.9em;
    }

.csection-cells [data-type="acord-text"][data-prefix="true"] .prefix {
    font-size: 2.0em;
    font-weight: 200;
}
.csection-cells [data-type="acord-text"][data-prefix="true"] summary {
	
}
    .csection-cells [data-type="acord-text"][data-prefix="true"] summary .prefix {
        
    }
    .csection-cells [data-type="acord-text"][data-prefix="true"] summary .label {
        padding-left: 0.7em;
    }
.csection-cells [data-type="acord-text"][data-prefix="true"] .open-node {
	padding-left: 0;
}
	.csection-cells [data-type="acord-text"][data-prefix="true"] .open-node .prefix {
        padding: 0 0.6em;
    }
    .csection-cells [data-type="acord-text"][data-prefix="true"] > .open-node > .prefix {
    align-self: start;
}
@media only screen and (max-width: 640px){
    .csection-cells [data-type="acord-text"][data-prefix="true"] .open-node .prefix {
        padding: 0 0.7em;
    }
}

.csection-cells [data-type="acord-text"][data-displaytype="qanda"] summary .prefix::before {
	content: "Q";
    opacity: 0.3;
}
.csection-cells [data-type="acord-text"][data-displaytype="qanda"] summary .prefix::after {
    content: attr(data-dtypeofcount);
    opacity: 0.3;
    margin-left: 0.05em;
}
.csection-cells [data-type="acord-text"][data-displaytype="qanda"][data-disablenumbering="true"] summary .prefix::after {
    content: "";
    display: none;
}
.csection-cells [data-type="acord-text"][data-displaytype="qanda"] .open-node .prefix::before {
	content: "A";
    opacity: 0.3;
}
@media only screen and (max-width: 640px){
    .csection-cells [data-type="acord-text"][data-displaytype="qanda"] summary .prefix,
    .csection-cells [data-type="acord-text"][data-displaytype="qanda"] .open-node .prefix {
        font-size: 1.6rem;
    }
}

/*cat: image*/
.csection-cells figure {
	position: relative;
	z-index: 0;
}
.csection-cells figure a.cover {
	display: block;
	position: relative;
	z-index: 0;
}
	@media only screen and (min-width: 800px){
		.csection-cells figure a.cover:hover::after {
			position: absolute;
			z-index: 5;
			content: "";
			display: block;
			right: 1.2em;
			bottom: 1.2em;
			width: 1.2em;
			height: 0.9em;
			border: solid 1px rgba(255, 255, 255, 0.8);
			background-color: rgba(0, 0, 0, 0.31);
			background-image: url(../../../share/im/mrk_focus-line-wh.svg);
			background-size: 80% auto;
			background-repeat: no-repeat;
			background-position: center center;
			box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
		}
	}
	
.csection-cells [data-type="image"] .cover {
	text-align: center;
	position: relative;
	z-index: 0;
}
	.csection-cells [data-type="image"] .cover::before {
		content: "";
		display: none;
		z-index: 0;
	}
	.csection-cells [data-type="image"] .cover > img {
		max-width: 100%;
		height: auto;
	}
	.csection-cells [data-type="image"][data-aspect="landscape"] .cover::before {
		display: block;
		padding-top: 64%;
	}
		.csection-cells [data-type="image"][data-aspect="landscape"][data-wrap="full"] .cover::before {
			padding-top: 40%;
		}
	.csection-cells [data-type="image"][data-aspect="square"] .cover::before {
		display: block;
		padding-top: 100%;
	}
	.csection-cells [data-type="image"][data-aspect="landscape"] .cover > img,
	.csection-cells [data-type="image"][data-aspect="square"] .cover > img {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

/*imset-A*/
.csection-cells [data-type="imset-A"] .content {
    font-size: 0.92em;
    word-break: break-all;
    word-wrap: break-word;
}
.csection-cells [data-type="imset-A"] figure {
	width: 40%;
	margin-left: 1.4em;
	margin-top: 0.4em;
	margin-bottom: 1.0em;
	display: inline-block;
	text-align: center;
	float: right;
}
.csection-cells [data-type="imset-A"][data-float="left"] figure {
	margin-left: 0em;
	margin-right: 1.4em;
	float: left;
}
	.csection-cells [data-type="imset-A"] figure img {
		max-width: 100%;
		height: auto;
	}

.csection-cells [data-isfullwideimage="false"] .cover {
	background-color: #f4f4f4;
	/* border: solid 0px #fff; */
	/* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12); */
	border-radius: 0.3em;
	padding: 1.0em 0;
	pointer-events: none;
	cursor: default;
}

	.csection-cells [data-type="imset-A"] .cover::before {
		content: "";
		display: none;
		z-index: 0;
	}
	.csection-cells [data-type="imset-A"] .cover > img {
		width: 100%;
		height: auto;
	}
	.csection-cells [data-type="imset-A"][data-aspect="landscape"] .cover::before {
		display: block;
		padding-top: 64%;
	}
	.csection-cells [data-type="imset-A"][data-aspect="square"] .cover::before {
		display: block;
		padding-top: 100%;
	}
	.csection-cells [data-type="imset-A"][data-aspect="portrait"] .cover::before {
		display: block;
		padding-top: 150%;
	}
	.csection-cells [data-type="imset-A"][data-aspect="landscape"] .cover > img,
	.csection-cells [data-type="imset-A"][data-aspect="square"] .cover > img,
	.csection-cells [data-type="imset-A"][data-aspect="portrait"] .cover > img {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	/**/
	.csection-cells [data-type="imset-A"][data-level="1"] figure {
		width: 50%;
	}
	.csection-cells [data-type="imset-A"][data-level="2"] figure {
		width: 45%;
	}
	.csection-cells [data-type="imset-A"] .im-wrap,
	.csection-cells [data-type="imset-A"][data-level="3"] figure {
		width: 40%;
	}
	.csection-cells [data-type="imset-A"][data-level="4"] figure {
		width: 35%;
	}
	.csection-cells [data-type="imset-A"][data-level="5"] figure {
		width: 30%;
	}
	
/**/
.csection-cells figure a.mrk-drop {
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
}
	.csection-cells figure a.mrk-drop > * {
		display: none;
		visibility: hidden;
	}
.csection-cells figure a.csec-dl {
	z-index: 10;
	width: 2em;
	height: 2em;
	top: 1em;
	right: 1em;
}
	.csection-cells figure a.csec-dl.mrk-drop::before {
		background-image: url(/share/im/mrk_download-b-wh.svg);
	}

/*cat: youtube*/
.csection-cells [data-type="youtube"] {
	position: relative;
	z-index: 0;
}
.csection-cells [data-type="youtube"][data-wrap="full"] {
	background-color: #000;
	border: solid 7px #000;
	border-top-width: 2em;
	border-bottom-width: 2em;
}
	.csection-cells [data-type="youtube"] .frame-wrap {
		position: relative;
		z-index: 0;
		margin-left: auto;
		margin-right: auto;
	}
		.csection-cells [data-type="youtube"] .frame-wrap::before {
			content: "";
			display: block;
			z-index: 0;
			padding-top: var(--aspect-golden);
		}
		.csection-cells [data-type="youtube"][data-wrap=""] .frame-wrap {
			max-width: var(--page-wrap-width);
		}
		.csection-cells [data-type="youtube"][data-wrap="wide"] .frame-wrap {
			max-width: var(--page-wrap-wide);
		}
		.csection-cells [data-type="youtube"][data-wrap="full"] .frame-wrap {
			max-width: var(--page-wrap-wide);
		}
		.csection-cells [data-type="youtube"] .frame-wrap > iframe {
			position: absolute;
			z-index: 1;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border: none;
		}

/*cat: gmap*/
.csection-cells [data-type="gmap"] {
	position: relative;
	z-index: 0;
}
	.csection-cells [data-type="gmap"] .frame-wrap {
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 0;
		top: 0;
		left: 0;
		border: solid 1px #eee;
	}
	.csection-cells [data-type="gmap"][data-wrap="full"] .frame-wrap {
		border: none;
	}
		.csection-cells [data-type="gmap"] .frame-wrap::before {
			content: "";
			display: block;
			padding-top: 50vh;
			z-index: 0;
		}
		.csection-cells [data-type="gmap"] .frame-wrap > iframe {
			position: absolute;
			z-index: 1;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			border: none;
		}
	
/*cat: misc*/
.csection-cells hr[data-type="hr"] {
	display: block;
	border: none;
	height: auto;
	margin-top: var(--csec-section-margin);
	margin-bottom: var(--csec-section-margin);
}
	.csection-cells hr[data-type="hr"]::before {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #f0f0f0;
	}

.csection-cells [data-type="space"] {
	margin-bottom: 0;
}
	.csection-cells [data-type="space"]::before {
		content: "\2009";
		display: block;
	}
	.csection-cells [data-type="space"][data-level="1"]::before {
		height: calc(var(--csec-section-margin)*5);
	}
	.csection-cells [data-type="space"][data-level="2"]::before {
		height: calc(var(--csec-section-margin)*4);
	}
	.csection-cells [data-type="space"][data-level=""]::before,
	.csection-cells [data-type="space"][data-level="3"]::before {
		height: calc(var(--csec-section-margin)*3);
	}
	.csection-cells [data-type="space"][data-level="4"]::before {
		height: calc(var(--csec-section-margin)*2);
	}
	.csection-cells [data-type="space"][data-level="5"]::before {
		height: calc(var(--csec-section-margin)*1);
	}












