html {
	scroll-behavior: smooth;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 100% !important;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	font-family: FreightText;
	font-weight: 500;
	display: block;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}
.select2-container[dir="rtl"]
	.select2-selection--single
	.select2-selection__rendered {
	color: #fff;
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline;
	list-style: none;
	padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
	background-color: transparent;
	border: none;
	font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
}
.select2-container
	.select2-search--inline
	.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-dropdown {
	background-color: #002b49;
	border: 1px solid #ededed;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}
.select2-results {
	display: block;
}
.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.select2-results__option {
	color: #fff;
	font-size: 15px;
	padding: 7.5px 20px;
	transition: 0.3s;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.select2-results__option--selectable {
	cursor: pointer;
}
.select2-container--open .select2-dropdown {
	left: 0;
}
.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}
.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}
.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ededf4;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 20px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__placeholder {
	color: #fff;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 20px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: 0;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
.select2-container--default[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	left: 1px;
	right: auto;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__clear {
	display: none;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #fff transparent;
	border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	height: 20px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 1px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-right: 1px solid #aaa;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #999;
	cursor: pointer;
	font-size: 1em;
	font-weight: 700;
	padding: 0 4px;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover,
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:focus {
	background-color: #f1f1f1;
	color: #333;
	outline: none;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-left: 1px solid #aaa;
	border-right: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.select2-container--default[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__clear {
	float: left;
	margin-left: 10px;
	margin-right: auto;
}
.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}
.select2-container--default.select2-container--disabled
	.select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled
	.select2-selection__choice__remove {
	display: none;
}
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__group {
	padding-left: 0;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option
	.select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
	padding: 0;
}
.select2-container--default .select2-results__option--disabled {
	color: #999;
}
.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	color: #f7db15;
}
.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__rendered {
	color: #fff;
	line-height: 28px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	height: 26px;
	margin-right: 20px;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__placeholder {
	color: #999;
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0);
}
.select2-container--classic
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--single
	.select2-selection__clear {
	float: left;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--single
	.select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow {
	background: 0 0;
	border: none;
}
.select2-container--classic.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	cursor: text;
	outline: 0;
	padding-bottom: 5px;
	padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__clear {
	display: none;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 0;
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__display {
	cursor: default;
	padding-left: 2px;
	padding-right: 5px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove {
	background-color: transparent;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	color: #888;
	cursor: pointer;
	font-size: 1em;
	font-weight: 700;
	padding: 0 4px;
}
.select2-container--classic
	.select2-selection--multiple
	.select2-selection__choice__remove:hover {
	color: #555;
	outline: none;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__display {
	padding-left: 5px;
	padding-right: 2px;
}
.select2-container--classic[dir="rtl"]
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open
	.select2-selection--multiple {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
	.select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}
.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
	border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
	padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
	color: grey;
}
.select2-container--classic
	.select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #3875d7;
	color: #fff;
}
.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}
@media (max-width: 374px) {
	.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.select2-container--default
		.select2-selection--single
		.select2-selection__arrow {
		height: 26px;
		position: absolute;
		top: 12px;
		right: 10px;
		width: 20px;
	}
}
@charset "UTF-8"; /*!Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
@keyframes bounce {
	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	60% {
		transform: translateY(-15px);
	}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}
@-webkit-keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
@keyframes flash {
	0%,
	50%,
	100% {
		opacity: 1;
	}
	25%,
	75% {
		opacity: 0;
	}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}
@-webkit-keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}
@-webkit-keyframes shake {
	0%,
	100% {
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}
@keyframes shake {
	0%,
	100% {
		transform: translateX(0);
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-10px);
	}
	20%,
	40%,
	60%,
	80% {
		transform: translateX(10px);
	}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes swing {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
@keyframes swing {
	20% {
		transform: rotate(15deg);
	}
	40% {
		transform: rotate(-10deg);
	}
	60% {
		transform: rotate(5deg);
	}
	80% {
		transform: rotate(-5deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.swing {
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}
@-webkit-keyframes tada {
	0% {
		transform: scale(1);
	}
	10%,
	20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		transform: scale(1) rotate(0);
	}
}
@keyframes tada {
	0% {
		transform: scale(1);
	}
	10%,
	20% {
		transform: scale(0.9) rotate(-3deg);
	}
	30%,
	50%,
	70%,
	90% {
		transform: scale(1.1) rotate(3deg);
	}
	40%,
	60%,
	80% {
		transform: scale(1.1) rotate(-3deg);
	}
	100% {
		transform: scale(1) rotate(0);
	}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}
@-webkit-keyframes wobble {
	0% {
		transform: translateX(0%);
	}
	15% {
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		transform: translateX(0%);
	}
}
@keyframes wobble {
	0% {
		transform: translateX(0%);
	}
	15% {
		transform: translateX(-25%) rotate(-5deg);
	}
	30% {
		transform: translateX(20%) rotate(3deg);
	}
	45% {
		transform: translateX(-15%) rotate(-3deg);
	}
	60% {
		transform: translateX(10%) rotate(2deg);
	}
	75% {
		transform: translateX(-5%) rotate(-1deg);
	}
	100% {
		transform: translateX(0%);
	}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(0.3);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(30px);
	}
	80% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(0);
	}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	80% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(30px);
	}
	80% {
		transform: translateX(-10px);
	}
	100% {
		transform: translateX(0);
	}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		opacity: 1;
		transform: translateX(-30px);
	}
	80% {
		transform: translateX(10px);
	}
	100% {
		transform: translateX(0);
	}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	80% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes bounceInUp {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	60% {
		opacity: 1;
		transform: translateY(-30px);
	}
	80% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(0);
	}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		transform: scale(0.3);
	}
}
@keyframes bounceOut {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(0.95);
	}
	50% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 0;
		transform: scale(0.3);
	}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}
@keyframes bounceOutDown {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(-20px);
	}
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
@keyframes bounceOutLeft {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(20px);
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}
@keyframes bounceOutRight {
	0% {
		transform: translateX(0);
	}
	20% {
		opacity: 1;
		transform: translateX(-20px);
	}
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
@keyframes bounceOutUp {
	0% {
		transform: translateY(0);
	}
	20% {
		opacity: 1;
		transform: translateY(20px);
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translateY(2000px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}
@keyframes fadeOutDown {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(20px);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}
@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(2000px);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-20px);
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}
@keyframes fadeOutRight {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(20px);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}
@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}
@keyframes fadeOutUp {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-20px);
	}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
@keyframes flip {
	0% {
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}
@-webkit-keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateX(-10deg);
	}
	70% {
		transform: perspective(400px) rotateX(10deg);
	}
	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}
.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}
@-webkit-keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
	40% {
		transform: perspective(400px) rotateY(-10deg);
	}
	70% {
		transform: perspective(400px) rotateY(10deg);
	}
	100% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}
.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
@keyframes flipOutX {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
@keyframes flipOutY {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
	100% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}
.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}
@keyframes lightSpeedIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
	60% {
		transform: translateX(-20%) skewX(30deg);
		opacity: 1;
	}
	80% {
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}
	100% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
	0% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}
@keyframes lightSpeedOut {
	0% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
	100% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateIn {
	0% {
		transform-origin: center center;
		transform: rotate(-200deg);
		opacity: 0;
	}
	100% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}
@keyframes rotateOut {
	0% {
		transform-origin: center center;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: center center;
		transform: rotate(200deg);
		opacity: 0;
	}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: left bottom;
		transform: rotate(-90deg);
		opacity: 0;
	}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(0);
		opacity: 1;
	}
	100% {
		transform-origin: right bottom;
		transform: rotate(90deg);
		opacity: 0;
	}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	100% {
		transform: translateY(0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	100% {
		transform: translateX(0);
	}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	100% {
		transform: translateX(0);
	}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
@keyframes slideOutLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(-2000px);
	}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}
@keyframes slideOutRight {
	0% {
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(2000px);
	}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		transform: translateY(700px);
		opacity: 0;
	}
}
@keyframes hinge {
	0% {
		transform: rotate(0);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40% {
		transform: rotate(60deg);
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	80% {
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	100% {
		transform: translateY(700px);
		opacity: 0;
	}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}
@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}
@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}
	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}
@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}
@keyframes rollOut {
	0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
	100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}
@font-face {
	font-family: pt sans;
	src: url(../fonts/PTSans-BoldItalic.eot);
	src: url(../fonts/PTSans-BoldItalicd41d.eot?#iefix)
			format("embedded-opentype"),
		url(../fonts/PTSans-BoldItalic.woff2) format("woff2"),
		url(../fonts/PTSans-BoldItalic.woff) format("woff"),
		url(../fonts/PTSans-BoldItalic.ttf) format("truetype"),
		url(../fonts/PTSans-BoldItalic.svg#PTSans-BoldItalic) format("svg");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: pt sans;
	src: url(../fonts/PTSans-Bold.eot);
	src: url(../fonts/PTSans-Boldd41d.eot?#iefix) format("embedded-opentype"),
		url(../fonts/PTSans-Bold.woff2) format("woff2"),
		url(../fonts/PTSans-Bold.woff) format("woff"),
		url(../fonts/PTSans-Bold.ttf) format("truetype"),
		url(../fonts/PTSans-Bold.svg#PTSans-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: pt sans;
	src: url(../fonts/PTSans-Italic.eot);
	src: url(../fonts/PTSans-Italicd41d.eot?#iefix) format("embedded-opentype"),
		url(../fonts/PTSans-Italic.woff2) format("woff2"),
		url(../fonts/PTSans-Italic.woff) format("woff"),
		url(../fonts/PTSans-Italic.ttf) format("truetype"),
		url(../fonts/PTSans-Italic.svg#PTSans-Italic) format("svg");
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}
@font-face {
	font-family: pt sans;
	src: url(../fonts/PTSans-Regular.eot);
	src: url(../fonts/PTSans-Regulard41d.eot?#iefix) format("embedded-opentype"),
		url(../fonts/PTSans-Regular.woff2) format("woff2"),
		url(../fonts/PTSans-Regular.woff) format("woff"),
		url(../fonts/PTSans-Regular.ttf) format("truetype"),
		url(../fonts/PTSans-Regular.svg#PTSans-Regular) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: freigeist;
	src: url(../fonts/Freigeist-Regular.otf) format("opentype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: freigeist;
	src: url(../fonts/Freigeist-Medium.otf) format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: freigeist;
	src: url(../fonts/Freigeist-Bold.otf) format("opentype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: freigeist;
	src: url(../fonts/Freigeist-Black.otf) format("opentype");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: freighttext;
	src: url(../fonts/FreightTextBook.otf) format("opentype");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: freighttext;
	src: url(../fonts/FreightTextBold.otf) format("opentype");
	font-weight: 700;
	font-style: normal;
}
input {
	-webkit-appearance: none;
	border-radius: 0;
}
.footer-socials:hover img {
	transform: scale(1.2);
}
.sh-default-styling h1,
.sh-default-styling h2,
.sh-default-styling h3,
.sh-default-styling h4,
.sh-default-styling h5 {
	text-transform: uppercase;
	letter-spacing: 0.025em;
	font-family: PT Sans;
	font-weight: 500;
}
.sh-default-styling h1 {
	font-size: 3rem;
	@media (min-width: 768px) {
		font-size: 4rem;
	}
}
.sh-default-styling h2 {
	font-size: 2.25rem;
	@media (min-width: 768px) {
		font-size: 3rem;
	}
}
.sh-default-styling h3 {
	font-size: 1.75rem;
	@media (min-width: 768px) {
		font-size: 2.25rem;
	}
}
.back-to-top .arrow {
	transform: rotate(-90deg);
}
.cursor {
	position: absolute;
	height: 20px;
	width: 20px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: 100;
	pointer-events: none;
	transition: width 500ms linear, height 500ms linear, opacity 500ms linear;
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
	border-width: 3px;
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
	border-style: solid;
}
.cursor span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-family: cursive;
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
	opacity: 0;
	visibility: hidden;
	transition-duration: 300ms;
}
.cursor span:nth-child(1) {
	left: -15px;
}
.cursor span:nth-child(2) {
	right: -15px;
}
.cursor.active {
	width: 30px;
	height: 30px;
	opacity: 0.7;
}
.cursor.active-drag {
	background-color: transparent;
}
.cursor.active-drag span {
	opacity: 1;
	visibility: visible;
}
.language-switcher {
	height: 50px;
}
.ie .language-switcher-close {
	top: 12px;
}
.ie .single-post-hero {
	display: block;
}
.ie a:hover .arrow {
	transform: translateX(5px);
}
.ie .team-slider-section .bg-gradient-to-b,
.ie .quote-section .bg-gradient-to-b {
	background-color: rgba(3, 144, 231, 0.3);
}
.language-switcher.hide {
	height: 0px;
	transition: 0.5s;
}
body {
	font-family: pt sans;
}
.sticky-nav .site-header {
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sticky-nav .site-branding-home {
	height: 100%;
}
.sticky-nav .site-branding-home a {
	padding-bottom: 1.875rem;
	padding-top: 0;
}
.sticky-nav .header-top {
	padding-top: 0.75rem;
	padding-bottom: 0.5rem;
}
.sticky-nav .header-top .phone-wrap a {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.home-hero-section .title strong {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.practice-area-subtitle h2 {
	text-transform: capitalize;
	line-height: 1.25;
}
h4 {
	text-transform: uppercase;
	font-weight: 700;
	font-family: freighttext;
}
.slider .slick-slide {
	display: flex;
}
.read-more {
	font-family: freighttext;
	font-weight: 700;
	font-size: 0.875rem;
}
.read-more .link-title {
	display: inline-block;
	vertical-align: middle;
}
.arrow {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	transition-duration: 500ms;
	transition-property: all;
}
a:hover .arrow {
	--transform-translate-x: 0;
	--transform-translate-y: 0;
	--transform-rotate: 0;
	--transform-skew-x: 0;
	--transform-skew-y: 0;
	--transform-scale-x: 1;
	--transform-scale-y: 1;
	transform: translateX(var(--transform-translate-x))
		translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
		skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
		scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
	--transform-translate-x: 0.5rem;
}
.arrow-yellow {
	background-image: url(../fonts/arrow-yellow.svg);
}
.arrow-yellow-alt {
	background-image: url(../fonts/arrow-yellow-alt.svg);
}
.arrow-white {
	background-image: url(../fonts/arrow-white.svg);
}
.arrow-gray {
	background-image: url(../fonts/arrow-gray.svg);
}
.arrow-blue {
	background-image: url(../fonts/arrow-blue.svg);
}
.arrow-dark-blue {
	background-image: url(../fonts/arrow-dark-blue.svg);
}
.arrow-darkest-blue {
	background-image: url(../images/arrow-darkest-blue.svg);
}
.arrow-blue-top {
	background-image: url(../fonts/arrow-blue-top.png);
}
.arrow-yellow-top {
	background-image: url(../fonts/arrow-yellow-up.png);
}
.arrow-white-top {
	background-image: url(../fonts/arrow-white-up.png);
}
.area a:hover .read-more {
	opacity: 1;
}
.quote-section + .quote-section {
	padding-top: 3rem;
}
.quote-section + .team-slider-section {
	padding-top: 1.875rem;
}
.team-member {
	overflow: hidden;
}
@media (max-width: 639px) {
	.team-member {
		width: calc(100vw - 3.75rem);
	}
}
.team-member a:hover > div {
	opacity: 1;
}
.team-member a {
	transition: all 0.5s linear;
}
.team-member a:hover {
	transform: scale(1.05);
}
.team-member-content {
	bottom: 15px;
}
.team-member a:hover .team-member-content {
	transform: scale(0.952);
}
.team-slider-arrows:not(.team-slider-arrow-alt) svg {
	height: 1.875rem;
}
.footer-widgets .footer-menu li {
	margin-bottom: 0.5rem;
}
.site-footer .locations p {
	margin-bottom: 1rem;
}
.site-footer .locations a {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
	font-size: 0.875rem;
	text-decoration: underline;
	font-weight: 700;
	transition-duration: 300ms;
}
.site-footer .locations a:hover {
	--text-opacity: 1;
	color: #ffe115;
	color: rgba(255, 225, 21, var(--text-opacity));
}
.form-wrap .form-field {
	margin-bottom: 0.75rem;
	position: relative;
}
.frm_button_submit {
	display: inline-block;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 3rem;
	padding-right: 3rem;
	font-weight: 700;
	position: relative;
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
}
.frm_button_submit:hover {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.frm_hidden {
	display: none;
}
.frm_error {
	--text-opacity: 1;
	color: red;
	color: rgba(255, 0, 0, var(--text-opacity));
	font-size: 0.75rem;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 0.25rem;
	margin-bottom: 0;
}
.frm_blank_field input,
.frm_blank_field textarea,
.frm_blank_field .select2-selection--single {
	--border-opacity: 1;
	border-color: red;
	border-color: rgba(255, 0, 0, var(--border-opacity));
}
.consultation-section .frm_html_container {
	text-align: left;
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	font-size: 0.875rem;
}
.consultation-section .frm_html_container a {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	text-decoration: underline;
}
.blue-text h4 {
	margin-bottom: 1rem;
	letter-spacing: 0.05em;
}
.blue-text h2 {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.arrow-down {
	background-image: url(../fonts/arrow-dark-blue-down.svg);
	height: 2rem;
	width: 1rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
}
.arrow-down-white {
	background-image: url(../fonts/arrow-white-down.svg);
	height: 32px;
	width: 1.5rem;
	bottom: 0;
	background-position: center;
	margin: auto;
}
.arrow-down-yellow {
	background-image: url(../fonts/arrow-down-yellow.svg);
	height: 32px;
	width: 1.5rem;
	bottom: 0;
	background-position: center;
	margin: auto;
}
.about-text-image-section .top-text strong {
	--text-opacity: 1;
	color: #072b49;
	color: rgba(7, 43, 73, var(--text-opacity));
}
.page-template-about .practice-areas-section + .locations-section {
	margin-top: -7rem;
	margin-bottom: 7rem;
}
.page-template-about .practice-areas-section + .locations-section .locations {
	margin-top: 7rem;
	margin-bottom: -7rem;
}
.team-slider-section .title strong {
	--text-opacity: 1;
	color: #157fc9;
	color: rgba(21, 127, 201, var(--text-opacity));
}
.locations-section:last-child {
	border-bottom-width: 13px;
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
}
*:focus {
	outline: none !important;
}
.posts-loop {
	transition-property: all;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ajax-loading .posts-loop {
	opacity: 0.5;
}
.ajax-loading:after {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-style: solid;
	--border-opacity: 1;
	border-color: #157fc9;
	border-color: rgba(21, 127, 201, var(--border-opacity));
	border-radius: 9999px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 22px;
	width: 22px;
	z-index: 100;
	position: fixed;
	margin: auto;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	content: "";
}
.entry-text {
	--text-opacity: 1;
	color: #93928e;
	color: rgba(147, 146, 142, var(--text-opacity));
}
.entry-text p {
	margin-bottom: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.375;
}
@media (min-width: 768px) {
	.entry-text p {
		font-size: 1.25rem;
	}
}
.entry-text h2,
.entry-text h3,
.entry-text h4,
.entry-text h5,
.entry-text h6 {
	--text-opacity: 1;
	color: #022239;
	color: rgba(2, 34, 57, var(--text-opacity));
	text-transform: none;
}
.entry-text h2 {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.entry-text h2:before {
	content: "";
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
	height: 2px;
	width: 165px;
	display: block;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
@media (min-width: 640px) {
	.entry-text h2 {
		font-size: 2.25rem;
	}
	.entry-text h2:before {
		content: "";
		margin-top: 1.875rem;
		margin-bottom: 1.875rem;
	}
}
.entry-text h3 {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
}
.entry-text h4 {
	font-size: 1.625rem;
	margin-bottom: 1rem;
}
.entry-text h5 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.entry-text h6 {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.entry-text a {
	--text-opacity: 1;
	color: #072b49;
	color: rgba(7, 43, 73, var(--text-opacity));
	font-weight: 700;
	text-decoration: underline;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-duration: 500ms;
}
.entry-text a:hover {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.entry-text li {
	display: block;
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
}
.entry-text li:before {
	height: 2px;
	width: 0.5rem;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0.5rem;
	--bg-opacity: 1;
	background-color: #157fc9;
	background-color: rgba(21, 127, 201, var(--bg-opacity));
	border-radius: 9999px;
	content: "";
}
.wp-block-image.size-large.is-resized {
	text-align: center;
	margin-bottom: 2.5rem;
	display: block;
	margin-top: 2.5rem;
}
@media (min-width: 1024px) {
	.wp-block-image.size-large.is-resized {
		margin-bottom: 4rem;
		margin-left: -40px;
		margin-right: -40px;
	}
}
@media (min-width: 1200px) {
	.wp-block-image.size-large.is-resized {
		margin-left: -100px;
		margin-right: -100px;
	}
}
@media (min-width: 1440px) {
	.wp-block-image.size-large.is-resized {
		margin-left: calc((1080px - 90vw) / 2);
		margin-right: calc((1080px - 90vw) / 2);
	}
}
.wp-block-image.size-large.is-resized img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.form-wrap .frm_dropzone {
	max-width: 100%;
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
	font-size: 0.875rem;
	font-size: 0.875rem;
}
.form-wrap .frm_dropzone.frm_single_upload.dz-started {
	max-width: 100%;
}
.frm_dropzone.dz-clickable.frm_single_upload .dz-message {
	background-color: transparent;
	border-radius: 0;
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
	border-style: dashed;
	border-width: 1px;
	margin: 0;
	padding: 1.875rem;
}
.frm_dropzone .frm_upload_icon,
.frm_dropzone .frm_upload_text,
.frm_dropzone .frm_compact_text,
.frm_dropzone .frm_small_text {
	display: block;
	text-align: center;
}
.frm_dropzone .frm_upload_text button {
	font-weight: 700;
}
.frm_dropzone .frm_upload_icon:before {
	content: "";
	background-image: url(../fonts/upload-yellow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 2rem;
	width: 2rem;
	background-position: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5rem;
}
.frm_dropzone .dz-message .frm_upload_text {
	font-size: 0.875rem;
	font-weight: 700;
}
.frm_dropzone .dz-message .frm_upload_text button {
	text-decoration: underline;
}
.frm_dropzone .dz-message .frm_small_text {
	font-size: 0.625rem;
	margin-top: 0.5rem;
}
.dz-image {
	display: none !important;
}
.frm_dropzone .dz-preview .dz-progress .dz-upload,
.frm_dropzone .dz-preview.dz-complete .dz-progress {
	--bg-opacity: 1;
	background-color: #157fc9;
	background-color: rgba(21, 127, 201, var(--bg-opacity));
	background-image: none !important;
}
.form-wrap .frm_dropzone .dz-preview .dz-column {
	width: 100%;
}
.form-wrap .form-field.vertical_radio .frm_error {
	top: 100%;
	bottom: auto;
	font-family: pt sans;
	left: 0;
}
.frm_opt_container {
	display: flex;
}
.frm_radio label,
.frm_checkbox label {
	cursor: pointer;
}
.frm_radio input,
.frm_checkbox input {
	opacity: 0;
	position: absolute;
	visibility: hidden;
}
.frm_radio:not(:first-child),
.frm_checkbox:not(:first-child) {
	margin-left: 2.5rem;
}
.frm_radio input + span,
.frm_checkbox input + span {
	width: 0.875rem;
	height: 0.875rem;
	border-radius: 9999px;
	border-width: 1px;
	margin-top: -3px;
	border-style: solid;
	--border-opacity: 1;
	border-color: #fff;
	border-color: rgba(255, 255, 255, var(--border-opacity));
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5rem;
	position: relative;
}
.frm_radio input:checked + span:before,
.frm_checkbox input:checked + span:before {
	content: "";
	height: 0.375rem;
	width: 0.375rem;
	border-radius: 9999px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
	margin: auto;
}
.frm_html_container {
	text-align: right;
	--text-opacity: 1;
	color: #6d7278;
	color: rgba(109, 114, 120, var(--text-opacity));
	font-family: freighttext;
}
.frm_html_container a {
	font-size: 0.875rem;
	--text-opacity: 1;
	color: #6d7278;
	color: rgba(109, 114, 120, var(--text-opacity));
	font-family: freighttext;
	transition-property: background-color, border-color, color, fill, stroke,
		opacity, box-shadow, transform;
	transition-duration: 300ms;
}
.frm_html_container a:hover {
	--text-opacity: 1;
	color: #157fc9;
	color: rgba(21, 127, 201, var(--text-opacity));
}
.form-wrap .form-field.vertical_radio.privacy {
	--text-opacity: 1;
	color: #6d7278;
	color: rgba(109, 114, 120, var(--text-opacity));
}
.form-wrap .form-field.vertical_radio.privacy .frm_radio input + span,
.frm_checkbox input + span {
	--border-opacity: 1;
	border-color: #6d7278;
	border-color: rgba(109, 114, 120, var(--border-opacity));
}
.careers-form-section .frm_button_submit {
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
	border-style: solid;
	border-width: 3px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	transition-duration: 300ms;
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
	width: 10rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 211px;
	text-transform: uppercase;
}
.careers-form-section .frm_button_submit:hover {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.frm_button_submit:disabled:before {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-style: solid;
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
	border-radius: 9999px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 2rem;
	width: 2rem;
	margin-right: 1rem;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -3rem;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	content: "";
}
.frm_message {
	font-family: freighttext;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.page-hero-text strong {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
}
.page-hero-text p {
	margin-bottom: 1.5rem;
}
.page-hero-text p:last-child {
	margin-bottom: 0;
}
::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
\:-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}
::-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}
\:-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
*::-webkit-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
*:-moz-placeholder {
	color: #fff !important;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #fff !important;
	opacity: 1;
}
.contact-section .frm_html_container {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	font-size: 0.75rem;
}
.contact-section .frm_html_container a {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	text-decoration: underline;
	font-family: freighttext;
	font-size: 0.75rem;
}
.contact-section .frm_html_container a:hover {
	--text-opacity: 1;
	color: #002b49;
	color: rgba(0, 43, 73, var(--text-opacity));
}
.contact-section .form-wrap .form-field.vertical_radio {
	font-size: 0.75rem;
	justify-content: flex-start;
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
	font-family: pt sans;
	font-weight: 700;
}
.contact-section .form-wrap .form-field.vertical_radio .frm_primary_label {
	font-weight: 700;
}
.contact-section .form-wrap input,
.contact-section .form-wrap textarea {
	border-width: 1px;
	--border-opacity: 1;
	border-color: #122235;
	border-color: rgba(18, 34, 53, var(--border-opacity));
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.contact-section .form-wrap input::-moz-placeholder,
.contact-section .form-wrap textarea::-moz-placeholder {
	--text-opacity: 1 !important;
	color: #002b49 !important;
	color: rgba(0, 43, 73, var(--text-opacity)) !important;
}
.contact-section .form-wrap input:-ms-input-placeholder,
.contact-section .form-wrap textarea:-ms-input-placeholder {
	--text-opacity: 1 !important;
	color: #002b49 !important;
	color: rgba(0, 43, 73, var(--text-opacity)) !important;
}
.contact-section .form-wrap input::placeholder,
.contact-section .form-wrap textarea::placeholder {
	--text-opacity: 1 !important;
	color: #002b49 !important;
	color: rgba(0, 43, 73, var(--text-opacity)) !important;
}
.contact-section .form-wrap .select2-selection {
	border-width: 1px;
	--border-opacity: 1;
	border-color: #122235;
	border-color: rgba(18, 34, 53, var(--border-opacity));
	font-family: freighttext;
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.contact-section .form-wrap .select2-selection__rendered,
.contact-section
	.form-wrap
	.select2-selection__rendered
	.select2-selection__placeholder {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
	font-family: pt sans;
}
.contact-section .form-wrap .frm_html_container,
.contact-section .form-wrap .frm_html_container * {
	--text-opacity: 1;
	color: #93928e;
	color: rgba(147, 146, 142, var(--text-opacity));
}
.contact-section .form-wrap .select2-selection__arrow b {
	border-color: #122235 transparent transparent transparent;
}
.contact-section .form-wrap .form-field.vertical_radio .frm_primary_label {
	margin-right: 1rem;
}
.contact-section .form-wrap .form-field.vertical_radio {
	--text-opacity: 1;
	color: #93928e;
	color: rgba(147, 146, 142, var(--text-opacity));
	font-weight: 400;
}
.contact-section
	.form-wrap
	.form-field.vertical_radio
	.frm_radio:not(:first-child),
.contact-section
	.form-wrap
	.form-field.vertical_radio
	.frm_checkbox:not(:first-child) {
	margin-left: 1rem;
}
.contact-section .frm_radio input + span,
.contact-section .frm_checkbox input + span {
	margin-top: -0.25rem;
	--border-opacity: 1;
	border-color: #93928e;
	border-color: rgba(147, 146, 142, var(--border-opacity));
}
.contact-section .frm_button_submit {
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
	--text-opacity: 1;
	color: #002b49;
	color: rgba(0, 43, 73, var(--text-opacity));
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
	width: 12rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-duration: 500ms;
}
.contact-section .frm_button_submit:hover {
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
}
.contact-section .frm_radio input:checked + span,
.contact-section .frm_checkbox input:checked + span {
	--border-opacity: 1;
	border-color: #93928e;
	border-color: rgba(147, 146, 142, var(--border-opacity));
}
.contact-section .frm_radio input:checked + span:before,
.contact-section .frm_checkbox input:checked + span:before {
	--bg-opacity: 1;
	background-color: #93928e;
	background-color: rgba(147, 146, 142, var(--bg-opacity));
}
.rotating-text-section strong,
.highlight-section .text-wrap strong {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
	font-weight: 900;
}
.practice-area-text p {
	margin-bottom: 1.5rem;
}
.personal-area-subtitle strong {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.single-practice-area .testimonials-section {
	margin-bottom: 8rem;
}
.other-practice-areas-section .blue-box h2 {
	margin-top: 0;
	margin-bottom: 1.5rem;
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.other-practice-areas-section .blue-box h4 {
	letter-spacing: 0.25em;
}
.quote-text p {
	margin-bottom: 1.5rem;
}
.careers-section .blue-line {
	width: calc(100vw - 12rem);
}
.footer-menu a {
	position: relative;
}
.footer-menu li a:before {
	content: "" !important;
	position: absolute;
	height: 0.25rem;
	left: 0;
	right: 0;
	bottom: 0;
	--bg-opacity: 1;
	background-color: #157fc9;
	background-color: rgba(21, 127, 201, var(--bg-opacity));
	transition-property: all;
	transition-duration: 500ms;
	margin-bottom: -0.25rem;
	opacity: 0;
	width: 0;
}
.footer-menu li.current-menu-item > a:before,
.footer-menu li a:hover:before {
	opacity: 1;
	width: 100%;
}
.practice-areas-archive-wrapper article {
	width: 100%;
}
.practice-areas-archive-locations {
	transform: translateY(64px);
}
.hero-bottom-archive-verduct-image {
	width: 40%;
}
.hero-bottom-archive-verduct-inner {
	width: 60%;
}
.hero-bottom-archive-verduct-inner .entry-content p {
	font-size: 42px;
	--text-opacity: 1;
	color: #002b49;
	color: rgba(0, 43, 73, var(--text-opacity));
}
.hero-bottom-archive-verduct-inner .entry-content p strong {
	--text-opacity: 1;
	color: #157fc9;
	color: rgba(21, 127, 201, var(--text-opacity));
	font-weight: 400;
}
.hero-bottom-archive-verduct-icon {
	transform: translate(-50%, 0);
}
.verdict-archive-wrapper article .bg-blue-300 h3 {
	--text-opacity: 1;
	color: #002b49;
	color: rgba(0, 43, 73, var(--text-opacity));
	--border-opacity: 1;
	border-color: #002b49;
	border-color: rgba(0, 43, 73, var(--border-opacity));
}
.verdict-top-posts article {
	width: 100%;
	border-bottom-width: 2px;
	border-style: solid;
	--border-opacity: 1;
	border-color: #e7e6e1;
	border-color: rgba(231, 230, 225, var(--border-opacity));
}
.verdict-top-posts article:last-of-type {
	border-style: none;
}
.verdicts-load-more span,
.testimonials-load-more span,
.blog-load-more span,
.faqs-load-more span {
	height: 8px;
	width: 10px;
}
.testimonial-posts-wrapper-quote {
	left: 50%;
	top: -150px;
	transform: translateX(-50%);
	font-size: 100px;
}
.testimonial-posts-wrapper-row article:nth-of-type(2n) > div {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.testimonial-posts-wrapper-row article:nth-of-type(2n + 1) > div {
	--bg-opacity: 1;
	background-color: #f3f2f0;
	background-color: rgba(243, 242, 240, var(--bg-opacity));
}
.testimonial-posts-wrapper-row article > div {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.testimonial-posts-wrapper-row article:nth-of-type(2n + 1) > div h3 {
	margin-left: 1.875rem;
}
.testimonial-posts-wrapper-row article:nth-of-type(2n) > div h3 {
	margin-left: 1.875rem;
}
@media (min-width: 768px) {
	.testimonial-posts-wrapper-row:nth-child(2n + 1)
		article:nth-of-type(2n + 1)
		> div,
	.testimonial-posts-wrapper-row:nth-child(2n) article:nth-of-type(2n) > div {
		--bg-opacity: 1;
		background-color: #fff;
		background-color: rgba(255, 255, 255, var(--bg-opacity));
	}
	.testimonial-posts-wrapper-row:nth-child(2n + 1)
		article:nth-of-type(2n)
		> div,
	.testimonial-posts-wrapper-row:nth-child(2n)
		article:nth-of-type(2n + 1)
		> div {
		--bg-opacity: 1;
		background-color: #f3f2f0;
		background-color: rgba(243, 242, 240, var(--bg-opacity));
	}
	.testimonial-posts-wrapper-row article > div {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.testimonial-posts-wrapper-row article:nth-of-type(2n + 1) > div h3 {
		margin-left: 2.5rem;
	}
	.testimonial-posts-wrapper-row article:nth-of-type(2n) > div h3 {
		margin-left: 2.5rem;
	}
}
@media (min-width: 1200px) {
	.testimonial-posts-wrapper-row article:nth-of-type(2n + 1) > div {
		padding-left: 6rem;
		padding-right: 3.875rem;
	}
	.testimonial-posts-wrapper-row article:nth-of-type(2n + 2) > div {
		padding-left: 3.875rem;
		padding-right: 6rem;
	}
	.testimonial-posts-wrapper-row article:nth-of-type(2n + 1) > div h3 {
		margin-left: 6rem;
	}
	.testimonial-posts-wrapper-row article:nth-of-type(2n) > div h3 {
		margin-left: 3.875rem;
	}
}
.testimonial-posts-wrapper-row article {
	display: flex;
}
.error-page-wraper-404::before {
	position: absolute;
	opacity: 0.25;
	content: "404";
	transform: skew(-55deg);
	transform-origin: center bottom;
	left: -23px;
}
.marquee-text-footer {
	-webkit-animation: marquee 10s linear infinite;
	animation: marquee 10s linear infinite;
}
@-webkit-keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}
@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(-100%, 0);
	}
}
.main-menu-mobile-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	--bg-opacity: 1;
	background-color: #002b49;
	background-color: rgba(0, 43, 73, var(--bg-opacity));
	width: 100%;
	height: 100%;
	font-family: pt sans;
	transform: translateY(-100%);
}
.main-menu-mobile-wrapper .mobile-menu-inner {
	overflow-y: auto;
	max-height: 406px;
	width: 100%;
}
.main-menu-mobile-wrapper.active {
	transform: none;
}
.main-menu-mobile > li > a {
	text-transform: uppercase;
	font-size: 1.125rem;
}
.main-menu-mobile > li.menu-item-has-children span {
	font-family: monospace;
	transform: rotate(90deg) translateX(-2px);
	display: inline-block;
	margin-left: 1rem;
}
.main-menu-mobile > li.current-menu-item > a {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.main-menu-mobile
	> li.current-menu-parent
	.sub-menu
	> li.current-menu-item
	> a {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.main-menu-mobile > li.current_menu_item > a {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.main-menu-mobile > li.current-menu-ancestor > a {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.main-menu-mobile > li {
	margin-bottom: 1.5rem;
}
.main-menu-mobile .sub-menu {
	padding-left: 2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: none;
}
.main-menu-mobile .sub-menu li {
	margin-bottom: 0.5rem;
}
.header-menu-toggle {
	height: 30px;
	width: 32px;
}
.header-menu-toggle span {
	border-radius: 10px;
}
.header-menu-toggle span:nth-child(1) {
	top: 0;
}
.header-menu-toggle span:nth-child(2) {
	top: calc(50% - 2px);
}
.header-menu-toggle span:nth-child(3) {
	top: calc(100% - 4px);
}
.header-menu-toggle.active span:nth-child(2) {
	opacity: 0;
}
.header-menu-toggle.active span:nth-child(1) {
	top: calc(50% - 2px);
	transform: rotate(-45deg);
}
.header-menu-toggle.active span:nth-child(3) {
	top: calc(50% - 2px);
	transform: rotate(45deg);
}
.popup-form-wrapper {
	background-color: rgba(0, 43, 73, 0.71);
}
.popup-form-wrapper
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: #002b49 transparent transparent transparent;
}
.popup-form-wrapper
	.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: transparent transparent #002b49 transparent;
}
.popup-form-wrapper .frm_submit {
	text-align: center;
}
.popup-form-wrapper input::-moz-placeholder {
	--text-opacity: 1 !important;
	color: #002b49 !important;
	color: rgba(0, 43, 73, var(--text-opacity)) !important;
	font-family: pt sans !important;
}
.popup-form-wrapper input:-ms-input-placeholder {
	--text-opacity: 1 !important;
	color: #002b49 !important;
	color: rgba(0, 43, 73, var(--text-opacity)) !important;
	font-family: pt sans !important;
}
.popup-form-wrapper input::placeholder {
	--text-opacity: 1 !important;
	color: #002b49 !important;
	color: rgba(0, 43, 73, var(--text-opacity)) !important;
	font-family: pt sans !important;
}
.popup-form-wrapper .form-field {
	margin-bottom: 0.5rem;
	position: relative;
}
.popup-form-wrapper.show {
	opacity: 1;
	visibility: visible;
}
.popup-form-close {
	top: -20px;
	right: -20px;
}
.popup-form-close span {
	position: absolute;
	width: 100%;
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
	cursor: pointer;
	transition-duration: 300ms;
	top: 50%;
	left: 50%;
	height: 3px;
}
.popup-form-close:hover span {
	--bg-opacity: 1;
	background-color: #157fc9;
	background-color: rgba(21, 127, 201, var(--bg-opacity));
}
.popup-form-close span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}
.popup-form-close span:nth-child(2) {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.page-template-locations .locations-section h4 {
	font-size: 2rem;
}
.js-blog-slider {
	width: 100%;
	position: relative;
	max-width: 900px;
}
.js-blog-slider .slick-slide {
	margin: 0 15px;
}
.blog-slider-arrows {
	z-index: 1;
	right: 0;
	top: -60px;
	width: 722px;
	height: 284px;
	display: flex;
	justify-content: flex-end;
	padding: 15px 30px 0 0;
}
.page-hero-section h1 {
	font-size: 2.25rem;
}
@media (min-width: 320px) {
	.js-blog-slider {
		margin-right: 0;
		margin-left: 0;
	}
	.marquee-text-mobile {
		-webkit-animation: marquee 10s linear infinite;
		animation: marquee 10s linear infinite;
	}
	.form-wrap input,
	.form-wrap textarea {
		width: 100%;
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		--border-opacity: 1;
		border-color: #ededf4;
		border-color: rgba(237, 237, 244, var(--border-opacity));
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
		padding-right: 1rem;
		--text-opacity: 1;
		color: #fff;
		color: rgba(255, 255, 255, var(--text-opacity));
		font-size: 0.875rem;
		font-weight: 700;
		line-height: 1.5;
	}
	.practice-area-archive-blue-box h2 {
		margin-bottom: 1rem;
	}
	.text-image-logo img {
		max-width: 50%;
	}
	.popup-form {
		max-height: 70vh;
	}
	.careers-form-section .frm_form_field.frm_half {
		grid-column: span 12 / span 12;
	}
	.careers-form-section .frm_html_container {
		text-align: left;
	}
	.form-wrap .form-field.vertical_radio {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		--text-opacity: 1;
		color: #fff;
		color: rgba(255, 255, 255, var(--text-opacity));
		font-weight: 700;
		font-size: 0.875rem;
		margin-bottom: 1.5rem;
	}
	.form-wrap .form-field.vertical_radio .frm_primary_label {
		width: 100%;
	}
	.popup-form-wrapper input {
		--border-opacity: 1;
		border-color: #002b49;
		border-color: rgba(0, 43, 73, var(--border-opacity));
		border-style: solid;
		border-width: 1px;
		width: 100%;
		height: 50px;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		font-family: freighttext;
	}
	.verdict-archive-wrapper article {
		flex: 0 0 calc(100% - 32px);
		max-width: calc(100% - 32px);
		margin: 0 auto 20px;
	}
	.popup-form-wrapper
		.select2-container--default
		.select2-selection--single
		.select2-selection__placeholder {
		--text-opacity: 1;
		color: #002b49;
		color: rgba(0, 43, 73, var(--text-opacity));
		font-weight: 400;
		font-family: pt sans;
		font-size: 1rem;
	}
	.popup-form-wrapper .select2-selection--single {
		--border-opacity: 1;
		border-color: #002b49;
		border-color: rgba(0, 43, 73, var(--border-opacity));
	}
	.popup-form-wrapper .frm_html_container {
		text-align: left;
		font-size: 0.875rem;
	}
	.popup-form-wrapper .frm_html_container a {
		text-decoration: underline;
	}
	.popup-form-wrapper
		.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		--text-opacity: 1;
		color: #002b49;
		color: rgba(0, 43, 73, var(--text-opacity));
		font-weight: 400;
		font-family: pt sans;
		font-size: 1rem;
	}
	.popup-form-wrapper
		.select2-container--default
		.select2-selection--single
		.select2-selection__arrow {
		top: 12px;
	}
	.testimonial-posts-wrapper article {
		width: 100%;
	}
	.personal-area-subtitle h2 {
		font-size: 1.625rem;
		line-height: 1.15;
	}
	.privacy-menu li {
		margin-right: 0;
		margin-bottom: 0.25rem;
	}
	.cursor {
		display: none;
	}
	.contact-section .frm_form_fields .frm_fields_container {
		display: flex;
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
		max-width: 300px;
	}
	.contact-section .frm_form_field.frm_third {
		width: 100%;
	}
	.contact-section .frm_submit {
		width: 100%;
	}
	.contact-section .form-wrap .form-field.vertical_radio {
		flex-wrap: wrap;
		width: 100%;
		overflow: hidden;
	}
	.contact-section .form-wrap .form-field.vertical_radio .frm_primary_label {
		width: 100%;
	}
	.contact-section .frm_html_container {
		text-align: left;
		font-family: pt sans;
		font-weight: 400;
		--text-opacity: 1;
		color: #93928e;
		color: rgba(147, 146, 142, var(--text-opacity));
	}
	.team-slider-alt .team-member {
		margin-bottom: 1.5rem;
	}
	.frm_submit {
		text-align: center;
		padding-top: 1.875rem;
	}
	.accreditations-section h2 {
		font-size: 1.625rem;
	}
	.page-hero-section .page-hero-section-verdict-title {
		font-size: 2rem;
	}
	h2 {
		font-size: 2rem;
		font-weight: 700;
		text-transform: uppercase;
		font-family: pt sans;
		letter-spacing: 0.05em;
		line-height: 1.083em;
	}
	.layout-1 .image::before {
		position: absolute;
		width: 50%;
		height: 100%;
		top: 0;
		--bg-opacity: 1;
		background-color: #fff;
		background-color: rgba(255, 255, 255, var(--bg-opacity));
		content: "";
		right: 90%;
	}
	.testimonials-arrows svg {
		width: 1rem;
	}
	.blue-text h2 {
		font-size: 1.625rem;
	}
	.back-to-top {
		top: 0;
		right: 0;
	}
	.page-hero-section h1 {
		font-size: 2.25rem;
	}
}
@media (min-width: 375px) {
	.form-wrap input,
	.form-wrap textarea {
		width: 100%;
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		--border-opacity: 1;
		border-color: #e7e6e1;
		border-color: rgba(231, 230, 225, var(--border-opacity));
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		--text-opacity: 1;
		color: #e7e6e1;
		color: rgba(231, 230, 225, var(--text-opacity));
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1.5;
	}
	h2 {
		font-size: 2.25rem;
	}
	.privacy-menu li {
		margin-right: 2rem;
		margin-bottom: 0;
	}
	.accreditations-section h2 {
		font-size: 2rem;
	}
	.page-hero-section .page-hero-section-verdict-title {
		font-size: 2.625rem;
	}
}
@media (min-width: 640px) {
	.careers-form-section .frm_form_field.frm_half {
		grid-column: span 6 / span 6;
	}
	.careers-form-section .frm_html_container {
		text-align: right;
	}
	.form-wrap .form-field.vertical_radio .frm_primary_label {
		width: auto;
	}
	.team-slider-alt .team-member {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		margin-bottom: 1rem;
	}
	.verdict-archive-wrapper article {
		flex: 0 0 48%;
		max-width: 48%;
		margin: 0 1% 20px;
	}
	.verdicts-posts-wrapper-row article:nth-child(4) .bg-blue-300 {
		--bg-opacity: 1;
		background-color: #002b49;
		background-color: rgba(0, 43, 73, var(--bg-opacity));
	}
	.verdicts-posts-wrapper-row article:nth-child(4) .bg-blue-300 h3 {
		--text-opacity: 1;
		color: #157fc9;
		color: rgba(21, 127, 201, var(--text-opacity));
		--border-opacity: 1;
		border-color: #157fc9;
		border-color: rgba(21, 127, 201, var(--border-opacity));
	}
	.verdicts-posts-wrapper-row article:nth-child(2) .bg-blue-700,
	.verdicts-posts-wrapper-row article:nth-child(3) .bg-blue-700 {
		--bg-opacity: 1;
		background-color: #157fc9;
		background-color: rgba(21, 127, 201, var(--bg-opacity));
	}
	.verdicts-posts-wrapper-row article:nth-child(2) .bg-blue-700 h3,
	.verdicts-posts-wrapper-row article:nth-child(3) .bg-blue-700 h3 {
		--text-opacity: 1;
		color: #002b49;
		color: rgba(0, 43, 73, var(--text-opacity));
		--border-opacity: 1;
		border-color: #002b49;
		border-color: rgba(0, 43, 73, var(--border-opacity));
	}
}
@media (min-width: 768px) {
	.marquee-text-mobile {
		-webkit-animation: none;
		animation: none;
	}
	.text-image-logo img {
		max-width: 100%;
	}
	.contact-section .frm_form_field.frm_third {
		width: 49%;
	}
	.contact-section .frm_form_fields .frm_fields_container {
		max-width: 600px;
		justify-content: space-between;
	}
	.popup-form {
		max-height: inherit;
	}
	.practice-area-archive-blue-box h2 {
		margin-bottom: 3rem;
	}
	.back-to-top {
		right: 15px;
	}
	.popup-form-wrapper input {
		--border-opacity: 1;
		border-color: #002b49;
		border-color: rgba(0, 43, 73, var(--border-opacity));
		border-style: solid;
		border-width: 1px;
		width: 100%;
		height: 50px;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.popup-form-wrapper
		.select2-container--default
		.select2-selection--single
		.select2-selection__rendered {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		--text-opacity: 1;
		color: #002b49;
		color: rgba(0, 43, 73, var(--text-opacity));
		font-weight: 400;
	}
	.popup-form-wrapper
		.select2-container--default
		.select2-selection--single
		.select2-selection__arrow {
		top: 8px;
	}
	.personal-area-subtitle h2 {
		font-size: 2rem;
		line-height: 1.15;
	}
	.testimonial-posts-wrapper article {
		width: 50%;
	}
	h2 {
		font-size: 3rem;
	}
	.page-hero-section h1 {
		font-size: 4rem;
	}
	.single-post .page-hero-section h1 {
		font-size: 2.625rem;
	}
	.blue-text h2 {
		font-size: 3rem;
	}
}
@media (min-width: 1024px) {
	.wow {
		visibility: hidden;
	}
	.verdict-archive-wrapper article {
		flex: 0 0 calc(25% - 20px);
		max-width: calc(25% - 20px);
		margin: 0 0 25px;
	}
	.verdicts-posts-wrapper-row:nth-child(2n) .bg-blue-700 {
		--bg-opacity: 1;
		background-color: #157fc9;
		background-color: rgba(21, 127, 201, var(--bg-opacity));
	}
	.verdicts-posts-wrapper-row:nth-child(2n) .bg-blue-700 h3 {
		--text-opacity: 1;
		color: #002b49;
		color: rgba(0, 43, 73, var(--text-opacity));
		--border-opacity: 1;
		border-color: #002b49;
		border-color: rgba(0, 43, 73, var(--border-opacity));
	}
	.verdicts-posts-wrapper-row:nth-child(2n) .bg-blue-300 {
		--bg-opacity: 1;
		background-color: #002b49;
		background-color: rgba(0, 43, 73, var(--bg-opacity));
	}
	.verdicts-posts-wrapper-row:nth-child(2n) .bg-blue-300 h3 {
		--text-opacity: 1;
		color: #157fc9;
		color: rgba(21, 127, 201, var(--text-opacity));
		--border-opacity: 1;
		border-color: #157fc9;
		border-color: rgba(21, 127, 201, var(--border-opacity));
	}
	.testimonials-arrows svg {
		width: 28px;
	}
	.frm_submit {
		text-align: left;
		padding-top: 1.875rem;
	}
	.layout-1 .image::before {
		display: none;
	}
	.contact-section .frm_form_fields .frm_fields_container {
		display: grid;
		max-width: initial;
	}
	.contact-section .frm_form_field.frm_third {
		width: auto;
	}
	.contact-section .form-wrap .form-field.vertical_radio {
		width: auto;
	}
	.contact-section .form-wrap .form-field.vertical_radio .frm_primary_label {
		width: auto;
	}
	.contact-section .frm_html_container {
		text-align: right;
	}
	.cursor {
		display: block;
	}
}
@media (min-width: 1200px) {
	.js-blog-slider {
		margin-left: auto;
	}
}
@media (min-width: 1280px) {
	.back-to-top {
		right: 15px;
		top: 180px;
		transform: none;
	}
}
.slick-slide img.lazyloading {
	opacity: 1;
}
.yellow-title strong {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.text-image-section p {
	--text-opacity: 1;
	color: #93928e;
	color: rgba(147, 146, 142, var(--text-opacity));
	line-height: 1.625;
	font-family: pt sans;
}
.title-text-image h2 {
	font-size: 2.25rem;
	line-height: 1.25;
	letter-spacing: 0.15em;
}
.text-bg-image-section {
	@media (min-width: 320px) {
		.text-bg-image-section-link .arrow {
			display: none;
		}
	}
	@media (min-width: 480px) {
		.text-bg-image-section-link .arrow {
			display: inline-block;
		}
	}
}
.text-bg-image-section .text-bg-image-section__title {
	--text-opacity: 1;
	color: #072b49;
	color: rgba(7, 43, 73, var(--text-opacity));
	border-bottom-width: 3px;
	border-style: solid;
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	letter-spacing: 0;
	font-family: PT Sans;
	font-weight: 500;
	font-size: 2.25rem;
	text-transform: uppercase;
	@media (min-width: 1024px) {
		font-size: 3.875rem;
	}
}
.text-bg-image-section .text-bg-image-section__title strong {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
	font-weight: 900;
}
.text-bg-image-section .text-bg-image-section__content {
	--text-opacity: 1;
	color: #6d7278;
	color: rgba(109, 114, 120, var(--text-opacity));
	line-height: 1.625;
}
.slider-section {
	@media (min-width: 768px) {
		.intro-text h2 {
			font-size: 2.625rem;
		}
	}
}
.slider-section .intro-text h4 {
	--text-opacity: 1;
	color: #c7c6c1;
	color: rgba(199, 198, 193, var(--text-opacity));
	font-weight: 900;
	font-family: PT Sans;
}
.slider-section .intro-text strong {
	font-weight: 900;
}
.slider-section .intro-text h2 {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
	font-size: 2.625rem;
	line-height: 1.375;
}
.slider-section .intro-text h2:after {
	content: "";
	height: 0.25rem;
	--bg-opacity: 1;
	background-color: #ffe115;
	background-color: rgba(255, 225, 21, var(--bg-opacity));
	width: 165px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
	display: block;
}
@media (min-width: 320px) {
	.slider-section .intro-text h2 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
}
.practice-areas-section .practice-title strong,
.practice-areas-section .practice-title {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
	font-size: 3rem;
	text-transform: uppercase;
}
.faq-posts .faq-post.expanded .faq-post__expand {
	display: none;
}
.faq-posts .faq-post.expanded .faq-post__contract {
	display: block;
}
.faq-posts .faq-post.expanded .faq-post__trigger {
	border-width: 0;
}
.faq-posts .faq-post.expanded .faq-post__content {
	display: block;
}
.page-hero-section .hero-bottom .hero-bottom__text * {
	font-family: PT Sans;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 1rem;
}
.page-hero-section .hero-bottom .hero-bottom__text h2 {
	font-size: 1.75rem;
	padding-top: 0.75rem;
	line-height: 1.625;
}
.accreditations-slider {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}
.accreditations-slider__item {
	width: 100%;
}
@media (min-width: 1024px) {
	.accreditations-slider {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.accreditations-slider__item {
		width: auto;
	}
	.accreditations-slider__item:nth-child(2n) {
		margin-top: 8rem;
	}
}
.accreditations-slider__item-description {
	left: -100%;
	right: -100%;
	margin-left: auto;
	margin-right: auto;
}
.accreditations-slider
	.accreditations-slider__item:hover
	.accreditations-slider__item-description {
	opacity: 1;
	z-index: 50;
}
.accreditations-slider
	.accreditations-slider__item:hover
	.accreditations-slider__item-badge {
	--transform-translate-x: 0;
	--transform-translate-y: 0;
	--transform-rotate: 0;
	--transform-skew-x: 0;
	--transform-skew-y: 0;
	--transform-scale-x: 1;
	--transform-scale-y: 1;
	transform: translateX(var(--transform-translate-x))
		translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
		skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
		scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
	--transform-scale-x: 1.1;
	--transform-scale-y: 1.1;
}
.accreditations-slider .slick-list {
	overflow: visible;
}
.accreditations-slider {
}
@media (min-width: 320px) {
	.accreditations-section h2 {
		font-size: 1.625rem;
	}
	.accreditations-slider svg {
		width: 0.625rem;
		height: auto;
	}
}
@media (min-width: 375px) {
	.accreditations-section h2 {
		font-size: 2rem;
	}
}
@media (min-width: 768px) {
	.accreditations-section h2 {
		font-size: 3rem;
	}
}
@media (min-width: 1024px) {
	.accreditations-slider svg {
		width: 28px;
	}
}
.testimonial-wrap {
	display: block !important;
}
@media (min-width: 768px) {
	.testimonial-wrap {
		display: flex !important;
	}
}
.sh-pill-button {
	display: inline-block;
	border-width: 3px;
	border-style: solid;
	transition-duration: 300ms;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	font-weight: 700;
	font-family: PT Sans;
}
@media (min-width: 480px) {
	@apply px-6;
}
.sh-pill-button.sh-pill-button--primary {
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
	--text-opacity: 1;
	color: #072b49;
	color: rgba(7, 43, 73, var(--text-opacity));
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
}
.sh-pill-button.sh-pill-button--primary:hover {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.sh-pill-button.sh-pill-button--secondary {
	--bg-opacity: 1;
	background-color: #072b49;
	background-color: rgba(7, 43, 73, var(--bg-opacity));
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	--border-opacity: 1;
	border-color: #122235;
	border-color: rgba(18, 34, 53, var(--border-opacity));
}
.sh-pill-button.sh-pill-button--secondary:hover {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
	--text-opacity: 1;
	color: #072b49;
	color: rgba(7, 43, 73, var(--text-opacity));
}
.sh-pill-button.sh-pill-button--wide {
	padding-left: 3rem;
	padding-right: 3rem;
}
.sh-title {
	letter-spacing: 0.025em;
	line-height: 1.25;
	font-weight: 500;
}
@media (min-width: 1024px) {
	@apply tracking-widest;
}
.sh-title.sh-title--primary {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.sh-title.sh-title--secondary {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.sh-title.sh-title--white {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
}
.sh-title.sh-title--white strong {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.sh-title.sh-title--em-primary strong {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.sh-title--xl {
	font-size: 3rem;
	text-transform: uppercase;
}
.sh-title--lg {
	font-size: 2.25rem;
	text-transform: uppercase;
}
.sh-title-alt h2 {
	font-size: 2.25rem;
	font-family: PT Sans;
	line-height: 1.5;
	font-weight: 400;
}
.sh-title-alt--b-bottom h2:after {
	content: "";
	height: 2px;
	--bg-opacity: 1;
	background-color: #ffe115;
	background-color: rgba(255, 225, 21, var(--bg-opacity));
	width: 165px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: block;
}
.sh-title-alt h4 {
	--text-opacity: 1;
	color: #c7c6c1;
	color: rgba(199, 198, 193, var(--text-opacity));
	font-weight: 900;
	font-family: PT Sans;
}
.single-practice-area .sh-title-alt h4 {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
	font-weight: 700;
	font-size: 1.125rem;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}
.privacy-menu li {
	margin-right: 3rem;
}
.privacy-menu li a {
	transition-duration: 300ms;
}
.privacy-menu li a:hover {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.privacy-menu li:last-of-type {
	margin-right: 0;
}
.header-bottom {
	transition-property: all;
	transition-duration: 500ms;
}
.show-menu .header-bottom {
	visibility: visible;
	opacity: 1;
	z-index: 50;
}
@media (max-width: 1199px) {
	.header-bottom {
		overflow: auto;
	}
	.main-menu {
		padding: 0.75rem;
		width: 480px;
		max-width: 100%;
	}
	.main-menu > li > a {
		font-size: 1rem;
		text-transform: uppercase;
		letter-spacing: 0.05em;
	}
	.main-menu > li {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
		border-bottom-width: 1px;
		--border-opacity: 1;
		border-color: #0c2237;
		border-color: rgba(12, 34, 55, var(--border-opacity));
	}
	.main-menu .menu-item-has-children > a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.mobile-menu-arrow {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 1.875rem;
		width: 1.875rem;
	}
	.mobile-menu-arrow svg {
		width: 0.75rem;
		height: 0.75rem;
		transition-duration: 300ms;
		transform-origin: center;
	}
	.open .mobile-menu-arrow svg {
		--transform-translate-x: 0;
		--transform-translate-y: 0;
		--transform-rotate: 0;
		--transform-skew-x: 0;
		--transform-skew-y: 0;
		--transform-scale-x: 1;
		--transform-scale-y: 1;
		transform: translateX(var(--transform-translate-x))
			translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
			skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
			scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
		--transform-rotate: 180deg;
	}
	.sub-menu {
		display: none;
	}
	.main-menu > li .sub-menu {
		padding-top: 0.5rem;
		padding-left: 1rem;
	}
	.main-menu > li .sub-menu li {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		font-size: 0.875rem;
		text-transform: uppercase;
	}
}
@media (min-width: 1200px) {
	.header-bottom {
		transition-property: all;
		transition-duration: 500ms;
		text-align: left;
	}
	.main-menu {
		position: relative;
	}
	.main-menu > li {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		position: relative;
		text-transform: uppercase;
	}
	.main-menu > li > .sub-menu {
		position: absolute;
		top: 100%;
		--bg-opacity: 1;
		background-color: #051828;
		background-color: rgba(5, 24, 40, var(--bg-opacity));
		left: 0;
		right: 0;
		--text-opacity: 1;
		color: #e7e6e1;
		color: rgba(231, 230, 225, var(--text-opacity));
		width: 225px;
		opacity: 0;
		transition-property: all;
		transition-duration: 300ms;
		visibility: hidden;
		padding-top: 0.5rem;
	}
	.main-menu > li > .sub-menu > li {
		border-bottom-width: 1px;
		--border-opacity: 1;
		border-color: #022239;
		border-color: rgba(2, 34, 57, var(--border-opacity));
	}
	.main-menu > li > .sub-menu > li > a {
		display: block;
		transition-property: all;
		transition-duration: 300ms;
		padding: 0.75rem;
		text-transform: capitalize;
		line-height: 1.25;
	}
	.main-menu > li > .sub-menu:not(.menu-item-has-children) {
		min-width: 180px;
	}
	.main-menu > li > .sub-menu.sub-hovered {
		min-width: 400px;
		min-height: 350px;
	}
	.main-menu > li.menu-item-has-children:hover > .sub-menu {
		visibility: visible;
		opacity: 1;
	}
	.main-menu > li a {
		position: relative;
	}
	.main-menu > li.menu-item-has-children > a {
		transition-property: all;
		transition-duration: 300ms;
		position: relative;
	}
	.main-menu > li:hover > a:before,
	.main-menu > li.current-menu-item > a:before {
		opacity: 1;
		width: calc(100% + 32px);
	}
	.main-menu > li.menu-item-has-children:hover > a,
	.main-menu > li.current-menu-item > a {
		--bg-opacity: 1;
		background-color: #0c2237;
		background-color: rgba(12, 34, 55, var(--bg-opacity));
	}
	.main-menu .page-link {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		padding-left: 2rem;
		padding-right: 2rem;
		border-right-width: 1px;
		margin-top: 2rem;
		margin-bottom: 2rem;
		border-style: solid;
		--border-opacity: 1;
		border-color: #e7e6e1;
		border-color: rgba(231, 230, 225, var(--border-opacity));
	}
	.main-menu > li > .sub-menu > li > a .read-more {
		text-transform: capitalize;
	}
	.main-menu > li > .sub-menu > li > a:hover {
		--bg-opacity: 1;
		background-color: #0c2237;
		background-color: rgba(12, 34, 55, var(--bg-opacity));
		font-weight: 700;
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children > a {
		position: relative;
		display: block;
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children > a:after {
		content: "" !important;
		background-image: url(../fonts/chevron-right.svg);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		height: 2px;
		width: 0.5rem;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin-top: auto;
		margin-bottom: auto;
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children {
		width: 11rem;
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children .sub-menu {
		width: 12rem;
		font-size: 0.875rem;
		font-weight: 400;
		top: 0;
		right: 0;
		opacity: 0;
		transition-property: all;
		transition-duration: 300ms;
		visibility: hidden;
		position: absolute;
		margin-top: 7px;
		--bg-opacity: 1;
		background-color: #0a1827;
		background-color: rgba(10, 24, 39, var(--bg-opacity));
	}
	.main-menu
		> li
		> .sub-menu
		> li.menu-item-has-children.sub-hovered
		.sub-menu {
		opacity: 1;
		visibility: visible;
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children.sub-hovered > a {
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children .sub-menu li {
		border-bottom-width: 1px;
		--border-opacity: 1;
		border-color: #022239;
		border-color: rgba(2, 34, 57, var(--border-opacity));
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children .sub-menu li a {
		transition-property: all;
		transition-duration: 300ms;
		display: block;
		padding: 0.75rem;
		text-transform: capitalize;
	}
	.main-menu > li > .sub-menu > li.menu-item-has-children .sub-menu li a:hover {
		--bg-opacity: 1;
		background-color: #0c2237;
		background-color: rgba(12, 34, 55, var(--bg-opacity));
		font-weight: 700;
	}
	.mobile-menu-arrow {
		display: inline-block;
		margin-left: 0.5rem;
		height: 12px;
		width: 0.5rem;
		vertical-align: middle;
	}
	.mobile-menu-arrow svg {
		height: 12px;
		width: 0.5rem;
	}
	.sub-menu > .menu-item-has-children .mobile-menu-arrow {
		display: none;
	}
}
.wpml-ls {
	display: flex;
	align-items: center;
	width: auto;
}
.wpml-ls > ul {
	font-size: 0.75rem;
	font-weight: 700;
}
.wpml-ls > ul > li > a {
	display: flex !important;
	align-items: center !important;
	padding-right: 1.5rem !important;
}
.wpml-ls > ul > li > a:before {
	content: "";
	background-image: url(../fonts/globe.svg);
	background-size: 15px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 15px;
	margin-right: 5px;
	width: 15px;
}
.wpml-ls > ul > li > a:after {
	content: "";
	background-image: url(../fonts/chevron-down-gray.svg);
	background-size: 6px;
	height: 5px;
	right: 0;
	width: 6px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: inline-block !important;
	border-style: none !important;
}
.wpml-ls > ul li a {
	background-color: transparent;
	border-style: none;
	--text-opacity: 1;
	color: #93928e;
	color: rgba(147, 146, 142, var(--text-opacity));
}
.wpml-ls > ul li .js-wpml-ls-sub-menu {
	--bg-opacity: 1;
	background-color: #051828;
	background-color: rgba(5, 24, 40, var(--bg-opacity));
	text-align: center;
}
.wpml-ls > ul li .js-wpml-ls-sub-menu li {
	border-bottom-width: 1px;
	--border-opacity: 1;
	border-color: #022239;
	border-color: rgba(2, 34, 57, var(--border-opacity));
}
.wpml-ls > ul li .js-wpml-ls-sub-menu a {
	background-color: transparent;
	display: block;
	transition-property: all;
	padding: 0.75rem;
	text-transform: capitalize;
	line-height: 1.25;
}
.wpml-ls > ul li .js-wpml-ls-sub-menu a:hover {
	background-color: transparent;
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
}
.wpml-ls {
	display: none;
}
.mobile-language-switcher {
	display: flex;
	padding-left: 1rem;
	padding-right: 1rem;
}
.mobile-language-switcher .wpml-ls {
	display: flex;
}
@media (min-width: 1200px) {
	.wpml-ls {
		display: flex;
	}
	.mobile-language-switcher {
		display: none;
	}
}
@media (min-width: 1366px) {
	@apply absolute top-0 right-0 bottom-0 mr-4.5;
}
.frm_hidden_container > label {
	display: none;
}
.sh-practice-area-archive {
}
.practice-area .other-practice-areas-section .practice-area__box * {
	letter-spacing: 0.025em;
}
.practice-area .other-practice-areas-section .practice-area__box h2,
.practice-area .other-practice-areas-section .practice-area__box h3,
.practice-area .other-practice-areas-section .practice-area__box h4 {
	font-weight: 700;
	font-family: PT Sans;
	text-transform: uppercase;
	font-size: 2.25rem;
}
.practice-area .other-practice-areas-section .practice-area__box p {
	font-weight: 700;
	font-family: PT Sans;
	text-transform: uppercase;
	font-size: 1.125rem;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}
.single-practice-area .bio p {
	margin-bottom: 1.5rem;
	font-size: 1.125rem;
	line-height: 1.375;
}
.single-practice-area .bio h2,
.single-practice-area .bio h3,
.single-practice-area .bio h4,
.single-practice-area .bio h5,
.single-practice-area .bio h6 {
	text-transform: none;
}
.single-practice-area .bio h2 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
.single-practice-area .bio h3 {
	font-size: 1.75rem;
	margin-bottom: 1.5rem;
}
.single-practice-area .bio h4 {
	font-size: 1.625rem;
	margin-bottom: 1rem;
}
.single-practice-area .bio h5 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.single-practice-area .bio h6 {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
.single-practice-area .bio a {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
	text-decoration: underline;
	transition-property: background-color, border-color, color, fill, stroke;
	transition-duration: 500ms;
}
.single-practice-area .bio a:hover {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.single-practice-area .bio li {
	display: block;
	position: relative;
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
}
.single-practice-area .bio li:before {
	height: 2px;
	width: 0.5rem;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0.75rem;
	--bg-opacity: 1;
	background-color: #157fc9;
	background-color: rgba(21, 127, 201, var(--bg-opacity));
	border-radius: 9999px;
	content: "";
} /*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}
button {
	background-color: transparent;
	background-image: none;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
html {
	font-family: PT Sans;
	line-height: 1.5;
}
*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: currentColor;
}
hr {
	border-top-width: 1px;
}
img {
	border-style: solid;
}
textarea {
	resize: vertical;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a0aec0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a0aec0;
}
input::placeholder,
textarea::placeholder {
	color: #a0aec0;
}
button,
[role="button"] {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}
a {
	color: inherit;
	text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
	padding: 0;
	line-height: inherit;
	color: inherit;
}
pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, liberation mono,
		courier new, monospace;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block;
	vertical-align: middle;
}
img,
video {
	max-width: 100%;
	height: auto;
}
.container {
	width: 100%;
	padding-right: 1rem;
	padding-left: 1rem;
}
@media (min-width: 320px) {
	.container {
		max-width: 320px;
	}
}
@media (min-width: 375px) {
	.container {
		max-width: 375px;
	}
}
@media (min-width: 480px) {
	.container {
		max-width: 480px;
	}
}
@media (min-width: 640px) {
	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {
	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}
@media (min-width: 1280px) {
	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1366px) {
	.container {
		max-width: 1366px;
	}
}
@media (min-width: 1440px) {
	.container {
		max-width: 1440px;
	}
}
@media (min-width: 1500px) {
	.container {
		max-width: 1500px;
	}
}
.bg-white {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-yellow-50 {
	--bg-opacity: 1;
	background-color: #f3f2f0;
	background-color: rgba(243, 242, 240, var(--bg-opacity));
}
.bg-yellow-200 {
	--bg-opacity: 1;
	background-color: #e7e6e0;
	background-color: rgba(231, 230, 224, var(--bg-opacity));
}
.bg-yellow-300 {
	--bg-opacity: 1;
	background-color: #ffe115;
	background-color: rgba(255, 225, 21, var(--bg-opacity));
}
.bg-yellow-500 {
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
}
.bg-yellow-600 {
	--bg-opacity: 1;
	background-color: #fddb00;
	background-color: rgba(253, 219, 0, var(--bg-opacity));
}
.bg-yellow {
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
}
.bg-blue-300 {
	--bg-opacity: 1;
	background-color: #157fc9;
	background-color: rgba(21, 127, 201, var(--bg-opacity));
}
.bg-blue-700 {
	--bg-opacity: 1;
	background-color: #002b49;
	background-color: rgba(0, 43, 73, var(--bg-opacity));
}
.bg-blue-900 {
	--bg-opacity: 1;
	background-color: #0a1827;
	background-color: rgba(10, 24, 39, var(--bg-opacity));
}
.bg-blue-navy {
	--bg-opacity: 1;
	background-color: #072b49;
	background-color: rgba(7, 43, 73, var(--bg-opacity));
}
.bg-blue-dark {
	--bg-opacity: 1;
	background-color: #122235;
	background-color: rgba(18, 34, 53, var(--bg-opacity));
}
.bg-blue-darker {
	--bg-opacity: 1;
	background-color: #0c2237;
	background-color: rgba(12, 34, 55, var(--bg-opacity));
}
.bg-gray-100 {
	--bg-opacity: 1;
	background-color: #eee;
	background-color: rgba(238, 238, 238, var(--bg-opacity));
}
.bg-gray-200 {
	--bg-opacity: 1;
	background-color: #e7e6e1;
	background-color: rgba(231, 230, 225, var(--bg-opacity));
}
.bg-gray-400 {
	--bg-opacity: 1;
	background-color: #93928e;
	background-color: rgba(147, 146, 142, var(--bg-opacity));
}
.hover\:bg-white:hover {
	--bg-opacity: 1;
	background-color: #fff;
	background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.hover\:bg-yellow-250:hover {
	--bg-opacity: 1;
	background-color: #d5d4d0;
	background-color: rgba(213, 212, 208, var(--bg-opacity));
}
.hover\:bg-yellow-500:hover {
	--bg-opacity: 1;
	background-color: #f7db15;
	background-color: rgba(247, 219, 21, var(--bg-opacity));
}
.hover\:bg-yellow-600:hover {
	--bg-opacity: 1;
	background-color: #fddb00;
	background-color: rgba(253, 219, 0, var(--bg-opacity));
}
.hover\:bg-blue-navy:hover {
	--bg-opacity: 1;
	background-color: #072b49;
	background-color: rgba(7, 43, 73, var(--bg-opacity));
}
.hover\:bg-gray-100:hover {
	--bg-opacity: 1;
	background-color: #eee;
	background-color: rgba(238, 238, 238, var(--bg-opacity));
}
.bg-gradient-to-t {
	background-image: linear-gradient(to top, var(--gradient-color-stops));
}
.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--gradient-color-stops));
}
.from-transparent {
	--gradient-from-color: transparent;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(0, 0, 0, 0));
}
.from-blue-dark {
	--gradient-from-color: #122235;
	--gradient-color-stops: var(--gradient-from-color),
		var(--gradient-to-color, rgba(18, 34, 53, 0));
}
.to-transparent {
	--gradient-to-color: transparent;
}
.to-blue-700 {
	--gradient-to-color: #002b49;
}
.to-blue-navy {
	--gradient-to-color: #072b49;
}
.bg-opacity-50 {
	--bg-opacity: 0.5;
}
.bg-opacity-70 {
	--bg-opacity: 0.7;
}
.bg-opacity-80 {
	--bg-opacity: 0.8;
}
.bg-center {
	background-position: center;
}
.bg-left {
	background-position: left;
}
.bg-right {
	background-position: right;
}
.bg-top {
	background-position: top;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.bg-cover {
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}
.border-white {
	--border-opacity: 1;
	border-color: #fff;
	border-color: rgba(255, 255, 255, var(--border-opacity));
}
.border-yellow-500 {
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
}
.border-yellow {
	--border-opacity: 1;
	border-color: #f7db15;
	border-color: rgba(247, 219, 21, var(--border-opacity));
}
.border-blue-300 {
	--border-opacity: 1;
	border-color: #157fc9;
	border-color: rgba(21, 127, 201, var(--border-opacity));
}
.border-blue-700 {
	--border-opacity: 1;
	border-color: #002b49;
	border-color: rgba(0, 43, 73, var(--border-opacity));
}
.border-blue-navy {
	--border-opacity: 1;
	border-color: #072b49;
	border-color: rgba(7, 43, 73, var(--border-opacity));
}
.border-blue-dark {
	--border-opacity: 1;
	border-color: #122235;
	border-color: rgba(18, 34, 53, var(--border-opacity));
}
.border-gray-200 {
	--border-opacity: 1;
	border-color: #e7e6e1;
	border-color: rgba(231, 230, 225, var(--border-opacity));
}
.border-gray-400 {
	--border-opacity: 1;
	border-color: #93928e;
	border-color: rgba(147, 146, 142, var(--border-opacity));
}
.border-gray-900 {
	--border-opacity: 1;
	border-color: #08111c;
	border-color: rgba(8, 17, 28, var(--border-opacity));
}
.rounded-full {
	border-radius: 9999px;
}
.border-solid {
	border-style: solid;
}
.border-3 {
	border-width: 3px;
}
.border {
	border-width: 1px;
}
.border-t-1 {
	border-top-width: 1px;
}
.border-b-1 {
	border-bottom-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-t-3 {
	border-top-width: 3px;
}
.border-b-3 {
	border-bottom-width: 3px;
}
.border-l-3 {
	border-left-width: 3px;
}
.border-b-4 {
	border-bottom-width: 4px;
}
.border-b-13 {
	border-bottom-width: 13px;
}
.border-t {
	border-top-width: 1px;
}
.cursor-pointer {
	cursor: pointer;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.hidden {
	display: none;
}
.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.order-1 {
	order: 1;
}
.order-2 {
	order: 2;
}
.order-3 {
	order: 3;
}
.order-4 {
	order: 4;
}
.font-sans {
	font-family: PT Sans;
}
.font-serif {
	font-family: FreightText;
}
.font-normal {
	font-weight: 400;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.font-black {
	font-weight: 900;
}
.h-0 {
	height: 0;
}
.h-1 {
	height: 0.25rem;
}
.h-2 {
	height: 2px;
}
.h-3 {
	height: 0.75rem;
}
.h-4 {
	height: 1rem;
}
.h-5 {
	height: 1.875rem;
}
.h-8 {
	height: 2rem;
}
.h-10 {
	height: 10px;
}
.h-12 {
	height: 12px;
}
.h-16 {
	height: 4rem;
}
.h-18 {
	height: 4.5rem;
}
.h-25 {
	height: 5.375rem;
}
.h-27 {
	height: 6.75rem;
}
.h-28 {
	height: 7rem;
}
.h-32 {
	height: 8rem;
}
.h-48 {
	height: 12rem;
}
.h-56 {
	height: 56px;
}
.h-70 {
	height: 70px;
}
.h-80 {
	height: 80px;
}
.h-85 {
	height: 85px;
}
.h-90 {
	height: 90px;
}
.h-250 {
	height: 250px;
}
.h-270 {
	height: 270px;
}
.h-300 {
	height: 300px;
}
.h-365 {
	height: 365px;
}
.h-380 {
	height: 380px;
}
.h-385 {
	height: 385px;
}
.h-430 {
	height: 430px;
}
.h-450 {
	height: 450px;
}
.h-470 {
	height: 470px;
}
.h-890 {
	height: 890px;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.h-50vw {
	height: 50vw;
}
.h-60vw {
	height: 60vw;
}
.h-100vw {
	height: 100vw;
}
.text-xs {
	font-size: 0.75rem;
}
.text-sm {
	font-size: 0.875rem;
}
.text-base {
	font-size: 1rem;
}
.text-lg {
	font-size: 1.125rem;
}
.text-xl {
	font-size: 1.25rem;
}
.text-xl2 {
	font-size: 1.375rem;
}
.text-2xl {
	font-size: 1.5rem;
}
.text-2\.5xl {
	font-size: 1.625rem;
}
.text-3xl {
	font-size: 1.75rem;
}
.text-3\.5xl {
	font-size: 2rem;
}
.text-4xl {
	font-size: 2.25rem;
}
.text-4\.5xl {
	font-size: 2.625rem;
}
.text-5\.5xl {
	font-size: 3.875rem;
}
.text-6\.7xl {
	font-size: 6.875rem;
}
.text-7xl {
	font-size: 8.75rem;
}
.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.leading-snug {
	line-height: 1.375;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-loose {
	line-height: 2;
}
.leading-tightest {
	line-height: 1.15;
}
.leading-leading-snug {
	line-height: 1.375;
}
.m-6 {
	margin: 1.5rem;
}
.m-auto {
	margin: auto;
}
.-m-6 {
	margin: -1.5rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-5 {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.mx-16 {
	margin-left: 4rem;
	margin-right: 4rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-0 {
	margin-bottom: 0;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mb-5 {
	margin-bottom: 1.875rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mr-8 {
	margin-right: 2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.ml-8 {
	margin-left: 2rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.mt-12 {
	margin-top: 3rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mb-16 {
	margin-bottom: 4rem;
}
.ml-16 {
	margin-left: 4rem;
}
.mt-18 {
	margin-top: 4.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mr-20 {
	margin-right: 5rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.ml-20 {
	margin-left: 5rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mb-24 {
	margin-bottom: 6rem;
}
.ml-32 {
	margin-left: 8rem;
}
.mt-40 {
	margin-top: 10rem;
}
.mt-300 {
	margin-top: 300px;
}
.mt-auto {
	margin-top: auto;
}
.ml-auto {
	margin-left: auto;
}
.-mt-14 {
	margin-top: -3.5rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.-mb-2 {
	margin-bottom: -0.5rem;
}
.-mr-4 {
	margin-right: -1rem;
}
.-mb-4 {
	margin-bottom: -1rem;
}
.-ml-4 {
	margin-left: -1rem;
}
.-ml-5 {
	margin-left: -1.875rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.-mr-8 {
	margin-right: -2rem;
}
.-mb-8 {
	margin-bottom: -2rem;
}
.-ml-8 {
	margin-left: -2rem;
}
.-mb-10 {
	margin-bottom: -2.5rem;
}
.-mt-16 {
	margin-top: -4rem;
}
.-ml-16 {
	margin-left: -4rem;
}
.-mt-20 {
	margin-top: -5rem;
}
.-ml-20 {
	margin-left: -5rem;
}
.-mr-24 {
	margin-right: -6rem;
}
.-mb-24 {
	margin-bottom: -6rem;
}
.-mr-40 {
	margin-right: -10rem;
}
.max-w-177 {
	max-width: 177px;
}
.max-w-210 {
	max-width: 210px;
}
.max-w-225 {
	max-width: 225px;
}
.max-w-250 {
	max-width: 250px;
}
.max-w-380 {
	max-width: 380px;
}
.max-w-450 {
	max-width: 450px;
}
.max-w-490 {
	max-width: 490px;
}
.max-w-530 {
	max-width: 530px;
}
.max-w-610 {
	max-width: 610px;
}
.max-w-650 {
	max-width: 650px;
}
.max-w-720 {
	max-width: 720px;
}
.max-w-850 {
	max-width: 850px;
}
.max-w-1125 {
	max-width: 1125px;
}
.max-w-1500 {
	max-width: 1500px;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-full {
	max-width: 100%;
}
.min-h-250 {
	min-height: 250px;
}
.min-h-290 {
	min-height: 290px;
}
.min-h-360 {
	min-height: 360px;
}
.min-h-450 {
	min-height: 450px;
}
.min-h-60vw {
	min-height: 60vw;
}
.opacity-0 {
	opacity: 0;
}
.opacity-5 {
	opacity: 0.05;
}
.opacity-25 {
	opacity: 0.25;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-100 {
	opacity: 1;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-5 {
	padding: 1.875rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-12 {
	padding: 3rem;
}
.px-0 {
	padding-left: 0;
	padding-right: 0;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-5 {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}
.px-5 {
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.py-16 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-24 {
	padding-left: 6rem;
	padding-right: 6rem;
}
.pt-0 {
	padding-top: 0;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-5 {
	padding-top: 1.875rem;
}
.pb-5 {
	padding-bottom: 1.875rem;
}
.pl-5 {
	padding-left: 1.875rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pt-15 {
	padding-top: 3.875rem;
}
.pb-15 {
	padding-bottom: 3.875rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pl-16 {
	padding-left: 4rem;
}
.pt-18 {
	padding-top: 4.5rem;
}
.pb-18 {
	padding-bottom: 4.5rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.top-0 {
	top: 0;
}
.right-0 {
	right: 0;
}
.bottom-0 {
	bottom: 0;
}
.left-0 {
	left: 0;
}
.resize {
	resize: both;
}
.shadow-2xl {
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-yellow {
	box-shadow: 4px 4px 20px 0 #b59f01;
}
.shadow-blue {
	box-shadow: 6px 3px 15px 0 rgba(5, 77, 126, 0.74);
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-white {
	--text-opacity: 1;
	color: #fff;
	color: rgba(255, 255, 255, var(--text-opacity));
}
.text-yellow-300 {
	--text-opacity: 1;
	color: #ffe115;
	color: rgba(255, 225, 21, var(--text-opacity));
}
.text-yellow-500 {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.text-yellow {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.text-blue-300 {
	--text-opacity: 1;
	color: #157fc9;
	color: rgba(21, 127, 201, var(--text-opacity));
}
.text-blue-700 {
	--text-opacity: 1;
	color: #002b49;
	color: rgba(0, 43, 73, var(--text-opacity));
}
.text-blue-navy {
	--text-opacity: 1;
	color: #072b49;
	color: rgba(7, 43, 73, var(--text-opacity));
}
.text-blue-dark {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.text-blue-black {
	--text-opacity: 1;
	color: #021c2f;
	color: rgba(2, 28, 47, var(--text-opacity));
}
.text-blue-darker {
	--text-opacity: 1;
	color: #0c2237;
	color: rgba(12, 34, 55, var(--text-opacity));
}
.text-blue-darkest {
	--text-opacity: 1;
	color: #001a2c;
	color: rgba(0, 26, 44, var(--text-opacity));
}
.text-blue-darker2 {
	--text-opacity: 1;
	color: #022239;
	color: rgba(2, 34, 57, var(--text-opacity));
}
.text-gray-200 {
	--text-opacity: 1;
	color: #e7e6e1;
	color: rgba(231, 230, 225, var(--text-opacity));
}
.text-gray-400 {
	--text-opacity: 1;
	color: #93928e;
	color: rgba(147, 146, 142, var(--text-opacity));
}
.text-gray-500 {
	--text-opacity: 1;
	color: #6d7278;
	color: rgba(109, 114, 120, var(--text-opacity));
}
.text-gray-800 {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.hover\:text-yellow-300:hover {
	--text-opacity: 1;
	color: #ffe115;
	color: rgba(255, 225, 21, var(--text-opacity));
}
.hover\:text-yellow-500:hover {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.hover\:text-yellow:hover {
	--text-opacity: 1;
	color: #f7db15;
	color: rgba(247, 219, 21, var(--text-opacity));
}
.hover\:text-blue-200:hover {
	--text-opacity: 1;
	color: #0390e7;
	color: rgba(3, 144, 231, var(--text-opacity));
}
.hover\:text-blue-700:hover {
	--text-opacity: 1;
	color: #002b49;
	color: rgba(0, 43, 73, var(--text-opacity));
}
.hover\:text-blue-navy:hover {
	--text-opacity: 1;
	color: #072b49;
	color: rgba(7, 43, 73, var(--text-opacity));
}
.hover\:text-blue-dark:hover {
	--text-opacity: 1;
	color: #122235;
	color: rgba(18, 34, 53, var(--text-opacity));
}
.italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.normal-case {
	text-transform: none;
}
.underline {
	text-decoration: underline;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-widest {
	letter-spacing: 0.25em;
}
.tracking-widest2 {
	letter-spacing: 0.15em;
}
.align-middle {
	vertical-align: middle;
}
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.whitespace-no-wrap {
	white-space: nowrap;
}
.w-0 {
	width: 0;
}
.w-1 {
	width: 0.25rem;
}
.w-2 {
	width: 0.5rem;
}
.w-4 {
	width: 1rem;
}
.w-5 {
	width: 1.875rem;
}
.w-6 {
	width: 1.5rem;
}
.w-8 {
	width: 2rem;
}
.w-10 {
	width: 2.5rem;
}
.w-16 {
	width: 4rem;
}
.w-20 {
	width: 5rem;
}
.w-24 {
	width: 6rem;
}
.w-25 {
	width: 25px;
}
.w-27 {
	width: 6.75rem;
}
.w-28 {
	width: 28px;
}
.w-32 {
	width: 8rem;
}
.w-40 {
	width: 10rem;
}
.w-48 {
	width: 12rem;
}
.w-56 {
	width: 56px;
}
.w-80 {
	width: 80px;
}
.w-85 {
	width: 85px;
}
.w-165 {
	width: 165px;
}
.w-211 {
	width: 211px;
}
.w-270 {
	width: 270px;
}
.w-375 {
	width: 375px;
}
.w-420 {
	width: 420px;
}
.w-450 {
	width: 450px;
}
.w-470 {
	width: 470px;
}
.w-550 {
	width: 550px;
}
.w-575 {
	width: 575px;
}
.w-620 {
	width: 620px;
}
.w-955 {
	width: 955px;
}
.w-0\.3 {
	width: 3px;
}
.w-4\/5 {
	width: 80%;
}
.w-full {
	width: 100%;
}
.z-0 {
	z-index: 0;
}
.z-1 {
	z-index: 1;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.z-40 {
	z-index: 40;
}
.z-50 {
	z-index: 50;
}
.transform {
	--transform-translate-x: 0;
	--transform-translate-y: 0;
	--transform-rotate: 0;
	--transform-skew-x: 0;
	--transform-skew-y: 0;
	--transform-scale-x: 1;
	--transform-scale-y: 1;
	transform: translateX(var(--transform-translate-x))
		translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
		skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
		scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.transition-all {
	transition-property: all;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke,
		opacity, box-shadow, transform;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
}
.transition-opacity {
	transition-property: opacity;
}
.transition-transform {
	transition-property: transform;
}
.ease-linear {
	transition-timing-function: linear;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-500 {
	transition-duration: 500ms;
}
@-webkit-keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes ping {
	75%,
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes ping {
	75%,
	100% {
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@keyframes bounce {
	0%,
	100% {
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
.animate-ping {
	-webkit-animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
	animation: ping 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.animate-bounce {
	-webkit-animation: bounce 1s infinite;
	animation: bounce 1s infinite;
}
.animate-ping-2 {
	-webkit-animation: ping 1.5s 0.3s cubic-bezier(0, 0, 0.2, 1) infinite;
	animation: ping 1.5s 0.3s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@media (min-width: 320px) {
	.xs\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.xs\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.xs\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.xs\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.xs\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.xs\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.xs\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.xs\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.xs\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.xs\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.xs\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.xs\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.xs\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.xs\:container {
			max-width: 1500px;
		}
	}
	.xs\:text-base {
		font-size: 1rem;
	}
	.xs\:text-4xl {
		font-size: 2.25rem;
	}
}
@media (min-width: 375px) {
	.mob-375\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.mob-375\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.mob-375\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.mob-375\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.mob-375\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.mob-375\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.mob-375\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.mob-375\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.mob-375\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.mob-375\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.mob-375\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.mob-375\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.mob-375\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.mob-375\:container {
			max-width: 1500px;
		}
	}
	.mob-375\:flex-row {
		flex-direction: row;
	}
	.mob-375\:text-5xl {
		font-size: 3rem;
	}
	.mob-375\:-mr-8 {
		margin-right: -2rem;
	}
	.mob-375\:-ml-8 {
		margin-left: -2rem;
	}
	.mob-375\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.mob-375\:w-315 {
		width: 315px;
	}
}
@media (min-width: 480px) {
	.mob\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.mob\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.mob\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.mob\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.mob\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.mob\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.mob\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.mob\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.mob\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.mob\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.mob\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.mob\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.mob\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.mob\:container {
			max-width: 1500px;
		}
	}
	.mob\:inline-block {
		display: inline-block;
	}
	.mob\:text-base {
		font-size: 1rem;
	}
	.mob\:text-lg {
		font-size: 1.125rem;
	}
	.mob\:leading-6 {
		line-height: 1.5rem;
	}
	.mob\:ml-2 {
		margin-left: 0.5rem;
	}
	.mob\:ml-4 {
		margin-left: 1rem;
	}
	.mob\:ml-6 {
		margin-left: 1.5rem;
	}
	.mob\:ml-10 {
		margin-left: 2.5rem;
	}
	.mob\:-mt-1 {
		margin-top: -0.25rem;
	}
	.mob\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.mob\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.mob\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.mob\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.mob\:w-10 {
		width: 2.5rem;
	}
	.mob\:w-300 {
		width: 300px;
	}
	.mob\:w-315 {
		width: 315px;
	}
	.mob\:w-1\/2 {
		width: 50%;
	}
	.mob\:w-2\/3 {
		width: 66.666667%;
	}
}
@media (min-width: 640px) {
	.sm\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.sm\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.sm\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.sm\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.sm\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.sm\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.sm\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.sm\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.sm\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.sm\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.sm\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.sm\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.sm\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.sm\:container {
			max-width: 1500px;
		}
	}
	.sm\:flex {
		display: flex;
	}
	.sm\:h-32 {
		height: 8rem;
	}
	.sm\:h-270 {
		height: 270px;
	}
	.sm\:h-550 {
		height: 550px;
	}
	.sm\:text-lg {
		font-size: 1.125rem;
	}
	.sm\:text-xl {
		font-size: 1.25rem;
	}
	.sm\:text-xl2 {
		font-size: 1.375rem;
	}
	.sm\:text-3xl {
		font-size: 1.75rem;
	}
	.sm\:text-6xl {
		font-size: 4rem;
	}
	.sm\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.sm\:mb-0 {
		margin-bottom: 0;
	}
	.sm\:ml-auto {
		margin-left: auto;
	}
	.sm\:-mt-32 {
		margin-top: -8rem;
	}
	.sm\:max-w-380 {
		max-width: 380px;
	}
	.sm\:min-h-350 {
		min-height: 350px;
	}
	.sm\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.sm\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.sm\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.sm\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.sm\:pl-8 {
		padding-left: 2rem;
	}
	.sm\:pl-16 {
		padding-left: 4rem;
	}
	.sm\:w-270 {
		width: 270px;
	}
	.sm\:w-315 {
		width: 315px;
	}
	.sm\:w-450 {
		width: 450px;
	}
	.sm\:w-575 {
		width: 575px;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
	.sm\:w-4\/12 {
		width: 33.333333%;
	}
	.sm\:w-5\/12 {
		width: 41.666667%;
	}
	.sm\:w-7\/12 {
		width: 58.333333%;
	}
}
@media (min-width: 768px) {
	.md\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.md\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.md\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.md\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.md\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.md\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.md\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.md\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.md\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.md\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.md\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.md\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.md\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.md\:container {
			max-width: 1500px;
		}
	}
	.md\:border-none {
		border-style: none;
	}
	.md\:border-b-0 {
		border-bottom-width: 0;
	}
	.md\:border-l-1 {
		border-left-width: 1px;
	}
	.md\:block {
		display: block;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:flex {
		display: flex;
	}
	.md\:hidden {
		display: none;
	}
	.md\:flex-row {
		flex-direction: row;
	}
	.md\:items-end {
		align-items: flex-end;
	}
	.md\:justify-start {
		justify-content: flex-start;
	}
	.md\:h-300 {
		height: 300px;
	}
	.md\:h-385 {
		height: 385px;
	}
	.md\:h-400 {
		height: 400px;
	}
	.md\:h-auto {
		height: auto;
	}
	.md\:text-lg {
		font-size: 1.125rem;
	}
	.md\:text-xl {
		font-size: 1.25rem;
	}
	.md\:text-2\.5xl {
		font-size: 1.625rem;
	}
	.md\:text-3xl {
		font-size: 1.75rem;
	}
	.md\:text-3\.5xl {
		font-size: 2rem;
	}
	.md\:text-4xl {
		font-size: 2.25rem;
	}
	.md\:text-4\.5xl {
		font-size: 2.625rem;
	}
	.md\:text-5xl {
		font-size: 3rem;
	}
	.md\:text-5\.3xl {
		font-size: 3.25rem;
	}
	.md\:text-5\.5xl {
		font-size: 3.875rem;
	}
	.md\:text-6\.5xl {
		font-size: 4.5rem;
	}
	.md\:leading-snug {
		line-height: 1.375;
	}
	.md\:m-0 {
		margin: 0;
	}
	.md\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.md\:-mx-4 {
		margin-left: -1rem;
		margin-right: -1rem;
	}
	.md\:mt-0 {
		margin-top: 0;
	}
	.md\:mb-0 {
		margin-bottom: 0;
	}
	.md\:mt-10 {
		margin-top: 2.5rem;
	}
	.md\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.md\:mt-12 {
		margin-top: 3rem;
	}
	.md\:mt-15 {
		margin-top: 3.875rem;
	}
	.md\:mr-16 {
		margin-right: 4rem;
	}
	.md\:mb-16 {
		margin-bottom: 4rem;
	}
	.md\:mb-20 {
		margin-bottom: 5rem;
	}
	.md\:mb-24 {
		margin-bottom: 6rem;
	}
	.md\:ml-90 {
		margin-left: 20rem;
	}
	.md\:ml-auto {
		margin-left: auto;
	}
	.md\:-mr-10 {
		margin-right: -2.5rem;
	}
	.md\:-ml-10 {
		margin-left: -2.5rem;
	}
	.md\:min-h-350 {
		min-height: 350px;
	}
	.md\:min-h-360 {
		min-height: 360px;
	}
	.md\:min-h-27vw {
		min-height: 27vw;
	}
	.md\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.md\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.md\:px-3 {
		padding-left: 0.75rem;
		padding-right: 0.75rem;
	}
	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:px-5 {
		padding-left: 1.875rem;
		padding-right: 1.875rem;
	}
	.md\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.md\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.md\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.md\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.md\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.md\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.md\:pr-0 {
		padding-right: 0;
	}
	.md\:pr-5 {
		padding-right: 1.875rem;
	}
	.md\:pl-5 {
		padding-left: 1.875rem;
	}
	.md\:pt-8 {
		padding-top: 2rem;
	}
	.md\:pt-10 {
		padding-top: 2.5rem;
	}
	.md\:pr-10 {
		padding-right: 2.5rem;
	}
	.md\:pl-10 {
		padding-left: 2.5rem;
	}
	.md\:pt-12 {
		padding-top: 3rem;
	}
	.md\:pr-12 {
		padding-right: 3rem;
	}
	.md\:pb-12 {
		padding-bottom: 3rem;
	}
	.md\:pb-15 {
		padding-bottom: 3.875rem;
	}
	.md\:pt-16 {
		padding-top: 4rem;
	}
	.md\:pb-16 {
		padding-bottom: 4rem;
	}
	.md\:pt-18 {
		padding-top: 4.5rem;
	}
	.md\:pt-20 {
		padding-top: 5rem;
	}
	.md\:pb-20 {
		padding-bottom: 5rem;
	}
	.md\:absolute {
		position: absolute;
	}
	.md\:right-0 {
		right: 0;
	}
	.md\:left-auto {
		left: auto;
	}
	.md\:text-left {
		text-align: left;
	}
	.md\:w-7 {
		width: 28px;
	}
	.md\:w-48 {
		width: 12rem;
	}
	.md\:w-270 {
		width: 270px;
	}
	.md\:w-575 {
		width: 575px;
	}
	.md\:w-700 {
		width: 700px;
	}
	.md\:w-auto {
		width: auto;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-full {
		width: 100%;
	}
}
@media (min-width: 1024px) {
	.lg\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.lg\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.lg\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.lg\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.lg\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.lg\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.lg\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.lg\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.lg\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.lg\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.lg\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.lg\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.lg\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.lg\:container {
			max-width: 1500px;
		}
	}
	.lg\:bg-center {
		background-position: center;
	}
	.lg\:bg-top-50 {
		background-position: center top -50px;
	}
	.lg\:block {
		display: block;
	}
	.lg\:flex {
		display: flex;
	}
	.lg\:hidden {
		display: none;
	}
	.lg\:flex-row {
		flex-direction: row;
	}
	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}
	.lg\:flex-no-wrap {
		flex-wrap: nowrap;
	}
	.lg\:justify-end {
		justify-content: flex-end;
	}
	.lg\:order-none {
		order: 0;
	}
	.lg\:h-28 {
		height: 7rem;
	}
	.lg\:h-50 {
		height: 50px;
	}
	.lg\:h-438 {
		height: 438px;
	}
	.lg\:h-620 {
		height: 620px;
	}
	.lg\:h-auto {
		height: auto;
	}
	.lg\:text-base {
		font-size: 1rem;
	}
	.lg\:text-4xl {
		font-size: 2.25rem;
	}
	.lg\:text-4\.5xl {
		font-size: 2.625rem;
	}
	.lg\:text-5xl {
		font-size: 3rem;
	}
	.lg\:text-5\.3xl {
		font-size: 3.25rem;
	}
	.lg\:text-6\.5xl {
		font-size: 4.5rem;
	}
	.lg\:text-6\.6xl {
		font-size: 5rem;
	}
	.lg\:m-0 {
		margin: 0;
	}
	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.lg\:mt-0 {
		margin-top: 0;
	}
	.lg\:mb-0 {
		margin-bottom: 0;
	}
	.lg\:ml-8 {
		margin-left: 2rem;
	}
	.lg\:mr-10 {
		margin-right: 2.5rem;
	}
	.lg\:mb-10 {
		margin-bottom: 2.5rem;
	}
	.lg\:mt-12 {
		margin-top: 3rem;
	}
	.lg\:mb-12 {
		margin-bottom: 3rem;
	}
	.lg\:ml-12 {
		margin-left: 3rem;
	}
	.lg\:mb-16 {
		margin-bottom: 4rem;
	}
	.lg\:mb-20 {
		margin-bottom: 5rem;
	}
	.lg\:mb-28 {
		margin-bottom: 7rem;
	}
	.lg\:mt-32 {
		margin-top: 8rem;
	}
	.lg\:mt-40 {
		margin-top: 10rem;
	}
	.lg\:-ml-5 {
		margin-left: -1.875rem;
	}
	.lg\:-ml-16 {
		margin-left: -4rem;
	}
	.lg\:-ml-18 {
		margin-left: -4.5rem;
	}
	.lg\:-mt-20 {
		margin-top: -5rem;
	}
	.lg\:-mb-20 {
		margin-bottom: -5rem;
	}
	.lg\:-mr-28 {
		margin-right: -7rem;
	}
	.lg\:-ml-28 {
		margin-left: -7rem;
	}
	.lg\:-mt-32 {
		margin-top: -8rem;
	}
	.lg\:max-w-450 {
		max-width: 450px;
	}
	.lg\:max-w-1500 {
		max-width: 1500px;
	}
	.lg\:min-h-515 {
		min-height: 515px;
	}
	.lg\:min-h-570 {
		min-height: 570px;
	}
	.lg\:min-h-600 {
		min-height: 600px;
	}
	.lg\:min-h-27vw {
		min-height: 27vw;
	}
	.lg\:min-w-955 {
		min-width: 955px;
	}
	.lg\:opacity-0 {
		opacity: 0;
	}
	.lg\:p-10 {
		padding: 2.5rem;
	}
	.lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.lg\:py-4 {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.lg\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lg\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.lg\:py-10 {
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;
	}
	.lg\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lg\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.lg\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lg\:py-15 {
		padding-top: 3.875rem;
		padding-bottom: 3.875rem;
	}
	.lg\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lg\:px-16 {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.lg\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
	.lg\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.lg\:px-28 {
		padding-left: 7rem;
		padding-right: 7rem;
	}
	.lg\:py-32 {
		padding-top: 8rem;
		padding-bottom: 8rem;
	}
	.lg\:pr-0 {
		padding-right: 0;
	}
	.lg\:pt-2 {
		padding-top: 0.5rem;
	}
	.lg\:pr-4 {
		padding-right: 1rem;
	}
	.lg\:pr-8 {
		padding-right: 2rem;
	}
	.lg\:pl-8 {
		padding-left: 2rem;
	}
	.lg\:pr-10 {
		padding-right: 2.5rem;
	}
	.lg\:pl-10 {
		padding-left: 2.5rem;
	}
	.lg\:pr-12 {
		padding-right: 3rem;
	}
	.lg\:pl-12 {
		padding-left: 3rem;
	}
	.lg\:pb-15 {
		padding-bottom: 3.875rem;
	}
	.lg\:pl-15 {
		padding-left: 3.875rem;
	}
	.lg\:pb-16 {
		padding-bottom: 4rem;
	}
	.lg\:pl-16 {
		padding-left: 4rem;
	}
	.lg\:pt-18 {
		padding-top: 4.5rem;
	}
	.lg\:pt-20 {
		padding-top: 5rem;
	}
	.lg\:pr-20 {
		padding-right: 5rem;
	}
	.lg\:pl-20 {
		padding-left: 5rem;
	}
	.lg\:pt-24 {
		padding-top: 6rem;
	}
	.lg\:pr-24 {
		padding-right: 6rem;
	}
	.lg\:pb-24 {
		padding-bottom: 6rem;
	}
	.lg\:pl-24 {
		padding-left: 6rem;
	}
	.lg\:pb-32 {
		padding-bottom: 8rem;
	}
	.lg\:absolute {
		position: absolute;
	}
	.lg\:text-left {
		text-align: left;
	}
	.lg\:w-28 {
		width: 28px;
	}
	.lg\:w-50 {
		width: 50px;
	}
	.lg\:w-470 {
		width: 470px;
	}
	.lg\:w-500 {
		width: 500px;
	}
	.lg\:w-600 {
		width: 600px;
	}
	.lg\:w-900 {
		width: 900px;
	}
	.lg\:w-980 {
		width: 980px;
	}
	.lg\:w-auto {
		width: auto;
	}
	.lg\:w-1\/2 {
		width: 50%;
	}
	.lg\:w-1\/3 {
		width: 33.333333%;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
	.lg\:w-3\/4 {
		width: 75%;
	}
	.lg\:w-2\/5 {
		width: 40%;
	}
	.lg\:w-3\/5 {
		width: 60%;
	}
	.lg\:w-3\/12 {
		width: 25%;
	}
	.lg\:w-4\/12 {
		width: 33.333333%;
	}
	.lg\:w-5\/12 {
		width: 41.666667%;
	}
	.lg\:w-7\/12 {
		width: 58.333333%;
	}
	.lg\:w-8\/12 {
		width: 66.666667%;
	}
	.lg\:w-9\/12 {
		width: 75%;
	}
	.lg\:w-full {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.lt\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.lt\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.lt\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.lt\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.lt\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.lt\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.lt\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.lt\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.lt\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.lt\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.lt\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.lt\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.lt\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.lt\:container {
			max-width: 1500px;
		}
	}
	.lt\:flex {
		display: flex;
	}
	.lt\:hidden {
		display: none;
	}
	.lt\:h-64 {
		height: 16rem;
	}
	.lt\:h-500 {
		height: 500px;
	}
	.lt\:h-505 {
		height: 505px;
	}
	.lt\:h-560 {
		height: 560px;
	}
	.lt\:text-lg {
		font-size: 1.125rem;
	}
	.lt\:text-3xl {
		font-size: 1.75rem;
	}
	.lt\:text-4\.5xl {
		font-size: 2.625rem;
	}
	.lt\:text-6\.5xl {
		font-size: 4.5rem;
	}
	.lt\:mx-0 {
		margin-left: 0;
		margin-right: 0;
	}
	.lt\:-mx-5 {
		margin-left: -1.875rem;
		margin-right: -1.875rem;
	}
	.lt\:mt-0 {
		margin-top: 0;
	}
	.lt\:mb-0 {
		margin-bottom: 0;
	}
	.lt\:ml-24 {
		margin-left: 6rem;
	}
	.lt\:-mr-24 {
		margin-right: -6rem;
	}
	.lt\:-mt-64 {
		margin-top: -16rem;
	}
	.lt\:min-h-450 {
		min-height: 450px;
	}
	.lt\:opacity-100 {
		opacity: 1;
	}
	.lt\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lt\:px-10 {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.lt\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.lt\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lt\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lt\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.lt\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.lt\:pr-0 {
		padding-right: 0;
	}
	.lt\:pr-6 {
		padding-right: 1.5rem;
	}
	.lt\:pr-15 {
		padding-right: 3.875rem;
	}
	.lt\:pl-15 {
		padding-left: 3.875rem;
	}
	.lt\:pl-16 {
		padding-left: 4rem;
	}
	.lt\:pr-24 {
		padding-right: 6rem;
	}
	.lt\:pl-24 {
		padding-left: 6rem;
	}
	.lt\:pt-40 {
		padding-top: 10rem;
	}
	.lt\:relative {
		position: relative;
	}
	.lt\:visible {
		visibility: visible;
	}
	.lt\:w-325 {
		width: 325px;
	}
	.lt\:w-460 {
		width: 460px;
	}
	.lt\:w-1110 {
		width: 1110px;
	}
	.lt\:w-1\/3 {
		width: 33.333333%;
	}
	.lt\:w-2\/3 {
		width: 66.666667%;
	}
	.lt\:w-1\/4 {
		width: 25%;
	}
	.lt\:w-3\/4 {
		width: 75%;
	}
}
@media (max-width: 1199px) {
	.lt-max\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.lt-max\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.lt-max\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.lt-max\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.lt-max\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.lt-max\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.lt-max\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.lt-max\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.lt-max\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.lt-max\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.lt-max\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.lt-max\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.lt-max\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.lt-max\:container {
			max-width: 1500px;
		}
	}
}
@media (min-width: 1280px) {
	.xl\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.xl\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.xl\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.xl\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.xl\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.xl\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.xl\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.xl\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.xl\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.xl\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.xl\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.xl\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.xl\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.xl\:container {
			max-width: 1500px;
		}
	}
	.xl\:text-98 {
		font-size: 6.125rem;
	}
	.xl\:mb-20 {
		margin-bottom: 5rem;
	}
	.xl\:max-w-1500 {
		max-width: 1500px;
	}
	.xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.xl\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	.xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.xl\:py-18 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.xl\:px-24 {
		padding-left: 6rem;
		padding-right: 6rem;
	}
	.xl\:px-32 {
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.xl\:px-4\.5 {
		padding-left: 4.875rem;
		padding-right: 4.875rem;
	}
	.xl\:pb-4 {
		padding-bottom: 1rem;
	}
	.xl\:pt-6 {
		padding-top: 1.5rem;
	}
	.xl\:pb-8 {
		padding-bottom: 2rem;
	}
	.xl\:pt-12 {
		padding-top: 3rem;
	}
	.xl\:pr-20 {
		padding-right: 5rem;
	}
	.xl\:pl-20 {
		padding-left: 5rem;
	}
	.xl\:pl-24 {
		padding-left: 6rem;
	}
	.xl\:pb-32 {
		padding-bottom: 8rem;
	}
	.xl\:pl-32 {
		padding-left: 8rem;
	}
	.xl\:pt-44 {
		padding-top: 11rem;
	}
}
@media (min-width: 1366px) {
	.xxl\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.xxl\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.xxl\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.xxl\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.xxl\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.xxl\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.xxl\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.xxl\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.xxl\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.xxl\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.xxl\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.xxl\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.xxl\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.xxl\:container {
			max-width: 1500px;
		}
	}
	.xxl\:block {
		display: block;
	}
	.xxl\:hidden {
		display: none;
	}
	.xxl\:ml-auto {
		margin-left: auto;
	}
	.xxl\:px-40 {
		padding-left: 10rem;
		padding-right: 10rem;
	}
	.xxl\:pr-0 {
		padding-right: 0;
	}
	.xxl\:pl-24 {
		padding-left: 6rem;
	}
	.xxl\:w-550 {
		width: 550px;
	}
}
@media (min-width: 1440px) {
	.mac\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.mac\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.mac\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.mac\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.mac\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.mac\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.mac\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.mac\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.mac\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.mac\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.mac\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.mac\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.mac\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.mac\:container {
			max-width: 1500px;
		}
	}
	.mac\:bg-top-60 {
		background-position: center top -60px;
	}
	.mac\:h-560 {
		height: 560px;
	}
	.mac\:text-5xl {
		font-size: 3rem;
	}
	.mac\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.mac\:pl-32 {
		padding-left: 8rem;
	}
}
@media (min-width: 1500px) {
	.mac-xl\:sh-title--xl {
		font-size: 3rem;
		text-transform: uppercase;
	}
	.mac-xl\:sh-title--lg {
		font-size: 2.25rem;
		text-transform: uppercase;
	}
	.mac-xl\:container {
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
	}
	@media (min-width: 320px) {
		.mac-xl\:container {
			max-width: 320px;
		}
	}
	@media (min-width: 375px) {
		.mac-xl\:container {
			max-width: 375px;
		}
	}
	@media (min-width: 480px) {
		.mac-xl\:container {
			max-width: 480px;
		}
	}
	@media (min-width: 640px) {
		.mac-xl\:container {
			max-width: 640px;
		}
	}
	@media (min-width: 768px) {
		.mac-xl\:container {
			max-width: 768px;
		}
	}
	@media (min-width: 1024px) {
		.mac-xl\:container {
			max-width: 1024px;
		}
	}
	@media (min-width: 1200px) {
		.mac-xl\:container {
			max-width: 1200px;
		}
	}
	@media (min-width: 1280px) {
		.mac-xl\:container {
			max-width: 1280px;
		}
	}
	@media (min-width: 1366px) {
		.mac-xl\:container {
			max-width: 1366px;
		}
	}
	@media (min-width: 1440px) {
		.mac-xl\:container {
			max-width: 1440px;
		}
	}
	@media (min-width: 1500px) {
		.mac-xl\:container {
			max-width: 1500px;
		}
	}
}
