/*! 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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?4gd9tq");
	src: url("../fonts/icomoon.eot?4gd9tq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4gd9tq") format("truetype"), url("../fonts/icomoon.woff?4gd9tq") format("woff"), url("../fonts/icomoon.svg?4gd9tq#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-back:before {
	content: "\e900";
}

/* @font-face {
	font-family: "museo_slab";
	src: url("../fonts/museo_slab_300-webfont.woff2") format("woff2"), url("../fonts/museo_slab_300-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "museo_slab";
	src: url("../fonts/museo_slab_500-webfont.woff2") format("woff2"), url("../fonts/museo_slab_500-webfont.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "museo_slab";
	src: url("../fonts/museo_slab_700-webfont.woff2") format("woff2"), url("../fonts/museo_slab_700-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "museo_slab";
	src: url("../fonts/museo_slab_500italic-webfont.woff2") format("woff2"), url("../fonts/museo_slab_500italic-webfont.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "museo_slab";
	src: url("../fonts/museo_slab_300italic-webfont.woff2") format("woff2"), url("../fonts/museo_slab_300italic-webfont.woff") format("woff");
	font-weight: 300;
	font-style: italic;
} */

@font-face {font-family: 'museo_slab'; font-weight: 700; font-style: normal; src: url('../fonts/Museo_Slab_700.otf') format('opentype');}
@font-face {font-family: 'museo_slab'; font-weight: 500; font-style: normal; src: url('../fonts/Museo_Slab_500.otf') format('opentype');}
@font-face {font-family: 'museo_slab'; font-weight: 500; font-style: italic; src: url('../fonts/Museo_Slab_500italic.otf') format('opentype');}
@font-face {font-family: 'museo_slab'; font-weight: 300; font-style: normal; src: url('../fonts/Museo_Slab_300.otf') format('opentype');}
@font-face {font-family: 'museo_slab'; font-weight: 300; font-style: italic; src: url('../fonts/Museo_Slab_300italic.otf') format('opentype');}
@font-face {font-family: 'zing_script_rust'; font-weight: normal; font-style: normal; src: url('../fonts/zingscriptrustr-base.otf') format('opentype');}
@font-face {font-family: 'perfograma'; font-weight: normal; font-style: normal; src: url('../fonts/PerfogramaTwo-Regular.otf') format('opentype');}

.contest-block .list,
.end-content .citations {
	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: #0a242b;
	font: 13px/1.69 "museo_slab", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
}

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: 300;
	line-height: 1.19;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-family: "zing_script_rust";
	color: #FFFFA3;
	font-size: 24px;
}

h3,
.h3 {
	font-size: 18px;
}

h4,
.h4 {
	font-size: 16px;
}

h5,
.h5 {
	font-size: 14px;
}

h6,
.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #c0c31c;
	text-decoration: none;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
}

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 #878787;
	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: #000;
}

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: #878787;
}

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: #878787;
}

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: #878787;
}

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: #878787;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #878787;
}

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;
}

.logo {
	width: 113px;
	height: 113px;
	position: absolute;
	top: 140px;
	right: -8px;
}

.logo:before {
	content: "";
	background: url(../images/starburst.png) no-repeat 0 0;
	background-size: 1200px 1200px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1200px;
	height: 1200px;
	z-index: -1;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.logo a {
	position: relative;
	z-index: 1;
}

.logo-mobile {
	display: block;
}

.logo-desktop {
	display: none;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1260px;
	padding: 0 30px;
	margin: 0 auto;
}

.text-md {
	font-size: 15px;
	line-height: 1.47;
}

iframe {
	border: none;
}

.newsletter-form {
	position: relative;
}

.newsletter-form.form-success .form-group,
.newsletter-form.form-error .form-group {
	opacity: 0;
	visibility: hidden;
}

.newsletter-form.form-success .response-field,
.newsletter-form.form-error .response-field {
	opacity: 1;
	visibility: visible;
}

.newsletter-form .form-group {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.newsletter-form .response-field {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	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;
}

.input-error {
	border-color: #f00 !important;
}

.intro-section .container {
	position: relative;
	padding-top: 31px;
	padding-bottom: 25px;
}

.intro-section .container:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.intro-section h1 {
	margin-bottom: 20px;
}

.intro-section .h2 {
	font-family: "museo_slab";
	color: #FFF;
	padding-right: 100px;
	margin-bottom: 17px;
}

.intro-section p {
	margin-bottom: 10px;
}

.intro-section .text-md {
	padding-right: 100px;
}

#heading {
	margin-left: -22px;
	margin-right: -22px;
	background: url(../images/otherwordly.png) no-repeat;
	background-size: 300px auto;
	/* background-size: 699px 107px; */
	background-position: left top;
}

#heading h1 {
	display: none;
}

#heading h2 {
	padding-top: 50px;
	padding-left: 22px;
	margin-bottom: 30px;
	font-family: "zing_script_rust";
	font-size: 20px;
	text-align: left;
	color: #FFFFA3;
}

.illustration-section {
	padding-top: 34px;
	padding-bottom: 18px;
}

.illustration-section .row:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.illustration-section .col {
	text-align: center;
	position: relative;
}

.illustration-section .col + .col {
	padding-top: 32px;
	margin-top: 32px;
}

.illustration-section .col + .col:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.illustration-section .img-holder {
	margin: -90px -30px -55px;
	min-height: 315px;
}

.illustration-section .img-holder img {
	max-width: 320px;
}

.illustration-section .desc {
	position: relative;
	z-index: 1;
}

.content-section .container {
	padding-bottom: 20px;
}

.content-section .video-block {
	margin: 0 -30px 32px;
	text-align: center;
	position: relative;
	padding-top: 70%;
}

.content-section .video-block iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.content-section .video-block .play {
	width: 75px;
	height: 75px;
	background: rgba(9, 35, 43, .8);
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	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;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.content-section .video-block .play:hover {
	background: #09232b;
}

.content-section .video-block .play img {
	width: 35px;
	margin-left: 9px;
}

.content-section .post-holder {
	margin-bottom: 36px;
}

.content-section .reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.music-section .post-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.music-section {
	margin-top: 40px;
}

.music-section .container {
	position: relative;
}

.details-section .container {
	position: relative;
}

.details-section .container:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.content-section .platfrom-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-top: 42px;
	margin-top: 23px;
}

.content-section .platfrom-block:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}


.content-section .device {
	margin-left: -43px;
	margin-right: 10px;
	width: 105px;
}


.content-section .wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}


.content-section .wrap h2 {
	margin-bottom: 5px;
}

.content-section .music-links .app-store {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	width: 107px;
}

.content-section .music-links .app-store:hover {
	opacity: .8;
}


.content-section .music-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	margin-top: 23px;
	margin-right: 0;
}

.content-section .music-album {
	margin-top: -106px;
	margin-right: -170px;
	margin-bottom: -112px;
	margin-left: -125px;
	width: 420px;
}

.content-section .music-block .music-links {
	line-height: normal;
	margin-left: 20px;
	/* height: 280px; */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}



.content-section .music-links .music-applemusic {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	width: 113px;
	margin-bottom: 15px;
}

.content-section .music-links .music-applemusic:hover {
	opacity: .8;
}

.content-section .music-links .music-googleplay {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	width: 104px;
	margin-bottom: 15px;
}

.content-section .music-links .music-googleplay:hover {
	opacity: .8;
}

.content-section .music-links .music-spotify {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	width: 76px;
	margin-bottom: 0;
}

.content-section .music-links .music-spotify:hover {
	opacity: .8;
}

.content-section .music-links .music-amazonmusic {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: block;
	width: 101px;
	margin-bottom: 15px;
}

.content-section .music-links .music-amazonmusic:hover {
	opacity: .8;
}

.newsletter-section {
	text-align: center;
}

.newsletter-section .container {
	padding-top: 31px;
	padding-bottom: 40px;
	position: relative;
}

.newsletter-section .container:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.newsletter-section h2 {
	margin-bottom: 20px;
}

.newsletter-section p {
	margin-top: 20px;
	margin-bottom: 0;
}

.newsletter-form {
	position: relative;
}

.newsletter-form input[type="email"] {
	background: none;
	border: 2px solid #fff;
	border-radius: 20px;
	color: #fff;
	width: 100%;
	height: 33px;
	padding: 5px 70px 5px 10px;
	font-weight: 700;
	outline: none;
}

.newsletter-form input[type="email"]::-webkit-input-placeholder {
	color: #878787;
	font-weight: 400;
	font-style: italic;
}

.newsletter-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #878787;
	font-weight: 400;
	font-style: italic;
}

.newsletter-form input[type="email"]:-moz-placeholder {
	color: #878787;
	font-weight: 400;
	font-style: italic;
}

.newsletter-form input[type="email"]:-ms-input-placeholder {
	color: #878787;
	font-weight: 400;
	font-style: italic;
}

.newsletter-form input[type="email"].placeholder {
	color: #878787;
	font-weight: 400;
	font-style: italic;
}

.newsletter-form .btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	font-size: 10px;
	font-weight: 700;
	border-radius: 20px;
	background: #fff;
	color: #333;
	text-transform: uppercase;
	padding: 6px 5px;
	height: 23px;
	width: 62px;
	outline: none;
}

.newsletter-form .btn:hover {
	background: #ccc;
}

.contest-block {
	padding-top: 30px;
	padding-bottom: 0;
}

.contest-block .btn-holder .container {
	padding: 0;
}

.contest-block .btn-back {
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 20px;
	padding: 9px 13px;
	color: #fff;
	font-size: 12px;
	margin-bottom: 34px;
}

.contest-block .btn-back:hover {
	background: #fff;
	color: #0a242b;
}

.contest-block .btn-back .icon-back {
	font-size: 10px;
	line-height: 1;
	margin-right: 3px;
}

.contest-block h1 {
	font-size: 32px;
	padding-right: 80px;
	margin-bottom: 39px;
}

.contest-block h2 {
	margin-bottom: 10px;
	padding-right: 60px;
}

.contest-block .text-md {
	font-size: 13px;
	line-height: 1.69;
}

.contest-block .list {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 5px;
	font-weight: 300;
}

.contest-block .cite {
	color: #fbfe9c;
	position: relative;
	padding-left: 10px;
	margin-left: 40px;
	display: block;
	font-size: 15px;
	font-weight: 300;
}

.contest-block .cite:before {
	content: "";
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 14px;
	left: 0;
}

.winner-holder {
	padding-top: 48px;
	padding-bottom: 0;
	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-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -19px;
}

.winner-holder .col {
	margin-bottom: 70px;
	width: 260px;
}

.winner-holder .col.winner .inner {
	padding: 42px 18px 18px;
	height: 186px;
}

.winner-holder .col.winner .inner:before {
	background-image: url(../images/frame01.png);
	background-size: 261px 233px;
	width: 261px;
	height: 233px;
	top: -23px;
}

.winner-holder .col.winner .position {
	font-size: 37px;
	top: -48px;
	left: 50%;
}

.winner-holder .inner {
	position: relative;
	padding: 41px 18px 18px;
	height: 184px;
}

.winner-holder .inner:before {
	content: "";
	background: url(../images/frame02.png) no-repeat 0 0;
	background-size: 261px 220px;
	width: 261px;
	height: 220px;
	position: absolute;
	top: -16px;
	left: 0;
	z-index: -1;
}

.winner-holder .position {
	font-size: 30px;
	color: #fbfe9c;
	position: absolute;
	top: -40px;
	left: 50.2%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.winner-holder .list {
	max-height: 96px;
	overflow: hidden;
}

.mention-holder {
	position: relative;
	padding-bottom: 36px;
}

.mention-holder:after {
	content: "";
	background: url(../images/separator.png) no-repeat 0 0;
	background-size: 258px 25px;
	width: 258px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mention-holder h2 {
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}

.mention-holder h2 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 29px;
}

.mention-holder h2 span:before,
.mention-holder h2 span:after {
	content: "";
	background: url(../images/deco.png) no-repeat 0 0;
	background-size: 20px 16px;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mention-holder h2 span:after {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) scaleX(-1);
	-ms-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

.mention-holder .col {
	margin-bottom: 22px;
}

.selection-holder {
	position: relative;
	padding-top: 30px;
	padding-bottom: 36px;
}

.selection-holder:after {
	content: "";
	background: url(../images/separator.png) no-repeat 0 0;
	background-size: 258px 25px;
	width: 258px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.selection-holder h2 {
	text-align: center;
	margin-bottom: 20px;
	padding: 0;
}

.selection-holder h2 span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 29px;
}

.selection-holder h2 span:before,
.selection-holder h2 span:after {
	content: "";
	background: url(../images/deco.png) no-repeat 0 0;
	background-size: 20px 16px;
	width: 20px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.selection-holder h2 span:after {
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) scaleX(-1);
	-ms-transform: translateY(-50%) scaleX(-1);
	transform: translateY(-50%) scaleX(-1);
}

.selection-holder p span {
	color: #fbfe9c;
}

.music-section .container:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.accolades-section {
	text-align: center;
}

.accolades-section .container {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.accolades-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 0 -25px;
}

.accolades-section .container:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.accolades-section .text-replacement {
	color: rgba(0, 0, 0, 0);
	background-position: 50% 35%;
	background-repeat: no-repeat;
	background-size: auto 50%;
}

/* .accolades-section .text-replacement {
	background-position: 50% 30%;
	background-repeat: no-repeat;
	background-size: 0 0%;
} */

.accolades-l {

}

.accolade-l {
	width: 240px;
	min-height: 130px;
	margin: 16px 16px;
	background-image: url("../images/accolade-bg-l.svg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.accolade-l h2 {
	margin-bottom: 2px;
	padding: 3px 0;
	font-size: 25px;
	font-family: 'perfograma';
	color: #fff;
}

.accolade-l hr {
	margin: 0 20% 10px 20%;
	height: 1px;
	border: none;
	background: -webkit-linear-gradient(left, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
	background: linear-gradient(to right, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
}

.accolade-l h3 {
	margin-bottom: 4px;
	font-size: 12px;
	font-family: 'museo_slab';
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

.accolade-l h4 {
	margin-bottom: 0;
	font-size: 12px;
	font-family: 'museo_slab';
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

.accolades-s {

}

.accolade-s {
	width: 190px;
	min-height: 110px;
	margin: 16px 16px;
	background-image: url("../images/accolade-bg-s.svg");
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.accolade-s h2 {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px 0;
	font-size: 17px;
	font-family: 'perfograma';
	color: #fff;
}

.accolade-s .super {
	font-size: 11px;
	vertical-align: 30%;
}

.accolade-s hr {
	margin: 0 20% 10px 20%;
	height: 1px;
	border: none;
	background: -webkit-linear-gradient(left, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
	background: linear-gradient(to right, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
}

.accolade-s h3 {
	margin-bottom: 4px;
	font-size: 10px;
	font-family: 'museo_slab';
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
}

.accolade-s h4 {
	margin-bottom: 0;
	font-size: 10px;
	font-family: 'museo_slab';
	font-weight: 500;
	line-height: 1;
	color: #fff;
}

.badges-section {
	text-align: center;
}

.badges-section .container {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}

.badges-section .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	justify-content: center;
	margin: 0 -25px;
}

.badges-section .badge-container {
	width: 190px;
	margin: 20px 16px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: contain;
}

.badges-section .badge {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	height: 120px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.badges-section .badge img {
	max-width: 100%;
	max-height: 100%;
}

.badges-section .external-link {
	display: inline-block;
	background-size: 11px 11px;
	background-image: url("../images/icon-externallink.svg");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 17px;
	color: #FFFFA3;
	font-weight: 300;
}

.badges-section .external-link:hover {
	text-decoration: underline !important;
}

.about-section .container {
	padding-top: 30px;
	padding-bottom: 1px;
	position: relative;
}

.about-section .container:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

.about-section h2 {
	text-align: center;
	margin-bottom: 20px;
}

.about-section .col {
	margin-bottom: 30px;
}

.about-section h3 {
	color: #fbfe9c;
	margin-bottom: 15px;
}

.end-content {
	padding-top: 30px;
	padding-bottom: 23px;
}

.end-content .col {
	font-size: 11px;
	line-height: 1.73;
}

.end-content h3 {
	margin-bottom: 17px;
}

.end-content .citations {
	margin-bottom: 17px;
}

.end-content .citations li {
	margin-bottom: 10px;
}

.end-content .holder {
	margin-bottom: 14px;
}

#footer .container {
	position: relative;
	padding-top: 36px;
	padding-bottom: 36px;
}

#footer .container:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .12;
	background: #fff;
	background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
}

#footer .by {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .text {
	font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin-top: 14px;
	font-size: 10px;
	margin-right: 4px;
	font-weight: 300;
}

#footer .by-logo {
	width: 37px;
}

#footer .divider {
	width: 1px;
	height: 34px;
	margin-left: 30px;
	margin-top: 6px;
	background-image: url("data:image/svg+xml;utf8,<svg width='1px' height='100px' viewBox='0 0 1 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2; ' preserveAspectRatio='none'>			    <g transform='matrix(1,0,0,1,-5666,-27)'>			        <g id='Artboard4' transform='matrix(0.011236,0,0,0.0888889,5602.34,24.6)'>			            <rect x='5666' y='27' width='89' height='1125' style='fill:none;'/>			            <g id='Group-10-copy-7' serif:id='Group 10 copy 7' transform='matrix(44.5,0,0,1.78571,-15531.1,-46.2143)'>			                <g opacity='.25'>			                    <g transform='matrix(1,0,0,0.987461,-762.661,-60.7085)'>			                        <rect x='1239' y='103' width='2' height='638' style='fill:url(%23_Linear1);'/>			                    </g>			                </g>			            </g>			        </g>			    </g>			    <defs>			        <linearGradient id='_Linear1' x1='0' y1='0' x2='1' y2='0' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1.22465e-14,638,-200,3.90662e-14,1240,103)'><stop offset='0' style='stop-color:white;stop-opacity:0'/><stop offset='0.5' style='stop-color:white;stop-opacity:1'/><stop offset='1' style='stop-color:white;stop-opacity:0'/></linearGradient>			    </defs>			</svg>");
	background-position: 50% 50%;
	background-size: 1px 100%;
	background-repeat: no-repeat;
}

#footer .link-twitter {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 30px;
	margin-top: 10px;
	background-image: url("../images/icon-twitter.png");
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .5;
}

#footer .link-twitter:hover {
	opacity: 1;
}

@media (min-width: 480px) {
	.intro-section .text-md {
		padding-right: 100px;
	}

	.content-section .device {
		margin-left: 0;
		margin-right: 20px;
	}

	.content-section .wrap {
		text-align: left;
	}

	.contest-block h2 {
		padding-right: 80px;
	}

	.contest-block .text-md {
		padding-right: 80px;
	}

	.mention-holder .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -19px;
	}

	.mention-holder .col {
		width: 50%;
		padding: 0 19px;
		margin-bottom: 40px;
	}

}

@media (min-width: 768px) {
	body {
		font-size: 18px;
		line-height: 1.78;
	}

	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6,
	.h {
		line-height: 1.43;
	}

	h1,
	.h1 {
		font-size: 60px;
	}

	h2,
	.h2 {
		font-size: 40px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	#heading {
		background: url(../images/otherwordly.png) no-repeat;
		/* background-size: 286px auto; */
		background-size: 699px 107px;
		background-position: 50% top;
	}

	#heading h2 {
		padding-top: 100px;
		margin-bottom: 30px;
		font-family: "zing_script_rust";
		font-size: 40px;
		text-align: center;
		color: #FFFFA3;
	}

	.logo {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 0;
		width: 219px;
		height: 219px;
	}

	.logo:before {
		background-size: 2000px 2000px;
		width: 2000px;
		height: 2000px;
	}

	.logo.logo-sm {
		width: 165px;
		height: 165px;
		margin-top: 0;
	}

	.logo-mobile {
		display: none;
	}

	.logo-desktop {
		display: block;
	}

	.text-md {
		font-size: 20px;
		line-height: 1.52;
	}

	.intro-section {
		margin-top: 20px;
		text-align: center;
	}

	.intro-section .container {
		padding-top: 35px;
		padding-bottom: 48px;
	}

	.intro-section h1 {
		margin-bottom: 30px;
	}

	.intro-section .h2 {
		padding-right: 0;
		margin-bottom: 13px;
		font-size: 28px;
	}

	.intro-section .text-md {
		padding-right: 0;
	}

	.illustration-section {
		padding-top: 71px;
	}

	.illustration-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -27px;
		position: relative;
	}

	.illustration-section .col {
		width: 50%;
		padding: 0 27px;
		margin-bottom: 40px;
	}

	.illustration-section .col + .col {
		padding-top: 0;
		margin-top: 0;
	}

	.illustration-section .col + .col:after {
		display: none;
	}

	.illustration-section .img-holder {
		margin-top: -133px;
		margin-bottom: -60px;
		min-height: 330px;
	}

	.illustration-section .img-holder img {
		max-width: 360px;
	}

	.illustration-section h2 {
		margin-bottom: 18px;
	}

	.illustration-section .text-md {
		font-size: 22px;
		line-height: 1.45;
	}

	.content-section .video-block {
		width: 320px;
		margin: 72px 0 0;
		padding-top: 30%;
	}

	.content-section .post-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.content-section .reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.music-section .post-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.content-section .desc {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 30px;
	}

	.content-section .platfrom-block {
		width: 320px;
		padding-top: 0;
		margin-top: 0;
	}

	.content-section .music-block {
		width: 320px;
		padding-top: 0;
		margin-top: 0;
		margin-right: 80px;
	}

	.content-section .platfrom-block:after {
		display: none;
	}

	.newsletter-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -19px;
		align-items: center;

		background-image: url("data:image/svg+xml;utf8,<svg width='1px' height='100px' viewBox='0 0 1 100' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2; ' preserveAspectRatio='none'>			    <g transform='matrix(1,0,0,1,-5666,-27)'>			        <g id='Artboard4' transform='matrix(0.011236,0,0,0.0888889,5602.34,24.6)'>			            <rect x='5666' y='27' width='89' height='1125' style='fill:none;'/>			            <g id='Group-10-copy-7' serif:id='Group 10 copy 7' transform='matrix(44.5,0,0,1.78571,-15531.1,-46.2143)'>			                <g opacity='.25'>			                    <g transform='matrix(1,0,0,0.987461,-762.661,-60.7085)'>			                        <rect x='1239' y='103' width='2' height='638' style='fill:url(%23_Linear1);'/>			                    </g>			                </g>			            </g>			        </g>			    </g>			    <defs>			        <linearGradient id='_Linear1' x1='0' y1='0' x2='1' y2='0' gradientUnits='userSpaceOnUse' gradientTransform='matrix(1.22465e-14,638,-200,3.90662e-14,1240,103)'><stop offset='0' style='stop-color:white;stop-opacity:0'/><stop offset='0.5' style='stop-color:white;stop-opacity:1'/><stop offset='1' style='stop-color:white;stop-opacity:0'/></linearGradient>			    </defs>			</svg>");
		background-position: 50% 50%;
		background-size: 1px 100%;
		background-repeat: no-repeat;
	}

	.newsletter-section .col {
		width: 50%;
		padding: 0 50px 0 0;
		text-align: right;
	}

	.newsletter-section .col + .col {
		padding: 0 0 0 50px;
		text-align: left;
	}

	.newsletter-section p {
		/* padding-left: 20px; */
		margin-bottom: 0;
	}

	.newsletter-form {
		width: 360px;
		margin: 0 0 0 left;
	}



	.newsletter-form input[type="email"] {
		height: 53px;
		border-radius: 28px;
		padding: 12px 110px 12px 20px;
		font-size: 19px;
	}

	.newsletter-form .btn {
		width: 93px;
		height: 39px;
		top: 7px;
		right: 8px;
		border-radius: 28px;
		font-size: 14px;
	}

	.contest-block {
		padding-top: 42px;
		padding-bottom: 15px;
	}

	.contest-block .btn-holder {
		position: absolute;
		top: 24px;
		left: 0;
		right: 0;
	}

	.contest-block .btn-holder .container {
		padding: 0 30px;
	}

	.contest-block .btn-back {
		margin-bottom: 0;
	}

	.contest-block h1 {
		padding-right: 0;
		text-align: center;
		font-size: 45px;
		margin-bottom: 45px;
	}

	.contest-block h2 {
		padding-right: 0;
		text-align: center;
		font-size: 28px;
		margin-bottom: 13px;
	}

	.contest-block .text-md {
		padding-right: 0;
		text-align: center;
		font-size: 20px;
		line-height: 1.6;
		max-width: 933px;
		margin: 0 auto;
	}

	.contest-block .text-md p {
		margin-bottom: 16px;
	}

	.contest-block .list {
		font-size: 22px;
		line-height: 1.1;
	}

	.contest-block .list li + li {
		margin-top: 9px;
	}

	.contest-block .cite {
		font-size: 22px;
		margin-left: 54px;
		padding-left: 16px;
	}

	.contest-block .cite:before {
		width: 7px;
		top: 22px;
	}

	.winner-holder {
		margin: 0 -19px;
		padding-top: 71px;
		padding-bottom: 8px;
	}

	.winner-holder .col {
		width: 412px;
		padding: 0 19px;
	}

	.winner-holder .col.winner .inner {
		padding: 64px 32px 18px;
		height: 252px;
	}

	.winner-holder .col.winner .inner:before {
		background-size: 375px 310px;
		width: 375px;
		height: 310px;
		top: -26px;
	}

	.winner-holder .col.winner .position {
		font-size: 54px;
		top: -65px;
	}

	.winner-holder .inner {
		border-radius: 32px;
		padding: 63px 30px 18px;
		height: 252px;
	}

	.winner-holder .inner:before {
		background-size: 375px 294px;
		width: 375px;
		height: 294px;
	}

	.winner-holder .position {
		font-size: 38px;
		top: -46px;
		left: 50.5%;
	}

	.winner-holder .list {
		max-height: 124px;
	}

	.mention-holder {
		padding-bottom: 46px;
	}

	.mention-holder:after {
		background-size: 444px 42px;
		width: 444px;
		height: 42px;
	}

	.mention-holder h2 {
		font-size: 30px;
		margin-bottom: 41px;
	}

	.mention-holder h2 span {
		padding: 0 56px;
	}

	.mention-holder h2 span:before,
	.mention-holder h2 span:after {
		background-size: 34px 27px;
		width: 34px;
		height: 27px;
	}

	.mention-holder .list {
		font-size: 22px;
	}

	.mention-holder .cite {
		margin-left: 53px;
		padding-left: 15px;
	}

	.selection-holder {
		padding-top: 43px;
		padding-bottom: 66px;
		text-align: center;
	}

	.selection-holder:after {
		background-size: 444px 42px;
		width: 444px;
		height: 42px;
	}

	.selection-holder h2 {
		font-size: 30px;
		margin-bottom: 41px;
	}

	.selection-holder h2 span {
		padding: 0 56px;
	}

	.selection-holder h2 span:before,
	.selection-holder h2 span:after {
		background-size: 34px 27px;
		width: 34px;
		height: 27px;
	}

	.accolades-l {

	}

	.accolade-l {
		width: 370px;
		min-height: 200px;
		margin: 20px 20px;
		padding: 0;
		background-image: url("../images/accolade-bg-l.svg");
		background-position: top;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}

	.accolade-l h2 {
		margin-bottom: 2px;
		padding: 0;
		font-size: 38px;
		font-family: 'perfograma';
		color: #fff;
	}

	.accolade-l hr {
		margin: 0 20% 16px 20%;
		height: 1px;
		border: none;
		background: -webkit-linear-gradient(left, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
		background: linear-gradient(to right, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
	}

	.accolade-l h3 {
		margin-bottom: 4px;
		font-size: 18px;
		font-family: 'museo_slab';
		font-weight: 500;
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
	}

	.accolade-l h4 {
		margin-bottom: 0;
		font-size: 18px;
		font-family: 'museo_slab';
		font-weight: 500;
		line-height: 1;
		color: #fff;
	}

	.accolades-s {

	}

	.accolade-s {
		width: 280px;
		min-height: 150px;
		margin: 20px 12px;
		padding: 0;
		background-image: url("../images/accolade-bg-s.svg");
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.accolade-s h2 {
		margin-top: 2px;
		margin-bottom: 0;
		padding: 1px 0;
		font-size: 24px;
		font-family: 'perfograma';
		color: #fff;
	}

	.accolade-s .super {
		font-size: 16px;
		vertical-align: 30%;
	}

	.accolade-s hr {
		margin: 0 20% 10px 20%;
		height: 1px;
		border: none;
		background: -webkit-linear-gradient(left, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
		background: linear-gradient(to right, rgba(251, 254, 156, 0) 0%, rgba(251, 254, 156, 1) 50%, rgba(251, 254, 156, 0) 100%);
	}

	.accolade-s h3 {
		margin-bottom: 4px;
		font-size: 14px;
		font-family: 'museo_slab';
		font-weight: 500;
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
	}

	.accolade-s h4 {
		margin-bottom: 0;
		font-size: 14px;
		font-family: 'museo_slab';
		font-weight: 500;
		line-height: 1;
		color: #fff;
	}

	.badges-section .badge-container {
		width: 280px;
		margin: 26px 16px;
		background-position: top;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.badges-section .badge {
		width: 200px;
		height: 160px;
		margin-bottom: 20px;
	}

	.badges-section .external-link {
		background-size: 15px 15px;
		padding-right: 23px;
	}


	.about-section .container {
		padding-bottom: 11px;
		margin-bottom: 30px;
	}

	.about-section h2 {
		margin-bottom: 32px;
	}

	.about-section .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -19px;
	}

	.about-section .col {
		width: 50%;
		padding: 0 19px;
	}

	.about-section h3 {
		margin-bottom: 10px;
	}

	.end-content {
		padding-top: 23px;
	}

	.end-content .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px;
	}

	.end-content .col {
		width: 50%;
		font-size: 15px;
		line-height: 1.6;
		padding: 0 25px;
	}

	.end-content h3 {
		margin-bottom: 13px;
	}

	.end-content .citations li {
		margin-bottom: 17px;
	}

	.end-content .holder {
		margin-bottom: 33px;
	}

	#footer .container {
		padding-top: 57px;
		padding-bottom: 57px;
	}

	#footer .text {
		font-size: 18px;
		margin-right: 8px;
		margin-top: 21px;
	}

	#footer .by-logo {
		width: 64px;
	}

	#footer .divider {
		height: 50px;
		margin-top: 14px;
	}

	#footer .link-twitter {
		width: 34px;
		height: 34px;
		margin-top: 22px;
	}

}

@media (min-width: 1024px) {
	.intro-section .h2 {
		padding: 0 90px;
	}

	.illustration-section .col {
		width: 33.33%;
	}

	.illustration-section .img-holder {
		min-height: 359px;
	}

	.illustration-section .img-holder img {
		max-width: 100%;
	}

	.content-section .container {
		padding-bottom: 2px;
		padding-top: 30px;
	}

	.content-section .video-block {
		width: 560px;
		padding-top: 313px;
	}

	.content-section .video-block .play {
		width: 104px;
		height: 104px;
	}

	.content-section .video-block .play img {
		width: 49px;
	}

	.content-section .post-holder {
		margin-bottom: 50px;
	}

	.content-section .desc {
		padding-right: 80px;
	}

	.content-section h2 {
		margin-bottom: 20px;
	}

	.content-section .platfrom-block {
		width: 560px;
		margin-top: 59px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}



	.content-section .device {
		width: 177px;
		margin-right: 0;
		margin-left: 40px;
	}

	.content-section .wrap {
		text-align: right;
		padding-bottom: 9px;
		font-size: 22px;
		line-height: 1.39;
	}

	.content-section .wrap h2 {
		margin-bottom: 8px;
	}

	.content-section .wrap p {
		margin-bottom: 28px;
	}

	.content-section .wrap .app-store {
		width: 212px;
	}





	/* */


	.content-section .music-block {
		width: 560px;
		margin-top: 59px;
		margin-right: 80px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.content-section .music-album {
		margin-top: -212px;
		margin-right: -341px;
		margin-bottom: -224px;
		margin-left: -250px;
		width: 839px;
	}

	.content-section .music-block .music-links {
		margin-left: 30px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column;
		-webkit-box-align: left;
		-ms-flex-align: left;
		align-items: left;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.content-section .music-links .music-applemusic {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		display: inline-block;
		width: 227px;
		margin-bottom: 30px;
	}

	.content-section .music-links .music-applemusic:hover {
		opacity: .8;
	}

	.content-section .music-links .music-googleplay {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		display: inline-block;
		width: 205px;
		margin-bottom: 30px;
	}

	.content-section .music-links .music-googleplay:hover {
		opacity: .8;
	}

	.content-section .music-links .music-spotify {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		display: inline-block;
		width: 152px;
		margin-bottom: 0;
	}

	.content-section .music-links .music-spotify:hover {
		opacity: .8;
	}

	.content-section .music-links .music-amazonmusic {
		-webkit-transition: opacity .3s ease-in-out;
		transition: opacity .3s ease-in-out;
		display: block;
		width: 213px;
		margin-bottom: 30px;
	}

	/* .music-section:after {
		content: "";
		height: 1px;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		opacity: .12;
		background: #fff;
		background: -webkit-linear-gradient(left, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
		background: linear-gradient(to right, rgba(10, 36, 43, .94) 0%, rgba(23, 48, 55, .94) 3%, rgba(50, 72, 78, .94) 8%, rgba(72, 92, 97, .94) 11%, rgba(96, 112, 117, .94) 13%, rgba(97, 114, 119, .94) 14%, rgba(110, 125, 129, .94) 15%, rgba(127, 141, 144, .94) 17%, rgba(137, 149, 153, .94) 18%, rgba(140, 152, 155, .94) 19%, rgba(161, 171, 174, .94) 21%, rgba(189, 196, 198, .94) 25%, rgba(218, 222, 223, .94) 29%, rgba(223, 227, 228, .94) 30%, rgba(231, 234, 234, .94) 31%, rgba(232, 234, 235, .94) 32%, rgba(239, 240, 241, .94) 33%, rgba(238, 240, 240, .94) 67%, rgba(227, 230, 231, .94) 70%, rgba(218, 222, 223, .94) 71%, rgba(207, 212, 213, .94) 73%, rgba(202, 208, 209, .94) 74%, rgba(194, 201, 203, .94) 75%, rgba(190, 197, 198, .94) 76%, rgba(159, 169, 172, .94) 79%, rgba(137, 149, 153, .94) 82%, rgba(124, 138, 142, .94) 83%, rgba(116, 130, 134, .94) 84%, rgba(108, 124, 128, .94) 85%, rgba(76, 95, 100, .94) 89%, rgba(68, 88, 93, .94) 90%, rgba(65, 85, 90, .94) 91%, rgba(57, 78, 84, .94) 92%, rgba(48, 70, 76, .94) 93%, rgba(22, 47, 54, .94) 97%, rgba(11, 37, 44, .94) 100%);
	} */

	/* */

	.newsletter-section .container {
		padding-top: 55px;
		padding-bottom: 60px;
	}

	.newsletter-section p {
		margin-bottom: 0;
	}

	.contest-block .btn-back {
		font-size: 15px;
		padding: 12px 21px;
		border-radius: 30px;
	}

	.contest-block .btn-back .icon-back {
		font-size: 11px;
	}

	.winner-holder {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.winner-holder .col.winner {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.winner-holder .col.winner .inner {
		width: 373px;
	}

	.mention-holder .col {
		width: 33.33%;
	}

	.about-section .col {
		width: 33.33%;
	}
}

@media (min-width: 1275px) {
	.winner-holder .col.winner {
		width: 412px;
		display: block;
	}

	.winner-holder .col.winner .inner {
		width: auto;
	}

	.winner-holder .col.second {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
}

