/*==========================================================================
	IMPORT
==========================================================================*/
/*	TailwindCSS [Dec 2019]
--------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700");
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
	vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: currentColor;
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}
.container{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 640px){
	.container{
		max-width: 640px;
	}
}
@media (min-width: 768px){
	.container{
		max-width: 768px;
	}
}
@media (min-width: 1024px){
	.container{
		max-width: 1024px;
	}
}
@media (min-width: 1280px){
	.container{
		max-width: 1280px;
	}
}
@media (min-width: 1536px){
	.container{
		max-width: 1536px;
	}
}
.fixed{
	position: fixed;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}
.right-0{
	right: 0;
}
.top-0{
	top: 0;
}
.bottom-0{
	bottom: 0;
}
.z-40{
	z-index: 40;
}
.z-50{
	z-index: 50;
}
.z-10{
	z-index: 10;
}
.z-30{
	z-index: 30;
}
.mx-2{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-gutter{
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.mx-auto{
	margin-left: auto;
	margin-right: auto;
}
.my-2{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.mb-2{
	margin-bottom: 0.5rem;
}
.mb-16{
	margin-bottom: 4rem;
}
.mb-8{
	margin-bottom: 2rem;
}
.mr-2{
	margin-right: 0.5rem;
}
.mb-gutter{
	margin-bottom: 4rem;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-6{
	margin-bottom: 1.5rem;
}
.mb-10{
	margin-bottom: 2.5rem;
}
.ml-4{
	margin-left: 1rem;
}
.block{
	display: block;
}
.flex{
	display: flex;
}
.grid{
	display: grid;
}
.hidden{
	display: none;
}
.h-10{
	height: 2.5rem;
}
.h-20{
	height: 5rem;
}
.h-18{
	height: 4.5rem;
}
.h-4{
	height: 1rem;
}
.h-full{
	height: 100%;
}
.h-60{
	height: 12rem;
}
.w-full{
	width: 100%;
}
.w-30{
	width: 6rem;
}
.w-20{
	width: 5rem;
}
.w-40{
	width: 8rem;
}
.w-10{
	width: 2.5rem;
}
.w-0{
	width: 0;
}
.max-w-2xl{
	max-width: 42rem;
}
.max-w-5xl{
	max-width: 64rem;
}
.transform{
	transform: var(--tw-transform);
}
.cursor-pointer{
	cursor: pointer;
}
.grid-cols-1{
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
	flex-direction: column;
}
.items-end{
	align-items: flex-end;
}
.items-center{
	align-items: center;
}
.justify-center{
	justify-content: center;
}
.justify-between{
	justify-content: space-between;
}
.gap-8{
	gap: 2rem;
}
.gap-0{
	gap: 0;
}
.border-b{
	border-bottom-width: 1px;
}
.border-t{
	border-top-width: 1px;
}
.border-gray-300{
	--tw-border-opacity: 1;
	border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}
.border-primary-light-border{
	--tw-border-opacity: 1;
	border-color: rgba(51, 147, 180, var(--tw-border-opacity));
}
.bg-white{
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-primary{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 120, 161, var(--tw-bg-opacity));
}
.bg-primary-light{
	--tw-bg-opacity: 1;
	background-color: rgba(236, 244, 248, var(--tw-bg-opacity));
}
.bg-primary-dark{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 92, 124, var(--tw-bg-opacity));
}
.bg-opacity-80{
	--tw-bg-opacity: 0.8;
}
.bg-opacity-50{
	--tw-bg-opacity: 0.5;
}
.bg-cover{
	background-size: cover;
}
.bg-right-bottom{
	background-position: right bottom;
}
.fill-current{
	fill: currentColor;
}
.p-6{
	padding: 1.5rem;
}
.p-4{
	padding: 1rem;
}
.p-8{
	padding: 2rem;
}
.p-2{
	padding: 0.5rem;
}
.px-4{
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-8{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-8{
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-gutter{
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.px-6{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-5{
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.py-10{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.pt-20{
	padding-top: 5rem;
}
.pt-gutter{
	padding-top: 4rem;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-4xl{
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.font-semibold{
	font-weight: 600;
}
.uppercase{
	text-transform: uppercase;
}
.text-white{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-primary{
	--tw-text-opacity: 1;
	color: rgba(0, 120, 161, var(--tw-text-opacity));
}
.shadow-lg{
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/*==========================================================================
	Config
==========================================================================*/
:root {
  --primary-color: #0078A1; }

/*	Fonts
--------------------------------------------------------------------------*/
/*	Mixins
--------------------------------------------------------------------------*/
/*==========================================================================
	Based on https://getbootstrap.com
==========================================================================*/
/*==========================================================================
	Fluid Typography
==========================================================================*/
html {
  font-size: 13px; }
  @media screen and (min-width: 320px) {
    html {
      font-size: calc(13px + 5 * ((100vw - 320px) / 1120)); } }
  @media screen and (min-width: 1440px) {
    html {
      font-size: 18px; } }

/*	Vendors
--------------------------------------------------------------------------*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #ccc; }

.mfp-preloader a:hover {
  color: #fff; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff !important;
  right: -6px !important;
  text-align: right !important;
  padding-right: 6px !important;
  width: 100% !important; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  max-height: 996px !important;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
		 * Remove all paddings around the image on small screen
		 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*==========================================================================
	SimpleScroll
==========================================================================*/
.simplebar-scrollbar:before {
  background: rgba(255, 255, 255, 0.4); }

.simplebar-track.simplebar-vertical {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px; }

.simplebar-mask {
  right: -1px; }

/*==========================================================================
	Swiper
==========================================================================*/
.swiper-pagination-bullet {
  opacity: 0.75; }
  @media (min-width: 768px) {
    .swiper-pagination-bullet {
      width: 12px;
      height: 12px; } }

.swiper-button-next, .swiper-button-prev {
  background: none;
  transform-origin: center;
  outline: none;
  left: 0;
  right: 0;
  transition: all 0.5s;
  transform: scale(1);
  margin: 0;
  width: 60px;
  height: 60px;
  fill: #0078A1;
  margin: 2em;
  top: 30rem; }
  .swiper-button-next svg, .swiper-button-prev svg {
    display: block; }
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 0.5; }
  @media (max-width: 767.98px) {
    .swiper-button-next, .swiper-button-prev {
      display: none; } }

.swiper-button-next {
  right: 0;
  left: auto; }

.swiper-button-prev {
  left: 0;
  right: auto;
  transform: scale(-1); }

.swiper-wrapper {
  box-sizing: border-box;
  transform-origin: center bottom; }

/*==========================================================================
	Cookies CC
==========================================================================*/
.cc-revoke, .cc-window {
  font-family: inherit;
  background: #005C7C !important; }

.cc-btn {
  color: #005C7C !important; }

/*==========================================================================
	mfp
==========================================================================*/
.mfp-iframe-scaler {
  position: static; }

.mfp-close {
  -webkit-animation-name: slide-in-top-close;
          animation-name: slide-in-top-close;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  z-index: 999; }

.mfp-arrow {
  width: 6rem;
  height: 6rem;
  opacity: 1;
  transition: all 0.3s ease;
  display: flex !important; }
  .mfp-arrow:before, .mfp-arrow:after {
    border: none;
    font-family: "Material Design Icons";
    color: white;
    font-size: 6rem;
    display: block;
    width: 3rem;
    height: 3rem;
    margin: 0;
    opacity: 1; }
  .mfp-arrow:active {
    margin-top: -52px; }
  .mfp-arrow:before {
    content: '\F141'; }
  .mfp-arrow.mfp-arrow-right:before {
    content: '\F142'; }

.mfp-transition .mfp-content {
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease; }

.mfp-transition.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease; }

.mfp-transition .mfp-arrow {
  opacity: 0; }

.mfp-transition.mfp-ready .mfp-content {
  transform: scale(1);
  opacity: 1; }

.mfp-transition.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-transition.mfp-ready .mfp-arrow {
  opacity: 1; }

.mfp-transition.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(0.8); }

.mfp-transition.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-transition.mfp-removing .mfp-arrow {
  opacity: 0; }

@-webkit-keyframes slide-in-top-close {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-top-close {
  0% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

/*==========================================================================
	RangeSlider
==========================================================================*/
.rangeslider {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.rangeslider__fill {
  background: #FFFFFF;
  background: url("https://ac-digital-brochures.com/ac-industry-4_0/assets/img/css/slider-fill.svg") repeat-x;
  border-radius: 0px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.rangeslider--horizontal {
  height: 2rem;
  background: url("https://ac-digital-brochures.com/ac-industry-4_0/assets/img/css/slider-bg.svg") repeat-x;
  z-index: 50;
  cursor: pointer; }

.rangeslider__ruler {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  width: 100%;
  bottom: -5px; }
  .rangeslider__ruler li {
    flex: 33%;
    text-align: center; }
    .rangeslider__ruler li:first-child {
      text-align: left; }
    .rangeslider__ruler li:last-child {
      text-align: right; }

.rangeslider__handle{
	height: 1.5rem;
	width: 1.5rem;
	border-style: none;
	--tw-shadow: 0 0 #0000;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #fff;
}
  .rangeslider__handle:after {
    background: #0078A1;
    height: 0.75rem;
    width: 0.75rem;
    border-style: none;
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

/*==========================================================================
	Nice select
==========================================================================*/
.nice-select {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgba(237, 242, 247, var(--tw-bg-opacity)); }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    margin-top: -4px;
    top: 50%;
    right: 20px;
    height: 8px;
    width: 8px; }
  .nice-select .list{
	width: 100%;
	border-radius: 0px;
	border-style: none;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*	Base
--------------------------------------------------------------------------*/
/*==========================================================================
	Transitions
==========================================================================*/
/*	Classes
--------------------------------------------------------------------------*/
.anim-slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.2s ease-in-out both;
          animation: slide-in-bottom 0.2s ease-in-out both;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s; }

.anim-slide-out-bottom {
  -webkit-animation: slide-out-bottom 0.2s ease-in-out both;
          animation: slide-out-bottom 0.2s ease-in-out both;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s; }

.anim-slide-in-top {
  -webkit-animation: slide-in-top 0.3s ease-in-out both;
          animation: slide-in-top 0.3s ease-in-out both;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s; }

.anim-slide-out-top {
  -webkit-animation: slide-out-top 0.3s ease-in-out both;
          animation: slide-out-top 0.3s ease-in-out both;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s; }

.anim-flip-in-hor-bottom {
  -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s; }

.anim-fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important; }

.anim-fade-out {
  -webkit-animation: fade-out 1s ease-out both;
          animation: fade-out 1s ease-out both;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important; }

.anim-scale-in {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.anim-flip-in {
  -webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: flip-in-hor-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.anim-slide-in-bottom-q {
  -webkit-animation: slide-in-bottom 0.1s ease-out both;
          animation: slide-in-bottom 0.1s ease-out both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

/*==========================================================================
	Sequence
==========================================================================*/
.u-anim-sequence > li, .u-anim-sequence > div, .u-anim-sequence > a, .anim-sequence > li, .anim-sequence > div, .anim-sequence > a {
  -webkit-animation: slide-in-bottom 0.4s ease-out both;
          animation: slide-in-bottom 0.4s ease-out both; }
  .u-anim-sequence > li:nth-child(1), .u-anim-sequence > div:nth-child(1), .u-anim-sequence > a:nth-child(1), .anim-sequence > li:nth-child(1), .anim-sequence > div:nth-child(1), .anim-sequence > a:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .u-anim-sequence > li:nth-child(2), .u-anim-sequence > div:nth-child(2), .u-anim-sequence > a:nth-child(2), .anim-sequence > li:nth-child(2), .anim-sequence > div:nth-child(2), .anim-sequence > a:nth-child(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .u-anim-sequence > li:nth-child(3), .u-anim-sequence > div:nth-child(3), .u-anim-sequence > a:nth-child(3), .anim-sequence > li:nth-child(3), .anim-sequence > div:nth-child(3), .anim-sequence > a:nth-child(3) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .u-anim-sequence > li:nth-child(4), .u-anim-sequence > div:nth-child(4), .u-anim-sequence > a:nth-child(4), .anim-sequence > li:nth-child(4), .anim-sequence > div:nth-child(4), .anim-sequence > a:nth-child(4) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .u-anim-sequence > li:nth-child(5), .u-anim-sequence > div:nth-child(5), .u-anim-sequence > a:nth-child(5), .anim-sequence > li:nth-child(5), .anim-sequence > div:nth-child(5), .anim-sequence > a:nth-child(5) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .u-anim-sequence > li:nth-child(6), .u-anim-sequence > div:nth-child(6), .u-anim-sequence > a:nth-child(6), .anim-sequence > li:nth-child(6), .anim-sequence > div:nth-child(6), .anim-sequence > a:nth-child(6) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  .u-anim-sequence > li:nth-child(7), .u-anim-sequence > div:nth-child(7), .u-anim-sequence > a:nth-child(7), .anim-sequence > li:nth-child(7), .anim-sequence > div:nth-child(7), .anim-sequence > a:nth-child(7) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }
  .u-anim-sequence > li:nth-child(8), .u-anim-sequence > div:nth-child(8), .u-anim-sequence > a:nth-child(8), .anim-sequence > li:nth-child(8), .anim-sequence > div:nth-child(8), .anim-sequence > a:nth-child(8) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  .u-anim-sequence > li:nth-child(9), .u-anim-sequence > div:nth-child(9), .u-anim-sequence > a:nth-child(9), .anim-sequence > li:nth-child(9), .anim-sequence > div:nth-child(9), .anim-sequence > a:nth-child(9) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }

/*
<ul class="u-anim-sequence">
	<li></li>
	<li></li>
	<li></li>
	<li></li>
	<li></li>
</ul>
 */
/*==========================================================================
	Keyframes
==========================================================================*/
@-webkit-keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(-10px);
    opacity: 0; } }

@keyframes slide-out-top {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(-10px);
    opacity: 0; } }

@-webkit-keyframes slide-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes slide-in-bottom {
  0% {
    transform: translateY(20px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes slide-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }

@keyframes slide-out-bottom {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(20px);
    opacity: 0; } }

@-webkit-keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 1; } }

/*==========================================================================
	Typography
==========================================================================*/
.d1{
	font-size: 3.75rem;
	line-height: 1;
}

.d2{
	font-size: 5rem;
}

.d3{
	font-size: 6rem;
}

.h1{
	font-size: 3rem;
	line-height: 1;
}

.h2{
	font-size: 2.25rem;
	line-height: 2.5rem;
}

.h3{
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.h4{
	font-size: 1.5rem;
	line-height: 2rem;
}

.h5{
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.h6{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

p, .p{
	font-size: 1rem;
	line-height: 1.5rem;
}

small{
	font-size: 0.875rem;
	line-height: 1.25rem;
}

html, body, .slidshow-element {
  font-family: 'Source Sans Pro', -system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Source Sans Pro', -system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1.3;
  margin-top: 0;
  font-weight: 600; }

.d1, .d2, .d3, .d4 {
  font-family: 'Source Sans Pro', -system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol !important;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin-bottom: 0.8em; }

p, .p {
  margin-top: 0;
  margin-bottom: 1.4em; }

p.no-widows {
  margin-bottom: 1em; }

/*	Selection colors
--------------------------------------------------------------------------*/
::-moz-selection {
  background-color: #0078A1;
  color: white;
  text-shadow: none; }
::selection {
  background-color: #0078A1;
  color: white;
  text-shadow: none; }

/*==========================================================================
	MISCELLANEOUS
==========================================================================*/
html, body {
  overflow-x: hidden; }

img {
  max-width: 100%; }

i, address {
  font-style: normal; }

dl, ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

hr {
  border: none;
  border-bottom: 1px solid;
  opacity: 0.2; }

/*==========================================================================
	Offset anchor tag link after scroll
=========================================================================*/
:target:before {
  content: "";
  display: block;
  height: 40px;
  /* fixed header height*/
  margin: -40px 0 0;
  /* negative fixed header height */ }

/*==========================================================================
	Links with Inline SVG
	https://css-tricks.com/links-inline-svg-staying-target-events/
==========================================================================*/
a > svg {
  pointer-events: none; }

/*==========================================================================
	Remove Margins for First/Last Elements
	https://css-tricks.com/snippets/css/remove-margins-first-element/
==========================================================================*/
div p:first-child {
  margin-top: 0 !important; }

div p:last-child {
  margin-bottom: 0 !important; }

.article p:nth-child(3n+3) {
  margin-right: 0; }

/*==========================================================================
	IE
==========================================================================*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  img {
    flex-shrink: 0; } }

/*==========================================================================
	Links
==========================================================================*/
a:not(.btn) {
  color: #0078A1;
  text-decoration: none;
  transition: all 0.2s; }
  a:not(.btn):visited {
    color: #0078A1; }
  a:not(.btn):hover {
    color: #0078A1;
    text-decoration: none; }
  a:not(.btn):focus {
    color: #0078A1; }
  a:not(.btn):hover, a:not(.btn):active {
    outline: 0; }
  a:not(.btn).inverted:visited {
    color: #EDF2F7; }
  a:not(.btn).inverted:hover {
    color: #EDF2F7; }
  a:not(.btn).inverted:focus {
    color: #EDF2F7; }

.ar {
  direction: rtl;
  overflow-x: hidden; }
  .ar .ltr {
    direction: ltr !important; }
  .ar .rtl, .ar .js-subtab-content {
    direction: rtl; }
  .ar .js-subtab-content {
    text-align: right; }
  .ar .btn {
    letter-spacing: 0; }
  .ar .section-hero h1 {
    line-height: 4rem; }
  .ar .save-toggle {
    text-align: right; }
    .ar .save-toggle .switch {
      transform-origin: left; }
  .ar .hotspot__popup ul li {
    margin-right: 1rem;
    list-style-position: outside;
    text-align: right;
    direction: rtl; }
  .ar .hotspot__popup {
    direction: rtl; }
  .ar .nutshell h4, .ar .nutshell p {
    direction: rtl; }
  .ar .section-hero {
    text-align: right; }
    .ar .section-hero .text-box {
      text-align: right !important; }
  .ar .btn {
    letter-spacing: 0;
    flex-direction: row-reverse; }
    .ar .btn--rtl {
      flex-direction: row; }
      .ar .btn--rtl svg {
        transform: scale(-1);
        margin-left: 0;
        margin-right: 1rem; }
  .ar .play-icon {
    margin-right: 1rem;
    margin-left: 0; }
  .ar .subtab-button {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important; }

/*	Components
--------------------------------------------------------------------------*/
.c-elevator {
  right: 1.5rem;
  bottom: 1.5rem;
  background-color: #0078A1;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  position: fixed;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(236, 244, 248, var(--tw-border-opacity)); }
  .c-elevator.is-active {
    visibility: visible;
    opacity: 1; }
  .c-elevator i{
	display: block;
	height: 0.75rem;
	width: 0.75rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: translateY(3px) rotate(45deg);
    transition: transform 0.3s ease;
}
  .c-elevator:hover i {
    transform: translateY(-2px) rotate(45deg); }

/*==========================================================================
	Buttons
==========================================================================*/
.btn {
  font-family: 'Source Sans Pro', -system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol !important;
  -webkit-font-smoothing: antialiased;
  display: inline-flex;
  align-items: center;
  border-radius: 0.125rem;
  font-size: 1rem;
  line-height: 1.5rem;
  background: #F7FAFC;
  color: #1A1A1A;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 2px;
  padding: 0.5em 2em;
  /*	Modifiers
	--------------------------------------------------------------------------*/ }
  .btn--invert {
    background: white !important;
    color: #0078A1 !important;
    box-shadow: inset 0 0 0 2px #EDF2F7 !important;
    transition: all 0.2s !important; }
    .btn--invert:hover, .btn--invert:active {
      box-shadow: inset 0 0 0 2px #F7FAFC !important;
      color: #FFFFFF !important;
      background: #0078A1 !important; }
  .btn--primary {
    background: #0078A1;
    transition: box-shadow 0.2s;
    color: #EDF2F7;
    border: 0;
    box-shadow: inset 0 0 0 0 #0078A1; }
    .btn--primary:hover, .btn--primary:active {
      box-shadow: inset 0 0 0 4px #F7FAFC; }
  .btn--secondary {
    background: #FFCD00;
    transition: box-shadow 0.2s;
    color: #EDF2F7;
    border: 0;
    box-shadow: inset 0 0 0 0 #FFCD00; }
    .btn--secondary:hover, .btn--secondary:active {
      box-shadow: inset 0 0 0 4px #F7FAFC; }
  .btn--tertiary {
    background: #44E7DE;
    transition: box-shadow 0.2s;
    color: #EDF2F7;
    border: 0;
    box-shadow: inset 0 0 0 0 #44E7DE; }
    .btn--tertiary:hover, .btn--tertiary:active {
      box-shadow: inset 0 0 0 4px #F7FAFC; }
  .btn--quaternary {
    background: #BB62A5;
    transition: box-shadow 0.2s;
    color: #EDF2F7;
    border: 0;
    box-shadow: inset 0 0 0 0 #BB62A5; }
    .btn--quaternary:hover, .btn--quaternary:active {
      box-shadow: inset 0 0 0 4px #F7FAFC; }
  .btn--outline{
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 120, 161, var(--tw-border-opacity));
	--tw-text-opacity: 1;
	color: rgba(0, 120, 161, var(--tw-text-opacity));
}
  .btn--sm{
	font-size: 0.875rem;
	line-height: 1.25rem;
}
  .btn--lg{
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.stickit {
  position: static;
  top: 0;
  width: 100%; }

@media (min-width: 768px) {
  .stickit {
    position: fixed; } }

/*==========================================================================
	Nav
==========================================================================*/
.header-element {
  top: 0;
  height: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
  @media (min-width: 1280px) {
    .header-element {
      height: 6rem; } }

.nav-menu {
  display: none; }
  .nav-menu li{
	margin-right: 1rem;
	display: inline-flex;
	vertical-align: middle;
}
  @media (min-width: 1280px) {
    .nav-menu {
      display: block; }
      .nav-menu li{
		margin-right: 2rem;
	} }

.nav-mobile {
  display: none;
  top: 4rem;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }
  .nav-mobile li{
	width: 100%;
	border-top-width: 1px;
}
    .nav-mobile li a{
	display: block;
	width: 100%;
	padding: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

.de .nav-menu li, .es .nav-menu li, .pt .nav-menu li{
	margin-right: 1.25rem;
}

.fr .nav-menu li{
	margin-right: 1.75rem;
}
  @media (min-width: 1440px) {
    .fr .nav-menu li{
		margin-right: 2.5rem;
	} }

/*	burger
--------------------------------------------------------------------------*/
.hamburger {
  transform: scale(0.5);
  transform-origin: right; }
  @media (min-width: 1280px) {
    .hamburger {
      display: none; } }
  .hamburger .line {
    width: 50px;
    height: 5px;
    display: block;
    margin: 8px auto;
    transition: all 0.3s ease-in-out;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 120, 161, var(--tw-bg-opacity)); }
  .hamburger:hover {
    cursor: pointer; }
  .hamburger.is-active .line:nth-child(2) {
    opacity: 0; }
  .hamburger.is-active .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg); }
  .hamburger.is-active .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg); }

.nav-secondary {
  padding: 0; }
  .nav-secondary li{
	border-bottom-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
    transition: 0.5s all;
}
  .nav-secondary .active{
	border-bottom-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 120, 161, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(0, 120, 161, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
    .nav-secondary .active a{
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.card{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  padding-top: 0 !important;
}
  .card__title{
	font-weight: 300;
	--tw-text-opacity: 1;
	color: rgba(0, 120, 161, var(--tw-text-opacity));
}
  .card__extra{
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(0, 120, 161, var(--tw-text-opacity));
}
  .card *, .card :after, .card :before {
    position: relative; }

.features__img{
	background-size: cover;
	background-position: center;
}
  @media (max-width: 767.98px) {
    .features__img{
		background-size: cover;
	}
    .features__img{
		background-position: center;
	} }

.features__list li{
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 0rem;
	margin-right: 0rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.feature-title{
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
}
  @media (max-width: 767.98px) {
    .feature-title{
		text-align: left;
	}
    .feature-title{
		font-size: 0.875rem;
		line-height: 1.25rem;
	} }

.hotspot{
	position: relative;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: flex-start;
}
  .hotspot__marker{
	z-index: 10;
	margin-right: 1rem;
    flex-shrink: 0;
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
    transition: all 0.2s !important;
    transform: scale(1);
}
    .hotspot__marker img {
      transition: all 0.2s; }
    .is-active .hotspot__marker {
      transform: scale(1.5) rotate(45deg); }
    .hotspot__marker.rec {
      border-radius: 0; }
    .hotspot__marker.rec.is-active {
      transform: scale(1) rotate(0deg); }
  .hotspot__popup{
	visibility: hidden;
	position: absolute;
	z-index: 20;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	padding: 2rem;
	text-align: center;
	--tw-text-opacity: 1;
	color: rgba(26, 26, 26, var(--tw-text-opacity));
	opacity: 0;
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    bottom: 1.5rem;
    right: auto;
    left: -1.5rem;
    transition: all 0.2s;
    transform: translate(-100%, 50%);
    width: 20rem;
}
    .is-active .hotspot__popup{
	visibility: visible;
	opacity: 1;
}
    .hotspot__popup svg {
      fill: #0078A1;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 1rem;
      display: block;
      height: 4rem;
      width: 4rem; }
    @media (max-width: 1023.98px) {
      .hotspot__popup {
        left: 0%;
        transform: translate(-28px, -2rem); } }
    @media (max-width: 767.98px) {
      .hotspot__popup {
        left: 0%;
        transform: translate(-23px, -2rem); } }
    .hotspot__popup:before {
      content: "";
      position: absolute;
      height: 0;
      width: 0;
      top: 50%;
      right: -15px;
      left: auto;
      margin-top: -15px;
      border-style: solid;
      border-width: 16px 16px 16px 0;
      border-color: transparent #fff transparent transparent;
      transform: rotate(180deg); }
      @media (max-width: 1023.98px) {
        .hotspot__popup:before {
          top: auto;
          bottom: -15px;
          border-width: 16px 0px 16px 16px;
          transform: translate(-50%, 0) rotate(90deg);
          border-color: transparent transparent transparent #fff;
          left: 15%; } }
  .hotspot__popup.flipped {
    left: 3rem;
    right: auto; }
    @media (max-width: 1279.98px) {
      .hotspot__popup.flipped {
        left: 0%;
        transform: translate(-30px, -2rem); } }
    @media (max-width: 1023.98px) {
      .hotspot__popup.flipped {
        left: 0%;
        transform: translate(-23px, -2rem); } }
    .hotspot__popup.flipped:before {
      top: 50%;
      left: -15px;
      right: auto;
      transform: rotate(0deg); }
      @media (max-width: 1023.98px) {
        .hotspot__popup.flipped:before {
          left: 15%;
          top: auto;
          bottom: -15px;
          border-width: 16px 0px 16px 16px;
          transform: translate(-50%, 0) rotate(90deg);
          border-color: transparent transparent transparent #fff; } }
  .hotspot__popup.custom {
    right: auto;
    left: 50%;
    bottom: 3rem;
    width: 100vw;
    max-width: 500px;
    transform: translate(0, 0);
    transform: translate(-50%, 0); }
    .hotspot__popup.custom:before {
      left: 50%;
      bottom: 12px;
      right: auto;
      top: auto;
      border-width: 16px 0px 16px 16px;
      transform: translate(-50%, 100%) rotate(90deg);
      border-color: transparent transparent transparent #fff; }

@media (min-width: 768px) {
  .hotspot__popup.custom {
    bottom: 4.5rem; }
  .hotspot__popup.custom.left {
    left: 0;
    transform: translate(0, 0); }
    .hotspot__popup.custom.left:before {
      left: 15%;
      right: auto; }
  .hotspot__popup.custom.right {
    right: 0;
    left: auto;
    transform: translate(0, 0); }
    .hotspot__popup.custom.right:before {
      right: 15%;
      left: auto; } }

/*	chart nutshell
--------------------------------------------------------------------------*/
.product-image{
	display: flex;
	height: 16rem;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
  background-size: cover !important;
}

@media (min-width: 1024px) {
  .product-image{
		margin-left: auto;
		margin-right: auto;
	}
  .product-image{
		max-width: 48rem;
	} }
  .product-image svg{
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
	height: 4rem;
	width: 4rem;
}
  .product-image h2{
	z-index: 10;
	margin-left: auto;
	margin-right: auto;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
    max-width: 300px;
}
  .product-image:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

/* main 1*/
/* main 2*/
/* neutral 1*/
/* neutral 2*/
.content {
  max-width: 600px;
  width: 100%;
  min-width: 260px;
  margin: 0 5%;
  margin-top: 10%;
  transition: 0.3s ease; }
  @media screen and (max-width: 512px) {
    .content {
      margin: 0 4%;
      margin-top: 5%; } }

/* Tabs menu */
.tabs {
  margin: 0;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-radius: 2px 2px 0px 0px; }
  @media screen and (max-width: 512px) {
    .tabs {
      height: 40px; } }

/* Tab Links */
.tablinks {
  background: transparent;
  background-image: linear-gradient(90deg, transparent 70%, rgba(255, 255, 255, 0.2) 100%);
  border: none;
  outline: none;
  cursor: pointer;
  width: 33.3333%;
  /*change depending on the number of tabs*/
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  overflow: hidden;
  transition: 0.3s ease; }
  @media screen and (max-width: 512px) {
    .tablinks {
      height: 40px;
      font-size: 12px; } }

.tablinks:before {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: 2; }

/*tab buttons hover*/
.tablinks:hover::before {
  height: 100%;
  z-index: 2;
  bottom: 0; }
  @media screen and (max-width: 512px) {
    .tablinks:hover::before {
      height: 0; } }

/* Tab active */
.tablinks.active {
  background-color: white;
  z-index: 0;
  border-right: 0px;
  border-left: 0px;
  height: 110px;
  bottom: 0px;
  overflow: hidden; }
  @media screen and (max-width: 512px) {
    .tablinks.active {
      height: 60px; } }

.tablinks.active:before {
  content: "";
  width: 100%;
  height: 5px;
  top: 0;
  left: 0; }

/* Tabs text */
.tablinks.active p,
.tablinks.active:hover p {
  opacity: 1;
  background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.tablinks p {
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.5s ease;
  padding: 0;
  margin: 0;
  color: #686868;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-weight: 400; }

.tablinks:hover p {
  color: white;
  opacity: 1; }
  @media screen and (max-width: 512px) {
    .tablinks:hover p {
      color: #686868;
      opacity: 0.6; } }

/* tab content */
.wrapper_tabcontent {
  background-color: white;
  margin-top: 0px;
  z-index: -3;
  position: relative;
  opacity: 1;
  padding: 40px 60px;
  overflow: hidden;
  transition: all 1s ease;
  top: 0; }

.tabcontent {
  display: none;
  min-height: 180px; }

@-webkit-keyframes tabEffect {
  from {
    top: -40px; }
  to {
    top: 0px; } }

@keyframes tabEffect {
  from {
    top: -40px; }
  to {
    top: 0px; } }

.tabcontent.active {
  transition: all 1s ease;
  display: block; }

/* Title */
.tabcontent h3 {
  font-size: 40px;
  top: 75px;
  transform: rotate(90deg);
  position: absolute;
  left: -90px;
  opacity: 0.1;
  width: 200px;
  height: 60px;
  background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  -webkit-animation: city 1s ease;
          animation: city 1s ease; }
  @media screen and (max-width: 512px) {
    .tabcontent h3 {
      top: 65px; } }

@-webkit-keyframes city {
  from {
    left: -150px; }
  to {
    left: -90px; } }

@keyframes city {
  from {
    left: -150px; }
  to {
    left: -90px; } }

/* Text*/
.tabcontent p {
  color: #686868;
  margin: 0;
  padding: 0;
  line-height: 28px;
  font-weight: 100;
  transition: all 1s ease;
  -webkit-animation: fadeEffect 0.6s ease;
          animation: fadeEffect 0.6s ease;
  width: 100%;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif; }
  @media screen and (max-width: 512px) {
    .tabcontent p {
      font-size: 14px;
      line-height: 26px; } }

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px; }
  to {
    opacity: 1;
    margin-left: 0; } }

@keyframes fadeEffect {
  from {
    opacity: 0;
    margin-left: 30px; }
  to {
    opacity: 1;
    margin-left: 0; } }

.js-subtab-content {
  display: none; }
  .js-subtab-content.active {
    display: block; }

.js-subtab-button.active{
	--tw-bg-opacity: 1;
	background-color: rgba(0, 120, 161, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/*	chart nutshell
--------------------------------------------------------------------------*/
.nutshell_item {
  border-color: #3393B4;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  .nutshell_item svg {
    fill: white;
    margin-bottom: 1rem;
    height: 4.5rem;
    width: 4.5rem; }
  .nutshell_item p {
    max-width: 100%; }
  @media (min-width: 640px) {
    .nutshell_item{
		padding-left: 2rem;
		padding-right: 2rem;
	} }

.slidshow-element {
  color: white;
  width: 100%;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; }
  .slidshow-element .slidshow-content {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 2; }
  .slidshow-element .slidshow-slide {
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    transition: opacity 1s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0; }
    .slidshow-element .slidshow-slide.show {
      opacity: 1; }

.es .nav-secondary li {
  font-size: 1rem !important; }

@media (min-width: 1024px) {
  .es .lg\:max-w-3xl {
    max-width: 68rem !important; } }

.ru .nav-secondary li {
  font-size: 1rem !important; }

.ru .label {
  font-size: 1rem; }

.ru .p, .ru p, .ru .btn {
  font-size: 0.9rem; }

@media (min-width: 1024px) {
  .ru .lg\:max-w-3xl {
    max-width: 68rem !important; } }

.fr .label, .it .label {
  font-size: 1rem; }

.fr .text-4xl, .it .text-4xl {
  font-size: 2rem !important; }

.fr .p, .fr p, .fr .btn, .it .p, .it p, .it .btn {
  font-size: 0.9rem; }

.fr .nav-secondary a, .it .nav-secondary a {
  font-size: 1.1rem !important; }

.ar body {
  direction: rtl; }

/*==========================================================================
	APP
==========================================================================*/
html {
  color: #1A1A1A; }

/*==========================================================================
	U-CLasses
==========================================================================*/
.u-svg-icon {
  color: #0078A1;
  fill: #EDF2F7;
  transition: all 0.5s; }
  .u-svg-icon:hover {
    transform: scale(1.1); }

/*==========================================================================
	SECTION Hero
==========================================================================*/
/*.section-hero {
	height: 90vh;
	max-height: 720px;
	width: 100%;
	background: #E6E6E6;
	@apply bg-cover bg-top;

	@screen md {
		height: 80vh;
		@apply bg-cover;

	}
}*/
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  background: transparent; }

.header-element {
  display: none !important; }

.footer-element {
  display: none !important; }

.showpad-version header, .showpad-version .footer-element {
  display: flex !important;
  visibility: visible !important; }

.close-video{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	cursor: pointer;
	border-radius: 9999px;
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  transform: rotate(45deg);
}

.video-holder{
	position: absolute;
	top: 0;
	z-index: 10;
	margin-bottom: 2.5rem;
	width: 100%;
	width: 100%;
}

.swiper {
  width: 100%;
  height: auto; }

/*==========================================================================
	AC Fix
==========================================================================*/
a:hover {
  text-decoration: none !important;
  color: inherit; }

.font-light {
  font-weight: initial; }

body, .footer-top {
  background-color: #EEF2F7 !important; }

.main-container {
  width: 100% !important;
  max-width: none !important; }

html {
  scroll-behavior: smooth; }

.container-element{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.container {
  max-width: none; }

.hover\:text-gray-800:hover{
	--tw-text-opacity: 1;
	color: rgba(45, 55, 72, var(--tw-text-opacity));
}

@media (min-width: 768px){
	.md\:mb-0{
		margin-bottom: 0rem;
	}
	.md\:mb-gutter{
		margin-bottom: 4rem;
	}
	.md\:h-auto{
		height: auto;
	}
	.md\:w-1\/2{
		width: 50%;
	}
	.md\:max-w-2xl{
		max-width: 42rem;
	}
	.md\:max-w-xl{
		max-width: 36rem;
	}
	.md\:grid-cols-4{
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	.md\:flex-row{
		flex-direction: row;
	}
	.md\:justify-start{
		justify-content: flex-start;
	}
	.md\:border-t{
		border-top-width: 1px;
	}
	.md\:p-10{
		padding: 2.5rem;
	}
}

@media (min-width: 1024px){
	.lg\:flex{
		display: flex;
	}
	.lg\:w-1\/3{
		width: 33.333333%;
	}
	.lg\:w-2\/3{
		width: 66.666667%;
	}
	.lg\:w-5\/6{
		width: 83.333333%;
	}
	.lg\:-translate-x-20{
		--tw-translate-x: -5rem;
		transform: var(--tw-transform);
	}
	.lg\:transform{
		transform: var(--tw-transform);
	}
	.lg\:grid-cols-2{
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.lg\:flex-col{
		flex-direction: column;
	}
	.lg\:border-r{
		border-right-width: 1px;
	}
	.lg\:border-t-0{
		border-top-width: 0px;
	}
	.lg\:p-gutter{
		padding: 4rem;
	}
	.lg\:px-20{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.lg\:py-gutter{
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	.lg\:py-6{
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.lg\:py-20{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
	.lg\:pl-20{
		padding-left: 5rem;
	}
	.lg\:pl-0{
		padding-left: 0rem;
	}
}

@media (min-width: 1280px){
	.xl\:h-12{
		height: 3rem;
	}
}
