@charset "UTF-8";
/*!
Theme Name: implanti
Theme URI: http://underscores.me/
Author: UncleDev
Author URI: https://uncledev.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: implanti
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

implanti is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Custom Sass files
--------------------------------------------- */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1341px;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1471px;
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 767.98px) {
	.col {
		flex-basis: 100%;
	}
}

@media (min-width: 576px) {
	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.333333%;
	}
	.offset-sm-2 {
		margin-left: 16.666667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.333333%;
	}
	.offset-sm-5 {
		margin-left: 41.666667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.333333%;
	}
	.offset-sm-8 {
		margin-left: 66.666667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.333333%;
	}
	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 768px) {
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.333333%;
	}
	.offset-md-2 {
		margin-left: 16.666667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.333333%;
	}
	.offset-md-5 {
		margin-left: 41.666667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.333333%;
	}
	.offset-md-8 {
		margin-left: 66.666667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.333333%;
	}
	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 992px) {
	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.333333%;
	}
	.offset-lg-2 {
		margin-left: 16.666667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.333333%;
	}
	.offset-lg-5 {
		margin-left: 41.666667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.333333%;
	}
	.offset-lg-8 {
		margin-left: 66.666667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.333333%;
	}
	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width: 1200px) {
	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.333333%;
	}
	.offset-xl-2 {
		margin-left: 16.666667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.333333%;
	}
	.offset-xl-5 {
		margin-left: 41.666667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.333333%;
	}
	.offset-xl-8 {
		margin-left: 66.666667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.333333%;
	}
	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row {
	padding-left: 5px;
	padding-right: 5px;
}

.row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.fade {
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url("fonts/HankenGrotesk-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url("fonts/HankenGrotesk-Italic.woff2") format("woff2");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url("fonts/HankenGrotesk-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url("fonts/HankenGrotesk-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url("fonts/HankenGrotesk-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url("fonts/HankenGrotesk-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bitter';
	src: url("fonts/Bitter-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Hanken Grotesk';
	src: url("fonts/HankenGrotesk-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bitter';
	src: url("fonts/Bitter-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bitter';
	src: url("fonts/Bitter-MediumItalic.woff2") format("woff2");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'icomoon';
	src: url("fonts/icomoon.eot?tb2awr");
	src: url("fonts/icomoon.eot?tb2awr#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?tb2awr") format("woff2"), url("fonts/icomoon.ttf?tb2awr") format("truetype"), url("fonts/icomoon.woff?tb2awr") format("woff"), url("fonts/icomoon.svg?tb2awr#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-minus-solid:before {
	content: "\e90f";
}

.icon-plus-solid:before {
	content: "\e910";
}

.icon-globe-solid:before {
	content: "\e90e";
}

.icon-location-dot-solid:before {
	content: "\e90d";
}

.icon-xmark:before {
	content: "\e90c";
}

.icon-chevron-down:before {
	content: "\e900";
}

.icon-chevron-left:before {
	content: "\e901";
}

.icon-chevron-right:before {
	content: "\e902";
}

.icon-chevron-up:before {
	content: "\e903";
}

.icon-clock-solid:before {
	content: "\e904";
}

.icon-house-solid:before {
	content: "\e905";
}

.icon-location-crosshairs:before {
	content: "\e906";
}

.icon-location-dot:before {
	content: "\e907";
}

.icon-magnifying-glass:before {
	content: "\e908";
}

.icon-treatment:before {
	content: "\e909";
}

.icon-arrow-right:before {
	content: "\e90a";
}

.icon-check-solid:before {
	content: "\e90b";
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-tap-highlight-color: transparent;
}

body {
	padding: 0;
	margin: 0;
	margin-bottom: 0 !important;
	line-height: 1;
	font-size: 16px;
	font-family: 'Hanken Grotesk';
	color: #fff;
	-webkit-text-size-adjust: 100%;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	transition: .25s ease-in-out;
}

a:hover {
	text-decoration: none;
}

input[type=submit]:hover, button[type="submit"]:hover {
	cursor: pointer;
}

input:focus-visible {
	outline: none !important;
}

button {
	transition: .25s ease-in-out;
}

button:hover {
	cursor: pointer;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 16px;
}

p:last-of-type {
	margin-bottom: 0;
}

p strong {
	font-weight: 600;
}

p a {
	font-weight: 500;
	color: #3AA2B2;
	text-decoration: underline;
}

p a:hover {
	align-self: start;
}

address {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}

i {
	font-style: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
}

table {
	margin-bottom: 0;
	border-spacing: 0;
	width: 100%;
}

small {
	font-size: inherit;
}

.page, .post {
	margin-bottom: 0;
}

.entry-content, .entry-summary, .page-content {
	margin: 0;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

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

input[type=number] {
	-moz-appearance: textfield;
}

input:focus::placeholder {
	color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent !important;
}

input:focus:-moz-placeholder {
	color: transparent !important;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
	color: transparent !important;
}

/* FF 19+ */
input:focus:-ms-input-placeholder {
	color: transparent !important;
}

/* IE 10+ */
textarea:focus::placeholder {
	color: transparent !important;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*===================================
=            Slick Theme            =
===================================*/
/* Slider */
.slick-loading .slick-list {
	background: #fff url(".//../img/ico/ajax-loader.gif") center center no-repeat;
}

.slick-dots {
	position: absolute;
	bottom: 0px;
	list-style: none;
	display: block;
	text-align: cener;
	padding: 0;
	margin: 0;
	width: 100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 5px;
	background: transparent;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	display: block;
	width: 31px;
	height: 5px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	padding: 0;
	cursor: pointer;
	z-index: 99;
	transition: none;
	background: rgba(255, 255, 255, 0.3);
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
	background: #00B2B1;
}

.slick-slider {
	overflow: hidden;
}

.slick-slider.slick-dotted {
	padding-bottom: 29px;
}

.slick-slide {
	margin: 0 10px;
}

.slick-list {
	margin: 0 -10px;
}

.slick-prev {
	left: 70px;
}

.slick-next {
	right: 70px;
}

.slick-prev:before, .slick-next:before {
	font-family: "icomoon";
	font-weight: 300;
	font-size: 18px;
	line-height: 1;
	opacity: 1;
	color: #1F2A37;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: 0.25s ease-in-out;
}

.slick-prev:before {
	content: "\e901";
}

.slick-next:before {
	content: "\e902";
}

.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	padding: 0;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 99;
	width: 43px;
	height: 43px;
	background-color: #F3F4F6;
	border-radius: 50%;
}

.slick-prev:hover, .slick-next:hover {
	background-color: #00B2B1;
	color: #fff;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated-title {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

@keyframes flash {
	from, 50%, to {
		opacity: 1;
	}
	25%, 75% {
		opacity: 0;
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1);
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1);
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1);
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1);
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

@-webkit-keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {
	from, to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake;
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg);
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg);
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg);
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg);
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg);
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg);
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg);
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	from {
		-webkit-transform: none;
		transform: none;
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}
	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg);
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg);
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInLeft {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInRight {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0);
	}
	to {
		-webkit-transform: none;
		transform: none;
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes bounceInUp {
	from, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0) translateY(-50%);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0) translateY(-50%);
	}
	to {
		opacity: 1;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translateY(-50%);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0);
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0);
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0);
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip;
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1;
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1;
	}
	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1;
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	20%, 60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
	}
	40%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

@keyframes rollOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center;
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center;
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: '';
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #F2F2F8;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #746558;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #746558;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #746558;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #746558;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #746558;
}

.header-wrapper {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	overflow: hidden;
	transition: .25s ease-in-out;
}

.header-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #031111 0%, rgba(3, 17, 17, 0) 100%);
}

.header-wrapper h1 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.header-wrapper h1 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.header-wrapper h1 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	.header-wrapper h1 {
		font-size: 24px;
		line-height: 29px;
	}
}

.header-wrapper h1:first-letter {
	text-transform: uppercase;
}

@media only screen and (max-width: 991.98px) {
	.header-wrapper h1 {
		padding-bottom: 24px;
	}
}

.header-wrapper h1 span {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 16px;
}

.header-wrapper h1 span strong {
	color: #00B2B1;
}

.header-wrapper #masthead {
	padding-top: 24px;
	padding-bottom: 24px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}

.header-wrapper.sticky #masthead {
	background: linear-gradient(180deg, #031111 0%, rgba(3, 17, 17, 0) 100%);
}

.header-wrapper .container {
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 1200px) {
	.header-wrapper .show-sm {
		display: none;
	}
}

.header-wrapper .row {
	align-items: center;
}

@media only screen and (max-width: 1199.98px) {
	.header-wrapper .row [class*="col-"]:nth-of-type(1) {
		order: 2;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.header-wrapper .row [class*="col-"]:nth-of-type(2) {
		order: 1;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.header-wrapper .row [class*="col-"]:nth-of-type(3) {
		order: 3;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 1199.98px) {
	.header-wrapper #logo {
		text-align: center;
	}
}

@media only screen and (max-width: 767.98px) {
	.header-wrapper #logo img {
		max-width: 152px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (min-width: 1200px) {
	.header-wrapper .rhs-header {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

@media only screen and (min-width: 1200px) {
	.header-wrapper #site-navigation {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 1199.98px) {
	.header-wrapper #site-navigation {
		display: none;
	}
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li {
	display: inline-block;
	margin-right: 24px;
	position: relative;
}

@media only screen and (min-width: 1200px) {
	.header-wrapper #site-navigation ul#menu-main-menu-1 li.show-mob {
		display: none;
	}
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li a {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	padding: 8px 0px;
	position: relative;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li a:after {
	content: '';
	height: 3px;
	background-color: #00B2B1;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	border-radius: 16px;
	width: 100%;
	transition: transform ease-out .2s;
}

@media only screen and (max-width: 1199.98px) {
	.header-wrapper #site-navigation ul#menu-main-menu-1 li a:after {
		bottom: 3px;
	}
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li a:hover:after {
	transform: translateX(-50%) scaleX(1);
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li ul {
	position: absolute;
	top: 100%;
	background-color: #302F2F;
	opacity: 0;
	pointer-events: none;
	z-index: 9999;
	left: 0;
	width: 222px;
	padding-top: 10px;
	padding: 16px;
	padding-bottom: 11px;
	border-radius: 6px;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li ul li a {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li ul li a:hover {
	color: #00B2B1;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li ul li a:hover:after {
	display: none;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li ul li.current_page_item a, .header-wrapper #site-navigation ul#menu-main-menu-1 li ul li.current-menu-item a {
	color: #00B2B1;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li ul li.current_page_item a:after, .header-wrapper #site-navigation ul#menu-main-menu-1 li ul li.current-menu-item a:after {
	display: none;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li:hover ul {
	opacity: 1;
	pointer-events: auto;
}

.header-wrapper #site-navigation ul#menu-main-menu-1 li.current_page_item > a:after, .header-wrapper #site-navigation ul#menu-main-menu-1 li.current-menu-item > a:after {
	transform: translateX(-50%) scaleX(1);
}

.header-wrapper #site-navigation.toggled > ul {
	pointer-events: auto !important;
	opacity: 1 !important;
}

.header-wrapper #toggle-search {
	font-size: 18px;
	padding: 0;
	color: #fff;
	background: none;
	border: 0;
}

.header-wrapper #toggle-search:hover {
	color: #00B2B1;
}

@media only screen and (max-width: 1199.98px) {
	.header-wrapper #toggle-search {
		text-align: left;
	}
}

.header-wrapper .menu-toggle {
	font-size: 0;
	margin-left: auto;
	margin-top: 8px;
	background: none;
	border: 0;
	padding: 0;
	display: block;
	width: 27px;
	height: 27px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

@media only screen and (min-width: 1200px) {
	.header-wrapper .menu-toggle {
		display: none;
	}
}

.header-wrapper .menu-toggle span:nth-child(1) {
	top: 0px;
}

.header-wrapper .menu-toggle span:nth-child(2), .header-wrapper .menu-toggle span:nth-child(3) {
	top: 9px;
}

.header-wrapper .menu-toggle span:nth-child(4) {
	top: 18px;
}

.header-wrapper .menu-toggle.open span:nth-child(1) {
	top: 9px;
	width: 0%;
	left: 50%;
}

.header-wrapper .menu-toggle.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header-wrapper .menu-toggle.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header-wrapper .menu-toggle.open span:nth-child(4) {
	top: 9px;
	width: 0%;
	left: 50%;
}

.header-wrapper .menu-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 7px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.overlay-search-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #002120;
	opacity: 0;
	max-width: 100%;
	transition: .25s ease-in-out;
	pointer-events: none;
	padding-top: 203px;
	padding-bottom: 117px;
}

@media only screen and (max-width: 767.98px) {
	.overlay-search-area {
		padding: 16px 15px;
	}
}

.overlay-search-area.show {
	opacity: 1;
	pointer-events: auto;
}

.overlay-search-area .form-holder {
	max-width: 666px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.overlay-search-area .form-holder form {
	position: relative;
}

.overlay-search-area .form-holder form button[type="submit"] {
	background: none;
	padding: 0;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	border: 0;
	color: #fff;
	font-size: 18px;
	min-width: auto;
}

@media only screen and (max-width: 767.98px) {
	.overlay-search-area .form-holder form button[type="submit"] {
		display: none;
	}
}

.overlay-search-area .form-holder form input[type="text"] {
	padding-left: 48px;
	padding-right: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.overlay-search-area .form-holder form input[type="text"] {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767.98px) {
	.overlay-search-area .form-holder form input[type="text"] {
		padding-left: 40px;
		padding-right: 15px;
		font-size: 14px;
	}
}

.overlay-search-area .form-holder button.close-btn {
	background: none;
	padding: 0;
	border: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 16px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 767.98px) {
	.overlay-search-area .form-holder button.close-btn {
		right: auto;
		left: 16px;
	}
}

@media (min-width: 1300px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1210px;
	}
}

html, body {
	background-color: #031111;
}

html.fixed, body.fixed {
	margin-top: 0 !important;
	max-width: 100vw;
}

html.fixed {
	overflow: hidden;
}

body.admin-bar #masthead {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar #masthead {
		top: 46px;
	}
}

body:not(.home) .header-wrapper {
	background: #002120;
}

.custom-checkbox {
	position: relative;
}

.custom-checkbox label {
	display: flex;
	position: relative;
	height: auto !important;
	align-items: center;
}

.custom-checkbox label span {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	padding-left: 24px;
	display: block;
}

.custom-checkbox label span a {
	text-decoration: underline;
	font-weight: 500;
	color: #00B2B1;
}

.custom-checkbox label span a:hover {
	color: #fff;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Add if not using autoprefixer */
	-webkit-appearance: none;
	/* Remove most all native input styles */
	appearance: none;
	/* For iOS < 15 */
	/* Not removed via appearance */
	margin: 0;
	font: inherit;
	color: currentColor;
	min-width: 18px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	top: 1px;
	border: 1px solid #D8D8D8;
	left: 0;
	background: #FFF;
}

.custom-checkbox input[type="checkbox"]::before {
	content: "";
	width: 0.5em;
	height: 0.5em;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
	transform: scale(0);
	transform-origin: bottom left;
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #00B2B1;
	/* Windows High Contrast Mode */
	background-color: CanvasText;
}

.custom-checkbox input[type="checkbox"]:checked {
	background: #fff;
	border-color: #D8D8D8;
}

.custom-checkbox input[type="checkbox"]:checked::before {
	transform: scale(1);
}

.custom-checkbox input[type="checkbox"]:disabled {
	--form-control-color: var(--form-control-disabled);
	color: var(--form-control-disabled);
	cursor: not-allowed;
}

.select2-dropdown {
	border: 1px solid #00B2B1;
	border-radius: 6px;
	background: #041919;
}

.select2-dropdown li {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
	padding: 8px 12px 8px 12px;
}

.select2-dropdown li:hover, .select2-dropdown li.active {
	color: #00B2B1;
	background: #041919;
}

.select2-search--dropdown .select2-search__field {
	border-color: #00B2B1 !important;
	background: #041919;
	color: #fff;
	padding: 8px 12px 8px 12px;
}

.select2-container--default .select2-results > .select2-results__options {
	border-radius: 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	color: #00B2B1;
	background: #041919;
}

.section-heading {
	margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.section-heading {
		margin-bottom: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.section-heading {
		margin-bottom: 28px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-heading {
		margin-bottom: 24px;
	}
}

.section-heading .row {
	align-items: center;
}

.section-heading .row .col-md-4 {
	text-align: right;
}

@media only screen and (max-width: 767.98px) {
	.section-heading .row .col-md-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-heading .row .col-md-8 {
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.section-heading h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.section-heading h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.section-heading h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	.section-heading h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

.section-heading .view-all {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #00B2B1;
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
}

@media only screen and (max-width: 767.98px) {
	.section-heading .view-all {
		font-size: 14px;
		line-height: 18px;
	}
}

.section-heading .view-all:after {
	font-family: icomoon;
	margin-left: 6px;
	content: "\e90a";
}

.section-heading .view-all:hover {
	color: #fff;
}

.home-section {
	margin-top: 100px;
	margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.home-section {
		margin-top: 80px;
		margin-bottom: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.home-section {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767.98px) {
	.home-section {
		margin-top: 56px;
		margin-bottom: 56px;
	}
}

.custom-form .form-group {
	margin-bottom: 16px;
}

.custom-form .select2-container {
	width: 100% !important;
	height: 52px;
	border: 1px solid #00B2B1;
	border-radius: 6px;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

.custom-form .select2-container .select2-selection {
	height: 100%;
	background: #041919;
	border: 0;
	position: relative;
	border-radius: 6px;
}

.custom-form .select2-container .select2-selection:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	color: #fff;
	font-size: 12px;
	transition: .25s ease-in-out;
	font-family: 'icomoon';
	content: "\e900";
	display: block;
}

.custom-form .select2-container .select2-selection .select2-selection__rendered {
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 50px 0 16px;
}

.custom-form .select2-container .select2-selection .select2-selection__arrow {
	display: none !important;
}

.custom-form .select2-container.select2-container--open .select2-selection:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.custom-form label {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

.custom-form label span.required {
	color: #00B2B1;
}

.custom-form input[type=text], .custom-form input[type=email], .custom-form input[type=password], .custom-form input[type=tel], .custom-form input[type=number], .custom-form textarea {
	display: block;
	width: 100%;
	padding: 0px 16px;
	height: 52px;
	background: #041919;
	border: 1px solid #00B2B1;
	border-radius: 6px;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

.custom-form input[type=text].placeholder, .custom-form input[type=email].placeholder, .custom-form input[type=password].placeholder, .custom-form input[type=tel].placeholder, .custom-form input[type=number].placeholder, .custom-form textarea.placeholder {
	color: #BABABA;
}

.custom-form input[type=text]:-moz-placeholder, .custom-form input[type=email]:-moz-placeholder, .custom-form input[type=password]:-moz-placeholder, .custom-form input[type=tel]:-moz-placeholder, .custom-form input[type=number]:-moz-placeholder, .custom-form textarea:-moz-placeholder {
	color: #BABABA;
}

.custom-form input[type=text]::-moz-placeholder, .custom-form input[type=email]::-moz-placeholder, .custom-form input[type=password]::-moz-placeholder, .custom-form input[type=tel]::-moz-placeholder, .custom-form input[type=number]::-moz-placeholder, .custom-form textarea::-moz-placeholder {
	color: #BABABA;
}

.custom-form input[type=text]:-ms-input-placeholder, .custom-form input[type=email]:-ms-input-placeholder, .custom-form input[type=password]:-ms-input-placeholder, .custom-form input[type=tel]:-ms-input-placeholder, .custom-form input[type=number]:-ms-input-placeholder, .custom-form textarea:-ms-input-placeholder {
	color: #BABABA;
}

.custom-form input[type=text]::-webkit-input-placeholder, .custom-form input[type=email]::-webkit-input-placeholder, .custom-form input[type=password]::-webkit-input-placeholder, .custom-form input[type=tel]::-webkit-input-placeholder, .custom-form input[type=number]::-webkit-input-placeholder, .custom-form textarea::-webkit-input-placeholder {
	color: #BABABA;
}

.custom-form input[type=text].wpcf7-not-valid, .custom-form input[type=email].wpcf7-not-valid, .custom-form input[type=password].wpcf7-not-valid, .custom-form input[type=tel].wpcf7-not-valid, .custom-form input[type=number].wpcf7-not-valid, .custom-form textarea.wpcf7-not-valid {
	border-color: #dc3232;
}

.custom-form textarea {
	height: 208px;
	padding-top: 14px;
	padding-bottom: 14px;
}

.custom-form input[type="submit"], .custom-form button[type="submit"] {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	min-width: 154px;
}

.custom-form input[type="submit"]:after, .custom-form input[type="submit"]:before, .custom-form button[type="submit"]:after, .custom-form button[type="submit"]:before {
	font-family: icomoon;
	opacity: 0;
}

.custom-form input[type="submit"]:hover, .custom-form button[type="submit"]:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

@media only screen and (max-width: 767.98px) {
	.custom-form input[type="submit"], .custom-form button[type="submit"] {
		display: flex;
		width: 100%;
	}
}

.star-rating span::before, p.stars:hover a::before, p.stars.selected a.active::before, p.stars.selected a:not(.active)::before {
	color: #FFC107 !important;
}

.custom-pagination {
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	.custom-pagination {
		justify-content: center;
	}
}

.custom-pagination .page-numbers {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: 33px;
	height: 33px;
	border: 1px solid #00B2B1;
	border-left: 0;
	background-color: #302F2F;
}

.custom-pagination .page-numbers:hover {
	background-color: #00B2B1;
	border-color: #00B2B1;
	color: #fff;
}

.custom-pagination .page-numbers.prev, .custom-pagination .page-numbers.next {
	color: #fff;
	background-color: #302F2F;
	width: 44px;
	height: 33px;
	border: 1px solid #00B2B1;
	font-size: 10px;
}

.custom-pagination .page-numbers.prev {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.custom-pagination .page-numbers.next {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-left: 0;
}

.custom-pagination .page-numbers.current {
	background-color: #00B2B1;
	border-color: #00B2B1;
	color: #fff;
}

.post-item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background-color: #003E3D;
}

.post-item .img-holder {
	overflow: hidden;
}

.post-item .img-holder img {
	display: block;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	transition: .25s ease-in-out;
	object-fit: cover;
}

.post-item .content-holder {
	padding: 24px;
}

.post-item .content-holder .post-category {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	color: #00B2B1;
	text-transform: uppercase;
	margin-bottom: 8px;
	position: relative;
	z-index: 1;
}

.post-item .content-holder .post-category a {
	color: inherit;
}

.post-item .content-holder .post-category a:hover {
	color: #fff;
}

.post-item .content-holder .post-title {
	display: block;
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
}

.post-item .content-holder p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

.post-item .content-holder .meta-info {
	font-size: 0;
	margin-bottom: 4px;
}

.post-item .content-holder .meta-info span {
	display: inline-block;
}

.post-item .content-holder .meta-info span.city {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #00B2B1;
}

.post-item .content-holder .meta-info span.city:before {
	content: "\e90d";
	font-family: icomoon;
	margin-right: 6px;
	position: relative;
	top: 1px;
}

.post-item .content-holder .meta-info span.country {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

.post-item .content-holder .meta-info span.country:before {
	content: '|';
	color: #fff;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	bottom: 1px;
}

.post-item .content-holder .ch-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 16px;
}

.post-item .content-holder .ch-footer .google-review-badge {
	margin-right: 5px;
	display: flex;
	align-items: center;
	max-width: 50%;
}

.post-item .content-holder .ch-footer .google-review-badge:before {
	display: block;
	content: '';
	background: url(img/ico/google-g-logo.svg);
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.post-item .content-holder .ch-footer .google-review-badge .grw-header-inner, .post-item .content-holder .ch-footer .google-review-badge .wp-gr {
	margin: 0 !important;
	padding: 0 !important;
}

.post-item .content-holder .ch-footer .google-review-badge .wp-google-powered {
	display: none;
}

.post-item .content-holder .ch-footer .google-review-badge .wp-google-rating {
	font-family: "Hanken Grotesk" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #FFFFFF !important;
	margin: 0 !important;
	margin-right: 6px !important;
}

.post-item .content-holder .ch-footer .google-review-badge .wp-star {
	padding: 0 1px 0 0 !important;
}

.post-item .content-holder .ch-footer .google-review-badge .wp-star svg {
	width: 16px !important;
	height: 16px !important;
}

.post-item .content-holder .ch-footer .google-review-badge .wp-star svg path {
	fill: #00B2B1 !important;
}

.post-item .content-holder .ch-footer .view-more {
	border-radius: 6px;
	background: transparent;
	padding: 0px 21px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	transition: .25s ease-in-out;
	height: 34px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.post-item .content-holder .ch-footer .view-more:after, .post-item .content-holder .ch-footer .view-more:before {
	font-family: icomoon;
	opacity: 0;
}

.post-item .content-holder .ch-footer .view-more:hover {
	color: #fff;
	background-color: #00B2B1;
	border-color: #00B2B1;
}

.post-item .content-holder .ch-footer .view-more:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
}

.post-item:hover .img-holder img {
	transform: scale(1.1);
}

.post-item a.url-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.page-breadcrumb {
	margin-top: 86px;
	background-color: #002120;
	padding-top: 16px;
	padding-bottom: 24px;
}

.page-breadcrumb.no-title {
	padding-bottom: 32px;
}

@media only screen and (max-width: 767.98px) {
	.page-breadcrumb {
		padding-bottom: 16px;
	}
}

.page-breadcrumb .custom-breadcrumb {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	vertical-align: middle;
	justify-content: center;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #fff;
}

.page-breadcrumb a {
	color: #00B2B1;
}

.page-breadcrumb a:hover {
	color: #fff;
}

.page-breadcrumb a.home-link:before {
	font-family: icomoon;
	content: "\e905";
	margin-right: 8px;
}

.page-breadcrumb i {
	margin-left: 15px;
	margin-right: 15px;
	color: #9CA3AF;
	font-size: 12px;
	display: inline-block;
	position: relative;
	font-weight: 900;
}

.custom-form .wpcf7-not-valid-tip {
	font-size: 0.9em;
	margin-top: 5px;
}

.custom-form .wpcf7-list-item {
	margin-left: 0px;
}

.custom-form .wpcf7-list-item span {
	padding-left: 15px;
}

.accordion p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
}

.accordion p:last-of-type {
	margin-bottom: 0;
}

.accordion p a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

.accordion p a:hover {
	color: #fff;
}

.accordion ul {
	list-style-type: disc;
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
}

.accordion ul li {
	list-style: initial;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

.accordion ol {
	list-style-type: decimal;
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
}

.accordion ol li {
	list-style: inherit;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

.accordion ul, .accordion ol {
	padding-inline-start: 30px;
}

.accordion ul a, .accordion ol a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

.accordion ul a:hover, .accordion ol a:hover {
	color: #fff;
}

.accordion h2 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	position: relative;
	padding: 20px;
	background: #003E3D;
	padding-right: 56px;
}

.accordion h2:hover {
	cursor: pointer;
}

.accordion h2:after {
	font-family: icomoon;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	content: "\e900";
	transition: .25s ease-in-out;
}

.accordion h2.active:after {
	transform: translateY(-50%) rotate(180deg);
}

.accordion .faq-wrap {
	border: 1px solid #6F6F6F;
	border-bottom: 0;
}

.accordion .faq-wrap:last-of-type h2 {
	border-bottom: 1px solid #6F6F6F;
}

.accordion .faq-wrap:last-of-type h2.active {
	border-bottom-color: transparent;
}

.accordion .faq-wrap .content {
	background: #002120;
	padding: 20px;
	display: none;
	border-top: 1px solid #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
}

#page-footer {
	background-color: #031111;
	margin-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#page-footer {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#page-footer {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 767.98px) {
	#page-footer {
		margin-top: 56px;
	}
}

#page-footer .col-xs-6 {
	flex: 0 0 auto;
	width: 50%;
}

#page-footer .col:last-of-type {
	min-width: 23%;
}

@media only screen and (min-width: 768px) {
	#page-footer .show-mobile {
		display: none;
	}
}

@media only screen and (max-width: 767.98px) {
	#page-footer .show-desk {
		display: none;
	}
}

#page-footer #main-footer {
	padding-bottom: 24px;
}

#page-footer #main-footer .col:nth-of-type(1) {
	min-width: 35%;
}

@media only screen and (max-width: 767.98px) {
	#page-footer #main-footer .col:last-of-type .footer-block {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 992px) {
	#page-footer #main-footer .first-column {
		max-width: 327px;
	}
}

@media only screen and (max-width: 767.98px) {
	#page-footer #main-footer .main-row .col {
		flex-basis: 100% !important;
		text-align: center;
	}
}

#page-footer #main-footer .col {
	padding-left: 10px;
	padding-right: 10px;
}

#page-footer #main-footer .company-slogan {
	margin-bottom: 32px;
}

#page-footer #main-footer .company-slogan p {
	line-height: 21px;
}

#page-footer #main-footer .socials {
	font-size: 0;
}

#page-footer #main-footer .socials li {
	display: inline-block;
	margin-right: 13px;
}

#page-footer #main-footer .socials li:last-of-type {
	margin-right: 0;
}

#page-footer #main-footer .socials li a {
	display: block;
}

@media only screen and (max-width: 767.98px) {
	#page-footer #main-footer .socials li {
		margin-left: 6px !important;
		margin-right: 6px !important;
	}
}

#page-footer #main-footer .footer-title {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#page-footer #main-footer .footer-title {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 767.98px) {
	#page-footer #main-footer .footer-title {
		margin-bottom: 10px;
	}
}

#page-footer #main-footer .footer-logo {
	margin-bottom: 24px;
}

#page-footer #main-footer .footer-logo img {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	max-width: 180px;
}

@media only screen and (max-width: 991.98px) {
	#page-footer #main-footer .footer-block {
		margin-bottom: 40px;
	}
}

#page-footer #main-footer .footer-block .footer-title {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#page-footer #main-footer .footer-block .footer-title {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 991.98px) {
	#page-footer #main-footer .footer-sitemap {
		margin-bottom: 40px;
	}
}

#page-footer #main-footer .footer-sitemap ul li a {
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
}

#page-footer #main-footer p, #page-footer #main-footer a {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	color: #fff;
	font-size: 15px;
}

#page-footer #main-footer a:hover {
	color: #00B2B1;
}

#page-footer #main-footer .company-contact p {
	margin-bottom: 25px;
}

#page-footer #main-footer p:last-of-type {
	margin-bottom: 0 !important;
}

#page-footer #main-footer p a {
	display: inline-block;
	text-decoration: none;
}

#page-footer #main-footer p a:hover {
	color: #00B2B1;
}

#page-footer #main-footer p strong {
	font-weight: 600;
}

#page-footer #main-footer p strong a {
	font-weight: 600;
}

#page-footer .copyright {
	padding-top: 24px;
	padding-bottom: 40px;
	border-top: 1px solid #D1D5DB;
	text-align: center;
}

#page-footer .copyright p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
}

#page-footer .copyright p br {
	display: block;
}

@media only screen and (min-width: 768px) {
	#page-footer .copyright p br {
		display: none;
	}
}

#page-footer .development-copyright {
	background-color: #00B2B1;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#page-footer .development-copyright p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 160%;
	color: #FFFFFF;
}

#page-footer .development-copyright p br {
	display: block;
}

@media only screen and (min-width: 768px) {
	#page-footer .development-copyright p br {
		display: none;
	}
}

#page-footer .development-copyright p img {
	margin-left: 2px;
	width: 66px;
	position: relative;
	bottom: 2px;
}

.menu-overlay {
	background: rgba(58, 58, 58, 0.8);
	backdrop-filter: blur(2px);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.menu-overlay.active-overlay {
	opacity: 1;
	visibility: visible;
}

.mobile-nav {
	position: fixed !important;
	max-width: 100%;
	right: -100%;
	top: 0;
	width: 100%;
	max-width: 360px;
	overflow-y: auto;
	height: 100%;
	z-index: 99999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: left;
	background: #031111;
}

@media only screen and (max-width: 767.98px) {
	.mobile-nav {
		max-width: 100%;
	}
}

.mobile-nav .mobile-nav-heading {
	position: relative;
	display: block;
	padding: 30px 15px;
	padding-bottom: 25px;
}

.mobile-nav .mobile-nav-heading .caption {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	font-size: 24px !important;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	.mobile-nav .mobile-nav-heading .caption {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	.mobile-nav .mobile-nav-heading .caption {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	.mobile-nav .mobile-nav-heading .caption {
		font-size: 24px;
		line-height: 29px;
	}
}

.mobile-nav .mobile-nav-heading .close-nav {
	font-size: 20px;
	z-index: 1;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	color: #fff;
}

.mobile-nav.active-nav {
	right: 0;
}

.mobile-nav .nav-wrap {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
}

.mobile-nav .nav-wrap #menu-main-menu {
	width: 100%;
	background-color: #031111;
	padding-top: 10px;
}

.mobile-nav .nav-wrap #menu-main-menu > li {
	position: relative;
}

.mobile-nav .nav-wrap #menu-main-menu > li.menu-item-object-custom .sub-menu {
	left: auto !important;
}

.mobile-nav .nav-wrap #menu-main-menu > li > a {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0px;
	position: relative;
}

.mobile-nav .nav-wrap #menu-main-menu > li > a:after {
	content: '';
	height: 3px;
	background-color: #00B2B1;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	border-radius: 16px;
	width: 100%;
	transition: transform ease-out .2s;
}

@media only screen and (max-width: 1199.98px) {
	.mobile-nav .nav-wrap #menu-main-menu > li > a:after {
		bottom: 3px;
	}
}

.mobile-nav .nav-wrap #menu-main-menu > li.current_page_item > a:after, .mobile-nav .nav-wrap #menu-main-menu > li.current-menu-item > a:after {
	transform: translateX(-50%) scaleX(1);
}

.mobile-nav .nav-wrap #menu-main-menu > li.menu-item-has-children {
	padding-right: 0;
}

.mobile-nav .nav-wrap #menu-main-menu > li.menu-item-has-children > a {
	position: relative;
}

.mobile-nav .nav-wrap #menu-main-menu > li.menu-item-has-children > a:before {
	font-family: 'icomoon';
	content: '\e900';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	font-size: 14px;
	transition: .25s ease-in-out;
	color: #00B2B1;
}

.mobile-nav .nav-wrap #menu-main-menu > li.menu-item-has-children > a.active:before {
	transform: translateY(-50%) rotate(180deg);
}

.mobile-nav .nav-wrap #menu-main-menu > li ul {
	background-color: #302F2F;
	padding: 16px;
}

.mobile-nav .nav-wrap #menu-main-menu > li ul li {
	padding-right: 15px;
}

.mobile-nav .nav-wrap #menu-main-menu > li ul li:last-of-type {
	padding-bottom: 10px;
}

.mobile-nav .nav-wrap #menu-main-menu > li ul li a {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

.mobile-nav .nav-wrap #menu-main-menu > li ul li a:hover {
	color: #00B2B1;
}

.mobile-nav .nav-wrap #menu-main-menu > li ul li a:hover:after {
	display: none;
}

.mobile-nav .nav-wrap #menu-main-menu > li ul li.current_page_item a, .mobile-nav .nav-wrap #menu-main-menu > li ul li.current-menu-item a {
	color: #00B2B1;
}

.mobile-nav .nav-wrap #menu-main-menu > li ul li.current_page_item a:after, .mobile-nav .nav-wrap #menu-main-menu > li ul li.current-menu-item a:after {
	display: none;
}

.im-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.im-map img {
	max-width: inherit !important;
}

.im-map .gm-style .im-map-marker {
	display: flex;
}

.im-map .gm-style .gm-style-iw {
	border-radius: 8px;
	background: #041919;
	padding: 16px !important;
}

.im-map .gm-style .gm-style-iw > div {
	overflow: hidden !important;
}

.im-map .gm-style .gm-style-iw-tc::after {
	background: #041919;
}

.im-map .gm-ui-hover-effect {
	top: 0 !important;
	right: 0 !important;
}

.im-map .gm-ui-hover-effect > span {
	background-color: #fff !important;
}

.im-map .im-map-marker {
	display: none;
	flex-direction: column;
	min-width: 242px;
}

.im-map .im-map-marker > span {
	margin-bottom: 4px;
}

.im-map .im-map-marker .city {
	color: #00b2b1;
	font-family: "Hanken Grotesk";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.im-map .im-map-marker .name {
	color: #fff;
	font-family: "Bitter";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.im-map .im-map-marker .address {
	color: #fff;
	font-family: "Hanken Grotesk";
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.im-map .im-map-marker .google-review-badge {
	margin-right: 5px;
	align-items: center;
	max-width: 100%;
	display: inline-flex;
	align-items: center;
}

.im-map .im-map-marker .google-review-badge:before {
	display: block;
	content: "";
	background: url(img/ico/google-g-logo.svg);
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

.im-map .im-map-marker .google-review-badge .wp-gr {
	width: 115px !important;
}

.im-map .im-map-marker .google-review-badge .grw-header-inner,
.im-map .im-map-marker .google-review-badge .wp-gr {
	margin: 0 !important;
	padding: 0 !important;
}

.im-map .im-map-marker .google-review-badge .wp-google-powered {
	display: none;
}

.im-map .im-map-marker .google-review-badge .wp-google-rating {
	font-family: "Hanken Grotesk" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #ffffff !important;
	margin: 0 !important;
	margin-right: 6px !important;
}

.im-map .im-map-marker .google-review-badge .wp-star {
	padding: 0 1px 0 0 !important;
}

.im-map .im-map-marker .google-review-badge .wp-star svg {
	width: 16px !important;
	height: 16px !important;
}

#home-hero {
	position: relative;
	line-height: 0;
	background-color: #1F1F1F;
}

#home-hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 59.1%);
}

#home-hero .slider-hero {
	height: 730px;
}

@media only screen and (max-width: 767.98px) {
	#home-hero .slider-hero {
		height: 100vh;
	}
}

#home-hero .slider-hero #fullwidth-slider {
	height: 730px;
}

@media only screen and (max-width: 767.98px) {
	#home-hero .slider-hero #fullwidth-slider {
		height: 100vh;
	}
}

#home-hero .slider-hero #fullwidth-slider img, #home-hero .slider-hero #fullwidth-slider video {
	display: block;
	width: 100%;
	height: 730px;
	object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
	#home-hero .slider-hero #fullwidth-slider img, #home-hero .slider-hero #fullwidth-slider video {
		height: 100vh;
	}
}

#home-hero .slider-hero .container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	display: flex;
	align-items: flex-end;
	flex-grow: 1;
	height: 100%;
}

#home-hero .slider-hero .container .hero-text {
	margin-top: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	max-width: 520px;
}

@media only screen and (max-width: 767.98px) {
	#home-hero .slider-hero .container .hero-text {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#home-hero .slider-hero .container .hero-text .small-title {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#home-hero .slider-hero .container .hero-text .small-title {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#home-hero .slider-hero .container .hero-text .small-title {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	#home-hero .slider-hero .container .hero-text .small-title {
		font-size: 14px;
		line-height: 18px;
	}
}

#home-hero .slider-hero .container .hero-text h1 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 67px;
	color: #FFFFFF;
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#home-hero .slider-hero .container .hero-text h1 {
		font-size: 48px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#home-hero .slider-hero .container .hero-text h1 {
		font-size: 40px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#home-hero .slider-hero .container .hero-text h1 {
		font-size: 32px;
		line-height: 38px;
	}
}

#home-hero .slider-hero .container .hero-text a.slide-btn {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	margin-bottom: 56px;
}

#home-hero .slider-hero .container .hero-text a.slide-btn:after, #home-hero .slider-hero .container .hero-text a.slide-btn:before {
	font-family: icomoon;
	opacity: 0;
}

#home-hero .slider-hero .container .hero-text a.slide-btn:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#home-hero .slider-hero .container .hero-text a.slide-btn:before {
	opacity: 1;
	margin-right: 8px;
	content: "\e908";
}

#home-hero .slider-hero .container .hero-text .dots-wrapper {
	display: flex;
	position: relative;
}

@media only screen and (min-width: 768px) {
	#home-hero .slider-hero .container .hero-text .dots-wrapper {
		justify-content: flex-start;
	}
}

@media only screen and (min-width: 768px) {
	#home-hero .slider-hero .container .hero-text .dots-wrapper {
		justify-content: center;
	}
}

@media only screen and (min-width: 768px) {
	#home-hero .slider-hero .container .hero-text .dots-wrapper .slick-dots {
		transform: none;
		left: 0;
		text-align: left;
	}
}

#home-hero .search-hero {
	position: relative;
	z-index: 1;
	height: 730px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero {
		height: auto;
		min-height: 100vh;
	}
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	#home-hero .search-hero .sh-photo {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 45.6vw;
	}
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero .sh-photo {
		height: 62vh;
	}
}

#home-hero .search-hero .sh-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#home-hero .search-hero .sh-content {
	margin-top: 86px;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 580px;
	margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#home-hero .search-hero .sh-content {
		max-width: 45vw;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#home-hero .search-hero .sh-content {
		max-width: 45vw;
	}
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero .sh-content {
		margin-top: 0;
		padding-top: 24px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 24px;
	}
}

#home-hero .search-hero .sh-content .sh-intro {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero .sh-content .sh-intro {
		margin-bottom: 24px;
	}
}

#home-hero .search-hero .sh-content .sh-intro h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#home-hero .search-hero .sh-content .sh-intro h2 {
		font-size: 40px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#home-hero .search-hero .sh-content .sh-intro h2 {
		font-size: 36px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero .sh-content .sh-intro h2 {
		font-size: 32px;
		line-height: 38px;
	}
}

#home-hero .search-hero .sh-content .sh-intro p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#home-hero .search-hero .sh-content .sh-intro p {
		font-size: 18px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero .sh-content .sh-intro p {
		font-size: 16px;
		line-height: 21px;
	}
}

#home-hero .search-hero .sh-content .sh-form .form-group {
	margin-bottom: 16px;
}

@media only screen and (max-width: 767.98px) {
	#home-hero .search-hero .sh-content .sh-form .form-group {
		margin-bottom: 20px;
	}
}

#home-hero .search-hero .sh-content .sh-form .form-group .select2-selection {
	background: #302F2F;
}

#home-hero .search-hero .sh-content .sh-form .select2-selection__rendered {
	padding-left: 48px;
}

#home-hero .search-hero .sh-content .sh-form .select2-selection__rendered:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	font-family: icomoon;
	display: block;
	font-size: 20px;
}

#home-hero .search-hero .sh-content .sh-form .btn-submit {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
}

#home-hero .search-hero .sh-content .sh-form .btn-submit:after, #home-hero .search-hero .sh-content .sh-form .btn-submit:before {
	font-family: icomoon;
	opacity: 0;
}

#home-hero .search-hero .sh-content .sh-form .btn-submit:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#home-hero .search-hero .sh-content .sh-form .btn-submit:before {
	opacity: 1;
	margin-right: 8px;
	content: "\e908";
}

#latest-news .section-heading {
	margin-bottom: 32px;
}

#latest-news .post-item .content-holder {
	padding-left: 16px;
	padding-right: 16px;
}

#latest-news .post-item .content-holder .post-title {
	margin-bottom: 16px;
}

#latest-news .post-item .content-holder p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#office-of-week .office-holder .row {
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	#office-of-week .office-holder .office-image {
		margin-bottom: 40px;
	}
}

#office-of-week .office-holder .office-image img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

#office-of-week .office-holder .office-content {
	max-width: 560px;
	margin-left: auto;
}

#office-of-week .office-holder .office-content .meta-info {
	font-size: 0;
	margin-bottom: 10px;
}

#office-of-week .office-holder .office-content .meta-info span {
	display: inline-block;
}

#office-of-week .office-holder .office-content .meta-info span.city {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #00B2B1;
}

#office-of-week .office-holder .office-content .meta-info span.city:before {
	content: "\e90d";
	font-family: icomoon;
	margin-right: 6px;
	position: relative;
	top: 1;
}

#office-of-week .office-holder .office-content .meta-info span.country {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 200;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

#office-of-week .office-holder .office-content .meta-info span.country:before {
	content: '|';
	color: #fff;
	margin-left: 6px;
	margin-right: 6px;
	position: relative;
	bottom: 1px;
}

#office-of-week .office-holder .office-content h3 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#office-of-week .office-holder .office-content h3 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#office-of-week .office-holder .office-content h3 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#office-of-week .office-holder .office-content h3 {
		font-size: 24px;
		line-height: 29px;
	}
}

#office-of-week .office-holder .office-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 767.98px) {
	#office-of-week .office-holder .office-content p {
		font-size: 16px;
		line-height: 21px;
	}
}

#office-of-week .office-holder .office-content .view-more {
	margin-top: 32px;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
}

#office-of-week .office-holder .office-content .view-more:after, #office-of-week .office-holder .office-content .view-more:before {
	font-family: icomoon;
	opacity: 0;
}

#office-of-week .office-holder .office-content .view-more:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#office-of-week .office-holder .office-content .view-more:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
	#banner-section #banner-slider-lg {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	#banner-section #banner-slider-sm {
		display: none;
	}
}

#banner-section .banner-holder {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 767.98px) {
	#banner-section .banner-holder {
		max-width: 380px;
	}
}

#cta-search {
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#cta-search {
		background-position: center;
	}
}

@media only screen and (max-width: 767.98px) {
	#cta-search {
		background-image: none !important;
		background-color: #003E3D;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767.98px) {
	#cta-search .container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) {
	#cta-search .cs-photo {
		display: none;
	}
}

#cta-search .cs-content {
	max-width: 560px;
	padding-top: 64px;
	padding-bottom: 64px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#cta-search .cs-content {
		max-width: 360px;
	}
}

@media only screen and (min-width: 768px) {
	#cta-search .cs-content {
		min-height: 580px;
	}
}

@media only screen and (max-width: 767.98px) {
	#cta-search .cs-content {
		padding-top: 0;
		padding-bottom: 47px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

#cta-search .cs-content .small-title {
	display: block;
	text-transform: uppercase;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#cta-search .cs-content h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 16px;
	max-width: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#cta-search .cs-content h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#cta-search .cs-content h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#cta-search .cs-content h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

#cta-search .cs-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
}

@media only screen and (max-width: 767.98px) {
	#cta-search .cs-content p {
		font-size: 16px;
		line-height: 21px;
	}
}

#cta-search .cs-content .view-more {
	margin-top: 32px;
	align-self: flex-start;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
}

#cta-search .cs-content .view-more:after, #cta-search .cs-content .view-more:before {
	font-family: icomoon;
	opacity: 0;
}

#cta-search .cs-content .view-more:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#cta-search .cs-content .view-more:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#cta-search .cs-content .view-more:hover {
	background-color: #041919;
}

#main-search-area .msa-intro {
	max-width: 680px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#main-search-area .msa-intro {
		margin-bottom: 32px;
	}
}

#main-search-area .msa-intro h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#main-search-area .msa-intro h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#main-search-area .msa-intro h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#main-search-area .msa-intro h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

@media only screen and (max-width: 767.98px) {
	#main-search-area .msa-intro h2 {
		margin-bottom: 16px;
	}
}

#main-search-area .msa-intro p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	color: #FFFFFF;
}

@media only screen and (max-width: 767.98px) {
	#main-search-area .msa-intro p {
		font-size: 16px;
		line-height: 21px;
	}
}

#main-search-area .msa-filters {
	padding: 24px;
	margin-bottom: 24px;
	background-color: #003E3D;
	border-radius: 8px;
	position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#main-search-area .msa-filters {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media only screen and (max-width: 991.98px) {
	#main-search-area .msa-filters {
		padding-bottom: 8px;
	}
}

@media only screen and (max-width: 767.98px) {
	#main-search-area .msa-filters {
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 100px;
	}
}

#main-search-area .msa-filters .form-group {
	margin-bottom: 0;
}

@media only screen and (max-width: 991.98px) {
	#main-search-area .msa-filters .form-group {
		margin-bottom: 16px;
	}
}

#main-search-area .msa-filters .row {
	padding-left: 9px;
	padding-right: 9px;
}

#main-search-area .msa-filters [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

#main-search-area .msa-filters .btn-submit {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
}

#main-search-area .msa-filters .btn-submit:after, #main-search-area .msa-filters .btn-submit:before {
	font-family: icomoon;
	opacity: 0;
}

#main-search-area .msa-filters .btn-submit:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#main-search-area .msa-filters .btn-submit:before {
	opacity: 1;
	margin-right: 8px;
	content: "\e908";
}

@media only screen and (min-width: 1200px) {
	#main-search-area .msa-filters .btn-submit {
		min-width: 230px;
	}
}

@media only screen and (max-width: 1199.98px) {
	#main-search-area .msa-filters .btn-submit {
		width: 100%;
		display: flex;
	}
}

#main-search-area .msa-filters .btn-submit:hover {
	background-color: #041919;
}

#main-search-area .msa-filters .show-nearest {
	border-radius: 6px;
	background: transparent;
	padding: 0px 21px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	transition: .25s ease-in-out;
	height: 34px;
	cursor: pointer;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	height: 52px;
}

#main-search-area .msa-filters .show-nearest:after, #main-search-area .msa-filters .show-nearest:before {
	font-family: icomoon;
	opacity: 0;
}

#main-search-area .msa-filters .show-nearest:hover {
	color: #fff;
	background-color: #00B2B1;
	border-color: #00B2B1;
}

#main-search-area .msa-filters .show-nearest:before {
	opacity: 1;
	margin-right: 8px;
	content: "\e906";
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#main-search-area .msa-filters .show-nearest {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991.98px) {
	#main-search-area .msa-filters .show-nearest {
		width: 100%;
		display: flex;
	}
}

#main-search-area .msa-filters .select2-selection__rendered {
	padding-left: 48px;
}

#main-search-area .msa-filters .select2-selection__rendered:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	font-family: icomoon;
	display: block;
	font-size: 20px;
}

#main-search-area.home-section .msa-filters [class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

@media only screen and (min-width: 1200px) {
	#main-search-area.home-section .msa-filters [class*="col-"]:last-of-type {
		background-color: #035B5B;
		position: absolute;
		right: 0;
		height: 100%;
		top: 0;
		display: flex;
		align-items: center;
		max-width: 28%;
		justify-content: center;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#main-search-area.home-section .msa-filters [class*="col-"]:last-of-type {
		max-width: 26%;
	}
}

@media only screen and (max-width: 767.98px) {
	#main-search-area.home-section .msa-filters [class*="col-"]:last-of-type {
		background-color: #035B5B;
		position: absolute;
		bottom: 0;
		left: 0;
		padding-top: 16px;
		padding-left: 16px;
		padding-right: 16px;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
	}
}

#featured-offices .content-holder {
	max-width: 560px;
	margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#featured-offices .content-holder {
		padding-left: 16px;
		padding-right: 16px;
	}
}

#featured-news {
	background-color: #1F1F1F;
	padding-top: 76px;
	padding-bottom: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#featured-news {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767.98px) {
	#featured-news {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#featured-news #featured-news-slider.slick-dotted {
	padding-bottom: 65px;
}

@media only screen and (max-width: 767.98px) {
	#featured-news #featured-news-slider.slick-dotted {
		padding-bottom: 37px;
	}
}

#featured-news #featured-news-slider .row {
	align-items: center;
}

@media only screen and (min-width: 768px) {
	#featured-news #featured-news-slider .feat-img {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 767.98px) {
	#featured-news #featured-news-slider .feat-img {
		max-width: 180px;
		margin-bottom: 24px;
	}
}

#featured-news #featured-news-slider .feat-img img {
	display: block;
	width: 100%;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
	aspect-ratio: 1/1;
}

#featured-news #featured-news-slider .feat-content {
	max-width: 580px;
	margin-left: auto;
}

#featured-news #featured-news-slider .feat-content:before {
	display: block;
	content: '';
	background: url(img/ico/quotemarks.svg);
	width: 52px;
	height: 44px;
	margin-bottom: 16px;
}

@media only screen and (max-width: 991.98px) {
	#featured-news #featured-news-slider .feat-content:before {
		width: 26px;
		height: 23px;
		background-size: 26px 23px;
	}
}

#featured-news #featured-news-slider .feat-content .post-category {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	display: block;
	color: #FFFFFF;
	margin-bottom: 8px;
}

@media only screen and (max-width: 767.98px) {
	#featured-news #featured-news-slider .feat-content .post-category {
		font-size: 14px;
		line-height: 18px;
	}
}

#featured-news #featured-news-slider .feat-content .post-category a {
	color: inherit;
	text-decoration: none;
}

#featured-news #featured-news-slider .feat-content .post-title {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 16px;
	display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#featured-news #featured-news-slider .feat-content .post-title {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#featured-news #featured-news-slider .feat-content .post-title {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#featured-news #featured-news-slider .feat-content .post-title {
		font-size: 24px;
		line-height: 29px;
	}
}

#featured-news #featured-news-slider .feat-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#featured-news #featured-news-slider .feat-content p {
		font-size: 18px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 767.98px) {
	#featured-news #featured-news-slider .feat-content p {
		font-size: 16px;
		line-height: 21px;
	}
}

#featured-news #featured-news-slider .feat-content p .readmore {
	font-weight: 500;
	color: #00B2B1;
	text-decoration: none;
}

#featured-news #featured-news-slider .feat-content p .readmore:hover {
	color: #fff;
}

#featured-news #featured-news-slider .feat-content .readmore {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	margin-top: 32px;
}

#featured-news #featured-news-slider .feat-content .readmore:after, #featured-news #featured-news-slider .feat-content .readmore:before {
	font-family: icomoon;
	opacity: 0;
}

#featured-news #featured-news-slider .feat-content .readmore:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#featured-news #featured-news-slider .feat-content .readmore:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#featured-news #featured-news-slider .feat-content .author {
	margin-top: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#featured-news #featured-news-slider .feat-content .author {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 991.98px) {
	#featured-news #featured-news-slider .feat-content .author {
		margin-top: 32px;
	}
}

#featured-news #featured-news-slider .feat-content .author .author-name {
	display: block;
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#featured-news #featured-news-slider .feat-content .author .author-name {
		font-size: 20px;
		line-height: 23px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#featured-news #featured-news-slider .feat-content .author .author-name {
		font-size: 18px;
		line-height: 21px;
	}
}

@media only screen and (max-width: 767.98px) {
	#featured-news #featured-news-slider .feat-content .author .author-name {
		font-size: 16px;
		line-height: 19px;
	}
}

#featured-news #featured-news-slider .feat-content .author .author-title {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#featured-news #featured-news-slider .feat-content .author .author-title {
		font-size: 18px;
		line-height: 22px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#featured-news #featured-news-slider .feat-content .author .author-title {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767.98px) {
	#featured-news #featured-news-slider .feat-content .author .author-title {
		font-size: 14px;
		line-height: 18px;
	}
}

#featured-treatments .post-item .post-title {
	margin-bottom: 9px;
}

#featured-treatments .post-item .view-more {
	margin-top: 24px;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	position: relative;
	z-index: 1;
}

#featured-treatments .post-item .view-more:after, #featured-treatments .post-item .view-more:before {
	font-family: icomoon;
	opacity: 0;
}

#featured-treatments .post-item .view-more:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#featured-treatments .post-item .view-more:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#featured-treatments .post-item .view-more:hover {
	background-color: #041919;
}

#featured-treatments .post-item p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 767.98px) {
	#case-studies .section-heading {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 767.98px) {
	#case-studies .section-heading h2 {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 767.98px) {
	#case-studies .section-heading [class*="col-"] {
		flex-basis: 100% !important;
		min-width: 100%;
		flex: 1;
		text-align: left !important;
	}
}

#case-studies .category-tabs ul li {
	display: inline-block;
	margin-right: 8px;
}

#case-studies .category-tabs ul li:last-of-type {
	margin-right: 0;
}

#case-studies .category-tabs ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	border: 1px solid #00B2B1;
	border-radius: 4px;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	padding: 0 10px;
}

#case-studies .category-tabs ul li a.active {
	pointer-events: none;
	background-color: #00B2B1;
}

#case-studies .category-tabs ul li a:hover {
	background-color: #00B2B1;
}

#case-studies .post-item .img-holder img {
	aspect-ratio: 1.3/1;
}

#case-studies .post-item .post-meta {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 4px;
}

#case-studies .post-item .post-meta a {
	font-style: normal;
	font-weight: 500;
	color: #00B2B1;
	position: relative;
	z-index: 1;
}

#case-studies .post-item .post-meta a:hover {
	color: #fff;
}

#case-studies .post-item .view-more {
	margin-top: 16px;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	position: relative;
	z-index: 1;
}

#case-studies .post-item .view-more:after, #case-studies .post-item .view-more:before {
	font-family: icomoon;
	opacity: 0;
}

#case-studies .post-item .view-more:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#case-studies .post-item .view-more:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#case-studies .post-item .view-more:hover {
	background-color: #041919;
}

.select2-selection.country-select > .select2-selection__rendered:before {
	content: "\e90e";
}

.select2-selection.city-select > .select2-selection__rendered:before {
	content: "\e90d";
}

.select2-selection.treatment-select > .select2-selection__rendered:before {
	content: "\e909";
}

#blog-single {
	padding-top: 64px;
	padding-bottom: 64px;
}

@media only screen and (max-width: 767.98px) {
	#blog-single {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#blog-single.green-heading {
	padding-top: 0 !important;
}

#blog-single .blog-hero {
	position: relative;
}

#blog-single .blog-hero:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-hero:after {
		display: none;
	}
}

#blog-single .blog-hero img {
	display: block;
	width: 100%;
	height: 644px;
	object-fit: cover;
	object-position: center;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#blog-single .blog-hero img {
		height: 500px;
	}
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-hero img {
		height: 262px;
	}
}

#blog-single .blog-body {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#blog-single .blog-body {
		margin-bottom: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#blog-single .blog-body {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-body {
		margin-bottom: 40px;
	}
}

#blog-single .blog-heading {
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-heading {
		margin-bottom: 0;
		padding-bottom: 24px;
		border-bottom: 1px solid #D1D5DB;
	}
}

#blog-single .blog-heading .post-category {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	/* identical to box height */
	text-align: center;
	color: #00B2B1;
	margin-bottom: 16px;
	text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-heading .post-category {
		font-size: 14px;
	}
}

#blog-single .blog-heading .post-category a {
	color: inherit;
}

#blog-single .blog-heading .post-category a:hover {
	color: #fff;
}

#blog-single .blog-heading h1 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#blog-single .blog-heading h1 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#blog-single .blog-heading h1 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-heading h1 {
		font-family: 'Bitter';
		font-style: normal;
		font-weight: 600;
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		color: #FFFFFF;
	}
}

#blog-single .blog-heading.green-heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px;
	position: absolute;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background: #003E3D;
	border-radius: 12px;
	z-index: 2;
	border-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-heading.green-heading {
		width: 100vw;
		margin-left: -15px;
		padding: 24px;
		border-radius: 0;
	}
}

@media only screen and (min-width: 1200px) {
	#blog-single .blog-heading.green-heading .post-category {
		font-size: 20px;
		line-height: 26px;
	}
}

@media only screen and (min-width: 1200px) {
	#blog-single .blog-heading.green-heading h1 {
		font-size: 32px;
		line-height: 38px;
	}
}

#blog-single .blog-metas {
	padding-bottom: 24px;
	border-bottom: 1px solid #D1D5DB;
	margin-bottom: 29px;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas {
		padding-top: 8px;
		padding-bottom: 8px;
		margin-bottom: 32px;
	}
}

#blog-single .blog-metas.green-heading {
	border-bottom: 1px solid #5B5B5B;
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-metas.green-heading {
		margin-top: 40px;
		border-top: 1px solid #5B5B5B;
	}
}

#blog-single .blog-metas .row {
	align-items: center;
}

@media only screen and (max-width: 767.98px) {
	#blog-single .blog-metas [class*="col-"] {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

#blog-single .blog-metas .author {
	display: flex;
	align-items: center;
}

#blog-single .blog-metas .author .avatar {
	max-width: 56px;
	min-width: 56px;
	margin-right: 8px;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .author .avatar {
		max-width: 32px;
		min-width: 32px;
	}
}

#blog-single .blog-metas .author .avatar img {
	display: block;
	border-radius: 50%;
	object-fit: cover;
	aspect-ratio: 1/1;
}

#blog-single .blog-metas .author .author-info {
	margin-right: 8px;
	flex-grow: 1;
}

#blog-single .blog-metas .author .author-info .author-name {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	/* identical to box height */
	color: #FFFFFF;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .author .author-info .author-name {
		font-size: 14px;
		line-height: 18px;
		display: block;
	}
}

#blog-single .blog-metas .author .author-info .author-name a {
	color: inherit;
}

#blog-single .blog-metas .author .author-info .author-name a:hover {
	color: #00B2B1;
}

#blog-single .blog-metas .author .author-info .separator {
	margin-left: 8px;
	margin-right: 8px;
	background-color: #00B2B1;
	width: 4px;
	height: 4px;
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .author .author-info .separator {
		display: none;
	}
}

#blog-single .blog-metas .author .author-info .post-date {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#blog-single .blog-metas .author .author-info .post-date {
		font-size: 14px;
	}
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .author .author-info .post-date {
		font-size: 12px;
		line-height: 16px;
	}
}

#blog-single .blog-metas .blog-actions {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#blog-single .blog-metas .blog-actions .action-label {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .blog-actions .action-label {
		display: none;
	}
}

#blog-single .blog-metas .blog-actions .norm_row, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container {
	float: none !important;
}

#blog-single .blog-metas .blog-actions .norm_row .sfsi_wicons, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container .sfsi_wicons {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .blog-actions .norm_row .sfsi_wicons, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container .sfsi_wicons {
		width: 32px !important;
	}
}

@media (max-width: 380px) {
	#blog-single .blog-metas .blog-actions .norm_row .sfsi_wicons, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container .sfsi_wicons {
		zoom: .9;
	}
}

#blog-single .blog-metas .blog-actions .norm_row .sfsi_wicons:first-of-type, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container .sfsi_wicons:first-of-type {
	margin-left: 8px !important;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .blog-actions .norm_row .sfsi_wicons:first-of-type, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container .sfsi_wicons:first-of-type {
		margin-left: 0px !important;
	}
}

#blog-single .blog-metas .blog-actions .norm_row .sfsi_wicons > div, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container .sfsi_wicons > div {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .blog-metas .blog-actions .norm_row .sfsi_wicons img.sfsi_wicon, #blog-single .blog-metas .blog-actions .sfsi_shortcode_container .sfsi_wicons img.sfsi_wicon {
		width: 32px !important;
	}
}

#blog-single .blog-metas .blog-actions .norm_row {
	height: 32px !important;
	width: auto !important;
}

#blog-single .blog-metas .blog-actions .sfsi_widget {
	min-height: auto !important;
}

#blog-single .blog-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 16px;
}

#blog-single .blog-content p:first-of-type {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 40px;
}

@inline-block bp(sm-down) {
	#blog-single .blog-content p:first-of-type {
		margin-bottom: 24px;
	}
}

#blog-single .blog-content p a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

#blog-single .blog-content p a:hover {
	color: #fff;
}

#blog-single .blog-content ul {
	list-style-type: disc;
	margin-top: 16px;
	margin-bottom: 16px;
	max-width: 780px;
}

#blog-single .blog-content ul li {
	list-style: initial;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

#blog-single .blog-content ol {
	list-style-type: decimal;
	margin-top: 16px;
	margin-bottom: 16px;
	max-width: 780px;
}

#blog-single .blog-content ol li {
	list-style: inherit;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

#blog-single .blog-content ol li {
	margin-bottom: 16px;
}

#blog-single .blog-content ul, #blog-single .blog-content ol {
	padding-inline-start: 30px;
}

#blog-single .blog-content ul a, #blog-single .blog-content ol a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

#blog-single .blog-content ul a:hover, #blog-single .blog-content ol a:hover {
	color: #fff;
}

#blog-single .blog-content .featured-photo {
	margin-bottom: 40px;
}

#blog-single .blog-content .featured-photo img {
	display: block;
	width: 100%;
	aspect-ratio: 1.782 / 1;
	object-fit: cover;
}

#blog-single .blog-content .wp-block-embed {
	margin-top: 40px;
	margin-bottom: 40px;
}

#blog-single .blog-content .wp-block-embed iframe {
	width: 100%;
	aspect-ratio: 1.782 / 1;
	height: auto;
}

#blog-single .blog-content .group-photo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 40px;
}

#blog-single .blog-content .group-photo:last-of-type {
	margin-bottom: 0;
}

#blog-single .blog-content .group-photo .wp-block-image {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 100%;
	margin-top: 0 !important;
}

@media only screen and (min-width: 768px) {
	#blog-single .blog-content .group-photo .wp-block-image {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

#blog-single .blog-content .group-photo + h2 {
	margin-top: 0 !important;
}

#blog-single .blog-content h2 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 16px;
}

#blog-single .blog-content h3 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	text-align: justify;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 16px;
}

#blog-single .blog-content .wp-block-image {
	margin-top: 40px;
	margin-bottom: 40px;
}

#blog-single .blog-content .wp-block-image img {
	display: block;
	margin-bottom: 8px;
}

#blog-single .blog-content .wp-block-image .wp-element-caption {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 0;
}

#blog-single .blog-content blockquote, #blog-single .blog-content .wp-block-quote {
	padding: 0;
	margin: 0;
	padding-left: 24px;
	border-left: 5px solid #00B2B1;
	margin-top: 32px;
	margin-bottom: 32px;
}

#blog-single .blog-content blockquote p, #blog-single .blog-content .wp-block-quote p {
	font-family: 'Bitter';
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	color: #FFFFFF;
	margin-bottom: 24px;
}

#blog-single .blog-content blockquote cite, #blog-single .blog-content .wp-block-quote cite {
	margin-top: 24px;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #fff;
}

#blog-single .blog-content blockquote cite strong, #blog-single .blog-content .wp-block-quote cite strong {
	font-weight: 500;
}

#blog-single .view-case-studies {
	text-align: center;
	margin-top: 48px;
}

#blog-single .view-case-studies a {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
}

#blog-single .view-case-studies a:after, #blog-single .view-case-studies a:before {
	font-family: icomoon;
	opacity: 0;
}

#blog-single .view-case-studies a:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#blog-single .view-case-studies a:before {
	opacity: 1;
	margin-right: 8px;
	content: "\e908";
}

#blog-single .search-offices h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#blog-single .search-offices h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#blog-single .search-offices h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#blog-single .search-offices h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

#blog-single #main-search-area {
	margin-top: 40px !important;
	margin-bottom: 0 !important;
}

#blog-single .about-author h3, #author-single .about-author h3 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	text-align: justify;
	color: #FFFFFF;
	margin-bottom: 16px;
}

#blog-single .about-author .author-info, #author-single .about-author .author-info {
	border-radius: 8px;
	background: #001C1C;
	padding: 24px;
	display: flex;
}

#blog-single .about-author .author-info .author-photo, #author-single .about-author .author-info .author-photo {
	min-width: 140px;
	max-width: 140px;
	margin-right: 48px;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .about-author .author-info .author-photo, #author-single .about-author .author-info .author-photo {
		min-width: 79px;
		max-width: 79px;
		margin-right: 16px;
	}
}

#blog-single .about-author .author-info .author-photo img, #author-single .about-author .author-info .author-photo img {
	display: block;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 1/1;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .about-author .author-info .author-photo img, #author-single .about-author .author-info .author-photo img {
		border-radius: 3px;
	}
}

#blog-single .about-author .author-info .author-bio, #author-single .about-author .author-info .author-bio {
	flex-grow: 1;
}

#blog-single .about-author .author-info .author-bio .author-meta, #author-single .about-author .author-info .author-bio .author-meta {
	margin-bottom: 14px;
}

#blog-single .about-author .author-info .author-bio .author-name, #author-single .about-author .author-info .author-bio .author-name {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
}

@media only screen and (max-width: 991.98px) {
	#blog-single .about-author .author-info .author-bio .author-name, #author-single .about-author .author-info .author-bio .author-name {
		font-size: 20px;
		line-height: 26px;
	}
}

#blog-single .about-author .author-info .author-bio .author-name a, #author-single .about-author .author-info .author-bio .author-name a {
	color: inherit;
}

#blog-single .about-author .author-info .author-bio .author-name a:hover, #author-single .about-author .author-info .author-bio .author-name a:hover {
	color: #00B2B1;
}

#blog-single .about-author .author-info .author-bio .author-title, #author-single .about-author .author-info .author-bio .author-title {
	display: block;
	color: #fff;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

#blog-single .about-author .author-info .author-bio p, #author-single .about-author .author-info .author-bio p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#blog-single .about-author .author-info .author-bio p, #author-single .about-author .author-info .author-bio p {
		font-size: 15px;
		line-height: 19px;
	}
}

@media only screen and (max-width: 991.98px) {
	#blog-single .about-author .author-info .author-bio p, #author-single .about-author .author-info .author-bio p {
		font-size: 14px;
		line-height: 18px;
	}
}

#blog-single .about-author .author-info .author-bio .socials-area, #author-single .about-author .author-info .author-bio .socials-area {
	margin-top: 30px;
}

#blog-single .about-author .author-info .author-bio .socials-area ul, #author-single .about-author .author-info .author-bio .socials-area ul {
	font-size: 0;
}

#blog-single .about-author .author-info .author-bio .socials-area ul li, #author-single .about-author .author-info .author-bio .socials-area ul li {
	display: inline-block;
	margin-right: 13px;
}

#blog-single .about-author .author-info .author-bio .socials-area ul li:last-of-type, #author-single .about-author .author-info .author-bio .socials-area ul li:last-of-type {
	margin-right: 0;
}

#simmilar-posts {
	margin-top: 100px;
}

#simmilar-posts h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

#blogs {
	padding-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
	#blogs {
		padding-bottom: 24px;
	}
}

#blogs .blogs-body {
	padding-top: 64px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 991.98px) {
	#blogs .blogs-body {
		padding-top: 40px;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 991.98px) {
	#blogs .blogs-body .blogs-list {
		margin-bottom: 44px;
	}
}

@media only screen and (max-width: 991.98px) {
	#blogs .blogs-body .blogs-list [class*="col-"] {
		margin-bottom: 20px;
	}
}

#blogs .blogs-body .blogs-list .post-item .content-holder {
	padding-left: 16px;
	padding-right: 16px;
}

#blogs .blogs-body .blogs-list .post-item .post-title {
	margin-bottom: 16px;
}

#blogs .blogs-body .blogs-list .post-item p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#blogs .blogs-body .blogs-list .sticky-post {
	margin-bottom: 20px;
}

@media only screen and (max-width: 991.98px) {
	#blogs .blogs-body .blogs-list .sticky-post {
		height: 100%;
	}
}

@media only screen and (min-width: 992px) {
	#blogs .blogs-body .blogs-list .sticky-post {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 991.98px) {
	#blogs .blogs-body .blogs-list .sticky-post .post-item {
		height: 100%;
	}
}

@media only screen and (min-width: 992px) {
	#blogs .blogs-body .blogs-list .sticky-post .post-item {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 992px) {
	#blogs .blogs-body .blogs-list .sticky-post .post-item .img-holder img {
		aspect-ratio: 1.782 / 1;
	}
}

@media only screen and (min-width: 992px) {
	#blogs .blogs-body .blogs-list .sticky-post .post-item .content-holder {
		text-align: center;
		padding: 40px;
	}
}

@media only screen and (min-width: 992px) {
	#blogs .blogs-body .blogs-list .sticky-post .post-item .content-holder .post-title {
		font-family: 'Bitter';
		font-style: normal;
		font-weight: 600;
		font-size: 32px;
		line-height: 38px;
		text-align: center;
	}
}

@media only screen and (min-width: 992px) {
	#blogs .blogs-body .blogs-list .sticky-post .post-item .content-holder p {
		display: none;
	}
}

#blogs .blogs-body .blogs-list .remaining-posts[class*="col-"] {
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
	#blogs .blogs-body .blogs-list .remaining-posts[class*="col-"] .post-item {
		height: 100%;
	}
}

#blogs .blogs-body .blog-aside-box {
	border-radius: 8px;
	background: #302F2F;
	padding: 25px 24px;
}

#blogs .blogs-body .blog-aside-box h3 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

#blogs .blogs-body .blog-aside .blog-categories {
	margin-bottom: 20px;
}

#blogs .blogs-body .blog-aside .blog-categories ul li {
	margin-bottom: 8px;
	display: flex;
	align-items: stretch;
}

#blogs .blogs-body .blog-aside .blog-categories ul li span.posts-count {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 41px;
	background: #00B2B1;
	border-radius: 4px;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	/* identical to box height */
	text-align: center;
	color: #FFFFFF;
}

#blogs .blogs-body .blog-aside .blog-categories ul li a {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	padding-left: 16px;
	padding-right: 16px;
	display: flex;
	align-items: center;
	flex-grow: 1;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#blogs .blogs-body .blog-aside .blog-categories ul li a:hover {
	background-color: #003E3D;
}

#blogs .blogs-body .blog-aside .blog-categories ul li.current_page_item a {
	background-color: #003E3D;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item {
	display: flex;
	border-radius: 4px 0px 0px 4px;
	margin-bottom: 24px;
	background-color: transparent;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item:last-of-type {
	margin-bottom: 0;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item .img-holder {
	min-width: 108px;
	max-width: 108px;
	margin-right: 16px;
	margin-bottom: 0;
	overflow: hidden;
	border-radius: 4px;
	align-self: flex-start;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item .img-holder .post-thumbnail {
	height: 100%;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item .img-holder img {
	border-radius: 4px;
	aspect-ratio: 1.4/1;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item .content-holder {
	padding: 0;
	background-color: transparent;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item .post-category {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 5px;
}

#blogs .blogs-body .blog-aside .blogs-featured .post-item .post-title {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#author-single {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#author-single {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#author-single .about-author {
	margin-bottom: 40px;
}

@media only screen and (min-width: 1200px) {
	#author-single .about-author .author-info {
		padding: 40px;
	}
}

@media only screen and (min-width: 1200px) {
	#author-single .about-author .author-info .author-photo {
		min-width: 300px;
		max-width: 300px;
		margin-right: 28px;
	}
}

#author-single .about-author .author-info .author-bio p {
	display: block;
}

#author-single .author-posts h2 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 25px;
}

#author-single .author-posts h2 strong {
	font-weight: 600;
}

#author-single .author-posts [class*="col-"] {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
	#author-single .author-posts [class*="col-"]:last-of-type {
		margin-bottom: 0 !important;
	}
}

#author-single .author-posts .post-item {
	height: 100%;
}

#author-single .author-posts .post-item .content-holder {
	padding-left: 16px;
	padding-right: 16px;
}

#author-single .author-posts .post-item .post-title {
	margin-bottom: 16px;
}

#author-single .author-posts .post-item p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#authors-list {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#authors-list {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

#authors-list .author-info {
	border-radius: 8px;
	background: #001C1C;
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-bottom: 20px;
}

#authors-list .author-info .author-photo {
	margin-bottom: 28px;
	border-radius: 8px;
	overflow: hidden;
}

#authors-list .author-info .author-photo img {
	display: block;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: .25s ease-in-out;
}

@media only screen and (max-width: 991.98px) {
	#authors-list .author-info .author-photo img {
		border-radius: 3px;
	}
}

#authors-list .author-info .author-bio .author-meta {
	margin-bottom: 24px;
}

#authors-list .author-info .author-bio .author-name {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
}

@media only screen and (max-width: 991.98px) {
	#authors-list .author-info .author-bio .author-name {
		font-size: 20px;
		line-height: 26px;
	}
}

#authors-list .author-info .author-bio .author-name a {
	color: inherit;
}

#authors-list .author-info .author-bio .author-name a:hover {
	color: #00B2B1;
}

#authors-list .author-info .author-bio .author-title {
	display: block;
	color: #fff;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

#authors-list .author-info .author-bio .readmore {
	margin-top: 40px;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	position: relative;
	z-index: 1;
}

#authors-list .author-info .author-bio .readmore:after, #authors-list .author-info .author-bio .readmore:before {
	font-family: icomoon;
	opacity: 0;
}

#authors-list .author-info .author-bio .readmore:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#authors-list .author-info .author-bio .readmore:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#authors-list .author-info .author-bio .socials-area ul {
	font-size: 0;
}

#authors-list .author-info .author-bio .socials-area ul li {
	display: inline-block;
	margin-right: 13px;
}

#authors-list .author-info .author-bio .socials-area ul li:last-of-type {
	margin-right: 0;
}

#authors-list .author-info .author-bio .socials-area ul li a {
	position: relative;
	z-index: 1;
}

#authors-list .author-info:hover .author-photo img {
	transform: scale(1.1);
}

#authors-list .author-info a.url-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
}

#for-doctors, #contact-page {
	padding-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#for-doctors, #contact-page {
		padding-bottom: 10px;
	}
}

#for-doctors .fd-intro, #contact-page .fd-intro {
	background-color: #021818;
	padding-top: 58px;
	padding-bottom: 58px;
	margin-bottom: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#for-doctors .fd-intro, #contact-page .fd-intro {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#for-doctors .fd-intro, #contact-page .fd-intro {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 767.98px) {
	#for-doctors .fd-intro, #contact-page .fd-intro {
		padding-top: 32px;
		padding-bottom: 32px;
	}
}

#for-doctors .fd-intro .fd-holder, #contact-page .fd-intro .fd-holder {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

#for-doctors .fd-intro .fd-holder .row, #contact-page .fd-intro .fd-holder .row {
	align-items: center;
}

@media only screen and (min-width: 768px) {
	#for-doctors .fd-intro .fd-holder [class*="col-"]:nth-of-type(1), #contact-page .fd-intro .fd-holder [class*="col-"]:nth-of-type(1) {
		flex: 0 0 46%;
		max-width: 46%;
	}
}

@media only screen and (min-width: 768px) {
	#for-doctors .fd-intro .fd-holder [class*="col-"]:nth-of-type(2), #contact-page .fd-intro .fd-holder [class*="col-"]:nth-of-type(2) {
		flex: 0 0 54%;
		max-width: 54%;
	}
}

#for-doctors .fd-intro .fdi-image, #contact-page .fd-intro .fdi-image {
	max-width: 500px;
}

@media only screen and (max-width: 767.98px) {
	#for-doctors .fd-intro .fdi-image, #contact-page .fd-intro .fdi-image {
		margin-bottom: 40px;
	}
}

#for-doctors .fd-intro .fdi-image img, #contact-page .fd-intro .fdi-image img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

#for-doctors .fd-intro .fdi-content, #contact-page .fd-intro .fdi-content {
	max-width: 580px;
}

@media only screen and (min-width: 768px) {
	#for-doctors .fd-intro .fdi-content, #contact-page .fd-intro .fdi-content {
		margin-left: auto;
	}
}

#for-doctors .fd-intro .fdi-content p, #contact-page .fd-intro .fdi-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#for-doctors .fd-intro .fdi-content p, #contact-page .fd-intro .fdi-content p {
		font-size: 18px;
		line-height: 23px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#for-doctors .fd-intro .fdi-content p, #contact-page .fd-intro .fdi-content p {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 991.98px) {
	#for-doctors .fd-intro .fdi-content p, #contact-page .fd-intro .fdi-content p {
		font-size: 16px;
		line-height: 21px;
	}
}

#for-doctors .fd-intro .fdi-content p:last-of-type, #contact-page .fd-intro .fdi-content p:last-of-type {
	font-weight: 500;
	font-size: 16px !important;
	line-height: 21px !important;
	margin-bottom: 8px;
}

#for-doctors .fd-intro .fdi-content h2, #contact-page .fd-intro .fdi-content h2 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
	color: #00B2B1;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#for-doctors .fd-intro .fdi-content h2, #contact-page .fd-intro .fdi-content h2 {
		font-size: 34px;
		line-height: 44px;
	}
}

@media only screen and (max-width: 991.98px) {
	#for-doctors .fd-intro .fdi-content h2, #contact-page .fd-intro .fdi-content h2 {
		font-size: 32px;
		line-height: 42px;
	}
}

#for-doctors .fdi-form h3, #for-doctors .contact-form h3, #contact-page .fdi-form h3, #contact-page .contact-form h3 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#for-doctors .fdi-form h3, #for-doctors .contact-form h3, #contact-page .fdi-form h3, #contact-page .contact-form h3 {
		font-size: 18px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 991.98px) {
	#for-doctors .fdi-form h3, #for-doctors .contact-form h3, #contact-page .fdi-form h3, #contact-page .contact-form h3 {
		font-size: 16px;
		line-height: 21px;
	}
}

#for-doctors .fdi-form .form-holder, #for-doctors .contact-form .form-holder, #contact-page .fdi-form .form-holder, #contact-page .contact-form .form-holder {
	border-radius: 8px;
	background: #003E3D;
	padding: 32px;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#for-doctors .fdi-form .form-holder, #for-doctors .contact-form .form-holder, #contact-page .fdi-form .form-holder, #contact-page .contact-form .form-holder {
		padding: 24px;
	}
}

@media only screen and (max-width: 767.98px) {
	#for-doctors .fdi-form .form-holder, #for-doctors .contact-form .form-holder, #contact-page .fdi-form .form-holder, #contact-page .contact-form .form-holder {
		padding: 16px;
	}
}

#for-doctors .fdi-form .form-holder form .form-group, #for-doctors .contact-form .form-holder form .form-group, #contact-page .fdi-form .form-holder form .form-group, #contact-page .contact-form .form-holder form .form-group {
	margin-bottom: 16px;
}

#for-doctors .fdi-form .form-holder form input[type="submit"]:hover, #for-doctors .contact-form .form-holder form input[type="submit"]:hover, #contact-page .fdi-form .form-holder form input[type="submit"]:hover, #contact-page .contact-form .form-holder form input[type="submit"]:hover {
	background-color: #041919;
}

#about-page {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#about-page {
		padding-top: 40px;
	}
}

#about-page .about-intro {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 41px;
}

#about-page .about-intro p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#about-page .about-intro p {
		font-size: 18px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 991.98px) {
	#about-page .about-intro p {
		font-size: 16px;
		line-height: 21px;
	}
}

#about-page .about-boxes [class*="col-"] {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
	#about-page .about-boxes [class*="col-"]:last-of-type {
		margin-bottom: 0 !important;
	}
}

#about-page .about-content {
	border-radius: 8px;
	background: #003E3D;
	padding: 20px;
	height: 100%;
}

#about-page .about-content h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

#about-page .about-content h2:before {
	display: block;
	content: "\e909";
	margin-bottom: 14px;
	color: #fff;
	font-size: 24px;
	font-family: icomoon;
	font-weight: 400;
}

#about-page .about-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 0;
}

#about-page .about-image {
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}

#about-page .about-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1.77/1;
}

#contact-page {
	padding-top: 64px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#contact-page {
		padding-top: 40px;
		padding-bottom: 24px;
	}
}

#contact-page .contact-intro {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#contact-page .contact-intro {
		margin-bottom: 32px;
	}
}

#contact-page .contact-intro h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#contact-page .contact-intro h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#contact-page .contact-intro h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#contact-page .contact-intro h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

#contact-page .contact-intro p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#contact-page .contact-intro p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991.98px) {
	#contact-page .contact-intro p {
		font-size: 16px;
	}
}

#contact-page .form-holder {
	margin-bottom: 24px;
}

#contact-page .contact-info-box {
	margin-left: auto;
	margin-right: auto;
	max-width: 580px;
	border-radius: 8px;
	border: 1px solid #00B2B1;
	padding: 32px 24px;
}

#contact-page .contact-info-box .company-name {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 24px;
}

#contact-page .contact-info-box p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}

#contact-page .contact-info-box p:last-of-type {
	margin-bottom: 0;
}

#contact-page .contact-info-box p a {
	color: inherit;
	text-decoration: none;
	font-weight: 300;
}

#contact-page .contact-info-box p a:hover {
	color: #00B2B1;
}

#contact-page .contact-info-box p strong {
	font-weight: 600;
}

#contact-page .contact-info-box p strong a {
	font-weight: 600;
}

#terms-page {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#terms-page {
		padding-top: 40px;
	}
}

#terms-page #terms-content {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#terms-page #terms-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	text-align: justify;
	color: #FFFFFF;
	margin-bottom: 24px;
}

#terms-page #terms-content p:last-of-type {
	margin-bottom: 0;
}

#terms-page #terms-content p a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

#terms-page #terms-content p a:hover {
	color: #fff;
}

#terms-page #terms-content ul {
	list-style-type: disc;
	margin-top: 16px;
	margin-bottom: 16px;
}

#terms-page #terms-content ul li {
	list-style: initial;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

#terms-page #terms-content ol {
	list-style-type: decimal;
	margin-top: 16px;
	margin-bottom: 16px;
}

#terms-page #terms-content ol li {
	list-style: inherit;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

#terms-page #terms-content ul, #terms-page #terms-content ol {
	padding-inline-start: 30px;
}

#terms-page #terms-content ul a, #terms-page #terms-content ol a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

#terms-page #terms-content ul a:hover, #terms-page #terms-content ol a:hover {
	color: #fff;
}

#terms-page #terms-content h2 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	color: #FFFFFF;
	margin-top: 40px;
	margin-bottom: 16px;
}

#terms-page #terms-content h3 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	text-align: justify;
	color: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 16px;
}

.no-results.not-found {
	padding-top: 64px;
	padding-bottom: 108px;
	text-align: center;
}

@media only screen and (max-width: 767.98px) {
	.no-results.not-found {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.no-results.not-found h1 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.no-results.not-found p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
}

#search-result {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#search-result {
		padding-top: 40px;
	}
}

#search-result .post-type-block {
	margin-bottom: 80px;
}

#search-result .post-type-block:last-of-type {
	margin-bottom: 0;
}

#search-result .post-type-block [class*="col-"] {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	#search-result .post-type-block .post-item {
		height: 100%;
	}
}

#search-result .type-news .post-item .content-holder {
	padding-left: 16px;
	padding-right: 16px;
}

#search-result .type-news .post-item .post-title {
	margin-bottom: 16px;
}

#search-result .type-news .post-item p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#search-result .type-studies .post-item .img-holder img {
	aspect-ratio: 1.3/1;
}

#search-result .type-studies .post-item .post-meta {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 4px;
}

#search-result .type-studies .post-item .post-meta a {
	font-style: normal;
	font-weight: 500;
	color: #00B2B1;
	position: relative;
	z-index: 1;
}

#search-result .type-studies .post-item .post-meta a:hover {
	color: #fff;
}

#search-result .type-studies .post-item .view-more, #search-result .type-studies .post-item .readmore {
	margin-top: 16px;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	position: relative;
	z-index: 1;
}

#search-result .type-studies .post-item .view-more:after, #search-result .type-studies .post-item .view-more:before, #search-result .type-studies .post-item .readmore:after, #search-result .type-studies .post-item .readmore:before {
	font-family: icomoon;
	opacity: 0;
}

#search-result .type-studies .post-item .view-more:hover, #search-result .type-studies .post-item .readmore:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#search-result .type-studies .post-item .view-more:after, #search-result .type-studies .post-item .readmore:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#search-result .type-studies .post-item .view-more:hover, #search-result .type-studies .post-item .readmore:hover {
	background-color: #041919;
}

#not-found-page {
	padding-top: 115px;
	padding-bottom: 115px;
	background: #003E3D;
	text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#not-found-page {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#not-found-page {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 767.98px) {
	#not-found-page {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

#not-found-page .not-found-in {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}

#not-found-page h1 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 900;
	font-size: 96px;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 7px;
}

#not-found-page h2 {
	margin-bottom: 16px;
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
}

#not-found-page p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}

#not-found-page a {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	margin-top: 16px;
}

#not-found-page a:after, #not-found-page a:before {
	font-family: icomoon;
	opacity: 0;
}

#not-found-page a:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#not-found-page a:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#not-found-page a:hover {
	background-color: #041919;
	border-color: #041919;
}

#faq-page {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#faq-page {
		padding-top: 40px;
	}
}

#faq-page #faq-body {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#faq-page #faq-body .faq-intro {
	margin-bottom: 38px;
}

#faq-page #faq-body .faq-intro p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	text-align: justify;
	color: #FFFFFF;
}

#faq-page #faq-body .faq-intro p:last-of-type {
	margin-bottom: 0;
}

#faq-page #faq-body p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
}

#faq-page #faq-body p:last-of-type {
	margin-bottom: 0;
}

#faq-page #faq-body p a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

#faq-page #faq-body p a:hover {
	color: #fff;
}

#faq-page #faq-body ul {
	list-style-type: disc;
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
}

#faq-page #faq-body ul li {
	list-style: initial;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

#faq-page #faq-body ol {
	list-style-type: decimal;
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
}

#faq-page #faq-body ol li {
	list-style: inherit;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	margin: 0;
	padding: 0;
	color: #fff;
	margin-bottom: 0;
}

#faq-page #faq-body ul, #faq-page #faq-body ol {
	padding-inline-start: 30px;
}

#faq-page #faq-body ul a, #faq-page #faq-body ol a {
	color: #3AA2B2;
	font-family: "Hanken Grotesk";
	font-style: normal;
	font-weight: 500;
	text-decoration-line: underline;
}

#faq-page #faq-body ul a:hover, #faq-page #faq-body ol a:hover {
	color: #fff;
}

#faq-page #faq-body h2 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #FFFFFF;
	position: relative;
	padding: 20px;
	background: #003E3D;
	padding-right: 56px;
}

#faq-page #faq-body h2:hover {
	cursor: pointer;
}

#faq-page #faq-body h2:after {
	font-family: icomoon;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	content: "\e900";
	transition: .25s ease-in-out;
}

#faq-page #faq-body h2.active:after {
	transform: translateY(-50%) rotate(180deg);
}

#treatments-page, #offices-page, #archives-page {
	padding-top: 64px;
	padding-bottom: 24px;
}

@media only screen and (max-width: 767.98px) {
	#treatments-page, #offices-page, #archives-page {
		padding-top: 40px;
	}
}

#treatments-page #treatments-holder, #offices-page #treatments-holder, #archives-page #treatments-holder {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#treatments-page .intro-content, #offices-page .intro-content, #archives-page .intro-content {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px;
	margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#treatments-page .intro-content, #offices-page .intro-content, #archives-page .intro-content {
		margin-bottom: 32px;
	}
}

#treatments-page .intro-content h2, #offices-page .intro-content h2, #archives-page .intro-content h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#treatments-page .intro-content h2, #offices-page .intro-content h2, #archives-page .intro-content h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#treatments-page .intro-content h2, #offices-page .intro-content h2, #archives-page .intro-content h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#treatments-page .intro-content h2, #offices-page .intro-content h2, #archives-page .intro-content h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

#treatments-page .intro-content p, #offices-page .intro-content p, #archives-page .intro-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#treatments-page .intro-content p, #offices-page .intro-content p, #archives-page .intro-content p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 991.98px) {
	#treatments-page .intro-content p, #offices-page .intro-content p, #archives-page .intro-content p {
		font-size: 16px;
	}
}

#treatments-page .page-content [class*="col-"], #offices-page .page-content [class*="col-"], #archives-page .page-content [class*="col-"] {
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
	#treatments-page .page-content [class*="col-"] .post-item, #offices-page .page-content [class*="col-"] .post-item, #archives-page .page-content [class*="col-"] .post-item {
		height: 100%;
	}
}

#treatments-page .page-content .post-item .post-title, #offices-page .page-content .post-item .post-title, #archives-page .page-content .post-item .post-title {
	margin-bottom: 9px;
}

#treatments-page .page-content .post-item p, #offices-page .page-content .post-item p, #archives-page .page-content .post-item p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#treatments-page #main-search-area, #offices-page #main-search-area, #archives-page #main-search-area {
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}

#treatments-page #main-search-area:not(.type-treatments) .msa-filters .btn-submit, #offices-page #main-search-area:not(.type-treatments) .msa-filters .btn-submit, #archives-page #main-search-area:not(.type-treatments) .msa-filters .btn-submit {
	display: flex;
	width: 100%;
}

#treatments-page #main-search-area .msa-filters .select2-selection__rendered, #offices-page #main-search-area .msa-filters .select2-selection__rendered, #archives-page #main-search-area .msa-filters .select2-selection__rendered {
	padding-left: 48px;
}

#treatments-page #main-search-area .msa-filters .select2-selection__rendered:before, #offices-page #main-search-area .msa-filters .select2-selection__rendered:before, #archives-page #main-search-area .msa-filters .select2-selection__rendered:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 16px;
	font-family: icomoon;
	display: block;
	font-size: 20px;
}

#treatments-page .page-content .post-item .view-more, #archives-page .page-content .post-item .view-more {
	margin-top: 24px;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	position: relative;
	z-index: 1;
}

#treatments-page .page-content .post-item .view-more:after, #treatments-page .page-content .post-item .view-more:before, #archives-page .page-content .post-item .view-more:after, #archives-page .page-content .post-item .view-more:before {
	font-family: icomoon;
	opacity: 0;
}

#treatments-page .page-content .post-item .view-more:hover, #archives-page .page-content .post-item .view-more:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#treatments-page .page-content .post-item .view-more:after, #archives-page .page-content .post-item .view-more:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#treatments-page .page-content .post-item .view-more:hover, #archives-page .page-content .post-item .view-more:hover {
	background-color: #041919;
}

@media only screen and (max-width: 767.98px) {
	#offices-page .msa-filters {
		padding-bottom: 16px;
	}
}

#treatment-single .blog-body {
	margin-bottom: 80px;
	max-width: 980px;
}

@media only screen and (max-width: 767.98px) {
	#treatment-single .blog-body {
		margin-bottom: 56px;
	}
}

#treatment-single .blog-body .wp-block-quote p {
	font-size: 16px !important;
}

#case-studies-page {
	/*padding-top: 64px;
    @include bp(sm-down) {
        padding-top: 40px;
    }*/
}

#case-studies-page #blog-single {
	padding-bottom: 40px !important;
}

#case-studies-page .blog-body {
	margin-bottom: 0 !important;
}

#case-studies-page .csp-heading {
	margin-bottom: 40px;
}

#case-studies-page .csp-heading .row {
	align-items: center;
}

#case-studies-page .csp-heading .row .heading-box p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
}

#case-studies-page .csp-heading .row .heading-box p:first-of-type {
	margin-bottom: 8px;
}

#case-studies-page .csp-heading .row .heading-box p strong {
	font-weight: 500;
	font-size: 24px;
	line-height: 31px;
	color: #00B2B1;
}

@media only screen and (min-width: 992px) {
	#case-studies-page .csp-heading .row .heading-button {
		text-align: right;
	}
}

@media only screen and (max-width: 991.98px) {
	#case-studies-page .csp-heading .row .heading-button {
		margin-top: 24px;
	}
}

#case-studies-page .csp-heading .row .heading-button a {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
}

#case-studies-page .csp-heading .row .heading-button a:after, #case-studies-page .csp-heading .row .heading-button a:before {
	font-family: icomoon;
	opacity: 0;
}

#case-studies-page .csp-heading .row .heading-button a:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#case-studies-page .csp-heading .row .heading-button a:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#case-studies-page .csp-info {
	margin-bottom: 48px;
	border-radius: 8px;
	background: #002120;
	padding: 24px;
}

@media only screen and (max-width: 767.98px) {
	#case-studies-page .csp-info {
		padding: 16px;
	}
}

#case-studies-page .csp-info .info-title {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #00B2B1;
	margin-bottom: 24px;
	display: block;
	text-transform: uppercase;
}

@media only screen and (max-width: 767.98px) {
	#case-studies-page .csp-info [class*="col-"]:first-of-type {
		margin-bottom: 20px;
	}
}

#case-studies-page .csp-info .info-box p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	margin-bottom: 8px;
}

#case-studies-page .csp-info .info-box p:last-of-type {
	margin-bottom: 0;
}

#case-studies-page .csp-info .info-box p strong {
	font-weight: 500;
}

#office-single .office-section {
	margin-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#office-single .office-section {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767.98px) {
	#office-single .office-section {
		margin-bottom: 56px;
	}
}

#office-single .intro-content {
	text-align: center;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#office-single .intro-content h2 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#office-single .intro-content h2 {
		font-size: 32px;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#office-single .intro-content h2 {
		font-size: 28px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 767.98px) {
	#office-single .intro-content h2 {
		font-size: 24px;
		line-height: 29px;
	}
}

#office-single .intro-content p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #FFFFFF;
}

#office-single #office-metas {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
	background-color: #003E3D;
}

#office-single #office-metas .office-metas {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767.98px) {
	#office-single #office-metas .office-metas {
		flex-direction: column;
	}
}

#office-single #office-metas .office-metas .meta-holder {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#office-single #office-metas .office-metas .meta-holder .location {
	padding-left: 24px;
	position: relative;
}

#office-single #office-metas .office-metas .meta-holder .location:before {
	content: "\e90d";
	font-family: icomoon;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
}

#office-single #office-metas .office-metas .meta-holder .location a {
	color: inherit;
	text-decoration: underline;
}

#office-single #office-metas .office-metas .meta-holder .location a:hover {
	color: #00B2B1;
}

#office-single #office-metas .office-metas .meta-holder + .meta-holder:before {
	content: '|';
	margin-left: 10px;
	margin-right: 10px;
}

@media only screen and (max-width: 767.98px) {
	#office-single #office-metas .office-metas .meta-holder + .meta-holder:before {
		display: none;
	}
}

#office-single #office-metas .office-metas .meta-holder .timing {
	position: relative;
	padding-left: 24px;
}

#office-single #office-metas .office-metas .meta-holder .timing:before {
	content: "\e904";
	font-family: icomoon;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 16px;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge {
	display: inline-flex;
	align-items: center;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge:before {
	display: block;
	content: '';
	background: url(img/ico/google-g-logo.svg);
	width: 16px;
	height: 16px;
	margin-right: 6px;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge .wp-gr {
	width: 115px !important;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge .grw-header-inner, #office-single #office-metas .office-metas .meta-holder .google-review-badge .wp-gr {
	margin: 0 !important;
	padding: 0 !important;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge .wp-google-powered {
	display: none;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge .wp-google-rating {
	font-family: "Hanken Grotesk" !important;
	font-style: normal !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	color: #FFFFFF !important;
	margin: 0 !important;
	margin-right: 6px !important;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge .wp-star {
	padding: 0 1px 0 0 !important;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge .wp-star svg {
	width: 16px !important;
	height: 16px !important;
}

#office-single #office-metas .office-metas .meta-holder .google-review-badge .wp-star svg path {
	fill: #00B2B1 !important;
}

#office-single #office-slider, #office-single #working-gallery-slider {
	margin-top: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
	#office-single #office-slider, #office-single #working-gallery-slider {
		padding: 0;
		padding-bottom: 29px;
	}
}

#office-single #office-slider .slick-list, #office-single #working-gallery-slider .slick-list {
	overflow: unset;
}

#office-single #office-slider .slick-slide img, #office-single #working-gallery-slider .slick-slide img {
	display: block;
	transition: .25s ease-in-out;
	width: 100%;
	position: relative;
	height: 550px;
	object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
	#office-single #office-slider .slick-slide img, #office-single #working-gallery-slider .slick-slide img {
		height: auto;
		aspect-ratio: 1.782 / 1;
		object-fit: cover;
	}
}

#office-single #office-slider .slick-slide.slick-current, #office-single #office-slider .slick-slide.slick-center, #office-single #working-gallery-slider .slick-slide.slick-current, #office-single #working-gallery-slider .slick-slide.slick-center {
	position: relative;
}

#office-single #office-slider .slick-slide.slick-current:before, #office-single #office-slider .slick-slide.slick-center:before, #office-single #working-gallery-slider .slick-slide.slick-current:before, #office-single #working-gallery-slider .slick-slide.slick-center:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100vw;
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

#office-single #office-slider .slick-slide.slick-current img, #office-single #office-slider .slick-slide.slick-center img, #office-single #working-gallery-slider .slick-slide.slick-current img, #office-single #working-gallery-slider .slick-slide.slick-center img {
	transform: scale(1.1);
	position: relative;
	z-index: 1;
}

#office-single .office-about {
	margin-top: 80px;
}

@media only screen and (max-width: 767.98px) {
	#office-single .office-about {
		margin-top: 56px;
	}
}

#office-single .video-image-block {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#office-single .video-image-block iframe {
	width: 100%;
	aspect-ratio: 1.782 / 1;
	height: auto;
}

#office-single .our-team .members .member-holder, #office-single .our-team .members .featured-box {
	border-radius: 8px;
	background: #001C1C;
	padding: 24px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

#office-single .our-team .members .member-holder .member-photo, #office-single .our-team .members .featured-box .member-photo {
	border-radius: 8px;
	overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
	#office-single .our-team .members .member-holder .member-photo, #office-single .our-team .members .featured-box .member-photo {
		margin-bottom: 20px;
	}
}

#office-single .our-team .members .member-holder .member-photo img, #office-single .our-team .members .featured-box .member-photo img {
	display: block;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	aspect-ratio: 1/1;
	transition: .25s ease-in-out;
}

@media only screen and (max-width: 991.98px) {
	#office-single .our-team .members .member-holder .member-photo img, #office-single .our-team .members .featured-box .member-photo img {
		border-radius: 3px;
	}
}

#office-single .our-team .members .member-holder .member-bio, #office-single .our-team .members .featured-box .member-bio {
	flex-grow: 1;
}

#office-single .our-team .members .member-holder .member-bio .member-meta, #office-single .our-team .members .featured-box .member-bio .member-meta {
	margin-bottom: 14px;
}

#office-single .our-team .members .member-holder .member-bio .member-name, #office-single .our-team .members .featured-box .member-bio .member-name {
	display: block;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
}

@media only screen and (max-width: 991.98px) {
	#office-single .our-team .members .member-holder .member-bio .member-name, #office-single .our-team .members .featured-box .member-bio .member-name {
		font-size: 20px;
		line-height: 26px;
	}
}

#office-single .our-team .members .member-holder .member-bio .member-name a, #office-single .our-team .members .featured-box .member-bio .member-name a {
	color: inherit;
}

#office-single .our-team .members .member-holder .member-bio .member-name a:hover, #office-single .our-team .members .featured-box .member-bio .member-name a:hover {
	color: #00B2B1;
}

#office-single .our-team .members .member-holder .member-bio .member-title, #office-single .our-team .members .featured-box .member-bio .member-title {
	display: block;
	color: #fff;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
}

#office-single .our-team .members .member-holder .member-bio p, #office-single .our-team .members .featured-box .member-bio p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 21px;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#office-single .our-team .members .member-holder .member-bio p, #office-single .our-team .members .featured-box .member-bio p {
		font-size: 15px;
		line-height: 19px;
	}
}

@media only screen and (max-width: 991.98px) {
	#office-single .our-team .members .member-holder .member-bio p, #office-single .our-team .members .featured-box .member-bio p {
		font-size: 14px;
		line-height: 18px;
	}
}

#office-single .our-team .members .featured-box {
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
	#office-single .our-team .members .featured-box {
		flex-direction: row;
	}
}

@media only screen and (min-width: 1200px) {
	#office-single .our-team .members .featured-box .member-photo {
		min-width: 300px;
		max-width: 300px;
		margin-right: 28px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
	#office-single .our-team .members .featured-box .member-photo {
		min-width: 249px;
		max-width: 249px;
		margin-right: 28px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#office-single .our-team .members .featured-box .member-photo {
		min-width: 287px;
		max-width: 287px;
		margin-right: 28px;
	}
}

#office-single .our-team .members [class*="col-"] {
	margin-bottom: 20px;
}

#office-single .our-team .members .member-holder {
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
}

#office-single .our-team .members .member-holder .member-photo {
	margin-bottom: 20px;
}

#office-single .our-services #main-services {
	margin-bottom: 56px;
}

#office-single .our-services .category-tabs {
	text-align: center;
	margin-bottom: 16px;
}

#office-single .our-services .category-tabs ul li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 8px;
}

#office-single .our-services .category-tabs ul li:last-of-type {
	margin-right: 0;
}

#office-single .our-services .category-tabs ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 41px;
	border: 1px solid #00B2B1;
	border-radius: 4px;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #FFFFFF;
	padding: 0 10px;
}

#office-single .our-services .category-tabs ul li a.active {
	pointer-events: none;
	background-color: #00B2B1;
}

#office-single .our-services .category-tabs ul li a:hover {
	background-color: #00B2B1;
}

#office-single .our-services h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 150%;
	/* identical to box height, or 30px */
	color: #FFFFFF;
	margin-bottom: 24px;
}

#office-single .our-services .post-item .post-title {
	margin-bottom: 9px;
}

#office-single .our-services .post-item .view-more {
	margin-top: 24px;
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
	position: relative;
	z-index: 1;
}

#office-single .our-services .post-item .view-more:after, #office-single .our-services .post-item .view-more:before {
	font-family: icomoon;
	opacity: 0;
}

#office-single .our-services .post-item .view-more:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#office-single .our-services .post-item .view-more:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#office-single .our-services .post-item .view-more:hover {
	background-color: #041919;
}

#office-single .our-services .post-item p {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#office-single #payment-section .accordion .content {
	border: 0 !important;
	border-radius: 8px;
}

#office-single #payment-section .accordion .faq-wrap {
	border: 0 !important;
	border-radius: 8px;
	margin-bottom: 8px;
	background-color: #002120;
}

#office-single #payment-section .accordion h2 {
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	padding-left: 64px;
	border-radius: 8px;
	border: 0 !important;
	background: #002120;
	transition: .25s ease-in-out;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#office-single #payment-section .accordion h2 {
		font-size: 18px;
		line-height: 23px;
	}
}

@media only screen and (max-width: 767.98px) {
	#office-single #payment-section .accordion h2 {
		font-size: 16px;
		line-height: 21px;
	}
}

#office-single #payment-section .accordion h2:after {
	content: "\e910";
}

#office-single #payment-section .accordion h2:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	left: 24px;
	background-image: url("img/ico/checkmark-circle.svg");
	width: 32px;
	height: 32px;
}

#office-single #payment-section .accordion h2.active {
	background: #003E3D;
}

#office-single #payment-section .accordion h2.active:after {
	content: "\e90f";
	transform-rotate: none;
}

#office-single #payment-section .accordion h2:hover {
	background: #003E3D;
}

#office-single #pricelist .price-file {
	text-align: center;
}

#office-single #pricelist .price-file .dl-btn {
	border-radius: 6px;
	background: #00B2B1;
	padding: 0px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Hanken Grotesk";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	/* 24px */
	color: #fff;
	text-align: center;
	border: 0;
	transition: .25s ease-in-out;
	cursor: pointer;
	height: 52px;
}

#office-single #pricelist .price-file .dl-btn:after, #office-single #pricelist .price-file .dl-btn:before {
	font-family: icomoon;
	opacity: 0;
}

#office-single #pricelist .price-file .dl-btn:hover {
	color: #fff;
	background-color: #003E3D;
	border-color: #003E3D;
}

#office-single #pricelist .price-file .dl-btn:after {
	opacity: 1;
	margin-left: 8px;
	content: "\e90a";
	font-size: 14px;
}

#office-single .accordion {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#office-single #featured-services {
	background-color: #002120;
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (max-width: 767.98px) {
	#office-single #featured-services {
		padding-top: 56px;
		padding-bottom: 56px;
	}
}

#office-single #featured-services [class*="col-"] {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
	#office-single #featured-services [class*="col-"]:last-of-type {
		margin-bottom: 0;
	}
}

#office-single #featured-services .price {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #00B2B1;
}

#office-single #featured-services .price strong {
	font-weight: 700;
	margin-left: 5px;
}

#office-single #office-contact .oc-holder {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#office-single #office-contact .oc-holder .contact-aside .ca-box, #office-single #office-contact .oc-holder .form-holder .ca-box {
	margin-bottom: 20px;
}

#office-single #office-contact .oc-holder .contact-aside .ca-box h4, #office-single #office-contact .oc-holder .form-holder .ca-box h4 {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	margin-bottom: 16px;
}

#office-single #office-contact .oc-holder .contact-aside .ca-box table td, #office-single #office-contact .oc-holder .form-holder .ca-box table td {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
}

#office-single #office-contact .oc-holder .contact-aside .ca-box p, #office-single #office-contact .oc-holder .form-holder .ca-box p {
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin-bottom: 8px;
}

#office-single #office-contact .oc-holder .contact-aside .ca-box p a, #office-single #office-contact .oc-holder .form-holder .ca-box p a {
	color: inherit;
	text-decoration: none;
}

#office-single #office-contact .oc-holder .contact-aside .ca-box p a:hover, #office-single #office-contact .oc-holder .form-holder .ca-box p a:hover {
	color: #00B2B1;
}

@media only screen and (max-width: 991.98px) {
	#office-single #office-contact .oc-holder .form-holder {
		margin-bottom: 20px;
	}
}

#office-single #office-contact .oc-holder .ca-box, #office-single #office-contact .oc-holder .form-holder {
	border-radius: 8px;
	background: #003E3D;
	padding: 32px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
	#office-single #office-contact .oc-holder .ca-box, #office-single #office-contact .oc-holder .form-holder {
		padding: 24px;
	}
}

@media only screen and (max-width: 767.98px) {
	#office-single #office-contact .oc-holder .ca-box, #office-single #office-contact .oc-holder .form-holder {
		padding: 16px;
	}
}

#office-single #office-map iframe {
	width: 100%;
	height: 472px;
}

/*# sourceMappingURL=style.css.map */