/*! 120oak-theme-assets v1.3.0 | (c) 2026 Kirill Miniaev | MIT License */
@charset "UTF-8";
/**
    __ __                                 
   / //_/____ _ _____ __  __ ____   ____ _
  / ,<  / __ `// ___// / / // __ \ / __ `/
 / /| |/ /_/ // /   / /_/ // / / // /_/ / 
/_/ |_|\__,_//_/    \__,_//_/ /_/ \__,_/  

**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select, textarea {
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	cursor: pointer;
}

button {
	border: none;
	background-color: transparent;
	cursor: pointer;
}

:root {
	--c-red: #ed1553;
	--c-orange: #ed4200;
	--c-green: #94cd8d;
	--c-gray-d: #3a3a3a;
	--c-gray-md:	#666;
	--c-gray-m: #d3d3d3;
	--c-gray-l: #ededed;
	--c-gray-xl: #f4f4f4;
	--font-h: "Bebas Neue", sans-serif;
	--font-c:	"Parisienne", cursive;
	--font-b: "proxima-nova", arial, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
}

body {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: var(--font-b);
	font-size: 1.6rem;
	color: #000;
	overflow-x: hidden;
	-webkit-font-feature-settings: "salt";
	        font-feature-settings: "salt";
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
	-webkit-font-kerning: normal;
	        font-kerning: normal;
	-webkit-font-variant-ligatures: common-ligatures contextual;
	        font-variant-ligatures: common-ligatures contextual;
	font-variant-numeric: lining-nums;
	-webkit-font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
	        font-feature-settings: "kern", "liga", "clig", "calt", "lnum";
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-h);
}

h1 {
	font-size: 3.6rem;
	line-height: 1.1;
}
h1 *, h1 a {
	line-height: 1.1;
}

h2 {
	font-size: 3rem;
	line-height: 1.1;
}
h2 *, h2 a {
	line-height: 1.1;
}

h3 {
	font-size: 2.6rem;
	line-height: 1.3;
}
h3 *, h3 a {
	line-height: 1.3;
}

h4 {
	font-size: 2.2rem;
	line-height: 1.3;
}
h4 *, h4 a {
	line-height: 1.3;
}

h5 {
	font-size: 1.8rem;
	line-height: 1.4;
}
h5 *, h5 a {
	line-height: 1.4;
}

h6 {
	font-size: 1.6rem;
	line-height: 1.4;
}
h6 *, h6 a {
	line-height: 1.4;
}

div, span, p, a, ol, ul, li, dl, dd, dt, em, i, strong, b {
	line-height: 1.4;
}

a {
	text-decoration: none;
	color: var(--c-orange);
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}

input, textarea {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-family: var(--font-b);
	padding: 8px 1rem;
}

input, textarea {
	-webkit-appearance: none;
}

input[type=radio] {
	-webkit-appearance: radio;
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

sup {
	font-size: 75%;
	position: relative;
	top: -4px;
}

sub {
	font-size: 75%;
	position: relative;
	bottom: -4px;
}

big {
	font-size: 130%;
}

small {
	font-size: 80%;
}

img {
	max-width: 100%;
	height: auto;
}

.gform_validation_container {
	display: none !important;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
.gform_ajax_spinner,
.spinner {
	display: inline-block;
	border: 4px solid rgba(0, 0, 0, 0.2);
	border-left-color: var(--c-orange);
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	-webkit-animation: spinner 1.2s linear infinite;
	        animation: spinner 1.2s linear infinite;
}

.gform_footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

._wrapper {
	display: block;
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding: 2rem 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-transition: padding 250ms ease-in-out;
	transition: padding 250ms ease-in-out;
}
._wrapper.-full {
	width: 100%;
}
._wrapper.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._wrapper.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._wrapper.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
._wrapper.-space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
._wrapper.-stretch-h {
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
._wrapper.-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
._wrapper.-middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._wrapper.-bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
._wrapper.-stretch-v {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
._wrapper.-nopadding {
	padding: 0;
}
@media screen and (max-width: 840px) {
	._wrapper {
		padding: 0 2rem;
	}
}

.-full ._wrapper {
	width: 100%;
	padding: 0;
}

._row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
}
._row.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._row.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._row.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
._row.-space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
._row.-stretch-h {
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
._row.-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
._row.-middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._row.-bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
._row.-stretch-v {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}

._column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
}
._column.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._column.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._column.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
._column.-space {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
._column.-stretch-h {
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
._column.-top {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
._column.-middle {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._column.-bottom {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
._column.-stretch-v {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
._column.-w-5 {
	width: calc(5% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-5 {
		width: 100%;
	}
}
._column.-w-10 {
	width: calc(10% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-10 {
		width: 100%;
	}
}
._column.-w-20 {
	width: calc(20% - 2rem);
}
@media screen and (max-width: 1024px) {
	._column.-w-20 {
		width: 25%;
	}
}
@media screen and (max-width: 840px) {
	._column.-w-20 {
		width: 50%;
	}
}
@media screen and (max-width: 430px) {
	._column.-w-20 {
		width: 100%;
	}
}
._column.-w-25 {
	width: calc(25% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-25 {
		width: 100%;
	}
}
._column.-w-30 {
	width: calc(30% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-30 {
		width: 100%;
	}
}
._column.-w-33 {
	width: calc(33.333333% - 1rem);
}
@media screen and (max-width: 840px) {
	._column.-w-33 {
		width: 100%;
	}
}
._column.-w-40 {
	width: calc(40% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-40 {
		width: 100%;
	}
}
._column.-w-45 {
	width: calc(45% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-45 {
		width: 100%;
	}
}
._column.-w-50 {
	width: calc(50% - 2rem);
}
._column.-w-50.-full {
	width: 50%;
}
@media screen and (max-width: 1000px) {
	._column.-w-50.-full {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	._column.-w-50 {
		width: 100%;
	}
}
._column.-w-60 {
	width: calc(60% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-60 {
		width: 100%;
	}
}
._column.-w-65 {
	width: calc(65% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-65 {
		width: 100%;
	}
}
._column.-w-70 {
	width: calc(70% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-70 {
		width: 100%;
	}
}
._column.-w-80 {
	width: calc(80% - 2rem);
}
@media screen and (max-width: 840px) {
	._column.-w-80 {
		width: 100%;
	}
}

._grid {
	display: grid;
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
	width: 100%;
}
._grid.-col-2 {
	grid-template-columns: repeat(2, 1fr);
	-webkit-column-gap: 2rem;
	   -moz-column-gap: 2rem;
	        column-gap: 2rem;
}

/**
 * Header & Footer
 */
body {
	background-color: var(--c-gray-d);
}

body > header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
@media screen and (max-width: 1310px) {
	body > header ._wrapper {
		padding: 2rem;
	}
}

body > footer {
	padding: 5rem 0;
}
body > footer address,
body > footer ._phone,
body > footer ._copy {
	font-size: 1.8rem;
	color: var(--c-gray-xl);
	text-transform: uppercase;
}
@media screen and (max-width: 660px) {
	body > footer address,
	body > footer ._phone,
	body > footer ._copy {
		display: block;
		width: 100%;
		text-align: center;
	}
}
body > footer address,
body > footer ._phone {
	padding-right: 2rem;
	margin-right: 2rem;
	border-right: 1px solid var(--c-orange);
}
@media screen and (max-width: 660px) {
	body > footer address,
	body > footer ._phone {
		padding: 0 2rem 1rem;
		margin-right: 0;
		margin-bottom: 1rem;
		border-right: 0;
		border-bottom: 1px solid var(--c-orange);
	}
}

main > header, main > footer {
	position: relative;
}
main > header {
	min-height: 90vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 500px) {
	main > header {
		padding-top: 10rem;
	}
}
main > header h1._title {
	font-size: 6.5rem;
	font-family: var(--font-b);
	font-weight: 100;
	color: var(--c-gray-xl);
}
@media screen and (max-width: 560px) {
	main > header h1._title {
		font-size: 5rem;
	}
}
main > header h1._title em {
	font-family: var(--font-c);
	font-size: 9rem;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 560px) {
	main > header h1._title em {
		font-size: 7rem;
	}
}
main > header h1._title span {
	line-height: 1.2;
	text-transform: uppercase;
}
main > header ._contentblock {
	font-size: 3.6rem;
	color: var(--c-orange);
	font-family: var(--font-h);
	margin: 4rem auto;
	width: 100%;
	letter-spacing: 0.5px;
}
@media screen and (max-width: 560px) {
	main > header ._contentblock {
		font-size: 2.8rem;
	}
}
main > header ._contentblock strong {
	color: #fff;
}
main > footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 4rem 0;
}
main > footer h2._title {
	font-size: 6.5rem;
	font-family: var(--font-b);
	font-weight: 100;
	color: var(--c-gray-xl);
	padding: 0;
	margin: 0;
	border: 0;
}
@media screen and (max-width: 560px) {
	main > footer h2._title {
		font-size: 5rem;
	}
}
main > footer h2._title em {
	font-family: var(--font-c);
	font-size: 7rem;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1;
}
@media screen and (max-width: 560px) {
	main > footer h2._title em {
		font-size: 6rem;
	}
}
main > footer h2._title span {
	line-height: 1.2;
	text-transform: uppercase;
}
main > footer ._contentblock {
	font-size: 3.6rem;
	color: var(--c-orange);
	font-family: var(--font-h);
	margin: 5rem auto 2rem;
	width: 100%;
	letter-spacing: 0.5px;
}
main > footer ._contentblock strong {
	color: #fff;
}
main > footer ._contentblock em {
	font-family: var(--font-b);
	font-weight: 600;
	color: #fff;
	font-size: 2.4rem;
}

._brand img {
	width: 20rem;
	height: auto;
}
@media screen and (max-width: 1010px) {
	._brand img {
		width: 13rem;
	}
}

._nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 1010px) {
	._nav.-main {
		display: block;
		position: absolute;
		top: 11rem;
		left: 50%;
		-webkit-transform: translateX(-50%) translateY(1rem);
		    -ms-transform: translateX(-50%) translateY(1rem);
		        transform: translateX(-50%) translateY(1rem);
		width: 90%;
		background-color: var(--c-gray-d);
		padding: 0;
		z-index: 1000;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
		transition: opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
		transition: transform 250ms ease-in-out, opacity 250ms ease-in-out;
		transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
	}
	._nav.-main.-active {
		opacity: 1;
		pointer-events: all;
		-webkit-transform: translateX(-50%) translateY(0);
		    -ms-transform: translateX(-50%) translateY(0);
		        transform: translateX(-50%) translateY(0);
	}
}
._nav #menu-main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	list-style: none;
}
._nav #menu-main-menu li {
	margin: 0 3rem;
	font-size: 2rem;
}
@media screen and (max-width: 1010px) {
	._nav #menu-main-menu li {
		width: 100%;
		text-align: center;
		margin: 1rem 0;
	}
}
._nav #menu-main-menu li:last-child {
	margin-right: 0;
}
._nav #menu-main-menu li a:not(._button) {
	color: var(--c-gray-xl);
	text-decoration: none;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
	text-transform: uppercase;
	font-size: 2rem;
	letter-spacing: 0.5px;
}
._nav #menu-main-menu li a:not(._button):hover, ._nav #menu-main-menu li a:not(._button):focus {
	color: var(--c-orange);
}
._nav.-social a {
	margin: 1rem;
	-webkit-transition: -webkit-transform 250ms ease-in-out;
	transition: -webkit-transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out;
	transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
._nav.-social a:focus, ._nav.-social a:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

._burger {
	outline: none;
	width: 15px;
	aspect-ratio: 1/0.8;
	border: 0px;
	padding: 0px;
	background: transparent;
	-webkit-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	display: none !important;
	font-size: 0;
	position: relative;
}
@media screen and (max-width: 1010px) {
	._burger {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}
._burger::before, ._burger::after {
	content: "";
	width: 19px;
	height: 2px;
	position: absolute;
	background: #fff;
	-webkit-transition: -webkit-transform 250ms ease-out;
	transition: -webkit-transform 250ms ease-out;
	transition: transform 250ms ease-out;
	transition: transform 250ms ease-out, -webkit-transform 250ms ease-out;
	left: 50%;
}
._burger::before {
	top: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
._burger::after {
	bottom: 0;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
._burger.-active::before {
	-webkit-transform: translateX(-50%) translateY(260%) rotate(45deg);
	    -ms-transform: translateX(-50%) translateY(260%) rotate(45deg);
	        transform: translateX(-50%) translateY(260%) rotate(45deg);
}
._burger.-active::after {
	-webkit-transform: translateX(-50%) translateY(-260%) rotate(-45deg);
	    -ms-transform: translateX(-50%) translateY(-260%) rotate(-45deg);
	        transform: translateX(-50%) translateY(-260%) rotate(-45deg);
}

/**
 * General
 */
c-delay {
	width: 100%;
	display: block;
}

/**
 * Components
 */
._buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}
._buttons.-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
._buttons.-center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
._buttons.-right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

._button {
	margin: 1rem 1.5rem;
	display: block;
	background-color: var(--c-orange);
	color: #fff;
	text-transform: uppercase;
	font-size: 2rem;
	padding: 0.6rem 1.6rem 0.8rem;
	line-height: 1;
	text-align: center;
	font-family: var(--font-b);
	border: 2px solid var(--c-orange);
	-webkit-transition: border 250ms ease-in-out;
	transition: border 250ms ease-in-out;
}
._button:focus, ._button:hover {
	border-color: #fff;
	color: #fff;
}
@media screen and (min-width: 501px) {
	._button:first-of-type {
		margin-left: 0;
	}
	._button:last-of-type {
		margin-right: 0;
	}
}

._embed {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
}
._embed iframe,
._embed object,
._embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

defer-image[type=background] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
	-webkit-transition-delay: 350ms;
	        transition-delay: 350ms;
}
defer-image[type=background][loaded] {
	opacity: 1;
}

._title {
	line-height: 1.1;
}
._title.-center {
	text-align: center;
}
._title strong {
	color: var(--c-orange);
	text-transform: uppercase;
	display: block;
	font-family: var(--font-b);
	font-weight: 600;
}

h2._title {
	padding: 2rem 3rem;
	border-width: 6px;
	border-style: solid;
	-o-border-image: linear-gradient(to right, var(--c-gray-m) 0%, var(--c-gray-m) 10%, rgba(255, 255, 255, 0) 10.1%) 1;
	   border-image: -webkit-gradient(linear, left top, right top, from(var(--c-gray-m)), color-stop(10%, var(--c-gray-m)), color-stop(10.1%, rgba(255, 255, 255, 0))) 1;
	   border-image: linear-gradient(to right, var(--c-gray-m) 0%, var(--c-gray-m) 10%, rgba(255, 255, 255, 0) 10.1%) 1;
	margin-left: -3rem;
	margin-bottom: 2rem;
}
h2._title strong {
	font-size: 2.6rem;
	margin-bottom: 1rem;
}
h2._title span {
	font-size: 5rem;
	line-height: 1.1;
}

.-gray-d h2._title span {
	color: #fff;
}

h3._title {
	padding: 0;
	margin-bottom: 2rem;
	font-weight: 600;
	font-family: var(--font-b);
	color: var(--c-orange);
	text-transform: uppercase;
	font-size: 3rem;
	letter-spacing: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
h3._title svg {
	margin-left: 1rem;
}

._contentblock {
	font-size: 2rem;
}
._contentblock b, ._contentblock strong {
	font-weight: 600;
}
._contentblock i, ._contentblock em {
	font-style: italic;
}

._icongrid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background-color: var(--c-gray-l);
	padding: 3rem 0;
}
@media screen and (max-width: 1000px) {
	._icongrid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: 0;
		width: 100%;
	}
}
@media screen and (max-width: 390px) {
	._icongrid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		padding: 0;
		width: 100%;
	}
}
._icongrid ._icon {
	padding: 0rem 4rem;
}
@media screen and (max-width: 1360px) {
	._icongrid ._icon {
		padding: 0 3rem;
	}
}
@media screen and (max-width: 1000px) {
	._icongrid ._icon {
		padding: 3rem;
	}
}
@media screen and (min-width: 1001px) {
	._icongrid ._icon:not(:last-child) {
		border-right: 1px solid var(--c-gray-m);
	}
}
@media screen and (max-width: 1000px) {
	._icongrid ._icon:nth-child(2n-1) {
		border-right: 1px solid var(--c-gray-m);
	}
}
@media screen and (max-width: 390px) {
	._icongrid ._icon {
		border-right: none;
	}
	._icongrid ._icon:not(:last-child) {
		border-bottom: 1px solid var(--c-gray-m);
	}
}
._icongrid ._icon defer-image {
	display: block;
	width: 10rem;
	margin: 0 auto;
}
._icongrid ._icon figcaption {
	font-size: 1.5rem;
	color: var(--c-gray-d);
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin-top: 2rem;
	min-width: 15rem;
}
@media screen and (max-width: 1360px) {
	._icongrid ._icon figcaption {
		min-width: 10rem;
		font-size: 1.4rem;
	}
}

._form {
	display: block;
	width: 100%;
}
._form input,
._form textarea {
	font-size: 2rem;
	font-family: var(--font-b);
	color: var(--c-gray-d);
	border: 2px solid var(--c-gray-m);
	line-height: 1;
	padding: 1rem 1.5rem;
	width: 100%;
}
._form input::-webkit-input-placeholder, ._form textarea::-webkit-input-placeholder {
	color: var(--c-gray-m);
}
._form input::-moz-placeholder, ._form textarea::-moz-placeholder {
	color: var(--c-gray-m);
}
._form input:-ms-input-placeholder, ._form textarea:-ms-input-placeholder {
	color: var(--c-gray-m);
}
._form input::-ms-input-placeholder, ._form textarea::-ms-input-placeholder {
	color: var(--c-gray-m);
}
._form input::placeholder,
._form textarea::placeholder {
	color: var(--c-gray-m);
}
._form textarea {
	min-height: 10rem;
	resize: vertical;
}
._form .gform_fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
._form .gform_fields .gfield {
	margin-bottom: 2rem;
	width: 100%;
}
._form .gform_fields .gfield.-focus .gfield_label {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
._form .gform_fields .ginput_container_select {
	font-size: 2rem;
	font-family: var(--font-b);
	color: var(--c-gray-d);
	border: 2px solid var(--c-gray-m);
	line-height: 1;
	padding: 1rem 1.5rem;
	width: 100%;
}
._form .gform_fields .ginput_container_select select {
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	outline: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-size: 2rem;
	line-height: 1.4;
}
._form .gform_fields .gfield--width-half {
	width: calc(50% - 1rem);
}
@media screen and (max-width: 600px) {
	._form .gform_fields .gfield--width-half {
		width: 100%;
	}
}
._form .gform_fields .gfield_required {
	display: none;
}
._form .gform_fields .gfield_label {
	font-size: 1.8rem;
	font-family: var(--font-b);
	color: var(--c-gray-md);
	padding: 0 1.5rem;
	margin-bottom: 0.5rem;
	display: block;
	-webkit-transform: translateY(4.3rem);
	    -ms-transform: translateY(4.3rem);
	        transform: translateY(4.3rem);
	-webkit-transition: -webkit-transform 100ms ease-in-out;
	transition: -webkit-transform 100ms ease-in-out;
	transition: transform 100ms ease-in-out;
	transition: transform 100ms ease-in-out, -webkit-transform 100ms ease-in-out;
	pointer-events: none;
}
._form .gform-footer {
	width: 100%;
}
._form .validation_message {
	padding: 1rem;
	color: var(--c-red);
	font-size: 1.6rem;
	font-weight: 600;
}
._form .gform_submission_error {
	font-size: 2.2rem;
	background-color: var(--c-red);
	color: #fff;
	padding: 1rem;
	text-align: center;
}
._form .gform_confirmation_message {
	font-size: 1.8rem;
}

._card {
	width: 100%;
	height: 100%;
	padding: 3rem 4rem;
	border: 2px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
._card h3 {
	font-weight: 600;
	font-family: var(--font-b);
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 2rem;
	text-align: center;
	color: var(--c-gray-d);
}
._card p {
	margin-top: 2rem;
	text-align: center;
	font-size: 1.8rem;
	color: var(--c-gray-d);
}

._imagecol {
	min-height: 45rem;
}

._plan {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: calc(100% - 4rem);
	max-width: 100rem;
	margin: 0 auto;
	padding: 3rem;
	background-color: #fff;
	border-radius: 2rem;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
._plan h2 {
	font-size: 4rem;
	color: var(--c-gray-d);
	font-family: var(--font-b);
	font-weight: 600;
	margin-bottom: 1rem;
	margin-top: 3rem;
}
._plan h3 {
	margin-bottom: 0.5rem;
}
._plan defer-image {
	width: 100%;
	display: block;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
._plan defer-image.zoomed {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.9) !important;
	z-index: 10;
}
._plan defer-image.zoomed img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
._plan ._image {
	width: 55%;
}
._plan ._image h2, ._plan ._image h3 {
	display: none;
}
@media screen and (max-width: 620px) {
	._plan ._image {
		width: 100%;
	}
	._plan ._image h2, ._plan ._image h3 {
		display: block;
	}
	._plan ._image h2 {
		margin-top: 0;
	}
}
._plan ._content {
	width: 45%;
	padding-left: 2rem;
}
@media screen and (max-width: 620px) {
	._plan ._content {
		width: 100%;
		padding-left: 0;
	}
	._plan ._content h2,
	._plan ._content h3 {
		display: none;
	}
}
._plan ._content ._buttons {
	margin-top: 0.5rem;
}
._plan ._content ._button {
	font-size: 1.6rem;
}
._plan ._content strong, ._plan ._content b {
	font-weight: 600;
}
._plan ._content em, ._plan ._content i {
	font-style: italic;
}
._plan ._details {
	margin-top: 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
@media screen and (max-width: 500px) {
	._plan ._details {
		grid-template-columns: repeat(2, 1fr);
	}
}
._plan ._details dt {
	display: block;
	width: 100%;
	font-family: var(--font-h);
	font-size: 1.8rem;
	text-transform: uppercase;
	color: var(--c-gray-d);
	border-bottom: 2px solid var(--c-gray-d);
	margin-bottom: 0.5rem;
	letter-spacing: 0.5px;
}
._plan ._details dd {
	font-size: 1.6rem;
}
._plan ._details dd span {
	display: block;
}
._plan ._utilities,
._plan ._appliances,
._plan ._amenities {
	margin-top: 3rem;
	color: var(--c-gray-d);
}
._plan ._utilities h3,
._plan ._appliances h3,
._plan ._amenities h3 {
	font-size: 2.4rem;
	color: var(--c-gray-d);
	font-family: var(--font-b);
	font-weight: 600;
	margin-bottom: 1rem;
}
._plan ._utilities ul,
._plan ._appliances ul,
._plan ._amenities ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
}
._plan ._utilities ul li,
._plan ._appliances ul li,
._plan ._amenities ul li {
	font-size: 1.6rem;
	position: relative;
	padding-left: 2rem;
}
._plan ._utilities ul li::before,
._plan ._appliances ul li::before,
._plan ._amenities ul li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: var(--c-orange);
	font-size: 1.6rem;
}
._plan ._3dplan {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}
._plan ._3dplan.-show {
	opacity: 1;
	pointer-events: all;
}
._plan ._3dplan [rel=close] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-size: 4rem;
	font-weight: 100;
	padding: 0;
	margin: 0;
	border: 0;
	width: 3rem;
	height: 3rem;
	background: var(--c-orange);
	outline: none;
	font-family: var(--font-b);
	line-height: 1;
	color: #fff;
	cursor: pointer;
}
._plan ._3dplan [rel=close] span {
	display: block;
	line-height: 1;
	width: 20px;
	aspect-ratio: 1;
	-webkit-transform: translateY(-3px);
	    -ms-transform: translateY(-3px);
	        transform: translateY(-3px);
}

._planfilter {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	background-color: #fff;
	padding: 1rem 2rem;
	border-radius: 1rem;
}
@media screen and (max-width: 500px) {
	._planfilter {
		padding: 1rem;
	}
}
._planfilter input {
	display: none;
}
._planfilter input:checked + label strong {
	color: var(--c-orange);
}
._planfilter li {
	padding: 1rem 1.5rem;
}
@media screen and (max-width: 500px) {
	._planfilter li {
		padding: 1rem;
	}
}
._planfilter li:hover strong {
	color: var(--c-orange);
}
._planfilter label {
	display: block;
	cursor: pointer;
}
._planfilter label strong, ._planfilter label span {
	text-align: center;
	display: block;
	line-height: 1;
}
._planfilter label strong {
	font-family: var(--font-h);
	font-weight: 800;
	font-size: 3.6rem;
	-webkit-transition: color 250ms ease-in-out;
	transition: color 250ms ease-in-out;
}
@media screen and (max-width: 500px) {
	._planfilter label strong {
		font-size: 2.8rem;
	}
}
._planfilter label span {
	font-size: 1.4rem;
	color: var(--c-gray-md);
	font-weight: 600;
	text-transform: uppercase;
}

._planlist {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	padding: 3rem;
	margin-top: -20rem;
}
@media screen and (max-width: 840px) {
	._planlist {
		margin-top: -15rem;
		padding: 3rem 0;
	}
}
@media screen and (max-width: 400px) {
	._planlist {
		margin-top: -12rem;
	}
}
@media screen and (max-height: 1024px) {
	._planlist {
		margin-top: -8rem;
	}
}
@media screen and (max-height: 940px) {
	._planlist {
		margin-top: -4rem;
	}
}
@media screen and (max-height: 820px) {
	._planlist {
		margin-top: 0rem;
	}
}
@media screen and (max-width: 540px) {
	._planlist {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (max-width: 400px) {
	._planlist {
		grid-template-columns: repeat(1, 1fr);
	}
}

._planitem figcaption {
	cursor: pointer;
	padding: 2rem;
	background-color: #fff;
	text-align: center;
	border-radius: 2rem;
	-webkit-transition: -webkit-box-shadow 150ms ease-in-out;
	transition: -webkit-box-shadow 150ms ease-in-out;
	transition: box-shadow 150ms ease-in-out;
	transition: box-shadow 150ms ease-in-out, -webkit-box-shadow 150ms ease-in-out;
}
._planitem figcaption:hover {
	-webkit-box-shadow: inset 0 0 0 5px var(--c-orange);
	        box-shadow: inset 0 0 0 5px var(--c-orange);
}
._planitem figcaption h2, ._planitem figcaption h3 {
	text-align: left;
	padding: 0.25rem 2rem;
}
._planitem figcaption h2 {
	font-size: 2.6rem;
	color: var(--c-gray-d);
	font-weight: 600;
	margin-top: 1rem;
}
._planitem figcaption h3 {
	font-size: 1.7rem;
	color: var(--c-gray-md);
	font-family: var(--font-b);
}

dialog._plandetail {
	border: 0;
	border-radius: 2rem;
	padding: 3rem;
	outline: none;
	position: relative;
}
dialog._plandetail ._close {
	display: block;
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-size: 4rem;
	font-weight: 100;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	outline: none;
	font-family: var(--font-b);
	line-height: 1;
	color: var(--c-gray-d);
	cursor: pointer;
}

/**
 * Sections
 */
@media screen and (max-width: 1000px) {
	section.-full ._wrapper {
		padding: 0 !important;
	}
}

/**
 * Pages
 */
.single-floor-plan main {
	padding-top: 20rem;
}

.-bg.-gray-d {
	background-color: var(--c-gray-d);
}
.-bg.-gray-l {
	background-color: var(--c-gray-l);
}
.-bg.-gray-xl {
	background-color: var(--c-gray-xl);
}
.-bg.-white {
	background-color: #fff;
}

.-pad-lg {
	padding: 4rem 6rem;
}
@media screen and (max-width: 460px) {
	.-pad-lg {
		padding: 2rem 4rem;
	}
}
.-pad-xl {
	padding: 10rem 13rem;
}
@media screen and (max-width: 1000px) {
	.-pad-xl {
		padding: 7rem 9rem;
	}
}
@media screen and (max-width: 460px) {
	.-pad-xl {
		padding: 3rem 5rem;
	}
}

.-shadow {
	-webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 1000px) {
	.-row-reverse,
	.-row-reverse ._wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}