/*!
	* MYNM - Global Stylesheet
*/
* {
	box-sizing: border-box
}

.gray_color {
	color: rgba(0, 0, 0, .7)
}

.light_color .gray_color {
	color: hsla(0, 0%, 100%, .7)
}

.gray_bg {
	background: #556972
}

.flickity-enabled {
	position: relative
}

.flickity-enabled:focus {
	outline: 0
}

.flickity-viewport {
	height: 100%;
	position: relative
}

.flickity-slider {
	height: 100%;
	position: absolute;
	width: 100%;
	will-change: transform
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

html {
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	font-synthesis: none;
	text-rendering: optimizeLegibility
}

body {
	background: #fff;
	border: 0;
	color: var(--black);
	margin: 0;
	overflow: hidden;
	padding: 0
}

body,
html {
	font-kerning: none;
	height: 100%;
	width: 100%
}

a,
footer,
h1,
h2,
header,
html,
img,
li,
nav,
ol,
p,
span,
ul {
	border: 0;
	margin: 0;
	padding: 0
}

ul,
ul li {
	list-style: none
}

a {
	color: inherit;
	display: block;
	text-decoration: none
}

img,
svg {
	display: block;
	height: auto;
	width: 100%
}

#smooth-content {
	will-change: transform
}

.loader_wrap {
	inset: 0;
	bottom: unset;
	position: fixed;
	z-index: 99999
}

.loader_bg {
	background: #eee;
	transform-origin: 100% 100%
}

.loader_logo {
	width: 10em;
	z-index: 199
}

body:not(.progress) ._underline:before,
body:not(.progress) ._underline_span span:before,
body:not(.progress) .brand_cta,
body:not(.progress) .brand_title,
body:not(.progress) .brands_content>i,
body:not(.progress) .bs_block,
body:not(.progress) .bs_btn,
body:not(.progress) .bs_col:before,
body:not(.progress) .bs_content,
body:not(.progress) .bs_cover .cover,
body:not(.progress) .bs_icon,
body:not(.progress) .fcts_pages li,
body:not(.progress) .header_button:before,
body:not(.progress) .language svg,
body:not(.progress) .marker svg,
body:not(.progress) .mc_check svg,
body:not(.progress) .reversed strong,
body:not(.progress) .reversed svg,
body:not(.progress) .sa_mask span {
	transition: all .3s cubic-bezier(.22, .61, .36, 1);
	-webkit-transition: all .3s cubic-bezier(.22, .61, .36, 1)
}

body:not(.progress) .brands_col,
body:not(.progress) .fcts_arrow,
body:not(.progress) .ft_col li a,
body:not(.progress) .site_btn.dark_bg,
body:not(.progress) .site_btn.outlined {
	transition: color .3s cubic-bezier(.22, .61, .36, 1);
	-webkit-transition: color .3s cubic-bezier(.22, .61, .36, 1)
}

body:not(.progress) .close,
body:not(.progress) .fcts_arrow,
body:not(.progress) .mc_check,
body:not(.progress) .site_btn.dark_bg,
body:not(.progress) .site_btn.outlined {
	transition: background .3s cubic-bezier(.22, .61, .36, 1);
	-webkit-transition: background .3s cubic-bezier(.22, .61, .36, 1)
}

body.progress {
	cursor: wait
}

body.progress:before {
	content: "";
	inset: 0;
	position: fixed;
	z-index: 9999
}

.SplitClass,
._ele,
._eleX,
._eleY,
._element,
._underline:before,
._underline_span span:before {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform
}

._eleWrap,
._splitLines,
._splitWords {
	visibility: hidden
}

._mask>.SplitClass,
._y {
	overflow: hidden
}

._y {
	position: relative
}

._underline,
._underline_span,
._underline_span span {
	display: inline-flex;
	line-height: 1;
	position: relative
}

._underline:before,
._underline_span span:before {
	background: currentColor;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	transform: scaleX(0);
	transform-origin: 0 0
}

body:not(.isTouch) ._underline:hover:before,
body:not(.isTouch) ._underline_span:hover span:before {
	transform: scaleX(1)
}

.scrollTo {
	cursor: pointer
}

.f {
	display: flex
}

.f-c {
	flex-direction: column
}

.f-w {
	flex-wrap: wrap
}

.s-b {
	justify-content: space-between
}

.s-a {
	justify-content: space-around
}

.j-e {
	justify-content: flex-end
}

.j-c {
	justify-content: center
}

.a-c {
	align-items: center
}

.a-e {
	align-items: flex-end
}

.a-b {
	align-items: baseline
}

.a-s {
	align-items: flex-start
}

.x_padding {
	padding-left: 4.444em;
	padding-right: 4.444em
}

.x2_padding {
	padding-left: 8.333em;
	padding-right: 8.333em
}

.x3_padding {
	padding-left: 13.889em;
	padding-right: 13.889em
}

.site_btn {
	align-items: center;
	border: 1px solid transparent;
	display: inline-flex;
	justify-content: center;
	min-width: 7em;
	padding: 1em 1.3em;
	position: relative;
	text-align: center;
	will-change: transform
}

.site_btn.inline {
	min-width: unset;
	padding-left: 0;
	padding-right: 0
}

.site_btn svg {
	position: relative;
	width: .9em
}

.site_btn:not(.reversed) svg {
	margin-right: .5em;
	top: -.1em
}

.site_btn.reversed svg {
	margin-left: .5em
}

.site_btn.outlined {
	border: 1px solid
}

body:not(.isTouch) .site_btn.outlined:hover {
	background: #fff;
	color: #000
}

.site_btn strong {
	position: relative;
	z-index: 199
}

.site_btn:after {
	background: #fff;
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute
}

.dark_bg {
	background: #000
}

.light_color {
	color: #fff
}

.fixed_height {
	height: calc(var(--vh, 1vh)*100);
	min-height: 40em
}

.map_cta {
	margin-top: 2em
}

.map_cta .site_btn {
	display: flex
}

.map_cta .site_btn svg {
	margin-left: .5em;
	margin-right: 0;
	top: 0;
	width: .6em
}

body,
input,
textarea {
	font-family: Syne, sans-serif;
	font-size: .9375vw;
	font-weight: 300;
	line-height: 1
}

p {
	font-size: 1em
}

h1,
h2,
h3,
h4,
h5,
strong {
	margin: 0
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 400
}

h1 {
	font-size: 2.778em;
	line-height: 120%
}

h2 {
	font-size: 2.111em
}

h2,
h3 {
	line-height: 140%
}

h3 {
	font-size: 1.556em
}

h4 {
	font-size: 1.111em;
	font-weight: 500;
	line-height: 140%
}

.small {
	font-size: .8em;
	line-height: 120%
}

.label {
	font-weight: 500;
	line-height: 160%
}

.p2,
p {
	line-height: 170%
}

strong {
	display: block;
	font-weight: 600
}

.uppercase {
	text-transform: uppercase
}

.inner_padding {
	padding-bottom: 9.444em;
	padding-top: 9.444em
}

.inner_padding.dark_bg {
	padding-bottom: 5.556em;
	padding-top: 5.556em
}

.no_padding_top {
	padding-top: 0
}

.no_padding_bottom {
	padding-bottom: 0 !important
}

._temp {
	background: #000
}

.dark_spinner ._temp {
	background: var(--white)
}

._sticky {
	z-index: 199
}

.spinner {
	height: 20px;
	left: 50%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 20px;
	z-index: 1999
}

.spinner:before {
	border: 2px solid hsla(0, 0%, 100%, .3);
	border-bottom-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	content: "";
	inset: 0;
	position: absolute
}

.dark_spinner .spinner:before {
	border-color: rgba(0, 0, 0, .3) rgba(0, 0, 0, .3) #000
}

.spinner:not(.pause):before {
	-webkit-animation: rotateSpinner .3s linear infinite;
	animation: rotateSpinner .3s linear infinite
}

@-webkit-keyframes rotateSpinner {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.spinner_btm .spinner {
	bottom: 4em;
	top: unset;
	transform: translate(-50%);
	-webkit-transform: translate(-50%)
}

@keyframes rotateSpinner {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.load_video {
	display: flex
}

.load_video video {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.full_bg {
	inset: 0;
	position: absolute
}

.full_page {
	height: calc(var(--vh, 1vh)*100)
}

.min_height {
	min-height: 40em
}

.cover {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover
}

._pointer {
	cursor: pointer
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

header {
	inset: 0;
	bottom: unset;
	position: absolute;
	width: 100%;
	z-index: 999
}

header i {
	background: #fff;
	transform: scaleY(.5);
	transform-origin: 0 0
}

.header_sides {
	height: 8em;
	position: relative
}

.main_logo {
	width: 18em
}

.b_set strong {
	padding-left: .5em
}

.header_logo {
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	display: none;
}

.menu_lines {
	background: #fff;
	height: 3.333em;
	left: 4.444em;
	overflow: hidden;
	position: fixed;
	transform: translateY(2.35em);
	width: 3.056em;
	z-index: 1999;
	display: none;
}

.menu_lines i {
	background: #fff;
	height: 1px;
	margin: 3px 0;
	mix-blend-mode: exclusion;
	position: relative;
	width: 20px;
	z-index: 99
}

.menu_lines_bg {
	inset: 0;
	bottom: unset;
	height: 200%;
	pointer-events: none;
	position: absolute;
	transform: translateY(50%)
}

.menu_lines_bg>span {
	height: 50%;
	position: absolute;
	width: 100%
}

.menu_lines_bg>span:first-child {
	background: #000
}

.menu_lines_bg>span:last-child {
	background: #fff;
	top: 50%
}

.language svg {
	width: 4.2em
}

.language:hover svg {
	opacity: .8
}

.header_button {
	background: #fff;
	color: #fff;
	height: 100%;
	margin-right: 2em;
	padding: 1em 2em;
	position: relative
}

.header_button:before {
	background: #000;
	content: "";
	inset: 0;
	position: absolute;
	transform: scaleY(0);
	transform-origin: 0 0
}

body:not(.isTouch) .header_button:hover:before {
	transform: scaleY(1)
}

.header_button .site_btn {
	mix-blend-mode: exclusion
}

.header_side {
	display: flex;
	align-items: center;
	justify-content: center;
}
.header_side .menu_word {
	display: none;
}
.header_side .new_logo {
	width: 8em;
}
.header_side:last-child {
	height: 100%
}

.ft_set {
	padding-bottom: 2.222em;
	padding-top: 6.667em
}

.map_set {
	background: #1e1e1e
}

.ft_side:first-child {
	flex: 60.556em 0 0
}
.ft_side .plcholder {
	display: none;
}

.ft_side .main_logo {
	width: 12em;
}

.ft_mdl {
	margin: 5.556em 0
}

.ft_content {
	max-width: 27.222em
}

.plcholder {
	height: 3.333em;
	pointer-events: none;
	width: 3.056em
}

.tp_wrap {
	margin-right: 2em
}

.social strong {
	margin-right: 1em
}

.social svg {
	max-height: 1em;
	width: 1em
}

.social li {
	margin-left: 2em
}

.links {
	margin-top: .4em
}

.links li:first-child {
	margin-right: 1em;
	padding-right: 1em;
	position: relative
}

.links li:first-child:before {
	border-left: 1px solid hsla(0, 0%, 100%, .4);
	bottom: 2px;
	content: "";
	position: absolute;
	right: -1px;
	top: 2px
}

.ft_col:not(:first-child) {
	margin-left: 5.556em
}

.ft_col>strong {
	margin-bottom: 1.5em
}

.ft_col li {
	margin-bottom: 1em;
	pointer-events: none;
}

.ft_col li a:hover {
	color: #fff
}

.form_block input[type=email] {
	border: none;
	inset: 0;
	outline: none;
	padding: .778em 9em .778em 1em;
	position: absolute;
	width: 100%
}

.form_block {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1.5em;
	margin-top: 1.7em;
	padding: .778em;
	position: relative
}

.hero_set {
	overflow: hidden;
	position: relative
}

.hero_set .flickity-viewport {
	cursor: none !important
}

.hero_slide {
	height: calc(var(--vh, 1vh)*100);
	min-height: 40em;
	overflow: hidden;
	position: absolute;
	width: 100%;
	will-change: transform;
}

.hero_slide::before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .2);
}

body:not(.progress) .scale {
	transition: all 3s cubic-bezier(.22, .61, .36, 1);
	-webkit-transition: all 3s cubic-bezier(.22, .61, .36, 1)
}

.hero_slide:not(.is-selected) .scale {
	transform: scale(1.2)
}

.hero_slider {
	top: 0
}

.hero_content {
	bottom: 4.444em;
	left: 0;
	max-width: 44em;
	position: absolute;
	width: 100%
}

.hero_content p {
	margin-bottom: 2em;
	margin-top: .8em
}

.drag {
	left: 0;
	pointer-events: none;
	top: 0;
	z-index: 199
}

.drag svg {
	width: 3em !important
}

.section_body {
	margin-top: 5em
}

.side_content>strong {
	margin-bottom: 3em
}

.grid_wrap {
	background: #ddd
}

.grid_set {
	width: 50%
}

.facts_wrap {
	text-align: center
}

.fcts_ft {
	bottom: 1.167em;
	left: 1.667em;
	position: absolute;
	right: 1.167em;
	z-index: 99
}

.fcts_arrow {
	padding: .5em
}

.fcts_arrow:hover {
	background: #fff;
	color: #000
}

.fcts_arrow svg {
	width: .5em
}

.fcts_pages li {
	background: hsla(0, 0%, 100%, .3);
	height: 5px;
	margin-right: 6px;
	position: relative;
	width: 10px
}

.fcts_pages li:not(.active):hover {
	background: hsla(0, 0%, 100%, .6)
}

.fcts_pages li span {
	background: #fff;
	inset: 0;
	position: absolute;
	transform: scaleX(0);
	transform-origin: 0 0
}

.fcts_pages li.active {
	width: 22px
}

.figure {
	font-size: 2.778em;
	margin-bottom: .2em
}

.v_row:nth-child(2) {
	width: calc(100% - 17.778em)
}

.sz1 {
	height: 17.778em;
	padding: 1.667em;
	width: 17.778em
}

.sz2 {
	height: 100%;
	overflow: hidden;
	width: 100%
}

.r_col,
.s_col {
	position: relative
}

.r_col {
	height: 17.778em;
	width: calc(100% - 17.778em)
}

.tilt_child>svg {
	margin-bottom: .5em;
	max-height: 3em;
	width: 6em
}

.tilt_child .small_logo {
	/* margin-bottom: .5em; */
	max-height: 2.5em;
	width: 3.5em;
}

.rev_btn_animation:hover .reversed strong,
.rev_btn_animation:hover .reversed svg,
.reversed:hover strong,
.reversed:hover svg {
	transform: translateX(.8em)
}

.rev_btn_animation:hover .reversed svg,
.reversed:hover svg {
	opacity: 0
}

.tilt,
.tilt_wrap {
	-webkit-perspective: 30em;
	-moz-transform: perspective(30em)
}

.grid_row:hover,
.tilt_wrap:hover {
	z-index: 499
}

.grid_block,
.rotation_card,
.tilt {
	-webkit-transform-style: preserve-3d;
	will-change: transform
}

.tilt,
.un_tilt {
	padding: inherit
}

.col_title {
	position: relative;
	z-index: 99
}

.tilt_child {
	pointer-events: none;
	transform: translateZ(2em)
}

.rotation_card svg,
.rotation_card .brand_logo_img
 {
	max-height: 10em;
	max-width: 70%;
	width: unset
}

#rotationList {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: -99
}

#cards .tilt {
	background: #fff
}

.bsg_wrap {
	overflow: hidden
}

.bsg_col {
	color: #fff;
	height: 17.778em;
	position: absolute;
	width: 100%
}

.bsg_icon {
	margin-top: 1em
}

.grid_cta {
	bottom: 1em;
	padding: .667em;
	position: absolute;
	right: 1em;
	width: 2.7em;
	will-change: transform;
	z-index: 399
}

.grid_col.tilt_wrap {
	cursor: pointer
}

.section_side:first-child {
	flex: 17.778em 0 0
}

.section_side:last-child {
	flex: 1
}

.intro_set p {
	margin: 1em 0 3em
}

.cta_set .site_btn {
	margin-right: 2em
}

.site_btn.dark_bg:hover {
	background: transparent;
	border-color: currentColor;
	color: #000
}

.brands_title {
	max-width: 40em
}

.brands_title h3 {
	margin-bottom: .5em
}

.brands_title .site_btn {
	margin-top: .5em
}

.brands_col {
	color: #fff;
	height: 17.778em;
	margin-right: 2.222em;
	position: absolute;
	width: 17.778em
}

.brand_logo svg,
.brand_logo .brand_logo_img {
	margin-bottom: 0;
	max-height: 7em;
	width: 8em;
}

.brand_cta,
.brand_title {
	opacity: 0;
	position: absolute;
	transform: translateY(1em);
	will-change: transform;
	z-index: 299
}

.brand_title {
	left: 2.667em;
	top: 2.667em
}

.brand_cta {
	bottom: 1.667em;
	right: 2.667em
}

.brands_content {
	border: 1px solid hsla(0, 0%, 100%, .2)
}

.brands_content>i {
	background: #fff;
	transform: scaleY(0);
	transform-origin: 100% 100%
}

body.isTouch .brands_col.is-selected,
body:not(.isTouch) .brands_col.hover {
	color: #000
}

body.isTouch .brands_col.is-selected .brands_content>i,
body:not(.isTouch) .brands_col.hover .brands_content>i {
	transform: scaleY(1)
}

body.isTouch .brands_col.is-selected .brand_cta,
body.isTouch .brands_col.is-selected .brand_title,
body:not(.isTouch) .brands_col.hover .brand_cta,
body:not(.isTouch) .brands_col.hover .brand_title {
	opacity: 1;
	transform: unset
}

.s_cover {
	margin-bottom: 1.5em;
	position: relative
}

body:not(.isTouch) .s_cover .rounded_btn {
	opacity: 0;
	transform: translateY(1em)
}

.s_cover .rounded_btn {
	color: #fff;
	z-index: 99
}

.s_cover_inner {
	overflow: hidden
}

.s_cover_inner>i {
	bottom: -2.2em;
	top: -2.2em
}

.s_wide {
	height: 20em
}

.s_tall {
	height: 35em
}

.s_article p {
	margin-top: .5em
}

.s_article:not(:first-child) {
	margin-top: 3.5em
}

.services_row {
	display: flex;
	flex-direction: column
}

.services_row:first-child {
	align-items: flex-start
}

.services_row:last-child {
	align-items: flex-end
}

.sa_mask {
	inset: -2px;
	will-change: transform;
	z-index: 399
}

.sa_mask span {
	background: #fff;
	position: absolute
}

.ms_ft,
.ms_rt {
	bottom: 0;
	top: 0;
	transform: scaleX(0);
	width: 2em
}

.ms_bt,
.ms_tp {
	height: 2em;
	left: 0;
	right: 0;
	transform: scaleY(0)
}

.ms_tp {
	top: -2px;
	transform-origin: 0 0
}

.ms_bt {
	bottom: -2px;
	transform-origin: 100% 100%
}

.ms_ft {
	left: -2px;
	transform-origin: 0 0
}

.ms_rt {
	right: -2px;
	transform-origin: 100% 100%
}

body:not(.isTouch) .s_article:hover .sa_mask span {
	transform: unset
}

body:not(.isTouch) .s_article:hover .rounded_btn {
	opacity: 1;
	transform: unset
}

.bs_set .section_head {
	position: absolute;
	z-index: 199
}

.bs_set {
	position: relative
}

.bs_cover {
	opacity: .4
}

#first_brands_section {
	display: none;
}
#brands,
.bs_col,
.bs_cols,
.news_grid {
	overflow: hidden
}

.bs_col {
	position: relative;
	width: 33.33%
}

.bs_col:before {
	background: rgba(0, 0, 0, .7);
	content: "";
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: scale(.95)
}

.bs_block {
	bottom: 4em;
	padding: inherit;
	position: absolute;
	transform: translateY(11em);
	z-index: 99
}

.bs_icon {
	margin-bottom: 1em
}

.bs_icon svg {
	max-height: 3em;
	width: 4em
}

.bs_content {
	margin-top: 1em;
	opacity: 0
}

.bs_content .site_btn {
	margin-top: 1.5em
}

.rounded_btn {
	height: 5.722em;
	padding: 1em;
	position: absolute;
	text-align: center;
	width: 5.722em;
	will-change: transform
}

.rounded_btn span {
	-webkit-backdrop-filter: saturate(100%) blur(6px);
	backdrop-filter: saturate(100%) blur(6px);
	background: rgba(0, 0, 0, .5);
	border-radius: 50%
}

.rounded_btn svg {
	width: 1.667em
}

.rounded_btn strong,
.rounded_btn svg {
	position: relative;
	z-index: 99
}

.news_col {
	width: 33.3%
}

.news {
	width: 29.611em
}

body:not(.isTouch) .news_col .rounded_btn {
	opacity: 0;
	transform: scale(1.1)
}

body:not(.isTouch) .news_col:hover .rounded_btn {
	opacity: 1;
	transform: scale(1)
}

.news p {
	margin-top: .5em;
	max-width: 90%
}

.news_cover {
	height: 19.444em;
	margin: 1.5em 0;
	position: relative
}

.article_label strong:first-child {
	margin-bottom: .2em
}

#visitus {
	z-index: 399
}

#visitus,
.map_container,
.map_wrap {
	position: relative
}

.map_wrap {
	min-height: 80vh;
}

.map_container {
	background: #fff;
	display: inline-block;
	z-index: 399
}

.map_filters {
	padding: 2.778em;
	position: relative
}

.mc_filters {
	margin-top: 1em
}

.mc_filters_row {
	padding: .3em 0
}

.mc_filters_head {
	margin-bottom: .8em
}

.mc_check {
	background: #fff;
	border: 1px solid;
	flex: 0.833em 0 0;
	height: .833em;
	margin-right: .5em
}

.mc_filters_row.active .mc_check {
	background: #000
}

.mc_filters_row:not(.active) .mc_check svg {
	opacity: 0
}

body:not(.isTouch) .mc_filters_row:not(.active):hover .mc_check svg {
	opacity: .3
}

.mc_check svg {
	height: 100%;
	min-width: 100%;
	mix-blend-mode: exclusion
}

.dropdown_set {
	cursor: pointer;
	position: relative;
	white-space: nowrap
}

.dropdown_head {
	background: #1e1e1e;
	color: #fff;
	padding: .4em .8em
}

.dropdown_head svg {
	margin-left: 1em;
	width: .8em
}

.dropdown_body {
	background: #111;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	top: 100%;
	visibility: hidden
}

.dropdown_set.opened {
	z-index: 299
}

.dropdown_set.opened svg {
	transform: scaleY(-1)
}

.dropdown_set.opened .dropdown_body {
	visibility: visible
}

.d_list {
	padding: .4em .8em
}

.d_list:hover {
	background: #333
}

.map_view {
	background-position: 65% 50%
}

.map_view:after {
	background: rgba(30, 30, 30, 0);
	background: -moz-radial-gradient(center, ellipse cover, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 50%, #1e1e1e 100%);
	background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, rgba(30, 30, 30, 0)), color-stop(0, rgba(30, 30, 30, 0)), color-stop(50%, rgba(30, 30, 30, 0)), color-stop(100%, #1e1e1e));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 50%, #1e1e1e 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 50%, #1e1e1e 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 50%, #1e1e1e 100%);
	background: radial-gradient(ellipse at center, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 0, rgba(30, 30, 30, 0) 50%, #1e1e1e 100%);
	content: "";
	inset: 0;
	position: absolute
}

.markers {
	height: 19.667em;
	margin-bottom: 11em;
	margin-left: 25em;
	visibility: hidden;
	width: 25.556em
}

.marker,
.markers {
	position: absolute
}

.marker {
	width: 1.389em
}

.marker:hover svg {
	transform: scale(1.3)
}

.marker:not(.active) {
	cursor: pointer
}

.marker.active svg {
	filter: grayscale(1);
	transform: scale(1.6)
}

.marker:first-child {
	left: 4.556em
}

.marker:nth-child(2) {
	left: 3.389em;
	top: 12.556em
}

.marker:nth-child(3) {
	left: 16.056em;
	top: 12.056em
}

.marker:nth-child(4) {
	left: 0;
	top: 3.611em
}

.marker:nth-child(5) {
	left: 20.056em;
	top: 15.833em
}

.marker:nth-child(6) {
	bottom: 0;
	left: 14.389em
}

.marker:nth-child(7) {
	left: 8.889em;
	top: 1.944em
}

.marker:nth-child(8) {
	left: 14.944em;
	top: 6.556em
}

.marker:nth-child(9) {
	left: 7.5em;
	top: 16.222em
}

.marker:nth-child(10) {
	right: 0;
	top: 13em
}

.marker:nth-child(11) {
	left: 12.556em;
	top: 3.389em
}

.marker:nth-child(12) {
	left: 20.278em;
	top: 9.833em
}

.marker:nth-child(13) {
	left: 10.778em;
	top: 12.889em
}

.marker:nth-child(14) {
	left: 4em;
	top: 6.944em
}

.loaction_block {
	bottom: 0;
	left: calc(100% + 1px);
	overflow: hidden;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 25em
}

.loaction_block>span {
	background: #fff;
	transform-origin: 0 0
}

.loaction_item svg {
	flex: 1em 0 0;
	margin-right: 1em;
	max-height: 1.2em;
	position: relative;
	top: .4em
}

.location_content {
	padding: 2.778em;
	position: relative;
	z-index: 99
}

.loaction_item {
	margin-top: 1em
}

.location_cover {
	height: 11em;
	margin-bottom: 1em
}

.loaction_info {
	margin-top: 1em
}

.close {
	align-items: center;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 2em;
	justify-content: center;
	position: absolute;
	right: 0;
	transform: translateX(50%);
	width: 2em
}

.close:hover {
	background: #900
}

.close svg {
	left: -.3em;
	position: relative;
	width: .3em
}

@media (min-width:1201px) {
	.s_article p {
		max-width: 75%
	}
}

@media (max-width:1200px) {

	body,
	input,
	textarea {
		font-size: 1.2vw
	}

	.ft_side:first-child {
		flex: unset
	}

	.ft_top {
		justify-content: space-between
	}

	.ft_mdl {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start
	}

	.ft_mdl .ft_side:first-child {
		justify-content: space-between;
		margin-bottom: 4em;
		width: 100%
	}

	.news {
		width: calc(100% - 2em)
	}
}

@media (min-width:961px) {
	.sticky_padding {
		margin-top: -2em
	}

	.sticky_padding ._sticky,
	.sticky_padding>div:last-child {
		padding-top: 8em
	}

	.side_content {
		max-width: 13.944em
	}

	.map_container {
		margin: 5.556em 0;
		min-height: 30em
	}

	.mc_filter:not(:first-child) {
		margin-top: 2em
	}

	.s960 {
		display: none
	}

	.bs_col.hover:before {
		opacity: 1;
		transform: scale(1)
	}

	.bs_col.hover .bs_btn {
		opacity: 0;
		transform: scale(1.2)
	}

	.bs_col.hover .bs_block {
		transform: translateY(0)
	}

	.bs_col.hover .bs_icon {
		opacity: 0;
		transform: translateY(-2em)
	}

	.bs_col.hover .bs_content {
		opacity: 1
	}
}

@media (max-width:960px) {

	body,
	input,
	textarea {
		font-size: 1.7vw
	}

	.x2_padding,
	.x3_padding,
	.x_padding {
		padding-left: 2em;
		padding-right: 2em
	}

	.bs_cols:after,
	.half_slider:after {
		content: "flickity";
		display: none
	}

	.bs_col,
	.half_slider_col {
		position: absolute
	}

	.bs_col {
		height: calc(var(--vh, 1vh)*100);
		width: 60%
	}

	.news_col {
		justify-content: flex-start !important;
		width: 54%
	}

	.bs_cols,
	.half_slider {
		display: block
	}

	.hero_content {
		max-width: 39em
	}

	.main_logo {
		width: 15em
	}

	.menu_lines {
		left: 2em
	}

	.grid_set:last-child,
	.grid_wrap {
		flex-direction: column
	}
	.grid_set .brands_row {
		display: none !important;
	}

	.grid_wrap {
		background: #000
	}

	.grid_set {
		width: 100%
	}

	.section_sides {
		flex-direction: column
	}

	.section_side:first-child {
		flex: 1;
		margin-bottom: 2em
	}

	.side_content {
		max-width: 20em
	}

	.map_wrap {
		padding: 0 !important
	}

	.map_container {
		display: block;
		left: 2em;
		position: absolute;
		right: 2em;
		top: 2em;
		width: unset
	}

	.mc_filters {
		align-items: flex-start;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 2em
	}

	.mc_filter:not(:first-child) {
		margin-left: 0;
		min-width: 29%
	}

	.mc_filters_row {
		display: none
	}

	.map_wrap {
		height: calc(var(--vh, 1vh)*100)
	}

	.markers {
		margin-bottom: 13em;
		margin-left: 9em
	}

	.bs_col.is-selected:before {
		opacity: 1;
		transform: scale(1)
	}

	.bs_col.is-selected .bs_btn {
		opacity: 0;
		transform: scale(1.2)
	}

	.bs_col.is-selected .bs_block {
		transform: translateY(0)
	}

	.bs_col.is-selected .bs_icon {
		opacity: 0;
		transform: translateY(-2em)
	}

	.bs_col.is-selected .bs_content {
		opacity: 1
	}

	.map_filters {
		padding: 2em
	}

	.loaction_block {
		bottom: unset;
		left: 0;
		right: 0;
		top: calc(100% + 1px);
		width: unset
	}

	.location_cover {
		flex: 17em 0 0;
		height: 10em;
		margin-right: 2em
	}

	.location_content {
		display: flex;
		padding: 2em
	}

	.close {
		left: 2em;
		top: 100%;
		transform: translateY(-50%) rotate(90deg)
	}

	.close svg {
		left: -.4em
	}
}

@media (min-width:581px) {
	.hero_content p {
		max-width: 82%
	}

	.intro_set {
		margin-top: -.6em;
		max-width: 44.444em;
		position: relative
	}

	.intro_set p {
		max-width: 80%
	}

	.services_row {
		width: 50%
	}

	.s_article {
		width: calc(100% - 2.222em)
	}

	.dropdown_set {
		min-width: 10.444em
	}
}

@media (max-width:580px) {

	body,
	input,
	textarea {
		font-size: 3vw
	}

	h1 {
		font-size: 2.2em
	}

	h2 {
		font-size: 1.7em
	}

	h3 {
		font-size: 1.4em
	}

	h4 {
		font-size: 1.1em
	}

	.inner_padding {
		padding-bottom: 6em;
		padding-top: 6em
	}

	.fixed_height {
		height: calc(var(--vh, 1vh)*100)
	}

	.header_sides {
		height: 6em
	}

	.b_set strong,
	.header_button {
		display: none
	}

	.main_logo {
		width: 14em
	}

	.r_col,
	.sz1 {
		width: 100%
	}

	.r_col,
	.sz1,
	.sz2 {
		height: 17.778em
	}

	.grid_row {
		flex-direction: column;
		width: 100% !important
	}

	.r_col,
	.sz2,
	.v_row:nth-child(2) {
		display: none
	}

	.tilt {
		transform: unset !important
	}

	.side_content {
		max-width: 100%
	}

	.services_wrap {
		flex-direction: column
	}

	.services_row {
		transform: unset !important
	}

	.services_row:last-child {
		margin-top: 3.5em
	}

	.s_wide {
		height: 13em
	}

	.s_tall {
		height: 22em
	}

	.ft_top .ft_side:first-child {
		margin-bottom: 1em
	}

	.ft_top {
		flex-direction: column
	}

	.ft_mdl .ft_side:first-child {
		align-items: unset;
		flex-wrap: wrap;
		justify-content: unset
	}

	.ft_mdl .ft_side:first-child .ft_col {
		margin-left: 0 !important;
		width: 50%
	}

	.ft_col:nth-child(3),
	.ft_col:nth-child(4) {
		margin-top: 3em
	}

	.ft_btm {
		align-items: flex-start;
		flex-direction: column-reverse
	}

	.ft_btm .ft_side:last-child {
		margin-bottom: 1.5em
	}

	.ft_content {
		max-width: unset
	}

	.map_container {
		left: 1em;
		right: 1em;
		top: 1em
	}

	.map_filters {
		padding: 2em 1em
	}

	.mc_filters {
		margin-top: 2em
	}

	.tp_wrap {
		bottom: 2.6em;
		margin-right: 0;
		position: absolute
	}

	.ft_btm .ft_side:first-child {
		padding-left: 5em
	}

	.news_col {
		width: 100%
	}

	.markers {
		margin-bottom: 12em;
		margin-left: 0
	}

	.bs_col {
		width: 80%
	}

	.grid_set {
		overflow: hidden
	}

	.location_content {
		padding: 2em 1em
	}

	.location_cover {
		flex: 8em 0 0;
		height: 5em;
		margin-right: 1em
	}
}