/*
Theme Name: Nail
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nail
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

	 html {
	 	line-height: 1.15; /* 1 */
	 	-webkit-text-size-adjust: 100%; /* 2 */
	 }

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

	 body {
	 	margin: 0;
	 }

/**
 * Render the `main` element consistently in IE.
 */

	 main {
	 	display: block;
	 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

	 h1 {
	 	font-size: 2em;
	 	margin: 0.67em 0;
	 }

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

	 hr {
	 	box-sizing: content-box; /* 1 */
	 	height: 0; /* 1 */
	 	overflow: visible; /* 2 */
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

	 pre {
	 	font-family: monospace, monospace; /* 1 */
	 	font-size: 1em; /* 2 */
	 }

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

	 a {
	 	background-color: transparent;
	 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

	 abbr[title] {
	 	border-bottom: none; /* 1 */
	 	text-decoration: underline; /* 2 */
	 	-webkit-text-decoration: underline dotted;
	 	text-decoration: underline dotted; /* 2 */
	 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

	 b,
	 strong {
	 	font-weight: bolder;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

	 code,
	 kbd,
	 samp {
	 	font-family: monospace, monospace; /* 1 */
	 	font-size: 1em; /* 2 */
	 }

/**
 * Add the correct font size in all browsers.
 */

	 small {
	 	font-size: 80%;
	 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

	 sub,
	 sup {
	 	font-size: 75%;
	 	line-height: 0;
	 	position: relative;
	 	vertical-align: baseline;
	 }

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

	 img {
	 	border-style: none;
	 }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

	 button,
	 input,
	 optgroup,
	 select,
	 textarea {
	 	font-family: inherit; /* 1 */
	 	font-size: 100%; /* 1 */
	 	line-height: 1.15; /* 1 */
	 	margin: 0; /* 2 */
	 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

	 button,
	 input { /* 1 */
	 	overflow: visible;
	 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

	 button,
	 select { /* 1 */
	 	text-transform: none;
	 }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

	 button,
	 [type="button"],
	 [type="reset"],
	 [type="submit"] {
	 	-webkit-appearance: button;
	 }

/**
 * Remove the inner border and padding in Firefox.
 */

	 button::-moz-focus-inner,
	 [type="button"]::-moz-focus-inner,
	 [type="reset"]::-moz-focus-inner,
	 [type="submit"]::-moz-focus-inner {
	 	border-style: none;
	 	padding: 0;
	 }

/**
 * Restore the focus styles unset by the previous rule.
 */

	 button:-moz-focusring,
	 [type="button"]:-moz-focusring,
	 [type="reset"]:-moz-focusring,
	 [type="submit"]:-moz-focusring {
	 	outline: 1px dotted ButtonText;
	 }

/**
 * Correct the padding in Firefox.
 */

	 fieldset {
	 	padding: 0.35em 0.75em 0.625em;
	 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

	 legend {
	 	box-sizing: border-box; /* 1 */
	 	color: inherit; /* 2 */
	 	display: table; /* 1 */
	 	max-width: 100%; /* 1 */
	 	padding: 0; /* 3 */
	 	white-space: normal; /* 1 */
	 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

	 progress {
	 	vertical-align: baseline;
	 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

	 textarea {
	 	overflow: auto;
	 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

	 [type="checkbox"],
	 [type="radio"] {
	 	box-sizing: border-box; /* 1 */
	 	padding: 0; /* 2 */
	 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

	 [type="number"]::-webkit-inner-spin-button,
	 [type="number"]::-webkit-outer-spin-button {
	 	height: auto;
	 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

	 [type="search"] {
	 	-webkit-appearance: textfield; /* 1 */
	 	outline-offset: -2px; /* 2 */
	 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

	 [type="search"]::-webkit-search-decoration {
	 	-webkit-appearance: none;
	 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

	 ::-webkit-file-upload-button {
	 	-webkit-appearance: button; /* 1 */
	 	font: inherit; /* 2 */
	 }

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

	 details {
	 	display: block;
	 }

/*
 * Add the correct display in all browsers.
 */

	 summary {
	 	display: list-item;
	 }

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

	 template {
	 	display: none;
	 }

/**
 * Add the correct display in IE 10.
 */

	 [hidden] {
	 	display: none;
	 }

	 /* wp reset start here */

	 .clearfix:after,
	 dl:after,
	 .widget:after,
	 .search-form:after,
	 .post-password-form p:after,
	 .navigation-single:after {
	 	content: "";
	 	display: block;
	 	clear: both;
	 }

	 .ellipsis {
	 	white-space: nowrap; /* 1 */
	 	text-overflow: ellipsis; /* 2 */
	 	overflow: hidden;
	 }

	 /* p, */
	/* h1,
	h2,
	h3,
	h4,
	h5,
	h6, */
	ul,
	ol,
	dl,
	address,
	form,
	table,
	blockquote,
	applet,
	embed,
	object,
	iframe,
	frameset {
		margin: 0 0 1.2em;
	}

	blockquote {
		border-left: 4px solid #ec5e2a;
		padding-left: .5em;
		margin-left: 1.2em;
	}

	table {
		border-collapse: collapse;
	}

	th,
	td {
		border: 1px solid #7EDDD7;
		padding: .5em;
		text-align: left;
		vertical-align: top;
	}

	th {
		text-align: center;
		vertical-align: middle;
	}

	ul,
	ol {
		padding-left: 3em;
	}

	ul ul,
	ul ol,
	ol ul,
	ol ol {
		padding-left: 3em;
		margin: 0;
	}

	ul {
		list-style-type: disc;
	}

	dl dt {
		float: left;
		clear: left;
		padding-right: .3em;
		font-weight: bold;
	}

	dl dd {
		overflow: hidden;
	}

	pre {
		max-width: 100%;
	}

	form,
	fieldset {
		margin: 0;
		padding: 0;
		border-style: none;
	}

	a {
		outline: none;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-family: 'Nail-Headlines', serif;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		box-sizing: border-box;
		border: 1px solid #999;
		padding: .4em .7em;
		border-radius: 3px;
		outline: none;
	}

	input[type="text"]:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus,
	textarea:focus {
		border-color: #121212;
	}

	input[type="text"]::-webkit-input-placeholder,
	input[type="tel"]::-webkit-input-placeholder,
	input[type="email"]::-webkit-input-placeholder,
	input[type="search"]::-webkit-input-placeholder,
	input[type="password"]::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #999;
	}

	input[type="text"]::-moz-placeholder,
	input[type="tel"]::-moz-placeholder,
	input[type="email"]::-moz-placeholder,
	input[type="search"]::-moz-placeholder,
	input[type="password"]::-moz-placeholder,
	textarea::-moz-placeholder {
		opacity: 1;
		color: #999;
	}

	input[type="text"]:-moz-placeholder,
	input[type="tel"]:-moz-placeholder,
	input[type="email"]:-moz-placeholder,
	input[type="search"]:-moz-placeholder,
	input[type="password"]:-moz-placeholder,
	textarea:-moz-placeholder {
		color: #999;
	}

	input[type="text"]:-ms-input-placeholder,
	input[type="tel"]:-ms-input-placeholder,
	input[type="email"]:-ms-input-placeholder,
	input[type="search"]:-ms-input-placeholder,
	input[type="password"]:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #999;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		color: #999;
	}

	select {
		-webkit-border-radius: 0;
		border-radius: 3px;
	}

	textarea {
		resize: vertical;
		vertical-align: top;
		border-radius: 3px;
	}

	img {
		max-width: 100%;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="file"],
	input[type="submit"] {
		transition: all .2s ease;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
		cursor: pointer;
		outline: none;
		border-radius: 3px;
		font-family: 'Nail-Headlines', serif;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="file"]:hover,
	input[type="submit"]:hover {
		background: #7EDDD7;
		color: #121212;
	}

	.content-holder {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	@media (min-width: 768px) and (max-width: 1240px) {
		.content-holder .outerMoat {
			width: 90%;
		}
	}

	#content:only-child {
		float: none;
		width: 100%;
	}

	iframe {
		max-width: 100%;
	}

	#content ul {
		display: block;
	}

	#content ul li {
		width: 100%;
	}

	#sidebar {
		margin-bottom: 50px;
	}

	#sidebar #wp-calendar {
		width: 100%;
	}

	#sidebar ul {
		display: block;
	}

	#sidebar ul li {
		width: 100%;
	}

	.widget {
		margin-bottom: 1.2em;
	}

	.widget ul {
		padding-left: 2em;
	}

	.widget select {
		min-width: 150px;
	}

	.comment-form label {
		display: block;
		padding-bottom: 4px;
	}

	.comment-form textarea {
		overflow: auto;
		margin: 0;
		height: 120px;
		min-height: 120px;
	}

	.comment-form textarea,
	.comment-form input[type="text"] {
		margin: 0 4px 0 0;
		max-width: 300px;
		width: 100%;
	}

	.comment-form input[type="submit"] {
		display: block;
		float: none;
	}

	.post-password-form label {
		display: block;
		margin-bottom: 4px;
	}

	.post-password-form input[type="password"] {
		margin: 0 4px 0 0;
		max-width: 300px;
		width: 100%;
	}

	.search-form {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 15px;
	}

	.search-form input {
		float: left;
		height: 2em;
	}

	.search-form input[type="search"] {
		margin: 0 4px 0 0;
		width: 150px;
	}

	.post-password-form input {
		float: left;
		height: 2em;
	}

	.post-password-form input[type="password"] {
		width: 150px;
	}

	.comment-form input[type="submit"],
	.post-password-form input[type="submit"],
	.search-form input[type="submit"] {
		background: #121212;
		color: #fff;
		height: 2em;
		border: none;
		padding: 0 .8em;
		font-size: 18px;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.comment-form input[type="submit"]:hover,
	.post-password-form input[type="submit"]:hover,
	.search-form input[type="submit"]:hover {
		color: #121212;
		background: #7EDDD7;
	}

	.commentlist {
		margin: 0 0 1.2em;
	}

	.commentlist .edit-link {
		margin: 0;
	}

	.commentlist .avatar-holder {
		float: left;
		margin: 0 1.2em 4px 0;
	}

	.commentlist-item .commentlist-item {
		padding: 0;
	}

	.comment,
	.commentlist-holder {
		overflow: hidden;
	}

	.commentlist-item .commentlist-item,
	.commentlist-item + .commentlist-item {
		padding-top: 1.2em;
	}

	.widget_calendar #next {
		text-align: right;
	}

	.gallery-item dt {
		float: none;
		padding: 0;
	}

	.navigation,
	.navigation-comments {
		position: relative;
		vertical-align: middle;
		margin-bottom: 1.2em;
	}

	.navigation .screen-reader-text,
	.navigation-comments .screen-reader-text {
		position: absolute;
		left: -99999px;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		display: inline-block;
		vertical-align: middle;
		padding: 0 .4em;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		transition: all, .2s ease;
		display: inline-block;
		vertical-align: middle;
		max-width: 48%;
		background: #121212;
		color: #fff;
		padding: .4em .8em;
		border-radius: 3px;
		text-decoration: none;
		text-transform: uppercase;
		font: 18px/1.2 'Sentinel A', 'Sentinel B', serif;
	}

	.navigation .next:hover,
	.navigation .prev:hover,
	.navigation-comments .next:hover,
	.navigation-comments .prev:hover {
		background: #7EDDD7;
		color: #121212;
	}

	.navigation-single {
		margin-bottom: 1.2em;
	}

	.navigation-single .next,
	.navigation-single .prev {
		text-transform: uppercase;
		font: 18px/1.2 'Sentinel A', 'Sentinel B', serif;
		transition: all, .2s ease;
		float: left;
		vertical-align: middle;
		max-width: 48%;
		background: #121212;
		color: #fff;
		border-radius: 3px;
		text-decoration: none;
	}

	.navigation-single .next:hover,
	.navigation-single .prev:hover {
		background: #7EDDD7;
		color: #121212;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		color: inherit;
		text-decoration: none;
		padding: .4em .8em;
		display: block;
	}

	.navigation-single .next {
		float: right;
	}

	.wp-caption {
		max-width: 100%;
		clear: both;
		border: 1px solid #7EDDD7;
		padding: .4em;
		margin: 0 auto 1.2em;
	}

	.wp-caption img {
		margin: 0;
		vertical-align: top;
	}

	.wp-caption p {
		margin: .4em 0 0;
	}

	div.aligncenter {
		margin: 0 auto 1.2em;
	}

	img.aligncenter {
		display: block;
		margin: 0 auto;
	}

	.alignleft {
		float: left;
		margin: 0 1.2em 4px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 4px 1.2em;
	}

	.mejs-container {
		margin-bottom: 1.2em;
	}

	.wp-caption-text,
	.gallery,
	.alignnone,
	.gallery-caption,
	.sticky,
	.bypostauthor {
		height: auto;
	}

	#wp-calendar tbody td {
		text-align: center;
	}

	#wp-calendar td,
	#wp-calendar th {
		border: 1px solid #7EDDD7;
	}

	@media (min-width: 768px) {
		.commentlist-item .commentlist-item {
			padding: 0 0 0 2em;
		}
	}

	@media (min-width: 1024px) {
		.content-holder {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-webkit-box-align: start;
			-ms-flex-align: start;
			align-items: flex-start;
		}

		#content {
			float: left;
			width: 70%;
			padding-right: 5%;
		}

		#sidebar {
			float: right;
			width: 30%;
		}
	}

	@media (max-width: 1023px) {
		iframe {
			width: 100%;
		}
	}

	@media (max-width: 767px) {
		.navigation .page-numbers,
		.navigation-comments .page-numbers {
			padding: 0 3px;
		}

		.navigation .next,
		.navigation .prev,
		.navigation-comments .next,
		.navigation-comments .prev {
			padding: .2em;
		}

		.navigation-single .next a,
		.navigation-single .prev a {
			padding: .2em;
		}
	}

/* wp reset end here */

.wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.haiiroIcon {
	transition: opacity, .2s linear;
	align-self: center;
	width: 92px;
	margin-top: 2px;
	transition: ease 0.5s;
	margin-left: 40px;
}

.haiiroIcon:hover {
	opacity: .8;
}

.haiiroIcon svg {
	width: 100%;
	height: auto;
}

.haiiroIcon svg .st1 {
	fill: #FFFFFF;
}

rect, polygon {
	transition: fill 0.75s ease;
}

.header {
	z-index: 10;
	top: 0;
	width: 100%;
	position: fixed;
	display: flex;
	justify-content: space-between;
	background: #2D2A26;
}

@media (max-width: 767px) {
	.header {
		flex-wrap: wrap;
	}
}

.haiiroIcon {
	cursor: pointer;
	margin: 13px;
	margin-left: 40px;
	margin-top: calc(7px + 1vw);
}
.haiiroIcon svg {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.haiiroIcon {
		margin: calc(20px + 1vw) 0 0 15px;
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}

	.haiiroIcon svg {
		max-width: 105px;
	}
}
@media (max-width: 374px) {
	.haiiroIcon {
		width: 43px;
		margin-left: 10px;
	}
}
.headerLinks {
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: 700;
	font-style: italic;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	.headerLinks {
		margin-right: 15px;
		margin-left: 10px;
		margin-top: 10px;
		justify-content: center;
	}
}
@media (max-width: 374px) {
	.headerLinks {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.headerLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}

@media (max-width: 767px) {
	.headerLinks ul {
		justify-content: center;
	}
}

.headerLinks li {
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-right: 20px;
	opacity: 1;
	transition: opacity ease 0.75s
}
@media (min-width: 768px) and (max-width: 1240px) {
	.headerLinks li {
		font-size: 20px;
		margin-right: 40px
	}
}
@media (min-width: 1241px) and (max-width: 1400px) {
	.headerLinks li {
		font-size: 22px;
		margin-right: 40px
	}
}
@media (min-width: 1401px) {
	.headerLinks li {
		font-size: 24px;
		margin-right: 40px
	}
}
@media (max-width: 767px) {
	.headerLinks li {
		margin-right: 24px;
		margin-bottom: 15px;
	}
}
@media (max-width: 374px) {
	.headerLinks li {
		margin-right: 8px;
	}
}
.headerLinks li:last-child {
	margin-right: 0;
}
.headerLinks a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 7px;
	font-weight: normal;
	font-style: initial;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.headerLinks li.active a, .headerLinks li:hover a, .headerLinks li:focus a, .headerLinks li:active a  {
	border-bottom: 1px solid white;
}

.headerLinks a.hide {
	opacity: 0;
}
@font-face {
	font-family: 'Nail';
	src: url('fonts/sohne.otf') format('opentype');
	font-weight: normal;
}

@font-face {
	font-family: 'Nail';
	src: url('fonts/sohne-bold.otf') format('opentype');
	font-weight: bold;
}

@font-face {
	font-family: 'Nail-Headlines';
	src: url('fonts/sohne-header.otf') format('opentype');
}
* {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}
body {
	background-color: #2D2A26;
	font-family: "Nail", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nail-Headlines', 'serif' !important;
}
.medium-zoom-overlay {
	z-index: 15;
}
.medium-zoom-image {
	z-index: 20;
}
h2 {
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
}
.wrapper {
	color: #fefefe;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.outerMoat {
	width: 83%;
	margin: 0 auto
}
@media (max-width: 767px) {
	.outerMoat {
		width: 100%
	}
}
.wrapper p {
	/* font-family: 'Sentinel A', 'Sentinel B', serif; */
	font-family: 'Nail', serif;
	font-weight: 400;
	font-size: 1.2rem !important;
	color: #fefefe !important;
}

footer {
	margin-top: 20px;
	padding-top: 40px
}
@media (max-width: 767px) {
	footer {
		margin-top: 20px
	}
}
.mainExposures, .additionalExposures {
	display: flex;
	justify-content: center
}
.mainExposures svg, .additionalExposures svg {
	margin: 0 10px;
}
.additionalExposures {
	margin-top: 20px;
}
.copyright {
	font-size: 12px;
	text-align: center;
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 40px
}
.copyright span {
	display: block;
}
.copyright a {
	color: #999999;
}
svg.svgIcon {
	width: 30px;
	height: 30px;
	fill: #999999;
	transition: 120ms all ease-in-out;
}
svg.svgIcon:hover {
	fill: #F05323;
}
.VideoBg {
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
.VideoBg video {
	position: absolute;
	top: 50%;
	left: 50%;
	visibility: hidden;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.VideoBg__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	width: 100%;
	transition: all ease 0.4s;
	text-decoration: none !important;
}
.card .cardThubnail-container {
	position: absolute;
}
.card .cardThumbnail {
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding-bottom: 62.5%;
	background-size: contain, cover;
	background-repeat: no-repeat;
	background-color: #121212;
	transition: all ease .75s;
	opacity: 1
}
.card .cardThumbnail[lazy='loaded'] {
	opacity: 1;
	background-color: unset;
}
.card span {
	display: block;
}
.card span.cardTitle {
	color: #fefefe;
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.5
}
.card span.cardRole {
	font-family: 'Nail-Headlines', serif;
	font-weight: bold;
	font-style: italic;
	color: #999999;
	margin-top: 5px;
	font-weight: normal;
	font-size: 20px;
}
.card:hover {
	opacity: 1;
	-webkit-filter: brightness(70%);
	filter: brightness(70%)
}
.pageIndex {
	padding: 0 20px;
}
.cardOverlay {
	width: 100vw;
	height: 40vw;
}
.homeVideoBg {
	width: 100vw;
	height: 100vh !important;
	z-index: 0;
	transition: 200ms all ease-out;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2D2A26;
}
@media (max-width: 767px) {
	.homeVideoBg {
		width: 100vw;
		height: 80vh;
		margin-top: 18vw
	}

	.VideoBg__content h1.greeting {
		text-align: center;
	}
}
.homeVideoBg:hover {
	opacity: 1;
}
.VideoBg__content {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nailWorkBtn {
	background-color: #7EDDD7;
	height: 150px;
	width: 150px;
	border-radius: 100px;
	margin-right: 200px;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Nail-Headlines', serif;
	text-decoration: none !important;
	color: #121212 !important;
	font-size: 36px;
	text-align: center;
	line-height: 1em;
	transition: 220ms all ease-out;
	font-weight: bold;
	font-style: italic;
	-webkit-transform: translateX(16vw) translateY(25vh) rotate(14deg);
	transform: translateX(16vw) translateY(25vh) rotate(14deg)
}
.nailWorkBtn:hover {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}
@media (min-width: 768px) and (max-width: 1240px) {
	.nailWorkBtn {
		-webkit-transform: translateX(20vw) translateY(10vh) rotate(14deg);
		transform: translateX(20vw) translateY(10vh) rotate(14deg)
	}
}
@media (max-width: 767px) {
	.nailWorkBtn {
		-webkit-transform: translateX(16vw) translateY(26vh) rotate(14deg);
		transform: translateX(16vw) translateY(26vh) rotate(14deg)
	}
}
@media (min-width: 1401px) {
	.nailWorkBtn {
		-webkit-transform: translateX(16vw) translateY(25vh) rotate(14deg);
		transform: translateX(16vw) translateY(25vh) rotate(14deg)
	}
}
.nailWorkBtn h3 {
	padding: 0;
	margin: 0;
}
.pageIndex {
}
h1 {
	color: #fefefe;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.7;
	margin-top: 300px;
	margin-bottom: 210px;
	margin-bottom: 170px;
	position: relative
}
h1.greeting {
	font-family: 'Nail', serif;
	font-weight: normal;
	font-size: 80px;
	line-height: 93.75px;
	letter-spacing: 2px;
	word-spacing: 2px;
	widows: 3;
	text-transform: uppercase;
	letter-spacing: 2px;
	orphans: 3;
	max-width: 802px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	line-height: 1.5;
	text-align: center;
}
@media (min-width: 1401px) {
	h1 {
		font-size: 42px
	}
	h1.greeting {
		margin-top: 10vh;
		max-width: calc(100% - 80px);
		font-size: 80px;
		line-height: 93.75px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 2px;
	}
}
@media (min-width: 768px) and (max-width: 1240px) {
	h1 {
		padding: 0 3vw
	}
}
h1 > a {
	color: #fefefe;
	display:inline;
	border-bottom: 4px dashed #999999;
	text-decoration: none;
	transition: ease 0.5s;
}
h1 > a:hover {
	color: #7EDDD7;
	border-bottom: 4px dashed #7EDDD7;
	transition: ease 0.5s;
}

/* .nailHome .works {
	margin-top: 60px
}
@media (max-width: 767px) {
	.nailHome .works {
		margin-left: 3vw;
		margin-right: 3vw
	}
} */

.nailWorkHome .works {
	margin-top: 60px
}
@media (max-width: 767px) {
	.nailWorkHome .works {
		margin-left: 3vw;
		margin-right: 3vw;
		margin-top: 120px;
	}
}


.works, .articleCards {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 4fr);
	grid-column-gap: 1.66%;
	grid-row-gap: 100px;
}
@media (min-width: 768px) and (max-width: 1240px) {
	.works, .articleCards {
		grid-template-columns: repeat(2, 6fr);
		grid-column-gap: 2.63%;
	}
}
@media (max-width: 767px) {
	.works, .articleCards {
		grid-template-columns: repeat(1, 12fr);
		grid-column-gap: 0;
		grid-row-gap: 40px;
	}
}
.works, .articleCards {
	align-content: center;
}
@media (min-width: 768px) and (max-width: 1240px) {
	.works .card:last-child {
		display: none;
	}
}
.nailWorkHome {
	font-family: 'Nail', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.nailWorkHome {
		margin-top: 90px;
	}
}
.articleCards {
	grid-template-columns: repeat(1, auto) !important;
	outline: 1px red solid;
	max-width: 1080px;
	margin: 0 auto
}
@media (min-width: 768px) and (max-width: 1240px) {
	.articleCards {
		grid-template-columns: repeat(1, 6fr)
	}
}
.articleCards > .articleTitle {
	font-family: 'Nail-Headlines', serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 24px;
}
.articleTitle {
	font-family: 'Nail-Headlines', serif;
	font-weight: 700;
	font-style: italic;
}
.nailArticles {
	max-width: 922px;
	margin: 0 auto;
}
.card {
	color: #7EDDD7 !important;
}
.nailArticles .card .cardTitle {
	font-family: 'Nail-Headlines', serif;
	text-transform: none !important;
	letter-spacing: 0px;
	font-size: 30px;
	font-weight: 700;
	font-style: italic
}
@media (max-width: 767px) {
	.nailArticles .card .cardTitle {
		font-size: 22px !important;
		margin: 0
	}
}
.nailArticle {
	width: 1080px;
	line-height: 0.8em;
	margin: 2vw 0
}
@media (max-width: 767px) {
	.nailArticle {
		width: 95vw !important;
		margin: 2vw auto
	}
}
.nailArticle span.cardTitle {
	color: #fefefe !important;
	line-height: 1.2em !important;
	letter-spacing: 0px !important;
	font-size: 30px !important
}
.nailArticle span.cardTitle:hover {
	color: #7EDDD7 !important;
	opacity: 1 !important;
}
.works, #articles {
	margin-bottom: 120px
}
@media (max-width: 767px)  {
	.works, #articles {
		margin-bottom: 70px
	}
}
.articlesTitle {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.7;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999;
	font-weight: bold;
	font-size: 40px
}
@media (max-width: 767px)  {
	.articlesTitle {
		font-size: 32px
	}
}
a.articles-seeMore {
	display: block;
	text-align: center;
	margin-top: 40px;
	text-decoration: none;
	color: #121212;
	font-weight: bold;
	font-size: 18px
}
@media (max-width: 767px)  {
	a.articles-seeMore {
		font-size: 16px
	}
}
a.articles-seeMore:hover {
	color: #7EDDD7;
}
.card {
	transition: all .75s ease;
	justify-self: center;
}
.nailArticleHeader {
	letter-spacing: 2px;
	text-align: center;
	margin: 80px 0 40px 0;
}
.pageIndex {
	padding: 0 20px;
}


@media (max-width: 767px) {
	h1 {
		/* margin-top: 80px; */
		/* margin-bottom: 155px */
		font-size: 26px;
		margin-top: 150px;
    margin-bottom: 85px;
	}
	h1.greeting {
		font-size: 50px;
		margin-top: 40px;
		padding: 0 3vw;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		text-align: left;
		/* -webkit-transform: translateY(-12vw);
		transform: translateY(-12vw); */
		width: 100%;
	}
}

@media (max-width: 500px) {
	h1.greeting {
		font-size: 40px;
	}
}

h1 > a {
	color: #fefefe;
	display:inline;
	border-bottom: 4px dashed #999999;
	text-decoration: none;
	transition: ease 0.5s;
}
h1 > a:hover {
	color: #fefefe;
	border-bottom: 4px dashed #121212;
	transition: ease 0.5s;
}
.workGreeting > h1 {
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}

.workGreeting > h1 span {
	font-size: 1.2rem;
	line-height: 28px;
	display: block;
	margin-top: 30px;
	text-transform: none;
}

@media (min-width: 1401px) {
	.workGreeting > h1 {
		font-size: 36px;
	}
}

.works, .articleCards {
	display: grid;
	grid-template-columns: repeat(3, 4fr);
	grid-column-gap: 1.66%;
	grid-row-gap: 100px;
}
@media (min-width: 768px) and (max-width: 1240px) {
	.works, .articleCards {
		grid-template-columns: repeat(2, 6fr);
		grid-column-gap: 2.63%;
	}
}
@media (max-width: 767px) {
	.works, .articleCards {
		grid-template-columns: repeat(1, 12fr);
		grid-column-gap: 0;
		grid-row-gap: 40px;
	}
}
.works, .articleCards {
	align-content: center;
}
.works, #articles {
	margin-bottom: 120px
}
@media (max-width: 767px)  {
	.works, #articles {
		margin-bottom: 70px
	}
}
.articlesTitle {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.7;
	color: #999999;
	font-weight: bold;
	font-size: 40px
}
@media (max-width: 767px)  {
	.articlesTitle {
		font-size: 32px
	}
}
a.articles-seeMore {
	display: block;
	text-align: center;
	margin-top: 40px;
	text-decoration: none;
	color: #fefefe;
	font-weight: bold;
	font-size: 18px
}
@media (max-width: 767px)  {
	a.articles-seeMore {
		font-size: 16px
	}
}
h3.workResults {
	font-family: 'Sentinel A', 'Sentinel B', serif !important;
	text-transform: none;
	margin: 24px auto 0 auto;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	font-style: italic
}
@media (max-width: 767px) {
	h3.workResults {
		padding: 0 5vw
	}
}
a.articles-seeMore:hover {
	color: #999999;
}
.card {
	transition: all .75s ease;
	justify-self: center;
}
.VueCarousel-navigation-button {
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	color: #000;
	text-decoration: none;
	appearance: none;
	border: none;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	outline: none;
}
.VueCarousel-navigation-button:focus {
	outline: 1px solid lightblue;
}
.VueCarousel-navigation-next {
	right: 0;
	transform: translateY(-50%) translateX(100%);
	font-family: "system";
}
.VueCarousel-navigation-prev {
	left: 0;
	transform: translateY(-50%) translateX(-100%);
	font-family: "system";
}
.VueCarousel-navigation--disabled {
	opacity: 0.5;
	cursor: default;
}

/* Define the "system" font family */
@font-face {
	font-family: system;
	font-style: normal;
	font-weight: 300;
	src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"),
	local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Symbol"),
	local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
.VueCarousel-pagination {
	width: 100%;
	text-align: center;
}
.VueCarousel-pagination--top-overlay {
	position: absolute;
	top: 0;
}
.VueCarousel-pagination--bottom-overlay {
	position: absolute;
	bottom: 0;
}
.VueCarousel-dot-container {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
.VueCarousel-dot {
	display: inline-block;
	cursor: pointer;
	appearance: none;
	border: none;
	background-clip: content-box;
	box-sizing: content-box;
	padding: 0;
	border-radius: 100%;
	outline: none;
}
.VueCarousel-dot:focus {
	outline: 1px solid lightblue;
}
.VueCarousel-slide {
	flex-basis: inherit;
	flex-grow: 0;
	flex-shrink: 0;
	user-select: none;
	backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
}
.VueCarousel-slide-adjustableHeight {
	display: table;
	flex-basis: auto;
	width: 100%;
}
.VueCarousel {
	display: flex;
	flex-direction: column;
	position: relative;
}
.VueCarousel--reverse {
	flex-direction: column-reverse;
}
.VueCarousel-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.VueCarousel-inner {
	display: flex;
	flex-direction: row;
	backface-visibility: hidden;
}
.VueCarousel-inner--center {
	justify-content: center;
}

.main a {
	color: #2D2A26;
	text-decoration: underline;
}

.main a:hover, .main a:focus, .main a:active {
	text-decoration: none;
}

.emoji {
	margin-right: 15px;
}
.badTv {
	width: 100vw;
	height: 600px;
	background: #121212;
}
section.about {
	background-color: #fefefe;
	color: #121212 !important;
}
.aboutVideoBg {
	width: 100vw;
	height: 70vh !important;
	z-index: 0;
	transition: 200ms all ease-out
}
@media (max-width: 767px) {
	.aboutVideoBg {
		width: 100vw;
		height: 80vh;
		margin-top: 18vw
	}
}
@media (min-width: 1241px) and (max-width: 1400px) {
	.aboutVideoBg {
	}
}
.aboutVideoBg:hover {
	opacity: 1;
}
.aboutVideoBg .outerMoat {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70vh;
}
.aboutVideoBg h2 {
	color: #fefefe;
	text-align: center;

	position: relative;
}
.sectionHeader {
	text-transform: uppercase;
	margin: 120px auto 80px auto;
	text-align: center;
	letter-spacing: 2px;
}

.about .sectionHeader {
	margin-top: 60px;
}

.about h3 {
	font-family: 'Nail-Headlines', serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
}
.about h3 + p {
	margin-top: 0;
}
.about h2 {
	letter-spacing: 2px;
}
@media (max-width: 767px) {
	.about h2 > br {
		display: none
	}
}
.aboutNail p, .aboutNail h1, .aboutNail h2, .aboutNail h3, .aboutNailServices p, .aboutNailServices h1, .aboutNailServices h2, .aboutNailServices h3{
	color: #2D2A26 !important;
}
.aboutNail p, .aboutNailServices p {
	line-height: 1.6em
}
@media (max-width: 767px) {
	.aboutNail p, .aboutNailServices p {
	}
}
.aboutNailServices {
	max-width: 1199px;
}
.aboutNail {
	width: 56vw;
	max-width: 760px;
	margin: 10vh auto
}
@media (max-width: 767px) {
	.aboutNail {
		width: 90vw
	}
}

.about .aboutNail {
	margin: 188px auto;
}

.nailServiceRow {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin: 10vh 0
}

.nailServiceRow:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.nailServiceRow {
		margin: 4vh 0
	}

	.about .aboutNail {
		margin: 40px auto;
	}

	.about .aboutNail h1 {
		margin-bottom: 20px;
	}
}
.nailServiceRow:hover > .nailServiceColumn > .nailServiceImage {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.nailServiceColumn {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}
.reverseRow {
	flex-direction: row-reverse
}
.reverseRow .nailServiceImage {
	align-self: flex-start;
	margin-left: 18px
}
@media (max-width: 767px) {
	.reverseRow .nailServiceImage {
		margin-left: 0;
		align-self: center
	}
}

.nailServiceImage.nailServiceMultiImage {
	height: 200px;
	background-position: center;
}

.nailServiceImage {
	width: 450px;
	height: 400px;
	background-size: contain;
	background-repeat: no-repeat;
	align-self: flex-end;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-right: 18px;
	transition: 200ms all ease-in-out
}
@media (min-width: 768px) and (max-width: 1240px) {
	.nailServiceImage {
		width: 33vw
	}
}
@media (max-width: 767px) {
	.nailServiceImage {
		width: 400px;
		align-self: center;
		margin-right: 0px;
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%)
	}
}
.nailService {
	width: 36vw;
	margin: 0 auto;
	padding: 20px;
	max-width: 430px
}
.nailService h3 {
	font-size: 24px;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	.nailService {
		width: 80vw;
		margin: 0 auto
	}
}
.nailAwards h2 {
	text-align: center;
	margin: 80px auto 60px auto;
}

/* .about .nailLeadership h2, .about .nailAwards h2 {
	margin-top: 90px;
} */


.nailPortrait {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center center;
}

.nailClients h2 {
	text-align: center;
	margin: 80px auto 80px auto;
}
.nailClientList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, auto);
	grid-column-gap: 1.4%;
	grid-row-gap: 100px
}
@media (min-width: 768px) and (max-width: 1240px) {
	.nailClientList {
		grid-template-columns: repeat(4, auto)
	}
}
@media (max-width: 767px) {
	.nailClientList {
		grid-template-columns: repeat(3, auto)
	}
}
.nailClientList li {
	display: flex;
	align-items: center;
	justify-content: center;
}
.nailClientList li img {
	width: 10vw;
	max-width: 140px
}
@media (min-width: 768px) and (max-width: 1240px) {
	.nailClientList li img {
		width: 15vw
	}
}
@media (max-width: 767px) {
	.nailClientList li img {
		width: 18vw
	}
}
.nailAwardsList {
	list-style-type: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, auto);
	grid-column-gap: 1.4%;
	grid-row-gap: 30px;
	padding-bottom: 100px
}
@media (max-width: 767px) {
	.nailAwardsList {
		grid-template-columns: repeat(3, auto);
		margin: 0 2vw 0 12vw
	}
}
.nailAward {
	width: 12vw;
	height: 12vw;
	max-width: 180px;
	max-height: 180px;
	background-size: 90%;
	background-repeat: no-repeat;
	padding: 0;
	background-position: center top
}
@media (min-width: 768px) and (max-width: 1240px) {
	.nailAward {
		width: 15vw;
		height: 15vw;
		max-width: 120px;
		max-height: 120px
	}
}
@media (max-width: 767px) {
	.nailAward {
		width: 18vw;
		height: 18vw
	}
}
.nailAward p {
	width: 0px;
	overflow-x: hidden;
}
.banner {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fefefe;
	height: 46.25vw;
	align-items: center;
	justify-content: center;
	transition: all ease .5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .7;
	color: #fefefe;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center
}
.banner[lazy='loaded'] {
	opacity: 1;
	background-color: unset;
}
@media (max-width: 767px) {
	.banner {
		height: 133.33vw
	}
}
@media (min-width: 1241px) and (max-width: 1400px) {
	.banner {
		height: 50.00vw
	}
}
.banner span {
	display: block;
}
span.name {
	color: white;
	font-size: 30px;
	line-height: 1.8;
	font-weight: bold
}
@media (min-width: 768px) {
	span.name {
		font-size: 42px;
		line-height: 72px
	}
}
span.title {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color: #999999
}
@media (min-width: 768px) {
	span.title {
		font-size: 20px;
		line-height: 34px
	}
}
.tagline {
	width: 66.7%;
	max-width: 793px;
	font-size: 16px;
	line-height: 1.7;
	margin-top: 120px;
}
.haiiroButton {
	min-width: 240px;
	text-align: center;
}
.nailServices {
	outline: 1px #ccc solid;
}

.supplementalLinks {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 120px;
	align-items: center
}
.supplementalLinks .haiiroButton:last-child {
	margin-left: 20px;
}
@media (max-width: 767px) {
	.supplementalLinks {
		margin-top: 70px;
		flex-direction: column
	}
	.supplementalLinks .haiiroButton:last-child {
		margin-top: 20px;
		margin-left: 0;
	}
}
.careers {
	margin-top: 120px
}
@media (max-width: 767px) {
	.careers {
		margin-top: 70px
	}
}
.careersHeader {
	font-weight: bold;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.career {
	height: 46px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 2px solid #fefefe
}
@media (max-width: 767px) {
	.career {
		height: unset;
		flex-direction: column
	}
}
.career + .career {
	margin-top: 20px;
}
.career-left {
	display: flex;
	flex-direction: row
}
@media (max-width: 767px) {
	.career-left {
		flex-direction: column
	}
}
.career-employer {
	min-width: 175px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.career-employer a {
	color: #121212;
}
.career-employer a:active, .career-employer a:hover {
	color: #999999;
}
@media (min-width: 1241px) and (max-width: 1400px) {
	.career-employer {
		width: 300px
	}
}
.career-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 15px
}
@media (max-width: 767px) {
	.career-title {
		margin: 5px 0;
		margin-left: unset
	}
}
.career-left {
	display: flex;
}
.career-right {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
@media (max-width: 767px) {
	.career-right {
		margin-bottom: 20px
	}
}
.avatar-icon {
	height: 100px;
	width: 100px;
	background-color: #fefefe;
	border-radius: 50px;
	margin: 120px auto 0
}
@media (max-width: 767px) {
	.avatar-icon {
		margin-top: 70px
	}
}
.avatar {
	text-align: center
}
.avatar .haiiroButton {
	margin-top: 40px;
}
.nailContact {
	background-color: #fefefe;
	margin-top: 0;
}
.nailContactList {
	color: #121212;
	max-width: 1080px;
}
.nailHireLinks {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 3fr);
	grid-column-gap: 6%;
	grid-row-gap: 100px
}

.nailHireLinks p {
	margin-right: 2px;
}

@media (min-width: 768px) and (max-width: 1240px) {
	.nailHireLinks {
		grid-template-columns: repeat(2, auto)
	}
}
@media (max-width: 767px) {
	.nailHireLinks {
		grid-template-columns: repeat(1, auto);
		width: 75vw;
		margin: 0 auto
	}
}
.contactVideoBg {
	width: 100vw;
	height: 70vh !important;
	z-index: 0;
	transition: 200ms all ease-out
}
@media (max-width: 767px) {
	.contactVideoBg {
		width: 100vw;
		height: 80vh;
		margin-top: 18vw
	}
}
@media (min-width: 1241px) and (max-width: 1400px) {
	.contactVideoBg {
	}
}
.contactVideoBg:hover {
	opacity: 1;
}
.contactVideoBg .outerMoat {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70vh;
}
.contactVideoBg h2 {
	color: #fefefe;
	text-align: center;
	letter-spacing: 2px;
	position: relative;
}
.nailPhoto {
	width: 50vw;
	height: 37vw;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 200ms all ease-out
}
.nailPhoto:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.nailAddressAndBuilding {
	position: relative;
	margin: 10px 0 20px 0;
}
.nailAddress {
	background-color: #121212;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nailAddress p {
	text-align: center;
}
.nailAddress h3 {
	font-family: 'Nail-Headlines', serif;
	font-size: 42px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: italic
}
@media (max-width: 767px) {
	.nailAddress h3 {
		font-size: 28px
	}
}
.nailAddress h3 a {
	text-decoration: none
}
.nailAddress h3 a:hover {
	text-decoration: underline;
}
.nailHireLinks h3 {
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1em;
}
.nailContactList {
	padding: 4vw;
	padding-bottom: 80px;
}
.nailHireLinks a strong em,
.nailJobsList {
	list-style-type: none;
	font-family: 'Nail-Headlines', serif;
	font-weight: 700;
	font-style: italic;
	font-size: 18px;
	padding: 0;
	margin: 0;
}
.nailJobsList li {
	padding: 6px 0;
}
.nailContactList p {
	color: #121212 !important;
	line-height: 1.6em;
}
.nailContact a {
	color: #7EDDD7;
	text-decoration: underline;
}
.nailContactList h3 {
	font-family: 'Nail-Headlines', serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0;
}
.banner {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: #fefefe;
	height: 56.25vw;
	align-items: center;
	justify-content: center;
	transition: all ease .5s;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: .7;
	color: #fefefe;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center
}
.banner[lazy='loaded'] {
	opacity: 1;
	background-color: unset;
}
@media (max-width: 767px) {
	.banner {
		height: 133.33vw
	}
}
@media (min-width: 1241px) and (max-width: 1400px) {
	.banner {
		height: 50.00vw
	}
}
.banner span {
	display: block;
}
section.pageContact {
	max-width: 793px;
	margin: 0 auto;
	width: 66.7%;
	transition: height .4s
}
@media (max-width: 767px) {
	section.pageContact {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
		padding-top: 170px
	}
}
.g-recaptcha {
	margin-top: 35px;
}
.haiiroButton {
	margin-top: 35px;
	width: 304px;
	text-align: center;
}
.pageContact-sent {
	text-align: center
}
.pageContact-sent h2 {
	margin-bottom: 40px;
}
.fade-enter-active, .fade-leave-active {
	transition-property: opacity;
	transition-duration: .25s;
}
.fade-enter-active {
	transition-delay: .50s;
}
.fade-enter, .fade-leave-active {
	opacity: 0
}


.nailJobPost {
	color: #121212;
	font-family: 'Nail-Headlines', serif;
}
.nailJobPostBody ul,
.nailJobPostBody ol {
	font-size: 1em;
}
.nailJobPostBody ul li,
.nailJobPostBody ol li {
	font-size: 1.2em;
	margin: 0 0 18px 0;
	padding: 0;
	line-height: 1.4em;
}
.nailJobPostBody h1,
.nailJobPostBody h2 {
	font-family: 'Nail', sans-serif;
	letter-spacing: 2px;
	padding-top: 40px;
	margin: 24px 0;
	color: #121212;
	font-size: 1.8em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1.15;
	padding-left: 0;
	padding-right: 0;
}
.nailJobPostBody {
	width: 58vw;
	margin: 0 auto;
	max-width: 802px;
	padding: 14vh 0 24vh 0
}
@media (max-width: 767px) {
	.nailJobPostBody {
		width: 90vw
	}
}
.nailJobPostBody a {
	color: #7EDDD7;
}
.nailJobPost p {
	color: #121212 !important;
	line-height: 1.4em;
}
.nailContact {
	background-color: #fefefe;
	margin-top: 0;
}
.nailJobPost h3 {
	font-style: italic;
	margin-top: 40px;
}
.nailContactList {
	color: #121212;
	max-width: 1080px;
}

/* .mainExposures a {
	margin-bottom: 5px;
} */

.video {
	width: 1920px;
	height: auto;
	visibility: visible !important;
}

#nail-logo-thin .st0 {
	fill: #ffffff;
}

.lazy {
	transition: all, .5s ease-in-out !important;
	transition-delay: .3s !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.lazy.loaded {
	opacity: 1 !important;
	visibility: visible !important;
}

.swiper .swiper-slide + .swiper-slide .lazy {
	transition-delay: 0s !important;
}

.content-holder {
	background-color: #fefefe;
	color: #121212 !important;
	line-height: 1.6em;
}

.content-holder h1,
.content-holder h2,
.content-holder h3,
.content-holder h4,
.content-holder h5,
.content-holder h6,
.content-holder p {
	color: #121212 !important;
}

.content-holder h1 {
	margin-top: 0;
	padding: 0;
	margin-bottom: 2rem;
}

.content-holder a {
	text-decoration: underline;
}
.content-holder a:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.workSelected {
		padding-top: 40px;
	}
	.module-work_related.workSelected {
		padding-top: 70px;
	}
}

.workSelected-horizontalImage {
	width: 100%;
	position: relative;
	padding-bottom: 30vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #121212;
	transition: all ease .75s;
	opacity: .7;
	background-position: center center
}
.workSelected-horizontalImage[lazy='loaded'] {
	opacity: 1;
	background-color: unset;
}
.workSelected-horizontalImage + .outerMoat {
	margin-top: 8vh;
}
.workSelected h1 {
	font-size: 48px;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-rendering: optimizeLegibility;
	color: #fefefe;
	word-break: keep-all
}
h1 > .workSelected-year {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.7;
	display: block;
	margin-top: 20px;
	text-align: center;
	color: #999999;
}
h1.workTitleHeadline {
	display: flex;
	padding-top: 12px;
	justify-content: center;
	flex-direction: column;
	text-align: center
}
@media (max-width: 767px) {
	.workSelected h1.workTitleHeadline {
		padding-top: 18px;
		margin: 0;
		line-height: 1.2em
	}
}
@media (min-width: 1401px) {
	.workSelected h1.workTitleHeadline {
		font-size: 64px;
		max-width: 1020px
	}
}
h3.workTitleSubhead {
	font-family: 'Nail-Headlines';
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0;
	padding-top: 30vh;
	font-size: 22px;
}
.workSelected p {
	color: #121212;
	font-family: 'Nail', 'Nail', serif;
	width: 66.7%;
	max-width: 793px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.6
}
p.workDescription {
	font-size: 24px !important;
	margin-bottom: 8vh;
}
.workSelected dl {
	width: 66.7%;
	max-width: 793px;
	margin: 40px auto 120px;
	font-size: 18px;
	line-height: 1.7
}
.workSelected dl > dt {
	color: #999999;
	margin-bottom: 5px;
}
.workSelected dl > dd {
	color: #121212;
	margin-left: 0;
}
.workSelected dl > dd + dt {
	margin-top: 20px;
}

#relatedWorks {
	margin-top: 120px
}
@media (max-width: 767px) {
	#relatedWorks {
		padding: 0 20px;
		margin-top: 70px
	}
}
.relatedWorks-header {
	font-size: 40px;
	margin-bottom: 40px;
	line-height: 1.7;
	font-weight: bold;
	display: block;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999999
}
@media (max-width: 767px) {
	.relatedWorks-header {
		font-size: 32px
	}
}
.relatedWorks-cards {
	display: grid;
	grid-template-columns: repeat(3, 4fr);
	grid-column-gap: 1.66%;
	grid-row-gap: 100px
}


.workMedia {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding: 120px 0
}
@media (min-width: 768px) and (max-width: 1240px) {
	.workMedia {
		padding: 80px 0;
	}
}
@media (max-width: 767px) {
	.workMedia {
		padding: 40px 0;
	}
}

.module-editor_work {
	padding-bottom: 120px;
	padding-top: 70px;
}
.module-editor_work p {
	line-height: 1.7;
}
@media (min-width: 768px) and (max-width: 1240px) {
	.module-editor_work {
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.module-editor_work {
		padding-bottom: 40px;
	}
}

.workMedia h2:first-child,
.workMedia p:first-child,
.workMedia:first-child {
	padding-top: 0;
}

.workMedia.sm {
	max-width: 620px;
}

.workMedia.lg {
	max-width: 1080px;
}

.workCarousel img {
	width: 100%;
	height: auto;
}

.workYoutubeParent {
	margin: 0 auto;
}
.workYoutube {
	position: relative;
	height: 0;
	padding-bottom: 56.25%;
}
.workYoutube iframe.workYoutube-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.workButton {
	text-align: center;
	margin: 120px auto 0
}
@media (max-width: 767px) {
	.workButton {
		margin-top: 70px
	}
}

.module-editor_work .dynamicMarkdown h3,
.dynamicMarkdown h3.workResults {
	font-family: 'Nail-Headlines', serif;
	text-transform: none;
	margin: 24px auto 0 auto;
	padding: 0;
	font-size: 24px;
	font-weight: 700;
	font-style: italic;
}
@media (max-width: 767px) {
	.module-editor_work .dynamicMarkdown h3,
	.dynamicMarkdown h3.workResults {
		padding: 0 5vw
	}
}
@media (max-width: 767px) {
	.module-editor_work .dynamicMarkdown h3,
	.dynamicMarkdown h3.workResults {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.workMedia + h2, .workMedia + h3.workResults {
		padding-top: 30px;
	}
}

.dynamicMarkdown h2 {
	margin: 0 auto;
	padding: 120px 0 40px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.7;
	color: #121212;
	text-transform: uppercase;
}
.dynamicMarkdown h3 {
	margin: 0 auto;
	padding: 80px 0 40px;
	width: 66.7%;
	max-width: 793px;
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.7;
	color: #999999;
}

.dynamicMarkdown h1,
.dynamicMarkdown h2,
.dynamicMarkdown h3,
.dynamicMarkdown h4,
.dynamicMarkdown h5,
.dynamicMarkdown h6 {
	margin: 0 auto;
	width: 66.7%;
	max-width: 793px;
}

.dynamicMarkdown p {
	margin: 0 auto;
	width: 66.7%;
	max-width: 793px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.7;
	color: #121212
}

.dynamicMarkdown p a {
	color: #121212;
}
.dynamicMarkdown p a:active,
.dynamicMarkdown p a:hover {
	color: #999999;
}

@media (min-width: 768px) and (max-width: 1240px) {
	.relatedWorks-cards {
		grid-template-columns: repeat(2, 6fr);
		grid-column-gap: 2.63%
	}
}
@media (max-width: 767px) {
	.relatedWorks-cards {
		grid-template-columns: repeat(1, 12fr);
		grid-column-gap: 0;
		grid-row-gap: 40px
	}
}
@media (min-width: 768px) and (max-width: 1240px) {
	h1 > .workSelected-year {
		font-size: 16px;
	}
	.workSelected p, .workSelected h3:not(.workTitleSubhead), .workSelected dl {
		width: 83.3%;
	}
}
@media (max-width: 767px) {
	.workSelected h1, .workSelected p, .workSelected dl {
		width: 100%;
		padding: 0 20px;
	}
	.workSelected h1 {
		font-size: 26px;
		margin: 70px auto;
		text-transform: uppercase;
		letter-spacing: 2px
	}
	h1 > .workSelected-year {
		margin-top: 10px;
		font-size: 16px;
	}
	.workSelected dl {
		margin-bottom: 70px;
	}
	.workSelected p, .workSelected dl {
		font-size: 16px;
	}
}

.workSelected.module-video_work,
.workSelected.module-description_work {
	padding-top: 0;
}

.module-gallery_horizontal,
.module-gallery_vertical {
	padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 1240px) {
	.module-gallery_horizontal,
	.module-gallery_vertical {
		padding-top: 80px;
	}
	.module-gallery_vertical {
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.module-gallery_horizontal,
	.module-gallery_vertical {
		padding-top: 40px;
	}
}

.module-editor_work + .module-work_related #relatedWorks {
	margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1240px) {
	.module-editor_work + .module-work_related #relatedWorks {
		margin-top: 40px;
	}
}

.work-template-default.single.single-work .haiiroIcon svg .st1 {
	fill: #ffffff;
}

.about {
	overflow: hidden;
}

.module-default h1.page-title {
	color: inherit;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
}

.module-default h1.page-title + .post h2.entry-title {
	padding-top: 0;
}

@media (min-width: 768px) and (max-width: 1240px) {
	.module-default h1.page-title {
		color: inherit;
		margin-top: 80px;
	}
}
@media (max-width: 767px) {
	.module-default h1.page-title {
		color: inherit;
		margin-top: 40px;
	}
}

.module-default .search-form input[type="search"] {
	width: 213px;
	height: 36px;
	text-overflow: ellipsis;
}

@media (max-width: 767px) {
	.module-default .post-password-form input[type="password"] {
		width: 140px;
	}
}

@media (max-width: 359px) {
	.module-default .search-form input[type="search"] {
		width: 178px;
		font-size: 16px;
		line-height: 1.2;
		padding: 7px;
	}
	.module-default .post-password-form input[type="password"] {
		width: 104px;
	}
}

.module-default p em {
	display: inline-block;
	vertical-align: top;
}

.module-default .post-password-form input[type="submit"],
.module-default .post-password-form input[type="password"] {
	float: none;
	height: 36px;
}

.module-default .post-password-form p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	.module-hero:not(:first-of-type) .VideoBg,
	.module-hero:not(:first-of-type) .contactVideoBg,
	.module-hero_home:not(:first-of-type) .VideoBg,
	.module-hero_home:not(:first-of-type) .contactVideoBg {
		margin-top: 0;
	}
}

.module-clients {
	padding-bottom: 80px;
}

/* .module-clients + .module-awards {
	margin-top: -50px;
} */

.module-video_work + .module-editor_work,
.module-gallery_vertical + .module-editor_work,
.module-gallery_horizontal + .module-editor_work {
	padding-top: 36px;
}

/**
 * Swiper 7.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 24, 2021
 */

@font-face{font-family:swiper-icons;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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.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{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

.swiper-pagination {
	margin-top: 40px;
	position: static;
}

.swiper-pagination-bullet {
	transition: background, .2s linear;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: relative;
	z-index: 9;
	opacity: 1;
	margin: 0 !important;
	background-color: transparent;
}
.swiper-pagination-bullet:before {
	background-color: rgba(153, 153, 153, 1);
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px;
	border-radius: 50%;
	content: '';
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	background-color: rgba(85, 85, 85, 1);
}

.swiper-pagination-bullet:focus {
	outline: 1px solid lightblue;
}

/* Hero Video Slider */
.nailHeroSlider .swiper-button-next, .nailHeroSlider .swiper-button-prev {
	color: white;
}

/* QBF edits with new design 6-4-22 */
/* .headerLinks li.heart {
	margin-left: -30px;
} */

.headerLinks li.heart a:hover {
	border-bottom: 0px !important;
}

.headerLinks li.active.heart a, .headerLinks li.heart a:hover {
	border-bottom: none;
}


.headerLinks li.heart a:not(.heart) {
	font-size: 0px;
	line-height: 0px;
	height: 24px;
	width: 32px;
	display: block;
	position: relative;
	transition: transform 300ms ease;
}

.headerLinks li.heart a:hover, .headerLinks li.heart a:focus, .headerLinks li.heart a:active {
	transform: scale(1.1);
}

.headerLinks li.heart a:hover::before, .headerLinks li.heart a:focus::before, .headerLinks li.heart a:active::before {
	background-image: url('images/white-heart.svg');
}


.headerLinks li.heart a::before {
	content: '';
	width: 32px;
	height: 24px;
	background-image: url('images/heart.svg');
	background-size: 32px 24px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 50%;
}

.homeVideoWrap {
	cursor: url('images/cursor.png'), default;
	transition: cursor 300ms ease;
}

.homeVideoWrap:active {
	cursor: url('images/larger-cursor.png'), default;
}

.hero-about-wrap {
	background: #E4E5E6;
	padding: 150px 0px 80px;
	text-align: center;
}

.hero-about-wrap a {
	text-decoration: underline !important;
}

.hero-about-wrap a:hover, .hero-about-wrap a:focus, .hero-about-wrap a:active {
	text-decoration: none !important;
}

.hero-about-subtext {
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 0px 0px 40px;
}

.hero-about-link, .hero-about-link a {
	font-size: 16px;
	line-height: 21.6px;
	font-weight: 500;
	position: relative;
}

.hero-about-link a {
	display: flex;
	align-items: center;
}

.hero-about-link .add-heart {
	position: relative;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-image: url('images/heart-2.svg');
}

.hero-about-links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0px;
}

.hero-about-wrap h1, .hero-about-wrap p, .hero-about-wrap a, .hero-about-wrap span {
	color: #2D2A26 !important;
}

.hero-about-link {
	list-style: none;
}

.hero-about-title {
	font-size: 80px;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0px 0px 40px;
}

.hero-container {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
}

.banner-wrap {
	background: #2D2A26;
	padding: 80px 20px;
}

.banner-wrap .container {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.banner-wrap h1 {
	font-size: 1.8em;
	letter-spacing: 2px;
	line-height: 1.15;
	margin: 0px;
}

/* Ping Pong Module */
.ping-pong-wrap {
	background: white;
	text-align: left;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ping-pong-wrap.right {
	flex-direction: row-reverse;
}

.ping-pong {
	width: 50%;
}

.ping-pong-image {
	padding: 158px 40px;
	text-align: center;
}

.ping-pong-image.orange {
	background-color: #F05323;
}

.ping-pong-image.black {
	background-color: #2D2A26;
}

.ping-pong-image.grey {
	background-color: #E4E5E6;
}

.ping-pong-image img {
	max-width: 400px;
	width: 100%;
}

.ping-pong-image.white img {
	max-width: 572px;
}

.ping-pong-content {
	padding: 40px 4.5%;
}

.ping-pong.ping-pong-content * {
	color: #2D2A26 !important;
}

/* New Leadership */
section.about.module-leadership {
	background: #E4E5E6;
	padding: 80px 0px 0px;
	color: #2D2A26 !important;
}

.module-leadership .nailLeadership h2 {
	margin: 0px 0px 80px;
	text-align: center;
}

.module-leadership .nailLeadership h2, .module-leadership .nailLeadership h3, .module-leadership .nailLeadership p  {
	color: #2D2A26 !important;
}

.module-leadership .leadershipList {
	padding-left: 0px;
	padding-bottom: 0px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

.module-leadership .leadershipList li {
	list-style: none;
	width: 300px;
	text-align: center;
	margin-bottom: 80px;
}

.aboutNailServices.outerMoat {
	width: 90%;
}

.colorful-stripe, .colorful-stripe rect {
	width: 100%;
	height: 148px;
}

.colorful-bg {
	width: 100%;
	background-size: cover;
	background-image: url('images/color.svg');
	height: 0;
	padding: 0; /* reset */
	padding-bottom: 10.5%;
}

.module-editor_about h1 {
	margin-top: 0px;
	margin-bottom: 40px;
}

.fifty-wrap {
	display: flex;
	flex-wrap: wrap;
}

.fifty-wrap .fifty-half * {
	color: #2D2A26 !important;
}

.fifty-half {
	width: 50%;
	padding: 210px 40px;
}

.fifty-half h2 {
	margin-top: 0px;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 2px;
}

.fifty-half.orange {
	background: #F05323;
}

.fifty-half.orange a {
	color: white !important;
	text-transform: uppercase;
	background: #2D2A26;
	padding: 1em;
	display: inline-block;
	font-size: 16px;
	line-height: 18.75px;
	text-decoration: none;
	transition: all 300ms ease;
}

.fifty-half.orange a:hover, .fifty-half.orange a:focus, .fifty-half.orange a:active {
	color: #2D2A26 !important;
	background: white;
}

.fifty-half.grey a {
	text-decoration: underline;
}

.fifty-half.grey a:hover, .fifty-half.grey a:focus, .fifty-half.grey a:active {
	text-decoration: none;
}

.fifty-half.grey {
	background: #E4E5E6;
}

.nailLeadership h3 {
	font-size: 21px;
	line-height: 24.6px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.nailLeadership p {
	font-size: 16px;
	line-height: 21.6px;
	letter-spacing: 1px;
}

/* mobile  */
@media (max-width: 767px) {

	.fifty-half h2 {
		font-size: 32px;
    overflow-wrap: inherit;
	}

	.fifty-half {
		width: 100%;
		padding: 40px 20px;
	}

	.headerLinks li.heart {
		margin-left: -8px;
	}

	.hero-container {
		width: 90%;
	}

	.hero-about-links {
		flex-direction: column;
	}

	.hero-about-title {
		font-size: 44px;
		line-height: 1;
		letter-spacing: 2px;
	}

	.hero-about-link {
		margin-bottom: 40px;
	}

	.hero-about-link:last-child {
		margin-bottom: 0px;
	}

	/* .banner-wrap h1 {
		font-size: 28px;
		line-height: 1;
		letter-spacing: 2px;
	} */

	.ping-pong {
		width: 100%;
		text-align: center;
	}

	.ping-pong-image {
		padding: 69px;
	}

	.module-leadership .nailLeadership h2 {
		margin: 0px 40px 40px;
	}

	.module-leadership .leadershipList li {
		margin-bottom: 40px;
	}

	.module-leadership .leadershipList li:last-child {
		margin-bottom: 0px;
	}

	.headerLinks li.heart a:not(.heart) {
		height: 18px;
	}

	.workGreeting > h1 {
		margin-bottom: 30px;
		font-size: 32px;
	}

	.workGreeting > h1 span {
		font-size: 1.2rem;
		display: block;
		margin-top: 40px;
		line-height: 28px;
		text-transform: none;
	}

	.page-id-523 .aboutNail {
		margin: 120px auto 40px;
	}
}
