

p:empty {
	margin-bottom: 0;
	margin-top: 0
}

[lang=vn] {
	font-family: NobelVnu, Arial, sans-serif
}

html[lang=km] {
	font-family: Nobel, Khmer OS Siemreap, Arial, sans-serif;
	word-break: break-word
}

.txt_big {
	font-size: 1.5rem
}

@media(min-width:1024px) {
	.txt_big {
		font-size: 1.66667rem
	}
}

.txt_lead {
	font-size: 1.375rem
}

@media(min-width:1024px) {
	.txt_lead {
		font-size: 1.33333rem
	}
}


.txt_small,
h6 {
	font-size: .75rem
}

@media(min-width:1024px) {

	.txt_small,
	h6 {
		font-size: .77778rem
	}
}

.link_back_to {
	font-size: 80%
}

sub,
sup {
	font-size: 65%
}


b,
h4,
strong {
	font-weight: 700
}

body,
input,
select,
textarea {
	letter-spacing: .015em
}


.sec__header h2,
h3 {
	letter-spacing: .06em
}

p.el__parallax {
	word-break: break-word
}

section header+p {
	margin-top: 1rem
}

small {
	display: inline-block
}

* {
	box-sizing: border-box
}

::-moz-selection {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	text-shadow: none
}

::selection {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	text-shadow: none
}

html main:before {
	background-color: transparent;
	bottom: 0;
	content: "";
	height: 100vh;
	height: calc(var(--vh, 1vh)*100);
	left: 0;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	transition: background-color .3s;
	z-index: 99
}

html.no_scroll {
	height: 100%;
	overflow-y: hidden
}

html.no_scroll body {
	height: auto;
	min-height: 100%;
	overflow-y: hidden;
	padding-right: 12px
}

html.no_scroll main:before {
	background-color: rgba(0, 0, 0, .75);
	pointer-events: all
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	html.no_scroll main:before {
		-webkit-backdrop-filter: blur(.3em);
		backdrop-filter: blur(.3em);
		background-color: rgba(0, 0, 0, .6)
	}
}

body {
	background-color: #000;
}

html.desktop body {
	scrollbar-color: #f5f5f5 #000;
	scrollbar-width: thin
}

html.desktop body::-webkit-scrollbar {
	width: 12px
}

html.desktop body::-webkit-scrollbar-track {
	background-color: #000;
	box-shadow: inset 0 0 6px hsla(0, 0%, 100%, .15)
}

html.desktop body::-webkit-scrollbar-thumb {
	background: linear-gradient(hsla(0, 0%, 100%, .8), #fff 50%, hsla(0, 0%, 100%, .8));
	border: 2px solid #000;
	border-radius: 6px
}

html.desktop body::-webkit-scrollbar-thumb:active,
html.desktop body::-webkit-scrollbar-thumb:hover {
	background-color: #fff
}

main {
	position: relative
}

a {
	text-decoration: none
}

#footer a:not(.mdc-button):not(.no_txt_link),
.nav__link a:not(.mdc-button):not(.no_txt_link),
article a:not(.mdc-button):not(.no_txt_link) {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	transition: background-image .3s, background-size .3s
}

.dpr-modified #footer a:not(.mdc-button):not(.no_txt_link),
.dpr-modified .nav__link a:not(.mdc-button):not(.no_txt_link),
.dpr-modified article a:not(.mdc-button):not(.no_txt_link) {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

#footer a:not(.mdc-button):not(.no_txt_link):hover,
.nav__link a:not(.mdc-button):not(.no_txt_link):hover,
article a:not(.mdc-button):not(.no_txt_link):hover {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified #footer a:not(.mdc-button):not(.no_txt_link):hover,
.dpr-modified .nav__link a:not(.mdc-button):not(.no_txt_link):hover,
.dpr-modified article a:not(.mdc-button):not(.no_txt_link):hover {
	background-size: 100% 1pt
}

article a:not(.mdc-button):not(.no_txt_link) {
	background-image: linear-gradient(270deg, hsla(0, 0%, 92%, 0) 0, #ebebeb 50%, hsla(0, 0%, 92%, 0));
	color: inherit
}

#footer a:not(.mdc-button):not(.no_txt_link),
.mdc-dialog a:not(.mdc-button):not(.no_txt_link),
.nav__link a:not(.mdc-button):not(.no_txt_link) {
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0))
}

a.external:not(.no_icon):after,
a[target=_blank]:not(.no_icon):after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external.svg);
	display: inline-block;
	margin-left: .35em;
	width: .75em
}

a[href^=mailto] {
	word-break: break-word
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
	margin: 0
}

p:not(:last-of-type) {
	margin-bottom: .75rem
}

address {
	font-style: normal
}

mark {
	background-color: hsla(0, 0%, 75%, .75)
}

ol,
ul {
	list-style-type: none;
	padding: 0
}

dl,
dl dd,
dl dt,
ol,
ul {
	margin: 0
}

.video__wrp img,
picture img {
	display: block;
	max-width: 100%;
	width: 100%
}

.video__wrp img:not([src]),
picture img:not([src]) {
	visibility: hidden
}

picture {
	display: block;
	position: relative
}

img {
	image-rendering: -webkit-optimize-contrast;
	image-rendering: optimizeQuality
}

img[data-src],
img[data-srcset] {
	display: block
}

img.lazy {
	opacity: .5;
	transition: opacity .5s
}

img.lazy.loaded {
	opacity: 1
}

video {
	pointer-events: none
}

video::-webkit-media-controls,
video::-webkit-media-controls-enclosure,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
	-webkit-appearance: none;
	display: none !important
}

.video__wrp video.lazy {
	opacity: .5;
	transition: opacity .5s
}

.video__wrp video.lazy.loaded {
	opacity: 1
}

blockquote,
figure {
	margin: 0
}

.height_full {
	height: 100vh;
	height: calc(var(--vh, 1vh)*100);
	transition: height .3s ease-out
}

.inline {
	display: flex
}

.inline>:not(:last-child) {
	margin-right: 1rem
}

.layout__cols {
	grid-column-gap: 1rem;
	-moz-column-count: 2;
	column-count: 2
}

.layout__cols.cols_2 {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto
}

@supports(display:grid) {
	.layout__cols {
		-moz-column-count: 1;
		column-count: 1;
		display: grid
	}
}

@media(min-width:600px) {
	.layout__cols {
		grid-column-gap: 2rem
	}
}

.sec__cont.no_padding_rl {
	padding-left: 0;
	padding-right: 0
}

@media(max-width:599px) {
	.sec__cont {
		padding: 16px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__cont {
		padding: 24px
	}
}

@media(min-width:1024px) {
	.sec__cont {
		padding: 40px
	}
}

.scrollbar_inner {
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	overflow-y: scroll
}

html.desktop .scrollbar_inner {
	-ms-overflow-style: -ms-autohiding-scrollbar
}

html.desktop .scrollbar_inner::-webkit-scrollbar {
	width: 6px
}

html.desktop .scrollbar_inner::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .05)
}

html.desktop .scrollbar_inner::-webkit-scrollbar-thumb {
	background: linear-gradient(rgba(41, 41, 41, .8), #292929 50%, rgba(41, 41, 41, .8))
}

html.desktop .scrollbar_inner::-webkit-scrollbar-thumb:active,
html.desktop .scrollbar_inner::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

.cta__close {
	height: 40px;
	outline: none;
	overflow: hidden;
	position: absolute;
	right: 2px;
	top: 2px;
	width: 40px
}

.cta__close:after,
.cta__close:before {
	border-left: 1px solid #292929;
	content: "";
	height: 18px;
	left: calc(50% - 1px);
	pointer-events: none;
	position: absolute;
	top: 11px
}

.cta__close:before {
	transform: rotate(45deg)
}

.cta__close:after {
	transform: rotate(-45deg)
}

.cta__close .mdc-ripple-surface {
	height: 100%;
	width: 100%
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh)*100);
	min-height: -webkit-fill-available;
	overflow: hidden
}

#footer {
	margin-top: auto
}

.headroom {
	transition: background-color .3s, opacity .3s, transform .3s
}

.headroom,
.headroom.headroom--pinned {
	transform: translate(0)
}

.cta__back_top {
	-webkit-backdrop-filter: blur(.3em);
	backdrop-filter: blur(.3em);
	background-image: linear-gradient(hsla(0, 0%, 70%, .35), hsla(0, 0%, 70%, .9));
	bottom: calc(72px + .75rem);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .125), inset 0 0 .0625rem #fff;
	color: #fff;
	display: inline-block;
	height: 2.5rem;
	opacity: 0;
	padding: .65rem;
	pointer-events: none;
	position: fixed;
	right: 1.25rem;
	text-decoration: none;
	transform: translate(100%);
	transition: box-shadow .5s, opacity .5s, transform .5s cubic-bezier(.68, -.6, .32, 1.6);
	width: 2.5rem;
	will-change: transform;
	z-index: 100
}

.headroom--not-top~.cta__back_top {
	opacity: .75;
	pointer-events: all;
	transform: translate(0)
}

.headroom--not-top~.cta__back_top:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, .125), inset 0 0 .0625rem #fff;
	opacity: 1
}

.cta__back_top svg {
	height: 100%;
	width: 100%
}

.grecaptcha-popup {
	pointer-events: none
}

.grecaptcha-badge {
	visibility: hidden
}

.layout_grid {
	margin: 0 auto
}

@media(max-width:599px) {
	.layout_grid_pp {
		padding: 16px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_pp {
		padding: 24px
	}
}

@media(min-width:1024px) {
	.layout_grid_pp {
		padding: 40px
	}
}

.layout_grid .layout_grid,
.layout_grid.no_padding {
	padding: 0
}

.layout_grid.no_padding_top {
	padding-top: 0
}

.layout_grid.no_padding_bottom {
	padding-bottom: 0
}

.layout_grid.no_padding_rl {
	padding-left: 0;
	padding-right: 0
}

.layout_grid.no_padding_rl:last-child {
	padding-bottom: 0
}

.layout_grid_inner {
	display: grid;
	grid-template-rows: auto
}

@media(max-width:599px) {
	.layout_grid_inner {
		grid-gap: 24px 16px;
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_inner {
		grid-gap: 24px;
		grid-template-columns: repeat(8, minmax(0, 1fr))
	}
}

@media(min-width:1024px) {
	.layout_grid_inner {
		grid-gap: 40px;
		grid-template-columns: repeat(12, minmax(0, 1fr))
	}
}

.layout_grid_cell_3 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_3 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_3 {
		grid-column-end: span 2
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_3 {
		grid-column-end: span 3
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_3+.layout_grid_cell_9 {
		grid-column: 3/span 6
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_3+.layout_grid_cell_9 {
		-ms-grid-column-span: 9;
		-ms-grid-column: 4
	}
}

.layout_grid_cell_4 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_4 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_4 {
		grid-column-end: span 3
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_4 {
		grid-column-end: span 4
	}

	.layout_grid_cell_4+.layout_grid_cell_4 {
		-ms-grid-column-span: 4;
		-ms-grid-column: 5
	}

	.layout_grid_cell_4+.layout_grid_cell_4+.layout_grid_cell_4 {
		-ms-grid-column-span: 4;
		-ms-grid-column: 9
	}
}

.layout_grid_cell_6 {
	width: auto
}

.layout_grid_cell_6:nth-child(2) {
	margin-top: 30px;
}

@media (min-width: 768px) {
	.layout_grid_cell_6:nth-child(2) {
		margin-top: 0px;
	}
}
@media(max-width:599px) {
	.layout_grid_cell_6 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_6 {
		grid-column-end: span 10
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_6 {
		grid-column-end: span 6
	}

	.layout_grid_cell_6+.layout_grid_cell_6 {
		-ms-grid-column-span: 6;
		-ms-grid-column: 7
	}
}

.layout_grid_cell_6+.layout_grid_cell_5 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_6+.layout_grid_cell_5 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_6+.layout_grid_cell_5 {
		grid-column: 6/span 3
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_6+.layout_grid_cell_5 {
		grid-column: 8/span 5
	}
}

.layout_grid_cell_8 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_8 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_8 {
		grid-column-end: span 5
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_8 {
		grid-column-end: span 8
	}
}

.layout_grid_cell_8+.layout_grid_cell_3 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_8+.layout_grid_cell_3 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_8+.layout_grid_cell_3 {
		grid-column-end: span 3
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_8+.layout_grid_cell_3 {
		grid-column: 10/span 3
	}

	.layout_grid_cell_8+.layout_grid_cell_4 {
		-ms-grid-column-span: 4;
		-ms-grid-column: 10
	}
}

.layout_grid_cell_9 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_9 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_9 {
		grid-column-end: span 5
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_9 {
		grid-column-end: span 9
	}
}

.layout_grid_cell_9+.layout_grid_cell_3 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_9+.layout_grid_cell_3 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_9+.layout_grid_cell_3 {
		grid-column-end: span 3
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_9+.layout_grid_cell_3 {
		grid-column: 10/span 3
	}
}

.layout_grid_cell_10 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_10 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_10 {
		grid-column-end: span 6
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_10 {
		grid-column-end: span 10
	}
}

.layout_grid_cell_12 {
	width: auto
}

@media(max-width:599px) {
	.layout_grid_cell_12 {
		grid-column-end: span 4
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.layout_grid_cell_12 {
		grid-column-end: span 8
	}
}

@media(min-width:1024px) {
	.layout_grid_cell_12 {
		grid-column-end: span 12
	}
}

.logo_lexus {
	align-items: center;
	display: flex;
	height: 22px;
	position: relative;
	transition: top .3s;
	width: 122px;
	z-index: 2
}

.nav__pageIndicator {
	border-left: 1px solid #fff;
	box-sizing: border-box;
	flex-basis: 45%;
	font-size: .75rem;
	margin-left: .625rem;
	max-width: 11rem;
	min-width: 10rem;
	padding-left: .625rem;
	width: auto
}

@media(max-width:599px) {
	.nav__pageIndicator {
		font-size: .625rem;
		max-width: 9rem;
		min-width: 8rem
	}
}

#header__top {
	left: 0;
	position: fixed;
	top: 0;
	transform: translateY(0);
	width: 100%;
	z-index: 100
}

#header__top:before {
	bottom: -1px;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	transition: opacity .25s;
	width: 100%
}

#header__top.is_hidden {
	transform: translateY(-100%)
}

#header__top a[href="#"]:after {
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 16px;
	line-height: inherit;
	margin-left: .25em;
	margin-top: 2px;
	transition: transform .2s;
	vertical-align: top;
	width: 16px
}

#header__top .link_active a[href="#"]:after {
	transform: rotate(180deg)
}

#header__top .nav__link {
	flex-flow: column wrap;
	line-height: 1.3
}

#header__top .nav__link li:not(:last-child) {
	margin-bottom: .75rem
}

#header__top .nav__link a:not(.mdc-button) {
	color: #292929;
	display: inline
}

#header__top .mdc-button {
	height: 40px;
	padding: 0 1rem
}

#header__top .mdc-button.mdc-button--outlined {
	border-color: #292929
}

#header__top .mdc-button__label {
	font-size: 12.5px;
	letter-spacing: .175em
}

#header__top .nav__mega_sidelink {
	margin-top: 2.5rem
}

#header__top.headroom--not-top:before,
#header__top.headroom--unpinned:before {
	opacity: 1
}

#header__top.headroom--unpinned {
	height: 50px
}

#header__top.headroom--unpinned .logo_lexus {
	top: 0
}

#header__top.headroom--unpinned .header__cont:first-child {
	height: 50px
}

#header__top.headroom--unpinned .header__cont:nth-child(2) {
	opacity: 0;
	transform: rotateX(-90deg)
}

#header__top.headroom--unpinned .hide_on_sticky {
	display: none !important;
	pointer-events: none;
	visibility: hidden
}

#header__top.headroom--unpinned #nav__desktop_top>ul>li>a {
	font-size: .889rem;
	opacity: 1
}

#header__top.headroom--unpinned #nav__desktop_top>ul>li>a:hover {
	opacity: .65
}

@media(max-width:1023px) {
	#header__top.headroom--unpinned {
		transform: translateY(-100%)
	}
}

@media(min-width:1024px) {
	#header__top .logo_lexus {
		top: 50px
	}
}

@media(min-width:1280px) {
	#header__top {
		letter-spacing: .03em
	}
}

.header__main {
	backface-visibility: hidden;
	perspective: 250;
	transform-style: preserve-3d
}

@media(min-width:1024px) {
	.headroom--unpinned .header__main {
		height: 50px
	}
}

.header__cont {
	position: relative;
	width: 100%
}

.header__cont:first-child {
	transition: background-color .3s, height .3s;
	z-index: 1
}

.header__cont:nth-child(2) {
	transform-origin: 50% 0;
	transform-style: preserve-3d;
	transition: background-color .3s, opacity .45s, transform .3s
}

.header__cont>div {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1280px
}

@media(max-width:599px) {
	.header__cont>div {
		padding: 0 16px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.header__cont>div {
		padding: 0 24px
	}
}

@media(max-width:1023px) {
	.header__cont:first-child {
		box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .05), 0 .375rem .75rem rgba(0, 0, 0, .05);
		height: 50px
	}

	.header__cont:nth-child(2) {
		display: none
	}
}

@media(min-width:1024px) {
	.header__cont:first-child {
		height: 40px
	}

	.header__cont:nth-child(2) {
		box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .05), 0 .625rem 1.25rem rgba(0, 0, 0, .05);
		height: 60px
	}

	.header__cont:nth-child(2)>div:before {
		content: "";
		left: 50%;
		position: absolute;
		top: 0;
		transform: translateX(-50%)
	}

	.header__cont>div {
		padding: 0 40px
	}
}

@media(min-width:1024px)and (max-width:1279px) {
	.header__cont:nth-child(2)>div:before {
		width: calc(100% - 80px)
	}
}

@media(min-width:1280px) {
	.header__cont:nth-child(2)>div:before {
		width: 1200px
	}
}

#header__notification {
	background-color: #fff;
	color: #292929;
	font-size: .875rem;
	line-height: 1.3;
	overflow: hidden;
	transition: max-height .3s ease-in-out, background-color .3s
}

#header__notification.is_hidden {
	max-height: 0;
	pointer-events: none
}

#header__notification .sec__cont {
	margin: 0 auto;
	max-width: 1280px;
	padding-bottom: .75rem;
	padding-top: .75rem;
	position: relative
}

#header__notification .sec__cont:before {
	background-image: linear-gradient(270deg, hsla(0, 0%, 80%, 0) 0, #ccc 50%, hsla(0, 0%, 80%, 0));
	background-size: 100% 1px;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%
}

#header__notification .scrollbar_inner {
	max-height: 45vh;
	max-height: calc(var(--vh, 1vh)*45)
}

#header__notification .scrollbar_inner::-webkit-scrollbar-track {
	background-color: transparent
}

#header__notification .scrollbar_inner>div,
#header__notification .scrollbar_inner>div p {
	display: inline
}

#header__notification .scrollbar_inner>div:first-child p {
	padding-right: .3rem
}

@media(max-width:599px) {
	#header__notification .scrollbar_inner {
		padding-right: 24px
	}
}

@media(min-width:600px) {
	#header__notification .scrollbar_inner {
		padding-right: 40px
	}
}

#header__notification .free_html a:not(.cta__close) {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	color: inherit;
	transition: background-image .3s, background-size .3s
}

.dpr-modified #header__notification .free_html a:not(.cta__close) {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

#header__notification .free_html a:not(.cta__close):hover {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified #header__notification .free_html a:not(.cta__close):hover {
	background-size: 100% 1pt
}

#header__notification .free_html ul {
	display: block !important
}

#header__notification .free_html ul:not(:last-child) {
	margin-bottom: .75rem
}

#header__notification .expandable__header:after {
	height: 15px
}

.nav__tiles {
	height: calc(100vh - 100px);
	height: calc(var(--vh, 1vh)*100 - 100px)
}

.nav__tiles.no_full_height,
.nav__tiles.no_full_height li,
.nav__tiles.no_full_height ul,
.nav__tiles.no_full_height ul li {
	height: auto
}

.nav__tiles.no_full_height figure {
	height: 0;
	padding-bottom: 56.25%
}

.nav__tiles.tiles-col-3 ul li {
	width: 33.3333333333%
}

.nav__tiles ul {
	flex-flow: row wrap;
	height: calc(100vh - 164px)
}

.nav__tiles ul li {
	backface-visibility: hidden;
	height: 33.3333333333%;
	overflow: hidden;
	transform-style: preserve-3d;
	width: 25%
}

.nav__tiles ul li:nth-child(n+13) {
	display: none
}

.nav__tiles ul li a {
	height: 100%
}

.nav__tiles .tag {
	border: 1px solid #fff;
	border-radius: 12px;
	color: #fff;
	left: 16px;
	line-height: 1;
	padding: 3px 12px;
	position: absolute;
	top: .75rem;
	z-index: 2
}

.nav__tiles figure {
	transform: scale(1.1);
	transition: transform .75s cubic-bezier(.68, -1, .265, 2)
}

#nav__desktop_main li.link_active .nav__tiles figure {
	transform: scale(1)
}

#nav__desktop_main li .nav__tiles li:first-child figure {
	transition-delay: .6s
}

#nav__desktop_main li .nav__tiles li:nth-child(2) figure {
	transition-delay: .625s
}

#nav__desktop_main li .nav__tiles li:nth-child(3) figure {
	transition-delay: .65s
}

#nav__desktop_main li .nav__tiles li:nth-child(4) figure {
	transition-delay: .675s
}

#nav__desktop_main li .nav__tiles li:nth-child(5) figure {
	transition-delay: .7s
}

#nav__desktop_main li .nav__tiles li:nth-child(6) figure {
	transition-delay: .725s
}

#nav__desktop_main li .nav__tiles li:nth-child(7) figure {
	transition-delay: .75s
}

#nav__desktop_main li .nav__tiles li:nth-child(8) figure {
	transition-delay: .775s
}

#nav__desktop_main li .nav__tiles li:nth-child(9) figure {
	transition-delay: .8s
}

#nav__desktop_main li .nav__tiles li:nth-child(10) figure {
	transition-delay: .825s
}

#nav__desktop_main li .nav__tiles li:nth-child(11) figure {
	transition-delay: .85s
}

#nav__desktop_main li .nav__tiles li:nth-child(12) figure {
	transition-delay: .875s
}

#nav__desktop_main li .nav__tiles li:nth-child(13) figure {
	transition-delay: .9s
}

.nav__tiles .nav__link {
	padding: 20px;
	text-align: center
}

.nav__tiles_item {
	backface-visibility: hidden;
	height: 100%;
	position: relative;
	transform: translateZ(0)
}

.nav__tiles_item figcaption,
.nav__tiles_item img {
	position: absolute
}

.nav__tiles_item img {
	height: 100%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	top: 50%;
	transform: scale(1.01) translate(-50%, -50%);
	transition: transform .3s;
	width: 100%
}

a:hover .nav__tiles_item img {
	transform: scale(1.06) translate(-47%, -47%)
}

.nav__tiles_item figcaption {
	bottom: 0;
	color: #fff;
	font-weight: 700;
	left: 0;
	letter-spacing: .15em;
	line-height: 1.3;
	padding-bottom: .75rem;
	padding-top: 48px;
	width: 100%;
	z-index: 1
}

.nav__tiles_item figcaption:before {
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: .75;
	position: absolute;
	width: 100%;
	z-index: -1
}

@media(max-width:599px) {
	.nav__tiles_item figcaption {
		padding-left: .75rem;
		padding-right: .75rem
	}
}

@media(min-width:600px)and (max-width:1279px) {
	.nav__tiles_item figcaption {
		padding-left: 16px;
		padding-right: 16px
	}
}

@media(min-width:1280px) {
	.nav__tiles_item figcaption {
		padding-bottom: 1rem;
		padding-left: 32px;
		padding-right: 32px
	}
}

.nav__dealer_header:before {
	border-bottom: 1px solid #e1e1e1;
	bottom: 0;
	content: "";
	left: 40px;
	position: absolute;
	width: calc(100% - 40px)
}

@media(min-width:1024px) {
	.nav__dealer_header.layout_grid {
		padding-bottom: 16px
	}
}

.nav__dealer_header .layout_grid_inner {
	align-items: flex-end
}

.nav__dealer_header h3,
.nav__dealer_header h4 {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-pin.svg) no-repeat 0 0
}

.nav__dealer_header h3 {
	background-size: auto 36px;
	font-size: 1.333rem;
	font-weight: 700;
	line-height: 36px;
	padding-left: 36px
}

.nav__dealer_header h4 {
	background-size: auto 24px;
	line-height: 24px;
	padding-left: 24px
}

.nav__dealer_cont {
	line-height: 1.3
}

.nav__dealer_cont :not(p) {
	font-size: .889rem
}

.nav__dealer_cont p strong {
	font-size: 1rem
}

.nav__dealer_col>:not(:first-child) {
	margin-top: 1rem
}

.nav__dealer_col p+.nav__link,
.nav__dealer_col p+.sel_dealer__opening_hrs {
	margin-top: .5rem
}

.nav__dealer_col+.nav__dealer_col {
	margin-top: 1rem
}

.mm .nav__dealer_col span:not(.expandable__header) {
	display: inline
}

.sel_dealer__assistance a {
	margin-left: .25rem !important
}

.sel_dealer__assistance a:before {
	content: "("
}

.sel_dealer__assistance a:after {
	content: ")"
}

.nav__logo_wrp {
	align-items: center;
	display: flex
}

.nav__indicator {
	display: none;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity .25s, transform .3s;
	white-space: nowrap;
	will-change: opacity, transform
}

.headroom--unpinned .nav__indicator {
	opacity: 1
}

.nav__indicator_sec:not(:empty):before {
	content: "/";
	margin: 0 .5rem
}

@media(max-width:599px) {
	.nav__indicator {
		padding-left: 16px;
		padding-right: 16px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.nav__indicator {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media(max-width:1023px) {
	.nav__indicator {
		background-color: rgba(0, 0, 0, .75);
		border-bottom: 1px solid hsla(0, 0%, 100%, .15);
		font-size: 16px;
		height: 50px;
		left: 0;
		line-height: 50px;
		position: fixed;
		text-overflow: ellipsis;
		top: 0;
		transform: translateY(0);
		width: 100%
	}

	.headroom--unpinned .nav__indicator {
		transform: translateY(100%)
	}
}

@media(min-width:1024px) {
	.nav__indicator {
		font-size: 12px
	}
}

@media(min-width:1024px)and (max-width:1279px) {
	.nav__indicator {
		padding-left: 2rem
	}
}

@media(min-width:1280px) {
	.nav__indicator {
		padding-left: 3rem
	}
}

#header__top:before {
	border-bottom: 1px solid hsla(0, 0%, 100%, .15)
}

.theme__light #header__top:before {
	border-bottom-color: rgba(0, 0, 0, .15)
}

#header__top.headroom--not-top .header__cont {
	background-color: rgba(0, 0, 0, .8)
}

.theme__light #header__top.headroom--not-top .header__cont {
	background-color: hsla(0, 0%, 100%, .9)
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	#header__top.headroom--not-top .header__cont {
		-webkit-backdrop-filter: blur(.3em);
		backdrop-filter: blur(.3em);
		background-color: rgba(0, 0, 0, .75)
	}

	.theme__light #header__top.headroom--not-top .header__cont {
		background-color: hsla(0, 0%, 100%, .875)
	}
}

#header__top:focus .header__cont,
#header__top:hover .header__cont {
	background-color: rgba(0, 0, 0, .875)
}

.theme__light #header__top:focus #header__notification,
.theme__light #header__top:focus .header__cont,
.theme__light #header__top:hover #header__notification,
.theme__light #header__top:hover .header__cont {
	background-color: #fff
}

#header__top a {
	color: #ebebeb
}

.theme__light #header__top a {
	color: #000
}

#header__top a[href="#"]:after {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-down-w.svg)
}

.theme__light #header__top a[href="#"]:after {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-down.svg)
}

.header__cont {
	background-color: rgba(0, 0, 0, .75)
}

.theme__light .header__cont {
	background-color: hsla(0, 0%, 100%, .875)
}

.header__cont:nth-child(2)>div:before {
	border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.theme__light .header__cont:nth-child(2)>div:before {
	border-top-color: rgba(0, 0, 0, .3)
}

.theme__light #nav__desktop_top>ul>li>a.external:not(.no_icon):after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external.svg)
}

body:not(.theme__light) #nav__desktop_top .choices[data-type*=select-one]:after {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-down-w.svg)
}

#nav__desktop_top .choices.is-open .choices__inner,
#nav__desktop_top .choices:hover .choices__inner {
	background-color: #000
}

.theme__light #nav__desktop_top .choices.is-open .choices__inner,
.theme__light #nav__desktop_top .choices:hover .choices__inner {
	background-color: #fff
}

#nav__desktop_top .choices__inner {
	border: 1px solid #555;
	padding-left: 8px
}

.theme__light #nav__desktop_top .choices__inner {
	border-color: #959595
}

#nav__desktop_top .choices__list--dropdown {
	background-color: #000;
	border-color: #555
}

.theme__light #nav__desktop_top .choices__list--dropdown {
	background-color: #fff;
	border-color: #959595
}

#nav__desktop_top .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #292929
}

.theme__light #nav__desktop_top .choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #ebebeb
}

.theme__light .mm:after,
.theme__light .mm:before,
.theme__light .nav__mobile_select_lang select {
	color: #292929
}

.theme__light .mm {
	background: hsla(0, 0%, 100%, .975)
}

.theme__light .nav__mobile_select_lang select {
	border-bottom-color: #292929
}

.theme__light #header__notification {
	background-color: hsla(0, 0%, 100%, .875)
}

#nav__desktop_top>ul>li.lc__cta_hotline:not(.hide_on_sticky) {
	display: none
}

#nav__desktop_top>ul>li.lc__cta_hotline:not(.hide_on_sticky) a {
	align-items: center;
	border-color: #fff;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px
}

#nav__desktop_top>ul>li.lc__cta_hotline:not(.hide_on_sticky) span:first-child {
	margin-right: 10px
}

.headroom--unpinned #nav__desktop_top>ul>li.lc__cta_hotline:not(.hide_on_sticky) {
	display: list-item
}

#header__top ul:not(.tab__item_models) {
	display: flex
}

#header__top ul.tab__item_models {
	display: flex;
	flex-flow: row wrap;
	width: calc(100% + 40px)
}

#header__top ul.tab__item_models>li {
	padding-right: 40px;
	width: 25%
}

@supports(display:grid) {
	#header__top ul.tab__item_models {
		grid-gap: 40px;
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		grid-template-rows: auto;
		width: 100%
	}

	#header__top ul.tab__item_models>li {
		padding-right: 0;
		width: auto
	}
}

#nav__desktop_main,
#nav__desktop_top {
	display: none
}

@media(min-width:1024px) {

	#nav__desktop_main,
	#nav__desktop_top {
		display: block
	}
}

#nav__desktop_top>ul {
	align-items: center
}

#nav__desktop_top>ul>li:not(.hide_on_sticky) {
	display: none
}

.pg__index #nav__desktop_top>ul>li:not(.hide_on_sticky).show_on_index,
.pg__mlp #nav__desktop_top>ul>li:not(.hide_on_sticky).show_on_mlp,
.pg__model #nav__desktop_top>ul>li:not(.hide_on_sticky).show_on_model {
	display: block
}

#header__top:not(.headroom--unpinned) #nav__desktop_top>ul>li.hide_on_pinned {
	display: none !important
}

#nav__desktop_top>ul>li:not(:first-child) {
	margin-left: 1.25rem
}

#header__top.headroom--unpinned #nav__desktop_top>ul>li:not(:first-child) {
	margin-left: 1.5rem
}

#nav__desktop_top>ul>li>a {
	display: flex;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	opacity: .65;
	transition: opacity .2s;
	white-space: nowrap
}

#nav__desktop_top>ul>li>a:hover {
	opacity: 1
}

#nav__desktop_top>ul>li>a[target=_blank]:not(.external):not(.no_icon):after {
	display: none
}

#nav__desktop_top>ul>li>a.external:not(.no_icon):after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external-w.svg)
}

#nav__desktop_top>ul>li>a span:first-child {
	display: none
}

#header__top.headroom--unpinned #nav__desktop_top>ul>li>a span:first-child {
	display: block
}

#nav__desktop_top>ul>li>a span:not(:last-child) {
	margin-right: 8px
}

#nav__desktop_top>ul>li>a svg {
	display: block;
	height: 20px;
	width: auto
}

#nav__desktop_top .choices {
	line-height: 26px
}

#nav__desktop_top .choices[data-type*=select-one]:after {
	background-size: 16px auto;
	opacity: .65;
	transition: opacity .2s, transform .2s
}

#nav__desktop_top .choices__inner {
	background-color: transparent;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	min-height: inherit;
	opacity: .65;
	transition: background-color .2s, opacity .2s
}

#nav__desktop_top .choices.is-open .choices__inner,
#nav__desktop_top .choices.is-open[data-type*=select-one]:after,
#nav__desktop_top .choices:hover .choices__inner,
#nav__desktop_top .choices:hover[data-type*=select-one]:after {
	opacity: 1
}

#nav__desktop_top .choices__list--single {
	padding-right: 28px
}

#nav__desktop_top .choices__list--single .choices__item {
	line-height: 24px
}

#nav__desktop_top .choices__list--dropdown {
	border-top: 0;
	margin-top: -1px
}

#nav__desktop_top .choices__list--dropdown .choices__item {
	font-size: 14px;
	line-height: 1.3
}

body:not(.theme__light) #nav__desktop_top .choices__list--dropdown .choices__item {
	color: #fff
}

@media(min-width:1024px)and (max-width:1279px) {
	#nav__desktop_top>ul>li:not(:first-child) {
		margin-left: .75rem
	}
}

#nav__desktop_main>ul {
	height: 60px;
	line-height: 60px
}

#nav__desktop_main>ul>li {
	display: block;
	height: inherit;
	line-height: inherit
}

#nav__desktop_main>ul>li:not(:first-child) {
	margin-left: 1.5rem
}

#nav__desktop_main>ul>li>a {
	height: inherit;
	line-height: inherit;
	opacity: 1;
	transition: opacity .2s
}

#nav__desktop_main>ul>li>a[href="#"]:after {
	height: 58px
}

#nav__desktop_main>ul>li>a:hover {
	opacity: .65
}

@media(min-width:1024px)and (max-width:1279px) {
	#nav__desktop_main>ul>li:not(:first-child) {
		margin-left: 1.25rem
	}

	#nav__desktop_main>ul>li a {
		font-size: 16px
	}
}

.nav__mega {
	background-color: #fff;
	box-shadow: 0 .5em .25em rgba(0, 0, 0, .1), 0 1em .5em rgba(0, 0, 0, .1), 0 2em 1em rgba(0, 0, 0, .1), 0 4em 2em rgba(0, 0, 0, .1);
	font-weight: 300;
	left: 0;
	max-height: calc(100vh - 100px);
	max-height: calc(var(--vh, 1vh)*100 - 100px);
	opacity: 0;
	overflow: hidden;
	overflow-y: auto;
	position: absolute;
	transform: scaleY(0);
	transform-origin: 50% 0;
	transition: opacity .25s, transform .4s;
	width: 100%
}

html.desktop .nav__mega::-webkit-scrollbar {
	width: 12px
}

html.desktop .nav__mega::-webkit-scrollbar-track {
	background-color: #000;
	box-shadow: inset 0 0 6px hsla(0, 0%, 100%, .15)
}

html.desktop .nav__mega::-webkit-scrollbar-thumb {
	background: linear-gradient(hsla(0, 0%, 100%, .8), #fff 50%, hsla(0, 0%, 100%, .8));
	border: 2px solid #000;
	border-radius: 6px
}

html.desktop .nav__mega::-webkit-scrollbar-thumb:active,
html.desktop .nav__mega::-webkit-scrollbar-thumb:hover {
	background-color: #fff
}

.link_active .nav__mega {
	opacity: 1;
	transform: scaleY(1);
	transition-delay: .25s
}

#nav__desktop_top .nav__mega {
	top: 100px
}

#nav__desktop_main .nav__mega {
	top: 60px
}

.nav__mega:before {
	background: linear-gradient(#000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	content: "";
	height: 50px;
	left: 0;
	opacity: .3;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.nav__mega * {
	color: #292929
}

.nav__mega_wrp {
	position: relative;
	width: 100%
}

.nav__mega .tab__main {
	height: 54px
}

.nav__mega_hva {
	background-color: #fff
}

.nav__mega_hva svg {
	display: block;
	height: 30px
}

.nav__mega_hva p {
	line-height: 1.3;
	margin-left: .75rem
}

.nav__mega_hva ul {
	display: flex;
	justify-content: center;
	justify-content: space-evenly;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 40px;
	position: relative
}

.nav__mega_hva ul:before {
	background-color: #ccc;
	content: "";
	height: 1px;
	left: 40px;
	position: absolute;
	top: 0;
	width: calc(100% - 80px)
}

.nav__slant_img+.nav__mega_hva ul:before {
	background-color: transparent;
	background-image: linear-gradient(90deg, #ccc 0, #ccc 50%, hsla(0, 0%, 80%, 0))
}

.nav__mega_hva ul li {
	display: none
}

.nav__mega_hva ul li a {
	height: 80px;
	padding: 0 1rem
}

#header__top .nav__mega_hva ul li a {
	align-items: center;
	display: flex
}

.nav__mega_hva.nav__hva_nav_dealers .show_on_nav_dealers,
.nav__mega_hva.nav__hva_nav_models .show_on_nav_models,
.nav__mega_hva.nav__hva_nav_svc_support .show_on_nav_svc_support {
	display: block
}

.nav__d_nav_models {
	margin: 0 auto;
	max-width: 1280px;
	padding: 20px 40px 3rem;
	width: 100%
}

.nav__d_nav_models .tab__panel_sub:first-child .tab__item_models>li {
	padding-top: 2rem;
	position: relative
}

.nav__d_nav_models .tab__item_model {
	display: flex;
	flex-flow: column wrap
}

.nav__d_nav_models .tab__item_thumb {
	height: 0;
	padding-top: 53.25%;
	position: relative;
	transform: scale(1) translateZ(0);
	transform-origin: 50% 100%;
	transition: opacity .3s, transform .3s ease
}

.nav__d_nav_models .tab__item_thumb img {
	bottom: 0;
	left: 0;
	position: absolute
}

.nav__d_nav_models .tab__item_model:hover .tab__item_thumb {
	transform: scale(1.04) translateZ(0)
}

.nav__d_nav_models .tab__item_txt {
	margin-top: 16px
}

.nav__d_nav_models .tab__item_txt * {
	line-height: 1.3
}

.nav__d_nav_models .tab__item_txt *,
.nav__d_nav_models .tab__item_txt :not(:last-child) {
	margin-bottom: 0
}

.nav__d_nav_models .tab__item_txt h3,
.nav__d_nav_models .tab__item_txt h4 {
	margin-top: 0
}

.nav__d_nav_models .tab__item_txt h3 {
	font-weight: 700;
	left: 0;
	line-height: .9;
	position: absolute;
	top: 0
}

.nav__d_nav_models .tab__item_txt h6,
.nav__d_nav_models .tab__item_txt p {
	margin-top: 8px
}

.nav__d_nav_models .tab__item_txt .add-comma:not(:last-of-type):after {
	content: ", "
}

@media(min-width:1024px) {
	.nav__d_nav_models .tab__item_txt h3 {
		font-size: 1.667rem
	}
}

.nav__view_models {
	border-top: 1px solid #d7d7d7;
	margin-top: 1.5rem
}

.nav__view_models .choices {
	line-height: 1.3
}

.nav__view_models .choices[data-type*=select-one]:after {
	margin-top: 8px;
	right: -6px;
	top: 0
}

.nav__view_models .choices[data-type*=select-one].is-open:after {
	margin-top: 8px
}

.nav__view_models .choices__inner {
	background-color: transparent;
	border: 0;
	font-size: .889rem;
	height: 44px;
	line-height: 44px;
	padding: 0
}

.nav__view_models .choices__list--single .choices__placeholder {
	font-style: normal;
	opacity: 1
}

.nav__view_models .choices__list--dropdown {
	display: none;
	position: static
}

.nav__view_models .choices__list--dropdown .choices__list {
	max-height: 160px
}

.nav__view_models .choices__list--dropdown .choices__item {
	font-size: .889rem
}

.nav__view_models .choices__list--dropdown .choices__placeholder {
	display: none
}

.nav__view_models .is-open .choices__inner {
	box-shadow: none
}

.nav__view_models .is-open .choices__list--dropdown {
	display: block
}

.nav__slant_img {
	display: flex;
	min-height: 440px
}

.nav__slant_img picture {
	background-color: #f5f5f5;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1
}

.nav__slant_img picture:after {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/clip-01.svg) no-repeat 100%;
	background-size: auto 100%;
	content: "";
	height: 440px;
	left: -1px;
	position: absolute;
	top: 0;
	width: 110px
}

.nav__slant_img picture img {
	left: 50%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.nav__slant_img .layout_grid {
	padding-right: 16px;
	position: relative;
	width: 100%;
	z-index: 1
}

.nav__slant_img .layout_grid+.layout_grid {
	padding-top: 0
}

.nav__slant_img .layout_grid p {
	line-height: 1.45
}

.nav__slant_img h4 {
	margin-bottom: 1.25rem
}

@media(min-width:1024px)and (max-width:1279px) {
	.nav__slant_img picture {
		width: 480px
	}
}

@media(min-width:1280px) {
	.nav__slant_img picture {
		width: calc(50% - 160px)
	}
}

.nav__slant_cont {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	margin: 0 auto;
	max-width: 1280px;
	padding-right: 480px;
	position: relative;
	width: 100%
}

.nav__slant_cont.justify_start {
	justify-content: flex-start
}

/*!
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
.mm,
.mm a,
.mm li,
.mm span,
.mm ul {
	box-sizing: border-box;
	display: block;
	margin: 0;
	padding: 0
}

:root {
	--mm-item-height: 50px;
	--mm-item-indent: 16px;
	--mm-line-height: 16px
}

.mm-hidden {
	display: none !important
}

.mm {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	background: #f3f3f3;
	clip-path: inset(0 0 0 0);
	color: #444;
	cursor: pointer;
	line-height: 16px;
	line-height: var(--mm-line-height);
	overflow: hidden;
	transform: translateX(0)
}

.mm:before {
	border-left: 1px solid;
	border-top: 1px solid;
	content: "";
	display: block;
	height: 10px;
	left: 16px;
	left: var(--mm-item-indent);
	margin-top: 2px;
	opacity: .15;
	position: absolute;
	top: 25px;
	top: calc(var(--mm-item-height)/2);
	transform: rotate(-45deg) translate(50%, -50%);
	width: 10px
}

.mm.mm--main {
	cursor: default
}

.mm.mm--main:before {
	content: none;
	display: none
}

.mm:after {
	box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0), 0 1px 0 0 currentColor;
	content: attr(data-mm-title);
	display: block;
	height: 50px;
	height: var(--mm-item-height);
	left: 0;
	line-height: 50px;
	line-height: var(--mm-item-height);
	opacity: .15;
	overflow: hidden;
	padding: 0 32px;
	padding: 0 calc(var(--mm-item-indent)*2);
	position: absolute;
	right: 0;
	text-align: center;
	text-overflow: ellipsis;
	top: 0;
	white-space: nowrap
}

.mm.mm--main:after {
	padding-left: 16px;
	padding-left: var(--mm-item-indent)
}

.mm ul {
	-webkit-overflow-scrolling: touch;
	background: inherit;
	bottom: 0;
	cursor: default;
	left: 100%;
	overflow: visible;
	overflow-y: auto;
	padding-right: 100%;
	position: fixed;
	top: 50px;
	top: var(--mm-item-height);
	transition: left .3s ease 0s;
	width: 200%
}

.mm ul:after {
	content: "";
	display: block;
	height: 50px;
	height: var(--mm-item-height)
}

.mm ul.mm--open,
.mm>ul {
	left: 0
}

.mm ul.mm--parent {
	left: -100%;
	overflow-y: hidden
}

.mm li {
	background: inherit;
	cursor: pointer;
	position: relative
}

.mm li:before {
	border-right: 1px solid;
	height: 10px;
	opacity: 1;
	position: absolute;
	right: 25px;
	right: calc(var(--mm-item-height)/2);
	top: 25px;
	top: calc(var(--mm-item-height)/2);
	transform: rotate(45deg) translateY(-50%);
	width: 10px;
	z-index: 0
}

.mm li:after,
.mm li:before {
	border-top: 1px solid;
	content: "";
	display: block
}

.mm li:after {
	margin-left: 16px;
	margin-left: var(--mm-item-indent);
	opacity: .15
}

.mm a,
.mm span {
	padding: 17px 16px;
	padding: calc((var(--mm-item-height) - var(--mm-line-height))/2) var(--mm-item-indent);
	position: relative;
	z-index: 1
}

.mm a {
	background: inherit;
	color: inherit;
	text-decoration: none
}

.mm a:not(:last-child) {
	width: calc(100% - 50px);
	width: calc(100% - var(--mm-item-height))
}

.mm a:not(:last-child):after {
	border-right: 1px solid;
	bottom: 0;
	content: "";
	display: block;
	opacity: .15;
	position: absolute;
	right: 0;
	top: 0
}

.mm span {
	background: transparent
}

.mm.mm--dark {
	background: #333;
	color: #ccc
}

.mm.mm--vertical:after,
.mm.mm--vertical:before {
	content: none;
	display: none
}

.mm.mm--vertical {
	overflow-y: auto
}

.mm.mm--vertical ul {
	padding-right: 0;
	position: static;
	width: 100%
}

.mm.mm--vertical ul ul {
	display: none;
	padding-left: 16px;
	padding-left: var(--mm-item-indent)
}

.mm.mm--vertical ul ul:after {
	height: 25px;
	height: calc(var(--mm-item-height)/2)
}

.mm.mm--vertical ul.mm--open {
	display: block
}

.mm.mm--vertical li.mm--open:before {
	transform: rotate(135deg) translate(-50%)
}

.mm.mm--vertical ul ul li:last-child:after {
	content: none;
	display: none
}

:root {
	--mm-width: 85%;
	--mm-min-width: 280px;
	--mm-max-width: 440px
}

.mm-body--open {
	overflow-y: hidden;
	pointer-events: none
}

.mm {
	pointer-events: auto
}

.mm.mm--offcanvas {
	bottom: 0;
	left: 0;
	max-width: 440px;
	max-width: var(--mm-max-width);
	min-width: 280px;
	min-width: var(--mm-min-width);
	position: fixed;
	top: 0;
	transition: transform .3s ease 0s, bottom 0s ease 0s;
	width: 85%;
	width: var(--mm-width);
	z-index: 9995
}

.mm.mm--offcanvas:not(.mm--open) {
	bottom: 100%;
	transform: translateX(-100%);
	transition-delay: 0s, .6s
}

.mm-blocker {
	background: rgba(0, 0, 0, .2);
	bottom: 0;
	display: block;
	opacity: 0;
	pointer-events: auto;
	position: fixed;
	right: 0;
	top: 100%;
	transition-delay: 0s, .45s;
	transition-duration: .45s, 0s;
	transition-property: opacity, top;
	transition-timing-function: ease, linear;
	width: 100%;
	z-index: 9990
}

.mm-blocker.mm--open {
	max-width: calc(100% - 280px);
	max-width: calc(100% - var(--mm-min-width));
	min-width: calc(100% - 440px);
	min-width: calc(100% - var(--mm-max-width));
	opacity: 1;
	top: 0;
	transition-delay: .3s, 0s;
	width: 15%;
	width: calc(100% - var(--mm-width));
	z-index: 9999
}

.mm.mm--right {
	left: auto;
	right: 0
}

.mm.mm--right:not(.mm--open) {
	transform: translateX(100%)
}

.mm-blocker.mm--right {
	left: 0;
	right: auto
}

.mm {
	background: rgba(0, 0, 0, .975);
	border-left: 1px solid hsla(0, 0%, 100%, .3);
	color: #292929
}

.mm:after,
.mm:before {
	color: #fff;
	opacity: 1
}

.mm:after {
	box-shadow: none;
	font-size: 14px;
	letter-spacing: .15em;
	padding-right: 0;
	text-align: left;
	text-transform: uppercase;
	z-index: 3
}

.mm.mm--main:after,
.mm.mm--main:before {
	z-index: 1
}

.mm.mm--offcanvas {
	letter-spacing: .03em
}

.mm ul:after {
	content: none
}

.mm>ul {
	background-color: #fff
}

.mm span {
	padding-right: 36px
}

.mm-blocker {
	background: rgba(0, 0, 0, .5)
}

.theme__light .mm-blocker {
	background: hsla(0, 0%, 100%, .5)
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.mm-blocker {
		-webkit-backdrop-filter: blur(.2em);
		backdrop-filter: blur(.2em)
	}
}

#nav__hamburger {
	display: none
}

#nav__hamburger>a {
	padding: 14px 0
}

#nav__hamburger svg {
	display: block
}

@media(max-width:1023px) {
	#nav__hamburger {
		display: block
	}
}

@media(min-width:1024px) {
	#nav__mobile {
		display: none
	}
}

.nav__mobile_select_lang {
	display: none;
	padding: 0 16px;
	position: relative;
	text-align: right;
	z-index: 2
}

.mm--main .nav__mobile_select_lang {
	display: block
}

.nav__mobile_select_lang select {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #ebebeb;
	color: #ebebeb;
	display: inline-block;
	font-weight: 300;
	margin-top: 14px;
	outline: none
}

.mm>ul:before {
	background: linear-gradient(#000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	content: "";
	height: 1.5rem;
	left: 0;
	opacity: .25;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.mm ul.tab__item_models {
	padding-right: 0;
	position: static;
	width: 100%
}

.mm li.nav__m_item:after,
.mm li.nav__m_item:before,
.mm ul.tab__item_models li:before {
	content: none
}

.mm span.mdc-tab-indicator,
.mm span.mdc-tab__content {
	display: flex;
	padding: 0
}

.mm span.mdc-tab-indicator,
.mm span.mdc-tab__ripple {
	position: absolute
}

.mm span.expandable__header,
.mm span.mdc-tab-indicator__content,
.mm span.mdc-tab__ripple,
.mm span.mdc-tab__text-label {
	padding: 0
}

.mm .tab__panels_sub {
	margin-left: -16px;
	width: calc(100% + 32px)
}

.mm a.tab__item_model {
	display: flex
}

.mm .nav__link a:not(.mdc-button) {
	display: inline;
	padding: 0
}

.mm .nav__link .mdc-button {
	display: inline-flex;
	height: 40px;
	padding: 0 16px
}

.mm .nav__link .mdc-button.mdc-button--outlined {
	border-color: #292929;
	color: #292929
}

.mm .nav__link .mdc-button__label {
	font-size: 11px;
	letter-spacing: .175em
}

.mm .tab__item_txt :not(:first-child) {
	margin-top: 4px
}

.mm .tab__item_txt h4,
.mm .tab__item_txt h6,
.mm .tab__item_txt p {
	font-size: .875rem
}

.mm .tab__item_txt h3,
.mm .tab__item_txt h4 {
	font-weight: 700
}

.mm .tab__item_txt h3 {
	line-height: .9;
	text-indent: -.015em
}

.mm .tab__item_txt p:not(:last-of-type) {
	margin-bottom: 0
}

.mm .tab__item_txt span {
	padding: 0
}

.mm .nav__tiles {
	height: auto
}

.mm .nav__tiles ul {
	display: flex;
	height: auto;
	padding-right: 0;
	position: static;
	width: 100%
}

.mm .nav__tiles ul li {
	height: 0;
	padding-bottom: 50%
}

.mm .nav__tiles ul li:first-child figure {
	transition-delay: .6s
}

.mm .nav__tiles ul li:nth-child(2) figure {
	transition-delay: .625s
}

.mm .nav__tiles ul li:nth-child(3) figure {
	transition-delay: .65s
}

.mm .nav__tiles ul li:nth-child(4) figure {
	transition-delay: .675s
}

.mm .nav__tiles ul li:nth-child(5) figure {
	transition-delay: .7s
}

.mm .nav__tiles ul li:nth-child(6) figure {
	transition-delay: .725s
}

.mm .nav__tiles ul li:nth-child(7) figure {
	transition-delay: .75s
}

.mm .nav__tiles ul li:nth-child(8) figure {
	transition-delay: .775s
}

.mm .nav__tiles ul li:nth-child(9) figure {
	transition-delay: .8s
}

.mm .nav__tiles ul li:nth-child(10) figure {
	transition-delay: .825s
}

.mm .nav__tiles ul li:nth-child(11) figure {
	transition-delay: .85s
}

.mm .nav__tiles ul li:nth-child(12) figure {
	transition-delay: .875s
}

.mm .nav__tiles ul li:nth-child(13) figure {
	transition-delay: .9s
}

.mm .nav__tiles ul li:after,
.mm .nav__tiles ul li:before {
	content: none
}

@media only screen and (orientation:portrait) {
	.mm .nav__tiles ul li {
		width: 50%
	}
}

.mm .nav__tiles ul li a {
	padding: 0;
	position: absolute;
	width: 100%
}

.mm .nav__tiles figure {
	height: 100%
}

.mm .nav__tiles img {
	height: 100%;
	left: 50%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.mm .nav__tiles .nav__link {
	padding: 24px 8px
}

.mm .nav__tiles_item figcaption {
	font-size: 13px
}

.mm .mm--open>li>.nav__tiles figure {
	transform: scale(1.01)
}

.mm .nav__dealer_header {
	margin-bottom: 1rem
}

.mm .nav__dealer_header:before {
	content: none
}

.mm .nav__dealer_col:not(:first-child) {
	margin-top: 1.5rem
}

.mm .nav__dealer_col span {
	padding: 0
}

.mm .nav__link_wrp .nav__link {
	padding: 14px 0
}

@media(min-width:600px) {

	.mm .tab__panels_main,
	.mm .tab__panels_sub {
		margin-top: .5rem
	}

	.mm .tab__item_model {
		flex-flow: row wrap
	}

	.mm .tab__item_thumb {
		height: auto;
		padding-top: 0;
		width: 160px
	}

	.mm .tab__item_thumb img {
		position: static
	}

	.mm .tab__item_txt {
		padding-left: 16px;
		width: calc(100% - 160px)
	}
}

@media(max-width:599px) {

	.mm .tab__panels_main,
	.mm .tab__panels_sub {
		margin-top: 0
	}

	.mm .tab__item_thumb {
		width: 124px
	}

	.mm .tab__item_txt {
		padding-left: 12px;
		width: calc(100% - 124px)
	}
}

.nav__m_item section {
	padding: 8px 16px
}

.nav__m_item section.nav__m_item_intro {
	padding-top: 24px
}

.nav__m_item section.nav__m_item_intro p {
	line-height: 1.3
}

.nav__m_item_slant>div {
	padding-top: 16px
}

.nav__m_item_slant>div:not(:last-child) {
	padding-bottom: 16px
}

.nav__m_item_slant h4 {
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
	position: relative
}

.nav__m_item_slant h4:after {
	background-color: rgba(0, 0, 0, .15);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: calc(100% + 16px)
}

.nav__m_discover_lexus>li:after,
.nav__m_discover_lexus>li:before,
.nav__m_electrification>li:after,
.nav__m_electrification>li:before {
	content: none
}

.nav__m_discover_lexus .nav__tiles ul,
.nav__m_electrification .nav__tiles ul {
	background-color: #f5f5f5
}

.nav__m_map {
	margin-left: -16px;
	width: calc(100% + 32px)
}

.nav__m_map picture {
	background-color: #f5f5f5;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
	width: 100%
}

.nav__m_map img {
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(1.75)
}

.mm ul.nav__m_hva_ul {
	position: static
}

.nav__m_hva_ul li {
	display: none
}

.nav__m_hva_ul li:after,
.nav__m_hva_ul li:before {
	content: none
}

.nav__m_hva_ul a {
	padding-bottom: 12px;
	padding-top: 12px
}

.nav__hva_m_nav_dealers .show_on_nav_dealers,
.nav__hva_m_nav_models .show_on_nav_models,
.nav__hva_m_nav_svc_support .show_on_nav_svc_support {
	display: block
}

.nav__m_hva {
	box-shadow: 0 -1em .75em rgba(0, 0, 0, .025), 0 -1.25em 1em rgba(0, 0, 0, .025);
	margin-top: 2rem;
	padding: 8px 0
}

.nav__m_hva a {
	align-items: center;
	display: flex
}

.nav__m_hva p {
	margin-left: .75rem
}

.nav__m_hva svg {
	display: block;
	width: 36px
}

.mm .nav__dealer_col .nav__m_dealer_icons ul {
	display: flex;
	justify-content: space-around;
	padding-right: 0;
	position: static;
	width: 100%
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li:after,
.mm .nav__dealer_col .nav__m_dealer_icons ul li:before {
	content: none
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li a {
	padding-bottom: 8px;
	padding-top: 8px
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li span {
	align-items: center;
	display: flex;
	padding: 0
}

.mm .nav__dealer_col .nav__m_dealer_icons ul li span:before {
	display: block;
	margin-right: 8px
}

#hva,
#nav__mobile .hide_on_mobile_menu {
	display: none
}

#hva {
	background-color: rgba(41, 41, 41, .85);
	border-top: 1px solid hsla(0, 0%, 100%, .075);
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	text-align: center;
	visibility: hidden;
	width: 100vw;
	z-index: 100
}

#hva.headroom--unpinned {
	transform: translate3d(0, 100%, 0)
}

#hva ul {
	display: flex;
	justify-content: center;
	list-style-type: none;
	padding: 0
}

#hva li {
	display: none
}

#hva li.liveagent-cta,
.pg__index #hva li.show_on_index {
	display: block
}

.pg__index #hva li.hide_on_hva_index {
	display: none
}

.pg__mlp #hva li.show_on_mlp {
	display: block
}

.pg__mlp #hva li.hide_on_hva_mlp {
	display: none
}

.pg__model #hva li.show_on_model {
	display: block
}

.pg__model #hva li.hide_on_hva_model {
	display: none
}

#hva a {
	color: #fff;
	display: block;
	padding: 10px 0
}

#hva.bg__light {
	background-color: hsla(0, 0%, 100%, .95);
	border-top-color: rgba(0, 0, 0, .075)
}

#hva.bg__light a {
	color: #000
}

#hva svg {
	display: block;
	height: 30px;
	margin: 0 auto 8px
}

#hva h6 {
	line-height: 14px
}

#hva .lp__cta_wrapper>div {
	padding: 10px 0
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	#hva {
		-webkit-backdrop-filter: blur(.3em);
		backdrop-filter: blur(.3em);
		background-color: rgba(41, 41, 41, .75)
	}

	#hva.bg__light {
		background-color: hsla(0, 0%, 100%, .75)
	}
}

@media(max-width:1023px) {
	#hva {
		display: block;
		visibility: visible
	}
}

@media(max-width:599px) {
	#hva ul li {
		width: 32.5vw
	}
}

@media(max-width:599px)and (orientation:landscape) {
	#hva svg {
		height: 24px
	}

	#hva a {
		padding-bottom: 8px;
		padding-top: 8px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	#hva ul li {
		width: 25vw
	}
}

@media(min-width:600px)and (max-width:1023px)and (orientation:landscape) {
	#hva svg {
		height: 24px
	}

	#hva a {
		padding-bottom: 8px;
		padding-top: 8px
	}
}

.theme__light #hva {
	background-color: hsla(0, 0%, 100%, .95);
	border-top-color: rgba(0, 0, 0, .075)
}

.theme__light #hva a {
	color: #000
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.theme__light #hva {
		background-color: hsla(0, 0%, 100%, .75)
	}
}

.choices {
	font-size: 1rem;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative
}

.choices:focus {
	outline: none
}

.choices:last-child {
	margin-bottom: 0
}

.choices.is-open {
	overflow: visible;
	overflow: initial
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: #eaeaea;
	cursor: not-allowed;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.choices.is-disabled .choices__item {
	cursor: not-allowed
}

.choices [hidden] {
	display: none !important
}

.choices[data-type*=select-one] {
	cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
	background-color: #fff;
	border-bottom: 1px solid #d7d7d7;
	display: block;
	margin: 0;
	padding: 10px;
	width: 100%
}

.choices[data-type*=select-one] .choices__button {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
	background-size: 8px;
	border-radius: 10em;
	height: 20px;
	margin-right: 25px;
	margin-top: -10px;
	opacity: .25;
	padding: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 20px
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
	opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
	box-shadow: 0 0 0 2px #ebebeb
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
	display: none
}

.choices[data-type*=select-one]:after {
	border: 5px solid transparent;
	border-top-color: #292929;
	content: "";
	height: 0;
	margin-top: -2.5px;
	position: absolute;
	right: 11.5px;
	top: 50%;
	width: 0
}

.choices[data-type*=select-one].is-open:after {
	border-color: transparent transparent #292929;
	margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
	left: 11.5px;
	right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
	left: 0;
	margin-left: 25px;
	margin-right: 0;
	right: auto
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
	cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
	background-size: 8px;
	border-left: 1px solid #d2d2d2;
	border-radius: 0;
	display: inline-block;
	line-height: 1;
	margin: 0 -4px 0 8px;
	opacity: .75;
	padding-left: 16px;
	position: relative;
	width: 8px
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
	opacity: 1
}

.choices__inner {
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	display: inline-block;
	font-size: 1rem;
	min-height: 44px;
	overflow: hidden;
	padding: 7.5px 7.5px 3.75px;
	vertical-align: top;
	width: 100%
}

.is-focused .choices__inner,
.is-open .choices__inner {
	border-color: #b1b1b1
}

.is-open .choices__inner {
	border-radius: 5px 5px 0 0
}

.is-flipped.is-open .choices__inner {
	border-radius: 0 0 5px 5px
}

.choices__list {
	list-style: none;
	margin: 0;
	padding-left: 0
}

.choices__list--single {
	display: inline-block;
	padding: 4px 16px 4px 4px;
	width: 100%
}

[dir=rtl] .choices__list--single {
	padding-left: 16px;
	padding-right: 4px
}

.choices__list--single .choices__item {
	width: 100%
}

.choices__list--multiple {
	display: inline
}

.choices__list--multiple .choices__item {
	background-color: #ebebeb;
	border: 1px solid #dedede;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: .667rem;
	font-weight: 500;
	margin-bottom: 3.75px;
	margin-right: 3.75px;
	padding: 4px 10px;
	vertical-align: middle;
	word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
	padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
	margin-left: 3.75px;
	margin-right: 0
}

.choices__list--multiple .choices__item.is-highlighted {
	background-color: #dedede;
	border: 1px solid #d2d2d2
}

.is-disabled .choices__list--multiple .choices__item {
	background-color: #aaa;
	border: 1px solid #919191
}

.choices__list--dropdown {
	background-color: #fff;
	border: 1px solid #d7d7d7;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin-top: -1px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 100%;
	will-change: visibility;
	word-break: break-all;
	z-index: 1
}

.choices__list--dropdown.is-active {
	visibility: visible
}

.is-open .choices__list--dropdown {
	border-color: #b1b1b1
}

.is-flipped .choices__list--dropdown {
	border-radius: .25rem .25rem 0 0;
	bottom: 100%;
	margin-bottom: -1px;
	margin-top: 0;
	top: auto
}

.choices__list--dropdown .choices__list {
	-webkit-overflow-scrolling: touch;
	max-height: 300px;
	overflow: auto;
	position: relative;
	will-change: scroll-position
}

.choices__list--dropdown .choices__item {
	font-size: 1rem;
	position: relative
}

[dir=rtl] .choices__list--dropdown .choices__item {
	text-align: right
}

@media(min-width:640px) {
	.choices__list--dropdown .choices__item--selectable {
		padding-right: 100px
	}

	.choices__list--dropdown .choices__item--selectable:after {
		content: attr(data-select-text);
		font-size: .667rem;
		opacity: 0;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%)
	}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable {
		padding-left: 100px;
		padding-right: 10px;
		text-align: right
	}

	[dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
		left: 10px;
		right: auto
	}
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
	opacity: .5
}

.choices__item {
	cursor: default
}

.choices__item--selectable {
	cursor: pointer
}

.choices__item--disabled {
	cursor: not-allowed;
	opacity: .5;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.choices__heading {
	border-bottom: 1px solid #f1f1f1;
	color: gray;
	font-size: .667rem;
	font-weight: 600;
	padding: 10px
}

.choices__button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	text-indent: -9999px
}

.choices__button:focus {
	outline: none
}

.choices__input {
	background-color: #fff;
	border: 0;
	border-radius: 0;
	display: inline-block;
	font-size: 1rem;
	margin-bottom: 5px;
	max-width: 100%;
	padding: 4px 0 4px 2px;
	vertical-align: baseline
}

.choices__input:focus {
	outline: 0
}

[dir=rtl] .choices__input {
	padding-left: 0;
	padding-right: 2px
}

.choices__placeholder {
	opacity: .5
}

.choices {
	margin: 0
}

.choices__inner {
	background-color: #fff;
	border: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	line-height: 49px;
	min-height: 49px;
	padding: 0;
	transition: border-bottom-color .2s
}

.choices__inner:hover {
	border-bottom-color: #292929
}

.is-open .choices__inner {
	border-radius: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.is-flipped.is-open .choices__inner {
	border-radius: 0
}

.choices.is-open .choices__inner {
	box-shadow: none
}

.choices[data-type*=select-one]:after {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-down.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 24px auto;
	border: 0;
	height: 28px;
	margin-top: -14px;
	opacity: .8;
	pointer-events: none;
	right: 0;
	transform: rotate(0);
	transition: transform .2s;
	width: 32px
}

.choices[data-type*=select-one].is-open:after {
	margin-top: -14px;
	transform: rotate(180deg)
}

.choices[data-type*=select-one] .choices__inner {
	padding-bottom: 0
}

.choices[data-type*=select-one] .choices__button {
	display: none;
	pointer-events: none;
	visibility: hidden
}

.choices[data-type*=select-multiple] .choices__button {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
	border-left: 0
}

.choices__list--single {
	padding: 0 45px 0 0;
	vertical-align: top
}

.choices__list--multiple {
	display: inline-flex;
	flex-flow: row wrap
}

.choices__list--multiple~.choices__input {
	bottom: 6px;
	position: absolute
}

.choices__list--multiple:not(:empty)+.choices__input {
	font-size: 0;
	opacity: 0
}

.choices__list--multiple .choices__item {
	background-color: #fff;
	border-color: #292929;
	color: #292929;
	font-size: 1rem;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 6px;
	margin-right: 6px
}

.choices__list--dropdown {
	border-radius: 0 0 5px 5px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	margin-top: -2px;
	word-break: normal;
	z-index: 306
}

.choices__list--dropdown .choices__list {
	max-height: 200px
}

html.desktop .choices__list--dropdown .choices__list {
	-ms-overflow-style: -ms-autohiding-scrollbar
}

html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar {
	width: 6px
}

html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .05)
}

html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
	background: linear-gradient(rgba(41, 41, 41, .8), #292929 50%, rgba(41, 41, 41, .8))
}

html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:active,
html.desktop .choices__list--dropdown .choices__list::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

.choices__list--dropdown .choices__item {
	padding: 10px
}

.choices__list--dropdown .choices__item--selectable {
	transition: background-color .2s
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
	background-color: #ebebeb
}

.choices__list--dropdown .choices__item--selectable.choices__placeholder {
	display: none
}

.choices__item--choice {
	color: #292929
}

.choices__heading {
	font-weight: 300;
	letter-spacing: .0275em;
	padding-bottom: 8px;
	padding-top: 16px;
	text-transform: uppercase
}

.choices__input,
.choices__placeholder {
	font-style: italic
}

.choices__input {
	padding-left: 0
}

label+.choices {
	margin-top: 4px
}

.choices.is-disabled {
	pointer-events: none
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
	background-color: hsla(0, 0%, 100%, 0)
}

.choices--invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.choices--is-invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	display: block
}

.choices--invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg,
.choices--is-invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg {
	display: none
}

.choices--invalid .choices__inner,
.choices--is-invalid .choices__inner {
	border-bottom-color: #f44336
}

.choices--is-error~.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	display: none
}

.choices--is-error~.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg {
	display: block
}

.choices .choices__item.choices__placeholder>.choices__button {
	display: none
}

.choices.is-disabled:after {
	opacity: .3
}

.icon_circle,
[class^=icon_] {
	background-position: 50%;
	background-repeat: no-repeat
}

.icon_circle {
	background-color: #292929;
	background-size: auto 66%;
	border-radius: 50%;
	display: inline-block;
	height: 24px;
	vertical-align: top;
	width: 24px
}

.icon_expand {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-expand.svg);
	pointer-events: none
}

.icon_info {
	background-color: #b3b3b3;
	border-radius: 50%;
	cursor: help;
	display: inline-flex;
	height: .9rem;
	line-height: .9rem;
	margin-left: .25em;
	position: relative;
	transition: background .2s;
	width: .9rem
}

.icon_info:before {
	color: #fff;
	content: "i";
	font-size: .875rem;
	height: inherit;
	left: 0;
	letter-spacing: 1px;
	line-height: inherit;
	position: absolute;
	text-align: center;
	top: 0;
	width: inherit
}

.icon_calendar {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-calendar.svg);
	width: 19px
}

.icon_calendar,
.icon_search {
	display: inline-block;
	height: 20px
}

.icon_search {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-search.svg);
	width: 20px
}

.icon_versus {
	height: 28px;
	position: relative;
	width: 28px
}

.icon_versus:after,
.icon_versus:before {
	border-left: 1px solid #000;
	content: "";
	height: 36px;
	left: calc(50% - 1px);
	position: absolute;
	top: -4px
}

.icon_versus:before {
	transform: rotate(45deg)
}

.icon_versus:after {
	transform: rotate(-45deg)
}

.icon_tick {
	background-color: #000;
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-tick.svg);
	border-radius: 50%;
	display: inline-flex;
	height: .9rem;
	line-height: .9rem;
	position: relative;
	width: .9rem
}

.icon_facebook {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-facebook.svg)
}

.icon_instagram {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-instagram.svg)
}

.icon_twitter {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-twitter.svg)
}

.icon_whatsapp {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-whatsapp.svg)
}

.icon_youtube {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-youtube.svg)
}

[class^=i_hva_] {
	align-items: center;
	display: flex
}

[class^=i_hva_]:before {
	display: block;
	height: 30px;
	margin-right: 8px;
	width: auto
}

.i_hva__call:before {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-call.svg)
}

.i_hva__call-b:before {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-call-b.svg)
}

.i_hva__location:before {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-location.svg)
}

.i_hva__sms:before {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-sms.svg)
}

.i_hva__whatsapp-b:before {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-whatsapp-b.svg)
}

.i_inline_calendar {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-calendar.svg) no-repeat 0 .125em;
	background-size: 19px 20px;
	min-height: 20px
}

.i_inline_calendar,
.i_inline_location {
	display: inline-flex;
	padding-left: calc(19px + .6rem)
}

.i_inline_location {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-location.svg) no-repeat 0 0;
	background-size: 19px 25px;
	min-height: 25px
}

.cta__scroll {
	background: none !important;
	background-image: none !important;
	bottom: 2rem;
	color: #fff;
	height: 48px;
	margin-right: -2.5vh;
	opacity: 1;
	position: fixed;
	right: 50%;
	transition: opacity 1s;
	width: 48px;
	will-change: opacity;
	z-index: 50
}

.headroom--not-top~.cta__scroll,
.headroom--not-top~main .cta__scroll {
	opacity: 0;
	pointer-events: none
}

.cta__scroll svg {
	height: 100%;
	position: absolute;
	width: 100%
}

@media(orientation:portrait) {
	.cta__scroll {
		bottom: 97px;
		right: 7.5%
	}
}

.anim_mouse {
	animation: anim_mouse 2s cubic-bezier(.65, -.55, .25, 1.5) infinite;
	transform-origin: 50% 20px;
	will-change: transform, opacity
}

.anim_swipe {
	animation: anim_swipe 2s ease infinite;
	transform-origin: 50% 50%;
	will-change: transform
}

@keyframes anim_mouse {

	0%,
	20% {
		opacity: 1;
		transform: translate(0) scale(1)
	}

	to {
		opacity: 0;
		transform: translateY(25px) scaleY(2)
	}
}

@keyframes anim_swipe {

	15%,
	45% {
		transform: translateY(-8px)
	}

	0%,
	30%,
	to {
		transform: translate(0)
	}
}

.icon_link {
	background: none;
	border: 0;
	cursor: pointer;
	outline: none;
	position: relative
}

.icon_link>span {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	transition: background-image .3s, background-size .3s
}

.dpr-modified .icon_link>span {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

.icon_link.icon_link_reset {
	padding-left: 28px
}

.icon_link.icon_link_reset:before {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-refresh.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 18px;
	left: 0;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	transform: rotate(0deg);
	transform-origin: center center;
	transition: transform .15s ease-in;
	width: 18px
}

.icon_link:hover>span {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified .icon_link:hover>span {
	background-size: 100% 1pt
}

.icon_link:hover.icon_link_reset:before {
	transform: rotate(45deg)
}

.icon_link:active.icon_link_reset:before {
	transform: rotate(1turn)
}

.mdc-touch-target-wrapper {
	display: inline
}

.mdc-button {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-items: center;
	-webkit-appearance: none;
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-flex;
	font-family: Nobel, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: .0892857143em;
	line-height: 2.25rem;
	line-height: inherit;
	min-width: 64px;
	outline: none;
	overflow: visible;
	padding: 0 40px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	vertical-align: middle
}

.mdc-button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.mdc-button:active {
	outline: none
}

.mdc-button:hover {
	cursor: pointer
}

.mdc-button:disabled {
	background-color: transparent;
	color: rgba(0, 0, 0, .37);
	cursor: default;
	pointer-events: none
}

.mdc-button .mdc-button__ripple {
	border-radius: 4px
}

.mdc-button:not(:disabled) {
	background-color: transparent
}

.mdc-button .mdc-button__icon {
	display: inline-block;
	font-size: 18px;
	height: 18px;
	margin-left: 0;
	margin-right: 8px;
	vertical-align: top;
	width: 18px
}

.mdc-button .mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button .mdc-button__icon {
	margin-left: 8px;
	margin-right: 0
}

.mdc-button .mdc-button__touch {
	height: 48px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%)
}

.mdc-button:not(:disabled) {
	color: #1f3fcf;
	color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-button__label+.mdc-button__icon {
	margin-left: 8px;
	margin-right: 0
}

.mdc-button__label+.mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button__label+.mdc-button__icon {
	margin-left: 0;
	margin-right: 8px
}

svg.mdc-button__icon {
	fill: currentColor
}

.mdc-button--outlined .mdc-button__icon,
.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon {
	margin-left: -4px;
	margin-right: 8px
}

.mdc-button--outlined .mdc-button__icon[dir=rtl],
.mdc-button--outlined .mdc-button__label+.mdc-button__icon,
.mdc-button--raised .mdc-button__icon[dir=rtl],
.mdc-button--raised .mdc-button__label+.mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--outlined .mdc-button__icon,
[dir=rtl] .mdc-button--raised .mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__icon {
	margin-left: 8px;
	margin-right: -4px
}

.mdc-button--outlined .mdc-button__label+.mdc-button__icon[dir=rtl],
.mdc-button--raised .mdc-button__label+.mdc-button__icon[dir=rtl],
.mdc-button--unelevated .mdc-button__label+.mdc-button__icon[dir=rtl],
[dir=rtl] .mdc-button--outlined .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--raised .mdc-button__label+.mdc-button__icon,
[dir=rtl] .mdc-button--unelevated .mdc-button__label+.mdc-button__icon {
	margin-left: -4px;
	margin-right: 8px
}

.mdc-button--raised,
.mdc-button--unelevated {
	padding: 0 40px
}

.mdc-button--raised:disabled,
.mdc-button--unelevated:disabled {
	background-color: rgba(0, 0, 0, .12);
	color: rgba(0, 0, 0, .37)
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
	background-color: #1f3fcf
}

@supports not (-ms-ime-align:auto) {

	.mdc-button--raised:not(:disabled),
	.mdc-button--unelevated:not(:disabled) {
		background-color: #1f3fcf;
		background-color: var(--mdc-theme-primary, #1f3fcf)
	}
}

.mdc-button--raised:not(:disabled),
.mdc-button--unelevated:not(:disabled) {
	color: #1f3fcf;
	color: var(--mdc-theme-on-primary, #1f3fcf)
}

.mdc-button--raised {
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	transition: box-shadow .28s cubic-bezier(.4, 0, .2, 1)
}

.mdc-button--raised:focus,
.mdc-button--raised:hover {
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mdc-button--raised:active {
	box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.mdc-button--raised:disabled {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mdc-button--outlined {
	border-style: solid;
	border-width: 1px;
	padding: 0 39px
}

.mdc-button--outlined:disabled {
	border-color: rgba(0, 0, 0, .37)
}

.mdc-button--outlined .mdc-button__ripple {
	border: 1px solid transparent;
	left: -1px;
	top: -1px
}

.mdc-button--outlined:not(:disabled) {
	border-color: #1f3fcf;
	border-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-button--touch {
	margin-bottom: -1px;
	margin-top: -1px
}

@keyframes mdc-ripple-fg-radius-in {
	0% {
		animation-timing-function: cubic-bezier(.4, 0, .2, 1);
		transform: translate(0) scale(1);
		transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
	}

	to {
		transform: translate(0) scale(1);
		transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
	}
}

@keyframes mdc-ripple-fg-opacity-in {
	0% {
		animation-timing-function: linear;
		opacity: 0
	}

	to {
		opacity: 0;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
}

@keyframes mdc-ripple-fg-opacity-out {
	0% {
		animation-timing-function: linear;
		opacity: 0;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}

	to {
		opacity: 0
	}
}

.mdc-ripple-surface--test-edge-var-bug {
	--mdc-ripple-surface-test-edge-var: 1px solid #000;
	visibility: hidden
}

.mdc-ripple-surface--test-edge-var-bug:before {
	border: var(--mdc-ripple-surface-test-edge-var)
}

.mdc-button {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-button .mdc-button__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-button.mdc-ripple-upgraded--foreground-activation .mdc-button__ripple:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-button.mdc-ripple-upgraded--foreground-deactivation .mdc-button__ripple:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-button.mdc-ripple-upgraded .mdc-button__ripple:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-button .mdc-button__ripple:after,
.mdc-button .mdc-button__ripple:before {
	background-color: #1f3fcf
}

@supports not (-ms-ime-align:auto) {

	.mdc-button .mdc-button__ripple:after,
	.mdc-button .mdc-button__ripple:before {
		background-color: #1f3fcf;
		background-color: var(--mdc-theme-primary, #1f3fcf)
	}
}

.mdc-button:hover .mdc-button__ripple:before {
	opacity: .04
}

.mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
	transition: opacity .15s linear
}

.mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-button.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-button .mdc-button__ripple {
	box-sizing: content-box;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%
}

.mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
	left: 0;
	top: 0
}

.mdc-button--raised .mdc-button__ripple:after,
.mdc-button--raised .mdc-button__ripple:before,
.mdc-button--unelevated .mdc-button__ripple:after,
.mdc-button--unelevated .mdc-button__ripple:before {
	background-color: #1f3fcf
}

@supports not (-ms-ime-align:auto) {

	.mdc-button--raised .mdc-button__ripple:after,
	.mdc-button--raised .mdc-button__ripple:before,
	.mdc-button--unelevated .mdc-button__ripple:after,
	.mdc-button--unelevated .mdc-button__ripple:before {
		background-color: #1f3fcf;
		background-color: var(--mdc-theme-on-primary, #1f3fcf)
	}
}

.mdc-button--raised:hover .mdc-button__ripple:before,
.mdc-button--unelevated:hover .mdc-button__ripple:before {
	opacity: .04
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused .mdc-button__ripple:before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus .mdc-button__ripple:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple:after {
	transition: opacity .15s linear
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active .mdc-button__ripple:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-button {
	border-radius: 0;
	font-size: 14px;
	font-weight: 300;
	height: 50px;
	letter-spacing: .25em;
	overflow: hidden;
	transition: opacity .2s;
	white-space: nowrap
}

.mdc-button__label:before {
	content: "";
	display: block;
	height: calc(100% + 2px);
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: -1px;
	transform: skew(-30deg) translate3d(100%, 0, 0);
	width: 100%
}

.mdc-button__label:before,
.off_canvas .mdc-button__label:before,
.sec__bg_grad_light .mdc-button__label:before,
.sec__bg_white .mdc-button__label:before {
	background-color: hsla(0, 0%, 60%, .5)
}

.mdc-button:hover .mdc-button__label:before {
	animation: anim_button_hover .75s ease forwards
}

.mdc-button__link,
.mdc-button__remove {
	background: none;
	border: 0;
	cursor: pointer;
	outline: none
}

.mdc-button__link[disabled],
.mdc-button__remove[disabled] {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none
}

.mdc-button__link.invisible,
.mdc-button__remove.invisible {
	opacity: 0;
	visibility: hidden
}

.mdc-button__remove {
	color: #ccc;
	height: 50px;
	transition: color .3s
}

.mdc-button__remove span {
	display: block;
	font-size: 3em;
	font-weight: 100;
	line-height: 0;
	transform: scale(1);
	transform-origin: 50% 50%;
	transition: transform .2s ease-out
}

.mdc-button__remove:active,
.mdc-button__remove:hover {
	color: inherit
}

.mdc-button__remove:active span {
	transform: scale(.92)
}

.mdc-button__link {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	font-weight: 300;
	padding-left: 0;
	padding-right: 0;
	transition: background-image .3s, background-size .3s
}

.dpr-modified .mdc-button__link {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

.mdc-button__link:hover {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified .mdc-button__link:hover {
	background-size: 100% 1pt
}

.mdc-button.mdc-button--outlined {
	background-color: transparent;
	border-color: #fff;
	color: #fff
}

.off_canvas section:not(.sec__bg_black) .mdc-button.mdc-button--outlined,
.sec__bg_grad_grey .mdc-button.mdc-button--outlined,
.sec__bg_grad_light .mdc-button.mdc-button--outlined,
.sec__bg_gray_light .mdc-button.mdc-button--outlined,
.sec__bg_white .mdc-button.mdc-button--outlined {
	border-color: #292929;
	color: #292929
}

.sec__bg_black .mdc-button.mdc-button--outlined[target=_blank]:not(.no_icon):after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external-w.svg)
}

.mdc-button.mdc-button--unelevated:not(:disabled) {
	background-color: #000;
	color: #fff
}

.mdc-button.mdc-button--unelevated[target=_blank]:not(.no_icon):after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external-w.svg)
}

.mdc-button.is_disabled {
	pointer-events: none
}

.mdc-button.is_disabled.mdc-button--unelevated {
	opacity: .1
}

.mdc-button.is_disabled.mdc-button--outlined {
	opacity: .2
}

@media(min-width:600px)and (max-width:1023px) {

	.mdc-button,
	.mdc-button--outlined,
	.mdc-button--raised,
	.mdc-button--unelevated {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media(max-width:599px) {
	.mdc-button {
		font-size: 11px;
		height: 40px
	}

	.mdc-button,
	.mdc-button--outlined,
	.mdc-button--raised,
	.mdc-button--unelevated {
		padding-left: 16px;
		padding-right: 16px
	}
}

@keyframes anim_button_hover {
	0% {
		opacity: 0;
		transform: skew(-30deg) translate3d(100%, 0, 0);
		width: 100%
	}

	50% {
		opacity: 1;
		transform: skew(-30deg) translateZ(0);
		width: 300%
	}

	to {
		opacity: 0;
		transform: skew(-30deg) translate3d(-100%, 0, 0);
		width: 100%
	}
}

.liveagent_button_online {
	display: none
}

.liveagent_button_offline {
	opacity: .4
}

[lang=es] #header__top .mdc-button,
[lang=es] .list__explore_cont .mdc-button {
	padding-left: .5rem;
	padding-right: .5rem
}

[lang=es] #header__top .mdc-button .mdc-button__label,
[lang=es] .list__explore_cont .mdc-button .mdc-button__label {
	font-size: 11px;
	letter-spacing: .15em
}

@media(min-width:1024px)and (max-width:1279px) {
	[lang=es] #header__top .nav__mega .nav__dealer_cont.layout_grid .layout_grid_inner {
		grid-template-columns: auto
	}
}

.mdc-button--glow {
	margin-bottom: 50px;
	transition-delay: 0s !important
}

.mdc-button--glow.mdc-button {
	transition: opacity .2s, color .2s, background-color .2s, box-shadow .2s
}

.mdc-button--glow {
	border: 0;
	position: relative
}

.mdc-button--glow,
.mdc-button--glow .mdc-button__label {
	color: #fff
}

.mdc-button--glow:hover {
	-webkit-box-reflect: below 1px linear-gradient(transparent, hsla(0, 0%, 100%, .225));
	background-color: #fff;
	box-shadow: 0 0 5px hsla(0, 0%, 100%, .75), 0 0 20px hsla(0, 0%, 100%, .75), 0 0 40px hsla(0, 0%, 100%, .75), 0 0 160px hsla(0, 0%, 100%, .75);
	color: #000
}

.mdc-button--glow:hover .mdc-button__label {
	color: #000
}

.samsung-browser .mdc-button--glow:hover .mdc-button__label:after,
.samsung-browser .mdc-button--glow:hover .mdc-button__label:before,
.samsung-browser .mdc-button--glow:hover:after,
.samsung-browser .mdc-button--glow:hover:before {
	display: none
}

.mdc-button--glow:after,
.mdc-button--glow:before {
	content: "";
	display: block;
	position: absolute
}

.mdc-button--glow:before {
	animation: animate_cta_1 1s linear infinite;
	background: linear-gradient(90deg, transparent, #fff);
	height: 1px;
	left: 0;
	top: 0;
	width: 100%
}

.samsung-browser .mdc-button--glow:before {
	background: none;
	border-top: 1px solid #fff;
	height: 0
}

.mdc-button--glow:after {
	animation: animate_cta_2 1s linear infinite;
	animation-delay: .25s;
	background: linear-gradient(180deg, transparent, #fff);
	height: 100%;
	right: 0;
	top: -100%;
	width: 1px
}

.samsung-browser .mdc-button--glow:after {
	background: none;
	border-left: 1px solid #fff;
	width: 0
}

.mdc-button--glow:hover>span.mdc-button__label:after,
.mdc-button--glow:hover>span.mdc-button__label:before,
.mdc-button--glow>span.mdc-button__label:after,
.mdc-button--glow>span.mdc-button__label:before {
	content: "";
	display: block;
	position: absolute
}

.mdc-button--glow:hover>span.mdc-button__label:before,
.mdc-button--glow>span.mdc-button__label:before {
	animation: animate_cta_3 1s linear infinite;
	animation-delay: .5s;
	background: linear-gradient(270deg, transparent, #fff);
	bottom: 0;
	height: 1px;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
	transform: none;
	width: 100%
}

.samsung-browser .mdc-button--glow:hover>span.mdc-button__label:before,
.samsung-browser .mdc-button--glow>span.mdc-button__label:before {
	background: none;
	border-bottom: 1px solid #fff;
	height: 0
}

.mdc-button--glow:hover>span.mdc-button__label:after,
.mdc-button--glow>span.mdc-button__label:after {
	animation: animate_cta_4 1s linear infinite;
	animation-delay: .75s;
	background: linear-gradient(1turn, transparent, #fff);
	bottom: -100%;
	height: 100%;
	left: 0;
	width: 2px
}

.samsung-browser .mdc-button--glow:hover>span.mdc-button__label:after,
.samsung-browser .mdc-button--glow>span.mdc-button__label:after {
	background: none;
	border-left: 1px solid #fff;
	width: 0
}

.mdc-button--glow .mdc-button__label:before {
	content: none
}

@keyframes animate_cta_1 {
	0% {
		left: -100%
	}

	50%,
	to {
		left: 100%
	}
}

@keyframes animate_cta_2 {
	0% {
		top: -100%
	}

	50%,
	to {
		top: 100%
	}
}

@keyframes animate_cta_3 {
	0% {
		right: -100%
	}

	50%,
	to {
		right: 100%
	}
}

@keyframes animate_cta_4 {
	0% {
		bottom: -100%
	}

	50%,
	to {
		bottom: 100%
	}
}

.mdc-tab-bar {
	width: 100%
}

.mdc-tab {
	height: 44px
}

.mdc-tab--stacked {
	height: 72px
}

.mdc-tab-scroller {
	overflow-y: hidden
}

.mdc-tab-scroller.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-content {
	transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-scroller__test {
	height: 100px;
	overflow-x: scroll;
	position: absolute;
	top: -9999px;
	width: 100px
}

.mdc-tab-scroller__scroll-area {
	-webkit-overflow-scrolling: touch;
	display: flex;
	overflow-x: hidden
}

.mdc-tab-scroller__scroll-area::-webkit-scrollbar,
.mdc-tab-scroller__test::-webkit-scrollbar {
	display: none
}

.mdc-tab-scroller__scroll-area--scroll {
	overflow-x: scroll
}

.mdc-tab-scroller__scroll-content {
	display: flex;
	flex: 1 0 auto;
	position: relative;
	transform: none;
	will-change: transform
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
	justify-content: flex-start
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
	justify-content: flex-end
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
	justify-content: center
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
	-webkit-overflow-scrolling: auto
}

.mdc-tab-indicator {
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-color: #1f3fcf;
	border-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
	color: #fff;
	color: var(--mdc-theme-secondary, #fff)
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-top-width: 2px
}

.mdc-tab-indicator .mdc-tab-indicator__content--icon {
	font-size: 34px;
	height: 34px
}

.mdc-tab-indicator__content {
	opacity: 0;
	transform-origin: left
}

.mdc-tab-indicator__content--underline {
	align-self: flex-end;
	border-top-style: solid;
	box-sizing: border-box;
	width: 100%
}

.mdc-tab-indicator__content--icon {
	align-self: center;
	margin: 0 auto
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
	opacity: 1
}

.mdc-tab-indicator .mdc-tab-indicator__content {
	transition: transform .25s cubic-bezier(.4, 0, .2, 1)
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
	transition: none
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
	transition: opacity .15s linear
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
	transition-delay: .1s
}

.mdc-tab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	background: none;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex: 1 0 auto;
	font-family: Nobel, Arial, sans-serif;
	font-size: .875rem;
	font-weight: 500;
	justify-content: center;
	letter-spacing: .0892857143em;
	line-height: 2.25rem;
	margin: 0;
	outline: none;
	padding: 0 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	z-index: 1
}

.mdc-tab .mdc-tab__text-label {
	color: #000
}

.mdc-tab .mdc-tab__icon {
	fill: currentColor;
	color: #000
}

.mdc-tab::-moz-focus-inner {
	border: 0;
	padding: 0
}

.mdc-tab--min-width {
	flex: 0 1 auto
}

.mdc-tab__content {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	pointer-events: none;
	position: relative
}

.mdc-tab__text-label {
	display: inline-block;
	line-height: 1
}

.mdc-tab__icon,
.mdc-tab__text-label {
	transition: color .15s linear;
	z-index: 2
}

.mdc-tab__icon {
	font-size: 24px;
	height: 24px;
	width: 24px
}

.mdc-tab--stacked .mdc-tab__content {
	align-items: center;
	flex-direction: column;
	justify-content: center
}

.mdc-tab--stacked .mdc-tab__text-label {
	padding-bottom: 4px;
	padding-top: 6px
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	color: #1f3fcf;
	color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-tab--active .mdc-tab__icon {
	fill: currentColor
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	transition-delay: .1s
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
	padding-left: 8px;
	padding-right: 0
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label[dir=rtl],
[dir=rtl] .mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon+.mdc-tab__text-label {
	padding-left: 0;
	padding-right: 8px
}

.mdc-tab__ripple {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-tab__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-tab__ripple.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-tab__ripple.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-tab__ripple.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
	background-color: #1f3fcf
}

@supports not (-ms-ime-align:auto) {

	.mdc-tab__ripple:after,
	.mdc-tab__ripple:before {
		background-color: #1f3fcf;
		background-color: var(--mdc-theme-primary, #1f3fcf)
	}
}

.mdc-tab__ripple:hover:before {
	opacity: .04
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before,
.mdc-tab__ripple:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-tab__ripple:not(.mdc-ripple-upgraded):active:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-tab__ripple.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.tab__main.mdc-tab-bar {
	position: relative
}

.tab__main.mdc-tab-bar:before {
	background-color: #292929;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%
}

.tab__main .mdc-tab-scroller {
	height: inherit;
	scrollbar-color: transparent transparent
}

.tab__main .mdc-tab-scroller:after {
	clear: both;
	content: "";
	display: table
}

.mdc-tab {
	font-size: 1rem;
	font-weight: 300;
	text-transform: none
}

.mdc-tab__text-label {
	line-height: 1.15
}

.mdc-tab-bar .mdc-tab__text-label {
	background-color: transparent;
	background-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 100%, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	transition: background-image .3s, background-size .3s
}

.dpr-modified .mdc-tab-bar .mdc-tab__text-label {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

.mdc-tab-bar .mdc-tab:hover .mdc-tab__text-label {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified .mdc-tab-bar .mdc-tab:hover .mdc-tab__text-label {
	background-size: 100% 1pt
}

@media(max-width:599px) {
	.mdc-tab {
		font-size: .875rem
	}
}

@media(max-width:1023px) {
	.mdc-tab {
		padding: 0 16px
	}
}

@media(min-width:1024px) {
	.mdc-tab {
		flex: 0 1 auto;
		height: 54px;
		padding: 0 40px
	}
}

@media(min-width:1480px) {
	.tab__main .mdc-tab {
		padding: 0 60px
	}
}

@media(min-width:1024px) {
	.mdc-tab-scroller__scroll-content {
		flex: 0 1 auto;
		width: 100%
	}
}

.mdc-tab__ripple:hover:before {
	opacity: 0
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-color: #292929;
	border-top-width: 4px
}

.tab__sub .mdc-tab-indicator .mdc-tab-indicator__content--underline {
	display: none
}

.mdc-tab__ripple:after,
.mdc-tab__ripple:before {
	background-color: #292929
}

.mdc-tab__ripple:focus {
	outline: none
}

.mdc-tab__ripple.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: .08
}

.mdc-tab__ripple.mdc-ripple-upgraded--background-focused:before {
	opacity: 0
}

.mdc-tab--active .mdc-tab__icon,
.mdc-tab--active .mdc-tab__text-label {
	color: #292929
}

.mdc-tab--active .mdc-tab__text-label {
	font-weight: 700
}

.tab__sub .mdc-tab .mdc-tab__text-label {
	color: #292929
}

@media(max-width:599px) {
	.tab__panels_main {
		margin-top: 1.5rem
	}
}

@media(min-width:600px) {
	.tab__panels_main {
		margin-top: 2.5rem
	}
}

@media(max-width:1023px) {
	.tab__panels_sub {
		margin-top: 1rem
	}
}

@media(min-width:1024px) {
	.tab__panels_sub {
		margin-top: 1.5rem
	}
}

.tab__panel_main,
.tab__panel_sub {
	display: none
}

.panel--active,
.subpanel--active {
	display: block
}

.tab__item_txt h6 {
	font-style: italic
}

.tab__item_txt h6~p {
	font-size: .75rem
}

.tab__item_txt p:not(:last-of-type) {
	margin-bottom: 0
}

.tab__panels_vertical .mdc-tab {
	white-space: normal
}

.tab__panels_vertical .mdc-tab__text-label {
	text-align: left
}

.tab__panels_vertical .tab__panel_main.panel--active {
	display: flex
}

.tab__panels_vertical .tab__panel_main.panel--active .mdc-tab-bar {
	padding-right: 3rem;
	width: 240px
}

.tab__panels_vertical .tab__sub {
	margin-top: -16px
}

.tab__panels_vertical .tab__sub .mdc-tab {
	font-size: .875rem;
	height: auto;
	justify-content: flex-start;
	padding: 16px 0 16px 10px;
	text-transform: uppercase
}

.tab__panels_vertical .tab__sub .mdc-tab-scroller {
	margin-left: -10px
}

.tab__panels_vertical .tab__sub .mdc-tab-scroller__scroll-content {
	flex-flow: column wrap
}

.tab__panels_vertical .tab__panels_sub {
	margin-top: 0;
	width: calc(100% - 240px)
}

.tab__panels_vertical .mdc-tab-scroller__scroll-area--scroll {
	overflow-x: hidden
}

.is_light.mdc-tab-bar .mdc-tab__text-label {
	background-image: linear-gradient(270deg, transparent 0, transparent 50%, transparent)
}

.is_light .mdc-tab .mdc-tab__text-label,
.is_light .mdc-tab--active .mdc-tab__icon,
.is_light .mdc-tab--active .mdc-tab__text-label {
	color: #fff
}

.is_light.tab__main.mdc-tab-bar:before {
	background-color: #fff
}

.is_light .mdc-tab-indicator .mdc-tab-indicator__content--underline {
	border-color: #fff
}

.free_html p+.ol,
.free_html p+.ul,
.free_html p+ol,
.free_html p+ul {
	margin-top: .75rem
}

.free_html ul,
.ul {
	padding-left: 2rem
}

.free_html ul:not(:last-child),
.ul:not(:last-child) {
	margin-bottom: 1.5rem
}

.free_html ul:not(.no_margin) li,
.ul:not(.no_margin) li {
	margin-bottom: .25rem
}

.free_html ul li,
.ul li {
	position: relative
}

.free_html ul li:before,
.ul li:before {
	content: "•";
	left: -.75rem;
	position: absolute;
	top: 0
}

.free_html ol,
.ol {
	list-style-type: decimal;
	padding-left: 2rem
}

.free_html ol:not(:last-child),
.ol:not(:last-child) {
	margin-bottom: 1.5rem
}

.free_html ol:not(.no_margin) li,
.ol:not(.no_margin) li {
	margin-bottom: .25rem
}

dl:not(:first-child) {
	margin-top: .75rem
}

dl:not(:last-of-type) {
	margin-bottom: 1.5rem
}

dl>div {
	display: flex;
	flex-flow: row nowrap
}

dl dt {
	flex: 0 1 auto;
	width: 100%
}

dl dd {
	flex: 1 0 auto;
	margin-left: .75rem;
	min-width: 60%
}

.list__specs {
	display: flex;
	justify-content: space-between;
	margin-left: -.5rem;
	margin-right: -.5rem;
	width: calc(100% + 1rem)
}

.list__specs li {
	align-items: center;
	display: grid;
	grid-template-rows: 1fr auto;
	width: 33.3333333333%
}

.list__specs li:not(:last-child) {
	border: 0;
	-o-border-image: linear-gradient(rgba(41, 41, 41, 0), #292929, rgba(41, 41, 41, 0)) 1 100%;
	border-image: linear-gradient(rgba(41, 41, 41, 0), #292929, rgba(41, 41, 41, 0)) 1 100%;
	border-right: 1px solid
}

.sec__overview .list__specs li:not(:last-child) {
	-o-border-image: linear-gradient(hsla(0, 0%, 92%, 0), #ebebeb, hsla(0, 0%, 92%, 0)) 1 100%;
	border-image: linear-gradient(hsla(0, 0%, 92%, 0), #ebebeb, hsla(0, 0%, 92%, 0)) 1 100%
}

.list__specs h3,
.list__specs p {
	line-height: 1.1;
	text-align: center;
	width: 100%
}

.list__specs h3 {
	font-weight: 300
}

@media(max-width:599px) {
	.list__specs:not(:first-child):not(:last-child) {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem
	}

	.list__specs li {
		padding: 0 .5rem
	}

	.list__specs p:not(.txt_lead) {
		font-size: .875rem
	}

	.list__specs h3 {
		font-size: 1.25rem
	}

	.list__specs h3+p {
		margin-top: .75rem
	}
}

@media(min-width:600px) {
	.list__specs:not(:first-child):not(:last-child) {
		margin-bottom: 3rem;
		margin-top: 3rem
	}

	.list__specs li {
		padding: 0 .5rem 1.25rem
	}

	.list__specs h3+p {
		padding-top: 1rem
	}
}

@media(min-width:1024px) {
	.list__specs h3 {
		font-size: 1.667rem
	}
}

#footer {
	background-color: #fff;
	position: relative
}

#footer .sec__wrapper {
	z-index: auto
}

#footer,
#footer .choices__inner,
#footer .choices__list--dropdown .choices__item,
#footer h4 {
	font-size: 1rem
}

#footer * {
	color: #292929
}

#footer h4 {
	margin-bottom: .75rem
}

#footer .layout__cols.cols_2 {
	-moz-column-width: 148px;
	column-width: 148px;
	grid-template-columns: auto 1fr
}

@media(max-width:599px) {
	#footer .layout__cols.cols_2 {
		grid-template-columns: repeat(2, 1fr)
	}
}

#footer ul {
	list-style-type: none;
	padding: 0
}

#footer ul.inline {
	margin-bottom: .75rem
}

@media(max-width:599px) {
	#footer ul {
		padding-right: 2rem
	}
}

#footer a[target=_blank]:not(.external):not(.no_icon):after {
	display: none
}

#footer .choices__inner {
	border-bottom: 1px solid #292929;
	border-top: 1px solid #292929;
	line-height: 48px;
	min-height: 48px
}

#footer .choices__list--single {
	letter-spacing: .075em;
	text-align: center;
	text-transform: uppercase
}

#footer .choices__placeholder {
	font-style: normal;
	opacity: 1
}

#footer .choices__list--dropdown {
	box-shadow: none;
	text-align: left
}

.footer__wrp {
	padding-top: 3rem;
	position: relative
}

.footer__wrp:first-child {
	display: flex;
	flex-wrap: nowrap
}

.footer__wrp:last-child {
	padding-bottom: 3rem
}

@media(max-width:1023px) {
	.footer__wrp:first-child {
		flex-direction: column
	}

	.footer__wrp>div {
		width: 100%
	}
}

@media(min-width:1024px) {
	.footer__wrp:first-child {
		flex-direction: row;
		justify-content: space-between
	}

	.footer__wrp>div:first-child {
		flex-grow: 2
	}
}

@media(max-width:599px) {
	.footer__wrp {
		padding-left: 16px;
		padding-right: 16px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.footer__wrp {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media(min-width:1024px) {
	.footer__wrp {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.footer__main>div:not(:last-child) {
		padding-right: 10vw
	}
}

@media(min-width:600px) {
	.footer__main {
		display: flex
	}

	body.id .footer__main,
	body.in .footer__main {
		flex-flow: row wrap
	}

	.footer__main>div:first-child .layout__cols.cols_2 {
		-moz-column-count: 1;
		column-count: 1;
		grid-template-columns: 1fr
	}
}

@media(min-width:1024px) {
	.footer__main>div:not(:last-of-type) {
		padding-right: 4rem
	}
}

@media(max-width:599px) {
	.footer__aside .choices {
		margin-bottom: 1.5rem
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.footer__aside {
		display: flex
	}

	.footer__aside .choices {
		width: 40%
	}
}

@media(min-width:1024px) {
	.footer__aside {
		flex: 0 1 auto;
		margin-left: 1rem;
		text-align: right
	}

	body.id .footer__aside {
		flex: 0 1 40%
	}

	.footer__aside .choices {
		display: inline-block;
		margin-bottom: 2rem;
		min-width: 320px
	}
}

.footer__socials {
	line-height: 32px
}

.footer__socials>span {
	display: inline-block
}

.footer__socials .icon_circle {
	margin: 4px .25em 0
}

@media(min-width:600px)and (max-width:1023px) {
	.footer__socials {
		flex: 1 0 auto
	}
}

.footer__links {
	margin-bottom: 2rem
}

.footer__links li {
	margin-bottom: .75rem
}

.footer__copyright {
	position: relative
}

.footer__copyright:before {
	background-color: #d7d7d7;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: -1rem;
	width: 100%
}

.footer__copyright,
.footer__copyright p {
	font-size: .75rem
}

@media(min-width:600px) {
	.footer__copyright>div {
		display: flex
	}

	.footer__copyright>div .inline {
		margin-left: 2.5rem
	}
}

.footer__contact_det {
	display: none;
	flex: 1 0 100%;
	width: 100%
}

@media(max-width:1023px) {
	.footer__contact_det {
		margin-bottom: 3rem;
		margin-top: -1rem
	}
}

body.id .footer__contact_det,
body.in .footer__contact_det {
	display: block
}

.footer__contact_det p {
	line-height: 32px
}

body.id .footer__contact_det p:first-child {
	line-height: 1.45
}

.footer__contact_det .icon_contact {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: inline-block;
	height: 24px;
	margin: 4px .25em 0 .75em;
	vertical-align: top;
	width: 24px
}

.footer__contact_det .icon_phone {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-call-b.svg)
}

.footer__contact_det .icon_email {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-email-b.svg)
}

.footer__contact_det .icon_whatsapp {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-whatsapp-b.svg)
}

.footer__contact_txt~span {
	display: inline-block
}

@media(max-width:599px) {
	.footer__contact_txt~span .icon_contact {
		margin-left: 0
	}

	.footer__contact_txt+span {
		margin-left: .75em
	}
}

@media(min-width:1024px) {
	.nz #footer .footer__main>div:not(:last-of-type) {
		padding-right: 4rem
	}

	.nz #footer .footer__main>div .layout__cols.cols_2 {
		-moz-column-count: 1;
		column-count: 1;
		grid-template-columns: 1fr
	}
}

@media(min-width:600px) {
	html[lang=es] .ar #footer .layout__cols {
		-moz-column-count: 2;
		column-count: 2;
		display: block
	}
}

.expandable__wrp:not(:last-child) {
	margin-bottom: .75rem
}

.expandable__wrp.is_active .expandable__header:after {
	transform: rotate(180deg)
}

.expandable__wrp.is_active .expandable__cont {
	margin-top: .5rem
}

.expandable__header,
.mm .expandable__header {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	line-height: 1;
	pointer-events: all
}

.expandable__header:after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-down.svg);
	display: inline-block;
	margin-left: .25em;
	transform: rotate(0deg);
	transition: transform .2s;
	width: .88889rem
}

.sec__bg_black .expandable__header:after,
.sec__bg_grad_dark .expandable__header:after {
	filter: invert(1)
}

.expandable__cont {
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-in-out, margin .2s
}

.expandable__cont.expended {
	overflow: visible
}

.expandable_info__cont {
	font-size: .75rem;
	line-height: 1.3;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-in-out, margin .2s
}

@media(min-width:1024px) {
	.expandable_info__cont {
		font-size: .77778rem
	}
}

.expandable_info__header.is_active .icon_info {
	background-color: #363636
}

.expandable_info__header.is_active .expandable_info__cont {
	margin-top: .5rem
}

.mdc-dialog,
.mdc-dialog__scrim {
	align-items: center;
	box-sizing: border-box;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%
}

.mdc-dialog {
	display: none;
	z-index: 101
}

.mdc-dialog .mdc-dialog__surface {
	background-color: #fff;
	background-color: var(--mdc-theme-surface, #fff)
}

.mdc-dialog .mdc-dialog__scrim {
	background-color: hsla(0, 0%, 100%, .5)
}

.mdc-dialog .mdc-dialog__content,
.mdc-dialog .mdc-dialog__title {
	color: #292929
}

.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
	border-color: rgba(41, 41, 41, .2)
}

.mdc-dialog .mdc-dialog__surface {
	min-width: 280px
}

@media(max-width:832px) {
	.mdc-dialog .mdc-dialog__surface {
		max-width: calc(100vw - 32px)
	}
}

@media(min-width:832px) {
	.mdc-dialog .mdc-dialog__surface {
		max-width: 800px
	}
}

.mdc-dialog .mdc-dialog__surface {
	border-radius: 4px;
	max-height: calc(100% - 32px)
}

.mdc-dialog__scrim {
	opacity: 0;
	z-index: -1
}

.mdc-dialog__container {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	height: 100%;
	justify-content: space-around;
	opacity: 0;
	pointer-events: none;
	transform: scale(.8)
}

.mdc-dialog__surface {
	box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 0;
	flex-shrink: 0;
	max-height: 100%;
	max-width: 100%;
	overflow-y: auto;
	pointer-events: auto
}

.mdc-dialog[dir=rtl] .mdc-dialog__surface,
[dir=rtl] .mdc-dialog .mdc-dialog__surface {
	text-align: right
}

.mdc-dialog__title {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	display: block;
	flex-shrink: 0;
	font-family: Nobel, Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: .0125em;
	line-height: normal;
	line-height: 2rem;
	margin: 0;
	padding: 0 24px 24px;
	position: relative;
	text-decoration: inherit;
	text-transform: inherit
}

.mdc-dialog__title:before {
	content: "";
	display: inline-block;
	height: 40px;
	vertical-align: 0;
	width: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__title,
[dir=rtl] .mdc-dialog .mdc-dialog__title {
	text-align: right
}

.mdc-dialog--scrollable .mdc-dialog__title {
	padding-bottom: 30px
}

.mdc-dialog__content {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
	flex-grow: 1;
	font-family: Nobel, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: .03125em;
	line-height: 1.5rem;
	margin: 0;
	overflow: auto;
	padding: 20px 24px;
	text-decoration: inherit;
	text-transform: inherit
}

.mdc-dialog__content>:first-child {
	margin-top: 0
}

.mdc-dialog__content>:last-child {
	margin-bottom: 0
}

.mdc-dialog__title+.mdc-dialog__content {
	padding-top: 0
}

.mdc-dialog--scrollable .mdc-dialog__content {
	padding-bottom: 8px;
	padding-top: 8px
}

.mdc-dialog__content .mdc-list:first-child:last-child {
	padding: 6px 0 0
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
	padding: 0
}

.mdc-dialog__actions {
	align-items: center;
	border-top: 1px solid transparent;
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	min-height: 52px;
	padding: 8px;
	position: relative
}

.mdc-dialog--stacked .mdc-dialog__actions {
	align-items: flex-end;
	flex-direction: column
}

.mdc-dialog__button {
	margin-left: 8px;
	margin-right: 0;
	max-width: 100%;
	text-align: right
}

.mdc-dialog__button[dir=rtl],
[dir=rtl] .mdc-dialog__button {
	margin-left: 0;
	margin-right: 8px
}

.mdc-dialog__button:first-child,
.mdc-dialog__button:first-child[dir=rtl],
[dir=rtl] .mdc-dialog__button:first-child {
	margin-left: 0;
	margin-right: 0
}

.mdc-dialog[dir=rtl] .mdc-dialog__button,
[dir=rtl] .mdc-dialog .mdc-dialog__button {
	text-align: left
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
	margin-top: 12px
}

.mdc-dialog--closing,
.mdc-dialog--open,
.mdc-dialog--opening {
	display: flex
}

.mdc-dialog--opening .mdc-dialog__scrim {
	transition: opacity .15s linear
}

.mdc-dialog--opening .mdc-dialog__container {
	transition: opacity 75ms linear, transform .15s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-dialog--closing .mdc-dialog__container,
.mdc-dialog--closing .mdc-dialog__scrim {
	transition: opacity 75ms linear
}

.mdc-dialog--closing .mdc-dialog__container {
	transform: scale(1)
}

.mdc-dialog--open .mdc-dialog__scrim {
	opacity: 1
}

.mdc-dialog--open .mdc-dialog__container {
	opacity: 1;
	transform: scale(1)
}

.mdc-dialog-scroll-lock {
	overflow: hidden
}

.mdc-dialog .mdc-dialog__surface {
	border-radius: 0;
	padding-bottom: 3rem;
	padding-top: 3rem;
	position: relative
}

@media(max-width:599px) {
	.mdc-dialog .mdc-dialog__surface {
		padding-bottom: 0
	}
}

@media(min-width:600px) {
	.mdc-dialog .mdc-dialog__surface {
		padding-right: 3rem
	}
}

.mdc-dialog__content,
.mdc-dialog__title {
	font-weight: 300
}

@media(max-width:599px) {

	.mdc-dialog__content,
	.mdc-dialog__title {
		padding-left: 1rem;
		padding-right: 1rem
	}
}

@media(min-width:600px) {

	.mdc-dialog__content,
	.mdc-dialog__title {
		padding-left: 2rem;
		padding-right: 2rem
	}
}

.mdc-dialog h2,
.mdc-dialog__title {
	font-size: 1.75rem;
	letter-spacing: .15em;
	line-height: 1.2
}

@media(min-width:600px) {

	.mdc-dialog h2,
	.mdc-dialog__title {
		font-size: 2.66667rem
	}
}

.mdc-dialog__title:before {
	content: none
}

@media(max-width:599px) {
	.mdc-dialog--scrollable .mdc-dialog__title {
		padding-bottom: 20px
	}
}

.mdc-dialog__content {
	line-height: 1.3
}

html.desktop .mdc-dialog__content {
	-ms-overflow-style: -ms-autohiding-scrollbar
}

html.desktop .mdc-dialog__content::-webkit-scrollbar {
	width: 6px
}

html.desktop .mdc-dialog__content::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .05)
}

html.desktop .mdc-dialog__content::-webkit-scrollbar-thumb {
	background: linear-gradient(rgba(41, 41, 41, .8), #292929 50%, rgba(41, 41, 41, .8))
}

html.desktop .mdc-dialog__content::-webkit-scrollbar-thumb:active,
html.desktop .mdc-dialog__content::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.mdc-dialog__scrim {
		-webkit-backdrop-filter: blur(.3em);
		backdrop-filter: blur(.3em)
	}
}

.mdc-dialog .mdc-button.mdc-button--outlined {
	border-color: #292929;
	color: #292929
}

.mdc-dialog__close {
	height: 44px;
	outline: none;
	position: absolute;
	width: 44px
}

.mdc-dialog__close:after,
.mdc-dialog__close:before {
	border-left: 1px solid #292929;
	content: "";
	height: 40px;
	left: calc(50% - 1px);
	position: absolute
}

.mdc-dialog__close:before {
	transform: rotate(45deg)
}

.mdc-dialog__close:after {
	transform: rotate(-45deg)
}

@media(max-width:599px) {
	.mdc-dialog__close {
		right: 0;
		top: 0
	}

	.mdc-dialog__close:after,
	.mdc-dialog__close:before {
		height: 32px;
		top: 6px
	}
}

@media(min-width:600px) {
	.mdc-dialog__close {
		right: .75rem;
		top: .75rem
	}

	.mdc-dialog__close:after,
	.mdc-dialog__close:before {
		height: 40px;
		top: 2px
	}
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__container {
	width: 100%
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__surface {
	height: calc(100% - 32px);
	min-width: calc(100% - 32px)
}

@media(min-width:1280px) {
	.mdc-dialog.dialog_fullscreen .mdc-dialog__surface {
		padding-left: 4rem
	}
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__content,
.mdc-dialog.dialog_fullscreen .mdc-dialog__title {
	margin: auto;
	max-width: 1280px;
	width: 100%
}

@media(min-width:1024px) {

	.mdc-dialog.dialog_fullscreen .mdc-dialog__content,
	.mdc-dialog.dialog_fullscreen .mdc-dialog__title {
		padding-left: 40px;
		padding-right: 40px
	}
}

.mdc-dialog.dialog_fullscreen .mdc-dialog__title+.mdc-dialog__content {
	padding-bottom: 1.5rem;
	padding-top: 1.5rem
}

@media(max-width:599px) {
	h2+.dialog__cont {
		margin-top: 2.5rem
	}
}

@media(min-width:600px) {
	h2+.dialog__cont {
		margin-top: 4rem
	}
}

.mdc-ripple-surface {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	overflow: hidden;
	position: relative
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-ripple-surface:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-ripple-surface.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-ripple-surface.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
	background-color: #000
}

.mdc-ripple-surface:hover:before {
	opacity: .04
}

.mdc-ripple-surface.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-ripple-surface:not(.mdc-ripple-upgraded):active:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-ripple-surface.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-ripple-surface:after,
.mdc-ripple-surface:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-ripple-surface.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded] {
	overflow: visible
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded]:before {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after,
.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:before {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-ripple-surface--primary:after,
.mdc-ripple-surface--primary:before {
	background-color: #1f3fcf
}

@supports not (-ms-ime-align:auto) {

	.mdc-ripple-surface--primary:after,
	.mdc-ripple-surface--primary:before {
		background-color: #1f3fcf;
		background-color: var(--mdc-theme-primary, #1f3fcf)
	}
}

.mdc-ripple-surface--primary:hover:before {
	opacity: .04
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-ripple-surface--accent:after,
.mdc-ripple-surface--accent:before {
	background-color: #fff
}

@supports not (-ms-ime-align:auto) {

	.mdc-ripple-surface--accent:after,
	.mdc-ripple-surface--accent:before {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff)
	}
}

.mdc-ripple-surface--accent:hover:before {
	opacity: .08
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused:before,
.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus:before {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active:after {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.24
}

.hide {
	display: none !important
}

.show-block {
	display: block !important
}

.opacity {
	opacity: 1;
	transition: opacity .25s
}

.opacity.opacity_0 {
	opacity: 0
}

.is_disabled {
	opacity: .35;
	pointer-events: none
}

@media(max-width:599px) {
	.show_on_sml_down {
		display: block !important
	}
}

@media(min-width:600px) {
	.show_on_sml_down {
		display: none !important
	}
}

@media(max-width:599px) {
	.show_on_sml_up {
		display: none !important
	}
}

@media(min-width:600px) {
	.show_on_sml_up {
		display: block !important
	}
}

@media(max-width:1023px) {
	.show_on_med_down {
		display: block !important
	}
}

@media(min-width:1024px) {
	.show_on_med_down {
		display: none !important
	}
}

@media(max-width:1023px) {
	.show_on_med_up {
		display: none !important
	}
}

@media(min-width:1024px) {
	.show_on_med_up {
		display: block !important
	}
}

.w_100 {
	width: 100%
}

@media(min-width:1280px) {
	.has_ext_padding_right {
		padding-right: 2rem
	}

	.has_ext_padding_left {
		padding-left: 2rem
	}
}

.no_padding_top {
	padding-top: 0
}

.no_padding_btm {
	padding-bottom: 0 !important
}

.no_padding_tb {
	padding-bottom: 0;
	padding-top: 0
}

ol.list__with_space>li+li,
ul.list__with_space>li+li {
	margin-top: .25rem
}

ol[type="1"] {
	list-style-type: decimal;
	margin-left: 0;
	padding-left: 1.25em
}

.mt_small {
	margin-top: .625rem
}

.mt_normal {
	margin-top: 1.25rem
}

.text_left {
	text-align: left
}

.text_center {
	text-align: center
}

.text_right {
	text-align: right
}

@media(min-width:600px) {
	.text_right_desktop {
		text-align: right
	}
}

[v-cloak] {
	opacity: 0;
	visibility: hidden
}

@media print {

	*,
	:after,
	:before,
	:first-letter,
	:first-line {
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: ""
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	img,
	tr {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}

	@page {
		margin: .75cm
	}

	#__tealiumGDPRecModal,
	#footer,
	#nav__desktop_main,
	#nav__desktop_top,
	#nav__hamburger,
	#nav__mobile,
	.header__cont:nth-child(2),
	.mm-blocker {
		display: none !important;
		visibility: hidden !important
	}

	#header__top,
	#header__top .logo_lexus {
		position: static !important
	}

	#header__top.headroom--unpinned,
	#header__top.is_hidden,
	.headroom {
		transform: none !important;
		transition: none !important
	}

	#header__top.headroom--unpinned,
	#header__top.headroom--unpinned .header__cont:first-child {
		height: 50px !important
	}

	.header__cont:first-child {
		border-bottom: 1px solid #000
	}

	main {
		overflow: hidden !important
	}

	.sec__hva ul li p,
	article a:not(.mdc-button):not(.no_txt_link) {
		background-image: none !important
	}

	.accordion__body,
	.expandable__cont,
	.expandable_info__cont {
		max-height: inherit
	}

	.expandable__cont,
	.expandable_info__cont {
		margin-top: .5rem
	}

	.accordion__header:before,
	.theme__light #header__top:before {
		content: none
	}
}

@media print and (color) {

	.icon_info,
	.sec__specifications table td:nth-child(2),
	.theme__light .sec__bg_white:before,
	table.table__specs td:nth-child(2) {
		color-adjust: exact;
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact
	}
}

@media(min-width:1024px) {
	main>article>.sec__first:not(.sec__masthead_inside).disable__generic_padding .layout_grid:first-child {
		padding-top: 40px
	}
}

@media(max-width:1023px) {
	main>article>.sec__first:not(.sec__masthead_inside).disable__generic_padding .layout_grid:first-child {
		padding-top: 16px
	}
}

section.disable__generic_padding .sec__wrapper {
	padding-bottom: 0;
	padding-top: 0
}

section.disable__generic_padding .layout_grid:first-child {
	padding-top: 0
}

@media(min-width:1024px) {

	.sec__bg_black+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_black+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_black+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_black+.sec__bg_white.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_white.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_white.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_white.disable__generic_padding .layout_grid:first-child {
		padding-top: 40px
	}
}

@media(max-width:1023px) {

	.sec__bg_black+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_black+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_black+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_black+.sec__bg_white.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_dark+.sec__bg_white.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_grad_light+.sec__bg_white.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_black.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_grad_dark.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_grad_light.disable__generic_padding .layout_grid:first-child,
	.sec__bg_white+.sec__bg_white.disable__generic_padding .layout_grid:first-child {
		padding-top: 16px
	}
}

.without_flag .iti__flag {
	display: none
}

.without_flag .iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 0
}

.iti.iti--container .iti__flag-box,
.without_flag .iti__flag-box {
	display: none
}

.sec__bg_grad_grey {
	background-color: #f5f5f5;
	background-image: linear-gradient(#ebebeb, hsla(0, 0%, 100%, .5) 6rem, hsla(0, 0%, 100%, 0) calc(100% - 6rem), #ebebeb)
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article .sec__bg_grad_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article .sec__bg_gray_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article .sec__bg_white a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0))
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article .sec__bg_grad_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article .sec__bg_gray_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article .sec__bg_white a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0))
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) .sec__bg_grad_dark_gray a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
	background-image: linear-gradient(270deg, hsla(0, 0%, 92%, 0) 0, #ebebeb 50%, hsla(0, 0%, 92%, 0));
	color: inherit
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) .sec__bg_grad_dark_gray a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0))
}

a.link_download:not(.no_txt_link),
a[download]:not(.no_txt_link) {
	margin-left: 1.5em;
	position: relative
}

a.link_download:not(.no_txt_link):before,
a[download]:not(.no_txt_link):before {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-download.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	content: "";
	display: block;
	height: 1.5em;
	left: -1.5em;
	position: absolute;
	top: 0;
	width: 1.5em
}

a.link_download.download_all,
a[download].download_all {
	margin-left: 1.75em
}

a.link_download.download_all:before,
a[download].download_all:before {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-download-all.svg) no-repeat 0;
	height: 100%;
	left: -1.75em
}

.sec__bg_grad_dark a[target=_blank]:not(.no_icon):after,
.sec__bg_grad_gray a[target=_blank]:not(.no_icon):after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external-w.svg)
}

a.no_txt_link img {
	transform: scale(1);
	transition: transform .25s
}

a.no_txt_link:hover img {
	transform: scale(1.06)
}

.link_back_to {
	display: inline-flex;
	margin-left: calc(.66667rem + 6px);
	position: relative
}

header .link_back_to {
	margin-bottom: 2rem
}

.link_back_to:before {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-next-b.svg) no-repeat 0;
	background-size: 100%;
	content: "";
	height: 100%;
	left: calc(-.66667rem - 6px);
	position: absolute;
	top: 0;
	transform: rotate(180deg);
	width: .66667rem
}

header h1+p {
	margin-top: 1rem
}

@media(min-width:1024px) {
	header h1 {
		font-size: 2.667rem
	}
}

.sec__header h2,
.sec__header h3 {
	scroll-margin-top: 50px
}

.sec__header h2+h4,
.sec__header h3+h4 {
	margin-top: 2rem
}

.sec__header h2~p,
.sec__header h3~p {
	margin-top: 1rem
}

.sec__header+.layout_grid,
.sec__header+.sec__cont {
	padding-top: 0
}

.sec__subheader {
	margin-bottom: 2rem
}

.sec__subheader h3 {
	font-size: 1.5rem
}

@media(min-width:1024px) {
	.sec__subheader h3 {
		font-size: 1.66667rem
	}
}

.sec__subheader h3+h4 {
	margin-top: .75rem
}

@media(max-width:599px) {
	.sec__subheader {
		margin-bottom: 1.5rem
	}
}

.link_img img,
.link_video img {
	pointer-events: none;
	transform: scale(1);
	will-change: transform
}

.link_img img.lazy,
.link_video img.lazy {
	transition: opacity .5s, transform .5s
}

.link_img:hover picture:after,
.link_video:hover picture:after {
	opacity: .75
}

.link_img:hover img,
.link_video:hover img {
	transform: scale(1.015)
}

.link_img {
	cursor: zoom-in
}

.link_video {
	cursor: pointer
}

.link_video picture:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 1.667rem 0 1.667rem 2.444rem;
	content: "";
	height: 0;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .25s;
	width: 0
}

.picture_full_screen {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%
}

.picture_full_screen:after {
	background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	content: "";
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%
}

.picture_full_screen img {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.has_aspect_ratio {
	height: 0;
	overflow: hidden;
	position: relative
}

.has_aspect_ratio iframe,
.has_aspect_ratio img {
	left: 0;
	position: absolute;
	top: 0
}

.has_aspect_ratio iframe {
	border: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	width: 100%
}

.ar__2_1 {
	padding-bottom: 50%
}

.ar__16_9 {
	padding-bottom: 56.25%
}

.ar__9_16 {
	padding-bottom: 180%
}

.ar__16_10 {
	padding-bottom: 62.5%
}

.ar__3_2 {
	padding-bottom: 66.66667%
}

.ar__4_3 {
	padding-bottom: 75%
}

.ar__1_1 {
	padding-bottom: 100%
}

.ar__3_4 {
	padding-bottom: 133.33333%
}

.ar__car_thumb {
	overflow: visible;
	padding-bottom: 39.5%
}

.layout_flex {
	display: flex
}

.layout_flex.align_bottom {
	align-items: flex-end;
	height: 100%
}

.layout_flex.justify_center {
	justify-content: center
}

.layout_flex.justify_between {
	justify-content: space-between
}

.layout_flex.justify_right {
	justify-content: flex-end
}

.layout_flex.vertical_space_btwn {
	align-content: space-between;
	flex-flow: row wrap;
	justify-content: space-between;
	min-height: 100%
}

@media(max-width:599px) {

	.layout_flex.justify_between,
	.layout_flex.justify_center {
		flex-flow: column wrap
	}

	.layout_flex.justify_between>:not(:first-child),
	.layout_flex.justify_center>:not(:first-child) {
		margin-top: 1.5rem
	}

	.layout_flex.justify_center {
		align-items: center
	}
}

.sec__wrapper {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
	z-index: 1
}

.sec__wrapper.no_padding_top {
	padding-top: 0
}

@media(min-width:1024px) {


	.sec__hva .sec__wrapper {
		padding-top: 40px
	}
}



.iframe__wrapper {
	position: relative
}

.iframe__wrapper iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.iframe__wrapper.iframe__wrapper_yt:after {
	background-color: #000;
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity .25s;
	width: 100%
}

.iframe__wrapper.iframe__wrapper_yt.is_ended:after,
.iframe__wrapper.iframe__wrapper_yt.is_paused:after {
	opacity: 1;
	pointer-events: all
}

.iframe__wrapper.iframe__wrapper_yt.is_ended:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNDM3LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA0MzcuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTIyNy4xIDQzNy4xaC04LjVDOTggNDM3LjEgMCAzMzkuMSAwIDIxOC41IDAgOTggOTggMCAyMTguNSAwYzExNy42IDAgMjEzLjkgOTMuNCAyMTguNCAyMTBINTEyTDM4MC4xIDM2MC44IDI0OC4yIDIxMGg3NC42Yy00LjQtNTMuNy00OS40LTk2LTEwNC4yLTk2LTU3LjcgMC0xMDQuNiA0Ni45LTEwNC42IDEwNC41UzE2MC45IDMyMyAyMTguNSAzMjNoOC41djExNC4xem0tOC42LTQyMGMtMTExLjEgMC0yMDEuNCA5MC40LTIwMS40IDIwMS40IDAgMTA4LjIgODUuOCAxOTYuOCAxOTIuOSAyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM0M5Ni45IDE1MS41IDE1MS41IDk3IDIxOC41IDk3YzY3LjEgMCAxMjEuNiA1NC42IDEyMS42IDEyMS42djguNWgtNTQuM0wzODAgMzM0LjhsOTQuMi0xMDcuN2gtNTQuM3YtOC41Yy4xLTExMS4xLTkwLjMtMjAxLjUtMjAxLjQtMjAxLjV6Ii8+PC9zdmc+);
	background-size: 64px
}

.iframe__wrapper.iframe__wrapper_yt.is_paused:after {
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
	background-size: 44px;
	transition-delay: .5s
}

.lcpo_img+.tile__cont,
.media_lightbox_min+.tile__cont,
picture+.tile__cont {
	padding-top: 1.25rem
}

.tile__cont h4 {
	margin-bottom: .75rem
}

@media(max-width:599px) {
	.tile__cont {
		margin-bottom: 1rem
	}
}

.sec__has_bg {
	position: relative
}

.sec__has_bg:before {
	content: "";
	height: 100%;
	left: 50%;
	opacity: var(--opacity);
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100vw + 2px)
}

.sec__has_bg .sec__cont {
	position: relative
}

.sec__bg_black:before {
	background-color: #000
}

.sec__bg_grad_black:before {
	background-image: linear-gradient(#000, #292929 75%)
}

.sec__bg_grad_dark:before {
	background-image: linear-gradient(#000, #444)
}

.sec__bg_gray_light:before {
	background-color: #f5f5f5;
	background-image: linear-gradient(#ebebeb, hsla(0, 0%, 100%, .5) 6rem, hsla(0, 0%, 100%, 0) calc(100% - 6rem), #ebebeb)
}

.sec__bg_grad_gray:before {
	background-image: linear-gradient(#898989, #898989 calc(100% - 6rem), #757575)
}

.sec__bg_grad_light:before {
	background-color: #fff;
	background-image: linear-gradient(hsla(0, 0%, 100%, 0) calc(100% - 6rem), #f5f5f5)
}

.sec__bg_grad_dark_gray:before {
	background-color: #ccc;
	background-image: linear-gradient(#ccc, #959595)
}

.sec__bg_grad_dark_gray * {
	color: #fff
}

.sec__bg_grad_light *,
.sec__bg_gray_light *,
.sec__bg_white * {
	color: #292929
}

.sec__bg_grad_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_gray_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_white .mdc-button--unelevated:not(:disabled) .mdc-button__label {
	color: #fff
}

.sec__bg_white:before {
	background-color: #fff
}

.sec__bg_white.sec__keep_me_informed:before {
	background-image: linear-gradient(hsla(0, 0%, 100%, 0) calc(100% - 6rem), #f5f5f5)
}

.sec__parallax {
	perspective: 250;
	perspective-origin: 50% 0;
}

@media(max-width:599px) {
	.sec__parallax {
		perspective-origin: 50% 100%
	}
}

.el__parallax {
	transform: scaleZ(1) translateY(var(--translateY));
	transition: opacity .5s, transform .5s;
}

.el__parallax_bg {
	transform: translateY(var(--translateY));
	transition: transform .25s
}

.el__shuffle {
	opacity: 0;
	transform: scale(.5);
	transition: opacity .75s, transform .75s cubic-bezier(.68, -.55, .265, 2)
}

.animated .el__shuffle {
	opacity: 1;
	transform: scale(1)
}

.footer__hero {
	height: 0;
	overflow: hidden;
	position: relative
}

.footer__hero picture {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%
}

@media(max-width:599px) {
	.footer__hero {
		padding-bottom: 116.667%
	}
}

@media(min-width:600px) {
	.footer__hero {
		padding-bottom: 33.33333%
	}
}

.sec__hva:not(.all_shown) ul li {
	display: none
}

.sec__hva ul li a {
	align-items: center;
	color: inherit;
	display: inline-flex
}

.sec__hva ul li a:hover p {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified .sec__hva ul li a:hover p {
	background-size: 100% 1pt
}

.sec__hva ul li svg {
	display: block
}

.sec__hva ul li p {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	margin-left: .75rem;
	transition: background-image .3s, background-size .3s
}

.dpr-modified .sec__hva ul li p {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

.sec__bg_black .sec__hva ul li p {
	background-image: linear-gradient(270deg, hsla(0, 0%, 92%, 0) 0, #ebebeb 50%, hsla(0, 0%, 92%, 0))
}

@media(max-width:599px) {
	.sec__hva ul {
		display: block;
		margin-left: -1rem;
		margin-right: -1rem
	}

	.sec__hva ul li a {
		padding: .75rem 1rem
	}

	.sec__hva ul li svg {
		width: 36px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__hva ul {
		display: flex;
		flex-flow: row wrap;
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}

	.sec__hva ul li {
		flex: 0 0 50%;
		width: 50%
	}

	.sec__hva ul li a {
		padding: .75rem 1.5rem
	}

	.sec__hva ul li svg {
		height: 40px
	}
}

@media(min-width:1024px) {
	.sec__hva ul {
		display: flex;
		justify-content: space-around;
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}

	.sec__hva ul li a {
		padding: .75rem 1.5rem
	}

	.sec__hva ul li svg {
		height: 40px;
		width: auto
	}
}

@media(max-width:599px) {
	.block__hva ul li {
		width: 50%
	}
}

.block__hva ul li a {
	align-items: center;
	color: inherit;
	display: flex;
	flex-direction: row
}

.block__hva ul li a:hover span {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified .block__hva ul li a:hover span {
	background-size: 100% 1pt
}

.block__hva ul li a>div {
	display: block
}

.block__hva ul li a>div:last-child {
	padding-left: .75rem
}

.block__hva ul li a[target=_blank]:not(.no_icon):after {
	display: none
}

.block__hva ul li a[target=_blank]:not(.no_icon)>div:last-child {
	display: inline-block;
	position: relative
}

.block__hva ul li a[target=_blank]:not(.no_icon)>div:last-child:after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external.svg);
	display: inline-block;
	margin-left: .35em;
	width: .75em
}

.block__hva ul li svg {
	display: block;
	height: 30px;
	width: 30px
}

@media(max-width:599px) {
	.block__hva ul li svg {
		height: 24px;
		width: 24px
	}
}

.block__hva ul li span {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	transition: background-image .3s, background-size .3s
}

.dpr-modified .block__hva ul li span {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

.svg__mask {
	height: 0;
	pointer-events: none;
	position: absolute;
	width: 0
}

.theme__light {
	background-color: #fff;
	color: #292929
}

.theme__light .nav__pageIndicator {
	border-left: 1px solid #292929
}

.cpl-no-gradient {
	transform: none !important
}

.cpl-no-gradient:after,
.cpl-no-gradient:before {
	display: none !important
}

.splash_mask,
.splash_mask_layer {
	bottom: 0;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0
}

.splash_mask {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/logo-lexus-mask.svg) no-repeat 50%;
	transform: scale(1) translateZ(0);
	transition: opacity 1.25s, transform 1.25s ease;
	z-index: 99999
}

.splash_mask.zoom_in {
	opacity: 0;
	pointer-events: none
}

@media(max-width:1023px) {
	.splash_mask {
		background-size: 275%
	}

	.splash_mask.zoom_in {
		transform: scale(100) translateZ(0)
	}
}

@media(min-width:1024px) {
	.splash_mask {
		background-size: 125%
	}

	.splash_mask.zoom_in {
		transform: scale(250) translateZ(0)
	}
}

.splash_mask_layer {
	background-color: #fff;
	transition: opacity 1s;
	z-index: 99998
}

.splash_mask_layer.fade_out {
	opacity: 0;
	pointer-events: none;
	transition-delay: 1.25s
}

.img_blurred {
	left: 50%;
	min-height: 100%;
	min-width: 100vw;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

@media(orientation:landscape) {
	.img_blurred {
		width: 100vw
	}
}

.img_blurred.lazy.loaded {
	opacity: .5
}

.sec__index,
.sec__index_explore {
	overflow: hidden
}

.sec__index {
	align-items: flex-end;
	display: flex;
	flex-flow: row wrap;
	position: relative
}

.sec__index .video__wrp,
.sec__index picture {
	box-shadow: 0 0 6em rgba(0, 0, 0, .75);
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transition: transform 1s ease;
	width: 100vw
}

.sec__index .video__wrp img,
.sec__index picture img {
	left: 50%;
	max-width: none;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.sec__index picture {
	z-index: 1
}

.sec__index .video__wrp {
	height: 75.038%;
	z-index: 2
}

.sec__index video {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.sec__index.animated .video__wrp,
.sec__index.animated picture {
	transform: scale(1)
}

.sec__index.animated .img_blurred {
	opacity: 0
}

@media(max-width:599px) {
	.sec__index {
		padding-bottom: 72px
	}

	.sec__index .video__wrp,
	.sec__index picture {
		transform: scale(.75)
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__index {
		padding-bottom: 72px
	}

	.sec__index .video__wrp,
	.sec__index picture {
		transform: scale(.75)
	}
}

@media(min-width:1024px)and (max-width:1279px) {

	.sec__index .video__wrp,
	.sec__index picture {
		transform: scale(.75)
	}
}

@media(min-width:1280px) {

	.sec__index .video__wrp,
	.sec__index picture {
		transform: scale(.6)
	}
}

@media(orientation:landscape) {
	.sec__index:before {
		background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
		content: "";
		height: 100%;
		left: 0;
		opacity: .6;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 75vw;
		z-index: 3
	}

	.sec__index .video__wrp,
	.sec__index picture {
		height: 100%;
		transform-origin: 50% 50%
	}
}

@media(orientation:portrait) {

	.sec__index .video__wrp,
	.sec__index picture {
		height: 0;
		padding-top: calc(100% + 2px);
		transform-origin: 50% 100%
	}

	.sec__index .video__wrp:after,
	.sec__index picture:after {
		background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
		bottom: -1px;
		content: "";
		height: 60%;
		left: 0;
		pointer-events: none;
		position: absolute;
		width: 100%;
		z-index: 3
	}

	.sec__index video {
		height: 100%
	}
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.index__media:before {
		-webkit-backdrop-filter: blur(1em);
		backdrop-filter: blur(1em);
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		transition: -webkit-backdrop-filter 1s;
		transition: backdrop-filter 1s;
		transition: backdrop-filter 1s, -webkit-backdrop-filter 1s;
		width: 100%;
		z-index: 1
	}

	.animated .index__media:before {
		-webkit-backdrop-filter: blur(0);
		backdrop-filter: blur(0)
	}
}

.pg__index .masthead__cont {
	align-content: flex-end;
	align-items: flex-end;
	display: flex;
	flex-flow: row wrap;
	height: 100vh;
	height: calc(var(--vh, 1vh)*100);
	left: 50%;
	max-width: 1280px;
	position: absolute;
	top: 0;
	transform: translate(-50%);
	width: 100%;
	z-index: 3
}

@media(min-width:1280px) {
	.pg__index .masthead__wrapper {
		bottom: 0;
		height: auto !important;
		top: auto !important
	}
}

.index__cont {
	position: relative;
	z-index: 5
}

.index__cont.sec__cont {
	padding-bottom: 3rem;
	padding-top: 15vh
}

@supports(align-content:flex-end) {
	.index__cont.sec__cont {
		align-content: flex-end;
		display: flex;
		flex-flow: row wrap;
		min-height: 60vh;
		padding-top: 0
	}
}

.index__cont h1,
.index__cont h5,
.index__cont p {
	width: 100%
}

@media(min-width:600px) {
	.index__cont h1 {
		white-space: nowrap
	}
}

.index__cont .mdc-button,
.index__cont h5,
.index__cont p {
	opacity: 0
}

.index__cont h5:not(:empty) {
	margin-bottom: 1.25rem
}

.index__cont p {
	font-size: 1.125rem
}

.index__cont p:not(:last-child) {
	margin-bottom: 1.5rem
}

@media(min-width:1024px) {
	.index__cont p {
		font-size: 1.222rem
	}
}

.index__cont>* {
	transform: translate(5rem);
	transition: opacity 1s, transform 1s
}

.index__cont .mdc-button {
	transition: opacity .2s, transform 1s
}

.index__cont:not(.animated) .mdc-button {
	pointer-events: none
}

.index__cont.animated>* {
	opacity: 1;
	transform: translate(0)
}

.index__cont.animated>:first-child {
	transition-delay: .2s
}

.index__cont.animated>:nth-child(2) {
	transition-delay: .4s
}

.index__cont.animated>:nth-child(3) {
	transition-delay: .6s
}

.index__cont.animated>:nth-child(4) {
	transition-delay: .8s
}

.index__cont.animated>:nth-child(5) {
	transition-delay: 1s
}

@media(max-width:599px) {
	.index__cont.sec__cont {
		padding-bottom: 32px
	}

	.index__cont h1 {
		margin-bottom: .5rem
	}

	.index__cont>* {
		transform: translate(2.5rem)
	}
}

@media(max-width:599px)and (orientation:portrait) {
	.index__cont h1 {
		font-size: 1.75rem
	}
}

@media(min-device-width:375px)and (min-device-height:812px)and (orientation:portrait) {
	.index__cont h1 {
		line-height: 1.3;
		margin-bottom: 1rem
	}

	.index__cont p:not(:last-child) {
		margin-bottom: 2.5rem
	}

	.index__cont.sec__cont {
		padding-bottom: 2.5rem
	}
}

@media(min-device-width:414px)and (min-device-height:896px)and (orientation:portrait) {
	.index__cont h1 {
		line-height: 1.3;
		margin-bottom: 1rem
	}

	.index__cont p:not(:last-child) {
		margin-bottom: 2.5rem
	}

	.index__cont.sec__cont {
		padding-bottom: 2.5rem
	}
}

@media(min-width:600px) {
	.index__cont h1 {
		margin-bottom: 1rem
	}

	.index__cont p:not(:last-child) {
		margin-bottom: 2.5rem
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.index__cont.sec__cont {
		width: 60vw
	}

	.index__cont h1 {
		font-size: 3.333rem
	}
}

@media(max-width:599px)and (orientation:landscape) {
	.index__cont.sec__cont {
		min-height: inherit;
		padding-bottom: 0;
		width: 60vw
	}

	.index__cont h1 {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: .5rem
	}

	.index__cont p {
		font-size: .9375rem
	}

	.index__cont p:not(:last-child) {
		margin-bottom: 1rem
	}
}

@media(min-width:600px)and (max-width:1023px)and (orientation:landscape) {
	.index__cont.sec__cont {
		min-height: inherit;
		padding-bottom: 0
	}

	.index__cont h1 {
		font-size: 2rem;
		line-height: 1;
		margin-bottom: .5rem
	}

	.index__cont p {
		font-size: .9375rem
	}

	.index__cont p:not(:last-child) {
		margin-bottom: 1rem
	}
}

@media(min-width:1024px)and (max-width:1279px) {
	.index__cont.sec__cont {
		width: 50vw
	}

	.index__cont h1 {
		font-size: 3.333rem
	}
}

@media(min-width:1280px)and (max-width:1479px) {
	.index__cont.sec__cont {
		padding-right: 0;
		width: 40vw
	}

	.index__cont h1 {
		font-size: 3.333rem;
		line-height: 1.1
	}
}

@media(min-width:1480px) {
	.index__cont.sec__cont {
		padding-right: 0;
		width: 40vw
	}

	.index__cont.sec__cont p {
		padding-right: 15%
	}

	.index__cont h1 {
		font-size: 4.444rem;
		line-height: 1.1
	}
}

@media(min-height:800px)and (orientation:landscape) {
	.index__cont.sec__cont {
		padding-bottom: 5rem
	}

	.index__cont p:not(:last-child) {
		margin-bottom: 3.5rem
	}
}

.sec__index_explore {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: relative
}

.sec__index_explore:after,
.sec__index_explore:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 100vw
}

.sec__index_explore:before {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/bg-pattern.svg);
	background-position: 50%;
	background-repeat: repeat;
	background-size: 22px auto;
	opacity: .1
}

.sec__index_explore:after {
	background-image: linear-gradient(#fff, hsla(0, 0%, 100%, .5) 50%, #fff)
}

.sec__index_explore,
.sec__index_explore * {
	color: #292929
}

.sec__index_explore .sec__cont {
	padding-bottom: 0;
	padding-top: 0;
	position: relative;
	z-index: 1
}

.sec__index_explore .panel--active,
.sec__index_explore .tab__item_txt,
.sec__index_explore .tab__main,
.sec__index_explore .tab__sub {
	opacity: 0;
	transition: opacity 1s
}

.sec__index_explore .tab__item_txt>div h6:not(:first-child),
.sec__index_explore .tab__item_txt>div p:not(:first-child) {
	margin-top: 6px
}

.sec__index_explore .tab__item_txt h6 {
	display: none;
	visibility: hidden
}

.sec__index_explore.animated .panel--active,
.sec__index_explore.animated .tab__item_txt,
.sec__index_explore.animated .tab__main,
.sec__index_explore.animated .tab__sub {
	opacity: 1
}

.sec__index_explore.animated .panel--active {
	transition-delay: .25s
}

.sec__index_explore .tab__panels_main {
	margin-top: 1rem
}

.sec__index_explore .tab__item_models>li {
	opacity: 0;
	transform: translateX(2.5em);
	transition: opacity .3s, transform .75s
}

.sec__index_explore .tab__item_models>li:first-child {
	transition-delay: .2s
}

.sec__index_explore .tab__item_models>li:nth-child(2) {
	transition-delay: .4s
}

.sec__index_explore .tab__item_models>li:nth-child(3) {
	transition-delay: .6s
}

.sec__index_explore .tab__item_models>li:nth-child(4) {
	transition-delay: .8s
}

.sec__index_explore .tab__item_models>li:nth-child(5) {
	transition-delay: 1s
}

.sec__index_explore .tab__item_models>li:nth-child(6) {
	transition-delay: 1.2s
}

.sec__index_explore .tab__item_models>li:nth-child(7) {
	transition-delay: 1.4s
}

.sec__index_explore .tab__item_models>li:nth-child(8) {
	transition-delay: 1.6s
}

.sec__index_explore .tab__item_models>li:nth-child(9) {
	transition-delay: 1.8s
}

.sec__index_explore .tab__item_models>li:nth-child(10) {
	transition-delay: 2s
}

.sec__index_explore .tab__item_models>li:nth-child(11) {
	transition-delay: 2.2s
}

.sec__index_explore .tab__item_models>li:nth-child(12) {
	transition-delay: 2.4s
}

.sec__index_explore .tab__item_models>li:nth-child(13) {
	transition-delay: 2.6s
}

.sec__index_explore .tab__item_models>li:nth-child(14) {
	transition-delay: 2.8s
}

.sec__index_explore .tab__item_models>li:nth-child(15) {
	transition-delay: 3s
}

.sec__index_explore .animate>.tab__item_models>li {
	opacity: 1;
	transform: translateX(0)
}

@media(max-width:599px) {
	.sec__index_explore {
		padding-bottom: 24px;
		padding-top: 24px
	}

	.sec__index_explore:before {
		background-size: 14px auto
	}

	.sec__index_explore .sec__cont:before {
		transform: scaleX(.75)
	}

	.sec__index_explore .tab__item_models>li {
		margin-bottom: 1.5rem;
		transform: translate(7.5vw)
	}

	.sec__index_explore .tab__item_txt {
		padding-left: 16px;
		width: calc(100% - 124px)
	}
}

@media(min-width:600px) {
	.sec__index_explore .tab__item_models {
		display: flex;
		flex-flow: row wrap;
		padding-left: 5%;
		transform: translateX(7.5em);
		transition: transform 1s
	}

	.sec__index_explore .tab__item_models>li {
		margin-bottom: 2rem;
		margin-left: -6.5%;
		width: 24%
	}

	.sec__index_explore .tab__item_models>li.is_wider {
		margin-left: -5.5%
	}

	.sec__index_explore .tab__item_models>li.is_wider+.is_wider {
		margin-left: -4.5%
	}

	.sec__index_explore.animated .tab__item_models {
		transform: translateX(0);
		transition-delay: .5s
	}

	.sec__index_explore .tab__item_txt {
		display: flex;
		flex-flow: row wrap;
		justify-content: center
	}

	.sec__index_explore .tab__item_txt h3 {
		flex: none
	}

	.sec__index_explore .tab__item_txt h3+div {
		flex: 1 0 0;
		padding-left: .5rem
	}

	.sec__index_explore .tab__item_txt h4,
	.sec__index_explore .tab__item_txt h4+div {
		width: 100%
	}

	.sec__index_explore .tab__item_txt h4+div {
		margin-top: 4px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__index_explore {
		padding-bottom: 30px;
		padding-top: 40px
	}

	.sec__index_explore .tab__item_txt {
		padding: 1rem calc(36px + .5rem + 5.5%) 0 6.5%
	}
}

@media(min-width:1024px)and (max-width:1279px) {
	.sec__index_explore {
		padding-bottom: 40px;
		padding-top: 60px
	}

	.sec__index_explore .tab__item_txt {
		padding: 1rem calc(40px + .5rem + 5.5%) 0 6.5%
	}
}

@media(min-width:1280px) {
	.sec__index_explore {
		padding-bottom: 48px;
		padding-top: 60px
	}

	.sec__index_explore .tab__item_txt {
		padding: 1rem calc(48px + .5rem + 5.5%) 0 6.5%
	}
}

@media(min-width:1280px)and (max-width:1479px) {
	.sec__index_explore .tab__item_txt h3 {
		font-size: 1.555rem
	}

	.sec__index_explore .tab__item_txt h3+div {
		padding-left: .4rem
	}
}

@media(min-width:1480px) {
	.sec__index_explore .tab__item_txt {
		padding-left: .75rem
	}
}

.sec__index_explore .button__wrp {
	margin-bottom: 1.5rem;
	margin-top: 2.5rem
}

.sec__index_explore .mdc-button.mdc-button--outlined {
	border-color: #292929
}

.tab__item_model {
	display: flex
}

@media(max-width:599px) {
	.tab__item_model {
		flex-flow: row wrap
	}
}

@media(min-width:600px) {
	.tab__item_model {
		flex-flow: column wrap
	}
}

.tab__item_thumb {
	transform: scale(1) translateZ(0);
	transform-origin: 50% 100%;
	transition: opacity .3s, transform .3s ease
}

.tab__item_model:hover .tab__item_thumb {
	transform: scale(1.04) translateZ(0)
}

@media(max-width:599px) {
	.tab__item_thumb {
		width: 124px
	}
}

@media(min-width:600px) {
	.tab__item_thumb {
		height: 0;
		padding-top: 60.25%;
		position: relative
	}

	.tab__item_thumb img {
		bottom: 0;
		left: 0;
		position: absolute
	}
}

.tab__item_txt *,
.tab__item_txt :not(:last-child) {
	margin-bottom: 0
}

.tab__item_txt h4,
.tab__item_txt h6,
.tab__item_txt p {
	font-size: .875rem
}

.tab__item_txt h3,
.tab__item_txt h4 {
	font-weight: 700;
	margin-top: 0
}

.tab__item_txt h3 {
	line-height: .9;
	text-indent: -.015em
}

.tab__item_txt h4 {
	line-height: 1.3
}

@media(min-width:1280px) {
	body:not(.pg__dealer) .masthead__wrapper {
		align-content: center;
		align-items: flex-end;
		display: flex;
		flex-flow: row wrap;
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
		left: 50%;
		max-width: 1280px;
		position: absolute;
		top: 0;
		transform: translate(-50%);
		width: 100%;
		z-index: 3
	}
}

.fa-external-link {
	display: none
}

.fa-external-link::before {
	content: none
}

#top nav .nav-wrapper i.fa-external-link {
	display: none !important;
}

#top nav .nav-wrapper i.fa-external-link::before {
	content: none !important;
}



body.ph #custom_dealer_text {
	display: none
}

body.ph .nav-dealer-dropdown>.row>div:last-child {
	display: none
}

@media only screen and (min-width:737px) {
	body.ph .payment-estimator .payment-estimator-options>li .circle {
		margin-top: 0;
		top: .75rem
	}
}

.accordion__body,
.accordion__header {
	position: relative
}

.accordion__header {
	cursor: pointer;
	font-weight: 700
}

.accordion__header:after,
.accordion__header:before {
	content: "";
	position: absolute
}

.accordion__header:before {
	background-image: linear-gradient(hsla(0, 0%, 75%, .175), hsla(0, 0%, 75%, 0));
	height: 100%;
	left: 0;
	opacity: 0;
	top: 0;
	transition: opacity .25s;
	width: 100%;
	z-index: -1
}

.accordion__header:hover:before {
	opacity: 1
}

.accordion__header:after {
	border-bottom: 1px solid #898989;
	border-right: 1px solid #898989;
	height: .667rem;
	transform: rotate(45deg);
	transition: transform .25s;
	width: .667rem
}

.accordion__desc {
	font-weight: 300
}

.accordion__body {
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out
}

.accordion__body:after,
.accordion__body:before {
	content: "";
	pointer-events: none;
	position: absolute
}

.accordion__body:before {
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	bottom: 0;
	height: 200px;
	left: 0;
	opacity: .075;
	width: 100%
}

.accordion__body:after {
	border-top: 1px solid #898989;
	top: 0
}

.accordion>li {
	border-bottom: 1px solid #898989
}

.accordion>li.is_active .accordion__header:after {
	transform: rotate(225deg) translate(-50%, -.3rem)
}

.accordion>li.is_disabled {
	pointer-events: none
}

.accordion>li.is_disabled .accordion__header {
	opacity: .2
}

@media(max-width:599px) {
	.accordion__header {
		padding: .75rem 2.5rem .75rem 1rem
	}

	.accordion__header:after {
		right: 1.2rem;
		top: .85rem
	}

	.accordion__body {
		padding: 0 1rem
	}

	.accordion__body:after {
		left: 1rem;
		width: calc(100% - 2rem)
	}

	.accordion__body_wrp {
		padding-bottom: .75rem;
		padding-top: .75rem
	}
}

@media(min-width:600px) {
	.accordion__header {
		padding: 1.2rem 4rem 1.2rem 1.6rem
	}

	.accordion.with_desc .accordion__header {
		padding-bottom: .8rem;
		padding-top: .8rem
	}

	.accordion__header:after {
		right: 1.8rem;
		top: 1.4rem
	}

	.accordion.with_desc .accordion__header:after {
		top: 1rem
	}

	.accordion__body {
		padding: 0 1.6rem
	}

	.accordion__body:after {
		left: 1.6rem;
		width: calc(100% - 3.2rem)
	}

	.accordion__body_wrp {
		padding-bottom: 1.2rem;
		padding-top: 1.2rem
	}

	section:not(.expandable_tiles) .accordion__body_wrp {
		padding-right: 12.5%
	}
}

.accordion.no_padding {
	border-left: 0;
	border-right: 0
}

.accordion.no_padding .accordion__body,
.accordion.no_padding .accordion__header {
	padding-left: 0
}

.accordion.no_padding .accordion__body {
	padding-right: 0
}

.accordion.no_padding .accordion__body:before {
	content: none
}

.accordion.no_padding .accordion__body:after {
	left: 0;
	width: 100%
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table td {
	vertical-align: top
}

table thead th {
	font-weight: 700
}

table tfoot td {
	border-top-width: 3px
}

.sec__specifications table,
table.table__specs {
	width: 100%
}

.sec__specifications table td:nth-child(2),
table.table__specs td:nth-child(2) {
	background-image: linear-gradient(90deg, hsla(0, 0%, 75%, .15), hsla(0, 0%, 75%, 0))
}

.sec__specifications table tr:not(:first-child) td,
table.table__specs tr:not(:first-child) td {
	border-top: 1px solid #d7d7d7
}

.sec__specifications table tr:first-child.hide+tr td,
table.table__specs tr:first-child.hide+tr td {
	border-top: none
}

@media(max-width:599px) {

	.sec__specifications table,
	table.table__specs {
		font-size: .78125rem
	}

	.sec__specifications table td,
	table.table__specs td {
		padding-bottom: .75rem;
		padding-top: .75rem
	}

	.sec__specifications table td:first-child,
	table.table__specs td:first-child {
		padding-right: .75rem;
		width: 35%
	}

	.sec__specifications table td:not(:first-child),
	table.table__specs td:not(:first-child) {
		padding-left: .75rem
	}

	.sec__specifications table tbody tr:last-child td,
	table.table__specs tbody tr:last-child td {
		padding-bottom: 1.6rem
	}
}

@media(min-width:600px) {

	.sec__specifications table td,
	table.table__specs td {
		padding-bottom: 1.2rem;
		padding-top: 1.2rem
	}

	.sec__specifications table td:first-child,
	table.table__specs td:first-child {
		padding-right: 1.2rem;
		width: 27.5%
	}

	.sec__specifications table td:not(:first-child),
	table.table__specs td:not(:first-child) {
		padding-left: 1.6rem
	}

	.sec__specifications table tbody tr:last-child td,
	table.table__specs tbody tr:last-child td {
		padding-bottom: 2.4rem
	}
}

.fullscreen-container {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 1000
}

.fullscreen-container .enterfs {
	display: none
}

.fullscreen-container .exitfs {
	display: block
}

.fullscreen-container .model__360_view_interior {
	bottom: 0;
	margin: 0;
	width: 100%
}

.enterfs {
	display: block
}

.exitfs {
	display: none
}

.panoviewer-control {
	bottom: .75rem;
	font-size: 0;
	position: absolute;
	right: .75rem;
	z-index: 1
}

.panoviewer-control>* {
	cursor: pointer
}

.panoviewer-control button {
	background-color: transparent;
	border: none;
	outline: none;
	padding: 0
}

.panoviewer-control button:not(:first-child) {
	margin-top: .75rem
}

.panoviewer-control .camera,
.panoviewer-control .pie,
.panoviewer-control svg {
	height: 2rem;
	width: 2rem
}

.panoviewer-control .camera {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	display: inline-block;
	padding: 0
}

.image360_loading {
	bottom: 0;
	filter: drop-shadow(0 0 .2rem rgba(0, 0, 0, .75));
	left: 0;
	margin: auto;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .2s;
	z-index: 1
}

.image360_loading.is-hidden {
	opacity: 0;
	pointer-events: none
}

@media(max-width:599px) {
	.image360_loading {
		height: 4rem;
		width: 4rem
	}
}

@media(min-width:600px) {
	.image360_loading {
		height: 6rem;
		width: 6rem
	}
}

.image360_loadingBar {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-360.svg) no-repeat 50%;
	background-size: 100%;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.mdc-switch__thumb-underlay {
	height: 28px;
	left: -4px;
	right: auto;
	top: -4px;
	width: 28px
}

.mdc-switch__thumb-underlay[dir=rtl],
[dir=rtl] .mdc-switch__thumb-underlay {
	left: auto;
	right: -4px
}

.mdc-switch__native-control {
	height: 28px;
	width: 48px
}

.mdc-switch {
	display: inline-block;
	outline: none;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mdc-switch.mdc-switch--checked .mdc-switch__thumb,
.mdc-switch.mdc-switch--checked .mdc-switch__track {
	background-color: #fff;
	background-color: var(--mdc-theme-secondary, #fff);
	border-color: #fff;
	border-color: var(--mdc-theme-secondary, #fff)
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
	background-color: hsla(0, 0%, 100%, 0);
	border-color: hsla(0, 0%, 100%, 0)
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
	background-color: #363636;
	border-color: #363636
}

.mdc-switch__native-control {
	cursor: pointer;
	left: 0;
	margin: 0;
	opacity: 0;
	pointer-events: auto;
	position: absolute;
	right: auto;
	top: 0
}

.mdc-switch__native-control[dir=rtl],
[dir=rtl] .mdc-switch__native-control {
	left: auto;
	right: 0
}

.mdc-switch__track {
	border: 1px solid;
	border-radius: 10px;
	box-sizing: border-box;
	height: 20px;
	opacity: .38;
	transition: opacity 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1);
	width: 40px
}

.mdc-switch__thumb-underlay {
	align-items: center;
	display: flex;
	justify-content: center;
	position: absolute;
	transform: translateX(0);
	transition: transform 90ms cubic-bezier(.4, 0, .2, 1), background-color 90ms cubic-bezier(.4, 0, .2, 1), border-color 90ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-switch__thumb {
	border: 6px solid;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-sizing: border-box;
	height: 12px;
	pointer-events: none;
	width: 12px;
	z-index: 1
}

.mdc-switch--checked .mdc-switch__track {
	opacity: .54
}

.mdc-switch--checked .mdc-switch__thumb-underlay {
	transform: translateX(20px)
}

.mdc-switch--checked .mdc-switch__native-control,
.mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl],
[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay {
	transform: translateX(-20px)
}

.mdc-switch--checked .mdc-switch__native-control[dir=rtl],
[dir=rtl] .mdc-switch--checked .mdc-switch__native-control {
	transform: translateX(20px)
}

.mdc-switch--disabled {
	opacity: .38;
	pointer-events: none
}

.mdc-switch--disabled .mdc-switch__thumb {
	border-width: 1px
}

.mdc-switch--disabled .mdc-switch__native-control {
	cursor: default;
	pointer-events: none
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:after,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:before {
	background-color: #9e9e9e
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover:before {
	opacity: .08
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.24
}

.mdc-switch__thumb-underlay {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-switch__thumb-underlay:after,
.mdc-switch__thumb-underlay:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-switch__thumb-underlay:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-switch__thumb-underlay:after,
.mdc-switch__thumb-underlay:before {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after,
.mdc-switch__thumb-underlay.mdc-ripple-upgraded:before {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-switch__thumb-underlay:after,
.mdc-switch__thumb-underlay:before {
	background-color: #fff
}

@supports not (-ms-ime-align:auto) {

	.mdc-switch__thumb-underlay:after,
	.mdc-switch__thumb-underlay:before {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff)
	}
}

.mdc-switch__thumb-underlay:hover:before {
	opacity: .08
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused:before,
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus:before {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):after {
	transition: opacity .15s linear
}

.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active:after {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-switch__thumb-underlay.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.24
}

.mdc-switch.mdc-switch--checked .mdc-switch__track,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
	background-color: hsla(0, 0%, 100%, 0);
	border-color: #363636;
	opacity: 1
}

.mdc-switch.mdc-switch--checked .mdc-switch__thumb {
	border-color: #363636
}

.mdc-switch.mdc-switch--disabled .mdc-switch__thumb {
	border-width: 6px
}

.mdc-switch__thumb-underlay:before {
	content: none
}

.switch__wrp {
	align-items: center;
	display: inline-flex;
	justify-content: center
}

.switch__wrp label {
	font-weight: 700
}

.switch__wrp .mdc-switch {
	order: 2
}

.switch__wrp .mdc-switch+label {
	order: 1
}

.switch__wrp .mdc-switch+label+label {
	opacity: .2;
	order: 3
}

.switch__wrp .mdc-switch.mdc-switch--checked+label {
	opacity: .2
}

.switch__wrp .mdc-switch.mdc-switch--checked+label+label {
	opacity: 1
}

.switch__wrp .mdc-switch {
	margin: 0 8px
}

.tippy-tooltip[data-animation=fade][data-state=hidden] {
	opacity: 0
}

.tippy-iOS {
	-webkit-tap-highlight-color: transparent;
	cursor: pointer !important
}

.tippy-popper {
	max-width: calc(100vw - 10px);
	pointer-events: none;
	transition-property: transform;
	transition-timing-function: cubic-bezier(.165, .84, .44, 1)
}

.tippy-tooltip {
	background-color: #333;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
	outline: 0;
	position: relative;
	transition-property: visibility, opacity, transform
}

.tippy-tooltip[data-placement^=top]>.tippy-arrow {
	border-top-color: #333;
	border-width: 8px 8px 0;
	bottom: -7px;
	margin: 0 3px;
	transform-origin: 50% 0
}

.tippy-tooltip[data-placement^=bottom]>.tippy-arrow {
	border-bottom-color: #333;
	border-width: 0 8px 8px;
	margin: 0 3px;
	top: -7px;
	transform-origin: 50% 7px
}

.tippy-tooltip[data-placement^=left]>.tippy-arrow {
	border-left-color: #333;
	border-width: 8px 0 8px 8px;
	margin: 3px 0;
	right: -7px;
	transform-origin: 0 50%
}

.tippy-tooltip[data-placement^=right]>.tippy-arrow {
	border-right-color: #333;
	border-width: 8px 8px 8px 0;
	left: -7px;
	margin: 3px 0;
	transform-origin: 7px 50%
}

.tippy-tooltip[data-interactive][data-state=visible] {
	pointer-events: auto
}

.tippy-tooltip[data-inertia][data-state=visible] {
	transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
	border-color: transparent;
	border-style: solid;
	position: absolute
}

.tippy-content {
	padding: 5px 9px
}

.tippy-tooltip {
	background-color: #292929;
	border-radius: 0;
	font-size: .875rem;
	letter-spacing: .03em
}

.tippy-tooltip:before {
	background-color: rgba(41, 41, 41, .25);
	bottom: -4px;
	content: "";
	height: 100%;
	left: 4px;
	position: absolute;
	width: 100%;
	z-index: -1
}

.tippy-content {
	padding: 6px 12px
}

@font-face {
	font-family: swiper-icons;
	font-style: normal;
	font-weight: 400;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
	z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	margin: 0 auto;
	transition-timing-function: ease-out
}

.swiper-container-pointer-events {
	touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
	-ms-overflow-style: none;
	overflow: auto;
	scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	align-items: center;
	color: #007aff;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: 44px;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: -22px;
	margin-top: calc(0px - var(--swiper-navigation-size)/2);
	position: absolute;
	top: 50%;
	width: 27px;
	width: calc(var(--swiper-navigation-size)/44*27);
	z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: 44px;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
	text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
	--swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
	--swiper-navigation-color: #000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translateZ(0);
	transition: opacity .3s;
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	background: #000;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	opacity: .2;
	width: 8px
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	background: #007aff;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: 4px;
	left: 0;
	top: 0;
	width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: 4px
}

.swiper-pagination-white {
	--swiper-pagination-color: #fff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	background: rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
	bottom: 3px;
	height: 5px;
	left: 1%;
	position: absolute;
	width: 98%;
	z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
	height: 98%;
	position: absolute;
	right: 3px;
	top: 1%;
	width: 5px;
	z-index: 50
}

.swiper-scrollbar-drag {
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite;
	border: 4px solid #007aff;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	to {
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	backface-visibility: hidden;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: .6;
	position: absolute;
	width: 100%;
	z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
	background: #000;
	bottom: 0;
	content: "";
	filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	backface-visibility: hidden;
	pointer-events: none;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
	backface-visibility: hidden;
	z-index: 0
}

.slider__gallery:after,
.slider__gallery:before {
	content: "";
	height: 100%;
	opacity: .5;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 12.5%;
	z-index: 2
}

.slider__gallery:before {
	background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	left: 0
}

.slider__gallery:after {
	background: linear-gradient(270deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	right: 0
}

.sec__bg_gray_light .slider__gallery *,
.sec__bg_white .slider__gallery * {
	color: #fff
}

.slider__gallery.swiper-container {
	overflow: visible
}

.slider__gallery.swiper-container .icon_expand {
	background-size: 2rem;
	bottom: 0;
	height: 5rem;
	position: absolute;
	right: 0;
	width: 5rem;
	z-index: 3
}

.slider__gallery .swiper-slide {
	opacity: .4;
	transition: opacity .25s, transform .25s
}

.slider__gallery .swiper-slide:not(.swiper-slide-active) .link_lightbox {
	cursor: default;
	pointer-events: none
}

.slider__gallery .swiper-slide img {
	display: block;
	max-width: 100%;
	width: 100%
}

.slider__gallery .swiper-pagination {
	padding-left: 1rem;
	pointer-events: none;
	text-align: left
}

.slider__gallery .swiper-pagination-fraction {
	bottom: 1rem
}

.slider__gallery .swiper-button-next,
.slider__gallery .swiper-button-prev {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-next.svg) no-repeat 50%;
	background-size: 100%
}

.slider__gallery .swiper-button-next:after,
.slider__gallery .swiper-button-prev:after {
	content: none
}

.slider__gallery .swiper-button-next.swiper-button-disabled,
.slider__gallery .swiper-button-prev.swiper-button-disabled {
	opacity: 0
}

.slider__gallery .swiper-button-prev {
	transform: rotate(180deg)
}

.slider__gallery .swiper-slide-active {
	cursor: pointer;
	opacity: 1
}

@media(min-width:1024px) {

	.slider__gallery .swiper-button-next,
	.slider__gallery .swiper-button-prev {
		width: 44px
	}
}

@media(min-width:1366px) {
	.slider__gallery .swiper-button-next {
		right: -54px
	}

	.slider__gallery .swiper-button-prev {
		left: -54px
	}
}

.slider__gallery_ar {
	height: 0;
	overflow: hidden;
	padding-bottom: 41.66667%
}

.slider__gallery .slider__gallery_ar:before {
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	bottom: 0;
	content: "";
	height: 40%;
	left: 0;
	opacity: .25;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1
}

.slider__gallery_thumbs .slider__gallery_ar,
.slider__gallery_thumbs_cell_6 .slider__gallery_ar {
	padding-bottom: 100%
}

.slider__gallery_ar img {
	left: 0;
	position: absolute;
	top: 0
}

@media(max-width:599px)and (orientation:portrait) {
	.slider__gallery .slider__gallery_ar {
		padding-bottom: 100%
	}
}

.slider__gallery_thumbs,
.slider__gallery_thumbs_cell_6 {
	margin-top: .5rem
}

.slider__gallery_thumbs .swiper-slide,
.slider__gallery_thumbs_cell_6 .swiper-slide {
	cursor: pointer;
	opacity: .4
}

.slider__gallery_thumbs .swiper-slide picture:after,
.slider__gallery_thumbs .swiper-slide picture:before,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:after,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:before {
	content: "";
	opacity: 0;
	position: absolute;
	transition: opacity .25s;
	z-index: 1
}

.slider__gallery_thumbs .swiper-slide picture:before,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:before {
	background-color: hsla(0, 0%, 100%, .5);
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.slider__gallery_thumbs .swiper-slide picture:after,
.slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
	border-color: #000 transparent transparent;
	border-style: solid;
	height: 0;
	left: 50%;
	top: -1px;
	transform: translate(-50%);
	width: 0
}

.sec__bg_white .slider__gallery_thumbs .swiper-slide picture:after,
.sec__bg_white .slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
	border-color: #fff transparent transparent
}

.sec__bg_gray_light .slider__gallery_thumbs .swiper-slide picture:after,
.sec__bg_gray_light .slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
	border-color: #f5f5f5 transparent transparent
}

.slider__gallery_thumbs .swiper-slide.swiper-slide-thumb-active picture:after,
.slider__gallery_thumbs .swiper-slide.swiper-slide-thumb-active picture:before,
.slider__gallery_thumbs_cell_6 .swiper-slide.swiper-slide-thumb-active picture:after,
.slider__gallery_thumbs_cell_6 .swiper-slide.swiper-slide-thumb-active picture:before {
	opacity: 1
}

@media(max-width:599px) {

	.slider__gallery_thumbs .swiper-slide picture:after,
	.slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
		border-width: 18px 15px 0
	}
}

@media(min-width:600px) {

	.slider__gallery_thumbs .swiper-slide picture:after,
	.slider__gallery_thumbs_cell_6 .swiper-slide picture:after {
		border-width: 30px 25px 0
	}
}

.slider__gallery_thumbs .swiper-slide-visible,
.slider__gallery_thumbs_cell_6 .swiper-slide-visible {
	opacity: 1
}

.slider__gallery_button {
	margin-top: 2rem
}

.slider__gallery_disclaimer {
	margin-top: 3.25rem
}

.slider_single_img .icon_expand,
.slider_single_img .slider__gallery_thumbs,
.slider_single_img .swiper-button-next,
.slider_single_img .swiper-button-prev,
.slider_single_img .swiper-pagination {
	display: none !important;
	visibility: hidden !important
}

.slider_single_img .swiper-slide:not(.swiper-slide-active) {
	visibility: hidden !important
}

.slider_single_img .slider__gallery .swiper-slide {
	opacity: 1
}

@keyframes mdc-checkbox-fade-in-background-uvlm30b {
	0% {
		background-color: transparent;
		border-color: #ccc
	}

	50% {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff);
		border-color: #fff;
		border-color: var(--mdc-theme-secondary, #fff)
	}
}

@keyframes mdc-checkbox-fade-out-background-uvlm30b {

	0%,
	80% {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff);
		border-color: #fff;
		border-color: var(--mdc-theme-secondary, #fff)
	}

	to {
		background-color: transparent;
		border-color: #ccc
	}
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-in-background-uvlm30b
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-out-background-uvlm30b
}

.pg__model .nav__indicator:not([v-if]) {
	display: block
}

.model__price {
	font-weight: 300
}

@media(min-width:1024px) {
	.model__price {
		font-size: 1.667rem
	}
}

.sec__masthead {
	background-color: #fff;
	position: relative
}

.sec__masthead__container {
	margin: 0 auto;
	max-width: 1280px;
	position: relative
}

.sec__masthead .mdc-button.mdc-button--outlined {
	border-color: #292929;
	color: #292929
}

.model__masthead {
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

@media(orientation:portrait) {
	.model__masthead {
		height: 0;
		padding-bottom: 60%;
		width: 100%
	}
}

@media(max-width:599px)and (orientation:portrait) {
	.model__masthead {
		padding-bottom: 78.5%
	}
}

@media(orientation:landscape) {
	.model__masthead {
		height: calc(100vh - 200px);
		height: calc(var(--vh, 1vh)*100 - 200px)
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__masthead {
		height: calc(100vh - 120px);
		height: calc(var(--vh, 1vh)*100 - 120px)
	}
}

.model__masthead_container {
	margin: 0 auto;
	max-width: 1280px
}

.masthead__background {
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: height .2s
}

.masthead__background:after {
	background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	content: "";
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 50%
}

.masthead__background picture {
	height: 100%
}

.masthead__background picture img {
	left: 50%;
	max-width: none;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: scale(1.05) translate(-50%, -50%);
	transform-origin: 0 50%;
	transition: transform 3s
}

.masthead__background.animated picture img {
	transform: scale(1) translate(-50%, -50%);
	transition-delay: .75s
}

@media(orientation:portrait) {
	.masthead__background {
		height: 0;
		overflow: hidden;
		padding-bottom: 60%;
		width: 100%
	}

	.masthead__background:after {
		background: linear-gradient(#000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
		height: 70%;
		opacity: 1;
		width: 100%
	}

	.masthead__background picture {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}
}

@media(max-width:599px)and (orientation:portrait) {
	.masthead__background {
		padding-bottom: 78.5%
	}
}

@media(orientation:landscape) {
	.masthead__background {
		filter: drop-shadow(.75rem -.75rem 1rem rgba(0, 0, 0, .225));
		height: calc(100vh - 200px);
		height: calc(var(--vh, 1vh)*100 - 200px);
		width: calc(100% - 520px)
	}

	@supports(shape-outside:none) {
		.masthead__background {
			width: calc(100% - 400px)
		}
	}

	@supports(clip-path:polygon(0 0)) or (-webkit-clip-path:polygon(0 0)) {
		.masthead__background picture {
			clip-path: polygon(0 100%, 0 0, 75% 0, 100% 100%)
		}
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.masthead__background {
		height: calc(100vh - 120px);
		height: calc(var(--vh, 1vh)*100 - 120px);
		width: calc(100% - 280px)
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.masthead__background {
		width: calc(100% - 320px)
	}
}

.masthead__cont {
	position: relative;
	z-index: 1
}

.masthead__cont>* {
	opacity: 0;
	transform: translate(5rem);
	transition: opacity .75s, transform 1.5s
}

.masthead__cont h1 {
	letter-spacing: .0275em;
	line-height: 1;
	margin-bottom: 1rem
}

.masthead__cont h1+p {
	margin-top: 0
}

.masthead__cont p {
	font-size: 1.333rem
}

.masthead__cont p:not(:last-child) {
	margin-bottom: .25rem
}

.masthead__cont.animated>* {
	opacity: 1;
	transform: translate(0)
}

.masthead__cont.animated h2 {
	transition-delay: .15s
}

.masthead__cont.animated p {
	transition-delay: .3s
}

.masthead__cont.sec__cont {
	padding-top: calc(100px + 1rem)
}

.masthead__cont.sec__cont.masthead__cont_none_360 p {
	max-width: 300px
}

.masthead__cont.sec__cont.masthead__cont_none_360 .model__disclaimer {
	font-size: 80%
}

@media(min-width:600px)and (max-width:1023px)and (orientation:portrait) {
	.masthead__cont.sec__cont.masthead__cont_none_360 {
		padding-right: 24px
	}
}

@media(orientation:landscape) {
	.masthead__cont.sec__cont.masthead__cont_none_360 {
		display: flex;
		flex-direction: column;
		height: calc(100vh - 200px);
		height: calc(var(--vh, 1vh)*100 - 200px);
		justify-content: center;
		padding-bottom: 0;
		padding-top: 0
	}
}

@media(min-width:1024px)and (max-width:1279px) {
	.masthead__cont.sec__cont.masthead__cont_none_360 {
		width: 60vw
	}
}

@media(min-width:1480px) {
	.masthead__cont.sec__cont.masthead__cont_none_360 {
		width: 50vw
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.masthead__cont h1 {
		font-size: 3.75rem
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.masthead__cont {
		width: 48vw
	}

	.masthead__cont h1 {
		font-size: 2rem;
		margin-bottom: .5rem
	}

	.masthead__cont p {
		font-size: 1rem
	}

	.masthead__cont.sec__cont {
		padding-top: calc(50px + .5rem)
	}
}

@media(max-width:599px) {
	.masthead__cont {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
	}

	.masthead__cont>* {
		transform: translate(2.5rem)
	}

	.masthead__cont h1 {
		font-size: 2.5rem;
		margin-bottom: .5rem
	}

	.masthead__cont p {
		font-size: 1rem
	}

	.masthead__cont.sec__cont {
		padding-top: calc(66px + 1rem)
	}
}

@media(min-width:600px)and (max-width:1023px)and (orientation:portrait) {
	.masthead__cont {
		left: 0;
		position: absolute;
		top: 0;
		width: 100%
	}

	.masthead__cont.sec__cont {
		padding-right: 20%;
		padding-top: calc(50px + 2rem)
	}
}

@media(min-width:1024px) {
	.masthead__cont {
		width: 50vw
	}

	.masthead__cont h1 {
		font-size: 3.333rem
	}
}

@media(min-width:1480px) {
	.masthead__cont {
		width: 30vw
	}
}

@media(min-height:680px)and (orientation:landscape) {
	.masthead__cont.sec__cont {
		padding-top: calc(100px + 3rem)
	}
}

.masthead__disclaimer {
	color: #757575;
	position: relative;
	z-index: 1
}

.masthead__disclaimer.sec__cont {
	padding-bottom: .75rem;
	padding-top: .75rem
}

.masthead__disclaimer p {
	font-size: 80%
}

.model__masthead_360 {
	height: 100%;
	position: relative;
	width: 100%
}

.model__masthead_360 .model__masthead_shape,
.model__masthead_360 section {
	width: calc(100% - 520px)
}

@supports(shape-outside:none) {

	.model__masthead_360 .model__masthead_shape,
	.model__masthead_360 section {
		width: calc(100% - 400px)
	}
}

.model__masthead_360 section {
	bottom: 0;
	left: 0;
	padding-bottom: 1rem;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
	z-index: 2
}

.model__masthead_360 aside {
	color: #292929
}

.model__masthead_360 aside>div {
	background-color: #f5f5f5;
	height: 100%;
	padding-top: calc(100px + 1rem)
}

.model__masthead_360 aside>div>div {
	padding-right: 40px;
	position: relative
}

.model__masthead_360 aside>div>div:first-of-type {
	padding-bottom: 1.5rem
}

.model__masthead_360 aside>div>div:first-of-type:before {
	background-color: inherit;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw
}

.model__masthead_360 aside>div>div:last-of-type {
	background-color: #fff;
	padding-top: 1.5rem
}

.model__masthead_360 aside>div>div>* {
	position: relative
}

@media(min-width:600px) {
	.model__masthead_360 .tab__panels_main {
		margin-top: 1rem
	}
}

@media(max-width:599px) {
	.model__masthead_360 .tab__panels_main {
		margin-top: 1rem
	}
}

@media(orientation:landscape) {
	.model__masthead_360 {
		height: 100vh;
		height: calc(var(--vh, 1vh)*100)
	}
}

@media(orientation:portrait) {
	.model__masthead_360 section {
		height: 0;
		margin-bottom: 7.2rem;
		padding: 0 0 60%;
		position: relative;
		width: 100%
	}

	.model__masthead_360 aside {
		padding-bottom: 3rem
	}

	.model__masthead_360 aside>div {
		background-color: #fff;
		height: auto;
		padding-top: 1.5rem;
		text-align: center
	}

	.model__masthead_360 aside>div>div {
		padding: 0 16px
	}

	.model__masthead_360 aside>div>div:first-of-type {
		padding-bottom: 0
	}
}

@media(max-width:599px)and (orientation:portrait) {
	.model__masthead_360 .model__price {
		margin-top: 0
	}

	.model__masthead_360 section {
		margin-bottom: 3.2rem;
		padding-bottom: 78.5%
	}

	.model__masthead_360 aside {
		padding-bottom: 1rem
	}
}

@media(min-height:700px)and (orientation:landscape) {
	.model__masthead_360 section {
		padding-bottom: 6vh
	}

	.model__masthead_360 aside>div {
		padding-top: calc(100px + 3rem)
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.model__masthead_360 section {
		bottom: auto;
		padding-bottom: 0;
		padding-right: 0;
		top: 52.5vh;
		top: calc(var(--vh, 1vh)*52.5);
		width: calc(100% - 320px)
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__masthead_360 .model__price {
		margin-top: 0
	}

	.model__masthead_360 section {
		bottom: 72px;
		padding: 0;
		width: calc(100% - 280px)
	}

	.model__masthead_360 aside>div {
		padding-top: calc(50px + .5rem)
	}

	.model__masthead_360 aside>div>div {
		padding-right: 0
	}

	.model__masthead_360 aside>div>div:first-of-type {
		padding-bottom: .5rem
	}

	.model__masthead_360 aside>div>div:last-of-type {
		padding-top: .5rem
	}
}

.model__masthead_shape {
	pointer-events: none
}

@media(orientation:landscape) {
	.model__masthead_shape {
		float: left;
		height: calc(100vh - 200px);
		height: calc(var(--vh, 1vh)*100 - 200px);
		margin-right: 2em
	}

	@supports(shape-outside:none) {
		.model__masthead_shape+aside .model__color_picker {
			left: -10px;
			position: relative
		}
	}
}

@media(min-width:1024px)and (max-width:1479px) {
	.model__masthead_shape {
		shape-outside: polygon(0 100%, 0 0, 69.5% 0, 100% 100%)
	}

	@supports(shape-outside:none) {
		.model__masthead_shape {
			margin-bottom: 11em;
			margin-right: 6.5em
		}
	}
}

@media(min-width:1480px) {
	.model__masthead_shape {
		shape-outside: polygon(0 100%, 0 0, 75% 0, 100% 100%)
	}

	@supports(shape-outside:none) {
		.model__masthead_shape {
			margin-bottom: 1.5em;
			margin-right: 3em
		}
	}
}

@media(min-width:1600px) {
	.model__masthead_shape {
		shape-outside: polygon(0 100%, 0 0, 75% 0, 100% 100%)
	}

	@supports(shape-outside:none) {
		.model__masthead_shape {
			margin-bottom: 2.5em;
			margin-right: 5em
		}
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.model__masthead_shape {
		shape-outside: polygon(0 100%, 0 0, 72.5% 0, 100% 100%)
	}

	@supports(shape-outside:none) {
		.model__masthead_shape {
			margin-bottom: 6em;
			margin-right: 8em
		}
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__masthead_shape {
		shape-outside: polygon(0 100%, 0 0, 72.5% 0, 100% 100%)
	}

	@supports(shape-outside:none) {
		.model__masthead_shape {
			margin-bottom: 10em;
			margin-right: 10em
		}
	}
}

.model__360_view_exterior,
.model__360_view_interior {
	margin: 0 auto;
	position: relative
}

.model__360_view_exterior img,
.model__360_view_interior img {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	width: 100%
}

.model__360_view_exterior canvas,
.model__360_view_interior canvas {
	display: block;
	max-height: 100%;
	max-width: 100%;
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.model__360_view_exterior>div:first-child,
.model__360_view_interior>div:first-child {
	height: 0;
	position: relative
}

.fullscreen-container .model__360_view_exterior,
.fullscreen-container .model__360_view_interior {
	height: 100%;
	max-width: 100%
}

.fullscreen-container .model__360_view_exterior>div:first-child,
.fullscreen-container .model__360_view_interior>div:first-child {
	height: 100%
}

.model__360_view_exterior {
	max-width: 1024px
}

.model__360_view_exterior>div {
	padding-bottom: 37.917%
}

.model__360_view_interior {
	max-width: 48.5vw
}

.model__360_view_interior .icon_expand {
	background-size: 100%;
	bottom: .75rem;
	height: 2rem;
	position: absolute;
	right: .75rem;
	width: 2rem;
	z-index: 1
}

.model__360_view .link_lightbox {
	cursor: pointer
}

@media(min-height:640px)and (orientation:landscape) {
	.model__360_view_interior {
		max-width: 52.5vw
	}
}

@media(orientation:portrait) {

	.model__360_view_exterior,
	.model__360_view_interior {
		bottom: -7.2rem;
		margin: 0 24px;
		max-width: calc(100% - 48px);
		position: absolute;
		width: calc(100% - 48px)
	}
}

@media(max-width:599px)and (orientation:portrait) {

	.model__360_view_exterior,
	.model__360_view_interior {
		bottom: -3.2rem
	}

	.model__360_view_exterior {
		margin: 0;
		max-width: 100%;
		width: 100%
	}

	.model__360_view_interior {
		margin: 0 16px;
		max-width: calc(100% - 32px);
		width: calc(100% - 32px)
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.model__360_view_exterior {
		margin-bottom: 6vh
	}

	.model__360_view_interior {
		margin-right: 40px;
		max-width: 100%
	}
}

.model__360_arrows {
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	pointer-events: none;
	position: absolute;
	width: 100%;
	z-index: 1
}

.model__360_arrows>span {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
	height: 75px;
	opacity: .25;
	pointer-events: all;
	transition: transform .2s;
	width: 300px
}

.model__360_arrows>span:first-child {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/arrow-360-left.svg)
}

.model__360_arrows>span:first-child:hover {
	transform: translate(-.25em)
}

.model__360_arrows>span:nth-child(2) {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/arrow-360-right.svg)
}

.model__360_arrows>span:nth-child(2):hover {
	transform: translate(.25em)
}

@media(min-width:1024px)and (orientation:portrait) {
	.model__360_arrows {
		padding: 0 40px
	}
}

@media(max-width:1023px)and (orientation:portrait) {
	.model__360_arrows {
		padding: 0 24px
	}

	.model__360_arrows>span {
		height: 50px;
		width: 200px
	}
}

@media(max-width:599px)and (orientation:portrait) {
	.model__360_arrows {
		padding: 0 16px
	}

	.model__360_arrows>span {
		height: 25px;
		width: 100px
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__360_arrows {
		padding: 0 24px
	}

	.model__360_arrows>span {
		height: 25px;
		width: 100px
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.model__360_arrows {
		bottom: -3vh
	}

	.model__360_arrows>span {
		height: 50px;
		width: 200px
	}
}

.model__view_ext_profile picture {
	bottom: 0;
	height: 100%;
	position: absolute;
	width: 100%
}

.model__choose_color_txt_ext,
.model__choose_color_txt_int {
	line-height: 1.3;
	margin-bottom: .75rem
}

@media(max-width:599px) {

	.model__choose_color_txt_ext,
	.model__choose_color_txt_int {
		margin-bottom: .5rem
	}
}

@media(min-width:1480px) {
	@supports(shape-outside:none) {

		.model__choose_color_txt_ext,
		.model__choose_color_txt_int {
			padding-right: 6vw
		}
	}
}

.model__color_picker {
	font-size: 0
}

.model__color_picker li {
	border: 1px solid transparent;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	position: relative;
	vertical-align: top
}

.model__color_picker li.is_selected {
	border-color: rgba(0, 0, 0, .3)
}

.model__color_picker li a {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100%;
	display: block;
	margin: auto;
	overflow: hidden;
	position: relative
}

.model__color_picker.model__picker_exterior li a {
	transform: rotate(-45deg) translateZ(0)
}

.model__color_picker.model__picker_exterior li a:after,
.model__color_picker.model__picker_exterior li a:before {
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%
}

.model__color_picker.model__picker_exterior li a:before {
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .25) 0, hsla(0, 0%, 100%, 0))
}

.model__color_picker.model__picker_exterior li a:after {
	background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	opacity: .5
}

.model__color_picker.model__picker_exterior li a[style*=transparent] {
	border: 1px solid rgba(0, 0, 0, .1);
	position: relative
}

.model__color_picker.model__picker_exterior li a[style*=transparent]:before {
	background: none;
	background-image: linear-gradient(45deg, #999 25%, transparent 0), linear-gradient(-45deg, #999 25%, transparent 0), linear-gradient(45deg, transparent 75%, #999 0), linear-gradient(-45deg, transparent 75%, #999 0);
	background-position: 0 0, 0 6px, 6px -6px, -6px 0;
	background-size: 12px 12px;
	border-radius: 100%;
	height: 100%;
	opacity: 1;
	opacity: .25;
	transform: none;
	width: 100%
}

@media(orientation:portrait) {
	.model__color_picker_wrp {
		display: flex;
		flex-flow: row wrap;
		justify-content: center
	}

	.model__color_picker_wrp>div {
		width: 100%
	}

	.model__color_picker_wrp>div:first-child {
		order: 2
	}

	.model__color_picker_wrp>div:nth-child(2) {
		order: 1
	}
}

@media(max-width:599px) {
	.model__color_picker li {
		height: 44px;
		margin: 0 2px;
		width: 44px
	}

	.model__color_picker li a {
		height: 34px;
		margin-top: 4px;
		width: 34px
	}
}

@media(min-width:600px) {
	.model__color_picker li {
		height: 56px;
		width: 56px
	}

	.model__color_picker li a {
		height: 40px;
		margin-top: 7px;
		width: 40px
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__color_picker li {
		height: 44px;
		width: 44px
	}

	.model__color_picker li a {
		height: 34px;
		margin-top: 4px;
		width: 34px
	}
}

@media(min-width:1840px) {
	@supports(shape-outside:none) {
		.model__color_picker {
			padding-right: 2.5vw
		}
	}
}

.model__color_ext_int {
	margin-top: 1rem
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__color_ext_int {
		margin-top: .5rem
	}
}

@media(max-width:599px) {
	.model__color_ext_int {
		margin-top: 0
	}
}

@media(orientation:portrait) {
	.model__color_ext_int {
		margin-bottom: 1.5rem
	}
}

.model__color_sel_ext,
.model__color_sel_int {
	line-height: 1.3;
	margin-bottom: .75rem
}

.cloudimage-inner-box {
	height: 100%;
	position: absolute;
	width: 100%
}

.cloudimage-360-loader,
.cloudimage-inner-box canvas+div {
	display: none;
	opacity: 0;
	visibility: hidden
}

.model__360_view_interior_set {
	background-color: hsla(0, 0%, 84%, .25);
	padding-bottom: 48%
}

.fullscreen-container .model__360_view_interior_set {
	background-color: rgba(0, 0, 0, .85);
	height: 100vh;
	height: calc(var(--vh, 1vh)*100);
	padding-bottom: 0
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.fullscreen-container .model__360_view_interior_set {
		-webkit-backdrop-filter: blur(.3em);
		backdrop-filter: blur(.3em);
		background-color: rgba(0, 0, 0, .7)
	}
}

.model__interior_pano,
.model__interior_zoom {
	bottom: 0;
	height: 100%;
	left: 0;
	outline: none;
	overflow: hidden;
	position: absolute;
	width: 100%
}

.model__interior_pano canvas {
	cursor: grab
}

.model__interior_pano canvas:active {
	cursor: grabbing
}

.model__masthead_none_360 {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%
}

.model__masthead_none_360 .model__masthead_none_360_shape,
.model__masthead_none_360 section {
	width: calc(100% - 380px)
}

@media(min-width:1024px) {

	.model__masthead_none_360 .model__masthead_none_360_shape,
	.model__masthead_none_360 section {
		width: calc(100% - 520px)
	}
}

.model__masthead_none_360 section {
	bottom: 0;
	left: 50%;
	padding-bottom: 1rem;
	padding-left: 40px;
	padding-right: 40px;
	position: absolute;
	transform: translateX(-50%);
	z-index: 2
}

.model__masthead_none_360 aside {
	color: #292929;
	position: relative;
	z-index: 3
}

.model__masthead_none_360 aside>div {
	height: 100%;
	position: relative;
	z-index: 1
}

.model__masthead_none_360 aside>div>div {
	position: relative
}

.model__masthead_none_360 aside>div>div:first-of-type {
	padding-bottom: 1.5rem
}

.model__masthead_none_360 aside>div>div:first-of-type:before {
	background-color: inherit;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw
}

.model__masthead_none_360 aside>div>div>* {
	position: relative
}

.model__masthead_none_360 aside .mdc-button.mdc-button--outlined {
	padding-left: 32px;
	padding-right: 32px
}

.model__masthead_none_360 aside .model__disclaimer,
.model__masthead_none_360 aside .model__price {
	display: none
}

@media(max-width:1023px) {
	.model__masthead_none_360 aside .masthead__disclaimer {
		padding-bottom: 0;
		padding-top: 2rem
	}
}

@media(orientation:landscape) {
	.model__masthead_none_360 {
		height: 100vh;
		height: calc(var(--vh, 1vh)*100)
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.model__masthead_none_360 {
		height: calc(100vh - 120px);
		height: calc(var(--vh, 1vh)*100 - 120px)
	}
}

@media(orientation:landscape) {
	.model__masthead_none_360 aside {
		float: right;
		height: calc(100vh - 200px);
		height: calc(var(--vh, 1vh)*100 - 200px)
	}

	.model__masthead_none_360 aside>div {
		align-items: center;
		display: flex;
		flex-direction: row
	}

	.model__masthead_none_360 aside>div>div {
		max-width: 320px;
		padding: 100px 40px 0 0
	}

	.model__masthead_none_360 aside>div>div.masthead__disclaimer {
		left: 0;
		position: absolute;
		right: 0;
		top: 100%
	}

	.model__masthead_none_360 aside .model__price {
		color: #fff;
		display: block
	}

	.model__masthead_none_360 aside .model__disclaimer {
		color: #fff;
		display: inline-block;
		font-size: 80%;
		max-width: 300px;
		padding-top: 16px
	}

	.model__masthead_none_360 aside .mdc-button.mdc-button--outlined {
		border-color: #fff;
		color: #fff
	}

	.model__masthead_none_360 section {
		width: calc(100% - 200px)
	}
}

@media(orientation:portrait) {
	.model__masthead_none_360 section {
		height: 0;
		margin-bottom: 7.2rem;
		padding: 0 0 70%;
		position: relative;
		width: 100%
	}

	.model__masthead_none_360 aside {
		padding-bottom: 1rem
	}

	.model__masthead_none_360 aside>div {
		background-color: #fff;
		height: auto;
		text-align: center
	}

	.model__masthead_none_360 aside>div>div:first-of-type {
		padding-bottom: 0;
		padding-top: 0
	}

	.model__masthead_none_360 aside .masthead__disclaimer {
		text-align: left
	}
}

@media(max-width:599px)and (orientation:portrait) {
	.model__masthead_none_360 .model__price {
		margin-top: 0
	}

	.model__masthead_none_360 section {
		margin-bottom: 5.125rem;
		padding-bottom: calc(50px + 82.66vw)
	}

	.model__masthead_none_360 aside {
		padding-bottom: 1rem
	}
}

@media(min-height:700px)and (orientation:landscape) {
	.model__masthead_none_360 section {
		padding-bottom: 6vh
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.model__masthead_none_360 section {
		bottom: auto;
		padding-bottom: 0;
		top: 52.5vh;
		top: calc(var(--vh, 1vh)*52.5);
		width: calc(100% - 320px)
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__masthead_none_360 .model__price {
		margin-top: 0
	}

	.model__masthead_none_360 section {
		bottom: 72px;
		padding: 0;
		width: calc(100% - 280px)
	}

	.model__masthead_none_360 aside>div>div:first-of-type {
		padding-bottom: .5rem
	}

	.model__masthead_none_360 aside>div>div:last-of-type {
		padding-top: .5rem
	}
}

@media(max-device-width:840px)and (max-device-height:480px)and (orientation:landscape) {
	.model__masthead_none_360 {
		height: auto
	}

	.model__masthead_none_360 section {
		bottom: auto;
		position: relative;
		top: auto
	}

	.model__masthead_none_360 aside {
		float: none;
		height: auto;
		padding-bottom: 1rem
	}

	.model__masthead_none_360 aside>div {
		flex-direction: column;
		justify-content: center
	}

	.model__masthead_none_360 aside>div>div.masthead__disclaimer {
		bottom: auto;
		padding: 1.5rem 1rem 0;
		position: relative;
		top: auto;
		width: 100%
	}

	.model__masthead_none_360 aside .model__color_wrp {
		padding: 0
	}

	.model__masthead_none_360 aside .model__disclaimer,
	.model__masthead_none_360 aside .model__price {
		color: inherit;
		text-align: center
	}

	.model__masthead_none_360 aside .model__disclaimer {
		max-width: 100%
	}

	.model__masthead_none_360 aside .mt_normal {
		text-align: center
	}

	.model__masthead_none_360 aside .mdc-button.mdc-button--outlined {
		border-color: inherit;
		color: inherit
	}
}

.model_none_360 .model__masthead {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 0;
	padding-top: 0;
	position: static
}

.model_none_360 .model__masthead .model__price {
	margin-top: 20px
}

.model_none_360 .model__masthead .model__disclaimer {
	margin-top: 10px
}

@media(min-width:1024px) {
	.model_none_360 .model__masthead {
		height: auto;
		position: absolute
	}

	.model_none_360 .model__masthead .model__disclaimer {
		margin-top: 20px
	}
}

@media(orientation:landscape) {
	.model_none_360 .model__masthead {
		position: absolute
	}

	.model_none_360 .model__masthead .model__disclaimer,
	.model_none_360 .model__masthead .model__price {
		display: none
	}
}

@media(max-device-width:840px)and (max-device-height:480px)and (orientation:landscape) {
	.model_none_360 .model__masthead {
		height: auto;
		position: static
	}

	.model_none_360 .model__masthead .masthead__cont {
		padding-top: 80px;
		width: 100%
	}
}

.model_none_360 .masthead__disclaimer p {
	max-width: 960px
}

.model__none_360_view_exterior,
.model__none_360_view_interior {
	margin: 0 auto;
	position: relative
}

.model__none_360_view_exterior img,
.model__none_360_view_interior img {
	display: block;
	width: 100%
}

.model__none_360_view_exterior>div:first-child,
.model__none_360_view_interior>div:first-child {
	height: 0;
	position: relative
}

.fullscreen-container .model__none_360_view_exterior,
.fullscreen-container .model__none_360_view_interior {
	height: 100%;
	max-width: 100%
}

.fullscreen-container .model__none_360_view_exterior>div:first-child,
.fullscreen-container .model__none_360_view_interior>div:first-child {
	height: 100%
}

.model__none_360_view_exterior {
	max-width: 1024px
}

.model__none_360_view_exterior>div {
	padding-bottom: 37.917%
}

.model__none_360_view_interior {
	max-width: 48.5vw
}

.model__none_360_view_interior .icon_expand {
	background-size: 100%;
	bottom: .75rem;
	height: 2rem;
	position: absolute;
	right: .75rem;
	width: 2rem;
	z-index: 1
}

.model__none_360_view .link_lightbox {
	cursor: pointer
}

@media(min-height:640px)and (orientation:landscape) {
	.model__none_360_view_interior {
		max-width: 52.5vw
	}
}

@media(orientation:portrait) {

	.model__none_360_view_exterior,
	.model__none_360_view_interior {
		bottom: -5.2rem;
		margin: 0 24px;
		max-width: calc(100% - 48px);
		position: absolute;
		width: calc(100% - 48px)
	}
}

@media(max-width:599px)and (orientation:portrait) {

	.model__none_360_view_exterior,
	.model__none_360_view_interior {
		bottom: -5.625rem
	}

	.model__none_360_view_exterior {
		margin: 0;
		max-width: 100%;
		width: 100%
	}

	.model__none_360_view_interior {
		margin: 0 16px;
		max-width: calc(100% - 32px);
		width: calc(100% - 32px)
	}

	.model__none_360_view picture {
		bottom: 1.75rem;
		left: 0;
		position: absolute;
		right: 0
	}
}

@media(min-device-width:768px)and (max-device-width:1024px)and (orientation:landscape) {
	.model__none_360_view_exterior {
		margin-bottom: 6vh
	}

	.model__none_360_view_interior {
		margin-right: 40px;
		max-width: 100%
	}
}

.model__masthead_none_360_background {
	left: 50%;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: height .2s;
	width: 100vw
}

.model__masthead_none_360_background:after {
	background: linear-gradient(#000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	content: "";
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 100%
}

@media(min-width:1024px) {
	.model__masthead_none_360_background:after {
		background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent)
	}
}

@media(orientation:landscape) {
	.model__masthead_none_360_background:after {
		background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent)
	}
}

.model__masthead_none_360_background:before {
	background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	content: "";
	height: 100%;
	left: 0;
	opacity: .8;
	position: absolute;
	top: 0;
	width: 50%
}

@media(min-width:1024px) {
	.model__masthead_none_360_background:before {
		background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent)
	}
}

@media(orientation:landscape) {
	.model__masthead_none_360_background:before {
		background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent)
	}
}

.model__masthead_none_360_background picture {
	height: 100%
}

.model__masthead_none_360_background picture img {
	left: 50%;
	max-width: none;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: scale(1.05) translate(-50%, -50%);
	transform-origin: 0 50%;
	transition: transform 3s
}

.model__masthead_none_360_background.animated picture img {
	transform: scale(1) translate(-50%, -50%);
	transition-delay: .75s
}

@media(orientation:portrait) {
	.model__masthead_none_360_background {
		height: 0;
		overflow: hidden;
		padding-bottom: 70%;
		width: 100%
	}

	.model__masthead_none_360_background:after {
		background: linear-gradient(#000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
		height: 70%;
		opacity: 1;
		width: 100%
	}

	.model__masthead_none_360_background picture {
		bottom: 0;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}
}

@media(max-width:599px)and (orientation:portrait) {
	.model__masthead_none_360_background {
		padding-bottom: calc(50px + 82.66vw)
	}
}

@media(orientation:landscape) {
	.model__masthead_none_360_background {
		filter: drop-shadow(.75rem -.75rem 1rem rgba(0, 0, 0, .225));
		height: calc(100vh - 200px);
		height: calc(var(--vh, 1vh)*100 - 200px)
	}
}

@media(max-width:1023px)and (orientation:landscape) {
	.model__masthead_none_360_background {
		height: calc(100vh - 120px);
		height: calc(var(--vh, 1vh)*100 - 120px)
	}
}

@media(max-device-width:840px)and (max-device-height:480px)and (orientation:landscape) {
	.model__masthead_none_360_background {
		height: calc(100vh - 100px);
		height: calc(var(--vh, 1vh)*100 - 100px)
	}
}

.sec__overview .sec__header,
.sec__overview p:not(:last-of-type) {
	margin-bottom: 1.5rem
}

.sec__overview .layout_flex {
	flex-flow: row wrap;
	max-width: 100%;
	min-height: 100%
}

.sec__overview .layout_flex>div:first-child {
	flex: 1 0 auto;
	max-width: 100%
}

@media(min-width:600px) {
	.sec__overview .layout_flex>div:first-child {
		margin-bottom: 1.5rem
	}
}

.sec__overview .layout_flex>div:nth-child(2) {
	flex: 0 1 auto
}

@media(max-width:599px) {
	.sec__overview .justify_between {
		text-align: center;
		width: 100%
	}
}

@media(min-width:1024px) {
	.sec__overview .model__price {
		padding-right: 1.25rem
	}
}

.model_overview_awards {
	margin-top: 1.5rem
}

.model_overview_awards h6 {
	font-weight: 700;
	letter-spacing: .03em;
	margin-bottom: .25rem
}

.model_overview_awards p {
	font-size: .75rem
}

.model_awards_ul {
	align-items: center;
	display: flex;
	flex-flow: row wrap
}

.model_awards_ul img {
	border-radius: 50%;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain
}

.model_awards_ul li {
	padding: 1rem
}

@media(max-width:599px) {
	.model_awards_ul {
		margin: 0 -.5rem
	}

	.model_awards_ul li {
		flex: 0 0 50%;
		margin-bottom: 1rem;
		margin-top: 1rem;
		width: 50%
	}

	.model_awards_ul img {
		max-height: 128px;
		max-width: 128px
	}
}

@media(min-width:600px) {
	.model_awards_ul {
		margin: 0 -1rem;
		padding-right: calc(25% - 1rem)
	}

	.model_awards_ul li {
		flex: 0 0 25%;
		width: 25%
	}

	.model_awards_ul img {
		max-height: 164px;
		max-width: 164px
	}
}

.sec__virtual_showroom .iframe__wrapper {
	height: 0;
	padding-bottom: 50%
}

@media(max-width:599px)and (orientation:portrait) {
	.sec__virtual_showroom .iframe__wrapper {
		padding-bottom: 120%
	}
}

.sec__gallery {
	overflow: hidden
}

@media(min-width:1366px) {

	.sec__gallery .slider__gallery:after,
	.sec__gallery .slider__gallery:before {
		content: none
	}
}

@media(max-width:599px) {
	.sec__gallery .justify_center {
		text-align: center
	}
}

.sec__features {
	position: relative
}

.sec__features .layout_grid~.justify_center {
	padding-top: 1rem
}

@media(max-width:599px) {
	.sec__features .layout_grid_cell_3 .add_margin_top {
		margin-top: 0
	}
}

@media(min-width:1024px) {
	.sec__features .add_margin_top {
		margin-top: 5rem
	}
}

@media(min-width:1280px) {
	.sec__features .has_ext_padding_right {
		padding-right: 7.5rem
	}

	.sec__features .has_ext_padding_left {
		padding-left: 7.5rem
	}
}

.scrollmagic-pin-spacer {
	overflow: hidden;
	padding-bottom: 0 !important;
	padding-top: 0 !important
}

.model_feature {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	overflow: hidden;
	position: relative
}

.model_feature>picture {
	bottom: 0;
	left: 0;
	opacity: .75;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1.08);
	transition: opacity 2s, transform 2s
}

.model_feature>picture:after,
.model_feature>picture:before {
	content: "";
	left: 0;
	opacity: .7;
	position: absolute;
	top: 0;
	z-index: 1
}

.model_feature>picture:before {
	background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	height: 100%;
	width: 100%
}

.model_feature>picture:after {
	background: linear-gradient(#000, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	height: 50%;
	width: 100%
}

.model_feature.animated picture {
	opacity: 1;
	transform: scale(1)
}

.model_feature img {
	left: 50% !important;
	max-width: none;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50% !important;
	transform: translate(-50%, -50%)
}

.model_feature h4 {
	margin-bottom: .5rem;
	margin-top: 1rem
}

@media(max-width:1023px) {
	.model_feature {
		justify-content: flex-start
	}

	.model_feature .txt_big {
		margin-top: 4rem
	}
}

@media(min-width:1024px) {
	.model_feature .txt_big {
		margin-bottom: 20vh
	}

	.model_feature .layout_grid:last-child {
		padding-bottom: 0
	}
}

@media(max-height:649px)and (orientation:landscape) {
	.scrollmagic-pin-spacer .model_feature .sec__header.layout_grid {
		padding-bottom: 1.5rem
	}

	.scrollmagic-pin-spacer .model_feature .ar__16_10 {
		padding-bottom: 50%
	}
}

.model_feat_item:nth-child(n+3) {
	display: none
}

.model_feat_item:nth-child(n+3)>div {
	margin-top: 2rem
}

.is_shown .model_feat_item {
	display: block
}

@media(max-width:599px) {
	.model_feat_item.layout_grid_cell_6+.layout_grid_cell_6 {
		margin-top: .5rem
	}
}

@media(min-width:1280px) {
	.model_feat_item:nth-child(odd)>div {
		padding-left: 7.5rem;
		padding-right: 1rem
	}

	.model_feat_item:nth-child(2n)>div {
		padding-left: 1rem;
		padding-right: 7.5rem
	}
}

.model_feat_anim {
	opacity: 0;
	transform: translateY(5rem);
	transition: opacity 1s, transform .75s
}

.model_feat_anim:nth-child(2n) {
	transition-delay: .2s
}

.model_feat_anim.animated {
	opacity: 1;
	transform: translate(0)
}

.model_feat_anim.animated.reverse {
	opacity: 0;
	transform: translateY(-5rem)
}

.model__color_picker_wrp {
	z-index: 3
}

.model__color_picker_wrp .tab__main.mdc-tab-bar:before {
	display: none
}

.model__color_picker_wrp .tab__main .mdc-tab-scroller {
	border-bottom: 1px solid;
	display: inline-block
}

@media(min-width:1024px) {
	.model__color_picker_wrp .tab__main .mdc-tab {
		padding: 0 16px
	}
}

@media(min-width:1280px) {
	.model__color_picker_wrp .tab__main .mdc-tab {
		padding: 0 32px
	}
}

.model__color_picker_wrp .tab__panel_main {
	display: block;
	left: -9999px;
	opacity: 0;
	position: absolute;
	visibility: hidden
}

.model__color_picker_wrp .panel--active {
	left: 0;
	opacity: 1;
	position: relative;
	visibility: visible
}

.sec__specifications+.sec__hva {
	background-color: #ebebeb
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__lexus_guarantee .layout_grid_cell_6:nth-child(odd) {
		padding-right: 1rem
	}

	.sec__lexus_guarantee .layout_grid_cell_6:nth-child(2n) {
		padding-left: 1rem
	}
}

@media(min-width:1024px) {
	.sec__lexus_guarantee .layout_grid_cell_6:nth-child(odd) {
		padding-right: 1.5rem
	}

	.sec__lexus_guarantee .layout_grid_cell_6:nth-child(2n) {
		padding-left: 1.5rem
	}
}

.sec__hva.sec__bg_grad_light:before {
	background-image: linear-gradient(#f5f5f5, #fff)
}

@media(max-width:599px) {
	.sec__keep_me_informed .footer__hero {
		padding-bottom: 66.667%
	}
}

.sec__stay_informed .layout_grid_inner {
	align-items: center
}

@media(max-width:599px) {
	.sec__stay_informed .footer__hero {
		padding-bottom: 66.667%
	}
}

@keyframes mdc-checkbox-fade-in-background-uvlm2hw {
	0% {
		background-color: transparent;
		border-color: #ccc
	}

	50% {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff);
		border-color: #fff;
		border-color: var(--mdc-theme-secondary, #fff)
	}
}

@keyframes mdc-checkbox-fade-out-background-uvlm2hw {

	0%,
	80% {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff);
		border-color: #fff;
		border-color: var(--mdc-theme-secondary, #fff)
	}

	to {
		background-color: transparent;
		border-color: #ccc
	}
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-in-background-uvlm2hw
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-out-background-uvlm2hw
}

.legend,
.legend>li {
	display: flex;
	flex-flow: row wrap
}

.legend>li:not(:last-child) {
	margin-right: 1.5rem
}

.legend__color {
	border-radius: 50%;
	height: 20px;
	width: 20px
}

.legend__label {
	font-size: .875rem;
	margin-left: .5rem
}

.sec__layout ul.legend {
	padding-left: 0
}

.sec__layout ul.legend li {
	margin-bottom: 1rem
}

@media(max-width:599px) {
	.sec__layout ul.legend li {
		margin-right: 0;
		padding-left: 28px;
		position: relative;
		width: 50%
	}

	.sec__layout ul.legend li .legend__color {
		left: 0;
		position: absolute;
		top: 0
	}

	.sec__layout ul.legend li .legend__label {
		margin-left: 0
	}
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, .45);
	background-color: transparent;
	border: none;
	border-radius: 2px;
	color: #d7d7d7;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	outline: none;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 10080
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
	opacity: .5;
	pointer-events: none
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
	color: #fff
}

.lg-actions .lg-next {
	right: 20px
}

.lg-actions .lg-next:before {
	content: ""
}

.lg-actions .lg-prev {
	left: 20px
}

.lg-actions .lg-prev:after {
	content: ""
}

@keyframes lg-right-end {
	0% {
		left: 0
	}

	50% {
		left: -30px
	}

	to {
		left: 0
	}
}

@keyframes lg-left-end {
	0% {
		left: 0
	}

	50% {
		left: 30px
	}

	to {
		left: 0
	}
}

.lg-outer.lg-right-end .lg-object {
	animation: lg-right-end .3s;
	position: relative
}

.lg-outer.lg-left-end .lg-object {
	animation: lg-left-end .3s;
	position: relative
}

.lg-toolbar {
	background-color: rgba(0, 0, 0, .45);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10082
}

.lg-toolbar .lg-icon {
	background: none;
	border: none;
	box-shadow: none;
	color: #d7d7d7;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	outline: medium none;
	padding: 10px 0;
	text-align: center;
	text-decoration: none !important;
	transition: color .2s linear;
	width: 50px
}

.lg-toolbar .lg-icon:hover {
	color: #fff
}

.lg-toolbar .lg-close:after {
	content: ""
}

.lg-toolbar .lg-download:after {
	content: ""
}

.lg-sub-html {
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 10080
}

.lg-sub-html h4 {
	font-size: 13px;
	font-weight: 700;
	margin: 0
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0
}

#lg-counter {
	color: #d7d7d7;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
	opacity: 1;
	transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
	opacity: 0;
	transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
	opacity: 0;
	transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
	transform-origin: 50% 50%;
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s, opacity .25s cubic-bezier(0, 0, .25, 1) !important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	opacity: 1;
	transform: scaleX(1)
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	max-height: 350px;
	position: absolute;
	transform: translate3d(0, 100%, 0);
	transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
	width: 100%;
	z-index: 10080
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	transform: translateZ(0)
}

.lg-outer .lg-thumb {
	height: 100%;
	margin-bottom: -5px;
	padding: 10px 0
}

.lg-outer .lg-thumb-item {
	border: 2px solid #fff;
	border-radius: 5px;
	border-radius: 4px;
	cursor: pointer;
	float: left;
	height: 100%;
	margin-bottom: 5px;
	overflow: hidden
}

@media(min-width:1025px) {
	.lg-outer .lg-thumb-item {
		transition: border-color .25s ease
	}
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707
}

.lg-outer .lg-thumb-item img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border: none;
	border-radius: 2px 2px 0 0;
	color: #d7d7d7;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	outline: medium none;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px
}

.lg-outer .lg-toggle-thumb:after {
	content: ""
}

.lg-outer .lg-toggle-thumb:hover {
	color: #fff
}

.lg-outer .lg-video-cont {
	display: inline-block;
	max-height: 100%;
	max-width: 1140px;
	padding: 0 5px;
	vertical-align: middle;
	width: 100%
}

.lg-outer .lg-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important
}

.lg-outer .lg-video .lg-video-play {
	cursor: pointer;
	height: 59px;
	left: 50%;
	margin-left: -42px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 84px;
	z-index: 10080
}

.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/vimeo-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/vimeo-play.png) no-repeat scroll 0 -58px transparent
}

.lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/video-play.png) no-repeat scroll 0 0;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	opacity: .8;
	width: 64px
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/youtube-play.png) no-repeat scroll 0 0 transparent
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/youtube-play.png) no-repeat scroll 0 -60px transparent
}

.lg-outer .lg-video-object {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: opacity .08s ease 0s;
	width: 100%;
	z-index: 10083
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1
}

.lg-autoplay-button:after {
	content: ""
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: ""
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	backface-visibility: hidden;
	transform: translateZ(0)
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	backface-visibility: hidden;
	transform: scaleX(1);
	transform-origin: 0 0;
	transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important
}

#lg-zoom-in:after {
	content: ""
}

#lg-actual-size {
	font-size: 20px
}

#lg-actual-size:after {
	content: ""
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none
}

#lg-zoom-out:after {
	content: ""
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto
}

.group {
	zoom: 1
}

.group:after,
.group:before {
	content: "";
	display: table;
	line-height: 0
}

.group:after {
	clear: both
}

.lg-outer {
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity .15s ease 0s;
	width: 100%;
	z-index: 10050
}

.lg-outer * {
	box-sizing: border-box
}

.lg-outer.lg-visible {
	opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
	transition-duration: inherit !important;
	transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	opacity: 1;
	transition-duration: 0s !important
}

.lg-outer.lg-grab img.lg-object {
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing
}

.lg-outer .lg {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	width: 100%
}

.lg-outer .lg-inner {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 100%
}

.lg-outer .lg-item {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/loading.gif) no-repeat scroll 50% transparent;
	display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
	display: inline-block;
	height: 100%;
	position: absolute;
	text-align: center;
	width: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	margin-right: -1px;
	width: 1px
}

.lg-outer .lg-img-wrap {
	bottom: 0;
	left: 0;
	padding: 0 5px;
	position: absolute;
	right: 0;
	top: 0
}

.lg-outer .lg-item.lg-complete {
	background-image: none
}

.lg-outer .lg-item.lg-current {
	z-index: 10060
}

.lg-outer .lg-image {
	display: inline-block;
	height: auto !important;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	width: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
	display: none
}

.lg-backdrop {
	background-color: rgba(0, 0, 0, .75);
	bottom: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity .15s ease 0s;
	z-index: 10040
}

.lg-backdrop.in {
	opacity: 1
}

@supports((-webkit-backdrop-filter:none) or (backdrop-filter:none)) {
	.lg-backdrop {
		-webkit-backdrop-filter: blur(.3em);
		backdrop-filter: blur(.3em);
		background-color: rgba(0, 0, 0, .5)
	}
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
	transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
	backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
	opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	opacity: 1;
	transform: translateZ(0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	left: 0;
	opacity: 0;
	position: absolute
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-toolbar {
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	justify-content: center;
	left: auto;
	right: 0;
	width: auto
}

.lg-hide-items .lg-toolbar {
	transform: translate3d(80%, 0, 0)
}

@media(max-width:599px) {
	.lg-hide-items .lg-toolbar {
		opacity: 1 !important;
		transform: none !important
	}
}

.lg-toolbar .lg-icon {
	display: block;
	float: none;
	font-size: 0;
	height: 3.333rem;
	position: relative;
	width: 3.333rem
}

.lg-toolbar .lg-close:after,
.lg-toolbar .lg-close:before {
	border-left: 2px solid #fff;
	content: "";
	height: 2.222rem;
	left: calc(50% - 2px);
	position: absolute;
	top: .555rem
}

.lg-toolbar .lg-close:before {
	transform: rotate(45deg)
}

.lg-toolbar .lg-close:after {
	transform: rotate(-45deg)
}

#lg-zoom-in,
#lg-zoom-out {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 30px
}

#lg-zoom-in:after,
#lg-zoom-out:after {
	content: none
}

#lg-zoom-in {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-zoom-in.svg)
}

#lg-zoom-out {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-zoom-out.svg)
}

.lg-outer .lg-item:not(.lg-current) {
	display: none !important;
	visibility: hidden !important
}

.lg-outer .lg-video-cont {
	height: 100%;
	max-width: 100%;
	padding: 0
}

.lg-outer .lg-video {
	height: 100%;
	padding-bottom: 0
}

.lg-outer .lg-has-youtube .lg-video-play {
	background: none
}

.lg-outer .lg-has-youtube .lg-video-play:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 1.667rem 0 1.667rem 2.444rem;
	content: "";
	height: 0;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .25s;
	width: 0
}

.lg-outer .lg-has-youtube .lg-video-play:hover:after {
	opacity: .75
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: none
}

.lg-video:after {
	background-color: #000;
	background-position: 50%;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	cursor: pointer;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .25s
}

.lg-video.is_ended:after,
.lg-video.is_paused:after {
	opacity: 1;
	pointer-events: all
}

.lg-video.is_ended:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNDM3LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA0MzcuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTIyNy4xIDQzNy4xaC04LjVDOTggNDM3LjEgMCAzMzkuMSAwIDIxOC41IDAgOTggOTggMCAyMTguNSAwYzExNy42IDAgMjEzLjkgOTMuNCAyMTguNCAyMTBINTEyTDM4MC4xIDM2MC44IDI0OC4yIDIxMGg3NC42Yy00LjQtNTMuNy00OS40LTk2LTEwNC4yLTk2LTU3LjcgMC0xMDQuNiA0Ni45LTEwNC42IDEwNC41UzE2MC45IDMyMyAyMTguNSAzMjNoOC41djExNC4xem0tOC42LTQyMGMtMTExLjEgMC0yMDEuNCA5MC40LTIwMS40IDIwMS40IDAgMTA4LjIgODUuOCAxOTYuOCAxOTIuOSAyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM0M5Ni45IDE1MS41IDE1MS41IDk3IDIxOC41IDk3YzY3LjEgMCAxMjEuNiA1NC42IDEyMS42IDEyMS42djguNWgtNTQuM0wzODAgMzM0LjhsOTQuMi0xMDcuN2gtNTQuM3YtOC41Yy4xLTExMS4xLTkwLjMtMjAxLjUtMjAxLjQtMjAxLjV6Ii8+PC9zdmc+);
	background-size: 64px
}

.lg-video.is_paused:after {
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
	background-size: 44px;
	transition-delay: .5s
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__3d_viewer .layout_grid_inner {
		grid-gap: 24px 16px;
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}
}

@media(min-width:1024px) {
	.sec__3d_viewer .layout_grid_cell_9+.layout_grid_cell_3 {
		grid-row-start: 1
	}
}

.showcase-container {
	position: relative;
	text-align: center
}

.showcase-container iframe {
	margin: 0;
	overflow: scroll;
	width: 100%
}

@media screen and (min-width:768px) {
	.showcase-container iframe {
		min-height: 360px
	}
}

@media screen and (min-width:992px) {
	.showcase-container iframe {
		height: 540px;
		max-width: 1068px
	}
}

.block__hva ul {
	margin: 0;
	padding: 0
}

.block__hva ul,
.block__hva ul li {
	list-style: none
}

.block__hva ul li+li {
	margin-top: 2rem
}

@media(max-width:1023px) {
	.block__hva ul li+li {
		margin-top: 1.5rem
	}

	.block__hva ul li {
		width: 50%
	}
}

.block__hva ul.layout_flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap
}

.block__hva ul.layout_flex>li {
	margin-bottom: 0
}

@media(max-width:1023px) {

	.block__hva ul.layout_flex li:first-child,
	.block__hva ul.layout_flex li:nth-child(2) {
		margin-top: 0
	}

	.block__hva ul.layout_flex>li a {
		align-items: flex-start
	}
}

@media(min-width:1024px) {
	.block__hva ul.layout_flex {
		display: block
	}

	.block__hva ul.layout_flex li {
		width: 100%
	}
}

a.no_txt_link.muted {
	opacity: .4;
	pointer-events: none
}

.sec__overview {
	overflow: hidden
}

.sec__overview.sec__bg_grad_dark {
	background-color: #fff;
}

.sec__overview.sec__bg_grad_dark a:not(.mdc-button):not(.no_txt_link) {
	background-image: unset !important;
	color: inherit !important;
    text-decoration: underline;
}

.sec__overview_ul {
	margin-top: 2rem
}

.sec__overview_ul>li:not(:first-child) {
	margin-top: .5rem
}

.cloudimage-360-icons-container {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 95%;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	z-index: 101
}

.cloudimage-360-magnifier-icon {
	background: url(https://scaleflex.ultrafast.io/https://scaleflex.airstore.io/filerobot/js-cloudimage-360-view/loupe.svg) 50% 50%/cover no-repeat;
	cursor: pointer;
	height: 25px;
	margin-bottom: 5px;
	width: 25px
}

.cloudimage-360-fullscreen-icon {
	background: url(https://scaleflex.ultrafast.io/https://scaleflex.airstore.io/filerobot/js-cloudimage-360-view/full_screen.svg) 50% 50%/cover no-repeat;
	cursor: pointer;
	height: 25px;
	margin-bottom: 5px;
	width: 25px
}

.cloudimage-360-reset-zoom-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/ic-resize.svg?vh=248986) 50% 50%/cover no-repeat;
	cursor: pointer;
	display: none;
	height: 30px;
	margin-top: auto;
	width: 30px
}

.cloudimage-360-close-fullscreen-icon {
	background: url(https://scaleflex.ultrafast.io/https://scaleflex.airstore.io/filerobot/js-cloudimage-360-view/cross.svg) 50% 50%/cover no-repeat;
	cursor: pointer;
	height: 25px;
	width: 25px
}

.cloudimage-360-loader {
	background-color: #a5afb8;
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	z-index: 100
}

.cloudimage-360-box-shadow {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99
}

.cloudimage-360-view-360-icon {
	background-color: hsla(0, 0%, 100%, .8);
	border-radius: 50%;
	bottom: 0;
	box-shadow: 0 0 4px hsla(0, 0%, 100%, .5);
	color: #505050;
	height: 100px;
	line-height: 100px;
	text-align: center;
	top: 0;
	width: 100px
}

.cloudimage-360-view-360-circle,
.cloudimage-360-view-360-icon {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: all .5s;
	z-index: 2
}

.cloudimage-360-view-360-circle {
	height: auto;
	width: 80%
}

.cloudimage-360-fullscreen-modal {
	background-color: #fff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999
}

.cloudimage-360-img-magnifier-glass {
	background-color: #fff;
	background-repeat: no-repeat;
	border: 3px solid #000;
	border-radius: 50%;
	cursor: wait;
	height: 250px;
	line-height: 200px;
	position: absolute;
	right: -85px;
	text-align: center;
	top: -75px;
	width: 250px;
	z-index: 1000
}

.cloudimage-360 .cloudimage-360-left,
.cloudimage-360 .cloudimage-360-right {
	background: #f4f4f4;
	border: none;
	border-radius: 4px;
	padding: 8px
}

.cloudimage-360 .cloudimage-360-left:focus,
.cloudimage-360 .cloudimage-360-right:focus {
	outline: none
}

.cloudimage-360 .cloudimage-360-left {
	display: none;
	left: 20px;
	position: absolute;
	top: calc(50% - 15px);
	z-index: 100
}

.cloudimage-360 .cloudimage-360-right {
	display: none;
	position: absolute;
	right: 20px;
	top: calc(50% - 15px);
	z-index: 100
}

.cloudimage-360 .cloudimage-360-left:before,
.cloudimage-360 .cloudimage-360-right:before {
	background: 50% 50%/cover no-repeat;
	content: "";
	display: block;
	height: 30px;
	width: 30px
}

.cloudimage-360 .cloudimage-360-left:before {
	background-image: url(https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg)
}

.cloudimage-360 .cloudimage-360-right:before {
	background-image: url(https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg)
}

.cloudimage-360 .cloudimage-360-left.not-active,
.cloudimage-360 .cloudimage-360-right.not-active {
	cursor: default;
	opacity: .4;
	pointer-events: none
}

.cloudimage-360 .cloudimage-360-bottom,
.cloudimage-360 .cloudimage-360-top {
	background: #f4f4f4;
	border: none;
	border-radius: 4px;
	padding: 8px
}

.cloudimage-360 .cloudimage-360-bottom:focus,
.cloudimage-360 .cloudimage-360-top:focus {
	outline: none
}

.cloudimage-360 .cloudimage-360-top {
	top: 20px
}

.cloudimage-360 .cloudimage-360-bottom,
.cloudimage-360 .cloudimage-360-top {
	display: none;
	left: calc(50% - 15px);
	position: absolute;
	transform: rotate(90deg);
	z-index: 100
}

.cloudimage-360 .cloudimage-360-bottom {
	bottom: 20px
}

.cloudimage-360 .cloudimage-360-bottom:before,
.cloudimage-360 .cloudimage-360-top:before {
	background: 50% 50%/cover no-repeat;
	content: "";
	display: block;
	height: 30px;
	width: 30px
}

.cloudimage-360 .cloudimage-360-top:before {
	background-image: url(https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-left.svg)
}

.cloudimage-360 .cloudimage-360-bottom:before {
	background-image: url(https://cdn.scaleflex.it/plugins/js-cloudimage-360-view/assets/img/arrow-right.svg)
}

.cloudimage-360 .cloudimage-360-bottom.not-active,
.cloudimage-360 .cloudimage-360-top.not-active {
	cursor: default;
	opacity: .4
}

.cloudimage-360-hotspot-link-icon {
	background: rgba(12, 109, 199, .2);
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: 50%;
	box-sizing: border-box;
	cursor: auto;
	height: 42px;
	transition: opacity .6s ease-in-out;
	width: 42px
}

.cloudimage-360-hotspot-link-icon:before {
	animation: pulse 2s infinite;
	background-color: #0c6dc7;
	background-image: url(https://scaleflex.cloudimg.io/v7/plugins/js-cloudimage-360-view/assets/img/link-hotspot.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 8px;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
	content: "";
	cursor: auto;
	height: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px
}

.cloudimage-360-hotspot-custom-icon {
	background: rgba(118, 173, 1, .2);
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: 50%;
	box-sizing: border-box;
	cursor: auto;
	height: 42px;
	transition: opacity .3s ease-in-out;
	width: 42px
}

.cloudimage-360-hotspot-custom-icon:before {
	animation: pulse 2s infinite;
	background-color: #76ad01;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 8px;
	border-radius: 50%;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .25);
	box-sizing: border-box;
	content: "";
	cursor: auto;
	height: 18px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 18px
}

.cloudimage-360-hotspot-custom-icon:after {
	color: #fff;
	content: "+";
	cursor: auto;
	font-weight: 400;
	left: 50%;
	line-height: 20px;
	position: absolute;
	top: 100%;
	transform: translate(-50%, -150%)
}

.cloudimage-360-hotspot-popup {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .251);
	opacity: 0;
	padding: 6px;
	visibility: hidden;
	z-index: 999
}

.cloudimage-360-hotspot-popup[data-show] {
	opacity: 1;
	visibility: visible
}

.cloudimage-360-popup-arrow,
.cloudimage-360-popup-arrow:before {
	background: inherit;
	cursor: "auto";
	height: 8px;
	position: absolute;
	width: 8px
}

.cloudimage-360-popup-arrow {
	visibility: hidden
}

.cloudimage-360-popup-arrow:before {
	content: "";
	transform: rotate(45deg);
	visibility: visible
}

.cloudimage-360-hotspot-popup[data-popper-placement^=top]>.cloudimage-360-popup-arrow {
	bottom: -4px
}

.cloudimage-360-hotspot-popup[data-popper-placement^=bottom]>.cloudimage-360-popup-arrow {
	top: -4px
}

.cloudimage-360-hotspot-popup[data-popper-placement^=left]>.cloudimage-360-popup-arrow {
	right: -4px
}

.cloudimage-360-hotspot-popup[data-popper-placement^=right]>.cloudimage-360-popup-arrow {
	left: -4px
}

.cloudimage-360-modal-wrapper {
	max-width: 222px
}

.cloudimage-360-images-carousel-wrapper {
	margin: 0 auto
}

.cloudimage-360-images-carousel .cloudimage-360-carousel-image {
	display: none;
	max-height: 100%;
	max-width: 100%;
	min-height: 187px
}

.cloudimage-360-images-carousel .cloudimage-360-carousel-image.active-image {
	animation-duration: 1.5s;
	animation-name: fade-active-image;
	display: block
}

.cloudimage-360-carousel-dots {
	-moz-column-gap: 3px;
	column-gap: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 5px auto;
	padding: 0 6px;
	row-gap: 3px;
	width: 50%
}

.cloudimage-360-carousel-dot {
	background-color: #c9d0de;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 5px;
	padding: 0;
	transition: background-color .6s ease;
	width: 5px
}

.cloudimage-360-carousel-dot.active-dot {
	background-color: #76ad01
}

.cloudimage-360-carousel-dot.focus-visible,
.cloudimage-360-carousel-dot:focus {
	border: 0;
	outline: 0
}

.cloudimage-360-carousel-dot:focus,
.cloudimage-360-carousel-dot:focus-visible {
	border: 0;
	outline: 0
}

.cloudimage-360-modal-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	margin: 4px 0
}

.cloudimage-360-modal-description {
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	margin: 4px 0
}

.cloudimage-360-modal-more-details {
	background-color: #ecfae6;
	border-radius: 2px;
	color: #76ad01;
	font-size: 10px;
	font-weight: 400;
	line-height: 16px;
	padding: 4px 8px;
	text-decoration: none;
	transition: background-color .2s ease-in-out
}

.cloudimage-360-modal-more-details:hover {
	background-color: #e1f5d8;
	color: #76ad01
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(99, 99, 99, .7)
	}

	70% {
		box-shadow: 0 0 0 10px rgba(99, 99, 99, 0)
	}

	to {
		box-shadow: 0 0 0 0 rgba(99, 99, 99, 0)
	}
}

@keyframes fade-active-image {
	0% {
		opacity: .7
	}

	to {
		opacity: 1
	}
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article .sec__bg_grad_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article .sec__bg_gray_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close),
article .sec__bg_white a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0))
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article .sec__bg_grad_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article .sec__bg_gray_light a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover,
article .sec__bg_white a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0))
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) .sec__bg_grad_dark_gray a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close) {
	background-image: linear-gradient(270deg, hsla(0, 0%, 92%, 0) 0, #ebebeb 50%, hsla(0, 0%, 92%, 0));
	color: inherit
}

.theme__light article section:not(.sec__bg_black):not(.sec__bg_grad_dark) .sec__bg_grad_dark_gray a:not(.mdc-button):not(.no_txt_link):not(.cta_filter_close):hover {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0))
}

a.link_download:not(.no_txt_link),
a[download]:not(.no_txt_link) {
	margin-left: 1.5em;
	position: relative
}

a.link_download:not(.no_txt_link):before,
a[download]:not(.no_txt_link):before {
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-download.svg);
	background-position: left 3px;
	background-repeat: no-repeat;
	background-size: 1em 1em;
	content: "";
	display: block;
	height: 1.5em;
	left: -1.5em;
	position: absolute;
	top: 0;
	width: 1.5em
}

a.link_download.download_all,
a[download].download_all {
	margin-left: 1.75em
}

a.link_download.download_all:before,
a[download].download_all:before {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-download-all.svg) no-repeat 0;
	height: 100%;
	left: -1.75em
}

.sec__bg_grad_dark a[target=_blank]:not(.no_icon):after,
.sec__bg_grad_gray a[target=_blank]:not(.no_icon):after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external-w.svg)
}

a.no_txt_link img {
	transform: scale(1);
	transition: transform .25s
}

a.no_txt_link:hover img {
	transform: scale(1.06)
}

.link_back_to {
	display: inline-flex;
	margin-left: calc(.66667rem + 6px);
	position: relative
}

header .link_back_to {
	margin-bottom: 2rem
}

.link_back_to:before {
	background: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-arrow-next-b.svg) no-repeat 0;
	background-size: 100%;
	content: "";
	height: 100%;
	left: calc(-.66667rem - 6px);
	position: absolute;
	top: 0;
	transform: rotate(180deg);
	width: .66667rem
}

header h1+p {
	margin-top: 1rem
}

@media(min-width:1024px) {
	header h1 {
		font-size: 2.667rem
	}
}

.sec__header h2,
.sec__header h3 {
	scroll-margin-top: 50px
}

.sec__header h2+h4,
.sec__header h3+h4 {
	margin-top: 2rem
}

.sec__header h2~p,
.sec__header h3~p {
	margin-top: 1rem
}

.sec__header+.layout_grid,
.sec__header+.sec__cont {
	padding-top: 0
}

.sec__subheader {
	margin-bottom: 2rem
}

.sec__subheader h3 {
	font-size: 1.5rem
}

@media(min-width:1024px) {
	.sec__subheader h3 {
		font-size: 1.66667rem
	}
}

.sec__subheader h3+h4 {
	margin-top: .75rem
}

@media(max-width:599px) {
	.sec__subheader {
		margin-bottom: 1.5rem
	}
}

.link_img img,
.link_video img {
	pointer-events: none;
	transform: scale(1);
	will-change: transform
}

.link_img img.lazy,
.link_video img.lazy {
	transition: opacity .5s, transform .5s
}

.link_img:hover picture:after,
.link_video:hover picture:after {
	opacity: .75
}

.link_img:hover img,
.link_video:hover img {
	transform: scale(1.015)
}

.link_img {
	cursor: zoom-in
}

.link_video {
	cursor: pointer
}

.link_video picture:after {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 1.667rem 0 1.667rem 2.444rem;
	content: "";
	height: 0;
	left: 50%;
	opacity: 1;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity .25s;
	width: 0
}

.picture_full_screen {
	bottom: 0;
	height: 100%;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%
}

.picture_full_screen:after {
	background: linear-gradient(90deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	content: "";
	height: 100%;
	left: 0;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 100%
}

.picture_full_screen img {
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

.has_aspect_ratio {
	height: 0;
	overflow: hidden;
	position: relative
}

.has_aspect_ratio iframe,
.has_aspect_ratio img {
	left: 0;
	position: absolute;
	top: 0
}

.has_aspect_ratio iframe {
	border: 0;
	bottom: 0;
	height: 100%;
	right: 0;
	width: 100%
}

.ar__2_1 {
	padding-bottom: 50%
}

.ar__16_9 {
	padding-bottom: 56.25%
}

.ar__9_16 {
	padding-bottom: 180%
}

.ar__16_10 {
	padding-bottom: 62.5%
}

.ar__3_2 {
	padding-bottom: 66.66667%
}

.ar__4_3 {
	padding-bottom: 75%
}

.ar__1_1 {
	padding-bottom: 100%
}

.ar__3_4 {
	padding-bottom: 133.33333%
}

.ar__car_thumb {
	overflow: visible;
	padding-bottom: 39.5%
}

.layout_flex {
	display: flex
}

.layout_flex.align_bottom {
	align-items: flex-end;
	height: 100%
}

.layout_flex.justify_center {
	justify-content: center
}

.layout_flex.justify_between {
	justify-content: space-between
}

.layout_flex.justify_right {
	justify-content: flex-end
}

.layout_flex.vertical_space_btwn {
	align-content: space-between;
	flex-flow: row wrap;
	justify-content: space-between;
	min-height: 100%
}

@media(max-width:599px) {

	.layout_flex.justify_between,
	.layout_flex.justify_center {
		flex-flow: column wrap
	}

	.layout_flex.justify_between>:not(:first-child),
	.layout_flex.justify_center>:not(:first-child) {
		margin-top: 1.5rem
	}

	.layout_flex.justify_center {
		align-items: center
	}
}

.sec__wrapper {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
	width: 100%;
	z-index: 1
}

.sec__wrapper.no_padding_top {
	padding-top: 0
}

@media(min-width:1024px) {


	.sec__hva .sec__wrapper {
		padding-top: 40px
	}
}


.iframe__wrapper {
	position: relative
}

.iframe__wrapper iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.iframe__wrapper.iframe__wrapper_yt:after {
	background-color: #000;
	background-position: 50%;
	background-repeat: no-repeat;
	content: "";
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: opacity .25s;
	width: 100%
}

.iframe__wrapper.iframe__wrapper_yt.is_ended:after,
.iframe__wrapper.iframe__wrapper_yt.is_paused:after {
	opacity: 1;
	pointer-events: all
}

.iframe__wrapper.iframe__wrapper_yt.is_ended:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNDM3LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA0MzcuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6I2ZmZiIgZD0iTTIyNy4xIDQzNy4xaC04LjVDOTggNDM3LjEgMCAzMzkuMSAwIDIxOC41IDAgOTggOTggMCAyMTguNSAwYzExNy42IDAgMjEzLjkgOTMuNCAyMTguNCAyMTBINTEyTDM4MC4xIDM2MC44IDI0OC4yIDIxMGg3NC42Yy00LjQtNTMuNy00OS40LTk2LTEwNC4yLTk2LTU3LjcgMC0xMDQuNiA0Ni45LTEwNC42IDEwNC41UzE2MC45IDMyMyAyMTguNSAzMjNoOC41djExNC4xem0tOC42LTQyMGMtMTExLjEgMC0yMDEuNCA5MC40LTIwMS40IDIwMS40IDAgMTA4LjIgODUuOCAxOTYuOCAxOTIuOSAyMDEuM3YtNzkuOWMtNjMuMS00LjQtMTEzLjEtNTcuMS0xMTMuMS0xMjEuM0M5Ni45IDE1MS41IDE1MS41IDk3IDIxOC41IDk3YzY3LjEgMCAxMjEuNiA1NC42IDEyMS42IDEyMS42djguNWgtNTQuM0wzODAgMzM0LjhsOTQuMi0xMDcuN2gtNTQuM3YtOC41Yy4xLTExMS4xLTkwLjMtMjAxLjUtMjAxLjQtMjAxLjV6Ii8+PC9zdmc+);
	background-size: 64px
}

.iframe__wrapper.iframe__wrapper_yt.is_paused:after {
	background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
	background-size: 44px;
	transition-delay: .5s
}

.lcpo_img+.tile__cont,
.media_lightbox_min+.tile__cont,
picture+.tile__cont {
	padding-top: 1.25rem
}

.tile__cont h4 {
	margin-bottom: .75rem
}

@media(max-width:599px) {
	.tile__cont {
		margin-bottom: 1rem
	}
}

.sec__has_bg {
	position: relative
}

.sec__has_bg:before {
	content: "";
	height: 100%;
	left: 50%;
	opacity: var(--opacity);
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: calc(100vw + 2px)
}

.sec__has_bg .sec__cont {
	position: relative
}

.sec__bg_black:before {
	background-color: #000
}

.sec__bg_grad_black:before {
	background-image: linear-gradient(#000, #292929 75%)
}

.sec__bg_grad_dark:before {
	background-image: linear-gradient(#E8EEF5, #fff)
}

.sec__bg_gray_light:before {
	background-color: #f5f5f5;
	background-image: linear-gradient(#ebebeb, hsla(0, 0%, 100%, .5) 6rem, hsla(0, 0%, 100%, 0) calc(100% - 6rem), #ebebeb)
}

.sec__bg_grad_gray:before {
	background-image: linear-gradient(#898989, #898989 calc(100% - 6rem), #757575)
}

.sec__bg_grad_light:before {
	background-color: #fff;
	background-image: linear-gradient(hsla(0, 0%, 100%, 0) calc(100% - 6rem), #f5f5f5)
}

.sec__bg_grad_dark_gray:before {
	background-color: #ccc;
	background-image: linear-gradient(#ccc, #959595)
}

.sec__bg_grad_dark_gray * {
	color: #fff
}

.sec__bg_grad_light *,
.sec__bg_gray_light *,
.sec__bg_white * {
	color: #292929
}

.sec__bg_grad_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_gray_light .mdc-button--unelevated:not(:disabled) .mdc-button__label,
.sec__bg_white .mdc-button--unelevated:not(:disabled) .mdc-button__label {
	color: #fff
}

.sec__bg_white:before {
	background-color: #fff
}

.sec__bg_white.sec__keep_me_informed:before {
	background-image: linear-gradient(hsla(0, 0%, 100%, 0) calc(100% - 6rem), #f5f5f5)
}

.sec__parallax {
	perspective: 250;
	perspective-origin: 50% 0
}

@media(max-width:599px) {
	.sec__parallax {
		perspective-origin: 50% 100%
	}
}

.el__parallax {
	transform: scaleZ(1) translateY(var(--translateY));
	transition: opacity .5s, transform .5s
}

.el__parallax_bg {
	transform: translateY(var(--translateY));
	transition: transform .25s
}

.el__shuffle {
	opacity: 0;
	transform: scale(.5);
	transition: opacity .75s, transform .75s cubic-bezier(.68, -.55, .265, 2)
}

.animated .el__shuffle {
	opacity: 1;
	transform: scale(1)
}

.footer__hero {
	height: 0;
	overflow: hidden;
	position: relative
}

.footer__hero picture {
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%
}

@media(max-width:599px) {
	.footer__hero {
		padding-bottom: 116.667%
	}
}

@media(min-width:600px) {
	.footer__hero {
		padding-bottom: 33.33333%
	}
}

.sec__hva:not(.all_shown) ul li {
	display: none
}

.sec__hva ul li a {
	align-items: center;
	color: inherit;
	display: inline-flex
}

.sec__hva ul li a:hover p {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified .sec__hva ul li a:hover p {
	background-size: 100% 1pt
}

.sec__hva ul li svg {
	display: block
}

.sec__hva ul li p {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	margin-left: .75rem;
	transition: background-image .3s, background-size .3s
}

.dpr-modified .sec__hva ul li p {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

.sec__bg_black .sec__hva ul li p {
	background-image: linear-gradient(270deg, hsla(0, 0%, 92%, 0) 0, #ebebeb 50%, hsla(0, 0%, 92%, 0))
}

@media(max-width:599px) {
	.sec__hva ul {
		display: block;
		margin-left: -1rem;
		margin-right: -1rem
	}

	.sec__hva ul li a {
		padding: .75rem 1rem
	}

	.sec__hva ul li svg {
		width: 36px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__hva ul {
		display: flex;
		flex-flow: row wrap;
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}

	.sec__hva ul li {
		flex: 0 0 50%;
		width: 50%
	}

	.sec__hva ul li a {
		padding: .75rem 1.5rem
	}

	.sec__hva ul li svg {
		height: 40px
	}
}

@media(min-width:1024px) {
	.sec__hva ul {
		display: flex;
		justify-content: space-around;
		margin-left: -1.5rem;
		margin-right: -1.5rem
	}

	.sec__hva ul li a {
		padding: .75rem 1.5rem
	}

	.sec__hva ul li svg {
		height: 40px;
		width: auto
	}
}

@media(max-width:599px) {
	.block__hva ul li {
		width: 50%
	}
}

.block__hva ul li a {
	align-items: center;
	color: inherit;
	display: flex;
	flex-direction: row
}

.block__hva ul li a:hover span {
	background-image: linear-gradient(270deg, rgba(188, 132, 32, 0) 0, #bc8420 50%, rgba(188, 132, 32, 0));
	background-size: 100% 1px
}

.dpr-modified .block__hva ul li a:hover span {
	background-size: 100% 1pt
}

.block__hva ul li a>div {
	display: block
}

.block__hva ul li a>div:last-child {
	padding-left: .75rem
}

.block__hva ul li a[target=_blank]:not(.no_icon):after {
	display: none
}

.block__hva ul li a[target=_blank]:not(.no_icon)>div:last-child {
	display: inline-block;
	position: relative
}

.block__hva ul li a[target=_blank]:not(.no_icon)>div:last-child:after {
	content: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/icon-external.svg);
	display: inline-block;
	margin-left: .35em;
	width: .75em
}

.block__hva ul li svg {
	display: block;
	height: 30px;
	width: 30px
}

@media(max-width:599px) {
	.block__hva ul li svg {
		height: 24px;
		width: 24px
	}
}

.block__hva ul li span {
	background-color: transparent;
	background-image: linear-gradient(270deg, rgba(41, 41, 41, 0) 0, #292929 50%, rgba(41, 41, 41, 0));
	background-position: 50% calc(100% - 1px);
	background-repeat: no-repeat;
	background-size: 300% 1px;
	transition: background-image .3s, background-size .3s
}

.dpr-modified .block__hva ul li span {
	background-position: 50% calc(100% - 1pt);
	background-size: 300% 1pt
}

.svg__mask {
	height: 0;
	pointer-events: none;
	position: absolute;
	width: 0
}

.theme__light {
	background-color: #fff;
	color: #292929
}

.theme__light .nav__pageIndicator {
	border-left: 1px solid #292929
}

.cpl-no-gradient {
	transform: none !important
}

.cpl-no-gradient:after,
.cpl-no-gradient:before {
	display: none !important
}

.mdc-touch-target-wrapper {
	display: inline
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {

	0%,
	50% {
		stroke-dashoffset: 29.7833385
	}

	50% {
		animation-timing-function: cubic-bezier(0, 0, .2, 1)
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {

	0%,
	68.2% {
		transform: scaleX(0)
	}

	68.2% {
		animation-timing-function: cubic-bezier(0, 0, 0, 1)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
	0% {
		stroke-dashoffset: 0;
		animation-timing-function: cubic-bezier(.4, 0, 1, 1);
		opacity: 1
	}

	to {
		stroke-dashoffset: -29.7833385;
		opacity: 0
	}
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
	0% {
		animation-timing-function: cubic-bezier(0, 0, .2, 1);
		opacity: 1;
		transform: rotate(0deg)
	}

	to {
		opacity: 0;
		transform: rotate(45deg)
	}
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
	0% {
		animation-timing-function: cubic-bezier(.14, 0, 0, 1);
		opacity: 0;
		transform: rotate(45deg)
	}

	to {
		opacity: 1;
		transform: rotate(1turn)
	}
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
	0% {
		animation-timing-function: mdc-animation-deceleration-curve-timing-function;
		opacity: 0;
		transform: rotate(-45deg)
	}

	to {
		opacity: 1;
		transform: rotate(0deg)
	}
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
	0% {
		animation-timing-function: cubic-bezier(.14, 0, 0, 1);
		opacity: 1;
		transform: rotate(0deg)
	}

	to {
		opacity: 0;
		transform: rotate(315deg)
	}
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
	0% {
		animation-timing-function: linear;
		opacity: 1;
		transform: scaleX(1)
	}

	32.8%,
	to {
		opacity: 0;
		transform: scaleX(0)
	}
}

.mdc-checkbox {
	box-sizing: content-box;
	cursor: pointer;
	display: inline-block;
	flex: 0 0 12px;
	height: 12px;
	line-height: 0;
	position: relative;
	vertical-align: bottom;
	white-space: nowrap;
	width: 12px
}

.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,
.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before {
	background-color: #fff
}

@supports not (-ms-ime-align:auto) {

	.mdc-checkbox .mdc-checkbox__native-control:checked~.mdc-checkbox__background:before,
	.mdc-checkbox .mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background:before {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff)
	}
}

.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before {
	background-color: #fff
}

@supports not (-ms-ime-align:auto) {

	.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:after,
	.mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple:before {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff)
	}
}

.mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple:before {
	opacity: .08
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,
.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after {
	transition: opacity .15s linear
}

.mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after {
	opacity: .24;
	transition-duration: 75ms
}

.mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.24
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,
.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before {
	background-color: #fff
}

@supports not (-ms-ime-align:auto) {

	.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:after,
	.mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected .mdc-checkbox__ripple:before {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff)
	}
}

.mdc-checkbox .mdc-checkbox__background:before {
	height: 28px;
	left: -9px;
	top: -9px;
	width: 28px
}

.mdc-checkbox .mdc-checkbox__native-control {
	height: 28px;
	left: 0;
	right: 0;
	top: 0;
	width: 28px
}

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
	background-color: transparent;
	border-color: #ccc
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
	background-color: #fff;
	background-color: var(--mdc-theme-secondary, #fff);
	border-color: #fff;
	border-color: var(--mdc-theme-secondary, #fff)
}

@keyframes mdc-checkbox-fade-in-background-uvlm2hy {
	0% {
		background-color: transparent;
		border-color: #ccc
	}

	50% {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff);
		border-color: #fff;
		border-color: var(--mdc-theme-secondary, #fff)
	}
}

@keyframes mdc-checkbox-fade-out-background-uvlm2hy {

	0%,
	80% {
		background-color: #fff;
		background-color: var(--mdc-theme-secondary, #fff);
		border-color: #fff;
		border-color: var(--mdc-theme-secondary, #fff)
	}

	to {
		background-color: transparent;
		border-color: #ccc
	}
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-in-background-uvlm2hy
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled~.mdc-checkbox__background {
	animation-name: mdc-checkbox-fade-out-background-uvlm2hy
}

.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate)~.mdc-checkbox__background {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .26)
}

.mdc-checkbox__native-control[disabled]:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate~.mdc-checkbox__background {
	background-color: rgba(0, 0, 0, .26);
	border-color: transparent
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
	border-color: #292929
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
	color: #292929
}

.mdc-checkbox__native-control:disabled~.mdc-checkbox__background .mdc-checkbox__mixedmark {
	border-color: #292929
}

@media screen and (-ms-high-contrast:active) {
	.mdc-checkbox__mixedmark {
		margin: 0 1px
	}
}

.mdc-checkbox--disabled {
	cursor: default;
	pointer-events: none
}

.mdc-checkbox__background {
	align-items: center;
	background-color: transparent;
	border: 1px solid;
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-flex;
	height: 12px;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	transition: background-color 90ms cubic-bezier(.4, 0, .6, 1) 0ms, border-color 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
	width: 12px;
	will-change: background-color, border-color
}

.mdc-checkbox__background .mdc-checkbox__background:before {
	background-color: #000
}

@supports not (-ms-ime-align:auto) {
	.mdc-checkbox__background .mdc-checkbox__background:before {
		background-color: #000;
		background-color: var(--mdc-theme-on-surface, #000)
	}
}

.mdc-checkbox__checkmark {
	bottom: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity .18s cubic-bezier(.4, 0, .6, 1) 0ms;
	width: 100%
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
	opacity: 1
}

.mdc-checkbox__checkmark-path {
	stroke: currentColor;
	stroke-width: 2.08px;
	stroke-dashoffset: 29.7833385;
	stroke-dasharray: 29.7833385;
	transition: stroke-dashoffset .18s cubic-bezier(.4, 0, .6, 1) 0ms
}

.mdc-checkbox__mixedmark {
	border-style: solid;
	border-width: .5px;
	height: 0;
	opacity: 0;
	transform: scaleX(0) rotate(0deg);
	transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
	width: 100%
}

.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
	transition: none !important
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background {
	animation-duration: .18s;
	animation-timing-function: linear
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
	animation: mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;
	transition: none
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
	animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
	animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
	transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
	animation: mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;
	transition: none
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;
	transition: none
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
	animation: mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;
	transition: none
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background {
	transition: border-color 90ms cubic-bezier(0, 0, .2, 1) 0ms, background-color 90ms cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark-path,
.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark-path {
	stroke-dashoffset: 0
}

.mdc-checkbox__background:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: scale(0);
	transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms;
	will-change: opacity, transform
}

.mdc-checkbox__native-control:focus~.mdc-checkbox__background:before {
	opacity: .12;
	transform: scale(1);
	transition: opacity 80ms cubic-bezier(0, 0, .2, 1) 0ms, transform 80ms cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-checkbox__native-control {
	cursor: inherit;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute
}

.mdc-checkbox__native-control:disabled {
	cursor: default;
	pointer-events: none
}

.mdc-checkbox--touch {
	margin: 10px
}

.mdc-checkbox--touch .mdc-checkbox__native-control {
	height: 48px;
	left: -10px;
	right: -10px;
	top: -10px;
	width: 48px
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__checkmark {
	opacity: 1;
	transition: opacity .18s cubic-bezier(0, 0, .2, 1) 0ms, transform .18s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-checkbox__native-control:checked~.mdc-checkbox__background .mdc-checkbox__mixedmark {
	transform: scaleX(1) rotate(-45deg)
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__checkmark {
	opacity: 0;
	transform: rotate(45deg);
	transition: opacity 90ms cubic-bezier(.4, 0, .6, 1) 0ms, transform 90ms cubic-bezier(.4, 0, .6, 1) 0ms
}

.mdc-checkbox__native-control:indeterminate~.mdc-checkbox__background .mdc-checkbox__mixedmark {
	opacity: 1;
	transform: scaleX(1) rotate(0deg)
}

@keyframes mdc-ripple-fg-radius-in {
	0% {
		animation-timing-function: cubic-bezier(.4, 0, .2, 1);
		transform: translate(0) scale(1);
		transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)
	}

	to {
		transform: translate(0) scale(1);
		transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
	}
}

@keyframes mdc-ripple-fg-opacity-in {
	0% {
		animation-timing-function: linear;
		opacity: 0
	}

	to {
		opacity: 0;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}
}

@keyframes mdc-ripple-fg-opacity-out {
	0% {
		animation-timing-function: linear;
		opacity: 0;
		opacity: var(--mdc-ripple-fg-opacity, 0)
	}

	to {
		opacity: 0
	}
}

.mdc-ripple-surface--test-edge-var-bug {
	--mdc-ripple-surface-test-edge-var: 1px solid #000;
	visibility: hidden
}

.mdc-ripple-surface--test-edge-var-bug:before {
	border: var(--mdc-ripple-surface-test-edge-var)
}

.mdc-checkbox {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-checkbox .mdc-checkbox__ripple:after,
.mdc-checkbox .mdc-checkbox__ripple:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-checkbox .mdc-checkbox__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-activation .mdc-checkbox__ripple:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation .mdc-checkbox__ripple:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-checkbox .mdc-checkbox__ripple:after,
.mdc-checkbox .mdc-checkbox__ripple:before {
	background-color: #000
}

@supports not (-ms-ime-align:auto) {

	.mdc-checkbox .mdc-checkbox__ripple:after,
	.mdc-checkbox .mdc-checkbox__ripple:before {
		background-color: #000;
		background-color: var(--mdc-theme-on-surface, #000)
	}
}

.mdc-checkbox:hover .mdc-checkbox__ripple:before {
	opacity: .04
}

.mdc-checkbox.mdc-ripple-upgraded--background-focused .mdc-checkbox__ripple:before,
.mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple:after {
	transition: opacity .15s linear
}

.mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-checkbox.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-checkbox .mdc-checkbox__ripple:after,
.mdc-checkbox .mdc-checkbox__ripple:before {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after,
.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:before {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-checkbox__ripple {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%
}

.mdc-ripple-upgraded--background-focused .mdc-checkbox__background:before {
	content: none
}

@keyframes mdc-linear-progress-primary-indeterminate-translate {
	0% {
		transform: translateX(0)
	}

	20% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(0)
	}

	59.15% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(83.67142%)
	}

	to {
		transform: translateX(200.611057%)
	}
}

@keyframes mdc-linear-progress-primary-indeterminate-scale {
	0% {
		transform: scaleX(.08)
	}

	36.65% {
		animation-timing-function: cubic-bezier(.334731, .12482, .785844, 1);
		transform: scaleX(.08)
	}

	69.15% {
		animation-timing-function: cubic-bezier(.06, .11, .6, 1);
		transform: scaleX(.661479)
	}

	to {
		transform: scaleX(.08)
	}
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate {
	0% {
		animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
		transform: translateX(0)
	}

	25% {
		animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
		transform: translateX(37.651913%)
	}

	48.35% {
		animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
		transform: translateX(84.386165%)
	}

	to {
		transform: translateX(160.277782%)
	}
}

@keyframes mdc-linear-progress-secondary-indeterminate-scale {
	0% {
		animation-timing-function: cubic-bezier(.205028, .057051, .57661, .453971);
		transform: scaleX(.08)
	}

	19.15% {
		animation-timing-function: cubic-bezier(.152313, .196432, .648374, 1.004315);
		transform: scaleX(.457104)
	}

	44.15% {
		animation-timing-function: cubic-bezier(.257759, -.003163, .211762, 1.38179);
		transform: scaleX(.72796)
	}

	to {
		transform: scaleX(.08)
	}
}

@keyframes mdc-linear-progress-buffering {
	to {
		transform: translateX(-10px)
	}
}

@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
	0% {
		transform: translateX(0)
	}

	20% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(0)
	}

	59.15% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-83.67142%)
	}

	to {
		transform: translateX(-200.611057%)
	}
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
	0% {
		animation-timing-function: cubic-bezier(.15, 0, .515058, .409685);
		transform: translateX(0)
	}

	25% {
		animation-timing-function: cubic-bezier(.31033, .284058, .8, .733712);
		transform: translateX(-37.651913%)
	}

	48.35% {
		animation-timing-function: cubic-bezier(.4, .627035, .6, .902026);
		transform: translateX(-84.386165%)
	}

	to {
		transform: translateX(-160.277782%)
	}
}

@keyframes mdc-linear-progress-buffering-reverse {
	to {
		transform: translateX(10px)
	}
}

.mdc-linear-progress {
	height: 4px;
	outline: 1px solid transparent;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
	transition: opacity .25s cubic-bezier(.4, 0, .6, 1) 0ms;
	width: 100%
}

.mdc-linear-progress__bar {
	animation: none;
	height: 100%;
	position: absolute;
	transform-origin: top left;
	transition: transform .25s cubic-bezier(.4, 0, .6, 1) 0ms;
	width: 100%
}

.mdc-linear-progress__bar-inner {
	animation: none;
	border-top: 4px solid;
	display: inline-block;
	position: absolute;
	width: 100%
}

.mdc-linear-progress__buffering-dots {
	animation: mdc-linear-progress-buffering .25s linear infinite;
	background-repeat: repeat-x;
	background-size: 10px 4px;
	height: 100%;
	position: absolute;
	width: 100%
}

.mdc-linear-progress__buffer {
	height: 100%;
	position: absolute;
	transform-origin: top left;
	transition: transform .25s cubic-bezier(.4, 0, .6, 1) 0ms;
	width: 100%
}

.mdc-linear-progress__primary-bar {
	transform: scaleX(0)
}

.mdc-linear-progress__secondary-bar {
	visibility: hidden
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
	transition: none
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
	animation: mdc-linear-progress-primary-indeterminate-translate 2s linear infinite;
	left: -145.166611%
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar>.mdc-linear-progress__bar-inner {
	animation: mdc-linear-progress-primary-indeterminate-scale 2s linear infinite
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
	animation: mdc-linear-progress-secondary-indeterminate-translate 2s linear infinite;
	left: -54.888891%;
	visibility: visible
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar>.mdc-linear-progress__bar-inner {
	animation: mdc-linear-progress-secondary-indeterminate-scale 2s linear infinite
}

.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
	right: 0;
	transform-origin: center right
}

.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
	animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse
}

.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
	animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse
}

.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
	animation: mdc-linear-progress-buffering-reverse .25s linear infinite
}

.mdc-linear-progress--closed {
	animation: none;
	opacity: 0
}

.mdc-linear-progress__bar-inner {
	border-color: #1f3fcf;
	border-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-linear-progress__buffering-dots {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23ccc'/%3E%3C/svg%3E")
}

.mdc-linear-progress__buffer {
	background-color: #ccc
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
	left: auto;
	right: -145.166611%
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
	left: auto;
	right: -54.888891%
}

.mdc-radio {
	box-sizing: content-box;
	cursor: pointer;
	display: inline-block;
	flex: 0 0 auto;
	height: 14px;
	padding: 7px;
	position: relative;
	width: 14px;
	will-change: opacity, transform, border-color, color
}

.mdc-radio .mdc-radio__native-control:enabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: #ccc
}

.mdc-radio .mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:disabled:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:disabled:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio .mdc-radio__native-control:enabled+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio .mdc-radio__native-control:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio [aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio [aria-disabled=true] .mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio [aria-disabled=true] .mdc-radio__native-control:not(:checked)+.mdc-radio__background .mdc-radio__outer-circle {
	border-color: #292929
}

.mdc-radio .mdc-radio__background:before {
	background-color: #292929;
	height: 28px;
	left: -7px;
	top: -7px;
	width: 28px
}

.mdc-radio .mdc-radio__native-control {
	height: 28px;
	left: 0;
	right: 0;
	top: 0;
	width: 28px
}

.mdc-radio__background {
	box-sizing: border-box;
	display: inline-block;
	height: 14px;
	position: relative;
	width: 14px
}

.mdc-radio__background:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: scale(0);
	transition: opacity .12s cubic-bezier(.4, 0, .6, 1) 0ms, transform .12s cubic-bezier(.4, 0, .6, 1) 0ms
}

.mdc-radio__outer-circle {
	border-radius: 50%;
	border-style: solid;
	border-width: 2px;
	transition: border-color .12s cubic-bezier(.4, 0, .6, 1) 0ms
}

.mdc-radio__inner-circle,
.mdc-radio__outer-circle {
	box-sizing: border-box;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.mdc-radio__inner-circle {
	border-radius: 50%;
	border-style: solid;
	border-width: 10px;
	transform: scale(0);
	transition: transform .12s cubic-bezier(.4, 0, .6, 1) 0ms, border-color .12s cubic-bezier(.4, 0, .6, 1) 0ms
}

.mdc-radio__native-control {
	cursor: inherit;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	z-index: 1
}

.mdc-radio--touch {
	margin: 10px
}

.mdc-radio--touch .mdc-radio__native-control {
	height: 48px;
	left: -10px;
	right: -10px;
	top: -10px;
	width: 48px
}

.mdc-radio__native-control:checked+.mdc-radio__background,
.mdc-radio__native-control:disabled+.mdc-radio__background {
	transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, transform .12s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__outer-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__outer-circle {
	transition: border-color .12s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle,
.mdc-radio__native-control:disabled+.mdc-radio__background .mdc-radio__inner-circle {
	transition: transform .12s cubic-bezier(0, 0, .2, 1) 0ms, border-color .12s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-radio--disabled {
	cursor: default;
	pointer-events: none
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle {
	transform: scale(.5);
	transition: transform .12s cubic-bezier(0, 0, .2, 1) 0ms, border-color .12s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-radio__native-control:disabled+.mdc-radio__background,
[aria-disabled=true] .mdc-radio__native-control+.mdc-radio__background {
	cursor: default
}

.mdc-radio__native-control:focus+.mdc-radio__background:before {
	opacity: .12;
	transform: scale(1);
	transition: opacity .12s cubic-bezier(0, 0, .2, 1) 0ms, transform .12s cubic-bezier(0, 0, .2, 1) 0ms
}

.mdc-radio {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mdc-radio .mdc-radio__ripple:after,
.mdc-radio .mdc-radio__ripple:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-radio .mdc-radio__ripple:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-radio.mdc-ripple-upgraded--foreground-activation .mdc-radio__ripple:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-radio.mdc-ripple-upgraded--foreground-deactivation .mdc-radio__ripple:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-radio .mdc-radio__ripple:after,
.mdc-radio .mdc-radio__ripple:before {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after,
.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:before {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-radio .mdc-radio__ripple:after,
.mdc-radio .mdc-radio__ripple:before {
	background-color: #292929
}

.mdc-radio:hover .mdc-radio__ripple:before {
	opacity: .04
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple:before,
.mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple:after {
	transition: opacity .15s linear
}

.mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple:after {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-radio.mdc-ripple-upgraded {
	--mdc-ripple-fg-opacity: 0.12
}

.mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background:before {
	content: none
}

.mdc-radio__ripple {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%
}

.mdc-floating-label {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	cursor: text;
	font-family: Nobel, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	left: 0;
	letter-spacing: .009375em;
	line-height: 1.75rem;
	line-height: 1.15rem;
	overflow: hidden;
	position: absolute;
	text-align: left;
	text-decoration: inherit;
	text-overflow: ellipsis;
	text-transform: inherit;
	transform-origin: left top;
	transition: transform .15s cubic-bezier(.4, 0, .2, 1), color .15s cubic-bezier(.4, 0, .2, 1);
	white-space: nowrap;
	will-change: transform
}

.mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-floating-label {
	left: auto;
	right: 0;
	text-align: right;
	transform-origin: right top
}

.mdc-floating-label--float-above {
	cursor: auto;
	transform: translateY(-106%) scale(.75)
}

.mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-standard .25s 1
}

@keyframes mdc-floating-label-shake-float-above-standard {
	0% {
		transform: translateX(0) translateY(-106%) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-106%) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-106%) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-106%) scale(.75)
	}
}

.mdc-line-ripple {
	bottom: 0;
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	transform: scaleX(0);
	transition: transform .18s cubic-bezier(.4, 0, .2, 1), opacity .18s cubic-bezier(.4, 0, .2, 1);
	width: 100%;
	z-index: 2
}

.mdc-line-ripple--active {
	opacity: 1;
	transform: scaleX(1)
}

.mdc-line-ripple--deactivating {
	opacity: 0
}

.mdc-notched-outline {
	box-sizing: border-box;
	display: flex;
	height: 100%;
	left: 0;
	max-width: 100%;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: left;
	width: 100%
}

.mdc-notched-outline[dir=rtl],
[dir=rtl] .mdc-notched-outline {
	text-align: right
}

.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
	border-bottom: 1px solid;
	border-top: 1px solid;
	box-sizing: border-box;
	height: 100%;
	pointer-events: none
}

.mdc-notched-outline__leading {
	border-left: 1px solid;
	border-right: none;
	width: 12px
}

.mdc-notched-outline__leading[dir=rtl],
.mdc-notched-outline__trailing,
[dir=rtl] .mdc-notched-outline__leading {
	border-left: none;
	border-right: 1px solid
}

.mdc-notched-outline__trailing {
	flex-grow: 1
}

.mdc-notched-outline__trailing[dir=rtl],
[dir=rtl] .mdc-notched-outline__trailing {
	border-left: 1px solid;
	border-right: none
}

.mdc-notched-outline__notch {
	flex: 0 0 auto;
	max-width: calc(100% - 24px);
	width: auto
}

.mdc-notched-outline .mdc-floating-label {
	display: inline-block;
	max-width: 100%;
	position: relative
}

.mdc-notched-outline .mdc-floating-label--float-above {
	text-overflow: clip
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	max-width: 133.3333333333%
}

.mdc-notched-outline--notched .mdc-notched-outline__notch {
	border-top: none;
	padding-left: 0;
	padding-right: 8px
}

.mdc-notched-outline--notched .mdc-notched-outline__notch[dir=rtl],
[dir=rtl] .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-left: 8px;
	padding-right: 0
}

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
	padding: 0
}

.mdc-text-field-helper-text {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: Nobel, Arial, sans-serif;
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: .0333333333em;
	line-height: 1.25rem;
	line-height: normal;
	margin: 0;
	opacity: 0;
	text-decoration: inherit;
	text-transform: inherit;
	transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
	will-change: opacity
}

.mdc-text-field-helper-text:before {
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: 0;
	width: 0
}

.mdc-text-field-helper-text--persistent {
	opacity: 1;
	transition: none;
	will-change: auto
}

.mdc-text-field-character-counter {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-family: Nobel, Arial, sans-serif;
	font-size: .75rem;
	font-weight: 400;
	letter-spacing: .0333333333em;
	line-height: 1.25rem;
	line-height: normal;
	margin-left: auto;
	margin-right: 0;
	margin-top: 0;
	padding-left: 16px;
	padding-right: 0;
	text-decoration: inherit;
	text-transform: inherit;
	white-space: nowrap
}

.mdc-text-field-character-counter:before {
	content: "";
	display: inline-block;
	height: 16px;
	vertical-align: 0;
	width: 0
}

.mdc-text-field-character-counter[dir=rtl],
[dir=rtl] .mdc-text-field-character-counter {
	margin-left: 0;
	margin-right: auto;
	padding-left: 0;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.mdc-text-field__icon:not([tabindex]),
.mdc-text-field__icon[tabindex="-1"] {
	cursor: default;
	pointer-events: none
}

.mdc-text-field {
	--mdc-ripple-fg-size: 0;
	--mdc-ripple-left: 0;
	--mdc-ripple-top: 0;
	--mdc-ripple-fg-scale: 1;
	--mdc-ripple-fg-translate-end: 0;
	--mdc-ripple-fg-translate-start: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	border-radius: 4px 4px 0 0;
	box-sizing: border-box;
	display: inline-flex;
	height: 50px;
	overflow: hidden;
	position: relative;
	will-change: opacity, transform, color
}

.mdc-text-field:after,
.mdc-text-field:before {
	border-radius: 50%;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute
}

.mdc-text-field:before {
	transition: opacity 15ms linear, background-color 15ms linear;
	z-index: 1
}

.mdc-text-field.mdc-ripple-upgraded:before {
	transform: scale(1);
	transform: scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field.mdc-ripple-upgraded:after {
	left: 0;
	top: 0;
	transform: scale(0);
	transform-origin: center center
}

.mdc-text-field.mdc-ripple-upgraded--unbounded:after {
	left: 0;
	left: var(--mdc-ripple-left, 0);
	top: 0;
	top: var(--mdc-ripple-top, 0)
}

.mdc-text-field.mdc-ripple-upgraded--foreground-activation:after {
	animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards
}

.mdc-text-field.mdc-ripple-upgraded--foreground-deactivation:after {
	animation: mdc-ripple-fg-opacity-out .15s;
	transform: translate(0) scale(1);
	transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))
}

.mdc-text-field:after,
.mdc-text-field:before {
	background-color: #292929
}

.mdc-text-field:hover:before {
	opacity: .04
}

.mdc-text-field.mdc-ripple-upgraded--background-focused:before,
.mdc-text-field:not(.mdc-ripple-upgraded):focus:before {
	opacity: .12;
	transition-duration: 75ms
}

.mdc-text-field:after,
.mdc-text-field:before {
	height: 200%;
	left: -50%;
	top: -50%;
	width: 200%
}

.mdc-text-field.mdc-ripple-upgraded:after {
	height: 100%;
	height: var(--mdc-ripple-fg-size, 100%);
	width: 100%;
	width: var(--mdc-ripple-fg-size, 100%)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: rgba(0, 0, 0, .6)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
	color: #292929
}

.mdc-text-field .mdc-text-field__input {
	caret-color: #1f3fcf;
	caret-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
	border-bottom-color: #ccc
}

.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
	border-bottom-color: #292929
}

.mdc-text-field .mdc-line-ripple {
	background-color: #1f3fcf;
	background-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
	border-bottom-color: rgba(0, 0, 0, .12)
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text {
	color: #ccc
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon {
	color: rgba(0, 0, 0, .54)
}

.mdc-text-field:not(.mdc-text-field--disabled) {
	background-color: #fff
}

.mdc-text-field .mdc-floating-label {
	left: 16px;
	pointer-events: none;
	right: auto;
	top: 50%;
	transform: translateY(-50%)
}

.mdc-text-field .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field .mdc-floating-label {
	left: auto;
	right: 16px
}

.mdc-text-field .mdc-floating-label--float-above {
	transform: translateY(-106%) scale(.75)
}

.mdc-text-field--textarea .mdc-floating-label {
	left: 4px;
	right: auto
}

.mdc-text-field--textarea .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--textarea .mdc-floating-label {
	left: auto;
	right: 4px
}

.mdc-text-field--outlined .mdc-floating-label {
	left: 4px;
	right: auto
}

.mdc-text-field--outlined .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--outlined .mdc-floating-label {
	left: auto;
	right: 4px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
	left: 36px;
	right: auto
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
	left: auto;
	right: 36px
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
	left: 40px;
	right: auto
}

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above {
	left: auto;
	right: 40px
}

.mdc-text-field__input {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	align-self: flex-end;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	border-bottom: 1px solid;
	border-radius: 0;
	box-sizing: border-box;
	font-family: Nobel, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	height: 100%;
	letter-spacing: .009375em;
	padding: 20px 16px 6px;
	text-decoration: inherit;
	text-transform: inherit;
	transition: opacity .15s cubic-bezier(.4, 0, .2, 1);
	width: 100%
}

.mdc-text-field__input::-moz-placeholder {
	color: rgba(0, 0, 0, .54);
	opacity: 0;
	-moz-transition: opacity 67ms cubic-bezier(.4, 0, .2, 1);
	transition: opacity 67ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-text-field__input::placeholder {
	color: rgba(0, 0, 0, .54);
	opacity: 0;
	transition: opacity 67ms cubic-bezier(.4, 0, .2, 1)
}

.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder {
	opacity: 1;
	transition-delay: 40ms;
	transition-duration: .11s
}

.mdc-text-field--focused .mdc-text-field__input::placeholder,
.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder {
	opacity: 1;
	transition-delay: 40ms;
	transition-duration: .11s
}

.mdc-text-field__input:focus {
	outline: none
}

.mdc-text-field__input:invalid {
	box-shadow: none
}

.mdc-text-field__input:-webkit-autofill {
	z-index: auto !important
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
	padding-bottom: 16px;
	padding-top: 16px
}

.mdc-text-field__input:-webkit-autofill+.mdc-floating-label {
	cursor: auto;
	transform: translateY(-50%) scale(.75)
}

.mdc-text-field--outlined {
	border: none;
	overflow: visible
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #1f3fcf;
	border-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-text-field--outlined .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined .25s 1
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],
.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing,
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 0 4px 4px 0
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],
[dir=rtl] .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--outlined .mdc-floating-label--float-above {
	font-size: .75rem;
	transform: translateY(-34.25px) scale(1)
}

.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem;
	transform: translateY(-31.75px) scale(.75)
}

.mdc-text-field--outlined .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-top: 1px
}

.mdc-text-field--outlined:after,
.mdc-text-field--outlined:before {
	content: none
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--outlined .mdc-text-field__input {
	background-color: transparent;
	border: none !important;
	display: flex;
	padding: 12px 16px 14px;
	z-index: 1
}

.mdc-text-field--outlined .mdc-text-field__icon {
	z-index: 2
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline--notched .mdc-notched-outline__notch {
	padding-top: 2px
}

.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__trailing {
	border-width: 2px
}

.mdc-text-field--outlined.mdc-text-field--disabled {
	background-color: transparent
}

.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .06)
}

.mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input {
	border-bottom: none
}

.mdc-text-field--outlined.mdc-text-field--dense {
	height: 48px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .8rem;
	transform: translateY(-134%) scale(1)
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem;
	transform: translateY(-120%) scale(.8)
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-dense .25s 1
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
	padding: 12px 12px 7px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	top: 14px
}

.mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
	top: 12px
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon {
	left: 16px;
	right: auto
}

.mdc-text-field--with-leading-icon .mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__icon {
	left: auto;
	right: 16px
}

.mdc-text-field--with-leading-icon .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 48px
}

.mdc-text-field--with-leading-icon .mdc-floating-label {
	left: 48px;
	right: auto
}

.mdc-text-field--with-leading-icon .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon .mdc-floating-label {
	left: auto;
	right: 48px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
	left: 16px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__icon {
	left: auto;
	right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 48px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	transform: translateY(-34.25px) translateX(-32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	transform: translateY(-34.25px) translateX(32px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--float-above {
	font-size: .75rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-31.75px) translateX(-32px) scale(.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-31.75px) translateX(32px) scale(.75)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir=rtl] .mdc-floating-label--shake,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
	left: 36px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
	left: auto;
	right: 36px
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-134%) translateX(-21px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-134%) translateX(21px) scale(1)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .8rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-120%) translateX(-21px) scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	transform: translateY(-120%) translateX(21px) scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir=rtl] .mdc-floating-label--shake,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl .25s 1
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	left: 32px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
	left: auto;
	right: 32px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
	left: auto;
	right: 12px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__icon {
	left: 12px;
	right: auto
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 48px
}

.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 16px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
	left: auto;
	right: 16px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__icon {
	left: 16px;
	right: auto
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 48px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--outlined .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
	left: 16px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon {
	left: auto;
	right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon {
	left: auto;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__icon~.mdc-text-field__icon {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon .mdc-text-field__input {
	padding-left: 48px;
	padding-right: 48px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon,
.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
	bottom: 16px;
	transform: scale(.8)
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__icon {
	left: auto;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 44px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 44px
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
	left: 44px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
	left: auto;
	right: 44px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
	left: auto;
	right: 12px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
	left: 12px;
	right: auto
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 16px;
	padding-right: 44px
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 44px;
	padding-right: 16px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon[dir=rtl],
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon,
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon {
	left: auto;
	right: 12px
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__icon~.mdc-text-field__icon {
	left: 12px;
	right: auto
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input,
.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input[dir=rtl],
[dir=rtl] .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense .mdc-text-field__input {
	padding-left: 44px;
	padding-right: 44px
}

.mdc-text-field--dense .mdc-floating-label--float-above {
	transform: translateY(-70%) scale(.8)
}

.mdc-text-field--dense .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-text-field-dense .25s 1
}

.mdc-text-field--dense .mdc-text-field__input {
	padding: 12px 12px 0
}

.mdc-text-field--dense .mdc-floating-label,
.mdc-text-field--dense .mdc-floating-label--float-above {
	font-size: .813rem
}

.mdc-text-field__input:required~.mdc-floating-label:after,
.mdc-text-field__input:required~.mdc-notched-outline .mdc-floating-label:after {
	content: "*";
	margin-left: 1px
}

.mdc-text-field--textarea {
	display: inline-flex;
	height: auto;
	overflow: visible;
	transition: none;
	width: auto
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .38)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .87)
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
	border-color: #1f3fcf;
	border-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-text-field--textarea .mdc-floating-label--shake {
	animation: mdc-floating-label-shake-float-above-textarea .25s 1
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading[dir=rtl],
.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing,
[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
	border-radius: 0 4px 4px 0
}

.mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing[dir=rtl],
[dir=rtl] .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
	border-radius: 4px 0 0 4px
}

.mdc-text-field--textarea:after,
.mdc-text-field--textarea:before {
	content: none
}

.mdc-text-field--textarea:not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--textarea .mdc-floating-label--float-above {
	font-size: .75rem;
	transform: translateY(-144%) scale(1)
}

.mdc-text-field--textarea .mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--textarea.mdc-notched-outline--upgraded .mdc-floating-label--float-above {
	font-size: 1rem;
	transform: translateY(-130%) scale(.75)
}

.mdc-text-field--textarea .mdc-text-field-character-counter {
	bottom: 13px;
	left: auto;
	position: absolute;
	right: 16px
}

.mdc-text-field--textarea .mdc-text-field-character-counter[dir=rtl],
[dir=rtl] .mdc-text-field--textarea .mdc-text-field-character-counter {
	left: 16px;
	right: auto
}

.mdc-text-field--textarea .mdc-text-field__input {
	align-self: auto;
	border: none;
	box-sizing: border-box;
	height: auto;
	line-height: 1.75rem;
	margin: 8px 1px 1px 0;
	padding: 0 16px 16px
}

.mdc-text-field--textarea .mdc-text-field-character-counter+.mdc-text-field__input {
	margin-bottom: 28px;
	padding-bottom: 0
}

.mdc-text-field--textarea .mdc-floating-label {
	pointer-events: none;
	top: 17px;
	width: auto
}

.mdc-text-field--textarea .mdc-floating-label:not(.mdc-floating-label--float-above) {
	transform: none
}

.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__trailing {
	border-width: 2px
}

.mdc-text-field--fullwidth {
	width: 100%
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
	display: block
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):after,
.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):before {
	content: none
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
	background-color: transparent
}

.mdc-text-field--fullwidth:not(.mdc-text-field--textarea) .mdc-text-field__input {
	padding: 0
}

.mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
	resize: vertical
}

.mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
	border-bottom-color: #f44336
}

.mdc-text-field-helper-line {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between
}

.mdc-text-field--dense+.mdc-text-field-helper-line {
	margin-bottom: 4px
}

.mdc-text-field+.mdc-text-field-helper-line {
	padding-left: 0;
	padding-right: 0
}

.mdc-form-field>.mdc-text-field+label {
	align-self: flex-start
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
	color: #292929
}

.mdc-text-field--focused+.mdc-text-field-helper-line .mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
	opacity: 1
}

.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
	border-color: #1f3fcf;
	border-color: var(--mdc-theme-primary, #1f3fcf)
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input,
.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input:hover {
	border-bottom-color: #f44336
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-line-ripple {
	background-color: #f44336
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	color: #f44336
}

.mdc-text-field--invalid .mdc-text-field__input {
	caret-color: #f44336
}

.mdc-text-field--invalid.mdc-text-field--with-trailing-icon.mdc-text-field--with-leading-icon:not(.mdc-text-field--disabled) .mdc-text-field__icon~.mdc-text-field__icon,
.mdc-text-field--invalid.mdc-text-field--with-trailing-icon:not(.mdc-text-field--with-leading-icon):not(.mdc-text-field--disabled) .mdc-text-field__icon {
	color: #f44336
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	opacity: 1
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover~.mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover~.mdc-notched-outline .mdc-notched-outline__trailing {
	border-color: #f44336
}

.mdc-text-field--disabled {
	background-color: #fafafa;
	border-bottom: none;
	pointer-events: none
}

.mdc-text-field--disabled .mdc-text-field__input {
	border-bottom-color: #ebebeb;
	color: rgba(0, 0, 0, .37)
}

.mdc-text-field--disabled .mdc-floating-label,
.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-character-counter,
.mdc-text-field--disabled+.mdc-text-field-helper-line .mdc-text-field-helper-text {
	color: rgba(0, 0, 0, .37)
}

.mdc-text-field--disabled .mdc-text-field__icon {
	color: rgba(0, 0, 0, .3)
}

.mdc-text-field--disabled:not(.mdc-text-field--textarea) {
	border-bottom-color: rgba(0, 0, 0, .12)
}

.mdc-text-field--disabled .mdc-floating-label {
	cursor: default
}

.mdc-text-field--textarea.mdc-text-field--disabled {
	background-color: transparent;
	background-color: #f9f9f9
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__trailing {
	border-color: rgba(0, 0, 0, .06)
}

.mdc-text-field--textarea.mdc-text-field--disabled .mdc-text-field__input {
	border-bottom: none
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
	0% {
		transform: translateX(0) translateY(-70%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-70%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-70%) scale(.8)
	}

	to {
		transform: translateX(0) translateY(-70%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
	0% {
		transform: translateX(0) translateY(-31.75px) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-31.75px) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-31.75px) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-31.75px) scale(.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
	0% {
		transform: translateX(0) translateY(-120%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-120%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-120%) scale(.8)
	}

	to {
		transform: translateX(0) translateY(-120%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
	0% {
		transform: translateX(0) translateY(-31.75px) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-31.75px) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-31.75px) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-31.75px) scale(.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
	0% {
		transform: translateX(-21px) translateY(-120%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(calc(4% - 21px)) translateY(-120%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(.8)
	}

	to {
		transform: translateX(-21px) translateY(-120%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
	0% {
		transform: translateX(0) translateY(-31.75px) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-31.75px) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-31.75px) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-31.75px) scale(.75)
	}
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
	0% {
		transform: translateX(21px) translateY(-120%) scale(.8)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(calc(4% + 21px)) translateY(-120%) scale(.8)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(calc(-4% + 21px)) translateY(-120%) scale(.8)
	}

	to {
		transform: translateX(21px) translateY(-120%) scale(.8)
	}
}

@keyframes mdc-floating-label-shake-float-above-textarea {
	0% {
		transform: translateX(0) translateY(-130%) scale(.75)
	}

	33% {
		animation-timing-function: cubic-bezier(.5, 0, .701732, .495819);
		transform: translateX(4%) translateY(-130%) scale(.75)
	}

	66% {
		animation-timing-function: cubic-bezier(.302435, .381352, .55, .956352);
		transform: translateX(-4%) translateY(-130%) scale(.75)
	}

	to {
		transform: translateX(0) translateY(-130%) scale(.75)
	}
}

.mdc-text-field__input::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder {
	color: inherit;
	font-style: italic;
	opacity: .5
}

.mdc-text-field__input::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder {
	color: inherit;
	font-style: italic;
	opacity: .5
}

.mdc-text-field__input:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled {
	background-color: transparent;
	opacity: .75
}

.mdc-text-field__input[readonly]:not(.flatpickr-input),
input[type=email][readonly]:not(.flatpickr-input),
input[type=tel][readonly]:not(.flatpickr-input),
input[type=text][readonly]:not(.flatpickr-input) {
	pointer-events: none
}

.form__cont {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	grid-template-rows: auto
}

@media(min-width:600px) {
	.form__cont {
		grid-gap: 32px 24px
	}
}

@media(max-width:599px) {
	.form__cont {
		grid-gap: 24px 16px
	}
}

.input__wrp {
	grid-column-end: span 8;
	width: auto
}

.input__wrp .inline :not(:last-child),
.input__wrp.inline :not(:last-child) {
	margin-right: .2rem
}

.input__wrp .inline {
	flex-flow: row wrap
}

.input__wrp .inline~.inline {
	margin-top: .75rem
}

.input__wrp .inline label {
	display: flex
}

.input__wrp .inline .mdc-checkbox {
	margin-right: .2rem !important;
	width: calc(28px + .2rem)
}

.input__wrp .inline .mdc-checkbox+label {
	width: calc(100% - 28px - .4rem)
}

.input__wrp .inline .mdc-checkbox+label small {
	margin-top: .25rem
}

.input__wrp .inline .mdc-checkbox+label div {
	margin-top: .15rem
}

@media(max-width:599px) {
	.input__wrp .inline .mdc-checkbox+label small {
		margin-top: .35rem
	}

	.input__wrp .inline .mdc-checkbox+label div {
		margin-top: .225rem
	}
}

.input__wrp .inline>div {
	display: flex
}

.input__wrp .inline>div:not(:last-child):not(.mdc-checkbox):not(.mdc-radio):not(.mdc-text-field-helper-line) {
	margin-right: 1rem
}

.input__wrp .inline .mdc-text-field-helper-line {
	width: 100%
}

.input__wrp label {
	display: block;
	font-weight: 700
}

.input__wrp label+.inline {
	margin-top: .75rem
}

.input__wrp label.mdc-button {
	display: inline-flex;
	font-weight: 400
}

@media(max-width:599px) {

	.input__wrp.col_2,
	.input__wrp.input__salutation,
	.input__wrp.input__salutation+.col_2,
	.input__wrp.input__salutation+.col_2+.col_2 {
		grid-column-end: span 8
	}
}

@media(min-width:600px) {
	.input__wrp.col_2 {
		grid-column-end: span 4
	}

	.input__wrp.input__salutation {
		grid-column-end: span 2
	}

	.input__wrp.input__salutation+.col_2,
	.input__wrp.input__salutation+.col_2+.col_2 {
		grid-column-end: span 3
	}
}

.input__wrp_checkgroup small {
	font-size: 1rem
}

.input__wrp_checkgroup .inline .mdc-checkbox+label small {
	margin-top: .15rem
}

@media(max-width:599px) {
	.input__wrp_checkgroup .inline .mdc-checkbox+label small {
		margin-top: .2rem
	}
}

.input__wrp_checkgroup+.input__wrp_checkgroup {
	margin-top: -1rem
}

.mdc-checkbox {
	padding: 8px
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
	border-color: #292929
}

.mdc-checkbox__checkmark {
	height: 16px;
	left: 0;
	top: -5px;
	width: 16px
}

.mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
	color: #292929
}

.mdc-checkbox--invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.mdc-checkbox--is-invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	display: block
}

.mdc-checkbox--invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg,
.mdc-checkbox--is-error~.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.mdc-checkbox--is-invalid~.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg {
	display: none
}

.mdc-checkbox--is-error~.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg {
	display: block
}

.mdc-checkbox+label {
	font-weight: 300
}

.mdc-checkbox .mdc-checkbox__background {
	left: 8px;
	top: 8px
}

.mdc-linear-progress__bar-inner {
	border-color: #bc8420
}

.mdc-radio__background {
	vertical-align: top
}

.mdc-radio__outer-circle {
	border-width: 1px
}

.mdc-radio__inner-circle {
	border-width: 6px
}

.mdc-radio__native-control:checked+.mdc-radio__background .mdc-radio__inner-circle {
	transform: scale(.4)
}

.mdc-radio+label {
	font-weight: 300;
	line-height: 28px
}

textarea {
	-webkit-overflow-scrolling: touch;
	resize: vertical
}

html.desktop textarea {
	-ms-overflow-style: -ms-autohiding-scrollbar
}

html.desktop textarea::-webkit-scrollbar {
	width: 6px
}

html.desktop textarea::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .05)
}

html.desktop textarea::-webkit-scrollbar-thumb {
	background: linear-gradient(rgba(41, 41, 41, .8), #292929 50%, rgba(41, 41, 41, .8))
}

html.desktop textarea::-webkit-scrollbar-thumb:active,
html.desktop textarea::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

.mdc-text-field {
	display: flex;
	overflow: visible;
	z-index: 1
}

.mdc-text-field--textarea {
	border: 1px solid #ccc;
	border-radius: 0;
	transition: border-color .2s
}

.mdc-text-field--textarea:hover {
	border-color: #292929
}

.mdc-text-field--textarea.mdc-text-field--invalid,
.mdc-text-field--textarea.mdc-text-field--is-invalid {
	border-color: #f44336
}

.mdc-text-field--textarea .mdc-text-field__input {
	line-height: 1.3;
	margin-top: 1px;
	padding: 8px .75rem
}

.mdc-text-field:before {
	content: none
}

label+.mdc-text-field {
	margin-top: 4px
}

.mdc-text-field__input {
	font-weight: 300;
	padding: 0;
	transition: border-bottom-color .2s
}

.mdc-text-field-helper-line {
	flex-flow: column wrap
}

.mdc-text-field-helper-text {
	font-size: .875rem;
	font-weight: 300;
	padding-top: .5rem
}

.mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
	opacity: 1
}

.mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg,
.mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg {
	display: none;
	opacity: 1
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.mdc-text-field-helper-text--help-text {
	color: #000
}

.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.mdc-text-field-helper-text--error-msg,
.mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-helper-text.mdc-text-field-helper-text--validation-msg {
	color: #f44336
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--invalid-min+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--is-invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg {
	display: block
}

.mdc-text-field--invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg,
.mdc-text-field--invalid-min+.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg,
.mdc-text-field--is-error+.mdc-text-field-helper-line .mdc-text-field-helper-text--validation-msg,
.mdc-text-field--is-invalid+.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg {
	display: none
}

.mdc-text-field--is-error+.mdc-text-field-helper-line .mdc-text-field-helper-text--error-msg {
	display: block
}

.mdc-text-field--is-error .mdc-text-field__input {
	border-bottom-color: #f44336 !important
}

.mdc-text-field.mdc-text-field--disabled {
	background-color: transparent
}

.input__file_field,
.text__file_field {
	display: flex
}

.input__file_field .input__wrp,
.text__file_field .input__wrp {
	flex-grow: 1;
	position: relative
}

.input__file_field input[type=file],
.text__file_field input[type=file] {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

.input__file_field .mdc-button,
.input__file_field .mdc-button__remove,
.text__file_field .mdc-button,
.text__file_field .mdc-button__remove {
	margin-left: .75rem
}

.input__file_add,
.input__file_field+.input__file_field,
.text__file_field+.input__file_field {
	margin-top: 16px
}

.input_file_placeholder {
	background-color: #fff;
	border-bottom: 0;
	pointer-events: none;
	position: relative;
	top: -1px
}

.text__file_label {
	line-height: 50px
}

.input__search {
	position: relative
}

.input__search input {
	padding-right: calc(20px + 1rem)
}

.icon_search {
	position: absolute;
	right: .75rem;
	top: 50%;
	transform: translateY(-50%)
}

.input__service_group>label {
	margin-bottom: 32px;
	margin-top: 2.25rem
}

.input__service_group .input__service_package {
	border: 1px solid #ccc;
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
	padding: 24px 24px 32px
}

.input__service_group .input__service_package:first-child {
	margin-top: 0
}

.input__service_group .input__service_package.active,
.input__service_group .input__service_package:hover {
	background-image: linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 92%, .5) 50%, #ebebeb);
	border-color: #292929
}

.input__service_group .label__service {
	flex-grow: 1;
	position: relative
}

.input__service_group .label__service_package {
	width: calc(100% - 28px - .2rem)
}

.input__service_group .label__heading {
	display: flex;
	flex-direction: row;
	font-weight: 700;
	justify-content: space-between;
	padding-bottom: 16px
}

.input__service_group .label__heading.checkbox {
	padding-top: 3px
}

.input__service_group .label__heading span:first-child {
	padding-right: 8px
}

@media(max-width:599px) {
	.input__service_group .label__heading {
		flex-direction: column
	}

	.input__service_group .label__heading span:last-child {
		padding-top: 16px
	}

	.input__service_group .label__heading span:first-child {
		padding-top: 0
	}
}

@media(min-width:600px) {
	.input__service_group .label__heading .price {
		min-width: 150px;
		text-align: right
	}
}

.input__service_group .label__body .desc,
.input__service_group .label__body .summary,
.input__service_group .label__body ol,
.input__service_group .label__body ul {
	margin-bottom: 16px
}

.input__service_group .label__body ol[type="1"],
.input__service_group .label__body ul[type="1"] {
	padding-left: 16px
}

.input__service_group .mdc-checkbox,
.input__service_group .mdc-radio {
	margin-right: .2rem
}

.input__service_group .cta__dialog_cont {
	cursor: pointer;
	margin-left: auto;
	width: calc(100% - 28px - .2rem)
}

.mdc-text-field-helper-text--error-msg,
.mdc-text-field-helper-text--error-msg *,
.mdc-text-field-helper-text--validation-msg,
.mdc-text-field-helper-text--validation-msg * {
	color: #f44336
}

.button__wrp {
	margin-top: 1.5rem
}

.button__wrp .mdc-linear-progress {
	bottom: 0;
	left: 0;
	position: absolute
}

.form__cont .button__wrp {
	grid-column-end: span 8
}

@media(min-width:600px) {
	.sec_form_dealer_others {
		padding-right: 15%
	}
}

.dialog_form .form_paragraph {
	margin-bottom: 2.25rem
}

.dialog_form .mdc-dialog--scrollable .mdc-dialog__content {
	padding-bottom: 16px;
	padding-top: 16px
}

.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,
.dialog_form .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title {
	border-color: transparent
}

.switch__field {
	display: none
}

.switch__field.is_selected {
	display: block
}

.pg__form form.form__cont {
	opacity: 0;
	transition: opacity .3s
}

.pg__form form.form__cont.is_shown {
	opacity: 1
}

@media(min-width:600px) {
	.form__cont {
		margin-top: 2.5rem
	}

	.form__cont .form__cont {
		margin-top: 32px
	}
}

@media(max-width:599px) {
	.form__cont {
		margin-top: 2rem
	}

	.form__cont .form__cont {
		margin-top: 24px
	}
}

.form__cont .mdc-button.mdc-button--outlined {
	border-color: #292929;
	color: #292929
}

.form__cont_singpass .input__singpass~div {
	display: none
}

.form__cont_singpass .input__singpass[style="display: none;"]~div,
.form__cont_singpass.active .input__singpass~div {
	display: block
}

.form__cont_singpass a.no_txt_link {
	cursor: pointer;
	display: inline-block;
	padding-top: 8px
}

.form__cont_singpass a.no_txt_link:hover img {
	transform: none
}

@media(min-width:1024px) {
	.form__cont_singpass a.no_txt_link {
		padding-top: 0
	}
}

.form__cont_singpass .form-submit-btn.singpass {
	background-color: #f4333d;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: Swiss\ 721, Arial, sans-serif;
	font-weight: 700;
	padding: 10px
}

.pg__form.theme__light {
	background-color: #000
}

.pg__form header h1 {
	text-transform: uppercase
}

.pg__form header h1+p {
	margin-top: 1rem
}

@media(min-width:1024px) {
	.pg__form header h1 {
		font-size: 2.667rem
	}
}

.sec__form_bg {
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%
}

.sec__form_bg:after {
	background: linear-gradient(0deg, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent);
	bottom: -1px;
	content: "";
	height: 40%;
	left: 0;
	position: absolute;
	width: 100%
}

.sec__form {
	position: relative
}

@media(min-width:1024px) {
	.sec__form .sec__wrapper:before {
		height: calc(100% - 100px - 2rem)
	}
}

.sec__form .sec__cont {
	min-height: 70vh;
	position: relative
}

.sec__form .sec__cont:after,
.sec__form .sec__cont:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: -1
}

.sec__form .sec__cont:after {
	background-color: #fff;
	background-image: linear-gradient(hsla(0, 0%, 100%, 0) calc(100% - 6rem), #f5f5f5)
}

@media(max-width:599px) {


	.sec__form .sec__cont {
		padding-top: 32px;
		width: calc(100% - 16px)
	}

	.sec__form .sec__cont:after,
	.sec__form .sec__cont:before {
		bottom: -16px
	}

	.sec__form .sec__cont:before {
		box-shadow: .75rem -.5rem .75rem rgba(0, 0, 0, .2)
	}
}

@media(min-width:600px)and (max-width:1023px) {


	.sec__form .sec__cont {
		padding-right: 4rem;
		padding-top: 40px;
		width: calc(100% - 4rem)
	}

	.sec__form .sec__cont:after,
	.sec__form .sec__cont:before {
		bottom: -16px
	}

	.sec__form .sec__cont:before {
		box-shadow: 1.5rem -1rem 1.5rem rgba(0, 0, 0, .1)
	}
}

@media(min-width:1024px) {


	.sec__form .sec__cont {
		padding-right: 17.5%;
		padding-top: 60px;
		width: 940px
	}

	.sec__form .sec__cont:after,
	.sec__form .sec__cont:before {
		bottom: -40px
	}

	.sec__form .sec__cont:before {
		box-shadow: 1.5rem -1rem 1.5rem rgba(0, 0, 0, .1)
	}
}

.iti {
	display: inline-block;
	position: relative
}

.iti * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.iti__hide {
	display: none
}

.iti__v-hide {
	visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
	margin-bottom: 0 !important;
	margin-right: 0;
	margin-top: 0 !important;
	padding-right: 44px;
	position: relative;
	z-index: 0
}

.iti__flag-container {
	bottom: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0
}

.iti__selected-flag {
	align-items: center;
	display: flex;
	height: 100%;
	padding: 0 8px 0 12px;
	position: relative;
	z-index: 1
}

.iti__arrow {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
	height: 0;
	margin-left: 8px;
	width: 0
}

.iti__arrow--up {
	border-bottom: 4px solid #555;
	border-top: none
}

.iti__country-list {
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	border: 0 solid #ccc;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
	list-style: none;
	margin: 0;
	max-height: 200px;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	text-align: left;
	white-space: nowrap;
	z-index: 2
}

.iti__country-list--dropup {
	bottom: 100%;
	margin-bottom: 0
}

@media(max-width:500px) {
	.iti__country-list {
		white-space: normal
	}
}

.iti__flag-box {
	display: inline-block;
	width: 20px
}

.iti__divider {
	border-bottom: 0 solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px
}

.iti__country {
	outline: none;
	padding: 5px 10px
}

.iti__country.iti__highlight {
	background-color: #ebebeb
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
	vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
	margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
	margin-left: 0;
	padding-left: 66px;
	padding-right: 12px
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
	left: 0;
	right: auto
}

.iti--allow-dropdown .iti__flag-container:hover {
	cursor: pointer
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
	background-color: #ebebeb
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover {
	cursor: default
}

.iti--allow-dropdown input[disabled]+.iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly]+.iti__flag-container:hover .iti__selected-flag {
	background-color: transparent
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: #ebebeb
}

.iti--separate-dial-code .iti__selected-dial-code {
	margin-left: 8px
}

.iti--container {
	left: -1000px;
	padding: 0;
	position: absolute;
	top: -1000px;
	z-index: 1060
}

.iti--container:hover {
	cursor: pointer
}

.iti-mobile .iti--container {
	bottom: 2rem;
	left: 2rem;
	position: fixed;
	right: 2rem;
	top: 2rem
}

.iti-mobile .iti__country-list {
	max-height: 100%;
	width: 100%
}

.iti-mobile .iti__country {
	line-height: 1.5em;
	padding: 10px
}

.iti__flag {
	width: 20px
}

.iti__flag.iti__be {
	width: 18px
}

.iti__flag.iti__ch {
	width: 15px
}

.iti__flag.iti__mc {
	width: 19px
}

.iti__flag.iti__ne {
	width: 18px
}

.iti__flag.iti__np {
	width: 13px
}

.iti__flag.iti__va {
	width: 15px
}

@media(min-resolution:192dpi) {
	.iti__flag {
		background-size: 5652px 15px
	}
}

.iti__flag.iti__ac {
	background-position: 0 0;
	height: 10px
}

.iti__flag.iti__ad {
	background-position: -22px 0;
	height: 14px
}

.iti__flag.iti__ae {
	background-position: -44px 0;
	height: 10px
}

.iti__flag.iti__af {
	background-position: -66px 0;
	height: 14px
}

.iti__flag.iti__ag {
	background-position: -88px 0;
	height: 14px
}

.iti__flag.iti__ai {
	background-position: -110px 0;
	height: 10px
}

.iti__flag.iti__al {
	background-position: -132px 0;
	height: 15px
}

.iti__flag.iti__am {
	background-position: -154px 0;
	height: 10px
}

.iti__flag.iti__ao {
	background-position: -176px 0;
	height: 14px
}

.iti__flag.iti__aq {
	background-position: -198px 0;
	height: 14px
}

.iti__flag.iti__ar {
	background-position: -220px 0;
	height: 13px
}

.iti__flag.iti__as {
	background-position: -242px 0;
	height: 10px
}

.iti__flag.iti__at {
	background-position: -264px 0;
	height: 14px
}

.iti__flag.iti__au {
	background-position: -286px 0;
	height: 10px
}

.iti__flag.iti__aw {
	background-position: -308px 0;
	height: 14px
}

.iti__flag.iti__ax {
	background-position: -330px 0;
	height: 13px
}

.iti__flag.iti__az {
	background-position: -352px 0;
	height: 10px
}

.iti__flag.iti__ba {
	background-position: -374px 0;
	height: 10px
}

.iti__flag.iti__bb {
	background-position: -396px 0;
	height: 14px
}

.iti__flag.iti__bd {
	background-position: -418px 0;
	height: 12px
}

.iti__flag.iti__be {
	background-position: -440px 0;
	height: 15px
}

.iti__flag.iti__bf {
	background-position: -460px 0;
	height: 14px
}

.iti__flag.iti__bg {
	background-position: -482px 0;
	height: 12px
}

.iti__flag.iti__bh {
	background-position: -504px 0;
	height: 12px
}

.iti__flag.iti__bi {
	background-position: -526px 0;
	height: 12px
}

.iti__flag.iti__bj {
	background-position: -548px 0;
	height: 14px
}

.iti__flag.iti__bl {
	background-position: -570px 0;
	height: 14px
}

.iti__flag.iti__bm {
	background-position: -592px 0;
	height: 10px
}

.iti__flag.iti__bn {
	background-position: -614px 0;
	height: 10px
}

.iti__flag.iti__bo {
	background-position: -636px 0;
	height: 14px
}

.iti__flag.iti__bq {
	background-position: -658px 0;
	height: 14px
}

.iti__flag.iti__br {
	background-position: -680px 0;
	height: 14px
}

.iti__flag.iti__bs {
	background-position: -702px 0;
	height: 10px
}

.iti__flag.iti__bt {
	background-position: -724px 0;
	height: 14px
}

.iti__flag.iti__bv {
	background-position: -746px 0;
	height: 15px
}

.iti__flag.iti__bw {
	background-position: -768px 0;
	height: 14px
}

.iti__flag.iti__by {
	background-position: -790px 0;
	height: 10px
}

.iti__flag.iti__bz {
	background-position: -812px 0;
	height: 14px
}

.iti__flag.iti__ca {
	background-position: -834px 0;
	height: 10px
}

.iti__flag.iti__cc {
	background-position: -856px 0;
	height: 10px
}

.iti__flag.iti__cd {
	background-position: -878px 0;
	height: 15px
}

.iti__flag.iti__cf {
	background-position: -900px 0;
	height: 14px
}

.iti__flag.iti__cg {
	background-position: -922px 0;
	height: 14px
}

.iti__flag.iti__ch {
	background-position: -944px 0;
	height: 15px
}

.iti__flag.iti__ci {
	background-position: -961px 0;
	height: 14px
}

.iti__flag.iti__ck {
	background-position: -983px 0;
	height: 10px
}

.iti__flag.iti__cl {
	background-position: -1005px 0;
	height: 14px
}

.iti__flag.iti__cm {
	background-position: -1027px 0;
	height: 14px
}

.iti__flag.iti__cn {
	background-position: -1049px 0;
	height: 14px
}

.iti__flag.iti__co {
	background-position: -1071px 0;
	height: 14px
}

.iti__flag.iti__cp {
	background-position: -1093px 0;
	height: 14px
}

.iti__flag.iti__cr {
	background-position: -1115px 0;
	height: 12px
}

.iti__flag.iti__cu {
	background-position: -1137px 0;
	height: 10px
}

.iti__flag.iti__cv {
	background-position: -1159px 0;
	height: 12px
}

.iti__flag.iti__cw {
	background-position: -1181px 0;
	height: 14px
}

.iti__flag.iti__cx {
	background-position: -1203px 0;
	height: 10px
}

.iti__flag.iti__cy {
	background-position: -1225px 0;
	height: 14px
}

.iti__flag.iti__cz {
	background-position: -1247px 0;
	height: 14px
}

.iti__flag.iti__de {
	background-position: -1269px 0;
	height: 12px
}

.iti__flag.iti__dg {
	background-position: -1291px 0;
	height: 10px
}

.iti__flag.iti__dj {
	background-position: -1313px 0;
	height: 14px
}

.iti__flag.iti__dk {
	background-position: -1335px 0;
	height: 15px
}

.iti__flag.iti__dm {
	background-position: -1357px 0;
	height: 10px
}

.iti__flag.iti__do {
	background-position: -1379px 0;
	height: 14px
}

.iti__flag.iti__dz {
	background-position: -1401px 0;
	height: 14px
}

.iti__flag.iti__ea {
	background-position: -1423px 0;
	height: 14px
}

.iti__flag.iti__ec {
	background-position: -1445px 0;
	height: 14px
}

.iti__flag.iti__ee {
	background-position: -1467px 0;
	height: 13px
}

.iti__flag.iti__eg {
	background-position: -1489px 0;
	height: 14px
}

.iti__flag.iti__eh {
	background-position: -1511px 0;
	height: 10px
}

.iti__flag.iti__er {
	background-position: -1533px 0;
	height: 10px
}

.iti__flag.iti__es {
	background-position: -1555px 0;
	height: 14px
}

.iti__flag.iti__et {
	background-position: -1577px 0;
	height: 10px
}

.iti__flag.iti__eu {
	background-position: -1599px 0;
	height: 14px
}

.iti__flag.iti__fi {
	background-position: -1621px 0;
	height: 12px
}

.iti__flag.iti__fj {
	background-position: -1643px 0;
	height: 10px
}

.iti__flag.iti__fk {
	background-position: -1665px 0;
	height: 10px
}

.iti__flag.iti__fm {
	background-position: -1687px 0;
	height: 11px
}

.iti__flag.iti__fo {
	background-position: -1709px 0;
	height: 15px
}

.iti__flag.iti__fr {
	background-position: -1731px 0;
	height: 14px
}

.iti__flag.iti__ga {
	background-position: -1753px 0;
	height: 15px
}

.iti__flag.iti__gb {
	background-position: -1775px 0;
	height: 10px
}

.iti__flag.iti__gd {
	background-position: -1797px 0;
	height: 12px
}

.iti__flag.iti__ge {
	background-position: -1819px 0;
	height: 14px
}

.iti__flag.iti__gf {
	background-position: -1841px 0;
	height: 14px
}

.iti__flag.iti__gg {
	background-position: -1863px 0;
	height: 14px
}

.iti__flag.iti__gh {
	background-position: -1885px 0;
	height: 14px
}

.iti__flag.iti__gi {
	background-position: -1907px 0;
	height: 10px
}

.iti__flag.iti__gl {
	background-position: -1929px 0;
	height: 14px
}

.iti__flag.iti__gm {
	background-position: -1951px 0;
	height: 14px
}

.iti__flag.iti__gn {
	background-position: -1973px 0;
	height: 14px
}

.iti__flag.iti__gp {
	background-position: -1995px 0;
	height: 14px
}

.iti__flag.iti__gq {
	background-position: -2017px 0;
	height: 14px
}

.iti__flag.iti__gr {
	background-position: -2039px 0;
	height: 14px
}

.iti__flag.iti__gs {
	background-position: -2061px 0;
	height: 10px
}

.iti__flag.iti__gt {
	background-position: -2083px 0;
	height: 13px
}

.iti__flag.iti__gu {
	background-position: -2105px 0;
	height: 11px
}

.iti__flag.iti__gw {
	background-position: -2127px 0;
	height: 10px
}

.iti__flag.iti__gy {
	background-position: -2149px 0;
	height: 12px
}

.iti__flag.iti__hk {
	background-position: -2171px 0;
	height: 14px
}

.iti__flag.iti__hm {
	background-position: -2193px 0;
	height: 10px
}

.iti__flag.iti__hn {
	background-position: -2215px 0;
	height: 10px
}

.iti__flag.iti__hr {
	background-position: -2237px 0;
	height: 10px
}

.iti__flag.iti__ht {
	background-position: -2259px 0;
	height: 12px
}

.iti__flag.iti__hu {
	background-position: -2281px 0;
	height: 10px
}

.iti__flag.iti__ic {
	background-position: -2303px 0;
	height: 14px
}

.iti__flag.iti__id {
	background-position: -2325px 0;
	height: 14px
}

.iti__flag.iti__ie {
	background-position: -2347px 0;
	height: 10px
}

.iti__flag.iti__il {
	background-position: -2369px 0;
	height: 15px
}

.iti__flag.iti__im {
	background-position: -2391px 0;
	height: 10px
}

.iti__flag.iti__in {
	background-position: -2413px 0;
	height: 14px
}

.iti__flag.iti__io {
	background-position: -2435px 0;
	height: 10px
}

.iti__flag.iti__iq {
	background-position: -2457px 0;
	height: 14px
}

.iti__flag.iti__ir {
	background-position: -2479px 0;
	height: 12px
}

.iti__flag.iti__is {
	background-position: -2501px 0;
	height: 15px
}

.iti__flag.iti__it {
	background-position: -2523px 0;
	height: 14px
}

.iti__flag.iti__je {
	background-position: -2545px 0;
	height: 12px
}

.iti__flag.iti__jm {
	background-position: -2567px 0;
	height: 10px
}

.iti__flag.iti__jo {
	background-position: -2589px 0;
	height: 10px
}

.iti__flag.iti__jp {
	background-position: -2611px 0;
	height: 14px
}

.iti__flag.iti__ke {
	background-position: -2633px 0;
	height: 14px
}

.iti__flag.iti__kg {
	background-position: -2655px 0;
	height: 12px
}

.iti__flag.iti__kh {
	background-position: -2677px 0;
	height: 13px
}

.iti__flag.iti__ki {
	background-position: -2699px 0;
	height: 10px
}

.iti__flag.iti__km {
	background-position: -2721px 0;
	height: 12px
}

.iti__flag.iti__kn {
	background-position: -2743px 0;
	height: 14px
}

.iti__flag.iti__kp {
	background-position: -2765px 0;
	height: 10px
}

.iti__flag.iti__kr {
	background-position: -2787px 0;
	height: 14px
}

.iti__flag.iti__kw {
	background-position: -2809px 0;
	height: 10px
}

.iti__flag.iti__ky {
	background-position: -2831px 0;
	height: 10px
}

.iti__flag.iti__kz {
	background-position: -2853px 0;
	height: 10px
}

.iti__flag.iti__la {
	background-position: -2875px 0;
	height: 14px
}

.iti__flag.iti__lb {
	background-position: -2897px 0;
	height: 14px
}

.iti__flag.iti__lc {
	background-position: -2919px 0;
	height: 10px
}

.iti__flag.iti__li {
	background-position: -2941px 0;
	height: 12px
}

.iti__flag.iti__lk {
	background-position: -2963px 0;
	height: 10px
}

.iti__flag.iti__lr {
	background-position: -2985px 0;
	height: 11px
}

.iti__flag.iti__ls {
	background-position: -3007px 0;
	height: 14px
}

.iti__flag.iti__lt {
	background-position: -3029px 0;
	height: 12px
}

.iti__flag.iti__lu {
	background-position: -3051px 0;
	height: 12px
}

.iti__flag.iti__lv {
	background-position: -3073px 0;
	height: 10px
}

.iti__flag.iti__ly {
	background-position: -3095px 0;
	height: 10px
}

.iti__flag.iti__ma {
	background-position: -3117px 0;
	height: 14px
}

.iti__flag.iti__mc {
	background-position: -3139px 0;
	height: 15px
}

.iti__flag.iti__md {
	background-position: -3160px 0;
	height: 10px
}

.iti__flag.iti__me {
	background-position: -3182px 0;
	height: 10px
}

.iti__flag.iti__mf {
	background-position: -3204px 0;
	height: 14px
}

.iti__flag.iti__mg {
	background-position: -3226px 0;
	height: 14px
}

.iti__flag.iti__mh {
	background-position: -3248px 0;
	height: 11px
}

.iti__flag.iti__mk {
	background-position: -3270px 0;
	height: 10px
}

.iti__flag.iti__ml {
	background-position: -3292px 0;
	height: 14px
}

.iti__flag.iti__mm {
	background-position: -3314px 0;
	height: 14px
}

.iti__flag.iti__mn {
	background-position: -3336px 0;
	height: 10px
}

.iti__flag.iti__mo {
	background-position: -3358px 0;
	height: 14px
}

.iti__flag.iti__mp {
	background-position: -3380px 0;
	height: 10px
}

.iti__flag.iti__mq {
	background-position: -3402px 0;
	height: 14px
}

.iti__flag.iti__mr {
	background-position: -3424px 0;
	height: 14px
}

.iti__flag.iti__ms {
	background-position: -3446px 0;
	height: 10px
}

.iti__flag.iti__mt {
	background-position: -3468px 0;
	height: 14px
}

.iti__flag.iti__mu {
	background-position: -3490px 0;
	height: 14px
}

.iti__flag.iti__mv {
	background-position: -3512px 0;
	height: 14px
}

.iti__flag.iti__mw {
	background-position: -3534px 0;
	height: 14px
}

.iti__flag.iti__mx {
	background-position: -3556px 0;
	height: 12px
}

.iti__flag.iti__my {
	background-position: -3578px 0;
	height: 10px
}

.iti__flag.iti__mz {
	background-position: -3600px 0;
	height: 14px
}

.iti__flag.iti__na {
	background-position: -3622px 0;
	height: 14px
}

.iti__flag.iti__nc {
	background-position: -3644px 0;
	height: 10px
}

.iti__flag.iti__ne {
	background-position: -3666px 0;
	height: 15px
}

.iti__flag.iti__nf {
	background-position: -3686px 0;
	height: 10px
}

.iti__flag.iti__ng {
	background-position: -3708px 0;
	height: 10px
}

.iti__flag.iti__ni {
	background-position: -3730px 0;
	height: 12px
}

.iti__flag.iti__nl {
	background-position: -3752px 0;
	height: 14px
}

.iti__flag.iti__no {
	background-position: -3774px 0;
	height: 15px
}

.iti__flag.iti__np {
	background-position: -3796px 0;
	height: 15px
}

.iti__flag.iti__nr {
	background-position: -3811px 0;
	height: 10px
}

.iti__flag.iti__nu {
	background-position: -3833px 0;
	height: 10px
}

.iti__flag.iti__nz {
	background-position: -3855px 0;
	height: 10px
}

.iti__flag.iti__om {
	background-position: -3877px 0;
	height: 10px
}

.iti__flag.iti__pa {
	background-position: -3899px 0;
	height: 14px
}

.iti__flag.iti__pe {
	background-position: -3921px 0;
	height: 14px
}

.iti__flag.iti__pf {
	background-position: -3943px 0;
	height: 14px
}

.iti__flag.iti__pg {
	background-position: -3965px 0;
	height: 15px
}

.iti__flag.iti__ph {
	background-position: -3987px 0;
	height: 10px
}

.iti__flag.iti__pk {
	background-position: -4009px 0;
	height: 14px
}

.iti__flag.iti__pl {
	background-position: -4031px 0;
	height: 13px
}

.iti__flag.iti__pm {
	background-position: -4053px 0;
	height: 14px
}

.iti__flag.iti__pn {
	background-position: -4075px 0;
	height: 10px
}

.iti__flag.iti__pr {
	background-position: -4097px 0;
	height: 14px
}

.iti__flag.iti__ps {
	background-position: -4119px 0;
	height: 10px
}

.iti__flag.iti__pt {
	background-position: -4141px 0;
	height: 14px
}

.iti__flag.iti__pw {
	background-position: -4163px 0;
	height: 13px
}

.iti__flag.iti__py {
	background-position: -4185px 0;
	height: 11px
}

.iti__flag.iti__qa {
	background-position: -4207px 0;
	height: 8px
}

.iti__flag.iti__re {
	background-position: -4229px 0;
	height: 14px
}

.iti__flag.iti__ro {
	background-position: -4251px 0;
	height: 14px
}

.iti__flag.iti__rs {
	background-position: -4273px 0;
	height: 14px
}

.iti__flag.iti__ru {
	background-position: -4295px 0;
	height: 14px
}

.iti__flag.iti__rw {
	background-position: -4317px 0;
	height: 14px
}

.iti__flag.iti__sa {
	background-position: -4339px 0;
	height: 14px
}

.iti__flag.iti__sb {
	background-position: -4361px 0;
	height: 10px
}

.iti__flag.iti__sc {
	background-position: -4383px 0;
	height: 10px
}

.iti__flag.iti__sd {
	background-position: -4405px 0;
	height: 10px
}

.iti__flag.iti__se {
	background-position: -4427px 0;
	height: 13px
}

.iti__flag.iti__sg {
	background-position: -4449px 0;
	height: 14px
}

.iti__flag.iti__sh {
	background-position: -4471px 0;
	height: 10px
}

.iti__flag.iti__si {
	background-position: -4493px 0;
	height: 10px
}

.iti__flag.iti__sj {
	background-position: -4515px 0;
	height: 15px
}

.iti__flag.iti__sk {
	background-position: -4537px 0;
	height: 14px
}

.iti__flag.iti__sl {
	background-position: -4559px 0;
	height: 14px
}

.iti__flag.iti__sm {
	background-position: -4581px 0;
	height: 15px
}

.iti__flag.iti__sn {
	background-position: -4603px 0;
	height: 14px
}

.iti__flag.iti__so {
	background-position: -4625px 0;
	height: 14px
}

.iti__flag.iti__sr {
	background-position: -4647px 0;
	height: 14px
}

.iti__flag.iti__ss {
	background-position: -4669px 0;
	height: 10px
}

.iti__flag.iti__st {
	background-position: -4691px 0;
	height: 10px
}

.iti__flag.iti__sv {
	background-position: -4713px 0;
	height: 12px
}

.iti__flag.iti__sx {
	background-position: -4735px 0;
	height: 14px
}

.iti__flag.iti__sy {
	background-position: -4757px 0;
	height: 14px
}

.iti__flag.iti__sz {
	background-position: -4779px 0;
	height: 14px
}

.iti__flag.iti__ta {
	background-position: -4801px 0;
	height: 10px
}

.iti__flag.iti__tc {
	background-position: -4823px 0;
	height: 10px
}

.iti__flag.iti__td {
	background-position: -4845px 0;
	height: 14px
}

.iti__flag.iti__tf {
	background-position: -4867px 0;
	height: 14px
}

.iti__flag.iti__tg {
	background-position: -4889px 0;
	height: 13px
}

.iti__flag.iti__th {
	background-position: -4911px 0;
	height: 14px
}

.iti__flag.iti__tj {
	background-position: -4933px 0;
	height: 10px
}

.iti__flag.iti__tk {
	background-position: -4955px 0;
	height: 10px
}

.iti__flag.iti__tl {
	background-position: -4977px 0;
	height: 10px
}

.iti__flag.iti__tm {
	background-position: -4999px 0;
	height: 14px
}

.iti__flag.iti__tn {
	background-position: -5021px 0;
	height: 14px
}

.iti__flag.iti__to {
	background-position: -5043px 0;
	height: 10px
}

.iti__flag.iti__tr {
	background-position: -5065px 0;
	height: 14px
}

.iti__flag.iti__tt {
	background-position: -5087px 0;
	height: 12px
}

.iti__flag.iti__tv {
	background-position: -5109px 0;
	height: 10px
}

.iti__flag.iti__tw {
	background-position: -5131px 0;
	height: 14px
}

.iti__flag.iti__tz {
	background-position: -5153px 0;
	height: 14px
}

.iti__flag.iti__ua {
	background-position: -5175px 0;
	height: 14px
}

.iti__flag.iti__ug {
	background-position: -5197px 0;
	height: 14px
}

.iti__flag.iti__um {
	background-position: -5219px 0;
	height: 11px
}

.iti__flag.iti__un {
	background-position: -5241px 0;
	height: 14px
}

.iti__flag.iti__us {
	background-position: -5263px 0;
	height: 11px
}

.iti__flag.iti__uy {
	background-position: -5285px 0;
	height: 14px
}

.iti__flag.iti__uz {
	background-position: -5307px 0;
	height: 10px
}

.iti__flag.iti__va {
	background-position: -5329px 0;
	height: 15px
}

.iti__flag.iti__vc {
	background-position: -5346px 0;
	height: 14px
}

.iti__flag.iti__ve {
	background-position: -5368px 0;
	height: 14px
}

.iti__flag.iti__vg {
	background-position: -5390px 0;
	height: 10px
}

.iti__flag.iti__vi {
	background-position: -5412px 0;
	height: 14px
}

.iti__flag.iti__vn {
	background-position: -5434px 0;
	height: 14px
}

.iti__flag.iti__vu {
	background-position: -5456px 0;
	height: 12px
}

.iti__flag.iti__wf {
	background-position: -5478px 0;
	height: 14px
}

.iti__flag.iti__ws {
	background-position: -5500px 0;
	height: 10px
}

.iti__flag.iti__xk {
	background-position: -5522px 0;
	height: 15px
}

.iti__flag.iti__ye {
	background-position: -5544px 0;
	height: 14px
}

.iti__flag.iti__yt {
	background-position: -5566px 0;
	height: 14px
}

.iti__flag.iti__za {
	background-position: -5588px 0;
	height: 14px
}

.iti__flag.iti__zm {
	background-position: -5610px 0;
	height: 14px
}

.iti__flag.iti__zw {
	background-position: -5632px 0;
	height: 10px
}

.iti__flag {
	background-color: #dbdbdb;
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/flags.png);
	background-position: 20px 0;
	background-repeat: no-repeat;
	box-shadow: 0 0 1px 0 #888;
	height: 15px
}

@media(min-resolution:192dpi) {
	.iti__flag {
		background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/flags@2x.png)
	}
}

.iti__flag.iti__np {
	background-color: transparent
}

.tel-input-field {
	z-index: 305
}

.tel-input-field.country-open {
	z-index: 405
}

.iti--allow-dropdown {
	width: 100%
}

.iti__flag {
	background-color: #f5f5f5;
	background-image: url(../../../etc.clientlibs/omotenashi/clientlibs/clientlib-base/img/resources/flags@2x.png);
	background-size: 5652px 15px;
	box-shadow: 0 0 0 1px #d7d7d7;
	transform: scale(1.25);
	transform-origin: 100% 50%
}

.iti__arrow {
	border-bottom: 0;
	border-right: 0;
	border-color: currentcolor #757575 #757575 currentcolor;
	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	height: 8px;
	transform: rotate(45deg);
	transition: transform .25s;
	width: 8px
}

.iti__arrow--up {
	transform: rotate(225deg) translate(-50%, -3px)
}

html.desktop .iti__country-list {
	-ms-overflow-style: -ms-autohiding-scrollbar
}

html.desktop .iti__country-list::-webkit-scrollbar {
	width: 6px
}

html.desktop .iti__country-list::-webkit-scrollbar-track {
	background-color: #f5f5f5;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .05)
}

html.desktop .iti__country-list::-webkit-scrollbar-thumb {
	background: linear-gradient(rgba(41, 41, 41, .8), #292929 50%, rgba(41, 41, 41, .8))
}

html.desktop .iti__country-list::-webkit-scrollbar-thumb:active,
html.desktop .iti__country-list::-webkit-scrollbar-thumb:hover {
	background-color: #000
}

.iti__country {
	padding: 8px 12px 8px 16px
}

.iti-mobile .iti__country {
	padding-left: 16px;
	padding-right: 12px
}

.iti__country-name {
	color: #292929
}

.iti__dial-code {
	color: #b3b3b3
}

.iti__selected-flag {
	padding: 0 12px 0 16px
}

.iti__selected-flag:focus {
	outline: none
}

.iti-mobile .iti--container {
	bottom: 3rem;
	top: 3rem;
	z-index: 10001
}

.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent
}

.flatpickr-calendar {
	animation: none;
	background: transparent;
	background: #fff;
	border: 0;
	border-radius: 5px;
	box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, .08);
	box-sizing: border-box;
	direction: ltr;
	display: none;
	font-size: 14px;
	line-height: 24px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	touch-action: manipulation;
	visibility: hidden;
	width: 307.875px
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
	max-height: 640px;
	opacity: 1;
	visibility: visible
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 99999
}

.flatpickr-calendar.animate.open {
	animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 2px
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
	display: block;
	z-index: 999
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
	box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
	box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
	border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0
}

.flatpickr-calendar.hasTime .flatpickr-time {
	border-top: 1px solid #e6e6e6;
	height: 40px
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
	border: solid transparent;
	content: "";
	display: block;
	height: 0;
	left: 22px;
	pointer-events: none;
	position: absolute;
	width: 0
}

.flatpickr-calendar.arrowRight:after,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
	left: auto;
	right: 22px
}

.flatpickr-calendar.arrowCenter:after,
.flatpickr-calendar.arrowCenter:before {
	left: 50%;
	right: 50%
}

.flatpickr-calendar:before {
	border-width: 5px;
	margin: 0 -5px
}

.flatpickr-calendar:after {
	border-width: 4px;
	margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
	bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
	top: 100%
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: #fff
}

.flatpickr-calendar:focus {
	outline: 0
}

.flatpickr-wrapper {
	display: inline-block;
	position: relative
}

.flatpickr-months {
	display: flex
}

.flatpickr-months .flatpickr-month {
	background: transparent;
	flex: 1;
	line-height: 1;
	overflow: hidden;
	position: relative;
	text-align: center
}

.flatpickr-months .flatpickr-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
	fill: rgba(0, 0, 0, .9);
	color: rgba(0, 0, 0, .9);
	height: 34px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
	cursor: pointer;
	padding: 10px;
	position: absolute;
	text-decoration: none;
	top: 0;
	z-index: 3
}

.flatpickr-months .flatpickr-next-month.flatpickr-disabled,
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled {
	display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
	position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
	left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
	right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
	color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
	height: 14px;
	width: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
	fill: inherit;
	transition: fill .1s
}

.numInputWrapper {
	height: auto;
	position: relative
}

.numInputWrapper input,
.numInputWrapper span {
	display: inline-block
}

.numInputWrapper input {
	width: 100%
}

.numInputWrapper input::-ms-clear {
	display: none
}

.numInputWrapper input::-webkit-inner-spin-button,
.numInputWrapper input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.numInputWrapper span {
	border: 1px solid rgba(57, 57, 57, .15);
	box-sizing: border-box;
	cursor: pointer;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	padding: 0 4px 0 2px;
	position: absolute;
	right: 0;
	width: 14px
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
	content: "";
	display: block;
	position: absolute
}

.numInputWrapper span.arrowUp {
	border-bottom: 0;
	top: 0
}

.numInputWrapper span.arrowUp:after {
	border-bottom: 4px solid rgba(57, 57, 57, .6);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	top: 26%
}

.numInputWrapper span.arrowDown {
	top: 50%
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6);
	top: 40%
}

.numInputWrapper span svg {
	height: auto;
	width: inherit
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
	opacity: 1
}

.flatpickr-current-month {
	color: inherit;
	display: inline-block;
	font-size: 135%;
	font-weight: 300;
	height: 34px;
	left: 12.5%;
	line-height: inherit;
	line-height: 1;
	padding: 7.48px 0 0;
	position: absolute;
	text-align: center;
	transform: translateZ(0);
	width: 75%
}

.flatpickr-current-month span.cur-month {
	color: inherit;
	display: inline-block;
	font-family: inherit;
	font-weight: 700;
	margin-left: .5ch;
	padding: 0
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
	display: inline-block;
	width: 6ch;
	width: 7ch\0
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: inherit;
	cursor: text;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: 0;
	padding: 0 0 0 .5ch;
	vertical-align: baseline;
	vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
	outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	background: transparent;
	color: rgba(0, 0, 0, .5);
	font-size: 100%;
	pointer-events: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	appearance: menulist;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	background: transparent;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	font-weight: 300;
	height: auto;
	line-height: inherit;
	margin: -1px 0 0;
	outline: none;
	padding: 0 0 0 .5ch;
	position: relative;
	vertical-align: baseline;
	vertical-align: initial;
	width: auto
}

.flatpickr-current-month .flatpickr-monthDropdown-months:active,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus {
	outline: none
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: transparent;
	outline: none;
	padding: 0
}

.flatpickr-weekdays {
	align-items: center;
	background: transparent;
	display: flex;
	height: 28px;
	overflow: hidden;
	text-align: center;
	width: 100%
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
	display: flex;
	flex: 1
}

span.flatpickr-weekday {
	background: transparent;
	color: rgba(0, 0, 0, .54);
	cursor: default;
	display: block;
	flex: 1;
	font-size: 90%;
	font-weight: bolder;
	line-height: 1;
	margin: 0;
	text-align: center
}

.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0
}

.flatpickr-days {
	align-items: flex-start;
	display: flex;
	overflow: hidden;
	position: relative;
	width: 307.875px
}

.flatpickr-days:focus {
	outline: 0
}

.dayContainer {
	box-sizing: border-box;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-around;
	max-width: 307.875px;
	min-width: 307.875px;
	opacity: 1;
	outline: 0;
	padding: 0;
	text-align: left;
	transform: translateZ(0);
	width: 307.875px
}

.dayContainer+.dayContainer {
	box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
	background: none;
	border: 1px solid transparent;
	border-radius: 150px;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	display: inline-block;
	flex-basis: 14.2857143%;
	font-weight: 400;
	height: 39px;
	justify-content: center;
	line-height: 39px;
	margin: 0;
	max-width: 39px;
	position: relative;
	text-align: center;
	width: 14.2857143%
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
	background: #e6e6e6;
	border-color: #e6e6e6;
	cursor: pointer;
	outline: 0
}

.flatpickr-day.today {
	border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
	background: #959ea9;
	border-color: #959ea9;
	color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: #569ff7;
	border-color: #569ff7;
	box-shadow: none;
	color: #fff
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
	border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
	border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
	box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
	border-radius: 50px
}

.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
	background: transparent;
	border-color: transparent;
	color: rgba(57, 57, 57, .3);
	cursor: default
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	color: rgba(57, 57, 57, .1);
	cursor: not-allowed
}

.flatpickr-day.week.selected {
	border-radius: 0;
	box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
	visibility: hidden
}

.rangeMode .flatpickr-day {
	margin-top: 1px
}

.flatpickr-weekwrapper {
	float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
	box-shadow: 1px 0 0 #e6e6e6;
	padding: 0 12px
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	line-height: 28px;
	width: 100%
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
	background: transparent;
	border: none;
	color: rgba(57, 57, 57, .3);
	cursor: default;
	display: block;
	max-width: none;
	width: 100%
}

.flatpickr-innerContainer {
	box-sizing: border-box;
	display: block;
	display: flex;
	overflow: hidden
}

.flatpickr-rContainer {
	box-sizing: border-box;
	display: inline-block;
	padding: 0
}

.flatpickr-time {
	box-sizing: border-box;
	display: block;
	display: flex;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	outline: 0;
	overflow: hidden;
	text-align: center
}

.flatpickr-time:after {
	clear: both;
	content: "";
	display: table
}

.flatpickr-time .numInputWrapper {
	flex: 1;
	float: left;
	height: 40px;
	width: 40%
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%
}

.flatpickr-time input {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #393939;
	font-size: 14px;
	height: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 400
}

.flatpickr-time input:focus {
	border: 0;
	outline: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
	align-self: center;
	color: #393939;
	float: left;
	font-weight: 700;
	height: inherit;
	line-height: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	width: 2%
}

.flatpickr-time .flatpickr-am-pm {
	cursor: pointer;
	font-weight: 400;
	outline: 0;
	text-align: center;
	width: 18%
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
	background: #eee
}

.flatpickr-input[readonly] {
	cursor: pointer
}

@keyframes fpFadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.flatpickr-input.input_readonly {
	pointer-events: none
}

.flatpickr-calendar {
	border-radius: 0;
	box-shadow: 1px 0 0 #ccc, -1px 0 0 #ccc, 0 1px 0 #ccc, 0 -1px 0 #ccc, 0 3px 13px rgba(0, 0, 0, .08);
	font-size: 16px;
	margin-top: -2px
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
	content: none
}

.flatpickr-days {
	padding-bottom: 6px
}

.flatpickr-day {
	color: #292929;
	font-weight: 300
}

.flatpickr-day:focus,
.flatpickr-day:hover {
	background: #ebebeb;
	border-color: #ebebeb
}

.flatpickr-day.today {
	border-color: #ccc
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
	background: #ccc;
	border-color: #ccc
}

.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
	background: #292929;
	border-color: #292929
}

.flatpickr-months .flatpickr-month {
	height: 40px
}

.flatpickr-months .flatpickr-month:before {
	border-bottom: 1px solid #ebebeb;
	bottom: 0;
	content: "";
	left: 10px;
	position: absolute;
	width: calc(100% - 20px)
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
	fill: #000
}

.flatpickr-current-month {
	font-size: 1rem;
	height: 32px;
	padding-top: 8px
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
	-moz-text-align-last: right;
	text-align-last: right
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: #fff
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	background-color: #fff
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
	direction: rtl;
	font-weight: 300
}

.flatpickr-weekdays {
	margin-top: 6px
}

.flatpickr-time input {
	font-size: 16px
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 300
}

span.flatpickr-weekday {
	font-size: 14px
}

.numInputWrapper:hover {
	background: #fff
}

.input__datepicker {
	position: relative
}

.input__datepicker input {
	padding-right: calc(20px + 1rem)
}

.icon_calendar {
	position: absolute;
	right: .75rem;
	top: 50%;
	transform: translateY(-50%)
}

.sec_global_form_dealers li {
	display: none
}

.sec_global_form_dealers li.is_selected {
	display: block;
	margin-top: 1rem
}

.sec_global_form_dealers li>div {
	margin-top: .75rem
}

.select__global_dealers.hide_dealerinfo .sec_global_form_dealers {
	display: none
}

.input_button {
	font-size: 0;
	pointer-events: none
}

.input__singpass .logo {
	position: relative;
	top: 3px
}

@media(min-width:1024px) {
	.input__singpass .sub-title {
		margin-right: 8px;
		position: relative;
		top: -10px
	}
}

.input__singpass .mdc-button {
	border-radius: 4px
}

.input__singpass .mdc-button.mdc-button--unelevated:not(:disabled) {
	background-color: #eb1c24
}

.form_info__with_icon img,
.form_info__with_icon span {
	vertical-align: middle
}

.form_info__with_icon img+span {
	display: inline;
	padding-left: 8px
}

@media(max-width:599px) {
	.form_info__with_icon {
		padding-left: 35px;
		position: relative
	}

	.form_info__with_icon img {
		left: 0;
		position: absolute;
		top: 2px
	}

	.form_info__with_icon img+span {
		padding-left: 0
	}
}

.sec__form_contact {
	padding: 48px 0;
	position: relative
}

@media(max-width:599px) {
	.sec__form_contact .layout_grid {
		padding: 0 16px
	}
}

@media(min-width:600px)and (max-width:1023px) {
	.sec__form_contact .layout_grid {
		padding: 0 24px
	}
}

@media(min-width:1024px) {
	.sec__form_contact .layout_grid {
		padding: 0 40px
	}
}

.sec__form_contact .layout_grid [class^=layout_grid_cell] {
	margin-bottom: 8px;
	margin-top: 8px
}

.sec__form_contact>div {
	position: relative
}

@media(min-width:1024px) {
	.sec__form_contact>div {
		width: 1280px
	}
}

.sec__form_contact h5 {
	margin-bottom: 1.25rem
}

.sec__form_contact p:not(:last-of-type) {
	margin-bottom: 8px
}

.input__label_group h4 {
	margin-top: 2.25rem
}

.input__label_group h4+ol,
.input__label_group h4+p,
.input__label_group h4+ul,
.input__label_group label+ol,
.input__label_group label+p,
.input__label_group label+ul,
.input__label_group p+ol,
.input__label_group p+p,
.input__label_group p+ul {
	margin-top: 16px
}

.input__label_group ol li+li,
.input__label_group ul li+li {
	margin-top: 8px
}

@media(min-width:1024px) {
	.form_right_bg .sec__keep_me_informed_form {
		padding-right: 15%;
		width: 1280px;
		z-index: 0
	}

	.form_right_bg>section {
		width: 65%
	}

	.form_right_bg>aside {
		width: 35%
	}

	.form_right_bg .sec__cont {
		padding-top: 140px
	}

	.form_right_bg .sec__keep_me_informed_form {
		padding-top: 20px
	}
}

.form_right_bg .sec__keep_me_informed_bg {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.form_right_bg .sec__keep_me_informed_bg picture {
	height: 100%;
	width: 100%
}

.form_right_bg .sec__keep_me_informed_bg picture img {
	left: 50%;
	min-height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%)
}

#dialog_form_singpass_error .mdc-dialog__scrim {
	pointer-events: none
}


/* Gall */

.page-item{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 300px;
}
.container-list{
    overflow-x: auto;
    padding-bottom: 32px;
    position: relative;
}

.lx-background{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    align-items: center;
}
.lx-background::before{
    background-image: url(../personalizaciones/bg-pattern.svg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 22px auto;
    opacity: .1;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
}

.lx-bg-colors .contenedor-generico-galeria{
    align-items: end;
}
.container-lx-img-colors{
    overflow: auto;
    padding-bottom: 6px;
}
.lx-img-colors{
    display: flex;
    gap: 4px;
}
.lx-img-colors img{
    width: 48px;
    height:auto;
    cursor: pointer;
	border: 1px solid #8c8c8c;
}
.lx-background::after{
    background-image: linear-gradient(#fff, hsla(0, 0%, 100%, .5) 50%, #fff);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100vw;
}
.contenedor-generico-galeria{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width:100%;
    position: relative;
    z-index: 1;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover; /* Asegura que el video cubra todo el Ã¡rea sin distorsionarse */
    pointer-events: none;
    z-index: 1;
    overflow: hidden; /* Para evitar que el video se desborde */
    opacity: 0.6;
}
.galeria_personalizada{
    display: grid;
    grid-auto-flow: column;
    gap: 16px;
}
.galeria_item{
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.videos .galeria_item{
    cursor: pointer;
}
.galeria_item .imagen_galeria{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria_item .imagen_galeria svg{
    background: #ffffff52;
    border-radius: 1000px;
    opacity: 0.9;
}
.selected{
    border: 2px solid #000;
}
iframe{
    width: 100%;
    aspect-ratio: 1 / 1 !important;
}
#car-color{
    background-repeat: no-repeat;
    position: relative;
}
#msj_errores, #msj_errores p{
    color: red;
    margin-bottom: 16px;
}
#msj_exito{
    color: green;
    margin-bottom: 16px;
}
/* Estilo del contenedor del scroll */
::-webkit-scrollbar {
    width: 8px; /* Ancho del scroll vertical */
    height: 8px; /* Altura del scroll horizontal */
  }
  
  /* Estilo del "thumb" (barra deslizante) */
  ::-webkit-scrollbar-thumb {
    background-color: #888; /* Color de la barra */
    border-radius: 100px; /* Bordes redondeados */
    border: 2px solid transparent; /* Espaciado entre el thumb y el track */
    background-clip: padding-box; /* Evita que el borde sobresalga */
  }
  
  /* Estilo del track (fondo del scroll) */
  ::-webkit-scrollbar-track {
    background-color: #f0f0f0; /* Fondo del track */
    border-radius: 100px;
  }
  
  /* Hover sobre el thumb */
  ::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Cambia de color al pasar el cursor */
  }
@media (orientation: portrait) {

    .contenedor-generico-galeria{
        max-width: 1280px;
    }
    .video-background {
        height: 160%;
    }
    .contenedor{
        gap:64px;
    }
    .imagen-descripcion{
        display: flex;
        flex-direction: column;
        gap:32px;
    }
    .imagen-descripcion img{
        width:100%;
        height: auto;
    }
    .imagen-descripcion p{
        width:100%;
        font-size: 28px;
        font-weight: 300;
    }
}

@media (max-width: 767px) {

    .pages-list, .galeria_personalizada{
        grid-auto-columns: 44%;
    }
    .page-item h3, .galeria_item h3{
        font-size: 22px;
    }
    /* #car-color{
        height: 250px;
        width:340px;
        background-size: 340px auto;
        background-repeat: no-repeat;
        background-position: 0 -50px;
        position: relative;
        top: 20px;
    } */
	#car-color {
		height: 250px;
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		position: relative;
	}
	.lx-img-colors{
		justify-content: center;
	}
}
@media (min-width: 767px) {
    header{
        justify-content: center;
    }
    .contenedor-generico-galeria{
        min-width: 767px;
        max-width: 767px;
    }

    .pages-list, .galeria_personalizada{
        grid-auto-columns: 26%;
    }
    #car-color{
        height: 400px;
        width:100%;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
    }
}
@media (min-width: 1280px) {
    .contenedor-generico-galeria{
        /* min-width: 1280px;
        max-width: 1280px; */
    }
    .pages-list, .galeria_personalizada{
        grid-auto-columns: 18%;
    }
    /* #car-color{
        height: 600px;
        width:750px;
        background-size: 700px auto;
        background-repeat: no-repeat;
        background-position: 0 -100px;
        position: relative;
        top: 130px;
        left: 20px;
    } */
}

.position-relative {
    position: relative;
}

.position-absolute-buttons {
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 220px;
    transform: translate(-50%, 0%);
    z-index: 10;
}

.text-car {
    display: none;
}

@media (min-width: 768px) {
    .position-absolute-buttons {
        position: relative;
        left: 0;
        bottom: 25px;
        transform: translate(0%, 0%);
        z-index: 1;
        background-color: unset;
    }
    .text-car {
        display: block;
    }
}