/* Utilities used by the current site. */

@media (max-width: 1024px) {
	.hide-from-xlg { display: none !important; }
}
.font-500 { font-weight: 500 !important; }
.text-lg {
	font-size: clamp(20px, 2vw, 24px) !important;
}
.text-lg p,
p.text-lg {
	margin-bottom: 30px !important;
}

.text-xxlg {
	font-size: clamp(28px, 3vw, 48px) !important;
	line-height: 1.2;
}
.text-xxlg p,
p.text-xxlg {
	margin-bottom: 3.5% !important;
}
.text-pretty {
	text-wrap: pretty;
}
.max-width-400 { max-width: 400px !important; }
.max-width-600 { max-width: 600px !important; }
.max-width-700 { max-width: 700px !important; }

.text-main {
	color: var(--tt-main-color) !important;
}
a.tt-link {
	background-repeat: no-repeat;
	background-image: -o-linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	background-image: -ms-linear-gradient(transparent 100%, currentColor 1px);
	transition: 0.6s cubic-bezier(.215, .61, .355, 1) !important;
	background-size: 0 100%;
	border: none;
	opacity: 1;
	text-decoration: none;
}
a.tt-link:hover,
a.tt-link:focus {
	background-size: 100% 100%;
	opacity: 1;
}
.border-top { border-top: 1px solid var(--tt-border-color) !important; }
.padding-top-30 { padding-top: 30px !important; }
.padding-top-40 { padding-top: 40px !important; }
.padding-top-100 { padding-top: 100px !important; }
.padding-bottom-80 { padding-bottom: 80px !important; }
.no-padding { padding: 0 !important; }
.no-padding-top { padding-top: 0 !important; }
.no-padding-bottom { padding-bottom: 0 !important; }
@media (min-width: 1025px) {
	.padding-top-xlg-60 { padding-top: 60px !important; }
	.padding-top-xlg-120 { padding-top: 120px !important; }
	.padding-top-xlg-140 { padding-top: 140px !important; }
	.padding-bottom-xlg-40 { padding-bottom: 40px !important; }
	.padding-bottom-xlg-80 { padding-bottom: 80px !important; }
	.padding-bottom-xlg-100 { padding-bottom: 100px !important; }
	.padding-bottom-xlg-120 { padding-bottom: 120px !important; }
	.padding-bottom-xlg-140 { padding-bottom: 140px !important; }
}
.margin-top-20 { margin-top: 20px !important; }
.margin-top-30 { margin-top: 30px !important; }
.margin-top-40 { margin-top: 40px !important; }
.margin-bottom-10 { margin-bottom: 10px !important; }
.margin-bottom-20 { margin-bottom: 20px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-40 { margin-bottom: 40px !important; }
.margin-bottom-50 { margin-bottom: 50px !important; }
.no-margin { margin: 0 !important; }
@media (min-width: 1025px) {
	.margin-bottom-xlg-80 { margin-bottom: 80px !important; }
	.margin-left-xlg-10-p { margin-left: 10% !important; }
}
.tt-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tt-wrap .tt-row {
	margin-right: -15px;
	margin-left: -15px;
}
[class*="tt-col-"] {
	position: relative;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.tt-align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}
.tt-align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
@media (min-width: 576px) {
	.tt-col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (min-width: 768px) {
	.tt-justify-content-md-end {
		display: flex !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
}

@media (min-width: 992px) {
	.tt-col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.tt-col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tt-col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.tt-col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tt-col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.tt-col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.tt-lg-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
}

@media (min-width: 1025px) {
	.tt-col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.tt-col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.tt-col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tt-col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.tt-col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.tt-justify-content-xl-end {
		display: flex !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.tt-xl-row-reverse {
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.tt-xl-column-reverse {
		display: flex;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
}
