<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.logos,
.slider-nav ul,
.explore-block ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.btn-holder:after,
.slider-holder:after {
	content: "";
	display: block;
	clear: both;
}

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

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

main {
	color: #333;
	background: #fff;
	font: 16px/1.2 "NunitoSans", "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

main h1,
main .h1,
main h2,
main .h2,
main h3,
main .h3,
main h4,
main .h4,
main h5,
main .h5,
main h6,
main .h6,
main .h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

main h1,
main .h1 {
	font-size: 30px;
}

main h2,
main .h2 {
	font-size: 27px;
}

main h3,
main .h3 {
	font-size: 24px;
}

main h4,
main .h4 {
	font-size: 21px;
}

main h5,
main .h5 {
	font-size: 17px;
}

main h6,
main .h6 {
	font-size: 15px;
}

main p {
	margin: 0 0 1em;
}

main a {
	color: #39f;
}

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

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

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

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

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

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

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

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

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

main select {
	-webkit-border-radius: 0;
}

main textarea {
	resize: vertical;
	vertical-align: top;
}

main button,
main input[type="button"],
main input[type="reset"],
main input[type="file"],
main input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: "Avenir Next";
	src: url("/landings/25thanniversary/fonts/AvenirNext-Medium.woff2") format("woff2"), url("/landings/25thanniversary/fonts/AvenirNext-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("/landings/25thanniversary/fonts/AvenirNext-Regular.woff2") format("woff2"), url("/landings/25thanniversary/fonts/AvenirNext-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("/landings/25thanniversary/fonts/AvenirNext-DemiBold.woff2") format("woff2"), url("/landings/25thanniversary/fonts/AvenirNext-DemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Avenir Next";
	src: url("/landings/25thanniversary/fonts/AvenirNext-Bold.woff2") format("woff2"), url("/landings/25thanniversary/fonts/AvenirNext-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-extrabold-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-extrabold-webfont.woff") format("woff");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-extrabolditalic-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-extrabolditalic-webfont.woff") format("woff");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-extralight-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-extralight-webfont.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-extralightitalic-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-extralightitalic-webfont.woff") format("woff");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-italic-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-italic-webfont.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-light-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-lightitalic-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-lightitalic-webfont.woff") format("woff");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-regular-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-semibold-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-semibold-webfont.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-semibolditalic-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-semibolditalic-webfont.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-black-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-black-webfont.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "NunitoSans";
	src: url("/landings/25thanniversary/fonts/Nunito/nunitosans-blackitalic-webfont.woff2") format("woff2"), url("/landings/25thanniversary/fonts/Nunito/nunitosans-blackitalic-webfont.woff") format("woff");
	font-weight: 900;
	font-style: italic;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

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

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: -webkit-transform .1s ease;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

a {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out, background .3s ease-in-out, border .3s ease-in-out, box-shadow .3s ease-in-out, color .3s ease-in-out;
}

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

body {
	display: block;
}

.main-block {
	padding-top: 52px;
}

.banner.banner-overlay h1 {
	color: #fff;
}

.banner.banner-overlay .img .img-wrap:before,
.banner.banner-overlay .img .img-wrap:after,
.banner.banner-overlay .img .img-hold:before,
.banner.banner-overlay .img .img-hold:after {
	opacity: 1;
}

.banner.banner-overlay .img .img-blue {
	opacity: 1;
	visibility: visible;
}

.banner .img-blue {
	opacity: 0;
	visibility: hidden;
}

.banner img {
	display: block;
}

.banner .img {
	margin: 0 0 44px;
}

.banner .img-wrap {
	position: relative;
}

.banner .img-wrap:before {
	content: "";
	position: absolute;
	right: 100%;
	top: -9999px;
	bottom: -9999px;
	width: 9999px;
	background: rgba(46, 113, 255, .6);
	opacity: 0;
	pointer-events: none;
}

.banner .img-wrap:after {
	content: "";
	position: absolute;
	left: 100%;
	top: -9999px;
	bottom: -9999px;
	width: 9999px;
	background: rgba(46, 113, 255, .6);
	opacity: 0;
	pointer-events: none;
}

.banner .img-hold:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 9999px;
	background: rgba(46, 113, 255, .6);
	opacity: 0;
}

.banner .img-hold:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 9999px;
	background: rgba(46, 113, 255, .6);
	opacity: 0;
}

.banner .holder {
	max-width: 1796px;
	margin: 0 auto;
}

.banner .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	padding: 0;
	width: 280px;
}

.banner .banner-wrap {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 42px 16px 13px;
	max-width: 320px;
	margin: 0 auto;
}

.banner .banner-holder {
	padding-bottom: 5px;
}

.banner h1,
.banner .h1 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.267;
	color: #fff;
	display: block;
	margin: 0;
}

.banner .h1 {
	margin: 0;
}

.logo-holder {
	max-width: 1164px;
	margin: 0 auto;
}

.logos {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
	margin-right: -14px;
}

.logos li {
	padding: 0 6px 17px;
}

.logos a {
	display: block;
}

.logos a:hover {
	opacity: .7;
}

.holder {
	padding: 0 20px;
	margin: 0 auto;
	max-width: 1200px;
}

.info-block {
	padding: 50px 0 23px;
	font-size: 18px;
	line-height: 1.389;
}

.info-block b {
	font-weight: 800;
}

.info-block p {
	font-weight: 500;
	font-family: "NunitoSans", "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.389;
	letter-spacing: 0;
}

.info-block .text {
	max-width: 1010px;
}

.info-block .title {
	color: #92a2b9;
	font-size: 14px;
	line-height: 1.429;
	font-weight: 500;
	display: block;
	letter-spacing: 3px;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.info-block h1 {
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -1px;
	margin: 0 0 28px;
	font-size: 30px;
}

.text-blue {
	color: #2e71ff !important;
}

.history-block {
	background: #272228;
	color: #fff;
	padding: 48px 0 48px;
}

.history-block h1 {
	font-size: 48px;
	line-height: 48px;
	font-weight: 500;
	margin: 0 0 16px;
	letter-spacing: 0;
}

.history-block p {
	font-weight: 400;
	font-family: "NunitoSans", "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 1.4;
}

.date-title {
	display: none;
	font-weight: 500;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.date-title img {
	display: block;
}

.time {
	font-size: 14px;
	line-height: 1.429;
	letter-spacing: 2.5px;
	color: #fff;
	display: block;
	margin: 0 0 23px;
}

.text-block {
	margin: 0 0 33px;
}

.btn-holder {
	display: none;
}

.btn-holder .btn-prev,
.btn-holder .btn-next {
	background: url(../images/arrow.svg) no-repeat;
	width: 46px;
	height: 46px;
	font-size: 0;
	line-height: 0;
	z-index: 99;
	position: static;
	display: inline-block;
	float: left;
}

.btn-holder .btn-prev.disabled,
.btn-holder .btn-next.disabled {
	display: none;
}

.btn-holder .btn-next {
	float: right;
}

.btn-holder .btn-prev {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider {
	margin: 0 0 33px;
	display: none;
}

.slider .slideset {
	position: relative;
	min-height: 200px;
	overflow: visible !important;
}

.slider .slide {
	padding-top: 20px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	right: 0;
}

.slider .slide.active {
	z-index: 3;
}

.slider img {
	max-height: 100%;
}

.slider .img {
	display: none;
	position: relative;
	z-index: 2;
}

.slider .img-wrap {
	margin: 0 0 0 auto;
	background: #fff;
	text-align: center;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider .img-wrap div {
	width: 100%;
}

.slider-nav {
	position: relative;
	z-index: 6;
}

.slider-nav .mask {
	position: relative;
	width: 94px;
	margin: 0 auto;
	box-sizing: border-box;
}

.slider-nav .slideset {
	white-space: nowrap;
	width: 280px !important;
	letter-spacing: -6px;
}

.slider-nav .slide-hold {
	position: relative;
	padding-bottom: 79px;
}

.slider-nav .slide {
	display: inline-block;
	vertical-align: bottom;
	white-space: normal;
	width: 33.33% !important;
	letter-spacing: 0;
	float: none;
}

.slider-nav .slide:first-child:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: -9999px;
	height: 1px;
	border-top: 1px dashed #fff;
	bottom: 4px;
}

.slider-nav .slide.active .slide-wrap {
	opacity: 1;
	visibility: visible;
}

.slider-nav .slide.active .timeline-txt {
	opacity: 0;
	visibility: hidden;
}

.slider-nav .slide.active .timeline:before {
	height: 60px;
}

.slider-nav .slide.active .timeline:after {
	width: 8px;
	height: 8px;
	bottom: 1px;
}

.slider-nav .slide-wrap {
	width: 280px;
	margin: 0 0 0 -94px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: relative;
}

.slider-nav .slide-wrap:before {
	content: "";
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-nav .img {
	height: 207px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ddd;
	padding: 20px;
	width: 100%;
}

.slider-nav .img img {
	max-height: 100%;
}

.slider-nav .text {
	color: #7c7d7e;
	background: #fff;
	padding: 17px 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 115px;
}

.slider-nav .text:after {
	content: "";
	font-size: 0;
	line-height: 0;
	min-height: 81px;
}

.slider-nav .text-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 18px;
}

.slider-nav .year-title {
	display: block;
	color: #2e71ff;
	font-size: 32px;
	line-height: 1.75;
	width: 93px;
	-ms-flex-preferred-size: 93px;
	flex-basis: 93px;
	font-weight: 500;
	padding-right: 5px;
	border-right: 1px solid #e7eaed;
}

.slider-nav p {
	color: #7c7d7e;
	font-weight: 300;
	font-size: 14px;
	line-height: 1.429;
	margin: 0;
	font-family: "NunitoSans", "Arial", Helvetica, sans-serif;
	letter-spacing: -.2px;
	font-weight: 300;
	color: #7c7d7e;
}

.slider-nav ul {
	font-size: 11px;
	line-height: 1.455;
	font-family: "NunitoSans", "Arial", Helvetica, sans-serif;
	color: #535962;
}

.slider-nav ul li {
	margin-bottom: 1px;
}

.slider-nav ul a {
	text-decoration: none;
	color: #535962;
}

.slider-nav ul a:hover {
	color: #2e71ff;
}

.slider-nav .nav-date {
	display: none;
}

.slider-nav .timeline:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 20px;
	-webkit-transition: height .3s ease-in-out;
	transition: height .3s ease-in-out;
	background: #fff;
	bottom: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-nav .timeline:after {
	-webkit-transition: height .3s ease-in-out, width .3s ease-in-out, bottom .3s ease-in-out;
	transition: height .3s ease-in-out, width .3s ease-in-out, bottom .3s ease-in-out;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.slider-nav .timeline.highlight .timeline-txt {
	font-weight: 800;
	font-size: 20px;
	color: #fff;
	bottom: 38px !important;
}

.slider-nav .timeline.highlight:after {
	width: 9px !important;
	height: 9px !important;
	bottom: -1px !important;
}

.swipe {
	max-width: 40px;
	margin: 0 auto;
	padding: 32px 0  0;
	text-align: center;
}

.explore-block {
	background: #fff;
	color: #272228;
	padding: 49px 0 22px;
}

.explore-block .holder {
	max-width: 1187px;
}

.explore-block h2 {
	font-family: "NunitoSans", "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 34px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.375;
	letter-spacing: 0;
}

.explore-block h2 strong {
	font-weight: 800;
}

.explore-block p {
	font-family: "NunitoSans", "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 0 25px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.389;
	letter-spacing: 0;
}

.explore-block ul {
	margin-bottom: 12px;
}

.explore-block ul li {
	margin-bottom: 8px;
}

.explore-block .small {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.explore-block h1 {
	font-weight: 500;
	margin: 0 0 31px;
	letter-spacing: -.2px;
}

.explore-block .text {
	padding-top: 40px;
}

.explore-block h3,
.explore-block .h3 {
	display: block;
	font-weight: 500;
	font-family: "NunitoSans", "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #535962;
}

.button {
	border: 2px solid #fff;
	border-radius: 36px;
	font-family: "NunitoSans", "Avenir Next", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 18px;
	line-height: 1.333;
	color: #fff;
	padding: 14px 45px;
	display: inline-block;
	vertical-align: top;
}

.button:hover {
	background: #fff;
	color: #2e71ff;
	border-color: transparent;
}

.timeline-txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	color: #7c7d7e;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 28px;
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.timeline-txt.white {
	font-weight: 800;
	font-size: 20px;
}

.bg-video-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
	z-index: -1;
}

.bg-video-holder .hidden-xs {
	display: none !important;
}

.bg-video-holder .visible-xs {
	display: block !important;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.video-active .bg-video {
	opacity: 1;
}

.text-slider {
	position: relative;
}

.text-slider .mask {
	overflow: hidden;
	position: relative;
}

.text-slider .slideset {
	width: 9999px;
	float: left;
}

.text-slider .slide {
	float: left;
}

.fade-left {
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .fade-left,
.fade-left.in-viewport {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.fade-in {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .fade-in,
.fade-in.in-viewport {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.fade-right {
	opacity: 0;
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.in-viewport .fade-right,
.fade-right.in-viewport {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.delay-1 {
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.delay-2 {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.delay-3 {
	-webkit-transition-delay: .75s;
	transition-delay: .75s;
}

.delay-4 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: relative;
	left: auto;
	top: auto;
	z-index: 999;
	width: auto;
	height: auto;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.product-slider {
	position: relative;
	margin: 0 0 10px;
}

.product-slider .slide {
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	width: 188px;
	padding: 0 15px;
}

.product-slider .img {
	margin: 0 0 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 24px;
}

.product-slider .img img {
	vertical-align: middle;
}

.product-slider a {
	display: block;
	position: relative;
	padding-bottom: 14px;
	outline: none;
}

.product-slider a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 95px;
	height: 1px;
	background: #535962;
}

.product-slider a:hover {
	color: #2e71ff;
}

.product-slider a:hover:before {
	background: #2e71ff;
}

.product-slider a:hover .h3,
.product-slider a:hover h3 {
	color: #2e71ff;
}

.visual-column {
	padding: 30px 0 0;
}

.visual-heading {
	background: #2e71ff;
	color: #fff;
	text-align: center;
	padding: 30px 0;
}

.visual-heading h2 {
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -1px;
	margin: 0;
	font-size: 30px;
}

.visual-col-wrap {
	position: relative;
	min-height: 320px;
	padding: 30px 15px;
}

.visual-col {
	position: relative;
	z-index: 1;
	font-style: normal;
	font-stretch: normal;
	color: #fff;
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: .48px;
	font-weight: 400;
}

.visual-col:nth-child(2n) {
	text-align: right;
}

.visual-col p {
	font-size: 16px;
	line-height: 1.25;
	letter-spacing: .48px;
	font-weight: 400;
}

.visual-col .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.visual-col h2 {
	font-size: 24px;
	font-weight: 200;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: .72px;
}

.visual-col .btn-learn-more {
	display: inline-block;
	font-family: "NunitoSans-SemiBold";
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.2;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: #333;
	background: #fff;
	padding: 13px 32px 13px 34px;
	border-radius: 100px;
}

.visual-col .btn-learn-more:hover {
	background: #333;
	color: #fff;
}

@media (min-width: 482px) {
	.social-icons-row {
		padding-right: 15px;
	}
}

@media (min-width: 768px) {
	.banner .img {
		margin: 0;
		width: 53%;
		padding-right: 28px;
	}

	.banner .visible-xs {
		display: none !important;
	}

	.banner .text {
		width: 46.3%;
	}

	.banner .overlay {
		width: auto;
		width: 280px;
	}

	.banner .banner-wrap {
		padding: 30px 20px 20px;
		max-width: none;
		margin: 0;
	}

	.banner .banner-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 24px;
	}

	.banner h1,
	.banner .h1 {
		font-size: 38px;
	}

	.logos {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-right: -6px;
	}

	.holder {
		padding: 0 15px;
	}

	.info-block {
		padding: 60px 0;
	}

	.info-block h1 {
		font-size: 38px;
	}

	.history-block {
		padding: 70px 0 60px;
	}

	.date-title {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 270px;
		opacity: 0;
		visibility: hidden;
	}

	.active .date-title {
		opacity: 1;
		visibility: visible;
	}

	.text-block {
		margin: 0;
		width: 322px;
		padding-right: 10px;
		float: left;
	}

	.btn-holder {
		padding-top: 20px;
		margin-left: -322px;
	}

	.slider {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: block;
	}

	.slider .slide-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.slider .img {
		display: block;
		padding-top: 20px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 20px;
	}

	.slider .img-wrap {
		height: 384px;
		max-width: 400px;
	}

	.slider-nav {
		margin-top: 56px;
		width: calc(100% - 322px);
		float: left;
	}

	.slider-nav .mask {
		margin: -110px 0 0 0;
		width: 100%;
	}

	.slider-nav .slideset {
		width: 100% !important;
	}

	.slider-nav .slide-hold {
		padding-bottom: 56px;
	}

	.slider-nav .slide {
		width: 67% !important;
	}

	.slider-nav .slide:first-child:before {
		bottom: 3px;
	}

	.slider-nav .slide.active .timeline:before {
		height: 41px;
	}

	.slider-nav .slide.active .timeline:after {
		width: 6px;
		height: 6px;
	}

	.slider-nav .slide-wrap {
		margin: 0 auto;
	}

	.slider-nav .img {
		height: 206px;
	}

	.slider-nav .text {
		padding: 10px 23px;
		min-height: 86px;
	}

	.slider-nav .text:after {
		min-height: 66px;
	}

	.slider-nav .text-wrap {
		padding-left: 25px;
	}

	.slider-nav .year-title {
		font-size: 24px;
		width: 78px;
		line-height: 30px;
		-ms-flex-preferred-size: 78px;
		flex-basis: 78px;
		letter-spacing: -1px;
	}

	.slider-nav .timeline:before {
		height: 20px;
		bottom: 3px;
	}

	.slider-nav .timeline:after {
		height: 25px;
		width: 6px;
		height: 6px;
		bottom: 0;
	}

	.slider-nav .timeline.highlight:before {
		height: 32px !important;
	}

	.explore-block h1 {
		font-size: 38px;
	}

	.explore-block .btn-holder {
		width: 180px;
		-ms-flex-preferred-size: 180px;
		flex-basis: 180px;
	}

	.explore-block h3,
	.explore-block .h3 {
		display: block;
		font-size: 18px;
		line-height: 1.5;
	}

	.bg-video-holder {
		right: -180px;
		top: -40px;
	}

	.bg-video-holder .hidden-xs {
		display: block !important;
	}

	.bg-video-holder .visible-xs {
		display: none !important;
	}

	.visual-heading h2 {
		font-size: 38px;
	}

	.visual-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.visual-col-wrap {
		min-height: 450px;
		padding: 40px 30px;
	}

	.visual-col {
		width: 50%;
		padding: 0 15px;
	}

	.visual-col h2 {
		font-size: 54px;
		font-weight: 200;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.3;
		letter-spacing: 1.62px;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.main-block {
		padding-top: 59px;
	}

	.banner .banner-wrap {
		padding: 20px 40px;
	}

	.banner .banner-holder {
		padding-bottom: 0;
	}

	.banner h1,
	.banner .h1 {
		font-size: 45px;
	}

	.logos {
		padding-top: 44px;
	}

	.logos img {
		width: auto;
	}

	.info-block {
		padding: 70px 0;
	}

	.info-block p {
		font-size: 20px;
		line-height: 1.4;
		margin: 0 0 28px;
		letter-spacing: 0;
	}

	.info-block .title {
		margin: 0 0 19px;
	}

	.info-block h1 {
		font-size: 45px;
		margin: 0 0 30px;
	}

	.history-block {
		padding: 60px 60px 80px;
	}

	.history-block h1 {
		margin: 0 0 23px;
	}

	.date-title {
		top: 65px;
		right: -68px;
		width: 171px;
	}

	.text-block {
		width: 372px;
	}

	.btn-holder {
		display: block;
	}

	.slider .img {
		padding-top: 40px;
	}

	.slider .img {
		padding-top: 53px;
	}

	.slider .img-wrap {
		height: 424px;
		max-width: 572px;
	}

	.slider-nav {
		width: calc(100% - 372px);
	}

	.slider-nav .slide {
		width: 77% !important;
	}

	.slider-nav .slide-wrap {
		width: 360px;
	}

	.slider-nav p {
		font-size: 16px;
		font-weight: 600;
		color: #535962;
	}

	.swipe {
		display: none;
	}

	.explore-block h2 {
		line-height: 1.4;
		margin: 0 0 29px;
		letter-spacing: 0;
		font-size: 32px;
		line-height: 1.406;
		margin: 0 0 52px;
	}

	.explore-block p {
		line-height: 1.4;
		margin: 0 0 29px;
		letter-spacing: 0;
		font-size: 20px;
	}

	.explore-block .small {
		font-size: 14px;
	}

	.explore-block h1 {
		font-size: 45px;
	}

	.explore-block .text {
		padding-top: 50px;
	}

	.product-slider .slide {
		width: 194px;
	}

	.product-slider a {
		padding-bottom: 9px;
	}

	.product-slider a:before {
		width: 78px;
	}

	.visual-heading {
		padding: 60px 0;
	}

	.visual-heading h2 {
		font-size: 45px;
		margin: 0;
	}

	.visual-col-wrap {
		padding: 70px 45px;
	}

	.visual-col {
		font-size: 24px;
		font-weight: 400;
	}

	.visual-col p {
		font-size: 24px;
		font-weight: 400;
	}

	.visual-col .btn-learn-more {
		font-size: 18px;
		padding: 16px 32px 16px 34px;
	}
}

@media (min-width: 1024px) {
	.slider-nav .slide {
		width: 72.1% !important;
	}
}

@media (min-width: 1025px) {
	.slider-nav .slide:hover .slide-wrap {
		opacity: 1;
		visibility: visible;
	}

	.slider-nav .slide:hover .timeline-txt {
		opacity: 0;
		visibility: hidden;
	}

	.slider-nav .slide:hover .timeline:after {
		width: 6px;
		height: 6px;
		bottom: 0;
	}
}

@media (min-width: 1200px) {
	.main-block {
		padding-top: 89px;
	}

	.banner .banner-wrap {
		padding: 71px 60px 28px;
	}

	.banner .banner-holder {
		padding-bottom: 24px;
	}

	.banner h1,
	.banner .h1 {
		font-size: 55px;
		line-height: 1.103;
	}

	.info-block {
		padding: 145px 0 118px;
	}

	.info-block h1 {
		font-size: 56px;
		line-height: 1.107;
	}

	.history-block {
		padding: 124px 60px 100px;
	}

	.date-title {
		width: 344px;
		top: 67px;
		right: -30px;
		letter-spacing: 10px;
	}

	.btn-holder {
		padding-top: 41px;
		margin: 0 0 0 -373px;
	}

	.slider-nav .slide {
		width: 53.2% !important;
	}

	.explore-block {
		padding: 177px 0 116px;
	}

	.explore-block h1 {
		font-size: 56px;
		line-height: 1.196;
	}

	.product-slider {
		margin: 0 -15px;
	}

	.product-slider .slide {
		width: 189px;
	}

	.visual-heading h2 {
		font-size: 56px;
		line-height: 1.107;
	}

	.visual-col-wrap {
		min-height: 692px;
	}

	.visual-col p {
		font-size: 34px;
	}

	.visual-col h2 {
		font-size: 65px;
	}
}

@media (min-width: 1440px) {
	.date-title {
		width: 400px;
		top: 55px;
		right: 0;
	}

	.slider-nav .slide {
		width: 45% !important;
	}
}

@media (min-width: 1600px) {
	.banner .banner-wrap {
		padding: 78px 134px 28px;
	}

	.banner h1,
	.banner .h1 {
		font-size: 68px;
	}

	.history-block {
		padding: 143px 0 145px;
	}
}

@media (max-width: 767px) {
	.banner .hidden-xs {
		display: none !important;
	}

	.product-slider img {
		max-width: none;
		width: 100%;
	}
}

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

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

</pre></body></html>