/* Layout */
.aspect-video	{
	aspect-ratio: 16/9;
}
.aspect-\[4\/3\] {
	aspect-ratio: 4/3;
}
.empty\:hidden{
	display: none;
}
/* Flexbox & Grid */
.grid-flow-row	{
	grid-auto-flow: row;
}
@media (min-width: 768px) { 
	.md\:grid-flow-col	{
		grid-auto-flow: column;
	}
 }

.auto-cols-fr	{
	grid-auto-columns: minmax(0, 1fr);
}
/* Sizing */
.svh-100{
	height: 100svh;
}
.vh-80{
	height: 80vh;
}
.w-fit{
	width: fit-content;
}
.h-24	{
	height: 6rem;
}
.h-\[480px\]	{
	height: 480px;
}
.h-\[60px\]{
	height: 60px;
}
.w-\[60px\]{
	width: 60px;
}
.min-w-\[10rem\]{
	min-width: 10rem;
}
.h-80 {
	height: 80%;
}
.h-90 {
	height: 90%;
}
.overflow-y-auto {
	overflow-y: auto;
}
.dropdown-menu{
	--bs-dropdown-link-active-bg: transparent
}
.form-select{
	--bs-form-select-bg-img:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="b" xmlns="http://www.w3.org/2000/svg" width="73.38" height="73.38" viewBox="0 0 73.38 73.38"><g id="c"><path d="M72.23,36.69C72.23,17.06,56.32,1.15,36.69,1.15S1.15,17.06,1.15,36.69s15.91,35.54,35.54,35.54,35.54-15.91,35.54-35.54Z" style="fill:none; stroke:%239fa1a4; stroke-width:2.29px;"/><polyline points="26.92 33.55 36.68 42.52 46.46 33.54" style="fill:none; stroke:%239fa1a4; stroke-width:2.29px;"/></g></svg>');
	background-size:25px;
	background-position:right center;
}
.form-control:focus,.form-check-input:focus,.form-select:focus{
	box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb),.25);
}
.js-video-poster{
	display: none;
}
@media (max-width: 991.98px){
	.js-hero-video{
		display: none;
	}
}

.js-bg-transition{
	background-color: rgb(var(--bs-warning-rgb));
	animation: js-bg-transition-2 .4s linear forwards;
}

.js-bg-transition.hover{
	animation: js-bg-transition-1 .4s linear forwards;
}

@keyframes js-bg-transition-1 {
	0%{
		background-color: rgb(var(--bs-info-rgb));
	}
	50%{
		background-color: rgb(var(--bs-success-rgb));
	}

	100%{
		background-color: rgb(var(--bs-warning-rgb));
	}
}
@keyframes js-bg-transition-2 {
	0%{
		background-color: rgb(var(--bs-warning-rgb));
	}
	50%{
		background-color: rgb(var(--bs-success-rgb));
	}

	100%{
		background-color: rgb(var(--bs-info-rgb));
	}
}
.animate__fadeInUp{
	opacity: 0;
	transform: translateY(25px);
}
.animate__fadeIn{
	opacity: 0;
}

.js-community-list-background{
	background-color: rgb(4, 8, 7);
}
[data-track-community-set="1"] .js-community-list-background{
	background-color: rgb(239,65,53);
}
[data-track-community-set="1"] [data-track-community-get]:nth-of-type(4n+1) .js-community-list-item-media{
	opacity: 1;
}
[data-track-community-set="1"] .js-community-list-background [data-track-community-get]:nth-of-type(4n+1) .js-community-list-city{
	color: white !important;
}

[data-track-community-set="2"] .js-community-list-background{
	background-color: rgb(0,131,187);
}
[data-track-community-set="2"] [data-track-community-get]:nth-of-type(4n+2) .js-community-list-item-media{
	opacity: 1;
}
[data-track-community-set="2"] .js-community-list-background [data-track-community-get]:nth-of-type(4n+2) .js-community-list-city{
	color: white !important;
}

[data-track-community-set="3"] .js-community-list-background{
	background-color: rgb(251,188,27);
}
[data-track-community-set="3"] [data-track-community-get]:nth-of-type(4n+3) .js-community-list-item-media{
	opacity: 1;
}
[data-track-community-set="3"] .js-community-list-background [data-track-community-get]:nth-of-type(4n+3) .js-community-list-city{
	color: white !important;
}

[data-track-community-set="0"] .js-community-list-background{
	background-color: rgb(0,166,97);
}
[data-track-community-set="0"] [data-track-community-get]:nth-of-type(4n) .js-community-list-item-media{
	opacity: 1;
}
[data-track-community-set="0"] .js-community-list-background [data-track-community-get]:nth-of-type(4n) .js-community-list-city{
	color: white !important;
}

.js-mega-menu{
	background-color: #231f20;
}

[data-mega-menu-set="1"] .js-mega-menu{
	background-color: rgb(239,65,53);
}

[data-mega-menu-set="2"] .js-mega-menu{
	background-color: rgb(0,131,187);
}

[data-mega-menu-set="3"] .js-mega-menu{
	background-color: rgb(251,188,27);
}

[data-mega-menu-set="4"] .js-mega-menu{
	background-color: rgb(0,166,97);
}

.animate__zoomIn{
	display: block;
	margin-inline: auto;
}

@font-face {
	font-family: 'TradeGothic LT';
	font-display: swap;
	src: url('https://www.lindvest.com/fonts/TradeGothicLT-Light.eot');
	src: url('https://www.lindvest.com/fonts/TradeGothicLT-Light.eot?#iefix') format('embedded-opentype'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Light.woff2') format('woff2'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Light.woff') format('woff'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Light.ttf') format('truetype'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Light.svg#TradeGothicLT-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothic LT';
	font-display: swap;
	src: url('https://www.lindvest.com/fonts/TradeGothicLT.eot');
	src: url('https://www.lindvest.com/fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT.woff2') format('woff2'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT.woff') format('woff'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT.ttf') format('truetype'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT.svg#TradeGothicLT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TradeGothic LT';
	font-display: swap;
	src: url('https://www.lindvest.com/fonts/TradeGothicLT-Bold.eot');
	src: url('https://www.lindvest.com/fonts/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Bold.woff2') format('woff2'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Bold.woff') format('woff'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Bold.ttf') format('truetype'),
		 url('https://www.lindvest.com/fonts/TradeGothicLT-Bold.svg#TradeGothicLT-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Butler';
	font-display: swap;
	src: url('https://www.lindvest.com/fonts/Butler.eot');
	src: url('https://www.lindvest.com/fonts/Butler.eot?#iefix') format('embedded-opentype'),
		 url('https://www.lindvest.com/fonts/Butler.woff2') format('woff2'),
		 url('https://www.lindvest.com/fonts/Butler.woff') format('woff'),
		 url('https://www.lindvest.com/fonts/Butler.ttf') format('truetype'),
		 url('https://www.lindvest.com/fonts/Butler.svg#Butler') format('svg');
	font-weight: normal;
	font-style: normal;
}

.font-family-butler {
	font-family: 'Butler', serif !important;
}

/* Baseline for default links */
a:not([class]) {
  /* Relatively sized thickness and offset */
  text-decoration-thickness: max(0.08em, 1px);
  text-underline-offset: 0.15em;
}

:focus-visible {
  --outline-size: max(2px, 0.15em);

  outline: var(--outline-width, var(--outline-size)) var(--outline-style, solid)
    var(--outline-color, currentColor);
  outline-offset: var(--outline-offset, var(--outline-size));
}

/* Scroll padding allowance above anchor links */
:target {
  scroll-padding-block-start: 2rem;
}

/* Scroll padding allowance below focused elements 
  to ensure they are clearly in view */
:focus {
		scroll-padding-block-end: 8vh;
}

:root {
	--bs-primary-rgb:239,65,52;
	--bs-dark-rgb: 0, 0, 0;
	--bs-light-rgb: 159,161,164;
	--bs-danger-rgb:239,65,53;
	--bs-info-rgb: 0,131,187;
	--bs-warning-rgb: 251,188,27;
	--bs-success-rgb: 0,166,97;
	--bs-font-monospace: 'TradeGothic LT';
	--bs-link-color-rgb: 239,65,52;
	--bs-link-hover-color-rgb: 239,65,52;

	--button-circle-size: 60px;
	--button-circle-font-size: 14px;
}

.button-circle{
	width: var(--button-circle-size);
	height: var(--button-circle-size);
	font-size: var(--button-circle-font-size);
}
.button-rectangle{
	width: var(--button-circle-size);
	height: var(--button-circle-size);
	font-size: var(--button-circle-font-size);
}

.accordion{
	--bs-accordion-btn-icon-width:3rem;
	--bs-accordion-btn-icon:url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="b" xmlns="http://www.w3.org/2000/svg" width="62.6" height="62.6" viewBox="0 0 62.6 62.6"><g id="c"><circle cx="31.3" cy="31.3" r="30.8" transform="translate(-9.6 14.36) rotate(-22.5)" style="fill:none; stroke:%23000100;"/><line x1="31.3" y1="41.67" x2="31.3" y2="20.92" style="fill:none; stroke:%23000100;"/><line x1="20.93" y1="31.3" x2="41.68" y2="31.3" style="fill:none; stroke:%23000100;"/></g></svg>');
	--bs-accordion-btn-active-icon: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="b" xmlns="http://www.w3.org/2000/svg" width="62.6" height="62.6" viewBox="0 0 62.6 62.6"><g id="c"><circle cx="31.3" cy="31.3" r="30.8" transform="translate(-6.35 8.03) rotate(-13.28)" style="fill:none; stroke:%23000100;"/><line x1="20.93" y1="31.3" x2="41.68" y2="31.3" style="fill:none; stroke:%23000100;"/></g></svg>');
	--bs-accordion-btn-padding-y:3rem;
	--bs-accordion-active-bg: transparent;
	--bs-accordion-btn-focus-box-shadow: none;
}

.accordion-button{
	font-size: 2rem;
	font-family: Butler;
}

@media (min-width:992px) {
	.accordion-button{
		font-size: 4rem;
	}
}

.accordion-button:not(.collapsed){
	box-shadow: none;
}

/* Overwrite */
.btn-footer-link{
		padding: 0;
		--bs-btn-font-weight: 400;
    --bs-btn-color: rgb(var(--bs-body-color-rgb));
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: rgb(var(--bs-primary-rgb));
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: rgb(var(--bs-primary-rgb));
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: none;
		font-weight: bold;
}

.lind-green{
	color: var(--lind-green);
}


.filter-transparent {
	-webkit-mask-image: linear-gradient(to bottom, black calc(var(--val,25) * 1%), transparent calc((var(--val,25) + 100) * 1%));
}

@media (max-width: 991.98px){
	.fs-5{
		font-size: 1rem !important;
	}
}
.btn-light{
	--bs-btn-bg: #fff;
	--bs-btn-border-color: #000;
}
/* 
  Typography
  - Letter Spacing
*/
.tracking-widest	{
	letter-spacing: 0.1em;
}

.text-color-parent:nth-of-type(4n + 1) .text-color{
	color: rgb(var(--bs-danger-rgb));
}
.text-color-parent:nth-of-type(4n + 1) .community-list-item-btn{
	--bs-btn-color: rgb(var(--bs-danger-rgb));
	--bs-btn-border-color: rgb(var(--bs-danger-rgb));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(var(--bs-danger-rgb));
	--bs-btn-hover-border-color: rgb(var(--bs-danger-rgb));
	--bs-btn-focus-shadow-rgb: 220,53,69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(var(--bs-danger-rgb));
	--bs-btn-active-border-color: rgb(var(--bs-danger-rgb));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: rgb(var(--bs-danger-rgb));
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: rgb(var(--bs-danger-rgb));
	--bs-gradient: none;
}
.text-color-parent:nth-of-type(4n + 2) .text-color{
	color: rgb(var(--bs-info-rgb));
}
.text-color-parent:nth-of-type(4n + 2) .community-list-item-btn{
	--bs-btn-color: rgb(var(--bs-info-rgb));
	--bs-btn-border-color: rgb(var(--bs-info-rgb));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(var(--bs-info-rgb));
	--bs-btn-hover-border-color: rgb(var(--bs-info-rgb));
	--bs-btn-focus-shadow-rgb: 13,202,240;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(var(--bs-info-rgb));
	--bs-btn-active-border-color: rgb(var(--bs-info-rgb));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: rgb(var(--bs-info-rgb));
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: rgb(var(--bs-info-rgb));
	--bs-gradient: none;
}
.text-color-parent:nth-of-type(4n + 3) .text-color{
	color: rgb(var(--bs-warning-rgb));
}
.text-color-parent:nth-of-type(4n + 3) .community-list-item-btn{
	--bs-btn-color: rgb(var(--bs-warning-rgb));
	--bs-btn-border-color: rgb(var(--bs-warning-rgb));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(var(--bs-warning-rgb));
	--bs-btn-hover-border-color: rgb(var(--bs-warning-rgb));
	--bs-btn-focus-shadow-rgb: 255,193,7;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(var(--bs-warning-rgb));
	--bs-btn-active-border-color: rgb(var(--bs-warning-rgb));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: rgb(var(--bs-warning-rgb));
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: rgb(var(--bs-warning-rgb));
	--bs-gradient: none;
}
.text-color-parent:nth-of-type(4n) .text-color{
	color: rgb(var(--bs-success-rgb));
}
.text-color-parent:nth-of-type(4n) .community-list-item-btn{
	--bs-btn-color: rgb(var(--bs-success-rgb));
	--bs-btn-border-color: rgb(var(--bs-success-rgb));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(var(--bs-success-rgb));
	--bs-btn-hover-border-color: rgb(var(--bs-success-rgb));
	--bs-btn-focus-shadow-rgb: 25,135,84;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: rgb(var(--bs-success-rgb));
	--bs-btn-active-border-color: rgb(var(--bs-success-rgb));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: rgb(var(--bs-success-rgb));
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: rgb(var(--bs-success-rgb));
	--bs-gradient: none;
}

.community-list-end .text-color-parent:nth-of-type(4n + 1) .community-list-item-btn{
		--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #fff;
	--bs-gradient: none;

	--bs-btn-hover-color: rgb(var(--bs-danger-rgb));
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: rgb(var(--bs-danger-rgb));
	--bs-btn-focus-shadow-rgb: var(--bs-danger-rgb);
	--bs-btn-active-color: rgb(var(--bs-danger-rgb));
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: rgb(var(--bs-danger-rgb));
}
.community-list-end .text-color-parent:nth-of-type(4n + 2) .community-list-item-btn{
		--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;

	--bs-btn-hover-color: rgb(var(--bs-info-rgb));
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: rgb(var(--bs-info-rgb));
	--bs-btn-focus-shadow-rgb: var(--bs-info-rgb);
	--bs-btn-active-color: rgb(var(--bs-info-rgb));
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: rgb(var(--bs-info-rgb));
}
.community-list-end .text-color-parent:nth-of-type(4n + 3) .community-list-item-btn{
		--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;

	--bs-btn-hover-color: rgb(var(--bs-warning-rgb));
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: rgb(var(--bs-warning-rgb));
	--bs-btn-focus-shadow-rgb: var(--bs-warning-rgb);
	--bs-btn-active-color: rgb(var(--bs-warning-rgb));
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: rgb(var(--bs-warning-rgb));
}
.community-list-end .text-color-parent:nth-of-type(4n) .community-list-item-btn{
		--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;

	--bs-btn-hover-color: rgb(var(--bs-success-rgb));
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: rgb(var(--bs-success-rgb));
	--bs-btn-focus-shadow-rgb: var(--bs-success-rgb);
	--bs-btn-active-color: rgb(var(--bs-success-rgb));
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: rgb(var(--bs-success-rgb));
}

.community-list-item-btn{
	width: 44px;
	height: 44px;
}

/* Embed/_page-title */
.page-title{
	padding-block: 7rem 5rem;
}
@media (min-width:992px){
	.page-title{
		padding-block: 15rem 5rem;
	}
}
.page-title-gallery{color:rgb(0,166,97);}
.page-title-news,.page-title-about{
	color:rgb(0, 131, 187);
}

.page-title-contact{
	color: #fff;
}
.page-title-new-homes, .page-title-inventory-homes{
	color: rgb(var(--bs-danger-rgb));
}
.page-title-future{color:rgb(251,188,27);}


/* Views/community-future */
.community-future .accordion-item:nth-of-type(4n + 1) .accordion-button{
	color: rgb(var(--bs-danger-rgb))
}
.community-future .accordion-item:nth-of-type(4n + 2) .accordion-button{
	color: rgb(var(--bs-info-rgb));
}
.community-future .accordion-item:nth-of-type(4n + 3) .accordion-button{
	color: rgb(var(--bs-warning-rgb));
}
.community-future .accordion-item:nth-of-type(4n) .accordion-button{
	color: rgb(var(--bs-success-rgb))
}

/* Views/contact */
.contact-location{
	font-size: clamp(1rem,1rem + .9vw, 2.5rem);
}
.contact-phone{font-size:1.25rem;}
/* Views/_about-our-mission */
.our-mission-1{
		inset-block-start: 5rem;
		inset-inline-end: 15%;
    font-size: 16rem;
    transform: translate(-50%,-50%);
}
.our-mission-2{
		inset-block-start: 5rem;
		inset-inline-end: 60%;
    font-size: 16rem;
    transform: translate(-50%,-50%);
}
.our-mission-3{
		inset-block-start: 5rem;
		inset-inline-end: 30%;
    font-size: 16rem;
    transform: translate(-50%,-50%);
}
.our-mission-4{
		inset-block-start: 5rem;
		inset-inline-end: 80%;
    font-size: 16rem;
    transform: translate(-50%,-50%);
}

/* .underline {
	border-bottom: 0.05em solid currentColor;
	line-height: 0.85;
} */
.underline {
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 90%;	
	background-repeat: no-repeat;
	background-size: 100% 0.05em;
}

.aspect-square	{
	aspect-ratio: 1 / 1;
}

.pile{
	display: grid;
	> * {
		grid-area: 1/1;
	}
}


html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



body {
	margin: 0;
	font-family: "TradeGothic LT", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
	text-align: left;
	background-color: #fff;
	overscroll-behavior: contain;
}

.nav-tab {
	top: 100vh;
	left: 0px;
	right: 0px;
	z-index: -1;
	height: 100vh;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(to top,
		rgba(0, 0, 0, .85) 0%,
		rgba(0, 0, 0, .3) 50%,
		rgba(0, 0, 0, .15) 65%,
		rgba(0, 0, 0, .075) 75.5%,
		rgba(0, 0, 0, .037) 82.85%,
		rgba(0, 0, 0, .019) 88%,
		rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.letter-spacing-1 {
	letter-spacing: 1px;
}

.letter-spacing-1\.16 {
	letter-spacing: 1.16px;
}

.letter-spacing-2 {
	letter-spacing: 2px;
}

.letter-spacing-3 {
	letter-spacing: 3px;
}

.letter-spacing-6 {
	letter-spacing: 6px;
}

.text-flip {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.scroll,
.absolute-bottom {
	bottom: 98px;
	left: 0px;
	right: 0px;
	z-index: 99;
}

.absolute-bottom {
	letter-spacing: 1.8px;
}

.scroll:after {
	content: '';
	height: 90px;
	width: 1px;
	left: calc(50% - 0.5px);
	background: #fff;
	position: absolute;
	top: 26px;
	animation: scrollHint 2.4s cubic-bezier(1,0,0,1) infinite;
}

.scroll.text-light:after {
	background: #000;
}

@media (min-width: 1200px) {
	.scroll,
	.absolute-bottom {
		bottom: 38px;
	}

	.scroll:after {
		height: 30px;
		top: 26px;
	}
}

@keyframes scrollHint {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transform-origin: bottom;
	}

	50% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: bottom;
	}

	50.1% {
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: top;
	}

	100% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		transform-origin: top;
	}


}

.nav-item {
	letter-spacing: 1.3px;
	cursor: pointer;
}

.nav-item .nav-hover {
	position: relative;
	display: inline-block;
}

.nav-item:hover {
	color: #000000 !important;
}

.nav-item:hover .nav-hover:before{
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 2px;
	background-color: #000;
}

.hover-line:hover:after,
.hover-line.active:after {
	position: absolute;
	content: '';
	bottom: -2px;
	left: 0px;
	width: 100%;
	height: 1px;
	background: currentColor;
}

.hover-line-white:hover:after,
.hover-line-white.active:after {
	background: #fff !important;
}

.hover-line-primary:hover:after {
	background: #ef4035 !important;
}

.hover-line-secondary:hover:after {
	background: #0083BB !important;
}

.hover-line-success:hover:after {
	background: #28a745 !important;
}

.line-height-1 {
	line-height: 1 !important;
}

.line-height-15 {
	line-height: 1.5 !important;
}
.line-height-175 {
	line-height: 1.75 !important;
}
.line-height-2 {
	line-height: 2 !important;
}

[nav-parent] span:after,
[nav-parentParent] span:after {
	content: '+';
	position: absolute;
	top: 0px;
	right: -30px;
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	transition: all 0.6s;
}

[nav-parentParent] span:after {
	top: -4px;
}

[nav-parent].active span:after,
[nav-parentParent].active span:after {
	transform: rotate(45deg);
	transition: all 0.6s;
	color: #9FA1A4;
}

.footer {
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-bottom: 40px;
	z-index: 9999;
}

.social-media {
	transition: all 1s;
}

.social-media:hover {
	transform: rotate(180deg);
	transition: all 1s;
}

.question-button {
	top: -6rem;
	left: 0px;
}

.text-hover:hover {
	color: #000 !important;
	text-decoration: underline;
}

.underline-hover:hover{
	text-decoration: underline;
}

.cursor-pointer {
	cursor: pointer;
}

[data-fill],
[data-dropdown] {
	top: 50px;
	left: 15px;
	right: 15px;
}

.prompt-search:after {
	content: '';
	position: absolute;
	right: 40px;
	top: 13px;
	height: 23px;
	width: 23px;
	background: url('https://www.lindvest.com/images/icons/search.png') center center no-repeat;
}

.prompt-select:after {
	content: '+';
	position: absolute;
	right: 40px;
	top: 7px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	transition: all 0.6s;
	z-index: -1;
}

.prompt-select.active:after {
	transform: rotate(45deg);
}

.circle-input {
	box-sizing: border-box;
	padding: 0;
	-webkit-appearance:	none!important;
	-moz-appearance:    none!important;
	appearance:         none!important;
	border:1px solid #9fa1a4;
	width:20px;
	height:20px;
	background-color: transparent;
	border-radius: 50%;
}

.circle-input:checked {
	background-color: #ef4035;
}

.bg-primary .circle-input:checked {
	background-color: #fbbc19 !important;
}

.top-left {
	top: 0px;
	left: 0px;
}

.bottom-left {
	bottom: 0px;
	left: 0px;
}

.bottom-right {
	bottom: 0px;
	right: 0px;
}

.absolute-cover {
	top: 0px;
	left: 0px;
	right: 0px;
}

.opacity-75 {
	opacity: 0.75 !important;
}

.opacity-50 {
	opacity: 0.5 !important;
}

.opacity-25 {
	opacity: 0.25 !important;
}

.about-history {
	bottom: -25px;
	left: -240px;
}

.about-history-title {
	transform: rotate(-90deg);
	line-height: 1 !important;
}

.about-gallery {
	transform: rotate(-90deg);
	margin-left: -70px;
}

.title-differently {
	top: 25%;
	left: 75%;
	width: 480px;
}

@media (max-width: 575.98px) {

	.title-differently {
		position: relative !important;
		width: auto;
		top: 0px;
		left: 0px;
		margin-top: -103px;
	}

	.title-differently {
		position: relative !important;
		top: 0px;
		left: 0px;
	}

	.about-history {
		bottom: 18px;
		left: -2px;
	}

	.about-gallery {
		margin-left: -48px;
	}

}

.mt-negative-1 {
	margin-top: -2.5rem;
}

.scroll-y {
	overflow-y: scroll;
	-webkit-overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.scroll-y::-webkit-scrollbar {
	display: none;
	width: 0px;
	background: transparent;
}

.registration-container {
	top: 0px;
	bottom: 0px;
	right: calc(-100vw);
	width: calc(100vw - 52px);
	z-index: 999;
}
.registration-container.active{
	right: -100vw;
}

@media (min-width: 1200px) {

	.registration-container {
		width: 100vw;
	}

}

.z-index-n {
	z-index: -1;
}

.z-index-1 {
	z-index: 1;
}

.z-index-100 {
	z-index: 100;
}

@media (max-width: 768px) {
	.bg-home-1 {
		background-position-x: 80%;
	}
}

li.dot-primary::before {
	content: "\2022";
	color: #ef4035;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

li.dot-secondary::before {
	content: "\2022";
	color: #0083bb;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

li.dot-body::before {
	content: "\2022";
	color: #00A661;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

li.dot-white::before {
	content: "\2022";
	color: #fff;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

.text-white.hover-line-white.active {
	color: #9FA1A4 !important;
}

@media (max-width: 575.98px) {
	.small-sm {
		font-size: 80% !important;
	}

	.zoom-sm {
		zoom: 80% !important;
	}

	.h3-sm {
		font-size: 1.75rem !important;
	}

	.h4-sm {
		font-size: 1.5rem !important;
	}

	.h5-sm {
		font-size: 1rem !important;
	}

	.h6-sm {
		font-size: 1.25rem !important;
	}

	.display-sm-2 {
		font-size: 4rem !important;
	}

	.display-sm-3 {
		font-size: 2.5rem !important;
	}

	.display-sm-4 {
		font-size: 2rem !important;
	}

	.letter-spacing-sm-4 {
		letter-spacing: 4px !important;
	}

	.vh-sm-50 {
		height: 50vh !important;
	}

	.w-sm-100 {
		width: 100% !important;
	}

	.w-sm-75 {
		width: 75% !important;
	}

	.w-sm-60 {
		width: 60% !important;
	}

	.h-sm-50 {
		height: 50% !important;
	}

	.h-sm-60 {
		height: 60% !important;
	}

	.h-sm-75 {
		height: 75% !important;
	}

	.h-sm-100px {
		height: 100px !important;
	}

	.mt-sm-negative {
		margin-top: -120px;
		z-index: 100;
	}

	.mt-sm-negative-2 {
		margin-top: -100px;
	}

	.mt-negative-sm-3 {
		margin-top: -20px;
	}

	.text-sm-black {
		color: #000 !important;
	}
}

@media (max-width: 320px) {
	
	.w-sm-60 {
		width: 30% !important;
	}

	.display-sm-2 {
		font-size: 2rem !important;
	}

	.display-sm-3 {
		font-size: 1.5rem !important;
	}

	.display-sm-4 {
		font-size: 1rem !important;
	}
}

.z-index-1000 {
	z-index: 1000;
}

.sound {
	left: 30px;
	bottom: 10px;
	width: 24px;
}

@media (min-width: 992px) {
	.sound {
		left: 100px;
		bottom: 60px;
		width: 50px;
	}
}

select.form-control.text-white:focus {
	color: #000000 !important;
}

.placeholder-dark::-webkit-input-placeholder {
	color: #6c757d !important;
}

.placeholder-dark::-moz-placeholder {
	color: #6c757d !important;
}

.placeholder-dark::-ms-input-placeholder {
	color: #6c757d !important;
}

.placeholder-dark::placeholder {
	color: #6c757d !important;
}

.placeholder-dark::placeholder {
	color: #6c757d !important;
}

.border-right-divider {
	border-right: 1px solid #fff;
}

.border-right-divider:nth-child(2n+2) {
	border-right: none;
}

.border-bottom-divider {
	border-bottom: 1px solid #fff;
}

.border-bottom-divider:nth-child(2n+1):nth-last-child(-n+2),
.border-bottom-divider:nth-child(2n+1):nth-last-child(-n+2) ~ .border-bottom-divider {
	border-bottom: none;
}

@media (min-width: 992px) {

	.border-right-divider:nth-child(2n+2) {
		border-right: 1px solid #fff;
	}

	.border-right-divider:nth-child(4n+4) {
		border-right: none;
	}

	.border-bottom-divider:nth-child(2n+1):nth-last-child(-n+2),
	.border-bottom-divider:nth-child(2n+1):nth-last-child(-n+2) ~ .border-bottom-divider {
		border-bottom: 1px solid #fff;;
	}

	.border-bottom-divider:nth-child(4n+1):nth-last-child(-n+4),
	.border-bottom-divider:nth-child(4n+1):nth-last-child(-n+4) ~ .border-bottom-divider {
		border-bottom: none;
	}

}

.past-community {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: -100%;
	z-index: 900;
}

.future-community {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 900;
}

.opacity-6 {
	opacity: 0.6;
}

.w-168px {
	width: 168px;
}

.w-1100px {
	width: 1100px;
}

.fancybox-slide--iframe .fancybox-content {
	width  : 1000px;
	height : 1000px;
	max-width  : 90%;
	max-height : 90%;
	margin: 0;
}

.bg-overlay {
	position: relative;
}

.bg-overlay:after {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.bg-black-25 {
	background-color: rgba(0, 0, 0, 0.25);
}

.hover-red:hover,
.hover-red.active {
	color: #ef4035 !important;
}

.container-home-community{
	max-width: 440px;
}
@media (min-width: 1200px) {
	.container-home-community{
		max-width: 550px;
	}
}
.img-community-logo {
	height: 70px;
	width: 120px;
}
@media (min-width: 992px){
	.img-community-logo {
		height: 100px;
		width: 150px;
	}
}
@media (max-width: 575.98px) and (min-height: 630px) {
	.spacer-home-community{
		padding-top: 1rem;
	}
}
.js-do-it-differently-content .copy-home-community{
	transform: translateY(100px);
	opacity: 0;
}
.js-do-it-differently-content.show .copy-home-community{
	transition: all 1s 0.8s;
	transform: translateY(0);
	opacity: 1;
}
.flex-1{
	flex: 1;
}
.top-0{
	top: 0;
}
.bottom-0{
	bottom: 0;
}
.left-0{
	left: 0;
}
.right-0{
	right: 0;
}
.object-contain{
	object-fit: contain;
}
.pointer-events-none{
	pointer-events: none;
}
.touch-action-none{
	touch-action: none !important;
}
.title-home-community{
	font-size: 21px;
}
.py-home-community-mobile{
	padding-top: 7rem;
	padding-bottom: 4rem;
}
#home-community-slide{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#home-community-slide.moving{
	height: 100vh;
	justify-content: flex-end;
}

body.hide-scrollbar::-webkit-scrollbar { width: 0 !important }
body.hide-scrollbar { overflow: -moz-scrollbars-none; }
body.hide-scrollbar { -ms-overflow-style: none; }
/* Safety First */
.bg-safety{
	background-color: #E5E5E5;
}
.input-hidden{
	position: absolute;
	z-index: -1;
}
.text-project-name{
	font-size: 1.25rem;
}
.accordion-signal{
	transition: transform 0.5s;
	transform-origin: center;
}
.collapsed .accordion-signal{
	transform: rotate(90deg);
	transition-delay: 350ms;
}
#collapseProjectName input[type="radio"]:checked+label{
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 0.4px;
}
.placeholder-black{
	color: black !important;
	font-weight: bold !important;
}
.placeholder-black::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: black !important;
	font-weight: bold;
	opacity: 1; /* Firefox */
}
.placeholder-black:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: black !important;
	font-weight: bold !important;
}
.placeholder-black::-ms-input-placeholder { /* Microsoft Edge */
	color: black !important;
	font-weight: bold !important;
}
.btn-submit-safety{
	padding-left: 5rem;
	padding-right: 5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	letter-spacing: 0.6px;
}

.homepage-button-1 {
	bottom: 24%;
	right: 20px;
}

.homepage-button-2 {
	bottom: 18%;
	right: 60%;
}

.homepage-button-3 {
	bottom: 15%;
	right: 60%;
}

.homepage-button-4 {
	bottom: 15%;
	right: 60%;
}

@media (min-width: 768px){

	.homepage-button-1 {
		bottom: 35%;
		right: 21%;
	}

	.homepage-button-2 {
		bottom: 30%;
		right: 70%;
	}

	.homepage-button-3 {
		bottom: 28%;
		right: 60%;
	}

	.homepage-button-4 {
		bottom: 32%;
		right:  22%;
	}

}

@media (min-width: 992px){

	.homepage-button-1 {
		bottom: 35%;
		right: 21%;
	}

	.homepage-button-2 {
		bottom: 22%;
		right: 18%;
	}

	.homepage-button-3 {
		bottom: 35%;
		right: 19%;
	}

	.homepage-button-4 {
		bottom: 22%;
		right:  22%;
	}

}

.circile-indicators {
	width: 16px !important;
	height: 16px !important;
	border-radius: 50%;
	border: 1px solid #fff !important;
	background-color: transparent !important;
	opacity: 1 !important;
}

.circile-indicators.active {
	background-color: #fff !important;
}

.carousel-horizontal .carousel-item-next,
.carousel-horizontal .carousel-item-prev {
	position: absolute;
	top: 0;
}

.carousel-horizontal .carousel-item-next.carousel-item-left,
.carousel-horizontal .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-horizontal .carousel-item-next.carousel-item-left,
	.carousel-horizontal .carousel-item-prev.carousel-item-right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.carousel-horizontal .carousel-item-next,
.carousel-horizontal .active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-horizontal .carousel-item-next,
	.carousel-horizontal .active.carousel-item-right {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.carousel-horizontal .carousel-item-prev,
.carousel-horizontal .active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
	.carousel-horizontal .carousel-item-prev,
	.carousel-horizontal .active.carousel-item-left {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.py-lg{
	padding-block: 4rem;
}

.py-xl{
	padding-block: 20vmin;
}
.divider{
	margin-block: 4rem;
}
@media (min-width: 992px) {
	.py-lg{
		padding-block: 8rem;
	}
	.divider{
		margin-block: 5rem;
	}
	.vertical-writing-container{
		max-width: 80vw;
		--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
	.vertical-writing {
		writing-mode: vertical-lr;
		transform: rotate(180deg);
		text-transform: uppercase;
		font-weight: bold;
		font-size: 2.5rem;
	}
}
/* Embed/footer */
.fixed-top.midnight-white .img-site-logo{
	filter: brightness(0) invert(1);
	transition: all 0.1s;
}
.fixed-top.midnight-white .btn-register{
	--bs-btn-color: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f8f9fa;
	--bs-btn-hover-border-color: #f8f9fa;
	--bs-btn-focus-shadow-rgb: 248,249,250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f8f9fa;
	--bs-btn-active-border-color: #f8f9fa;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #f8f9fa;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f8f9fa;
	--bs-gradient: none;
}
@media (max-width: 991.98px) {
	.btn-register{
		transition: none;
	}
}


.offcanvas-header:has(.nav-item.dropdown:is( :focus, :active)) ~ .offcanvas-body {
	visibility: hidden;
}

.offcanvas-menu{
	--bs-offcanvas-height: 100vh;
}
.offcanvas-header-menu{
	height: 100%;
}
@media (max-width: 1399.98px){
	.nav-link:not( :focus, :active) ~ .dropdown-parent {
		display: none;
	}	
}
@media (min-width:1400px) {
	.offcanvas-header-menu{
		height: auto;
	}
	.offcanvas-menu{
		--bs-offcanvas-height: 26rem;
	}
	.dropdown-parent{
		position: absolute;
	}
	.dropdown-item-link {
		position: relative;
		font-size: 1.6rem;
	}
	.dropdown-item-link:hover::before{
    content: '';
    position: absolute;
    background-color: white;
    height: 3px;
    width: calc(100% - 32px);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	}
	.community-dropdown-item-link:hover::before{
		height: 1px !important;
	}
	.dropdown-parent-line{
		margin-top: 10rem !important;
	}
	.dropdown-parent-lines{
		margin-top: 10rem !important;
	}
	.dropdown-open .offcanvas-body{
		visibility: hidden;
	}
}

/* View/index */
.community-list-end{
	background-color: rgb(var(--bs-dark-rgb));
}
.community-list-end .community-list-title{
	color: white;
}

.community-list-end{
	padding-block-start: 10rem;
}
@media (max-width: 767.98px) { 
	.news-homepage .news-wrapper{
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		flex-wrap: nowrap;
	}
	.news-homepage .news-item{
		max-width: 20rem;
		scroll-snap-align: center;
		scroll-margin: 5px;
	}
	.news-homepage .news-item-last{
		display: none;
	}
 }

/* community-list-item */
.community-list-item{
	padding-block-end: 5rem;
}
.community-list-item-transition{
	transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
	.community-list-item-media{
		opacity: 0;
		transition: opacity 300ms ease-in-out;
	}


	.community-list-item{
		padding-block-end: 15rem;
	}
}
.community-dropdown-item-link {
	white-space: normal !important;
}

.community-list-end .btn-outline-danger {
	--bs-btn-color: #fff;
	--bs-btn-border-color: #fff;
	/* --bs-btn-hover-color: #fff; */
	--bs-btn-hover-bg: #fff;
	--bs-btn-hover-border-color: #fff;
	--bs-btn-focus-shadow-rgb: 220,53,69;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: transparent;
	--bs-btn-active-border-color: #fff;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #fff;
	--bs-gradient: none;
}


.community-list-end .community-list-item:nth-of-type(4n + 1) .btn-outline-danger{
	--bs-btn-hover-color: rgb(var(--bs-danger-rgb));
}
.community-list-end .community-list-item:nth-of-type(4n + 2) .btn-outline-danger{
	--bs-btn-hover-color: rgb(var(--bs-info-rgb));
}
.community-list-end .community-list-item:nth-of-type(4n + 3) .btn-outline-danger{
	--bs-btn-hover-color: rgb(var(--bs-warning-rgb));
}
.community-list-end .community-list-item:nth-of-type(4n) .btn-outline-danger{
	--bs-btn-hover-color: rgb(var(--bs-success-rgb));
}
.community-list-end .community-list-item{
	grid-template-columns: unset;
}
@media (max-width:991.98px){
	.community-list-end .community-list-item > *:first-child{
		grid-area: 1/2;
	}
	.community-list-end .community-list-item > *:last-child{
		grid-area: 1/1;
	}
}

/* Community/overview */
.overview-content h3{
	font-family: Butler;
	font-size: 4rem;
	margin-bottom: 2rem;
}
.overview-content p{
	font-size: 1.5rem;
	margin-bottom: 2rem;
}

.card{
	--bs-card-title-spacer-y: 2.5rem;
	--bs-border-color-translucent: #040807;
	height: 100%;
}

.btn-secondary{
	--bs-btn-color: #fff;
	--bs-btn-bg: rgb(var(--bs-danger-rgb));
	--bs-btn-border-color: rgb(var(--bs-danger-rgb));
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: rgb(var(--bs-danger-rgb));
	--bs-btn-hover-border-color: rgb(var(--bs-danger-rgb));
	--bs-btn-focus-shadow-rgb: 220,53,69;
	--bs-btn-active-color: rgb(var(--bs-danger-rgb));
	--bs-btn-active-bg: #fff;
	--bs-btn-active-border-color: rgb(var(--bs-danger-rgb));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: rgb(var(--bs-danger-rgb));
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: rgb(var(--bs-danger-rgb));
	--bs-gradient: none;
	border-radius: 0.375rem !important;
	--bs-btn-border-radius: 0.375rem !important;
}

.btn-warning{
	--bs-btn-color: #000;
	--bs-btn-bg: rgb(var(--bs-warning-rgb));
	--bs-btn-border-color: rgb(var(--bs-warning-rgb));
	--bs-btn-hover-color: rgb(var(--bs-warning-rgb));
	--bs-btn-hover-bg: #000;
	--bs-btn-hover-border-color: #000;
	--bs-btn-focus-shadow-rgb: 220,53,69;
	--bs-btn-active-color: rgb(var(--bs-warning-rgb));
	--bs-btn-active-bg: #000;
	--bs-btn-active-border-color: rgb(var(--bs-warning-rgb));
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: rgb(var(--bs-warning-rgb));
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: rgb(var(--bs-warning-rgb));
	--bs-gradient: none;
	border-radius: 0.375rem !important;
	--bs-btn-border-radius: 0.375rem !important;
}

.community-aside{
	position: absolute;
	right: 0;
	top: 50vh;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.5rem;
	transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-lr;
	display: flex;
    align-items: center;
    justify-content: center;
}
.community-aside-staging{
	position: absolute;
	right: 0;
	top: 50vh;
	border-radius: 0;
	text-transform: uppercase;

	font-weight: bold;
	padding: 0.5rem;
	    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-lr;
	    display: flex;
    align-items: center;
    justify-content: center;
}
#communityItem{
	visibility: hidden;
}
#communityItemsButton::after{
	content:'';
	position: absolute;
	inset:0;
	border:1px solid rgb(var(--bs-light-rgb));
	animation: anim-ripple 2s infinite;
	pointer-events: none;
}
#communityItemStaging{
	visibility: hidden;
}
#communityItemsButtonStaging::after{
	content:'';
	position: absolute;
	inset:0;
	border:1px solid rgb(var(--bs-light-rgb));
	animation: anim-ripple-rect 2s infinite;
	pointer-events: none;
}

@keyframes anim-ripple {
	from {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1);
	}

	to {
		opacity: 0;
		transform: scale3d(1.8, 1.8, 1);
	}
}
.offcanvas.offcanvas-start{
	transform: translateX(calc(-100% + var(--button-circle-size) - 1rem))
}
@media (min-width:992px){
	.offcanvas.offcanvas-start{
		transform: translateX(calc(-100% + var(--button-circle-size)));
	}
}

#communityItems{
	z-index: 3000;
}
#communityItems:is(.show,.showing) #communityItem{
	visibility: visible;
}
#communityItems:is(.show,.showing) #communityItemsButton::after{
	animation:none;
	border:none;
}

.offcanvas-backdrop.show{
	opacity: 0;
}
.offcanvas-start{
	--bs-offcanvas-width: max(50vw,600px);
}

.hisotry-dot{
	width: 1rem;
	aspect-ratio: 1/1;
	background-color: red;
	border-radius: 100%;
}
.templateEvent-event{
  white-space: pre;
}
.hisotry-dot{
	position: relative;
}
.hisotry-dot::before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100vw;
	top: 0.5rem;
	background: rgb(var(--bs-body-color-rgb));
	z-index: -1;
}

.video-wrapper{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.transition{
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}


.offcanvas.offcanvas-top {
	transform: translateY(calc(-100% + 36px));
}
.offcanvas.offcanvas-start{--bs-offcanvas-width:max(50vw,320px);}

.community-item:empty ~ .btn-item{
	display: none;
}
.img-site-logo{
	width: 90px;
}
.register-div{
	visibility: hidden;
}
.offcanvasFrom-open .register-div{visibility:visible;}
[class*="btn-outline-"] {
	--bs-btn-font-size: 0.9rem;
}
.community-list-item{
	grid-template-columns: auto 50px;
}
.community-list-item > *:first-child{
	grid-area: 1/1;
}
.community-list-item > *:last-child{
	grid-area: 1/2;
	align-self: center;
}
@media (min-width:992px){
	.offcanvas.offcanvas-top {
		transform: translateY(calc(-100% + 76px));
	}
	.img-site-logo{
		width: 138px;
	}
	.register-div{visibility:visible;}
	[class*="btn-outline-"] {
		--bs-btn-font-size: 1rem;
	}
}
@media (max-width:991.98px){
	.register-div{
		z-index: 10000;
	}
}
.offcanvas.show:not(.hiding), .offcanvas.showing{
	transform: none;
}

/* community-list-item */
.community-list:not(:hover) .community-list-item:first-of-type  .community-list-item-media{
	opacity: 1;
}
.community-list:hover .community-list-item:hover  .community-list-item-media{
	opacity: 1;
}
.community-list-item{
	display: grid;
}
.community-list-item	> * {
		grid-area: 1/1;
}
.community-list-item-title{
	place-self: center start;
}
.community-list-item-media{
	place-self: end;
}


.community-list-end{
	text-align: end;
}
.community-list-end	.community-list-item-title {
		place-self: center end;
}
.community-list-end	.community-list-item-media{
	grid-area: 1/1;
	place-self: center start;
}
.community-list-end	.community-list-item-btn{
	order: -1;
}
.community-list-end .flex-item-order{
	order: -1;
}

@media (max-width:991.98px){
	.display-2{
		font-size: calc(1.575rem + 1.7vw);
	}
}

.grid-footer{
	padding-inline: max(5%, 15px);
	padding-block-end: 5rem;
	display: grid;
	grid-template-areas: 
	"address address"
	"links links"
	"copyright social";

}
@media (min-width:992px) {
	.grid-footer{
		column-gap: 3rem;
		grid-template-columns: max(2fr,30rem) 1.5fr 0.5fr;
		grid-template-areas: 
		"address links social"
		"copyright links social";
	}
}

.grid-footer-item-address{
	grid-area: address;
}
.grid-footer-item-links{
	grid-area: links;
}
.grid-footer-item-copyright{
	grid-area: copyright;
}
.grid-footer-item-social{
	grid-area: social;
	display: grid;
  place-items: end;
  gap: 1rem;
}
@media (min-width:992px){
	.grid-footer-item-social{
		display: block;
		margin-inline-start: auto;
	}
}

.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

body{
	overflow-x: hidden;
}



.form-check-input[type=checkbox]{
	border-radius: 100%;
}
.form-check-input:checked{
	border-color: currentColor;
}

@media (min-width:992px){
	.community-list-section-title{
		padding-block-end: 10rem;
	}
}


.grid-mission{
	margin-block:10rem;
	gap: 10rem;
}
@media (min-width:992px){
	.grid-mission{
		gap: 20rem;
	}
}

.news-list a{
	color: inherit;
	text-decoration: none;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl{
	visibility: visible;
	--bs-offcanvas-transition:transform 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.offcanvas:not(.show, .showing){
	background-color: rgba(0,0,0,0) !important;
}
.offcanvas.hiding .nav-link{
	color: transparent;
}
.offcanvas.hiding{
	background-color: rgba(0,0,0,0) !important;
}
.offcanvas.offcanvas-end{
	width: 100vw;
}
.offcanvas-backdrop{
	z-index: 10;
}

.dropdown-parent{
	transform: none !important;
	inset: 0 !important;
	background-color: unset !important;
	max-width: unset;
	margin-inline: auto !important;
	border: none;
	padding: 0;
	line-height: 1.1;
}
.nav-tabs{
	--bs-nav-tabs-border-width: 0;
}
.nav-link{
	--bs-nav-link-font-size: .7rem;
}

.nav-link.show ~ .dropdown-parent {
	display: flex;
}

@media (max-width:1399.98px){
	.nav-link{
		--bs-nav-link-font-size: 2.5vh;
	}
	.dropdown-menu{--bs-dropdown-font-size:2.5vh}
	.nav-link.show ~ .dropdown-parent {
		position: static !important;
		display: block;
    text-align: center;
	}
}

.dropdown-menu.show{
	display: flex;
}
.offcanvasFrom-open .btn-register{
	--bs-btn-color: #f8f9fa;
	--bs-btn-border-color: #f8f9fa;
	--bs-btn-hover-color: #000;
	--bs-btn-hover-bg: #f8f9fa;
	--bs-btn-hover-border-color: #f8f9fa;
	--bs-btn-focus-shadow-rgb: 248,249,250;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #f8f9fa;
	--bs-btn-active-border-color: #f8f9fa;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #f8f9fa;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #f8f9fa;
	--bs-gradient: none;
}
.offcanvasFrom-open .img-site-logo {
	filter: brightness(0) invert(1);
	transition: all 0.1s;
}

.dropdown-item:focus, .dropdown-item:hover{
	--bs-dropdown-link-hover-bg: transparent;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	--bs-btn-active-border-color: transparent;
	text-decoration: underline;
}

.dropdown-toggle::after,
.community-dropdown-toggle::after,
.community-dropdown-toggle:hover::after {
	content: "+";
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 2px;
	border: none;
}

.community-dropdown-toggle::after,
.community-dropdown-toggle:hover::after {
	margin-left: 0 !important;
}

.community-dropdown-toggle:hover {
	border-bottom: 1px #fff solid;
	margin-bottom: 7px;
}

.community-dropdown-toggle.show:hover {
	border-bottom: 1px #fff solid;
}

.ukiyo{
  opacity: 0;
}


.ukiyo-wrapper .ukiyo{
	animation: fadein 1s forwards;
 }
 
 @keyframes fadein {
	 from {opacity: 0;}
	 to {opacity: 1;}
 }
 .offcanvas.offcanvas-top{
	bottom: unset;
	min-height: var(--bs-offcanvas-height);
	height: auto;
 }
 @media (max-width: 1399.98px) { 
	.offcanvas.offcanvas-top  .offcanvas-header{
		overflow-y: auto;
	 padding-top: 7rem;
	}
  }

	.fixed-top{
		-webkit-transform:translate3d(0,0,0);
		transform: translate3d(0, 0, 200px);
	}
	.offcanvas.show:not(.hiding), .offcanvas.showing{
		-webkit-transform:translate3d(0,0,0);
		transform: translate3d(0, 0, 200px);
	}
	.on-top {
		-webkit-transform:translate3d(0,0,0);
		transform: translate3d(0, 0, 200px);
	}
	@media(max-width: 1399.98px){
		.nav{--bs-nav-link-padding-x:0.25rem;}
	}
	.nav-item {
		text-align: center;
	}
	.nav-link{
		display: inline-block;
	}
	.nav-link:hover{
		text-decoration: underline;
	}
	.js-menu-link.show{
		border-bottom: 2px solid white;
	}
	.js-menu-link.community-dropdown-toggle.show {
		border-bottom: 1px solid white !important;
	}
	.js-menu-link.show:hover{
		text-decoration: none;
	}
	.find_a_home{
		min-height: 80vh;
	}

	#replay-icon{
		left: var(--mouse-x,50vw);
		top: var(--mouse-y,50vh);
		transition: all 0.1s;
	}

	.filter-white{
		filter: brightness(0) invert(1);
	}

.navigation-pile__bg{
	visibility: hidden;
}
.navigation-pile__button{
		--bs-btn-color: rgb(var(--bs-danger-rgb));
    --bs-btn-border-color: rgb(var(--bs-danger-rgb));
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: rgb(var(--bs-danger-rgb));
    --bs-btn-hover-border-color: rgb(var(--bs-danger-rgb));
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: rgb(var(--bs-danger-rgb));
    --bs-btn-active-border-color: rgb(var(--bs-danger-rgb));
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: rgb(var(--bs-danger-rgb));
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: rgb(var(--bs-danger-rgb));
    --bs-gradient: none;
}
.navigation-pile__img{
	filter: brightness(.8);
}
.aspect-square{
	aspect-ratio: 1/1;
}
@media (min-width: 992px) {
	.navigation-pile:hover .navigation-pile__img{
		visibility: hidden;
	}
	.navigation-pile:hover .navigation-pile__bg{
		visibility: visible;
	}
}

.break{
	flex-basis: 100%;
  height: 0;
}
[data-lind-btn="menu"][data-active="true"]{
	border: 1px solid #fff;	
}
[data-lind-div="register"][data-active="true"]{
	visibility: visible;
}
[data-lind-btn="offcanvasFrom"][data-active="true"]{
	border: none;
}
[data-lind-btn="register"]{
	display: inline;
}
[data-lind-btn="register"][data-active="false"]{
	display: none;
}
[data-lind-btn="close"]{
	display: none;
}
[data-lind-btn="close"][data-active="true"]{
	display: flex;
	align-items: center;
  gap: 0.5rem;
}
/* tw */
.hidden{
	display: none;
}
.tracking-wide{
	letter-spacing: 0.025em;
}
@media (hover: hover) {
	.group:hover .group-hover\:grid {
		display: grid;
	}
	.hover\:text-black:hover{
		--bs-white-rgb: 0,0,0;
		color: #000;
	}
}

.gallery-image {
	cursor: pointer;
}

.order-last{
	order: 999 !important;
}

html:has([data-filter="completed-communities"].active) .image-date{
	display: none;
}
@media (max-width:991.98px){
	html:has(#offcanvasFrom.active) #offcanvasButtonWrapper{
		pointer-events: none !important;
		visibility:hidden !important;
	}
}
.model-rendering-wrapper{
	width: 100%;
	height: 500px;
	max-height: 500px;
	background-color: rgb(243, 244, 245);
}
.model-rendering-img{
	max-width: 100%;
	height: 100%;
	object-fit: contain;

}
.model-rendering{
	max-height: 500px;
	object-fit: contain;
	background-color: rgb(243, 244, 245);
}

/* Inventory Page Update */
.inventory-form-select{
	--bs-form-select-bg-img: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg data-name="plus" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.2 13"><text transform="translate(0 10.3)" font-family="TradeGothic LT" font-size="12" data-name="plus"><tspan x="0" y="0">+</tspan></text></svg>') !important;
	background-size:12px !important;
	background-position:98% center !important;
	font-size: .875em !important;
}

.inventory-accordion-button::after {
	--bs-accordion-btn-icon:url('https://www.lindvest.com/images/assets/plus-red.svg') !important;
	--bs-accordion-btn-active-icon: url('https://www.lindvest.com/images/assets/minus-red.svg') !important;
	width: 1.5rem !important;
	height: 1.5rem !important;
	background-size: 1.5rem !important;
}

.inventory-accordion-button {
	box-shadow: none !important;
}

#inventory_mb_accordion .accordion-item{
	border-top: 0;
	border-bottom: 0;
}
#inventory_mb_accordion .inventory-accordion-button::after{
	display: none;
}

@media screen and (max-width: 991px) {
	 #inventory_mb_accordion .accordion-item{
		border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
	}
	#inventory_mb_accordion .inventory-accordion-button::after{
		display: unset;
	}
}

.ticker-wrap {
	box-sizing: content-box;
}

.ticker-wrap .ticker {
	display: inline-block;
	white-space: nowrap;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 80s;
	animation-duration: 80s;
}

.ticker-wrap .ticker-left {
	display: inline-block;
	white-space: nowrap;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker-left;
	animation-name: ticker-left;
	-webkit-animation-duration: 80s;
	animation-duration: 80s;
}

.ticker-item {
	width: 90dvw;
}

@media (min-width: 992px) {
	.ticker-item {
		width: 33dvw;
	}
}

.ticker-text {
	width: 133dvw;
}

@-webkit-keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}

@-webkit-keyframes ticker-left {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}
}
@keyframes ticker-left {
	0% {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		visibility: visible;
	}
	100% {
		-webkit-transform: translate3d(0%, 0, 0);
		transform: translate3d(0%, 0, 0);
	}
}

.brightness-dark {
	filter: brightness(0.75);
}
#mainNavbar .dropdown-menu.show {
	display: block;
}
#mainNavbar .dropdown-danger .dropdown-item:hover,
#mainNavbar .dropdown-danger .dropdown-item:focus,
#mainNavbar .dropdown-danger .dropdown-item[aria-current="page"]  {
	background-color: rgb(var(--bs-danger-rgb));
	color: white;
}

#mainNavbar .dropdown-info .dropdown-item:hover,
#mainNavbar .dropdown-info .dropdown-item:focus,
#mainNavbar .dropdown-info .dropdown-item[aria-current="page"] {
	background-color: rgb(var(--bs-info-rgb));
	color: white;
}

#mainNavbar .dropdown-warning .dropdown-item:hover,
#mainNavbar .dropdown-warning .dropdown-item:focus,
#mainNavbar .dropdown-warning .dropdown-item[aria-current="page"] {
	background-color: rgb(var(--bs-warning-rgb));
	color: white;
}

#mainNavbar .dropdown-success .dropdown-item:hover,
#mainNavbar .dropdown-success .dropdown-item:focus,
#mainNavbar .dropdown-success .dropdown-item[aria-current="page"] {
	background-color: rgb(var(--bs-success-rgb));
	color: white;
}
.nav-link[aria-current="page"] {
	border-bottom: 2px solid currentColor;
}

/* Or if you need specific colors for each class: */
.nav-link.text-danger[aria-current="page"] {
	border-bottom: 2px solid rgb(var(--bs-danger-rgb));
}

.nav-link.text-info[aria-current="page"] {
	border-bottom: 2px solid rgb(var(--bs-info-rgb));
}

.nav-link.text-warning[aria-current="page"] {
	border-bottom: 2px solid rgb(var(--bs-warning-rgb));
}

.nav-link.text-success[aria-current="page"] {
	border-bottom: 2px solid rgb(var(--bs-success-rgb));
}
@media (max-width:1399.98px){
	#mainNavbar .nav-link {
		--bs-nav-link-font-size: .7rem;
	}
}