/*.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: italic;
}
*/

body {
	margin: 0;
	background-color: #1a1a1a;
	/* font-family: "Noto Sans", Verdana, Geneva, Tahoma, sans-serif; */
	font-family: "Ubuntu", sans-serif;
  	font-weight: 400;
	min-height: 800px;
}
a:link { color: rgb(156, 217, 255); }
a:visited { color: #be9edb; }
a:hover { color: #ffffff; }
a:active { color: #ff7f7f; text-decoration:none; font-weight:normal; }

.header {
	position: relative;
	z-index: 10;
	display: flex;
	transform-style: preserve-3d;
	transform-origin: 90% 0%;
	height: clamp( 400px, calc( 100vw / 1600 * 1800 ), 1500px );
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

div.title {
	position: absolute;
	top: 25%;
	display:flex;
	height: auto;
	white-space: nowrap;
	transform: translateZ(0.00001px) scale(1);
}
/* div.title div {
	object-fit: contain;
	width: 100px;
	height: auto;
} */
#img-dart-logo {
	width: clamp( 50px, 8vw, 100px);
	height: auto;
}
h1.title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: relative;
	color: white;
	text-shadow: 0 0 5px black;
	font-size: clamp(2.2rem, -0.825rem + 6.8vw, 5rem);
	margin-left: 10px;
}

.background, .foreground {
	position: absolute;
	object-fit: cover;
	width: 100%;
}

.background {
	transform: translateZ(-10px) translateY(-200px) scale(2);
	top: 0;
}

.foreground {
	transform: translateZ(-6px) translateY(-160px) scale(1.6);
	top: 0;
}

div.content {
	position: relative;
	background-color: #222;
	/* font-size: 1.15rem; */
	padding: 1rem;
	color: white;
	min-height: 2000px;
	transform: translateZ(0) scale(1);
	max-width: 1210px;
	margin-left: auto;
	margin-right: auto;
	z-index: 80;
}

ol.alpha {
	list-style-type: lower-alpha;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
li {
	margin: 10px 0;
}
div.img-far1 img {
	width: clamp( 300px, 85vw, 800px );
	height: auto;
}
div.img-far2 img {
	width: clamp( 300px, 85vw, 800px );
	height: auto;
	margin-left: 8px;
}
.footnote {
	font-style: italic;
	color: rgb(136, 136, 136);
	font-size: .85rem;
}

/* .btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-disabled-opacity: 0.65;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
} */
.btn.btn-sm {
	font-size: .9rem;
}
.btn-primary{
	--bs-btn-color:#fff;
	--bs-btn-bg:#0d6efd;
	--bs-btn-border-color:#0d6efd;
	--bs-btn-hover-color:#fff;
	--bs-btn-hover-bg:#0b5ed7;
	--bs-btn-hover-border-color:#0a58ca;
	--bs-btn-focus-shadow-rgb:49,132,253;
	--bs-btn-active-color:#fff;
	--bs-btn-active-bg:#0a58ca;
	--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:#0d6efd;
	--bs-btn-disabled-border-color:#0d6efd
}
.btn-sales {
	margin: 0;
	padding: 0;
    --bs-btn-font-weight: 400;
    --bs-btn-color: rgb(156, 217, 255);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #ff7f7f;
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #c0c5c9;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline;
}
.btn-link:hover {
	color: #ffffff;
}
.footnote .btn-link {
	font-style: italic;
}
@media (max-width: 500px) {
	.div-tbl-pricing {
		max-width: 100%;
	}
}


@media (min-width: 501px) {
	.div-tbl-pricing {
		max-width: 501px;
	}
}

.text-sm {
	font-size: .9rem;
}
.accordion-body {
	padding-left: 6px;
}
.divfloatimg250 {
	width: clamp(125px, 40vw, 250px)
}
.divminh250 {
	min-height: clamp( 125px, 40vw, 250px );
}
.divfloatimg150 {
	width: clamp(75px, 25vw, 150px)
}
.divminh150 {
	min-height: clamp( 75px, 25vw, 150px );
}
.justify {
	text-align: justify;
	text-justify: inter-word;
}

#DivContent {
	position: relative;
}
.contentArea {
	position:relative;
}

.contentWatermark {
	position:absolute;
	width: 95%;
	left: 0; 
	right: 0; 
	margin-inline: auto;
	max-width: 750px;
	height: auto;
	opacity: 0.08;
}
@media (prefers-color-scheme: dark) {
	.contentWatermark {
		opacity: 0.08;
	}
}


.fade-in{
	opacity: 0;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
#t1 {
	animation-delay: 500ms;
}
#t2{
	animation-delay: 700ms;
}
#t3{
	animation-delay: 900ms;
}
#t4{
	animation-delay: 2000ms;
}
#t5{
	animation-delay: 3000ms;
}
#t6{
	animation-delay: 4000ms;
}
#t7{
	animation-delay: 500ms;
}
#t8{
	animation-delay: 6000ms;
}
#t9{
	animation-delay: 7000ms;
}

#t20{
	animation-delay: 5000ms;
}
#t21{
	animation-delay: 5400ms;
}
#t22{
	animation-delay: 5800ms;
}
#t23{
	animation-delay: 6200ms;
}
#t24{
	animation-delay: 6600ms;
}



.heading-wrapper {
	overflow: hidden;
	border-top:1px solid #007bff;
}
.main-wrapper {
	max-width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.main-logo {
	animation-delay: 1600ms;
	animation-duration: 3s;
	position: absolute;
	top: 20px;
	left: 10%;
	z-index: 4;
	width: clamp(160px, 18vw, 240px);
}
.main-logo img {
	width: 100%;
	height: 100%;
}
.main-title {
	text-align: center;
	position: absolute;
	top: clamp( 10px, 36vw, 250px );
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
.tf-title {
	font-variant: small-caps;
	font-size: clamp( 1rem, 9.5vw, 6.5rem );
	text-wrap: nowrap;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	margin-bottom: 1px;
}
.tf-subtitle {
	font-size: clamp( 1rem, 3.75vw, 2.2rem );
	text-wrap: nowrap;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-style: italic;
	width: clamp( 220px, 40vw, 500px );
}
.tf-subtitle2 {
	font-size: clamp( 1rem, 5vw, 3.6rem );
	text-wrap: nowrap;
	color: white;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	font-style: normal;
}

div.images-container {
	position: relative;
}
div.images {
	background-color: #222222;
	display: flex;
	gap: .25em;
	max-width: 1200px;
	min-width: 300px;
	width: clamp(100px, 100vw, 1200px);
	align-items: baseline;
	z-index: 5;
}
div.images > img {
	flex-shrink: 1;
	flex-grow: 1;
	min-width: 100px;
	z-index: 8;
}
.header-sep {
	height: 10px;
	width: 100%;
	background-color: #141414;
}
.main-content {
	background-color: #222222;
	min-height: 100vh;
}
.main-content-area {
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 12px;
	margin-bottom: 20px;
}
.main-toolbar {
	position: sticky;
	top: 0;
	min-height: 72px;
	z-index:9999;
	background-color: #191a1d;
	border-top:1px solid #007bff;
	border-bottom:1px solid #007bff;
}
.svg-slant {
	flex:none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #2e2e2e;
	height: clamp(80px, 15vw, 150px);
	width: 100%;
    mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" viewBox="0 0 1200 150"><path d="M 0 150 H 1200 L 0 0 Z"/></svg>');
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}
.initiallyHidden {
	display:none;
}
div.blkl {
	margin-right: clamp( 50px, 15vw, 400px );
}
div.blkr {
	text-align: left;
/*	width: fit-content;
	block-size: fit-content;
	*/
	width: clamp( 100px, 85%, 900px);
	margin-left: auto;
	margin-right: 0;
}
@media (max-width: 500px) {
	div.blkl {
		margin-right: 0;
		width: 100%;
	}
	div.blkr {
		margin-left: 0;
		width: 100%;
	}
}

.main-footer-area {
	height: 2.8rem;
	font-size: 2rem;
}
.tf-ta-c {
	text-align: center;
}
.tf-ta-r {
	text-align: right;
}

.navbar {
	z-index: 99999;
	height: 72px;
	overflow-x: auto;
}

@media (min-width: 290px) {
  .navbar-expand-xs {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xs .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xs .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xs .navbar-toggler {
    display: none;
  }
  .navbar-expand-xs .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xs .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}


.blkl p, .blkr p {
	font-size: 1.15rem;
	color: rgb(197, 197, 197);
}
.navbar {
	padding-top: 2px;
	padding-bottom: 2px;
}

.photos-container {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(auto-fill, 320px);
	justify-content: center;
}

.photos-container img {
	border-radius: 20px;
}

.photos-container .grid-row-span-2 {
	grid-row-end: span 2;
}
.logo-image {
	width: 150px!important;
	height: 150px!important;
}
.floatr {
	float: right;
}
.floatl {
	float: left;
}

.tfoverflowauto, .tfoverflowauto2{overflow-x: auto}
.tfoverflowauto>img{ width:100%; max-width:  clamp(150px, 90vw, 786px); }
.tfoverflowauto2>img{ width:100%; max-width:  clamp(150px, 90vw, 1120px); }
.tf-valign-middle{
    vertical-align: middle;
}
.tf-valign-top {
	vertical-align: top;
}
.tf-display-table-row {
	display: table-row;
}
.tf-display-table-cell {
	display: table-cell;
}
.m1 { margin-left: -20px }
.m2 { margin-left: 0 }
.m3 { margin-left: 20px  }
.text-align-left {
	text-align: left;
}
.text-align-center {
	text-align: center;
}
.tf-m-auto {
	margin-left: auto; margin-right: auto;
}
.w-100 {
	width: 100%;
}
.block-image-1 {
	width: clamp( 150px, 21vw, 220px );
}
.block-image-2 {
	width: clamp( 140px, 36vw, 320px );
}

.flip-card {
	background: transparent;
	width: 260px;
	height: 260px;
	perspective: 1000px; /* enables 3D flip */
}

.flip-card-inner {
	width: 240px;
	height: 240px;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

/* Flip on hover */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 240px;
	height: 240px;
	backface-visibility: hidden; /* hides mirror side */
	display: flex;
	gap: 10px;
	flex: 0 0 300px;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
	color: white;
	box-sizing: border-box;
	border-radius: 8px;
}

.flip-card-front {
	padding: 10px;
}

.flip-card-back {
	transform: rotateY(180deg);
	padding: 10px;
}

.flip-card-front.a {
	background-color: #28a745;
}
.flip-card-front.b {
	background-color: #a523b6;
}
.flip-card-front.c {
	background-color: #007bff;
}
.flip-card-back.a {
	background-color: #28a745;
}
.flip-card-back.b {
	background-color: #a523b6;
}
.flip-card-back.c {
	background-color: #007bff;
}
.block {
	display: block;
}
.clear {
	clear: both;
}
.team-member-photo {
	width: clamp( 200px, 30vw, 360px );
}
.bg-red {
	background-color: red;
}
.article-caption-image {
	width: clamp( 110px, 33vw, 400px );
}
.hArticle { color: rgb(156, 217, 255); cursor: pointer; text-decoration: underline; }
.hArticle:visited { color: #be9edb; }
.hArticle:hover   { color: #ffffff; }
.hArticle:active  { color: #ff7f7f; text-decoration:none; font-weight:normal; }
.article-image {
	margin-bottom: 25px;
	width: clamp( 300px, 97vw, 1178px );
}
.nsight-logo-1 {
	width: clamp( 100px, 30vw, 220px);
}

div.part {
	display: flex;
	align-items: flex-start;
	max-width: 500px;
	margin-left: 6px;
	margin-right: 6px;
}
div.part div.label {
	flex: 0 0 40px;
	width: 24px;
	align-self: flex-start;
	font-weight: bold;
}
div.part div.label.c {
	color: rgb(157, 157, 248);
}
.goto {
	font-style: italic;
	color: rgb(157, 157, 248);
}
div.part div.lyric {
	flex: 1;
	padding-top: 0;
	padding-bottom: 10px;
	align-self: flex-start;
	white-space: pre-line;
}
div.sep {
	height: 25px;
}