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

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

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

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

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

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

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

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

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

.icon-arrow-down:before {
	content: "\e907";
}

.icon-study-light-idea:before {
  content: "\e950";
	width:20px;
}
.icon-earth-1:before {
  content: "\e951";
}
.icon-multiple-neutral-1:before {
  content: "\e952";
}
.icon-notes-calendar:before {
  content: "\e953";
}

/*! 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 < 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;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

.nav,
ul:not([class]):not([id]),
.day-cards-list,
.schedule,
.events-section .event-info,
.location-section .address-list,
.social-networks {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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;
}

body {
	color: #fff;
	background: #132228;
	font: 16px/1.777777 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

h1,
.h1 {
	font-size: 48px;
}

h2,
.h2 {
	font-size: 35px;
}

h3,
.h3 {
	font-size: 30px;
}

h4,
.h4 {
	font-size: 26px;
}

h5,
.h5 {
	font-size: 22px;
}

h6,
.h6 {
	font-size: 20px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #213868;
}

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

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

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

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

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

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

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

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

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

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

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

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

#header {
	position: absolute;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	padding: 28px 0;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 12px;
}

.menu-drop {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	background: #132228;
	padding: 80px 15px 40px;
	text-align: center;
}

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

.menu-drop .btn {
	min-width: 116px;
	font-size: 13px;
	padding: 7px;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 10;
	width: 83px;
	margin-left: 8px;
}

.nav {
	margin-bottom: 20px;
}

.nav li.active a {
	color: #00a38d;
}

.nav a {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .89px;
}

.nav a:hover {
	color: #00a38d;
}

.nav-opener {
	-webkit-transition: opacity .15s ease-in-out, background .15s ease-in-out;
	transition: opacity .15s ease-in-out, background .15s ease-in-out;
	font-size: 0;
	position: relative;
	z-index: 10;
	width: 40px;
	height: 28px;
	border-radius: 6px;
	display: block;
}

.nav-opener:hover {
	opacity: .7;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 2px;
	height: 3px;
	position: absolute;
	top: 8px;
	left: 15%;
	right: 15%;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:after {
	top: 16px;
}

.nav-active .nav-opener {
	background: transparent;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
	left: 12%;
	right: 12%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	text-decoration: none;
}

h1,
.h1 {
	text-transform: uppercase;
	letter-spacing: 1.8px;
	letter-spacing: 3px;
	text-align: center;
	line-height: 1.25;
}

button {
	outline: none;
}

svg {
	overflow: visible !important;
}

ul:not([class]):not([id]) {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.5;
	color: #21323b;
}

ul:not([class]):not([id]) li {
	position: relative;
	margin: 0 0 22px;
}

ul:not([class]):not([id]) li:before {
	width: 4px;
	height: 4px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 3px 0;
	background: #21323b;
	border-radius: 50%;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	color: #21323b;
	background: #fff;
	border: 1px solid #dee1e2;
	outline: none;
}

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

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

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

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

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

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

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="submit"] {
	height: 55px;
	font-size: 15px;
	letter-spacing: .63px;
	padding: 15px;
	border-radius: 3px;
}

input[type="submit"] {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #f05453;
	border: none;
}

address {
	font-style: normal;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.hide {
	display: none;
}

.decor-img {
	position: absolute;
}

.decor,
.decor-1,
.decor-2 {
	pointer-events: none;
}

.bg-video-holder {
	padding-top: 49%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-size: cover;
}

.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;
}

.viewport.in-viewport .slide-to-top,
.viewport.in-viewport .slide-to-right,
.viewport.in-viewport .slide-to-left {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	opacity: 1;
	visibility: visible;
}

.viewport .slide-to-top,
.viewport .slide-to-left,
.viewport .slide-to-right {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
	transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
	transition: transform 1.5s ease, opacity 1.5s ease, visibility 1.5s ease;
	transition: transform 1.5s ease, opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
}

.viewport .slide-to-top {
	-webkit-transform: translate(0, 100px);
	-ms-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.slick-prev,
.slick-next {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .89px;
	font-weight: 500;
	position: absolute;
	z-index: 5;
	bottom: 25px;
}

.slick-prev i,
.slick-next i {
	font-size: 12px;
	color: #00a38d;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 2px;
}

.slick-prev:hover,
.slick-next:hover {
	color: #00a38d;
}

.slick-prev {
	left: 0;
}

.slick-prev i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slick-next {
	right: 0;
}

.slick-slider-frame {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

.slick-slider-frame.slider-ready {
	opacity: 1;
	visibility: visible;
}

.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	z-index: 5;
	padding: 20px 30px;
	border-radius: 2px;
	box-shadow: 0 4px 8px rgba(32, 50, 60, .2);
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	min-width: 216px;
	overflow: hidden;
	text-align: center;
}

.btn:before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #fff;
	border-radius: 3px;
}

.btn:after {
	-webkit-transition: width .15s ease-in-out;
	transition: width .15s ease-in-out;
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	background: #213868;
}

.btn:hover {
	color: #fff;
}

.btn:hover:after {
	width: 100%;
}

.btn.btn-green {
	color: #fff;
	letter-spacing: .65px;
}

.btn.btn-green:before {
	background: #00a38d;
}

.btn.btn-green:after {
	background: -webkit-linear-gradient(216deg, #39b1d2 0%, #00b9a1 100%);
	background: linear-gradient(234deg, #39b1d2 0%, #00b9a1 100%);
}

.btn.btn-outline {
	-webkit-transition: color .15s ease-in-out, background .15s ease-in-out;
	transition: color .15s ease-in-out, background .15s ease-in-out;
	border: 2px solid #fff;
	color: #fff;
	padding: 15px 30px;
}

.btn.btn-outline:before,
.btn.btn-outline:after {
	display: none;
}

.btn.btn-outline:hover {
	color: #213868;
	background: #fff;
}

.btn.btn-learn-more {
	-webkit-transition: padding .15s ease-in-out;
	transition: padding .15s ease-in-out;
	color: #fff;
	font-size: 18px;
	padding: 2px 40px 2px 0;
	box-shadow: none;
}

.btn.btn-learn-more:before,
.btn.btn-learn-more:after {
	display: none;
}

.btn.btn-learn-more:hover {
	padding-left: 10px;
}

.btn.btn-learn-more:hover i {
	background: transparent;
	width: 100%;
	top: 0;
	bottom: 0;
	height: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.btn.btn-learn-more:hover i:before {
	left: auto;
	right: 5px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.btn.btn-learn-more i {
	width: 29px;
	height: 29px;
	-webkit-transition: width .15s ease-in-out, background .15s ease-in-out, color .15s ease-in-out;
	transition: width .15s ease-in-out, background .15s ease-in-out, color .15s ease-in-out;
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 2px solid #00a38d;
	border-radius: 16px;
	color: #fff;
	background: #00a38d;
}

.btn.btn-learn-more i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero-section {
	background: #132228;
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	padding: 76px 0 40px;
}

.hero-section h1 {
	letter-spacing: 4.44px;
	margin-bottom: 0;
	font-size: 80px;
}

.hero-section .text {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 5.6px;
	text-transform: uppercase;
	margin-bottom: 44px;
	display: block;
}

.hero-section .text time {
	display: block;
}

.hero-section .container {
	position: relative;
	z-index: 3;
}

.hero-section .btn {
	min-width: 289px;
}

.hero-section .decor,
.hero-section .decor-1,
.hero-section .decor-2 {
	display: none;
}

.day-cards-list {
	margin: 0 -15px;
	text-align: center;
	font-size: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.day-cards-list li {
	background-image: -webkit-linear-gradient(62deg, #4d3e64, #213868);
	background-image: linear-gradient(28deg, #4d3e64, #213868);
	box-shadow: 0 2px 24px rgba(0, 0, 0, .21);
	padding: 35px 15px 45px;
	min-height: 254px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	line-height: 1.363636;
}

.day-cards-list li:nth-child(3n+2) {
	background: #fff;
	color: #21323b;
	border-radius: 3px;
	padding: 38px 15px 54px;
	min-height: 371px;
	position: relative;
	z-index: 6;
	-webkit-transition: -webkit-transform .15s !important;
	transition: -webkit-transform .15s !important;
	transition: transform .15s !important;
	transition: transform .15s, -webkit-transform .15s !important;
}

.day-cards-list li:nth-child(3n+2):hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.day-cards-list li:nth-child(3n+2) time {
	color: #97a6aa;
	margin-bottom: 0;
}

.day-cards-list li:nth-child(3n+2) h3 {
	margin-bottom: 6px;
}

.day-cards-list li:nth-child(3n+2) .btn {
	padding-top: 18px;
	padding-bottom: 16px;
	border-radius: 2px;
}

.day-cards-list li p {
	margin-bottom: 10px;
}

.day-cards-list h3 {
	font: 700 24px "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 4px;
}

.day-cards-list h4 {
	font-weight: 300;
	font-size: 35px;
	line-height: 1;
	margin-bottom: 29px;
}

.day-cards-list time {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.5px;
	color: rgba(255, 255, 255, .8);
	margin-bottom: 4px;
}

.day-cards-list .card-body {
	width: 100%;
}

.section-day-cards {
	text-align: center;
	padding: 58px 0 30px;
	position: relative;
}

.section-day-cards h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.25;
	margin-bottom: 60px;
}

.section-day-cards .container {
	max-width: 960px;
	position: relative;
}

.section-day-cards .decor-holder {
	position: relative;
}

.section-day-cards .decor,
.section-day-cards .decor-1,
.section-day-cards .decor-2 {
	display: none;
}

.map-section {
	padding: 62px 0 40px;
}

.map-section h2 {
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 43px;
	text-transform: uppercase;
}

.map-section h3 {
	text-align: center;
	font-size: 27px;
	margin-bottom: 24px;
	font: 700 27px "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.map-section .container {
	position: relative;
}

.map-section .map-holder {
	margin: 0 -15px;
}

.map-section .map-holder .text-block {
	background: #fff;
	color: #21323b;
	text-align: left;
	padding: 0 20px 5px;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	font-weight: 300;
}

.map-section .map-holder .text-block:first-of-type {
	padding-top: 33px;
	padding-bottom: 1px;
}

.map-section .map {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 6% -10px;
	padding-top: 84%;
	position: relative;
}

.map-section .map .text-holder {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	position: absolute;
	z-index: 3;
	bottom: calc(100% + 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 212px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	padding: 10px 10px 8px;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(33, 50, 59, .26);
	background-image: -webkit-linear-gradient(62deg, #443b65, #303b67);
	background-image: linear-gradient(28deg, #443b65, #303b67);
}

.map-section .map .text-holder:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 100%;
	right: 50%;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	border-style: solid;
	border-width: 14px 7px 0 7px;
	border-color: #3c3b65 transparent transparent transparent;
}

.map-section .map .text-holder p {
	margin-bottom: 2px;
}

.map-section .map .text-holder a {
	font-weight: 500;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #97a6aa;
}

.map-section .map .text-holder a:hover {
	text-decoration: none;
}

.map-section .map-grid {
	position: absolute;
	left: -2%;
	right: -46%;
	top: -10px;
	bottom: 10px;
}

.map-section .map-grid .pin,
.map-section .map-grid .pin-middle,
.map-section .map-grid .pin-large,
.map-section .map-grid .pin-main {
	position: absolute;
	background-color: rgba(240, 84, 83, .75);
	border-radius: 50%;
	cursor: pointer;
}

.map-section .map-grid .pin:hover .text-holder,
.map-section .map-grid .pin-middle:hover .text-holder,
.map-section .map-grid .pin-large:hover .text-holder,
.map-section .map-grid .pin-main:hover .text-holder {
	opacity: 1;
	visibility: visible;
}

.map-section .map-grid .pin.pin-1,
.map-section .map-grid .pin-middle.pin-1,
.map-section .map-grid .pin-large.pin-1,
.map-section .map-grid .pin-main.pin-1 {
	top: 23%;
	left: 14%;
}

.map-section .map-grid .pin.pin-2,
.map-section .map-grid .pin-middle.pin-2,
.map-section .map-grid .pin-large.pin-2,
.map-section .map-grid .pin-main.pin-2 {
	top: 27%;
	left: 27.75%;
}

.map-section .map-grid .pin.pin-3,
.map-section .map-grid .pin-middle.pin-3,
.map-section .map-grid .pin-large.pin-3,
.map-section .map-grid .pin-main.pin-3 {
	top: 27.7%;
	left: 21.2%;
}

.map-section .map-grid .pin.pin-4,
.map-section .map-grid .pin-middle.pin-4,
.map-section .map-grid .pin-large.pin-4,
.map-section .map-grid .pin-main.pin-4 {
	top: 33.5%;
	left: 13.7%;
}

.map-section .map-grid .pin.pin-5,
.map-section .map-grid .pin-middle.pin-5,
.map-section .map-grid .pin-large.pin-5,
.map-section .map-grid .pin-main.pin-5 {
	top: 34.6%;
	left: 17.28%;
}

.map-section .map-grid .pin.pin-6,
.map-section .map-grid .pin-middle.pin-6,
.map-section .map-grid .pin-large.pin-6,
.map-section .map-grid .pin-main.pin-6 {
	top: 33.5%;
	left: 19.2%;
}

.map-section .map-grid .pin.pin-7,
.map-section .map-grid .pin-middle.pin-7,
.map-section .map-grid .pin-large.pin-7,
.map-section .map-grid .pin-main.pin-7 {
	top: 36.6%;
	left: 13.2%;
}

.map-section .map-grid .pin.pin-8,
.map-section .map-grid .pin-middle.pin-8,
.map-section .map-grid .pin-large.pin-8,
.map-section .map-grid .pin-main.pin-8 {
	top: 43.3%;
	left: 16.8%;
}

.map-section .map-grid .pin.pin-9,
.map-section .map-grid .pin-middle.pin-9,
.map-section .map-grid .pin-large.pin-9,
.map-section .map-grid .pin-main.pin-9 {
	top: 39%;
	left: 18.5%;
}

.map-section .map-grid .pin.pin-10,
.map-section .map-grid .pin-middle.pin-10,
.map-section .map-grid .pin-large.pin-10,
.map-section .map-grid .pin-main.pin-10 {
	top: 37%;
	left: 21.2%;
}

.map-section .map-grid .pin.pin-11,
.map-section .map-grid .pin-middle.pin-11,
.map-section .map-grid .pin-large.pin-11,
.map-section .map-grid .pin-main.pin-11 {
	top: 38.6%;
	left: 22.3%;
}

.map-section .map-grid .pin.pin-12,
.map-section .map-grid .pin-middle.pin-12,
.map-section .map-grid .pin-large.pin-12,
.map-section .map-grid .pin-main.pin-12 {
	top: 38%;
	left: 24.2%;
}

.map-section .map-grid .pin.pin-13,
.map-section .map-grid .pin-middle.pin-13,
.map-section .map-grid .pin-large.pin-13,
.map-section .map-grid .pin-main.pin-13 {
	top: 37.4%;
	left: 24.6%;
}

.map-section .map-grid .pin.pin-14,
.map-section .map-grid .pin-middle.pin-14,
.map-section .map-grid .pin-large.pin-14,
.map-section .map-grid .pin-main.pin-14 {
	top: 18.5%;
	left: 21%;
}

.map-section .map-grid .pin.pin-14,
.map-section .map-grid .pin-middle.pin-14,
.map-section .map-grid .pin-large.pin-14,
.map-section .map-grid .pin-main.pin-14 {
	top: 37.6%;
	left: 14.1%;
}

.map-section .map-grid .pin.pin-15,
.map-section .map-grid .pin-middle.pin-15,
.map-section .map-grid .pin-large.pin-15,
.map-section .map-grid .pin-main.pin-15 {
	top: 21.4%;
	left: 15.5%;
}

.map-section .map-grid .pin.pin-16,
.map-section .map-grid .pin-middle.pin-16,
.map-section .map-grid .pin-large.pin-16,
.map-section .map-grid .pin-main.pin-16 {
	top: 25.5%;
	left: 46.3%;
}

.map-section .map-grid .pin.pin-17,
.map-section .map-grid .pin-middle.pin-17,
.map-section .map-grid .pin-large.pin-17,
.map-section .map-grid .pin-main.pin-17 {
	top: 36.7%;
	left: 44.8%;
}

.map-section .map-grid .pin.pin-18,
.map-section .map-grid .pin-middle.pin-18,
.map-section .map-grid .pin-large.pin-18,
.map-section .map-grid .pin-main.pin-18 {
	top: 34%;
	left: 50%;
}

.map-section .map-grid .pin.pin-19,
.map-section .map-grid .pin-middle.pin-19,
.map-section .map-grid .pin-large.pin-19,
.map-section .map-grid .pin-main.pin-19 {
	top: 76.4%;
	left: 30%;
}

.map-section .map-grid .pin.pin-20,
.map-section .map-grid .pin-middle.pin-20,
.map-section .map-grid .pin-large.pin-20,
.map-section .map-grid .pin-main.pin-20 {
	top: 36.6%;
	left: 11.7%;
}

.map-section .map-grid .pin.pin-21,
.map-section .map-grid .pin-middle.pin-21,
.map-section .map-grid .pin-large.pin-21,
.map-section .map-grid .pin-main.pin-21 {
	top: 33%;
	left: 17.5%;
}

.map-section .map-grid .pin.pin-22,
.map-section .map-grid .pin-middle.pin-22,
.map-section .map-grid .pin-large.pin-22,
.map-section .map-grid .pin-main.pin-22 {
	top: 41.4%;
	left: 22%;
}

.map-section .map-grid .pin {
	width: 2px;
	height: 2px;
}

.map-section .map-grid .pin-middle {
	width: 7px;
	height: 7px;
}

.map-section .map-grid .pin-large {
	width: 9px;
	height: 9px;
}

.map-section .map-grid .pin-main {
	width: 13px;
	height: 13px;
	top: 30%;
	left: 27.2%;
}

.video-section {
	padding-top: 6px;
	text-align: center;
	position: relative;
}

.video-section .container {
	max-width: 930px;
	position: relative;
}

.video-section h2 {
	font: 700 27px/1.2 "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	padding-bottom: 41px;
}

.video-section .video-block {
	position: relative;
	z-index: 2;
}

.video-section .video-block .btn-play {
	width: 103px;
	height: 85px;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(0, 163, 141, .85);
}

.video-section .video-block .btn-play:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 20px 0 20px 40px;
	border-color: transparent transparent transparent #fff;
}

.video-section .video-block .btn-play:hover {
	background: #00a38d;
}

.video-section .video-holder {
	margin: 0 -15px 99px;
	position: relative;
}

.video-section .video-holder:before {
	content: "";
	background-image: -webkit-linear-gradient(39deg, #f05453 0%, #213868 100%);
	background-image: linear-gradient(51deg, #f05453 0%, #213868 100%);
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -82px;
	height: 214px;
	width: 82%;
}

.video-section .video-holder .gallery-img {
	display: none;
}

.video-section .video-holder .decor {
	position: absolute;
	z-index: 3;
	top: calc(100% - 14px);
	width: 90px;
	right: 22.5%;
}

.video-section .decor-2 {
	display: none;
}

.stats-section {
	padding-top: 82px;
	position: relative;
}

.stats-section .container {
	position: relative;
	max-width: 375px;
}

.stats-section .decor {
	position: absolute;
	top: -120px;
	left: -70px;
	right: -70px;
	bottom: 0;
	max-width: none;
}

.stats-section .decor-3 {
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
	position: relative;
	z-index: 3;
}

.stats-section .decor-2 {
	display: none;
}

.stats-section .decor-4 {
	display: none;
}

.stats-item {
	width: 27px;
	height: 27px;
	border-radius: 50%;
	border: 7px solid #fff;
	position: absolute;
	z-index: 3;
	top: 248px;
	left: 20%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.stats-item:nth-of-type(2) {
	top: 604px;
	left: 82.5%;
}

.stats-item:nth-of-type(2) .tooltip-holder {
	left: auto;
	right: calc(100% + 28px);
	background-image: -webkit-linear-gradient(62deg, rgba(185, 78, 89, .8), rgba(78, 63, 100, .8));
	background-image: linear-gradient(28deg, rgba(185, 78, 89, .8), rgba(78, 63, 100, .8));
}

.stats-item:nth-of-type(2) .tooltip-holder:before {
	right: auto;
	left: 100%;
	border-width: 9px 0 9px 18px;
	border-color: transparent transparent transparent rgba(100, 63, 99, .8);
}

.stats-item:nth-of-type(3) {
	top: 974px;
	left: 20%;
}

.stats-item:nth-of-type(3) .tooltip-holder {
	background-image: -webkit-linear-gradient(62deg, rgba(8, 184, 168, .8), rgba(58, 178, 210, .8));
	background-image: linear-gradient(28deg, rgba(8, 184, 168, .8), rgba(58, 178, 210, .8));
}

.stats-item:nth-of-type(3) .tooltip-holder:before {
	border-right-color: rgba(8, 184, 168, .8);
}

.stats-item:nth-of-type(4) {
	display: none;
}

.stats-item .tooltip-holder {
	text-align: center;
	padding: 40px 20px 20px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	width: 214px;
	min-height: 239px;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: calc(100% + 28px);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 5px;
	box-shadow: 0 2px 20px rgba(33, 50, 59, .26);
	background-image: -webkit-linear-gradient(62deg, rgba(68, 59, 101, .8), rgba(48, 59, 103, .8));
	background-image: linear-gradient(28deg, rgba(68, 59, 101, .8), rgba(48, 59, 103, .8));
}

.stats-item .tooltip-holder:before {
	width: 0;
	height: 0;
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 9px 18px 9px 0;
	border-color: transparent rgba(68, 59, 101, .8) transparent transparent;
}

.stats-item .tooltip-holder i {
	display: block;
	font-size: 80px;
	margin-bottom: -16px;
}

.stats-item .tooltip-holder .value {
	font-size: 70px;
	font-weight: 300;
}

.order-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.speakers-section {
	padding-bottom: 446px;
	position: relative;
}

.speakers-section h2 {
	margin-bottom: 49px;
}

.speakers-section .cards-holder {
	margin: 0 -12px;
	position: relative;
}

.speakers-section .cards-holder:before {
	width: 1435px;
	height: 1435px;
	content: "";
	position: absolute;
	z-index: 3;
	top: 313px;
	right: 21px;
	background-image: -webkit-linear-gradient(134deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-44deg, #39b1d2 0%, #00b9a1 100%);
	border-radius: 50%;
}

.speakers-section .cards-holder .decor {
	display: none;
}

.speakers-section .col {
	padding: 0 10px 81px;
	position: relative;
}

.speakers-section .col:first-of-type:after {
	width: 118px;
	height: 87px;
	content: "";
	background-image: url(../images/dotsquare2.svg);
	position: absolute;
	z-index: 6;
	right: 24px;
	bottom: 36px;
	pointer-events: none;
}

.speakers-section .card {
	display: block;
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	height: 100%;
	color: #21323b;
}

.speakers-section .card h3 {
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin-bottom: 6px;
}

.speakers-section .card img {
	width: 100%;
}

.speakers-section .card .card-body {
	background: #fff;
	text-align: left;
	padding: 28px 30px 31px;
	line-height: 1.2;
	height: 100%;
	border-radius: 0 0 3px 3px;
}

.speakers-section .card .position {
	display: block;
	font-size: 20px;
}

.speakers-section .more-content {
	width: 100%;
	margin-top: -50px;
	text-align: center;
}

.speakers-section .more-content.active {
	margin-top: 0;
}

.speakers-section .more-content.active .opener {
	display: none;
}

.speakers-section .more-content .col:first-of-type:after {
	display: none;
}

.speakers-section .more-content .col:last-of-type:after {
	width: 118px;
	height: 87px;
	content: "";
	background-image: url(../images/dotsquare3.svg);
	position: absolute;
	z-index: 6;
	left: 4px;
	top: -45px;
	pointer-events: none;
}

.speakers-section .decor-2 {
	position: absolute;
	bottom: 0;
	left: -57px;
	right: 0;
	background: url(../images/barchartgreen.svg);
	height: 202px;
}

.agenda-section {
	background: #fff;
	color: #21323b;
	padding-top: 47px;
	text-align: center;
}

.agenda-section h2 {
	margin-bottom: 38px;
}

.agenda-section .btn-learn-more {
	color: #21323b;
	margin-top: 42px;
}

.agenda-section .btn-learn-more:hover i {
	color: #21323b;
}

.agenda-section .img-holder {
	margin: 36px -15px 0;
}

.agenda-section .open-close.active .opener {
	display: none;
}

.schedule {
	font-size: 22px;
	text-align: left;
}

.schedule li {
	border-bottom: 1px solid rgba(151, 166, 170, .3);
	padding-top: 8px;
}

.schedule .time {
	display: block;
	color: #08b8a0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 2px;
}

.schedule .text {
	display: block;
	font-weight: 300;
	text-align: left;
}

.speaker-detail-section {
	padding-top: 134px;
}

.speaker-detail-section .img-holder img {
	width: 100%;
}

.speaker-detail-section .speaker-info-holder .container {
	position: relative;
	padding: 0;
	padding-bottom: 105px;
}

.speaker-detail-section .speaker-info-holder .container:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 22.5%;
	right: 22.5%;
	bottom: 53%;
	background-size: cover;
	background-position: center;
	background-image: url(../images/diagonallines2.svg);
}

.speaker-detail-section .speaker-info-holder .slide {
	overflow: hidden;
}

.speaker-info {
	background: #fff;
	color: #21323b;
	padding: 25px 15px;
	position: relative;
}

.speaker-info:after {
	width: 129px;
	height: 124px;
	content: "";
	position: absolute;
	bottom: -50px;
	right: -36px;
	background: url(../images/dotcircle3.svg);
	background-size: 100%;
	background-repeat: no-repeat;
}

.speaker-info h2 {
	line-height: 1.2;
	margin-bottom: 0;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-weight: 700;
}

.speaker-info p {
	line-height: 1.5;
}

.speaker-info p:last-of-type {
	margin-bottom: 40px;
}

.speaker-info .position {
	display: block;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 20px;
}

.speaker-info .title {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
}

.speaker-info .social-networks {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -7px;
	max-width: 75%;
}

.speaker-info .social-networks li {
	padding-bottom: 10px;
}

.visual-block {
	position: relative;
	padding: 45px 0 62px;
	margin: 0 -15px 60px;
}

.visual-block .img {
	position: relative;
	z-index: 3;
}

.visual-block .decor-img {
	z-index: 1;
}

.visual-block .decor-img.decor-top {
	width: 430px;
	top: 0;
	left: -120px;
}

.visual-block .decor-img.decor-bottom {
	width: 330px;
	bottom: 0;
	right: -178px;
}

.offer-block {
	text-align: center;
	padding: 45px 15px 65px;
	margin: 0 -15px 130px;
	background-image: -webkit-linear-gradient(140deg, #39b1d2 0%, #00b9a1 100%);
	background-image: linear-gradient(-50deg, #39b1d2 0%, #00b9a1 100%);
	box-shadow: 0 0 30px rgba(0, 0, 0, .25);
	position: relative;
	z-index: 2;
}

.offer-block h3,
.offer-block .title {
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.offer-block h3 {
	font-size: 36px;
	line-height: 1.08333333;
	margin: 0 10px 36px;
	color: #fff;
}

.offer-block h4 {
	text-transform: capitalize;
}

.offer-block ul:not([class]):not([id]) {
	font-size: 22px;
	line-height: 1.363636;
	text-align: left;
	margin-bottom: 20px;
}

.offer-block ul:not([class]):not([id]) li {
	margin-bottom: 12px;
}

.offer-block ul:not([class]):not([id]) li:before {
	margin: 0 16px 3px 0px;
}

.offer-block .title,
.offer-block .price {
	display: block;
}

.offer-block .title {
	font-size: 24px;
	text-transform: capitalize;
	color: #21323b;
	margin-bottom: 18px;
}

.offer-block .price {
	font-size: 100px;
	line-height: 1.18;
	margin-bottom: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
}

.offer-block .btn {
	min-width: 230px;
	padding: 13px 30px;
}

.events-section {
	position: relative;
}

.events-section h2 {
	max-width: 300px;
	text-align: center;
	letter-spacing: 3px;
	margin: 0 auto 148px;
	position: relative;
	z-index: 2;
}

.events-section h3 {
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	/* text-transform: capitalize; */
	line-height: 1.2666666;
	margin: 0 0 30px;
}

.events-section .decor-img {
	max-width: none;
	z-index: -1;
}

.events-section .event-info {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 37px;
}

.events-section .event-info li {
	margin: 0 0 22px;
}

.events-section .event-info li:only-child,
.events-section .event-info li:last-child {
	border-right: none;
}

.events-section .event-info .title {
	display: block;
	color: #08b8a0;
}

.events-section .event {
	font-size: 18px;
	font-weight: 300;
	padding: 42px 20px 45px;
	margin: 0 -15px 193px;
	color: #21323b;
	background: #f6f7f7;
	position: relative;
}

.events-section .event:last-child {
	margin-bottom: 0;
}

.events-section .event p {
	margin: 0 0 35px;
}

.events-section .event h4 {
	line-height: 1.266666;
	margin-bottom: 25px;
	font-family: "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

.events-section .event .decor-img.decor-right {
	width: 615px;
	top: -263px;
	right: -320px;
}

.events-section .event .decor-img.decor-left {
	width: 523px;
	top: -82px;
	left: -292px;
}

.events-section .event .btn {
	min-width: 295px;
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -37px;
}

.bubbles-section {
	text-align: center;
	padding: 98px 0 78px;
}

.bubbles-section h2 {
	font-weight: 300;
	font-size: 28px;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.2;
}

.bubbles-section .bubbles {
	margin-top: 40px;
}

.bubbles-section .text-item text {
	font: 13px "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.bubbles-section .text-item.item-1 text {
	font-size: 18px;
	-webkit-transform: translateY(7px);
	-ms-transform: translateY(7px);
	transform: translateY(7px);
}

.bubbles-section .text-item.item-2 text,
.bubbles-section .text-item.item-3 text {
	font-size: 16px;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

.bubbles-section .text-item.item-5 text {
	font-size: 14px;
}

.venue-section {
	font-size: 18px;
	font-weight: 300;
	padding: 50px 0 82px;
}

.venue-section .container {
	max-width: 1010px;
}

.venue-section h2 {
	letter-spacing: 3px;
	line-height: 1.208333;
	text-align: center;
	margin: 0 0 63px;
}

.venue-section h3 {
	font: 700 35px/1.2 "ff-meta-serif-web-pro", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	margin: 0 0 12px;
}

.venue-section h5 {
	line-height: 1.363636;
	margin: 0 0 2px;
}

.venue-section p {
	margin: 0 0 30px;
}

.venue-section address {
	max-width: 250px;
	margin: 0 0 38px;
}

.venue-section .btn-holder {
	text-align: center;
}

.subscribe-block {
	font-size: 22px;
	padding: 35px 0;
	position: relative;
}

.subscribe-block .container {
	position: relative;
}

.subscribe-block .decor-bg {
	height: 300px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: 83% 0;
	background-repeat: no-repeat;
}

.subscribe-block .title {
	display: block;
	font-weight: 400;
	color: #08b8a0;
	margin: 0 0 14px;
}

.subscribe-block .text-block {
	line-height: 1.3181818;
	margin-bottom: 55px;
}

.subscribe-block .form-block input[type="email"],
.subscribe-block .form-block input[type="text"] {
	display: block;
	width: 100%;
}

.subscribe-block .form-block input[type="email"],
.subscribe-block .form-block input[type="text"] {
	text-align: center;
	border-radius: 3px 3px 0 0;
}

.subscribe-block .form-block input[type="submit"] {
	box-shadow: 0 4px 8px rgba(33, 50, 59, .16);
	border-radius: 0 0 3px 3px;
	width: 100%;
}

.subscribe-block .form-block input[type="submit"]:hover {
	background: #e31514;
}

.location-section {
	padding: 100px 0 0;
	font-weight: 300;
}

.location-section .container {
	max-width: 1000px;
}

.location-section h1 {
	line-height: 1.25;
	margin-bottom: 50px;
}

.location-section h2,
.location-section h3,
.location-section .title {
	text-transform: capitalize;
}

.location-section h2 {
	line-height: 1.08333333;
}

.location-section .btn {
	padding: 15px 30px;
}

.location-section .location-block {
	margin: 0 0 100px;
}

.location-section .visual-block {
	margin: 0 0 20px;
}

.location-section .address-block {
	position: relative;
	z-index: 1;
}

.location-section .address-block .title {
	display: block;
	font-weight: 300;
}

.location-section .address-block address {
	margin: 0 0 15px;
}

.location-section .address-block .text-block,
.location-section .address-block .map-block {
	margin: 0 0 30px;
}

.location-section .address-block .text-block .btn {
	min-width: 230px;
}

.location-section .address-block .map-block {
	height: 396px;
}

.location-section .address-block .map-block iframe {
	height: 100%;
	width: 100%;
	border: 0;
}

#footer {
	text-align: center;
	padding: 25px 0 18px;
	background: #fff;
}

#footer .logo {
	display: block;
	margin: 0 auto 22px;
	width: 177px;
}

#footer .container {
	max-width: 1175px;
}

.social-networks {
	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-bottom: 11px;
}

.social-networks li {
	padding: 0 7px 7px;
}

.social-networks a {
	width: 32px;
	height: 32px;
	-webkit-transition: background-position .15s ease-in-out;
	transition: background-position .15s ease-in-out;
	display: block;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	position: relative;
	background-image: -webkit-linear-gradient(216deg, #21323b 0%, #21323b 50%, #39b1d2 51%, #00b9a1 100%);
	background-image: linear-gradient(234deg, #21323b 0%, #21323b 50%, #39b1d2 51%, #00b9a1 100%);
	background-position: 0 150%;
	background-size: 100% 300%;
}

.social-networks a:hover {
	background-position: 100% 250%;
}

.social-networks a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.social-networks a i.icon-facebook {
	font-size: 16px;
}

.copy {
	display: block;
	font-size: 14px;
	letter-spacing: 1.17px;
	color: #20323c;
}

.copy a:hover {
	color: #00a38d;
}

@media (min-width: 768px) {
	#header .container {
		padding: 0 50px;
	}

	.menu-drop {
		position: static;
		opacity: 1;
		visibility: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% - 130px);
		background: transparent;
		text-align: left;
		padding: 0;
	}

	.nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 10px 0 0;
	}

	.nav li {
		padding: 0 10px;
	}

	.nav a {
		font-size: 13px;
	}

	.nav-opener {
		display: none;
	}

	.viewport .slide-to-right {
		-webkit-transform: translate(-100px, 0);
		-ms-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
	}

	.viewport .slide-to-left {
		-webkit-transform: translate(100px, 0);
		-ms-transform: translate(100px, 0);
		transform: translate(100px, 0);
	}

	.slick-prev {
		left: 16.5%;
	}

	.slick-next {
		right: 16.5%;
	}

	.hero-section h1 {
		font-size: 100px;
	}

	.hero-section .decor,
	.hero-section .decor-1,
	.hero-section .decor-2 {
		display: block;
		position: absolute;
		z-index: 2;
	}

	.hero-section .decor {
		width: 80px;
		-webkit-transform: translateY(-42%);
		-ms-transform: translateY(-42%);
		transform: translateY(-42%);
		top: 50%;
		right: -17px;
		color: rgba(255, 255, 255, .55);
		font-size: 80px;
		line-height: 1;
	}

	.hero-section .decor-1 {
		top: -18px;
		left: 16px;
		width: 30px;
	}

	.hero-section .decor-2 {
		bottom: -68px;
		left: -36px;
		width: 160px;
	}

	.day-cards-list {
		margin: 0;
	}

	.day-cards-list li {
		width: 33.33%;
		border-radius: 3px;
		margin-bottom: 40px;
		min-height: 368px;
		padding: 35px 40px 31px;
	}

	.day-cards-list li:nth-child(3n+2) {
		margin: -31px -14px 29px;
		width: calc(33.33% + 28px);
		padding: 35px 54px 31px;
	}

	.day-cards-list li:nth-child(3n+2) .btn {
		margin-bottom: -56px;
	}

	.day-cards-list .btn {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
		min-width: 0;
	}

	.section-day-cards {
		padding: 86px 0 100px;
	}

	.section-day-cards .decor,
	.section-day-cards .decor-1,
	.section-day-cards .decor-2 {
		display: block;
		position: absolute;
	}

	.section-day-cards .decor {
		max-width: none;
		top: 66%;
		left: -595px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-day-cards .decor-1 {
		top: -72px;
		right: -108px;
	}

	.section-day-cards .decor-2 {
		left: -100px;
		bottom: 12px;
		-webkit-transform: rotate(90deg) scale(-1, 1);
		-ms-transform: rotate(90deg) scale(-1, 1);
		transform: rotate(90deg) scale(-1, 1);
	}

	.map-section .map {
		background-position: center;
		padding-top: 57%;
	}

	.map-section .map-grid {
		top: 0;
		left: 15px;
		right: 15px;
	}

	.map-section .map-grid .pin {
		width: 6px;
		height: 6px;
	}

	.map-section .map-grid .pin-middle {
		width: 16px;
		height: 16px;
	}

	.map-section .map-grid .pin-large {
		width: 23px;
		height: 23px;
	}

	.map-section .map-grid .pin-main {
		width: 24px;
		height: 24px;
		position: relative;
	}

	.map-section .map-grid .pin-main:before {
		width: 34px;
		height: 34px;
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border: 2px solid #f05453;
		border-radius: 50%;
	}

	.video-section .video-holder {
		margin: 0 0 99px;
	}

	.video-section .video-holder .gallery-img {
		display: block;
		position: absolute;
		height: 400px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: calc(100% - 205px);
	}

	.video-section .video-holder .gallery-img:nth-of-type(2) {
		right: auto;
		left: calc(100% - 205px);
	}

	.video-section .decor-2 {
		display: block;
		position: absolute;
		top: 53%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: -534px;
		max-width: none;
	}

	.speakers-section {
		padding-bottom: 187px;
	}

	.speakers-section .cards-holder {
		margin: 0 -10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.speakers-section .cards-holder:before {
		width: 900px;
		height: 900px;
		top: 1045px;
		right: 53.4%;
	}

	.speakers-section .cards-holder:after {
		content: "";
		position: absolute;
		z-index: 4;
		background-image: -webkit-linear-gradient(39deg, #f05453 0%, #213868 100%);
		background-image: linear-gradient(51deg, #f05453 0%, #213868 100%);
		top: 19.7%;
		right: 6.3%;
		left: 60.8%;
		bottom: 63.7%;
	}

	.speakers-section .cards-holder .decor {
		display: block;
		position: absolute;
		top: calc(100% - 85px);
		right: 16%;
	}

	.speakers-section .col {
		width: 33.33%;
	}

	.speakers-section .col:first-of-type:after {
		bottom: auto;
		top: -41px;
		right: -15px;
	}

	.speakers-section .card {
		-webkit-transition: -webkit-transform .15s ease-in-out;
		transition: -webkit-transform .15s ease-in-out;
		transition: transform .15s ease-in-out;
		transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
		max-width: none;
	}

	.speakers-section .card:hover {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	.speakers-section .card h3 {
		font-size: 22px;
		margin-bottom: 2px;
	}

	.speakers-section .card .card-body {
		padding: 20px 15px;
	}

	.speakers-section .card .position {
		font-size: 16px;
	}

	.speakers-section .more-content {
		margin-top: 0;
	}

	.speakers-section .more-content .opener {
		display: none;
	}

	.speakers-section .more-content .slide {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.speakers-section .more-content .col:last-of-type:after {
		bottom: auto;
		top: -44px;
		left: -5px;
	}

	.speakers-section .more-content .col:nth-of-type(5) {
		z-index: 2;
	}

	.speakers-section .more-content .col:nth-of-type(2) {
		z-index: 3;
	}

	.speakers-section .decor-2 {
		left: 59.2%;
		height: 140px;
	}

	.agenda-section .img-holder {
		margin-top: 50px;
	}

	.agenda-section .open-close .opener {
		display: none;
	}

	.schedule li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.schedule .time {
		padding-right: 20px;
	}

	.speaker-detail-section .img-holder {
		position: relative;
		margin: 48px 0 0 49px;
	}

	.speaker-detail-section .img-holder:before {
		content: "";
		position: absolute;
		z-index: -1;
		left: -49px;
		right: 49px;
		top: -48px;
		bottom: 48px;
		border: 3px solid #97a6aa;
	}

	.speaker-detail-section .speaker-info-holder .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 79px;
		max-width: 1398px;
	}

	.speaker-detail-section .col {
		width: 42.4%;
		padding-left: 63px;
		padding-bottom: 50px;
	}

	.speaker-detail-section .col:last-child {
		width: 52.7%;
		padding: 0;
	}

	.speaker-info {
		padding: 30px;
	}

	.speaker-info .social-networks {
		margin: 0 -12px;
	}

	.speaker-info .social-networks li {
		padding: 0 12px 10px;
	}

	.visual-block {
		margin: 0 0 60px;
	}

	.offer-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 43px 20px;
		box-shadow: 0 4px 30px rgba(0, 0, 0, .41);
		border-radius: 3px;
		margin: 0 0 130px;
	}

	.offer-block h3 {
		text-align: left;
	}

	.offer-block .text-block {
		width: 50%;
	}

	.offer-block .price-block {
		width: 40%;
	}

	.events-section h2 {
		max-width: none;
		margin-bottom: 102px;
	}

	.events-section .hide {
		display: block;
	}

	.events-section .img-block {
		text-align: right;
	}

	.events-section .img-block img {
		margin-bottom: -30px;
		position: relative;
		z-index: 1;
	}

	.events-section .event-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
	}

	.events-section .event-info li {
		padding: 5px 15px;
		margin-bottom: 10px;
		border-right: 1px solid rgba(151, 166, 170, .5);
	}

	.events-section .event {
		max-width: 931px;
		margin: 0 0 63px;
		box-shadow: 0 0 30px rgba(0, 0, 0, .4);
		border-radius: 3px;
	}

	.events-section .event .btn {
		left: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		right: 15px;
	}

	.venue-section .btn-holder {
		text-align: left;
	}

	.subscribe-block {
		padding: 100px 0;
	}

	.subscribe-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.subscribe-block .text-block {
		width: 45%;
		margin: 0;
	}

	.subscribe-block .form-block {
		width: 50%;
	}

	.subscribe-block .form-block form {
		position: relative;
		border-radius: 0 4px 4px 0;
		overflow: hidden;
	}

	.subscribe-block .form-block input[type="email"],
	.subscribe-block .form-block input[type="text"] {
		text-align: left;
		padding-right: 148px;
		border-radius: 4px;
	}

	.subscribe-block .form-block input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		min-width: 133px;
		border-radius: 0;
		width: auto;
	}

	.location-section {
		padding: 168px 0 0;
	}

	.location-section p {
		margin: 0 0 80px;
	}

	.location-section .address-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.location-section .address-block .text-block,
	.location-section .address-block .map-block {
		margin: 0;
	}

	.location-section .address-block .text-block {
		width: 45%;
		padding-bottom: 60px;
		position: relative;
	}

	.location-section .address-block .text-block .btn {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.location-section .address-block .map-block {
		width: 400px;
	}

	.social-networks li {
		padding: 0 10px 10px;
	}

	.social-networks a {
		width: 44px;
		height: 44px;
		font-size: 18px;
	}

	.social-networks a i.icon-facebook {
		font-size: 24px;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 22px 0;
	}

	#header .container {
		padding: 0 90px;
		max-width: 1350px;
	}

	.logo {
		width: 117px;
		margin-left: 4px;
	}

	.nav {
		margin-right: 30px;
	}

	.nav li {
		padding: 0 25px;
	}

	body {
		font-size: 18px;
	}

	h3,
	.h3 {
		font-size: 32px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"] {
		border-radius: 4px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	input[type="submit"] {
		border-radius: 4px;
	}

	.btn.btn-learn-more i {
		width: 32px;
		height: 32px;
	}

	.hero-section {
		padding-top: 119px;
	}

	.hero-section h1 {
		font-size: 200px;
		letter-spacing: 11.11px;
		line-height: 1.3;
	}

	.hero-section .text {
		letter-spacing: 7.4px;
		font-size: 40px;
		margin-bottom: 65px;
	}

	.hero-section .text time {
		display: inline;
		position: relative;
		padding-right: 12px;
		margin-right: 32px;
	}

	.hero-section .text time:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-right: 4px solid #fff;
		height: 34px;
	}

	.hero-section .decor {
		right: -52px;
		width: 200px;
	}

	.hero-section .decor-1 {
		left: 36px;
		width: auto;
	}

	.hero-section .decor-2 {
		bottom: -111px;
		left: -58px;
		width: auto;
	}

	.day-cards-list li:nth-child(3n+2) time {
		margin-bottom: 32px;
	}

	.day-cards-list h4 {
		margin-bottom: 50px;
	}

	.day-cards-list time {
		margin-bottom: 24px;
	}

	.section-day-cards h2 {
		margin-bottom: 120px;
	}

	.map-section {
		padding: 126px 0 100px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.map-section h2 {
		width: 69%;
	}

	.map-section h2 {
		font-size: 47px;
		line-height: 1.2;
		margin-bottom: 26px;
	}

	.map-section h3 {
		font-size: 32px;
	}

	.map-section .map-holder .text-block {
		position: absolute;
		left: 15px;
		bottom: -33px;
		width: 35.2%;
		border-radius: 3px;
		padding-top: 27px;
		padding-bottom: 16px;
	}

	.map-section .map-holder .text-block:first-of-type {
		bottom: auto;
		left: auto;
		top: -30px;
		right: 15px;
		width: 24.8%;
		padding-top: 26px;
		padding-bottom: 10px;
	}

	.video-section {
		padding: 75px 0 211px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.video-section h2 {
		font-size: 32px;
		padding: 0 50px 54px;
	}

	.video-section .video-block .btn-play {
		width: 216px;
		height: 178px;
	}

	.video-section .video-block .btn-play:before {
		border-width: 41px 0 41px 82px;
	}

	.video-section .video-holder {
		margin-bottom: 34px;
	}

	.video-section .video-holder:before {
		width: 405px;
		height: 282px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		left: calc(100% - 228px);
		bottom: -115px;
	}

	.video-section .video-holder .decor {
		width: auto;
		top: calc(100% - 41px);
		right: -46px;
	}

	.stats-section {
		padding: 113px 0;
	}

	.stats-section .container {
		max-width: 2100px;
		padding: 0;
	}

	.stats-section .decor {
		display: none;
	}

	.stats-section .decor-3 {
		display: none;
	}

	.stats-section .decor-2 {
		display: block;
		position: relative;
		z-index: 3;
		pointer-events: none;
	}

	.stats-section .decor-4 {
		display: block;
		position: absolute;
		top: 60%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.stats-item {
		width: 30px;
		height: 30px;
		top: 56%;
		left: 18%;
	}

	.stats-item:nth-of-type(2) {
		top: 93.7%;
		left: 40%;
		z-index: 4;
	}

	.stats-item:nth-of-type(2) .tooltip-holder {
		right: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	.stats-item:nth-of-type(2) .tooltip-holder:before {
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		border-width: 18px 9px 0 9px;
		border-color: rgba(160, 71, 93, .8) transparent transparent transparent;
	}

	.stats-item:nth-of-type(2) .tooltip-holder:hover {
		-webkit-transform: translate(50%, -30px);
		-ms-transform: translate(50%, -30px);
		transform: translate(50%, -30px);
	}

	.stats-item:nth-of-type(3) {
		top: 6%;
		left: 62%;
	}

	.stats-item:nth-of-type(3) .tooltip-holder {
		bottom: auto;
		top: calc(100% + 28px);
		z-index: 2;
	}

	.stats-item:nth-of-type(3) .tooltip-holder:before {
		top: auto;
		bottom: 100%;
		border-width: 0 9px 18px 9px;
		border-color: transparent transparent rgba(54, 178, 208, .8) transparent;
	}

	.stats-item:nth-of-type(3) .tooltip-holder:hover {
		-webkit-transform: translate(-50%, 30px);
		-ms-transform: translate(-50%, 30px);
		transform: translate(-50%, 30px);
	}

	.stats-item:nth-of-type(4) {
		display: block;
		top: 55.5%;
		left: 84%;
	}

	.stats-item:nth-of-type(4) .tooltip-holder {
		bottom: auto;
		top: calc(100% + 28px);
	}

	.stats-item:nth-of-type(4) .tooltip-holder:before {
		top: auto;
		bottom: 100%;
		border-width: 0 9px 18px 9px;
		border-color: transparent transparent rgba(55, 59, 101, .8) transparent;
	}

	.stats-item:nth-of-type(4) .tooltip-holder:hover {
		-webkit-transform: translate(-50%, 30px);
		-ms-transform: translate(-50%, 30px);
		transform: translate(-50%, 30px);
	}

	.stats-item .tooltip-holder {
		-webkit-transition: -webkit-transform .15s ease-in-out;
		transition: -webkit-transform .15s ease-in-out;
		transition: transform .15s ease-in-out;
		transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
		top: auto;
		bottom: calc(100% + 28px);
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		width: 200px;
		min-height: 173px;
		padding: 14px 20px 5px;
		font-size: 18px;
	}

	.stats-item .tooltip-holder:before {
		top: 100%;
		right: 50%;
		-webkit-transform: translate(50%, 0);
		-ms-transform: translate(50%, 0);
		transform: translate(50%, 0);
		border-width: 18px 9px 0 9px;
		border-color: rgba(68, 59, 101, .8) transparent transparent transparent;
	}

	.stats-item .tooltip-holder:hover {
		-webkit-transform: translate(-50%, -30px);
		-ms-transform: translate(-50%, -30px);
		transform: translate(-50%, -30px);
	}

	.stats-item .tooltip-holder i {
		font-size: 50px;
		margin: 3px 0px 8px 3px;
	}

	.stats-item .tooltip-holder .value {
		font-size: 60px;
		line-height: 1.2;
	}

	.order-holder .stats-section {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.speakers-section .cards-holder {
		margin: 0 -30px;
	}

	.speakers-section .cards-holder:before {
		width: 1100px;
		height: 1100px;
	}

	.speakers-section .cards-holder .decor {
		top: calc(100% - 98px);
	}

	.speakers-section .col {
		padding: 0 30px 90px;
	}

	.speakers-section .col:first-of-type:after {
		right: -16px;
	}

	.speakers-section .more-content .col:last-of-type:after {
		left: -14px;
	}

	.agenda-section {
		padding: 100px 0 111px;
	}

	.agenda-section h2 {
		margin-bottom: 70px;
	}

	.agenda-section .img-holder {
		margin-top: 0;
		margin-left: -342px;
	}

	.agenda-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 108px;
	}

	.agenda-section .row .col {
		width: 54%;
	}

	.agenda-section .row .col:last-child {
		width: 39%;
	}

	.schedule li {
		padding-bottom: 9px;
	}

	.speaker-detail-section {
		padding-bottom: 110px;
	}

	.speaker-detail-section h1 {
		margin-bottom: 55px;
	}

	.speaker-info:after {
		width: 258px;
		height: 248px;
		bottom: -99px;
		right: -72px;
	}

	.speaker-info h2 {
		font-size: 45px;
		margin-bottom: 4px;
	}

	.speaker-info p:last-of-type {
		margin-bottom: 157px;
	}

	.speaker-info .position {
		font-size: 28px;
		margin-bottom: 58px;
	}

	.speaker-info .title {
		margin-bottom: 16px;
	}

	.speaker-info .social-networks a {
		width: 53px;
		height: 53px;
	}

	.offer-block {
		margin: -113px 0 220px 15px;
		padding: 36px 20px 38px 45px;
	}

	.offer-block h3 {
		font-size: 43px;
		line-height: 1.1860465;
		margin-bottom: 24px;
	}

	.offer-block .title {
		font-size: 28px;
	}

	.offer-block .price {
		font-size: 125px;
		font-weight: 300;
		margin-bottom: 62px;
	}

	.events-section h3 {
		font-size: 36px;
		max-width: 450px;
	}

	.events-section .img-block img {
		margin-bottom: -75px;
	}

	.events-section .event-info {
		width: calc(100% - 240px);
		margin: 0 -23px;
	}

	.events-section .event-info li {
		padding: 5px 25px;
	}

	.events-section .event-info .title {
		margin: 0 0 8px;
	}

	.events-section .event {
		padding: 37px 46px 28px;
	}

	.events-section .event p {
		margin-bottom: 15px;
	}

	.events-section .event h4 {
		font-size: 36px;
		margin-bottom: 27px;
	}

	.events-section .event .btn {
		right: -15px;
		bottom: -15px;
		max-width: 300px;
	}

	.bubbles-section {
		padding: 150px 0 66px;
	}

	.bubbles-section h2 {
		font-size: 43px;
	}

	.bubbles-section .bubbles {
		margin: -50px auto 0;
		max-width: 1400px;
	}

	.bubbles-section .text-item text {
		font-size: 18px;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}

	.bubbles-section .text-item.item-1 text {
		font-size: 28px;
		-webkit-transform: translateY(11px);
		-ms-transform: translateY(11px);
		transform: translateY(11px);
	}

	.bubbles-section .text-item.item-2 text,
	.bubbles-section .text-item.item-3 text {
		font-size: 24px;
		-webkit-transform: translateY(8px);
		-ms-transform: translateY(8px);
		transform: translateY(8px);
	}

	.bubbles-section .text-item.item-5 text {
		font-size: 24px;
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		transform: translateY(7px);
	}

	.venue-section .text-block {
		max-width: 675px;
	}

	.subscribe-block {
		font-size: 28px;
		padding: 45px 0 126px;
	}

	.subscribe-block .decor-bg {
		height: 210px;
		background-position: 24% 0;
	}

	.subscribe-block .title {
		margin-bottom: 12px;
	}

	.subscribe-block .text-block {
		width: 40%;
	}

	.subscribe-block .form-block {
		padding-top: 18px;
		width: 41.5%;
	}

	.location-section {
		font-size: 28px;
		line-height: 1.3571428;
		padding: 168px 0 124px;
	}

	.location-section h1 {
		margin-bottom: 104px;
	}

	.location-section h2 {
		margin-bottom: 27px;
	}

	.location-section .location-block {
		margin-bottom: 200px;
	}

	.location-section .visual-block {
		margin-bottom: 150px;
	}

	.location-section .address-block h3 {
		margin-bottom: 7px;
	}

	.location-section .address-block address {
		margin-bottom: 20px;
	}

	#footer {
		text-align: left;
		padding: 12px 0 10px;
	}

	#footer .logo {
		margin: 0;
	}

	#footer .container {
		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: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .col {
		width: 33.32%;
	}

	.social-networks {
		margin: 5px 0 0;
	}

	.copy {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.map-section .map-holder {
		margin: 0 -40px 0 -15px;
	}

	.stats-item .tooltip-holder {
		width: 250px;
	}

	.speakers-section .cards-holder {
		margin-top: 155px;
	}

	.speakers-section .cards-holder:before {
		width: 1435px;
		height: 1435px;
	}

	.speakers-section .card h3 {
		font-size: 35px;
	}

	.speakers-section .card .card-body {
		padding: 28px 30px 28px;
	}

	.speakers-section .card .position {
		font-size: 20px;
	}

	.speaker-info {
		padding: 53px 90px 43px 55px;
	}

	.visual-block {
		padding: 70px 0;
		margin-bottom: 8px;
	}

	.visual-block .decor-img.decor-top {
		width: 700px;
		left: -72px;
	}

	.visual-block .decor-img.decor-bottom {
		width: 527px;
		right: -78px;
	}

	.offer-block .text-block {
		width: 52%;
	}

	.offer-block .price-block {
		width: 36%;
		padding-top: 48px;
	}

	.events-section .decor-img.decor-top {
		top: 257px;
		left: -166px;
	}

	.events-section .event .decor-img.decor-right {
		width: 818px;
		top: -140px;
		right: -470px;
	}

	.events-section .event .decor-img.decor-left {
		width: 527px;
		top: -180px;
		left: -300px;
	}

	.venue-section {
		padding-bottom: 77px;
	}

	.venue-section h2 {
		margin-bottom: 108px;
	}

	.venue-section h3 {
		margin-bottom: 22px;
	}

	.venue-section address {
		margin-bottom: 26px;
	}

	.location-section .location-block:nth-of-type(2) .visual-block {
		padding: 50px 0 220px;
		margin: 0;
	}

	.location-section .location-block:nth-of-type(2) .visual-block .decor-top {
		width: 527px;
	}

	.location-section .location-block:nth-of-type(2) .visual-block .decor-bottom {
		width: 775px;
		right: -400px;
		bottom: -62px;
	}

	.location-section .visual-block .decor-bottom {
		right: -87px;
	}
}

@media (min-width: 1700px) {
	.slick-prev {
		left: 30%;
	}

	.slick-next {
		right: 30%;
	}
}

@media (max-width: 374px) {
	.btn.btn-learn-more {
		font-size: 16px;
	}

	.stats-section .decor-3 {
		max-width: none;
		width: 345px;
		-webkit-transform: translateX(28px);
		-ms-transform: translateX(28px);
		transform: translateX(28px);
	}

	.stats-item:nth-of-type(2) {
		left: 93%;
	}

	.stats-item .tooltip-holder {
		width: 200px;
	}
}
